X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.tex;h=2123c65fb29940a30771576a4310e1448feec43b;hb=6ee111e09a76e74ba5d55492df62702a364216fd;hp=f5737b5b57a1cdf6e63135f45a8a81b922714199;hpb=0dd82c0183888f46ac4eb4f66380356b1aa5eb4d;p=msc-thesis1617.git diff --git a/thesis.tex b/thesis.tex index f5737b5..2123c65 100644 --- a/thesis.tex +++ b/thesis.tex @@ -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}