Files
PrimeTeX/packages/Links.sty
Joshua Lucas 029916b8d6 - Debugging.
- Move all \RequirePackages to commonincludes.def.
2025-09-12 16:15:29 -05:00

31 lines
799 B
TeX

\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{PrimeTeX/packages/Links}[2025-08-17]
% Use Hyperref to automatically create links in the document
\hypersetup{
final,
colorlinks = true,
pdfpagemode = UseOutlines,
pdfdisplaydoctitle = true,
bookmarksnumbered = true,
bookmarksopen = true,
bookmarksopenlevel = 2,
}
\ifthenelse{\boolean{isElectronic}}{
\hypersetup{
allcolors = link,
}
}{
\hypersetup{
allcolors = text,
pdfduplex = DuplexFlipLongEdge,
pdfpagelayout = TwoPageRight,
}
}
\RenewDocumentCommand{\chapterautorefname}{}{Chapter}
\RenewDocumentCommand{\sectionautorefname}{}{Section}
\RenewDocumentCommand{\subsectionautorefname}{}{Subsection}
\RenewDocumentCommand{\subsubsectionautorefname}{}{Sub-subsection}
\RenewDocumentCommand{\paragraphautorefname}{}{Paragraph}