BibTeX, biblatex and biberListing all authors

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
mjrm
Posts: 2
Joined: Thu Jan 21, 2016 7:39 am

Listing all authors

Post by mjrm »

Hello everyone,

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Johannes_B »

Welcome, with BibTeX and its style files it is quite hard sometimes to make changes.
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.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
mjrm
Posts: 2
Joined: Thu Jan 21, 2016 7:39 am

Re: Listing all authors

Post by mjrm »

Hello

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
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Listing all authors

Post by Johannes_B »

Please follow this link on how to prepare a minimal working example.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply