revert back to makeindex
[msc-thesis1617.git] / thesis.tex
1 %&thesis
2 %\usepackage[xindy={codepage=utf8},nonumberlist,acronyms]{glossaries}
3 \usepackage[nonumberlist,acronyms]{glossaries}
4 \makeglossaries%
5 \newacronym{sds}{SDS}{Shared Data Source}
6 \newacronym{iot}{IoT}{Internet of Things}
7 \newacronym{top}{TOP}{Task Oriented Programming}
8
9 \begin{document}
10 \frontmatter{}
11
12 %Titlepage
13 \maketitleru[
14 pagenr=1,
15 course={Master Thesis},
16 institute={Radboud University Nijmegen},
17 authorstext={Author:},
18 righttextheader={Supervisors:},
19 righttext={prof.~dr.~dr.h.c.~ir.~M.J.~Plasmeijer\\dr.~P.W.M.~Koopman}]
20 \listoftodos[Todo]
21
22 %Abstract
23 \chapter*{\centering Abstract}
24 \begin{quotation}
25 \centering\it\noindent
26 \input{abstract.tex}
27 \end{quotation}
28
29 %Table of contents
30 \tableofcontents
31
32 %Glossaries
33 \glsaddall{}
34 \printglossaries%
35
36 \mainmatter{}
37 \chapter{Introduction}
38 \input{introduction.tex}
39
40 \chapter{Methods}
41 \input{methods.tex}
42
43 \chapter{Results}
44 \chapter{Conclusion \& Discussion}
45
46 \appendix
47 \chapter{Communication protocol}
48 \input{appendix-protocol.tex}
49
50 \bibliographystyle{ieeetr}
51 \bibliography{thesis}
52 \end{document}