GeneralCitations with multiple authors

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
MFM
Posts: 1
Joined: Sun Mar 01, 2009 1:39 am

Citations with multiple authors

Post by MFM »

Hi, I have a question regarding citations and bibliographies. I am using BibTeX and natbib.

I have an article with 3 authors (Mankiw, N.G. and Romer, D. and Weil, D.N.) and want to list all the authors in the first citation, and then subsequently denote the authors as MRW.

I.e. first citation would be:
"Mankiw, N.G. and Romer, D. and Weil, D.N. (1992)"
and then all others:
"MRW (1992)"

Is this possible? I know how to make all subsequent citations read "Mankiw et al. (1992)" using the [longnamesfirst] option but am unsure of this.

Any help would be greatly appreciated! Thanks in advance.

Recommended reading 2024:

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

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

daleif
Posts: 199
Joined: Wed Nov 19, 2008 12:46 am

Re: Citations with multiple authors

Post by daleif »

it might be possible using the experimental biblatex system. But I think Name et al is more standard.

Otherwise you could create a cite alias, see the natbib docs
Post Reply