diff options
Diffstat (limited to 'tex')
-rw-r--r-- | tex/preamble.tex | 12 |
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} } |