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
5-back/acronyms.tex Normal file
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
5-back/backcover.tex Normal file
View File

@@ -0,0 +1,2 @@
\pdfbookmark[chapter]{Back Cover}{backcover}
\includepdf[pages={2}]{../covers.pdf}

1
5-back/bibliography.tex Normal file
View File

@@ -0,0 +1 @@
\printbibliography[heading=bibintoc]

5
5-back/figures.tex Normal file
View File

@@ -0,0 +1,5 @@
{
\hypersetup{linkcolor=black}
\listoffigures
\addcontentsline{toc}{chapter}{\listfigurename}
}

5
5-back/tables.tex Normal file
View File

@@ -0,0 +1,5 @@
{
\hypersetup{linkcolor=black}
\listoftables
\addcontentsline{toc}{chapter}{\listtablename}
}