haskell-lectures/VL1/VL1.tex

22 lines
483 B
TeX
Raw Normal View History

2015-04-20 15:44:19 +00:00
\documentclass[10pt,a5paper,mathserif,serif,usenames,dvipsnames]{beamer}
2015-04-13 23:15:54 +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-23 21:03:37 +00:00
\tableofcontents[hidesubsections=true,subsubsectionstyle=hide]
\end{frame}
\input{./VL1_document_structure.tex}
2015-04-16 20:12:15 +00:00
2015-04-13 23:15:54 +00:00
\end{document}