haskell-lectures/VL2/VL2_handout.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

17 lines
287 B
TeX

\documentclass[12pt,a4paper,fleqn,oneside]{article}
\input{../common/article_configuration.tex}
\begin{document}
% title page information
\author{Julian Ospald}
\title{Haskell: higher order functions}
\maketitle
\tableofcontents
\input{./VL2_document_structure.tex}
\end{document}