BibTeX, biblatex and bibernatbib and "and" in multiple references?

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Anicka
Posts: 13
Joined: Tue Oct 12, 2010 1:20 pm

natbib and "and" in multiple references?

Post by Anicka »

Hallo all,

I would like for natbib to interpret \citet{Jones_90,Smith_91,Earl_92) look as (leaving out superscript numbers) "Jones et al., Smith et al. and Earl et al." in stead of the (option: comma) default "Jones et al., Smith et al., Earl et al.". Is this possible?

I use:

\usepackage[super,sort&compress,comma]{natbib}
\bibliographystyle{unsrtnat}

Recommended reading 2024:

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

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

pepperedmoth
Posts: 9
Joined: Sun Nov 16, 2008 5:32 am

natbib and "and" in multiple references?

Post by pepperedmoth »

OK, this isn't particularly elegant, but couldn't you just do this?

Code: Select all

I would like to cite \citet{cite1, cite2} and \citet{cite3}
I ran it on a dummy document an my computer and it came out just fine.
Anicka
Posts: 13
Joined: Tue Oct 12, 2010 1:20 pm

Re: natbib and "and" in multiple references?

Post by Anicka »

Sure, that is what I have done now, but if one of the citations is already mentioned earlier, then that should be first (that's what the sort&compress is for), so I would have to manually go through the citations to make sure that everything is alright. If I could get the "and" incorporated automatically, it would save me that step in the proof reading.
Post Reply