Files
PrimeTeX/packages/Index.sty
Silcantar 21d5f5d0ea - Move packages to subfolder.
- Add Prime Controls graphics to this repo.
- Expand readme.
2025-08-01 22:54:37 -05:00

8 lines
210 B
TeX

\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{PrimeTeX/packages/Index}[2025-07-09]
% Index formatting.
\RequirePackage{makeidx}
\RequirePackage{xstring}
\newcommand{\idx}[1]{\StrSubstitute{#1}{!}{ }\index{#1}}