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

\begin{document}

  % Title page
  \title{Real-Time Architecture (2IN20)\\Exercise A}
  \author{Dennis Peeten (0571361)\\Oliver Schinagl (0580852)\\Joshua (???????)\\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}