summaryrefslogtreecommitdiffstats
path: root/report/2in25-report.tex
blob: eb2d81e0883bf018bf3c3e5707ae1cd6a5039301 (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
\documentclass[10pt,a4paper]{article}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{moreverb}

\begin{document}

  % Title page
  \title{Real-Time Architecture (2IN25)\\Assignment 4}
  \author{Dennis Peeten (0571361)\\Oliver Schinagl (0580852)\\Wilrik De Loose (0601583)\\Tan Zhi Ming Joshua (0645373)}
  %\date{7 February 2006}
  \maketitle

%no paragraph indentation
\parindent=0in

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

\end{document}