laatste kleine aanpassingen
[sec1415.git] / versie-0 / project.tex
1 \documentclass{scrartcl}
2
3 \usepackage[dutch]{babel}
4 \usepackage[dvipdfmx]{graphicx}
5 \usepackage[dvipdfmx, hidelinks]{hyperref}
6 \usepackage{amsmath}
7 \usepackage{amssymb}
8
9 \graphicspath{ {./img/} }
10
11 \author{Mart Lubbers\and Marjolein Zwerver}
12 \title{Semantische analyse van \textit{Piet} middels een vergelijking met \textit{While}}
13 \subtitle{Eerste opzet}
14 \date{\today}
15
16 \begin{document}
17 \maketitle
18 \tableofcontents
19 \newpage
20
21 %1 Mart
22 \section{Introductie}
23 \input{introduction.tex}
24
25 %2 Marjolein
26 \section{Syntax}
27 \input{syntax.tex}
28
29 %3 Marjolein
30 \section{Semantiek}
31 \input{semantics.tex}
32
33 %4 Marjolein
34 \section{Analyse}
35 \input{analysis.tex}
36
37 %5 Mart
38 \section{Planning}
39 \input{planning.tex}
40
41 \end{document}