BibTeX, biblatex and biberAn issue when citing a paper with multiple authors

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
dane
Posts: 4
Joined: Fri Sep 13, 2019 10:17 am

An issue when citing a paper with multiple authors

Post by dane »

Hi,

when I cite a paper with more than one author, instead of "and" I get "e".
e.g., What suppose to be (Simmons and Elkins 2004), yields (Simmons e Elkins 2004).

This is true for every paper I have tried to cite. The Mendeley format seems to be correct.

Here's the code:
\documentclass{article}
\usepackage[backend=biber, style=authoryear,sorting=ynt]{biblatex}
\addbibresource{C:/citations/library.bib}
\begin{document}
blah blah \parencite{Simmons2004}

\printbibliography
\end{document}

Many thanks,
Dan

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

An issue when citing a paper with multiple authors

Post by kaiserkarl13 »

Check your language settings; I can only reproduce this if I set "language=italian" in the options to biblatex. (I have also had nothing but trouble with biblatex, so I don't use it, but I was able to reproduce that....)
Post Reply