Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

biblatex with biber only generated correctly on first run #36

Open
languitar opened this issue Feb 22, 2016 · 4 comments
Open

biblatex with biber only generated correctly on first run #36

languitar opened this issue Feb 22, 2016 · 4 comments

Comments

@languitar
Copy link

I am using biblatex with the biber backend. The first generation of a document perfectly if passing --bibtex-cmd biber in the command line. However, all subsequent generations of the document seem to skip important aspects resulting in missing dependencies until the output folder is deleted completely.

@llarsson
Copy link

llarsson commented Feb 14, 2018

Facing the same problem. This issue has been open for close to two years -- are we the only people using biber with latexrun, and if so, have you in the mean time found a solution, @languitar?

@languitar languitar changed the title biblatex with bibe ronly generated correctly on first run biblatex with biberonly generated correctly on first run Feb 21, 2018
@languitar languitar changed the title biblatex with biberonly generated correctly on first run biblatex with biber only generated correctly on first run Feb 21, 2018
@languitar
Copy link
Author

I am back to latexmk with the integration provided by vimtex.

@shuwens
Copy link

shuwens commented Oct 13, 2020

I still use latexrun with biber. I am using this in my Makefile and it is working for me

.PHONY: all #FORCE $(BIBFILES).bib
all :
        $(LATEXRUN) ${latexfile}.tex
        biber ${latexfile}.bcf --output-directory latex.out
        $(LATEXRUN) --clean-all
        $(LATEXRUN) ${latexfile}.tex

@adamheins
Copy link

It appears that the issue is fixed for me if I make the change proposed in this PR. It seems that latexrun doesn't account for the .bcf file output by biber, and so thinks the bibtex generation is done before it actually is. The linked PR fixes that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants