2015-04-20 16:09:05 +00:00
|
|
|
\documentclass[10pt,a5paper,mathserif,serif,usenames,dvipsnames]{beamer}
|
2015-04-19 12:55:33 +00:00
|
|
|
|
2015-04-20 16:06:58 +00:00
|
|
|
\input{../common/beamer_configuration.tex}
|
2015-04-19 12:55:33 +00:00
|
|
|
|
|
|
|
% title page information
|
|
|
|
\author{Julian Ospald}
|
|
|
|
\institute{FH Bielefeld}
|
2015-04-23 19:34:47 +00:00
|
|
|
\title{Haskell: \ifger{Funktionen höherer Ordnung}{higher order functions}}
|
2015-04-19 12:55:33 +00:00
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\frame{\titlepage}
|
|
|
|
|
2015-04-19 18:04:17 +00:00
|
|
|
\begin{frame}
|
2015-04-23 19:34:47 +00:00
|
|
|
\frametitle{\ifger{Inhaltsverzeichnis}{Table of Contents}}
|
2015-04-23 21:03:37 +00:00
|
|
|
\tableofcontents[hidesubsections=true,subsubsectionstyle=hide]
|
2015-04-19 18:03:19 +00:00
|
|
|
\end{frame}
|
|
|
|
|
2015-04-20 16:06:58 +00:00
|
|
|
\input{./VL2_document_structure.tex}
|
2015-04-19 17:51:14 +00:00
|
|
|
|
2015-04-19 12:55:33 +00:00
|
|
|
\end{document}
|