[OS X TeX] platexmkrc: makeindex for nomenclature
Murray Eisenberg
murrayeisenberg at gmail.com
Sun Apr 6 18:57:06 EDT 2025
That did it - thanks!
But was there some change in a TeXShop or texlive engine, or in pdflatex, or in nomencl.sty, causing that addition to be required?
I ask because I _think_ that, at least until recently, it sufficed to have the single line
$makeindex = "makeindex -s %R.ist %O -o %D %S";
in platexmkrc.
> On Apr 6, 2025, at 6:18 PM, Herbert Schulz via MacOSX-TeX <macosx-tex at email.esm.psu.edu> wrote:
>
>
>
>> On Apr 6, 2025, at 3:40 PM, Murray Eisenberg <murrayeisenberg at gmail.com> wrote:
>>
>> nomencl
>
> Howdy,
>
> You don't want to to change the makeindex command since that will work for your standard indexes. Add the lines
>
> add_cus_dep('nlo', 'nls', 0, 'makenlo2nls');
> sub makenlo2nls {
> system("makeindex -s nomencl.ist -o '$_[0]'.nls '$_[0]'.nlo");
> }
>
> (line breaks may be bad here - I've attached a file with the proper line breaks) which deals with nlo->nls extensions separately.
>
> <add to platexmkrc.tex>
>
> Good Luck,
>
> Herb Schulz
> herbs2 at mac.com
>
>
> ----------- Please Consult the Following Before Posting -----------
> TeX FAQ: https://www.tug.org/mactex/faq/index.html
> List Reminders and Etiquette: https://sites.esm.psu.edu/~gray/TeX/
> List Archives: http://dir.gmane.org/gmane.comp.tex.macosx
> https://email.esm.psu.edu/pipermail/macosx-tex/
> TeX on Mac OS X Website: https://www.tug.org/mactex/index.html
> List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex
---
Murray Eisenberg murrayeisenberg at gmail.com
Mobile (413)-427-5334
503 King Farm Blvd #101
Rockville, MD 20850-6667
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://email.esm.psu.edu/pipermail/macosx-tex/attachments/20250406/8b650126/attachment.htm>
More information about the MacOSX-TeX
mailing list