From f62596ea8b97727ab8366965faf6f316d463ebf7 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sun, 26 Jan 2020 02:55:43 +0000 Subject: 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'. --- tex/src/preamble-pgfplots.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tex/src/preamble-pgfplots.tex') 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 }} -- cgit v1.2.1