summaryrefslogtreecommitdiffstats
path: root/report/2iv55-report.tex
blob: 9f0f23894609797fa90465eb0bc34e8b2d162221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\documentclass[10pt,a4paper]{article}
\usepackage{graphicx}

\begin{document}

  % Title page
  \title{MatchBlox (2IV55)\\Group 7}
  \author{Dennis Peeten (0571361)\\Oliver Schinagl (0580852)\\Maik Teurlings (0591600)\\Wilrik De Loose (0601583)}
  %\date{7 February 2006}
  \maketitle

%no paragraph indentation
\parindent=0in

\include{toc}
\include{chapter1}
\include{chapter2}
\include{chapter3}
\include{chapter4}

\end{document}