[texworks] pdflatex+bibtex combo
Kyle Woodward
kyle.woodward at gmail.com
Thu Aug 24 15:35:26 CEST 2017
If this option is not present, you can add it manually.
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:
[Program: pdflatex-bibtex-makeindex.bat; this is Windows so YMMV]
@ECHO OFF
pdflatex.exe -shell-escape "%2" %3 && bibtex.exe "%1"
if exist "%1.idx" (
makeindex.exe "%1.idx"
)
[Arguments]
$basename
$fullname
$synctexoption
Kyle
On Thu, Aug 24, 2017 at 4:54 AM, Simmie, John <john.simmie at nuigalway.ie>
wrote:
> In version 0.6.2 in the typesetting box there are choices for
> pdfTeX, pdfLaTeX, BiBTeX, etc etc
> but in previous versions a combo was available such as
> “pdfLaTeX+MakeIndex+BiBTeX”
> how do I persuade TeXWorks to offer me that choice?
> Thanks, John
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/texworks/attachments/20170824/11d1fec9/attachment.html>
More information about the texworks
mailing list