X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.tex;h=a468137c577fc8882476782ed64dd5bddcab143e;hb=faca758c348718411803e4b8fab3a83a85665d1a;hp=84d634362cd7c1b972675d207679256a96c54a34;hpb=9c940edab2b3282dc658a629a24573e92964ae77;p=msc-thesis1617.git diff --git a/thesis.tex b/thesis.tex index 84d6343..a468137 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,9 +1,9 @@ %&thesis -\usepackage[xindy,nonumberlist,acronyms]{glossaries} % Acronyms +\usepackage[nonumberlist,acronyms]{glossaries} \makeglossaries% -\newacronym{sds}{SDS}{Shared Data Source} -\newacronym{iot}{IoT}{Internet of Things} -\newacronym{top}{TOP}{Task Oriented Programming} + +\input{acronyms} +\input{glossaries} \begin{document} \frontmatter{} @@ -18,34 +18,78 @@ righttext={prof.~dr.~dr.h.c.~ir.~M.J.~Plasmeijer\\dr.~P.W.M.~Koopman}] \listoftodos[Todo] +\glsaddall{} + %Abstract \chapter*{\centering Abstract} +\begin{quotation} + \centering\noindent + \input{abstract} +\end{quotation} + +\chapter*{\centering Acknowledgements} \begin{quotation} \centering\it\noindent - \input{abstract.tex} + \input{acknowledgements} \end{quotation} %Table of contents \tableofcontents -%Glossaries -\glsaddall{} -\printglossaries% - \mainmatter{} -\chapter{Introduction} -\input{introduction.tex} +\glsresetall{} +\chapter{Introduction}\label{chp:introduction} +\input{introduction} + +\chapter{\acrlong{TOP}}\label{chp:top} +\input{methods.top} -\chapter{Methods} -\input{methods.tex} +\chapter{\acrlongpl{EDSL}}\label{chp:dsl} +\input{methods.dsl} -\chapter{Results} -\chapter{Conclusion \& Discussion} +\chapter{mTask}\label{chp:mtask} +\input{methods.mtask} -\appendix -\chapter{Communication protocol} -\input{appendix-protocol.tex} +\chapter{Architecture}\label{chp:arch} +\input{results.arch} +\chapter{mTask continued}\label{chp:mtaskcont} +\input{results.mtask} + +\chapter{Conclusion \& Discussion}\label{chp:conclusion} +\input{conclusion} + +\appendix\label{chp:appendix} + +\chapter{Communication protocol}\label{app:communication-protocol} +\input{appendix-protocol} + +\chapter{Device client interface}\label{app:device-interface} +\input{appendix-device-interface} + +\cleardoublepage{} +\phantomsection{} +\addcontentsline{toc}{chapter}{Bibliography} \bibliographystyle{ieeetr} \bibliography{thesis} + +\cleardoublepage{} +\phantomsection{} +\addcontentsline{toc}{chapter}{Lists of \ldots} +\begingroup +\let\clearpage\relax +\listoffigures +\listoftables +\lstlistoflistings{} +\endgroup + +\cleardoublepage{} +\phantomsection{} +\addcontentsline{toc}{chapter}{Glossaries \& Acronyms} +\begingroup +\let\clearpage\relax +\let\cleardoublepage\relax +\printglossaries% +\endgroup + \end{document}