aboutsummaryrefslogtreecommitdiff
path: root/tex
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-12-07 23:55:33 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-12-07 23:55:33 +0000
commite77717d10fb67d16d3c1b7e069a91ae651cfeb0f (patch)
tree5cf05f4fa6b1b0714d0013c3dc79fded434b354c /tex
parentfd6ddc5aa3a0dc14011ec1dfb8c3fe08ab015733 (diff)
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.
Diffstat (limited to 'tex')
-rw-r--r--tex/preamble.tex12
1 files changed, 7 insertions, 5 deletions
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}
}