0

I want to automatize the execution of latex-biber-latex in TeXstudio as explained here. How can I do that?

1 Answers1

1

There is no need to execute three different programs, use one of the latex autonomation tools, e.g. compile with

latexmk filename

instead of

pdflatex filename

and it will do everything automagically