[OS X TeX] platexmkrc: makeindex for nomenclature

Herbert Schulz herbs2 at mac.com
Sun Apr 6 18:18:50 EDT 2025



> 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.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: add to platexmkrc.tex
Type: application/octet-stream
Size: 136 bytes
Desc: not available
URL: <https://email.esm.psu.edu/pipermail/macosx-tex/attachments/20250406/38db72dd/attachment.obj>
-------------- next part --------------


Good Luck,

Herb Schulz
herbs2 at mac.com




More information about the MacOSX-TeX mailing list