0

I often need to run xelatex->biber->xelatex->xelatex in TexWorks. Is there a way to make TexWorks run them sequentially?

I try to do it with: enter image description here

How should I do next?

Y. zeng
  • 1,885
  • Use arara: https://tex.stackexchange.com/questions/226380/how-to-change-typesetting-engine-by-adding-code-to-tex-file/226407#226407 – Cicada Aug 18 '22 at 12:15
  • @Cicada I checked that, but I found it is too difficult to understand. I am using Windows. – Y. zeng Aug 18 '22 at 12:50
  • latexmk is another method. – Cicada Aug 18 '22 at 15:15
  • In texworks: name: arara program: arara arguments: $fullname

    In tex file: % arara: xelatex % arara: biber % arara: xelatex % arara: xelatex

    – Cicada Aug 18 '22 at 17:24
  • @Cicada I run arara in cmd successfully. But in texworks, the error is: )\Latex\texlive\2022\bin\win32\runscript.tlu:915: command failed with exit code 1: java.exe -jar "f:\Important (Could not be deleted)\Latex\texlive\2022\texmf-dist\scripts\arara\arara.jar Let me try *Latexmk* – Y. zeng Aug 19 '22 at 00:52

0 Answers0