From c826a53b340c1450763fc72bf7f594b4b87a9b78 Mon Sep 17 00:00:00 2001 From: Richard Zameitat <richard@fsmpi.rwth-aachen.de> Date: Tue, 28 May 2019 22:33:15 +0200 Subject: [PATCH] fix valign ... pdf seems to be slightly too large --- workshops/latex/latex.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshops/latex/latex.tex b/workshops/latex/latex.tex index fbf35fc..6546f8c 100644 --- a/workshops/latex/latex.tex +++ b/workshops/latex/latex.tex @@ -652,7 +652,7 @@ \begin{column}{0.55\textwidth} % TODO vertical alignment \only<1>{\lstinputlisting[basicstyle=\tiny\ttfamily]{examples/preamble.tex}} - \only<2>{\includegraphics[width=0.8\textwidth]{examples/preamble.pdf}} + \only<2>{\vspace{-.5em}\includegraphics[width=0.8\textwidth]{examples/preamble.pdf}} \end{column} \end{columns} \end{frame} -- GitLab