X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.tex;h=40f7e9506a8c843d333245bc235ae6fc12399912;hb=6b1bac7972839b7f8cd4f4d2ff8ac2a00ddc36e4;hp=47a699d021959222731bb2302e34064a0086bb5a;hpb=3c6ba90671d80fc1e84c494e0ad44ff655b87847;p=msc-thesis1617.git diff --git a/thesis.tex b/thesis.tex index 47a699d..40f7e95 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,10 +1,51 @@ %&thesis +\usepackage[xindy={codepage=utf8},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}] -Hello world! + righttext={prof.~dr.~dr.h.c.~ir.~M.J.~Plasmeijer\\dr.~P.W.M.~Koopman}] +\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}