17 lines
324 B
TeX
17 lines
324 B
TeX
\documentclass[12pt,a4paper,fleqn,oneside]{article}
|
|
|
|
\input{../common/article_configuration.tex}
|
|
|
|
\begin{document}
|
|
|
|
% title page information
|
|
\author{Julian Ospald}
|
|
\title{Haskell: \ifger{Funktionen höherer Ordnung}{higher order functions}}
|
|
|
|
\maketitle
|
|
|
|
\tableofcontents
|
|
|
|
\input{./VL2_document_structure.tex}
|
|
|
|
\end{document} |