<div dir="ltr">If this option is not present, you can add it manually.<div><br></div><div>Go to Edit > Preferences > Typesetting. If you do not see the chain of commands you'd like to run, click the "+" to define a new chain. You will need to link to an external script file that you create (Program) and pass it the relevant arguments. For example, my pdfLaTeX + BibTeX + makeindex setup is:</div><div><br></div><div>[Program: pdflatex-bibtex-makeindex.bat; this is Windows so YMMV]</div><div><div>@ECHO OFF</div><div>pdflatex.exe -shell-escape "%2" %3 && bibtex.exe "%1"</div><div>if exist "%1.idx" (</div><div><span style="white-space:pre">       </span>makeindex.exe "%1.idx"</div><div>)</div></div><div><br></div><div>[Arguments]</div><div>$basename</div><div>$fullname</div><div>$synctexoption</div><div><br></div><div><br></div><div><br></div><div>Kyle</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 24, 2017 at 4:54 AM, Simmie, John <span dir="ltr"><<a href="mailto:john.simmie@nuigalway.ie" target="_blank">john.simmie@nuigalway.ie</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">






<div>
<font face="Calibri" size="3"><span style="font-size:12pt">
<div>In version 0.6.2 in the typesetting box there are choices for </div>
<div>pdfTeX, pdfLaTeX, BiBTeX, etc etc </div>
<div>but in previous versions a combo was available such as “pdfLaTeX+MakeIndex+BiBTeX”</div>
<div>how do I persuade TeXWorks to offer me that choice?</div>
<div>Thanks, John</div>
<div><font size="2"><span style="font-size:11pt"> </span></font></div>
</span></font>
</div>

</blockquote></div><br></div>