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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- 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