X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.tex;h=63d3f92b022f9ac0d4deeed21d27d15eb8272ef9;hb=4bb4ae51e1199aa618d8765b0bc429fba9055140;hp=519f9c2c9b3dbf13a68f94249e39ddce7b95f196;hpb=047ee8a13310ba90d01934827cb17c680b32a4b5;p=msc-thesis1617.git diff --git a/thesis.tex b/thesis.tex index 519f9c2..63d3f92 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,36 +1,31 @@ %&thesis -\usepackage[nonumberlist,acronyms]{glossaries} % Glossaries and acronyms -\usepackage[]{algorithm2e} % Pseudocode -\makeglossaries% +\usepackage[nonumberlist]{glossaries} % Glossaries and acronyms +\usepackage[algochapter]{algorithm2e} % Pseudocode + +% Fix the algorithm font +\renewcommand\AlCapFnt{\normalfont} -\input{acronyms} +% Initialize the glossaries +\makeglossaries% \input{glossaries} \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] - -\glsaddall{} +\input{titlepage} %Abstract -\addcontentsline{toc}{chapter}{Abstract} \chapter*{\centering Abstract} +\addcontentsline{toc}{chapter}{Abstract} \begin{quotation} \centering\noindent \input{abstract} \end{quotation} -\addcontentsline{toc}{chapter}{Acknowledgements} +%Acknowledgements \chapter*{\centering Acknowledgements} +\addcontentsline{toc}{chapter}{Acknowledgements} \begin{quotation} \centering\it\noindent \input{acknowledgements} @@ -39,55 +34,66 @@ %Table of contents \tableofcontents -\addcontentsline{toc}{chapter}{Glossaries \& Acronyms} -\printglossaries% - \mainmatter{} + +%Reset glossary and thus the acronyms \glsresetall{} + \chapter{Introduction}\label{chp:introduction} -\input{introduction} +\input{intro} -\chapter{\acrlong{TOP}}\label{chp:top} -\input{methods.top} +\chapter{Task Oriented Programming}\label{chp:top} +\input{top} -\chapter{\acrlongpl{EDSL}}\label{chp:dsl} -\input{methods.dsl} +\chapter{Embedded Domain Specific Languages}\label{chp:dsl} +\input{edsl} -\chapter{mTask}\label{chp:mtask} -\input{methods.mtask} +\chapter[The mTask-EDSL]{The \gls{mTask}-\gls{EDSL}}\label{chp:mtask} +\input{mtask} -\chapter{Architecture}\label{chp:arch} -\input{results.arch} +\chapter[System Overview]{System Overview}\label{chp:system} +\input{system} -\chapter{mTask continued}\label{chp:mtaskcont} -\input{results.mtask} +\chapter[Extending the mTask EDSL]% + {Extending the \gls{mTask} {EDSL}}\label{chp:mtaskcont} +\input{mtaskext} -\chapter{Conclusion \& Discussion}\label{chp:conclusion} +\chapter{System Considerations \& Implementation}\label{chp:arch} +\input{arch} + +\chapter{Discussion \& Conclusion}\label{chp:conclusion} \input{conclusion} -\appendix\label{chp:appendix} +\appendix% +\label{chp:appendix} -\chapter{Communication protocol}\label{app:communication-protocol} +\chapter{Communication Protocol}\label{app:communication-protocol} \input{appendix-protocol} -\chapter{Device client interface}\label{app:device-interface} +\chapter{Device Client Interface}\label{app:device-interface} \input{appendix-device-interface} -\cleardoublepage{} +% Bibliography \phantomsection{} \addcontentsline{toc}{chapter}{Bibliography} \bibliographystyle{ieeetr} \bibliography{thesis} +% Glossary +\addcontentsline{toc}{chapter}{Glossary} +\printglossaries% + +% Lists of \cleardoublepage{} \phantomsection{} \addcontentsline{toc}{chapter}{Lists of \ldots} \begingroup \let\clearpage\relax +\let\cleardoublepage\relax \listoffigures% \listoftables% -\lstlistoflistings% \listofalgorithms% +\lstlistoflistings% \endgroup \end{document}