BibTeX, biblatex and biberWhen does bibtex go to "et al." in author list?

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
sivertz
Posts: 6
Joined: Mon May 04, 2009 7:52 pm

When does bibtex go to "et al." in author list?

Post by sivertz »

Is there a way to control the number of authors in an author list before bibtex converts to "et al."? I can edit all the .bib files by hand, but I would like to know if there is a switch of some sort in the style file? Thanks.

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: When does bibtex go to "et al." in author list?

Post by josephwright »

This depends on the BibTeX style you use. Some include a mechanism to vary it from LaTeX (for example my own achemso and rsc files, and IEEEtrans), others don't. Of course, you are okay if you use biblatex. Which style do you use?
Joseph Wright
sivertz
Posts: 6
Joined: Mon May 04, 2009 7:52 pm

Re: When does bibtex go to "et al." in author list?

Post by sivertz »

I use chapterbib.sty.
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

When does bibtex go to "et al." in author list?

Post by josephwright »

No, that's a LaTeX package. I'm talking about BibTeX style: what do you have inside:

Code: Select all

\bibliographystyle{...}
Joseph Wright
sivertz
Posts: 6
Joined: Mon May 04, 2009 7:52 pm

Re: When does bibtex go to "et al." in author list?

Post by sivertz »

I have my own style file defined, unfortunately.
Do you know of anything that controls how many authors are listed in the bibliography before "et al." kicks in? Or any documentation that could point me in the right direction?
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: When does bibtex go to "et al." in author list?

Post by josephwright »

I recently posted how to do this for a couple of BibTeX styles on comp.text.tex (http://groups.google.com/group/comp.tex ... 1f00011e79). As most of them are similar, you can probably use the same solution with only a little work. Unfortunately, "et al." is hard-coded into most styles.
Joseph Wright
Post Reply