11 lines
285 B
TeX
11 lines
285 B
TeX
\NeedsTeXFormat{LaTeX2e}
|
|
\ProvidesPackage{PrimeTeX/packages/Links}[2025-07-09]
|
|
|
|
\RequirePackage{PrimeTeX/packages/Color}
|
|
|
|
% Use Hyperref to automatically create links in the document
|
|
\RequirePackage{hyperref}
|
|
\hypersetup{colorlinks=true, allcolors=PrimeBlue}
|
|
|
|
|
|
\RequirePackage{hypcap} |