<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;">the nomenclature is working now without the addtion to platexmrc. I have no idea what changed to cause my problem with it -- except possibly that pdflatexmk was exhausting the permitted number of passes before reaching stability. (Although the issue of nomenclature entries being "rejected" seemed, from the log, to happen well before the final pass.)<div><br id="lineBreakAtBeginningOfMessage"><div><br><blockquote type="cite"><div>On Apr 7, 2025, at 7:53 AM, Herbert Schulz <herbs2@mac.com> wrote:</div><br class="Apple-interchange-newline"><div><meta charset="UTF-8"><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><blockquote type="cite" style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">On Apr 6, 2025, at 8:00 PM, Murray Eisenberg <murrayeisenberg@gmail.com> wrote:<br><br><blockquote type="cite"><br>On Apr 6, 2025, at 8:05 PM, Herbert Schulz <herbs2@mac.com> wrote:<br><br><br><blockquote type="cite">On Apr 6, 2025, at 5:57 PM, Murray Eisenberg <murrayeisenberg@gmail.com> wrote:<br><br>That did it - thanks!<br><br>But was there some change in a TeXShop or texlive engine, or in pdflatex, or in nomencl.sty, causing that addition to be required?<br><br>I ask because I _think_ that, at least until recently, it sufficed to have the single line<br><br>$makeindex = "makeindex -s %R.ist %O -o %D %S";<br><br>in platexmkrc.<br><br><blockquote type="cite">On Apr 6, 2025, at 6:18 PM, Herbert Schulz via MacOSX-TeX <macosx-tex@email.esm.psu.edu> wrote:<br><br><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>sub makenlo2nls {<br>system("makeindex -s nomencl.ist -o '$_[0]'.nls '$_[0]'.nlo");<br>}<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><add to platexmkrc.tex><br><br></blockquote></blockquote><br>Looking at ~/Library/TeXShop/bin/latexmkrcedit I see that dependancy is actually there. Did you remove that file or edit it and remove that dependancy?<br><br></blockquote><br>File latexmkrcedit is indeed in ~/Library/TeXShop/bin/latexmkrcedit (although dated 2022, it's identical to the 2025 file ~/Library/TeXShop/bin/tslatexmk/latexmkDONTrcedi, and it already contains what you said to add to my platexmkrc, namely:<br><br>add_cus_dep('nlo', 'nls', 0, 'makenlo2nls');<br>sub makenlo2nls {<br>system("makeindex -s nomencl.ist -o '$_[0]'.nls '$_[0]'.nlo");<br>}<br><br>So now I'm really puzzled, since as soon as I added that to my platexmkrc, the nomenclature compiled. Before I added it, I saw the error that all the entries for the nomenclature had been "rejected"!<br><br></blockquote><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;">Howdy,</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;">That is very puzzling. And yes, that file hasn't changed in a long time. It's automatically read by the pdflatexmk engine at the start of running.</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;">Could you send me a test file that shows me the failure? My test file for using nomencl typesets fine with no changes.</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;">Here's my simple test file:</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"></div></blockquote></div></div></body></html>