add glossary, appendix and specify protocol
[msc-thesis1617.git] / thesis.tex
index df7945a..2123c65 100644 (file)
@@ -1,4 +1,7 @@
 %&thesis
+\usepackage[xindy={codepage=utf-8},nonumberlist,acronyms]{glossaries}     % Acronyms
+\makeglossaries%
+\newacronym{sds}{SDS}{Shared Data Source}
 \begin{document}
 \maketitleru[
        course={Master Thesis},
@@ -6,14 +9,23 @@
        authorstext={Author:},
        righttextheader={Supervisors:},
        righttext={prof.~dr.~dr.h.c.~ir.~M.J.~Plasmeijer\\dr.~P.W.M.~Koopman}]
-%\listoftodos[Todo]
+\listoftodos[Todo]
+
+\input{abstract.tex}
+
 \tableofcontents
 
+\printglossaries%
 \chapter{Introduction}
 \chapter{Methods}
 \chapter{Results}
 \chapter{Conclusion \& Discussion}
 
+\begin{appendices}
+       \chapter{Communication protocol}
+       \input{appendix-protocol.tex}
+\end{appendices}
+
 \bibliographystyle{ieeetr}
 \bibliography{thesis}
 \end{document}