blob: e91ca8b88c61bd4bcdf7abded658645e1287e194 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
\subsection*{}
\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.
\newline
\newline
\begin{block}{Linutronix GmbH}
Bahnhofstra\ss{}e 3
88690 Uhldingen-M\"uhlhofen
\end{block}
\column[c]{.50\textwidth}
\vskip1cm
\includegraphics[height=0.9\textwidth]{/usr/share/lx/logo/frau_auf_logo}
\end{columns}
}
\end{frame}
\end{document}
|