update glossaries
[msc-thesis1617.git] / thesis.tex
1 %&thesis
2 \usepackage[xindy{encoding=utf-8},nonumberlist,acronyms]{glossaries} % Acronyms
3 \makeglossaries%
4 \newacronym{sds}{SDS}{Shared Data Source}
5 \newacronym{iot}{IoT}{Internet of Things}
6 \newacronym{top}{TOP}{Task Oriented Programming}
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 %Abstract
22 \chapter*{\centering Abstract}
23 \begin{quotation}
24 \centering\it\noindent
25 \input{abstract.tex}
26 \end{quotation}
27
28 %Table of contents
29 \tableofcontents
30
31 %Glossaries
32 \glsaddall{}
33 \printglossaries%
34
35 \mainmatter{}
36 \chapter{Introduction}
37 \input{introduction.tex}
38
39 \chapter{Methods}
40 \input{methods.tex}
41
42 \chapter{Results}
43 \chapter{Conclusion \& Discussion}
44
45 \appendix
46 \chapter{Communication protocol}
47 \input{appendix-protocol.tex}
48
49 \bibliographystyle{ieeetr}
50 \bibliography{thesis}
51 \end{document}