30 lines
290 B
TeX
30 lines
290 B
TeX
\documentclass[12pt,a4paper,fleqn,oneside]{article}
|
|
|
|
\input{../common/article_configuration.tex}
|
|
|
|
\begin{document}
|
|
|
|
% title page information
|
|
\author{Julian Ospald}
|
|
\title{Haskell: introduction}
|
|
|
|
\maketitle
|
|
|
|
\tableofcontents
|
|
|
|
\input{./VL1_document_structure.tex}
|
|
|
|
\end{document}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|