updated images and makefile
[bsc-thesis1415.git] / thesis2 / thesis.tex
1 %&thesis
2 \begin{document}
3 \maketitle
4 \tableofcontents
5
6 % Surrogate abstract
7 \chapter*{
8 \centering
9 \begin{large}
10 Abstract
11 \end{large}
12 }
13 \begin{quotation}
14 \noindent
15 \onehalfspacing
16 \input{abstract.tex}
17 \end{quotation}
18 \clearpage
19
20 \chapter{Introduction}
21 \input{1.introduction.tex}
22
23 \chapter{Requirements \& Application design}
24 \input{2.requirementsanddesign.tex}
25
26 \chapter{Algorithm}
27 \input{3.methods.tex}
28
29 \chapter{Conclusion \& Discussion}
30 \input{4.discussion.tex}
31
32 \chapter{Appendices}
33 \input{5.appendices.tex}
34
35 \bibliographystyle{plain}
36 \bibliography{thesis}
37
38 \end{document}