X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.tex;h=4158a1b08d6a29294bad0b4761c29c6156979bf4;hb=c3f505fc05f88dd9b36b433b615de6be08977601;hp=2123c65fb29940a30771576a4310e1448feec43b;hpb=6ee111e09a76e74ba5d55492df62702a364216fd;p=msc-thesis1617.git diff --git a/thesis.tex b/thesis.tex index 2123c65..4158a1b 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,9 +1,28 @@ %&thesis -\usepackage[xindy={codepage=utf-8},nonumberlist,acronyms]{glossaries} % Acronyms +\usepackage[nonumberlist,acronyms]{glossaries} \makeglossaries% -\newacronym{sds}{SDS}{Shared Data Source} + +\newacronym{SDS}{SDS}{Shared Data Source} +\newacronym{IoT}{IoT}{Internet of Things} +\newacronym{TOP}{TOP}{Task Oriented Programming} +\newglossaryentry{Clean}{% + name=Clean, + description={is a pure lazy functional programming language based on graph + rewriting} +} +\newglossaryentry{iTasks}{ + name=iTasks, + description={is a \acrshort{TOP} implementation written in the \gls{Clean} + programming language} +} + + \begin{document} +\frontmatter{} + +%Titlepage \maketitleru[ + pagenr=1, course={Master Thesis}, institute={Radboud University Nijmegen}, authorstext={Author:}, @@ -11,20 +30,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}