<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">That did it - thanks!<div><br></div><div>But was there some change in a TeXShop or texlive engine, or in pdflatex, or in nomencl.sty, causing that addition to be required?</div><div><br></div><div>I ask because I _think_ that, at least until recently, it sufficed to have the single line</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><span class="hljs-built_in" style="font-family: inherit; font-style: inherit; font-variant-caps: inherit; white-space: inherit; caret-color: rgb(12, 13, 14); color: rgb(12, 13, 14); margin: 0px; padding: 0px; border: 0px; font-width: inherit; line-height: inherit; font-size-adjust: inherit; font-kerning: inherit; font-variant-alternates: inherit; font-variant-ligatures: inherit; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-position: inherit; font-feature-settings: inherit; font-optical-sizing: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit;">$</span><span style="font-family: inherit; font-size: var(--_pr-code-fs); font-style: inherit; font-variant-caps: inherit; white-space: inherit; caret-color: rgb(12, 13, 14); color: rgb(12, 13, 14);">makeindex = "makeindex -s </span><span class="hljs-comment" style="font-family: inherit; font-style: inherit; font-variant-caps: inherit; white-space: inherit; caret-color: rgb(12, 13, 14); color: rgb(12, 13, 14); margin: 0px; padding: 0px; border: 0px; font-width: inherit; line-height: inherit; font-size-adjust: inherit; font-kerning: inherit; font-variant-alternates: inherit; font-variant-ligatures: inherit; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-position: inherit; font-feature-settings: inherit; font-optical-sizing: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit;">%R.ist %O -o %D %S";</span></div><div><font color="#0c0d0e" size="2"><span style="caret-color: rgb(12, 13, 14);"><br></span></font></div><div><font color="#0c0d0e" size="2"><span style="caret-color: rgb(12, 13, 14);">in platexmkrc.<br></span></font><div><br><blockquote type="cite"><div>On Apr 6, 2025, at 6:18 PM, Herbert Schulz via MacOSX-TeX <macosx-tex@email.esm.psu.edu> wrote:</div><br class="Apple-interchange-newline"><div><div><br><br><blockquote type="cite">On Apr 6, 2025, at 3:40 PM, Murray Eisenberg <murrayeisenberg@gmail.com> wrote:<br><br>nomencl<br></blockquote><br>Howdy,<br><br>You don't want to to change the makeindex command since that will work for your standard indexes. Add the lines<br><br>add_cus_dep('nlo', 'nls', 0, 'makenlo2nls');<br><span class="Apple-tab-span" style="white-space:pre"> </span><span class="Apple-tab-span" style="white-space:pre"> </span>sub makenlo2nls {<br><span class="Apple-tab-span" style="white-space:pre"> </span><span class="Apple-tab-span" style="white-space:pre"> </span><span class="Apple-tab-span" style="white-space:pre"> </span><span class="Apple-tab-span" style="white-space:pre"> </span>system("makeindex -s nomencl.ist -o '$_[0]'.nls '$_[0]'.nlo");<br><span class="Apple-tab-span" style="white-space:pre"> </span><span class="Apple-tab-span" style="white-space:pre"> </span>}<br><br>(line breaks may be bad here - I've attached a file with the proper line breaks) which deals with nlo->nls extensions separately.<br><br><span id="cid:3083979D-84CA-439F-B689-C795C36EC2D4"><add to platexmkrc.tex></span><br><br>Good Luck,<br><br>Herb Schulz<br>herbs2@mac.com<br><br><br>----------- Please Consult the Following Before Posting -----------<br>TeX FAQ: https://www.tug.org/mactex/faq/index.html<br>List Reminders and Etiquette: https://sites.esm.psu.edu/~gray/TeX/<br>List Archives: http://dir.gmane.org/gmane.comp.tex.macosx<br> https://email.esm.psu.edu/pipermail/macosx-tex/<br>TeX on Mac OS X Website: https://www.tug.org/mactex/index.html<br>List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex<br></div></div></blockquote></div><br><div>
<div>---<br>Murray Eisenberg<span class="Apple-tab-span" style="white-space: pre;"> </span>murrayeisenberg@gmail.com<br>Mobile (413)-427-5334<br>503 King Farm Blvd #101<span class="Apple-tab-span" style="white-space: pre;"> </span><br>Rockville, MD 20850-6667<span class="Apple-tab-span" style="white-space: pre;"> </span></div><div><br></div><br class="Apple-interchange-newline">
</div>
<br></div></body></html>