diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-12-17 19:54:09 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-12-17 19:54:09 +0000 |
commit | 126b82c558fd4385304df401c6cbcddf088747e9 (patch) | |
tree | c5d722c5535a28ee106d6a4654650e8243028597 /tex | |
parent | ace21fbfbcb4a3f47b2cf1f1ce4fce50e417b5d4 (diff) |
Built steps in overall project graph made blue
Following the convention of the Make-demo plot (where green files are
input and blue files are built), the first graph's gray boxes were
also changed to blue.
Some other minor corrections were made.
Diffstat (limited to 'tex')
-rw-r--r-- | tex/preamble.tex | 4 | ||||
-rw-r--r-- | tex/project-graph.tex | 10 |
2 files changed, 11 insertions, 3 deletions
diff --git a/tex/preamble.tex b/tex/preamble.tex index 1a3a006..004ba40 100644 --- a/tex/preamble.tex +++ b/tex/preamble.tex @@ -15,9 +15,9 @@ rectangle, minimum width=2.5cm, rounded corners=2mm, - very thick,draw=black!50, + very thick,draw=blue!50, top color=white, - bottom color=black!20 } } + bottom color=blue!20 } } \tikzset{ rbox/.style={ rectangle, diff --git a/tex/project-graph.tex b/tex/project-graph.tex index 4bcc0b7..1ae9af4 100644 --- a/tex/project-graph.tex +++ b/tex/project-graph.tex @@ -14,7 +14,7 @@ % along with this LaTeX source. If not, see <https://www.gnu.org/licenses/>. \small \Wider[5em]{ -\centering +\begin{center} \vspace{-3mm} \begin{tikzpicture}[>=stealth, thick, black!50, text=black, every new ->/.style={shorten >=1pt}, @@ -205,4 +205,12 @@ {\includegraphics[width=10cm]{img/git.png}}; \fi \end{tikzpicture} +\end{center} + + +\vspace{-1.2cm} \scriptsize + \textcolor{green!50!black}{Green boxes} with sharp corners: + \emph{source}/input components/files.\\ + \textcolor{blue}{Blue boxes} with rounded corners: \emph{built} components.\\ + \textcolor{red}{Red boxes} with dashed borders: questions that must be clarified for each phase. } |