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

\begin{document}

  % Title page
  \title{Business Process Management Systems (2II55)\\Party store "Drankorgel"}
  \author{GROUP 1\\Oliver Schinagl (0580852)\\Maik Teurlings (0591600)\\Wilrik De Loose (0601583)}
  \maketitle

%no paragraph indentation
\parindent=0in

\include{Chapter1}
\include{Chapter2_A}
\include{Chapter2_B}
\include{Chapter3_A}
\include{Chapter3_B}
\include{Chapter4}
\include{Chapter5_A}
\include{Chapter5_B}
\include{Chapter6_A}
\include{Chapter6_B}

\end{document}