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
BibTeX, biblatex and biber ⇒ An issue when citing a paper with multiple authors
NEW: TikZ book now 40% off at Amazon.com for a short time.
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
An issue when citing a paper with multiple authors
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....)