10 lines
222 B
TeX
10 lines
222 B
TeX
\NeedsTeXFormat{LaTeX2e}
|
|
\ProvidesPackage{PrimeTeX/Index}[2025-07-09]
|
|
|
|
% Index formatting.
|
|
%#region
|
|
\RequirePackage{makeidx}
|
|
\RequirePackage{xstring}
|
|
\newcommand{\idx}[1]{\StrSubstitute{#1}{!}{ }\index{#1}}
|
|
%#endregion
|