From af2b1ff9b0863f4561e67899d18117bb8555f1b2 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Fri, 20 Apr 2018 10:56:49 +0200 Subject: microconsult: add menu option to use theme Add a new CONFIG_BUILD_MICROCONSULT option to use the MicroConsult theme. Printouts are also affected by this option. Signed-off-by: John Ogness --- tailbeamer.tex | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tailbeamer.tex') diff --git a/tailbeamer.tex b/tailbeamer.tex index 3788c79..e2f7b63 100644 --- a/tailbeamer.tex +++ b/tailbeamer.tex @@ -1,4 +1,12 @@ \begin{frame}[fragile] +\IfFileExists{.lxformat_microconsult} +{ +Thank you for your attention. +\newline +\newline +\newline +\insertinstitute +}{ \begin{columns} \column[c]{.50\textwidth} Thank you for your attention. @@ -13,6 +21,7 @@ Bahnhofstra\ss{}e 3 \vskip1cm \includegraphics[height=0.9\textwidth]{/usr/share/lx/logo/frau_auf_logo} \end{columns} +} \end{frame} \end{document} -- cgit v1.2.3