23 lines
415 B
TeX
23 lines
415 B
TeX
\NeedsTeXFormat{LaTeX2e}
|
|
\ProvidesPackage{PrimeTeX/packages/Links}[2025-08-17]
|
|
|
|
\RequirePackage{PrimeTeX/packages/Color}
|
|
|
|
% Use Hyperref to automatically create links in the document
|
|
\RequirePackage{hyperref}
|
|
|
|
\ifthenelse{\boolean{isElectronic}}{
|
|
\hypersetup{
|
|
final,
|
|
colorlinks=true,
|
|
allcolors=PrimeBlue,
|
|
}
|
|
}{
|
|
\hypersetup{
|
|
final,
|
|
colorlinks=true,
|
|
allcolors=textColor
|
|
}
|
|
}
|
|
|
|
\RequirePackage{hypcap} |