We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following MWE
\documentclass{article} \usepackage[backend=biber]{biblatex} \addbibresource{biblatex-examples.bib} \begin{document} \cite{sigfridsson} \printbibliography \end{document}
Produces a
LaTeX Warning: There were undefined references. Package biblatex Warning: Please rerun LaTeX.
warning block every second LaTeX run after the successfully Biber run.
I can consistently reproduce the following sequence of results with the up-to-date dev versions of both biblatex and Biber.
biblatex
sigfridsson
etc. etc.
biblatex 3.3 and Biber 2.4 work just fine in that they produce no warnings from step 3 onwards.
A short look at the .aux file shows that it only contains the line
.aux
\abx@aux@defaultrefcontext{0}{sigfridsson}{nty/global/}
on every second run.
The text was updated successfully, but these errors were encountered:
Fixed.
Sorry, something went wrong.
I can confirm that the problem does not resurface with the brand-new dev version from sourceforge.
Thank you for the quick fix.
No branches or pull requests
The following MWE
Produces a
warning block every second LaTeX run after the successfully Biber run.
I can consistently reproduce the following sequence of results with the up-to-date dev versions of both
biblatex
and Biber.sigfridsson
undefined"etc. etc.
biblatex
3.3 and Biber 2.4 work just fine in that they produce no warnings from step 3 onwards.A short look at the
.aux
file shows that it only contains the lineon every second run.
The text was updated successfully, but these errors were encountered: