BibTeX, biblatex and biber ⇒ An issue when citing a paper with multiple authors
An issue when citing a paper with multiple authors
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
kaiserkarl13
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm