biber
biber copied to clipboard
Backend processor for BibLaTeX
Not strictly an issue, but a proposal: Up until now, there has been no regular version of biber for the linux_aarch64 platform. This platform is becoming more and more relevant...
The file `t/tdata/multiscript.bltxml` is missing from the biblatex-biber-ms.tar.gz sources distributed via CTAN and TeX Live, so compilation from those sources fails the tests. It's easy to workaround the issue by...
I was trying to change some bib fields with biber's tool mode using a datafieldset and got the error `Not an ARRAY reference`. As an example. With this config file...
An abstract with a "=" character in the second or later line is parsed incorrectly. ``` voss>Rich:$ cat test.bib @article{Cade2006, abstract = {foo x = 1 bar}, author = {Cade,...
When I refer to a record with a wrong key (in the example below: Frégier instead of Frégier-1816) biblatex changes the accented character é to é, at the error message...
I want a backquote "\`" to appear in my bibliography, and not an opening single quote "‘". (I am referring to a Mathematica package.) To properly produce this in TeX,...
Dear devs, maybe I'm doing something wrong, but, apparently, it is not possible to insert `@set` in publication lists. Is it a desired thing? If not, is it possible to...
At some point I noticed that malformed bibtex files from journal websites were sometimes being constructed with semicolons between author names: AUTHOR = { Will Robertson; John Robertson; Joe Blogs...
[also asked at [TeX StackExchange](https://tex.stackexchange.com/questions/720425/biblatex-makes-substitutions-for-textgamma-that-cause-errors/720429?noredirect=1#comment1792108_720429)] The following example produces an error: ``` \documentclass{article} \usepackage{biblatex} \usepackage{textgreek} \begin{filecontents}{test.bib} @article{Author2015, author = "Imogene Mirabell Anne Author", title = "Making {\textgamma}-Iron from Lead", journal...
See also https://tex.stackexchange.com/q/718991/35864 ```latex \documentclass[12pt]{article} \usepackage[backend=biber, style=authoryear-comp, sorting=nty]{biblatex} \usepackage{libertinus-otf} \DeclareSortTranslit{ \translit[russian]{*}{russian}{bgn/pcgn-standard}%{setnames} } \begin{filecontents*}{\jobname.bib} @book{2021_Flor_Trudy, address = {Сергиев Посад}, author = {Флоренский, П. А.}, langid = {russian}, publisher = {Таисии}, title...