aboutsummaryrefslogtreecommitdiff
path: root/tex/src/preamble-pgfplots.tex
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-01-20 19:45:24 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-01-20 20:22:10 +0000
commit2ed0c82eff6af8aecd34b3e697b0e392ab129cd3 (patch)
treeea5e1cc7855c978550724d2c8a9211c3d0e73498 /tex/src/preamble-pgfplots.tex
parent01dd812b7b828982b7d36e2967f0d9f558780e78 (diff)
New rendering of the file architecture plot
Until now the file architecture plot at the directories ontop of the top-level files. This made it hard to visually identify the top-level files. They are not placed ontop of the sub-directories and some space is added to highlight the files in the top-level directory and those in the subdirectories. Two other changes were made: - The symbolic links created in the top source directory are also shown. - The coding of this figure was made much more elegant by defining a PGFPlots node class and just changing the things that are direrent between each directory.
Diffstat (limited to 'tex/src/preamble-pgfplots.tex')
-rw-r--r--tex/src/preamble-pgfplots.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/tex/src/preamble-pgfplots.tex b/tex/src/preamble-pgfplots.tex
index 57a0128..7f566b8 100644
--- a/tex/src/preamble-pgfplots.tex
+++ b/tex/src/preamble-pgfplots.tex
@@ -202,3 +202,14 @@
draw=green!50!black!50,
top color=white,
bottom color=green!50!black!20 } }
+
+\tikzset{ dirbox/.style={
+ thick,
+ rectangle,
+ anchor=north,
+ text centered,
+ font=\ttfamily,
+ minimum width=15cm,
+ minimum height=7.5cm,
+ draw=green!50!black!50,
+ fill=green!3!white }}