process george's comments
[msc-thesis1617.git] / thesis.tex
1 %&thesis
2 \usepackage[nonumberlist,acronyms]{glossaries}
3 \makeglossaries%
4
5 \input{acronyms}
6 \input{glossaries}
7
8 \begin{document}
9 \frontmatter{}
10
11 %Titlepage
12 \maketitleru[
13 pagenr=1,
14 course={Master Thesis},
15 institute={Radboud University Nijmegen},
16 authorstext={Author:},
17 righttextheader={Supervisors:},
18 righttext={prof.~dr.~dr.h.c.~ir.~M.J.~Plasmeijer\\dr.~P.W.M.~Koopman}]
19 \listoftodos[Todo]
20
21 \glsaddall{}
22
23 %Abstract
24 \addcontentsline{toc}{chapter}{Abstract}
25 \chapter*{\centering Abstract}
26 \begin{quotation}
27 \centering\noindent
28 \input{abstract}
29 \end{quotation}
30
31 \addcontentsline{toc}{chapter}{Acknowledgements}
32 \chapter*{\centering Acknowledgements}
33 \begin{quotation}
34 \centering\it\noindent
35 \input{acknowledgements}
36 \end{quotation}
37
38 %Table of contents
39 \tableofcontents
40
41 \addcontentsline{toc}{chapter}{Glossaries \& Acronyms}
42 \printglossaries%
43
44 \mainmatter{}
45 \glsresetall{}
46 \chapter{Introduction}\label{chp:introduction}
47 \input{introduction}
48
49 \chapter{\acrlong{TOP}}\label{chp:top}
50 \input{methods.top}
51
52 \chapter{\acrlongpl{EDSL}}\label{chp:dsl}
53 \input{methods.dsl}
54
55 \chapter{mTask}\label{chp:mtask}
56 \input{methods.mtask}
57
58 \chapter{Architecture}\label{chp:arch}
59 \input{results.arch}
60
61 \chapter{mTask continued}\label{chp:mtaskcont}
62 \input{results.mtask}
63
64 \chapter{Conclusion \& Discussion}\label{chp:conclusion}
65 \input{conclusion}
66
67 \appendix\label{chp:appendix}
68
69 \chapter{Communication protocol}\label{app:communication-protocol}
70 \input{appendix-protocol}
71
72 \chapter{Device client interface}\label{app:device-interface}
73 \input{appendix-device-interface}
74
75 \cleardoublepage{}
76 \phantomsection{}
77 \addcontentsline{toc}{chapter}{Bibliography}
78 \bibliographystyle{ieeetr}
79 \bibliography{thesis}
80
81 \cleardoublepage{}
82 \phantomsection{}
83 \addcontentsline{toc}{chapter}{Lists of \ldots}
84 \begingroup
85 \let\clearpage\relax
86 \listoffigures
87 \listoftables
88 \lstlistoflistings{}
89 \endgroup
90
91 \end{document}