- Split PrimeManual package into multiple packages.
- Change original PrimeManual package into a class and rename Manual.
This commit is contained in:
10
Links.sty
Normal file
10
Links.sty
Normal file
@@ -0,0 +1,10 @@
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{PrimeTeX/Links}[2025-07-09]
|
||||
|
||||
\RequirePackage{PrimeTeX/Color}
|
||||
|
||||
% Use Hyperref to automatically create links in the document
|
||||
%#region
|
||||
\RequirePackage{hyperref}
|
||||
\hypersetup{colorlinks=true, allcolors=PrimeBlue}
|
||||
%#endregion
|
||||
Reference in New Issue
Block a user