From: Mart Lubbers Date: Mon, 15 May 2017 11:14:12 +0000 (+0200) Subject: format the lists of and glossaries X-Git-Tag: hand-in~126 X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;ds=sidebyside;h=e2defb43413b007075334611e533569380828350;p=msc-thesis1617.git format the lists of and glossaries --- diff --git a/thesis.tex b/thesis.tex index e4b599c..d6f9973 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,5 +1,5 @@ %&thesis -\usepackage[toc,nonumberlist,acronyms]{glossaries} +\usepackage[nonumberlist,acronyms]{glossaries} \makeglossaries% \newacronym{GADT}{GADT}{Generalized Algebraic Datatype} @@ -79,15 +79,22 @@ \cleardoublepage \phantomsection -\addcontentsline{toc}{chapter}{\listfigurename} +\addcontentsline{toc}{chapter}{List of \ldots} +\begingroup +\let\clearpage\relax \listoffigures - -\phantomsection -\addcontentsline{toc}{chapter}{\listtablename} \listoftables - \lstlistoflistings{} +\endgroup + +\cleardoublepage +\addcontentsline{toc}{chapter}{Glossaries \& Acronyms} + +\begingroup +\let\clearpage\relax +\let\cleardoublepage\relax \printglossaries% +\endgroup \bibliographystyle{ieeetr} \bibliography{thesis}