2015-04-20 15:44:19 +00:00
|
|
|
\documentclass[10pt,a5paper,mathserif,serif,usenames,dvipsnames]{beamer}
|
2015-04-13 23:15:54 +00:00
|
|
|
|
2015-04-20 15:38:58 +00:00
|
|
|
\input{../common/beamer_configuration.tex}
|
2015-04-13 23:15:54 +00:00
|
|
|
|
2015-04-20 15:42:07 +00:00
|
|
|
% title page information
|
|
|
|
\author{Julian Ospald}
|
|
|
|
\institute{FH Bielefeld}
|
2015-04-23 20:40:13 +00:00
|
|
|
\title{Haskell: \ifger{Einführung}{introduction}}
|
2015-04-20 15:42:07 +00:00
|
|
|
|
2015-04-13 23:15:54 +00:00
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\frame{\titlepage}
|
|
|
|
|
2015-04-14 19:59:42 +00:00
|
|
|
\begin{frame}
|
2015-04-23 20:40:13 +00:00
|
|
|
\frametitle{\ifger{Inhaltsverzeichnis}{Table of Contents}}
|
2015-04-20 15:38:58 +00:00
|
|
|
\tableofcontents[hidesubsections=true]
|
2015-04-17 17:28:14 +00:00
|
|
|
\end{frame}
|
|
|
|
|
2015-04-20 15:38:58 +00:00
|
|
|
\input{./VL1_document_structure.tex}
|
2015-04-16 20:12:15 +00:00
|
|
|
|
2015-04-15 15:44:38 +00:00
|
|
|
|
2015-04-13 23:15:54 +00:00
|
|
|
\end{document}
|