Closed dotanxs closed 5 years ago
The key lines from the log file are these:
Package biblatex Warning: File 'english-bath.lbx' not found!
(biblatex) Ignoring mapping 'english' -> 'english-bath'.
Package biblatex Warning: Bibliography string 'online' untranslated
(biblatex) at entry 'amzn19-01' on input line 148.
The bold formatting is biblatex
telling you it was expecting, but failed, to find a corresponding bibstring.
I will swap things around so things work better by default, but for now you need to set the language to either British or American:
\usepackage[british]{babel}
Thank you, works like a charm.
Hi,
I've noticed that insted of "[Online]", Online is being produced. Debian unstable, biblatex-bath being installed with texlive package, however, removing it and using a github source doesn't help.
Adding "titleaddon = {online}," to the .bib file adds the "[Online]" tag, however, it is printed alongside the Online.
I am new to the LaTeX so I have no idea how to approach it.