Add \chapter* to toc

This commit is contained in:
2024-09-26 21:07:08 +02:00
parent ebbd7133d4
commit df83e76a9c
5 changed files with 20 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
\chapterstartoc{List of Acronyms}
\chapter*{List of Acronyms}
\label{acronyms}
\renewcommand{\glossarysection}[2][]{} % Remove the title of the glossary

View File

@@ -1 +1,4 @@
\printbibliography[heading=bibintoc]
\chapter*{Bibliography}
\label{bibliography}
\printbibliography[heading=none]

View File

@@ -1,4 +1,4 @@
\chapterstartoc{List of Figures}
\chapter*{List of Figures}
\label{figures}
{% Set the link color to black only for the list of figures

View File

@@ -1,4 +1,4 @@
\chapterstartoc{List of Tables}
\chapter*{List of Tables}
\label{tables}
{% Set the link color to black only for the list of tables