diff options
Diffstat (limited to 'configbeamer.tex')
| -rw-r--r-- | configbeamer.tex | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/configbeamer.tex b/configbeamer.tex index cced101..70a415a 100644 --- a/configbeamer.tex +++ b/configbeamer.tex @@ -17,9 +17,15 @@ \setmonofont[Scale=0.7]{Source Code Pro} \linespread{0.5} +\IfFileExists{.lxformat_microconsult} +{ +\mode<presentation>{\usepackage{foreignthemes/microconsult/beamerthememicroconsult}} +\institute{MicroConsult GmbH / Linutronix GmbH} +}{ \mode<presentation>{\usetheme{linutronix}} - \institute{Linutronix GmbH} +} + \definecolor{lbcolor}{RGB}{255,210,150} %\lstset{ %language=C++, @@ -42,10 +48,15 @@ \begin{document} +\IfFileExists{.lxformat_microconsult} +{ +% no copyright footer +}{ \setbeamertemplate{footline}[text line]{\parbox{\linewidth}{ \copyright{} \the\year\ by \insertinstitute \hfill \insertshortauthor \hfill \insertpagenumber} } +} \input{section} |
