24 lines
453 B
TeX
24 lines
453 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,
|
|
pdfpagemode = UseOutlines,
|
|
}
|
|
}{
|
|
\hypersetup{
|
|
final,
|
|
colorlinks = true,
|
|
allcolors = textColor,
|
|
}
|
|
}
|
|
|
|
\RequirePackage{hypcap} |