summaryrefslogtreecommitdiff
path: root/tailbeamer.tex
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2018-04-20 10:56:49 +0200
committerJohn Ogness <john.ogness@linutronix.de>2018-04-20 10:56:49 +0200
commitaf2b1ff9b0863f4561e67899d18117bb8555f1b2 (patch)
tree62046ec96d578da52163b0ae42e36202510d00f8 /tailbeamer.tex
parentcd97d8f436a9390549ca211bbfb3b40d8bf163fb (diff)
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 <john.ogness@linutronix.de>
Diffstat (limited to 'tailbeamer.tex')
-rw-r--r--tailbeamer.tex9
1 files changed, 9 insertions, 0 deletions
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}