X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.tex;h=63d3f92b022f9ac0d4deeed21d27d15eb8272ef9;hb=4bb4ae51e1199aa618d8765b0bc429fba9055140;hp=93f96b84dc88608625e6e546c8f749e4b4b6e8ab;hpb=bb33f56ac032b65a9ed06d21d7907270cf2c2a25;p=msc-thesis1617.git diff --git a/thesis.tex b/thesis.tex index 93f96b8..63d3f92 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,9 +1,12 @@ %&thesis \usepackage[nonumberlist]{glossaries} % Glossaries and acronyms \usepackage[algochapter]{algorithm2e} % Pseudocode + +% Fix the algorithm font \renewcommand\AlCapFnt{\normalfont} -\makeglossaries% +% Initialize the glossaries +\makeglossaries% \input{glossaries} \begin{document} @@ -12,18 +15,17 @@ %Titlepage \input{titlepage} -\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,11 +34,11 @@ %Table of contents \tableofcontents -\addcontentsline{toc}{chapter}{Glossaries \& Acronyms} -\printglossaries% - \mainmatter{} + +%Reset glossary and thus the acronyms \glsresetall{} + \chapter{Introduction}\label{chp:introduction} \input{intro} @@ -49,32 +51,39 @@ \chapter[The mTask-EDSL]{The \gls{mTask}-\gls{EDSL}}\label{chp:mtask} \input{mtask} -\chapter[mTask system]{\gls{mTask} system}\label{chp:system} +\chapter[System Overview]{System Overview}\label{chp:system} \input{system} -\chapter[Extending the mTask EDSL]{Extending the \gls{mTask} {EDSL}}\label{chp:mtaskcont} +\chapter[Extending the mTask EDSL]% + {Extending the \gls{mTask} {EDSL}}\label{chp:mtaskcont} \input{mtaskext} -\chapter{System Architecture}\label{chp:arch} +\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}