revert back to makeindex
[msc-thesis1617.git] / thesis.tex
index df7945a..5d5e2d3 100644 (file)
@@ -1,19 +1,52 @@
 %&thesis
+%\usepackage[xindy={codepage=utf8},nonumberlist,acronyms]{glossaries}
+\usepackage[nonumberlist,acronyms]{glossaries}
+\makeglossaries%
+\newacronym{sds}{SDS}{Shared Data Source}
+\newacronym{iot}{IoT}{Internet of Things}
+\newacronym{top}{TOP}{Task Oriented Programming}
+
 \begin{document}
+\frontmatter{}
+
+%Titlepage
 \maketitleru[
+       pagenr=1,
        course={Master Thesis},
        institute={Radboud University Nijmegen},
        authorstext={Author:},
        righttextheader={Supervisors:},
        righttext={prof.~dr.~dr.h.c.~ir.~M.J.~Plasmeijer\\dr.~P.W.M.~Koopman}]
-%\listoftodos[Todo]
+\listoftodos[Todo]
+
+%Abstract
+\chapter*{\centering Abstract}
+\begin{quotation}
+       \centering\it\noindent
+       \input{abstract.tex}
+\end{quotation}
+
+%Table of contents
 \tableofcontents
 
+%Glossaries
+\glsaddall{}
+\printglossaries%
+
+\mainmatter{}
 \chapter{Introduction}
+\input{introduction.tex}
+
 \chapter{Methods}
+\input{methods.tex}
+
 \chapter{Results}
 \chapter{Conclusion \& Discussion}
 
+\appendix
+\chapter{Communication protocol}
+\input{appendix-protocol.tex}
+
 \bibliographystyle{ieeetr}
 \bibliography{thesis}
 \end{document}