From 1c7b440fc20148675a5091c53d5d89b0ac3acefd Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sat, 7 Dec 2019 23:01:06 +0000 Subject: Analysis demo graph using sharp-edged boxes for source files As Raul pointed out, to avoid confusion for a color-blind audience, or when its printed in black-and-white, its best to not just base the source-build distinction in the graph based on color. With this commit, the source files have sharp edges and the built files have round edges. --- tex/preamble.tex | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'tex') diff --git a/tex/preamble.tex b/tex/preamble.tex index 91466be..8cfd71e 100644 --- a/tex/preamble.tex +++ b/tex/preamble.tex @@ -39,10 +39,11 @@ %% For the make demo \newcommand{\makedemoslide}[2] { \begin{frame}{#2} - \begin{center}\includegraphics[width=0.8\linewidth]{#1}\end{center} - \footnotesize \textcolor{green!50!black}{Green boxes} are \emph{source} - files (hand-written), \textcolor{blue}{Blue boxes} are \emph{built} - files (automatically generated). + \begin{center}\includegraphics[width=0.8\linewidth]{#1}\end{center}\par \vspace{-5mm} + \footnotesize \textcolor{green!50!black}{Green boxes} with sharp + corners: \emph{source} files (hand written).\\\textcolor{blue}{Blue + boxes} with rounded corners: \emph{built} files (automatically + generated). \end{frame} } -- cgit v1.2.1