- Add custom header/footer.
- Add option to generate files optimized for either print or electronic reading.
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{PrimeTeX/packages/Links}[2025-07-09]
|
||||
\ProvidesPackage{PrimeTeX/packages/Links}[2025-08-17]
|
||||
|
||||
\RequirePackage{PrimeTeX/packages/Color}
|
||||
|
||||
% Use Hyperref to automatically create links in the document
|
||||
\RequirePackage{hyperref}
|
||||
\hypersetup{colorlinks=true, allcolors=PrimeBlue}
|
||||
|
||||
|
||||
\ifthenelse{\boolean{isElectronic}}{
|
||||
\hypersetup{colorlinks=true, allcolors=PrimeBlue}
|
||||
}{
|
||||
\hypersetup{colorlinks=true, allcolors=textColor}
|
||||
}
|
||||
|
||||
\RequirePackage{hypcap}
|
||||
Reference in New Issue
Block a user