diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-01-26 02:55:43 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-01-26 02:55:43 +0000 |
commit | f62596ea8b97727ab8366965faf6f316d463ebf7 (patch) | |
tree | 9e9e0690a69e7fc08752d4ac277fbc0a2c2bcef1 /tex/src/preamble-pgfplots.tex | |
parent | 2ed0c82eff6af8aecd34b3e697b0e392ab129cd3 (diff) |
General project structure and configuration described
In the last few days I have been writing these two sections in the middle
of other work. But I am making this commit because it has already become a
lot! I am now going onto the description of `./project make'.
Diffstat (limited to 'tex/src/preamble-pgfplots.tex')
-rw-r--r-- | tex/src/preamble-pgfplots.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tex/src/preamble-pgfplots.tex b/tex/src/preamble-pgfplots.tex index 7f566b8..04affbd 100644 --- a/tex/src/preamble-pgfplots.tex +++ b/tex/src/preamble-pgfplots.tex @@ -152,11 +152,11 @@ \tikzset{node-nonterminal-thin/.style={ rectangle, - very thick, + thick, text centered, top color=white, text width=2cm, - minimum size=4mm, + minimum size=2mm, draw=green!50!black!50, bottom color=green!80!black!50, font=\ttfamily\scriptsize}} @@ -211,5 +211,5 @@ font=\ttfamily, minimum width=15cm, minimum height=7.5cm, - draw=green!50!black!50, - fill=green!3!white }} + draw=brown!50!black!50, + fill=brown!10!white }} |