format the lists of and glossaries
authorMart Lubbers <mart@martlubbers.net>
Mon, 15 May 2017 11:14:12 +0000 (13:14 +0200)
committerMart Lubbers <mart@martlubbers.net>
Mon, 15 May 2017 11:14:12 +0000 (13:14 +0200)
thesis.tex

index e4b599c..d6f9973 100644 (file)
@@ -1,5 +1,5 @@
 %&thesis
-\usepackage[toc,nonumberlist,acronyms]{glossaries}
+\usepackage[nonumberlist,acronyms]{glossaries}
 \makeglossaries%
 
 \newacronym{GADT}{GADT}{Generalized Algebraic Datatype}
 
 \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}