I am writing a thesis and I would like to add "et all." to references. This problem is described here:
LaTeX doesn't recognize "et al." in the Bibliography
The problem is that when I define it in file "references.bib", e.g.:
@article{reconstruction,
author = {A. Smith and others},
journal = {},
number = {},
pages = {},
title = {},
url = {},
volume = {},
year = {}
}
The result is "Smith, A. et al.", but I would like to get: "A. Smith et al.". How can I solve it? Thanks.
This is the template, which I am using:
https://drive.google.com/file/d/0BwyOySLlDTB_a3R5aFZQNzVFRG8/edit?usp=sharing
.bstfile) in use. Can you edit in a minimal document showing the style you use? – Joseph Wright Aug 20 '14 at 08:13biblatexpackage that allows you to use et al. in some bibliographic styles, instead of usingbibtexas seems to be your case. But is better if you can add a MWE. – Aradnix Aug 20 '14 at 08:25abbrvandabbrvnatand decide if one of them suits your needs. – Mico Aug 20 '14 at 10:43et al.and its use is common. This comes of the French language and generally isn't translated. – skpblack Aug 20 '14 at 11:04et alii, actually. – TonioElGringo Aug 20 '14 at 12:34bststyles) where you want to list all of the authors. This is why the bibtex files should contain all of the authors. As Mico says/hints at, mostbstfiles do in fact add et al automatically if there are many authors. – Aug 20 '14 at 13:55