15 lines
380 B
TeX
15 lines
380 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{colorlinks=true, allcolors=PrimeBlue}
|
|
}{
|
|
\hypersetup{colorlinks=true, allcolors=textColor}
|
|
}
|
|
|
|
\RequirePackage{hypcap} |