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