summaryrefslogtreecommitdiffstats
path: root/report/2in25-report.tex
blob: f74c7021e16eeda21609e7ca6c3ba9c024d550d6 (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{graphicx}

\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}