biblatex
biblatex copied to clipboard
A Rust crate for parsing and writing BibTeX and BibLaTeX files.
Hi all, I am facing a problem when importing my bibliography, since some fields are not displayed when it is in *bib format, while they are displayed when it is...
According to the biblatex documentation, `archivePrefix` and `primaryClass` were added as aliases for `eprinttype` and `eprintclass` respectively for arXiv compatibility. See: https://mirrors.ctan.org/macros/latex/contrib/biblatex/doc/biblatex.pdf#subsubsection.2.2.5 However, it seems that only `archivePrefix` was implemented...
The [`genre`](https://github.com/typst/hayagriva/blob/main/docs/file-format.md#genre) field is supported in the Hayagriva format, but unfortunately it seems that it is not parsed when using a `bibtex` references file. For example, if I format the...
`Entry::set_editor()` is missing. Are there reasons for this? My use case is a converter from `hayagriva::Library` to `biblatex::Bibliography` that I'm trying to hack into existence. This functionality definitely would help.
Hi team, thanks for all the work on this library! It's very useful for a simple use-case I have. I have encountered an issue with some of my bibliographies not...
First of all, this is very likely not a direct issue of the `biblatex` crate itself, but, nevertheless, might be of interest for some users. I'm working on an own...
See chapter 2.1.3 here: https://mirror.dogado.de/tex-archive/macros/latex/contrib/biblatex/doc/biblatex.pdf. This could be useful to have as certain entry types currently get mapped to `misc`/`document` which loses a lot of formatting. Lots of CSL styles...