Clearer appendix-backmatter separation

This commit is contained in:
2024-09-24 21:53:35 +02:00
parent 5d079ded08
commit 1dad4ca077
6 changed files with 8 additions and 6 deletions
+8
View File
@@ -0,0 +1,8 @@
{
\hypersetup{linkcolor=black}
\chapterstartoc{List of Acronyms}
\label{ch:acronyms}
\renewcommand{\glossarysection}[2][]{} % Remove the title of the glossary
\printnoidxglossary
}
+2
View File
@@ -0,0 +1,2 @@
\pdfbookmark[chapter]{Back Cover}{backcover}
\includepdf[pages={2}]{../covers.pdf}
+1
View File
@@ -0,0 +1 @@
\printbibliography[heading=bibintoc]
+5
View File
@@ -0,0 +1,5 @@
{
\hypersetup{linkcolor=black}
\listoffigures
\addcontentsline{toc}{chapter}{\listfigurename}
}
+5
View File
@@ -0,0 +1,5 @@
{
\hypersetup{linkcolor=black}
\listoftables
\addcontentsline{toc}{chapter}{\listtablename}
}