BibTeX, biblatex and biber ⇒ Listing all authors
Listing all authors
In my reference section, I have papers with up to 10 authors. I need to list all authors rather than first author plus et al.
How do I implement this in Bibtex?
Thanks, Michael R-M
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Listing all authors
We need to see at least a minimal working example to know what is going on.
Much easier would be to use the modern conjunction of biblatex and biber, where you can easily define
maxnames=20
.Re: Listing all authors
Thanks for the quick reply. Here is the example
in the .bib file:
@article{Baudis:2013qla,
author = "Baudis, L. and Ferella, A. and Kish, A. and Manalaysay,
A. and Marrodan Undagoitia, T. and Schumann, M.",
title = "{Neutrino physics with multi-ton scale liquid xenon
detectors}",
journal = "JCAP",
volume = "1401",
year = "2014",
pages = "044",
doi = "10.1088/1475-7516/2014/01/044",
eprint = "1309.7024",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
SLACcitation = "%%CITATION = ARXIV:1309.7024;%%"
}
The corresponding pdf output is:
[22] L. Baudis et al., JCAP 1401, 044 (2014), 1309.7024.
As you can see, only the first author appears in the output and the remaining have been replaced by et al.
How do I make the output show the entire author list?
Thanks,
Michael R-M
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm