diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-01-02 02:04:44 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-01-02 02:04:44 +0000 |
commit | eec6702a198774a2d78f59f72a25b36b49047c7a (patch) | |
tree | 39e4528f2b9b7773370978c2a21cf2ef39dcee66 /tex | |
parent | 484dd36ce8e3068210225c2ee29b433eccb5de7e (diff) |
Added verification step in the make-demo set of slides
A verification step was recently added to the pipeline, so it was
necessary to add it here is well.
Diffstat (limited to 'tex')
-rw-r--r-- | tex/preamble.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/preamble.tex b/tex/preamble.tex index 004ba40..37f486f 100644 --- a/tex/preamble.tex +++ b/tex/preamble.tex @@ -40,7 +40,7 @@ \newcommand{\makedemoslide}[2] { \begin{frame}{#2} \begin{center}\includegraphics[width=0.8\linewidth]{#1}\end{center}\par - \vspace{-6mm} \footnotesize \textcolor{green!50!black}{Green + \vspace{-8mm} \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 |