-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtin-bachproef.tex
executable file
·66 lines (44 loc) · 2.01 KB
/
tin-bachproef.tex
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
%%========================================================================
%% LaTeX sjabloon voor stage/projectrapport of bachelorproef
%% HoGent Bedrijf en Organisatie
%%========================================================================
\documentclass[12pt, fleqn, a4paper]{book}
\input{properties}
\input{structure}
\input{codelisting}
%%========================================================================
%% Inhoud document
%%========================================================================
\begin{document}
%---------- Titelblad ---------------------------------------------------------
\inserttitlepage
%---------- Samenvatting, voorwoord -------------------------------------------
\usechapterimagefalse
\input{samenvatting}
\input{voorwoord}
%---------- Inhoudstafel ------------------------------------------------------
\pagestyle{empty} % No headers
\tableofcontents % Print the table of contents itself
\cleardoublepage % Forces the first chapter to start on an odd page so it's on the right
\pagestyle{fancy} % Print headers again
%%---------- Kern -------------------------------------------------------------
\input{inleiding}
\input{methodologie}
%%---------- Literatuurstudie -------------------------------------------------------------
\include{literatuurstudie/hoofdstuk-3}
\include{literatuurstudie/hoofdstuk-4}
\include{literatuurstudie/hoofdstuk-5}
\include{literatuurstudie/hoofdstuk-6}
\include{literatuurstudie/hoofdstuk-7}
%%---------- Proof of concept -------------------------------------------------------------
\include{proof-of-concept/hoofdstuk-8}
%%---------- Conclusie -------------------------------------------------------------
\input{conclusie}
%%---------- Bijlagen -------------------------------------------------------------
\input{bijlagen}
%%---------- Back matter -------------------------------------------------
\printbibliography[title=Bibliografie]
\addcontentsline{toc}{chapter}{\textcolor{maincolor}{{Bibliografie}}}
\listoffigures
\listoftables
\end{document}