From 01dd812b7b828982b7d36e2967f0d9f558780e78 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Mon, 20 Jan 2020 04:30:56 +0000 Subject: Added figure showing project's file structure It was a little hard to describe the file structure so instead of using a standard listing as most papers do, I thought of showing the file and directory structure as boxes within each other (modeled on the Gnome disk-utility). Some other polishing was done throughout the paper also. --- tex/src/preamble-pgfplots.tex | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tex/src/preamble-pgfplots.tex') diff --git a/tex/src/preamble-pgfplots.tex b/tex/src/preamble-pgfplots.tex index 3f467a6..57a0128 100644 --- a/tex/src/preamble-pgfplots.tex +++ b/tex/src/preamble-pgfplots.tex @@ -150,6 +150,17 @@ bottom color=green!80!black!50, font=\ttfamily}} +\tikzset{node-nonterminal-thin/.style={ + rectangle, + very thick, + text centered, + top color=white, + text width=2cm, + minimum size=4mm, + draw=green!50!black!50, + bottom color=green!80!black!50, + font=\ttfamily\scriptsize}} + \tikzset{node-makefile/.style={ thick, rectangle, -- cgit v1.2.1