Skip to content
Snippets Groups Projects
Commit 1634ebfa authored by Lennart Klebl's avatar Lennart Klebl
Browse files

updated the template and changed to spaces ( >> tabs )

parent 4a9844d7
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@
\logo{\includegraphics[height=2cm]{osak-logo}}
\newcommand{\OSAKthemenologo}{\setbeamertemplate{logo}{}}
\newcommand{\OSAKthemelogo}{\logo{\includegraphics[height=2cm]{osak-logo}}}
\mode
<all>
......@@ -4,6 +4,7 @@
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage{lmodern}
\usepackage{verbatim}
\usetheme{OSAK}
%\OSAKthemenologo
......@@ -25,7 +26,10 @@
\end{frame}
\section{Was wollen wir tun?}
\begin{frame}{Beispielfolie}{Auf dieser Folie sollte eine super Motivation stehen!}
% Das Logo ausblenden
\OSAKthemenologo
\begin{frame}[fragile]{Beispielfolie}{Auf dieser Folie sollte eine super Motivation stehen!}
\structure{Ein bisschen sinnloser Inhalt:}
\begin{itemize}
......@@ -34,8 +38,16 @@
\end{itemize}
\begin{enumerate}
\item Bilder sind auch toll
\item Das Logo da unten kann man mit $\backslash${}OSAKthemenologo ausblenden
\item Das Logo da unten kann man mit \verb~\OSAKthemenologo~ ausblenden\dots
\end{enumerate}
\end{frame}
% Das Logo wieder einblenden
\OSAKthemelogo
\begin{frame}[fragile]
\begin{itemize}
\item \dots und mit \verb~\OSAKthemelogo~ wieder einblenden
\end{itemize}
\end{frame}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment