haskell-lectures/VL2/VL2.tex
Julian Ospald e9374aed1f
VL2: Restructure files, make the latex code more modular
Also added a few more section to make beamer and article more
compatible.
2015-04-20 18:06:58 +02:00

21 lines
427 B
TeX

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