You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using kaobiblio causes a LaTeX Warning: There were undefined references. warning even if there are no such references.
This behavior hides real problems.
Minimal Working Example
Execute latexmk -pdf test with the following files.
@book{test,
author = {Foo, Bar},
title = "{Test}",
publisher = {Example Press},
year = {2023},
}
Expected behavior:
It finishes with no warnings.
Actual behavior:
The last run's log contains the following warning:
LaTeX Warning: There were undefined references.
Package biblatex Warning: Please (re)run Biber on the file:
(biblatex) test
(biblatex) and rerun LaTeX afterwards.
Description
Using
kaobiblio
causes aLaTeX Warning: There were undefined references.
warning even if there are no such references.This behavior hides real problems.
Minimal Working Example
Execute
latexmk -pdf test
with the following files.test.tex
:test.bib
:Expected behavior:
It finishes with no warnings.
Actual behavior:
The last run's log contains the following warning:
Additional Information
Modifying
test.tex
to:and it finishes without warnings.
The text was updated successfully, but these errors were encountered: