Add back colors on figure refs

This commit is contained in:
2024-09-07 23:01:04 +02:00
parent 1b1471e0cc
commit 94eca14055
2 changed files with 6 additions and 2 deletions

View File

@@ -32,6 +32,9 @@
}%
}
% Style the acronyms
\renewcommand*{\glstextformat}[1]{\textcolor{black}{#1}} % Hyperlink in black
\let\AE\undefined
\let\v\undefined

View File

@@ -16,12 +16,13 @@
\hypersetup{
bookmarksnumbered = true, % Include section numbers in bookmarks
bookmarksopen = true, % Auto-open bookmarks
bookmarksopenlevel = 2, % Open up to subsections
bookmarksopenlevel = 2, % Open up to subsections
}
\hypersetup{
colorlinks = true, % Color links
allcolors = Black, % Color of all links
allcolors = Black, % Default color
citecolor = OliveGreen, % Color of citations
linkcolor = MidnightBlue, % Color of internal links
allbordercolors = White, % No borders around links
}