diff options
| author | John Ogness <john.ogness@linutronix.de> | 2018-04-19 16:37:00 +0200 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2018-04-19 16:37:00 +0200 |
| commit | 5d4433a719284d1b3231a85dd510054c12a43014 (patch) | |
| tree | c613d59411961e11ece2b57096fd1a9af9346b17 /tailbeamer.tex | |
| parent | 14868ed29a87bbce4198894e530895e318da9fea (diff) | |
add generic support for print version
All presentations can be built in print form if the file
.lxformat_print
exists in the main directory. If this file does not exist, the
regular beamer format will be generated.
IMPORTANT: The print version of the files are named the same as
the beamer version!
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'tailbeamer.tex')
| -rw-r--r-- | tailbeamer.tex | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tailbeamer.tex b/tailbeamer.tex new file mode 100644 index 0000000..3788c79 --- /dev/null +++ b/tailbeamer.tex @@ -0,0 +1,18 @@ +\begin{frame}[fragile] + \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} |
