aboutsummaryrefslogtreecommitdiff
path: root/tex/preamble.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tex/preamble.tex')
-rw-r--r--tex/preamble.tex9
1 files changed, 5 insertions, 4 deletions
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}
}