From e77717d10fb67d16d3c1b7e069a91ae651cfeb0f Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sat, 7 Dec 2019 23:55:33 +0000 Subject: Better description of graph describing analysis steps To help the audience, the legend of the graph (the description at the bottom of the page) now also says that the built files are shown in the Makefiles that produces them. --- tex/preamble.tex | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'tex') diff --git a/tex/preamble.tex b/tex/preamble.tex index 8cfd71e..1a3a006 100644 --- a/tex/preamble.tex +++ b/tex/preamble.tex @@ -39,11 +39,13 @@ %% For the make demo \newcommand{\makedemoslide}[2] { \begin{frame}{#2} - \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). + \begin{center}\includegraphics[width=0.8\linewidth]{#1}\end{center}\par + \vspace{-6mm} \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),\par \hspace{1cm}built files are shown in the Makefile + that contains their build instructions. \end{frame} } -- cgit v1.2.1