Lots of changes.

This commit is contained in:
2025-08-28 16:56:27 -05:00
parent f4571bcbcf
commit 168dca350f
8 changed files with 275 additions and 97 deletions

View File

@@ -4,21 +4,32 @@
\RequirePackage{PrimeTeX/packages/Color}
% Use Hyperref to automatically create links in the document
\RequirePackage{hyperref}
\RequirePackage[
final,
colorlinks = true,
pdfpagemode = UseOutlines,
pdfdisplaydoctitle = true,
bookmarksnumbered = true,
bookmarksopen = true,
bookmarksopenlevel = 2,
]{hyperref}
\ifthenelse{\boolean{isElectronic}}{
\hypersetup{
final,
colorlinks = true,
allcolors = PrimeBlue,
pdfpagemode = UseOutlines,
allcolors = PrimeBlue,
}
}{
\hypersetup{
final,
colorlinks = true,
allcolors = textColor,
allcolors = textColor,
pdfduplex = true,
pdfpagelayout = TwoPageRight,
}
}
\RenewDocumentCommand{\chapterautorefname}{}{Chapter}
\RenewDocumentCommand{\sectionautorefname}{}{Section}
\RenewDocumentCommand{\subsectionautorefname}{}{Subsection}
\RenewDocumentCommand{\subsubsectionautorefname}{}{Sub-subsection}
\RenewDocumentCommand{\paragraphautorefname}{}{Paragraph}
\RequirePackage{hypcap}