X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.tex;h=d31abe1a434e7ebe0478eb967234ced0d6381d17;hb=b7d14e48236d740ca4805f6404311de84b7702a3;hp=af0bc872792722dc6de6101787de889bc4f5320f;hpb=6c6184edee2e3ae64176ee53d891f244b649ba1b;p=msc-thesis1617.git diff --git a/thesis.tex b/thesis.tex index af0bc87..d31abe1 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,23 +1,50 @@ %&thesis +\usepackage[xindy{encoding=utf-8},nonumberlist,acronyms]{glossaries} % Acronyms +\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}] \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} -\begin{appendices} - \chapter{Communication protocol} - \input{appendix-protocol.tex} -\end{appendices} +\appendix +\chapter{Communication protocol} +\input{appendix-protocol.tex} \bibliographystyle{ieeetr} \bibliography{thesis}