<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Sorry for typo…the _first_ of the 3 makeindex commands I’m using is:<div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">makeindex main.nlo -s main.ist -o main.nls</span></div></div><div class=""><br class=""><div>using (I forgot to include the “.nlo” extension in my message below).</div><div><br class=""></div><div><br class=""><blockquote type="cite" class=""><div class="">On 22 Aug2019, at 1:21 PM, Murray Eisenberg <<a href="mailto:murrayeisenberg@gmail.com" class="">murrayeisenberg@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">First, a correction: with the manual process, after the 3rd run of pdflatex and before the run of makeindex, I do also have the expected file main.nlo.<div class=""><br class=""></div><div class="">Realizing this, I’ve repeated the command-line process, but this time using 3 invocations of makeindex:</div><div class=""><br class=""></div><div class=""><div class=""><font face="Courier" class="">makeindex main -s main.ist -o main.nls              </font></div><div class=""><font face="Courier" class="">makeindex names.idx -s main.ist -o names.ind</font></div><div class=""><font face="Courier" class="">makeindex -s main.ist main</font></div></div><div class=""><div class=""><br class=""></div><div class="">Now after the final pdflatex run, I do get both the index of names and the main index — but still NO index of notation (nomenclature).</div><div class=""><br class=""></div><div class="">What am I doing wrong, or what else do I need to do?</div><div class=""><br class=""><blockquote type="cite" class=""><div class="">On 22 Aug2019, at 12:52 PM, Murray Eisenberg <<a href="mailto:murrayeisenberg@gmail.com" class="">murrayeisenberg@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">The dead-stop freezes of TeXShop (now version 4.31) under macOS Mojave have become utterly frustrating, making the app nearly impossible to use except as an editor: typically on my book-lenght project I cannot get more than 2 or 3 successive runs of latex without a freeze; and nearly every time a run of pdflatexmk freezes somwhere before, or in, the final pass.<div class=""><br class=""></div><div class="">So I have to resort to running on the command line. The typical sequence would be:</div><div class=""><br class=""></div><div class=""><div class=""><font face="Courier" class="">pdflatex main</font></div><div class=""><font face="Courier" class="">bibtex main</font></div><div class=""><font face="Courier" class="">pdflatex main</font></div><div class=""><font face="Courier" class="">pdflatex main</font></div><div class=""><font face="Courier" class="">makeindex -s main.ist main</font></div><div class=""><font face="Courier" class="">pdflatex main</font></div><div class=""><br class=""></div><div class="">My book has two indexes — an index of names and the main index — along with an index of notation (nomenclature). but I’m not getting any of them in the pdf.</div><div class=""><br class=""></div><div class="">Specifically, I’m using documentclass <font face="Courier" class="">memoir</font>, (in case that matters) along with packages:</div><div class=""><br class=""></div><div class=""><font face="Courier" class="">repeatindex</font></div><div class=""><font face="Courier" class="">nomencl</font>         (for which I have a <font face="Courier" class="">nomencl.cfg</font>)</div><div class=""><br class=""></div><div class="">The glossary is supposed to be printed by command</div><div class=""><br class=""></div><div class=""><font face="Courier" class="">\printglossary[notation]</font></div><div class=""><br class=""></div><div class="">and then the two indexes are supposed to be printed by commands:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><font face="Courier" class="">\printindex[names]</font></div></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><font face="Courier" class="">\printindex</font></div></div><div class=""><br class=""></div><div class="">After the third run of <font face="Courier" class="">pdflatex</font>, I have the files:</div><div class=""><br class=""></div><div class=""><font face="Courier" class="">main.idx</font></div><div class=""><font face="Courier" class="">names.idx</font></div><div class=""><font face="Courier" class="">notation.idx</font> (but empty)</div><div class=""><br class=""></div><div class="">After the run of <font face="Courier" class="">makeindex</font>, before the final run of <font face="Courier" class="">pdflatex</font>, I have in addition the file</div><div class=""><br class=""></div><div class=""><font face="Courier" class="">main.ind</font>.</div><div class=""><br class=""></div><div class="">By contrast, on the rare occasions I can get TeXShop’s <font face="Courier" class="">pdflatexmk</font> engine to complete all passes, I have <i class="">also</i>:</div><div class=""><br class=""></div><div class=""><font face="Courier" class="">names.ind</font></div><div class=""><font face="Courier" class="">main.nlo</font>      (for the index of notation provided by <font face="Courier" class="">nomencl</font>)</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">My  <font face="Courier" class="">platexmkrc</font> file is:</div><div class=""><br class=""></div><div class=""><font face="Courier" class="">$makeindex = "makeindex -s %R.ist %O -o %D %S”;</font></div><div class=""><br class=""></div><div class="">How should I modify the manual steps so as to accomplish the same thing as a TeXShop run of the <font face="Courier" class="">pdflatexmk</font> engine, showing all 3 indexes?</div><div class=""><br class=""></div><div class="">
—</div><div class="">Murray Eisenberg<span class="Apple-tab-span" style="white-space: pre;">                  </span><a href="mailto:murrayeisenberg@gmail.com" class="">murrayeisenberg@gmail.com</a><br class="">503 King Farm Blvd #101<span class="Apple-tab-span" style="white-space: pre;">     </span>Home (240)-246-7240<br class="">Rockville, MD 20850-6667<span class="Apple-tab-span" style="white-space: pre;">  </span>Mobile (413)-427-5334<br class=""><br class="">

</div>

<br class=""></div></div></div></blockquote></div><br class=""><div class="">
---<br class="">Murray Eisenberg<span class="Apple-tab-span" style="white-space: pre;">                       </span><a href="mailto:murrayeisenberg@gmail.com" class="">murrayeisenberg@gmail.com</a><br class="">503 King Farm Blvd #101<span class="Apple-tab-span" style="white-space: pre;">     </span>Home (240)-246-7240<br class="">Rockville, MD 20850-6667<span class="Apple-tab-span" style="white-space: pre;">  </span>Mobile (413)-427-5334<br class=""><br class="">

</div>
<br class=""></div></div></div></blockquote></div><br class=""><div class="">
---<br class="">Murray Eisenberg<span class="Apple-tab-span" style="white-space: pre;">                       </span><a href="mailto:murrayeisenberg@gmail.com" class="">murrayeisenberg@gmail.com</a><br class="">503 King Farm Blvd #101<span class="Apple-tab-span" style="white-space: pre;">     </span>Home (240)-246-7240<br class="">Rockville, MD 20850-6667<span class="Apple-tab-span" style="white-space: pre;">  </span>Mobile (413)-427-5334<br class=""><br class="">

</div>
<br class=""></div></body></html>