haskell-lectures/VL2/VL2.tex

21 wiersze
508 B
TeX

\documentclass[10pt,a5paper,mathserif,serif,usenames,dvipsnames]{beamer}
\input{../common/beamer_configuration.tex}
% title page information
\author{Julian Ospald}
\institute{FH Bielefeld}
\title{Haskell: \ifger{Funktionen höherer Ordnung}{higher order functions}}
\begin{document}
\frame{\titlepage}
\begin{frame}
\frametitle{\ifger{Inhaltsverzeichnis}{Table of Contents}}
\tableofcontents[hidesubsections=true,subsubsectionstyle=hide]
\end{frame}
\input{./VL2_document_structure.tex}
\end{document}