Black links in TOC

This commit is contained in:
2024-09-23 16:26:23 +02:00
parent db84deb671
commit 8887bd07b9
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
{
\hypersetup{linkcolor=black}
\renewcommand{\contentsname}{Table of Contents}
\pdfbookmark[chapter]{\contentsname}{toc}
\tableofcontents
}

View File

@@ -1,6 +1,8 @@
\hypersetup{linkcolor=black}
\chapterstartoc{List of Acronyms}
\label{ch:acronyms}
{
\hypersetup{linkcolor=black}
\chapterstartoc{List of Acronyms}
\label{ch:acronyms}
\renewcommand{\glossarysection}[2][]{} % Remove the title of the glossary
\printnoidxglossary
\renewcommand{\glossarysection}[2][]{} % Remove the title of the glossary
\printnoidxglossary
}

View File

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

View File

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