<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="">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></body></html>