X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;ds=sidebyside;f=thesis.tex;h=63d3f92b022f9ac0d4deeed21d27d15eb8272ef9;hb=4bb4ae51e1199aa618d8765b0bc429fba9055140;hp=6a6895fbf450af914e3ae10f887c34e17c80a336;hpb=83b0a6c02526bd521c12d0b18a3b3137a06e2115;p=msc-thesis1617.git diff --git a/thesis.tex b/thesis.tex index 6a6895f..63d3f92 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,8 +1,11 @@ %&thesis \usepackage[nonumberlist]{glossaries} % Glossaries and acronyms \usepackage[algochapter]{algorithm2e} % Pseudocode + +% Fix the algorithm font \renewcommand\AlCapFnt{\normalfont} +% Initialize the glossaries \makeglossaries% \input{glossaries} @@ -12,8 +15,6 @@ %Titlepage \input{titlepage} -\glsaddall{} - %Abstract \chapter*{\centering Abstract} \addcontentsline{toc}{chapter}{Abstract} @@ -22,6 +23,7 @@ \input{abstract} \end{quotation} +%Acknowledgements \chapter*{\centering Acknowledgements} \addcontentsline{toc}{chapter}{Acknowledgements} \begin{quotation} @@ -30,13 +32,13 @@ \end{quotation} %Table of contents -%\begingroup -%\let\cleardoublepage\clearpage \tableofcontents -%\endgroup \mainmatter{} + +%Reset glossary and thus the acronyms \glsresetall{} + \chapter{Introduction}\label{chp:introduction} \input{intro} @@ -62,7 +64,8 @@ \chapter{Discussion \& Conclusion}\label{chp:conclusion} \input{conclusion} -\appendix\label{chp:appendix} +\appendix% +\label{chp:appendix} \chapter{Communication Protocol}\label{app:communication-protocol} \input{appendix-protocol} @@ -70,14 +73,17 @@ \chapter{Device Client Interface}\label{app:device-interface} \input{appendix-device-interface} +% 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} @@ -86,8 +92,8 @@ \let\cleardoublepage\relax \listoffigures% \listoftables% -\lstlistoflistings% \listofalgorithms% +\lstlistoflistings% \endgroup \end{document}