X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.tex;h=5d5e2d3d1c40c3b1d5b6e82904ff361b48e55d7e;hb=c8a6badb20cec197232909e350ea84e80f5d3f8b;hp=2123c65fb29940a30771576a4310e1448feec43b;hpb=6ee111e09a76e74ba5d55492df62702a364216fd;p=msc-thesis1617.git diff --git a/thesis.tex b/thesis.tex index 2123c65..5d5e2d3 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,9 +1,17 @@ %&thesis -\usepackage[xindy={codepage=utf-8},nonumberlist,acronyms]{glossaries} % Acronyms +%\usepackage[xindy={codepage=utf8},nonumberlist,acronyms]{glossaries} +\usepackage[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:}, @@ -11,20 +19,33 @@ righttext={prof.~dr.~dr.h.c.~ir.~M.J.~Plasmeijer\\dr.~P.W.M.~Koopman}] \listoftodos[Todo] -\input{abstract.tex} +%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}