<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=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 5 Jul2022, at 12:39 PM, George Gratzer via MacOSX-TeX <<a href="mailto:macosx-tex@email.esm.psu.edu" class="">macosx-tex@email.esm.psu.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Creating an Index for test.tex:<div class=""><br class=""></div><div class="">Step 1. Add </div><div class=""><span style="font-family: SFTT1000; font-size: 20.333332061767578px;" class=""> </span></div><div class=""><span style="font-family: SFTT1000; font-size: 20.333332061767578px;" class="">\usepackage{makeidx}</span></div><div class=""><div class="page" title="Page 488"><div class="layoutArea"><div class="column"><pre style="font-size: 25px;" class=""><span style="font-size: 20.333332061767578px; font-family: SFTT1000;" class="">  \makeindex
</span></pre><pre class=""><font face="SFTT1000" size="5" class="">and </font>                    </pre><pre class=""><div class="page" title="Page 488"><div class="layoutArea"><div class="column"><p class=""><span style="font-size: 10.000000pt; font-family: 'SFTT1000'" class=""><span style="font-size: 21.333332061767578px;" class="">\printindex</span>
</span></p></div></div></div></pre></div></div></div><div class=""><br class=""></div><div class="">to test.tex and add the index commands.</div></div><div class=""><br class=""></div><div class="">Step 2. Typeset test.tex with makeindex replacing LaTeX.</div><div class=""><br class=""></div><div class="">This produces the test.idx file.</div><div class=""><br class=""></div><div class="">3. Run makeindex on test.idx.</div><div class=""><br class=""></div><div class="">Here is my question!!! What is the easiest way to do this in TeXShop???</div><div class=""><br class=""></div></div></div></blockquote><br class=""></div><div>For Step 2, simply choosing makeindex from the typesetting menu and then clicking the Typeset button should do it. BUT… that assumes you have already Typeset with the LaTeX selection form the drop-down Typeset menu. (Running LaTeX first writes the .idx file that makeindex needs to do its work.)</div><div><br class=""></div><div>But you may want instead to choose pdflatexmk from the drop-down menu and then click the Typeset button: that will create the needed .idx, run makeindex, then run LaTeX again to typeset the index in the document.</div><div><br class=""></div><br class=""><div class="">
<div>---<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="">Mobile (413)-427-5334<br class="">503 King Farm Blvd #101<span class="Apple-tab-span" style="white-space: pre;">           </span><br class="">Rockville, MD 20850-6667<span class="Apple-tab-span" style="white-space: pre;">     </span></div><div class=""><br class=""></div><br class="Apple-interchange-newline">

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