add glossary, appendix and specify protocol
[msc-thesis1617.git] / thesis.tex
index f5737b5..2123c65 100644 (file)
@@ -1,4 +1,31 @@
 %&thesis
+\usepackage[xindy={codepage=utf-8},nonumberlist,acronyms]{glossaries}     % Acronyms
+\makeglossaries%
+\newacronym{sds}{SDS}{Shared Data Source}
 \begin{document}
-Hello world!
+\maketitleru[
+       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]
+
+\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}