From 126b82c558fd4385304df401c6cbcddf088747e9 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 17 Dec 2019 19:54:09 +0000 Subject: 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. --- reproducible-paper.tex | 4 ++-- tex/preamble.tex | 4 ++-- tex/project-graph.tex | 10 +++++++++- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/reproducible-paper.tex b/reproducible-paper.tex index 7cee761..6486fdb 100644 --- a/reproducible-paper.tex +++ b/reproducible-paper.tex @@ -936,7 +936,7 @@ \begin{frame} \LARGE \vspace{1cm} - \hfill Let's see how all this is managed in a hypothetical project... + \hfill Let's see how the analysis is managed in a hypothetical project... \end{frame} \makedemoslide{img/make-demo-1.pdf} {Makefiles (\texttt{\*.mk}) keep contextually separate parts of the project, all imported into \texttt{top-make.mk}} @@ -945,7 +945,7 @@ \makedemoslide{img/make-demo-3.pdf} {The narrative description of the PDF and \LaTeX{} typography is kept in \texttt{paper.tex}.} \makedemoslide{img/make-demo-4.pdf} - {The numbers of the PDF (blended into the narrative) come from \texttt{project.tex}.} + {Reported numbers (blended into the narrative, or in figures/tables) come from \texttt{project.tex}.} \makedemoslide{img/make-demo-5.pdf} {Basic project info comes from \texttt{initialize.tex}.} \makedemoslide{img/make-demo-6.pdf} 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 . \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. } -- cgit v1.2.1