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

"There were undefined references" warning on every second TeX run #386

Closed
moewew opened this issue Mar 20, 2016 · 2 comments
Closed

"There were undefined references" warning on every second TeX run #386

moewew opened this issue Mar 20, 2016 · 2 comments
Labels

Comments

@moewew
Copy link
Collaborator

moewew commented Mar 20, 2016

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.

  1. pdfLaTeX: "Citation sigfridsson undefined"
  2. Biber
  3. pdfLaTeX: "there were undefined references"
  4. pdfLaTeX: no warnings
  5. pdfLaTeX: "there were undefined references"

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

\abx@aux@defaultrefcontext{0}{sigfridsson}{nty/global/}

on every second run.

@plk
Copy link
Owner

plk commented Mar 20, 2016

Fixed.

@moewew
Copy link
Collaborator Author

moewew commented Mar 20, 2016

I can confirm that the problem does not resurface with the brand-new dev version from sourceforge.

Thank you for the quick fix.

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

No branches or pull requests

2 participants