view notes/tex/frames.tex @ 58:8946d732625f default tip

Use less dangerous command names
author Markus Kaiser <markus.kaiser@in.tum.de>
date Thu, 10 Apr 2014 00:10:34 +0200
parents 1cbb4a5e6ce7
children
line wrap: on
line source

\newcommand{\defineUnit}[2]{\setbeamertemplate{slide #1}{{#2}}}
\newcommand{\showUnit}[1]{\usebeamertemplate{slide #1}}

\defineUnit{titel}{%
\begin{frame}
    \titlepage
\end{frame}
}

\input{intro.tex}
\input{basics.tex}
\input{logic.tex}
\input{growth.tex}
\input{combinatorics.tex}
\input{graphs.tex}
\input{algebra.tex}
\input{outro.tex}