add glossary, appendix and specify protocol
[msc-thesis1617.git] / thesis.tex
1 %&thesis
2 \usepackage[xindy={codepage=utf-8},nonumberlist,acronyms]{glossaries} % Acronyms
3 \makeglossaries%
4 \newacronym{sds}{SDS}{Shared Data Source}
5 \begin{document}
6 \maketitleru[
7 course={Master Thesis},
8 institute={Radboud University Nijmegen},
9 authorstext={Author:},
10 righttextheader={Supervisors:},
11 righttext={prof.~dr.~dr.h.c.~ir.~M.J.~Plasmeijer\\dr.~P.W.M.~Koopman}]
12 \listoftodos[Todo]
13
14 \input{abstract.tex}
15
16 \tableofcontents
17
18 \printglossaries%
19 \chapter{Introduction}
20 \chapter{Methods}
21 \chapter{Results}
22 \chapter{Conclusion \& Discussion}
23
24 \begin{appendices}
25 \chapter{Communication protocol}
26 \input{appendix-protocol.tex}
27 \end{appendices}
28
29 \bibliographystyle{ieeetr}
30 \bibliography{thesis}
31 \end{document}