X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.tex;h=eb150e9d7b9217ff89e6c445ebe62ee40df77115;hb=c701de5fbdb875ad9c2257f6fb54ebc8f7805d77;hp=10a6f81da719af43a24c9024b1df097c8bff2b89;hpb=b0fc85be57e369c5a04adaba4d6920a59d3d36e2;p=msc-thesis1617.git diff --git a/thesis.tex b/thesis.tex index 10a6f81..eb150e9 100644 --- a/thesis.tex +++ b/thesis.tex @@ -12,6 +12,7 @@ \newacronym{ARM}{ARM}{Acorn \acrshort{RISC} Machine} \newacronym{LTN}{LTN}{Low Throughput Network} \newacronym{IDE}{IDE}{Integrated Development Environment} +\newacronym{TCP}{TCP}{Transmission Control Protocol} \newglossaryentry{Clean}{name=Clean, description={is a pure lazy functional programming language based on graph rewriting}} @@ -38,6 +39,8 @@ righttext={prof.~dr.~dr.h.c.~ir.~M.J.~Plasmeijer\\dr.~P.W.M.~Koopman}] \listoftodos[Todo] +\glsaddall{} + %Abstract \chapter*{\centering Abstract} \begin{quotation} @@ -54,11 +57,8 @@ %Table of contents \tableofcontents -%Glossaries -\glsaddall{} -\printglossaries% - \mainmatter{} +\glsresetall{} \chapter{Introduction}\label{chp:introduction} \input{introduction.tex} @@ -78,9 +78,24 @@ \chapter{Device client interface}\label{app:device-interface} \input{appendix-device-interface.tex} +\cleardoublepage{} +\phantomsection{} +\addcontentsline{toc}{chapter}{List of \ldots} +\begingroup +\let\clearpage\relax +\listoffigures +\listoftables \lstlistoflistings{} -\listoffigures{} -\listoftables{} +\endgroup + +\cleardoublepage{} +\addcontentsline{toc}{chapter}{Glossaries \& Acronyms} + +\begingroup +\let\clearpage\relax +\let\cleardoublepage\relax +\printglossaries% +\endgroup \bibliographystyle{ieeetr} \bibliography{thesis}