X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.tex;h=63d3f92b022f9ac0d4deeed21d27d15eb8272ef9;hb=20ea9da4247313e4ce6e3a385e2975424c62ebfe;hp=2cb098d3f5f21c6daca566512479f40acb8d42a1;hpb=209f5ef51d0f63ed47230a5a0e4226b4c2487fff;p=msc-thesis1617.git diff --git a/thesis.tex b/thesis.tex index 2cb098d..63d3f92 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,8 +1,12 @@ %&thesis \usepackage[nonumberlist]{glossaries} % Glossaries and acronyms -\usepackage[]{algorithm2e} % Pseudocode -\makeglossaries% +\usepackage[algochapter]{algorithm2e} % Pseudocode + +% Fix the algorithm font +\renewcommand\AlCapFnt{\normalfont} +% Initialize the glossaries +\makeglossaries% \input{glossaries} \begin{document} @@ -10,20 +14,18 @@ %Titlepage \input{titlepage} -\listoftodos[Todo] - -\glsaddall{} %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} @@ -32,49 +34,56 @@ %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{Task Oriented Programming}\label{chp:top} -\input{methods.top} +\input{top} \chapter{Embedded Domain Specific Languages}\label{chp:dsl} -\input{methods.dsl} +\input{edsl} -\chapter{The mTask EDSL}\label{chp:mtask} -\input{methods.mtask} +\chapter[The mTask-EDSL]{The \gls{mTask}-\gls{EDSL}}\label{chp:mtask} +\input{mtask} -\chapter{System Architecture}\label{chp:arch} -\input{results.arch} +\chapter[System Overview]{System Overview}\label{chp:system} +\input{system} -\chapter{Extending the mTask EDSL}\label{chp:mtaskcont} -\input{results.mtask} +\chapter[Extending the mTask EDSL]% + {Extending the \gls{mTask} {EDSL}}\label{chp:mtaskcont} +\input{mtaskext} -\chapter{Integration with iTasks}\label{chp:itasksint} -\input{results.itasks} +\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} @@ -83,8 +92,8 @@ \let\cleardoublepage\relax \listoffigures% \listoftables% -\lstlistoflistings% \listofalgorithms% +\lstlistoflistings% \endgroup \end{document}