X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.tex;h=2123c65fb29940a30771576a4310e1448feec43b;hb=6ee111e09a76e74ba5d55492df62702a364216fd;hp=47a699d021959222731bb2302e34064a0086bb5a;hpb=3c6ba90671d80fc1e84c494e0ad44ff655b87847;p=msc-thesis1617.git diff --git a/thesis.tex b/thesis.tex index 47a699d..2123c65 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,10 +1,31 @@ %&thesis +\usepackage[xindy={codepage=utf-8},nonumberlist,acronyms]{glossaries} % Acronyms +\makeglossaries% +\newacronym{sds}{SDS}{Shared Data Source} \begin{document} \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}] -Hello world! + 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}