- Refine Boxouts.

- General refactoring.
This commit is contained in:
2025-08-27 16:41:25 -05:00
parent 01a598b3aa
commit f9a6c6e7cc
8 changed files with 138 additions and 97 deletions

View File

@@ -9,14 +9,15 @@
\ifthenelse{\boolean{isElectronic}}{
\hypersetup{
final,
colorlinks=true,
allcolors=PrimeBlue,
colorlinks = true,
allcolors = PrimeBlue,
pdfpagemode = UseOutlines,
}
}{
\hypersetup{
final,
colorlinks=true,
allcolors=textColor
colorlinks = true,
allcolors = textColor,
}
}