blob: 00b92bbe30a9348976ea4670b2d8d269a21c00e6 (
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}
\vskip5cm
\includegraphics[height=0.3\textwidth]{/usr/share/lx/logo/frau_auf_logo}
\end{columns}
}
\end{frame}
\end{document}
|