latexrun icon indicating copy to clipboard operation
latexrun copied to clipboard

Fix \nocite{*} not triggering biber task by parsing bcf file for citations

Open Ferdi265 opened this issue 2 years ago • 0 comments

This fixes issue #57, by parsing the .bcf XML file generated during the first pdflatex run. It contains at least one <bcf:citekey> tag when \cite or \nocite is used. This fixes \nocite{*} not triggering a biber run, which doesn't cause commands to be written to the .aux file, but does create an entry in the .bcf file.

Ferdi265 avatar Oct 10 '23 11:10 Ferdi265