<html><head><meta http-equiv="content-type" content="text/html; charset=us-ascii"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">A book document book.tex being compiled with pdflatex through TeXShop with the pdflatexmk engine uses the following platexmkrc file:<div><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>$makeindex = "makeindex -s %R.ist %O -o %D %S";</div><div><br></div><div>That platexmkrc meta-command is OK for the main index and index of names, but NOT for a nomenclature index, where the correct form seems to be:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>makeindex book.nlo -s nomencl.ist -o book.nls</div><div><br></div><div>How should platexmkrc be modfied?</div><div><br></div><div>The document also uses an index of names separate from the main index. So the root file book.tex includes:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>\usepackage{nomencl}</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>...</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>\begin{document}</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>\makenomenclature </div><div><span class="Apple-tab-span" style="white-space:pre"> </span>\makeindex[names] </div><div><span class="Apple-tab-span" style="white-space:pre"> </span>\makeindex</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>....</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>...</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>\printnomenclature</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>\printindex[names]</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>\printindex</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>\end{document}</div><div><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>