summaryrefslogtreecommitdiffstats
path: root/Smoke/report/2IV35-Report.tex
blob: 0a92f3608896c7a7dece732bcafef0a1096ecf43 (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
30
31
\documentclass[12pt, a4paper]{report}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{moreverb}
\usepackage{color}

\begin{document}

  % Title page
  \title{Visualization 2IV35}
  \author{Oliver Schinagl (...)\\Wilrik De Loose (0601583)}
  %\date{29th of August 2007}
  \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}
\include{chapter10}

\end{document}