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
When using typst, the error messages received by the biblatex crate are not good yet.
biblatex
For example this code:
@article{asdf, month = {Sep--Oct}, }
Produces the following error in typst:
typst
Failed to parse BibLaTeX file (test.bib:1: invalid number)
In issue typst/typst#2849 I was informed, that this partially relies on the biblatex crate not yet being able to return good error messages.
This issues purpose is to track this :)
The text was updated successfully, but these errors were encountered:
month
Sep--Oct
No branches or pull requests
When using typst, the error messages received by the
biblatex
crate are not good yet.For example this code:
Produces the following error in
typst
:In issue typst/typst#2849 I was informed, that this partially relies on the
biblatex
crate not yet being able to return good error messages.This issues purpose is to track this :)
The text was updated successfully, but these errors were encountered: