From e2defb43413b007075334611e533569380828350 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Mon, 15 May 2017 13:14:12 +0200 Subject: [PATCH] format the lists of and glossaries --- thesis.tex | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) 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} -- 2.20.1