biblatex
biblatex copied to clipboard
A Rust crate for parsing and writing BibTeX and BibLaTeX files.
### Description When using a BibTex bibliography, unbalanced dollar symbols in the `url` field result in an error `failed to parse BibLaTeX file (bibliography.bib:9: unexpected end of file)`. Typst: ```typst...
Error: ``` error: failed to parse BibLaTeX file (../zotero-autoexport.bib:28: unknown editor type) ``` Offending biblatex entry, as generated by `zotero-better-bibtex` ```bib @video{acerolaThisDifferenceGaussians2022, entrysubtype = {video}, title = {This Is the...
Hi, I'm a bit confused about the inheritance order of crossref. If both entries contain the same field with different values (like year), which one should be used? Here is...
When using typst, the error messages received by the `biblatex` crate are not good yet. For example this code: ```bibtex @article{asdf, month = {Sep--Oct}, } ``` Produces the following error...
Best suited for _Discussions_, but I'm opening an issue for reference. After reversing for a while I found this interesting one, and it's so cozy that I find it not...
### Description I want to show what time I accessed a resource. As hayagriva does not support the use of a time, I have switched to the BibTeX format. Using...
Hey, first of all, it is totally possible that I'm missing out on something. If thats the case, I'm sorry ;-) I'm trying to get only the citekeys of all...
As far as I understand, it's the only change I need. Related to https://github.com/typst/hayagriva/pull/126
These commits fix the handling of single-character commands with a letter. First, `\b` would usually not produce the correct output, since there are no composed characters with an underline in...
The trait is meant for error types. This also makes it more convenient for users wrapping `biblatex`'s error types into their own errors and using the `thiserror` crate to derive...