X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.tex;h=2123c65fb29940a30771576a4310e1448feec43b;hb=6ee111e09a76e74ba5d55492df62702a364216fd;hp=4bcd93823df7cd0ddd4d454ff522bfa43be66c46;hpb=633ce9a10540bf5b1c2ae9e42e10412967839076;p=msc-thesis1617.git diff --git a/thesis.tex b/thesis.tex index 4bcd938..2123c65 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,4 +1,7 @@ %&thesis +\usepackage[xindy={codepage=utf-8},nonumberlist,acronyms]{glossaries} % Acronyms +\makeglossaries% +\newacronym{sds}{SDS}{Shared Data Source} \begin{document} \maketitleru[ course={Master Thesis}, @@ -6,5 +9,23 @@ authorstext={Author:}, righttextheader={Supervisors:}, righttext={prof.~dr.~dr.h.c.~ir.~M.J.~Plasmeijer\\dr.~P.W.M.~Koopman}] -Hello world! +\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}