summaryrefslogtreecommitdiffstats
path: root/Smoke/report/2IV35-Report.tex
blob: 3da570ad55f018b66707986d31b2f6c5a7207a75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
\documentclass[12pt, a4paper]{report}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{moreverb}
\usepackage{color}

\begin{document}

  % Title page
  \title{Visualization 2IV35}
  \author{Oliver Schinagl (0580852)\\Wilrik De Loose (0601583)}
  \maketitle

%no paragraph indentation
\parindent = 0in

\include{toc}
\include{chapter1}
\include{chapter2}
\include{chapter3}
\include{chapter4}
\include{chapter5}
\include{chapter6}
\include{chapter7}
\include{chapter8}
\include{chapter9}

\end{document}