diff --git a/config/acronyms.tex b/config/acronyms.tex index aa83645..372290f 100644 --- a/config/acronyms.tex +++ b/config/acronyms.tex @@ -32,6 +32,9 @@ }% } +% Style the acronyms +\renewcommand*{\glstextformat}[1]{\textcolor{black}{#1}} % Hyperlink in black + \let\AE\undefined \let\v\undefined diff --git a/config/content.tex b/config/content.tex index e6dd4ec..4b848ed 100644 --- a/config/content.tex +++ b/config/content.tex @@ -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 }