1
vote
0answers
43 views

BibTeX: Citations appear with three names instead of first name + et al

I use natbib and the bibliography style aipauth4-1.bst. When I cite entries that have 3 authors, all three names appear in the text. It is the first time I see something like that, other bst styles do ...
0
votes
0answers
34 views

longnamesfirst in biblatex [duplicate]

I am preparing a manuscript with LaTeX and for the citations the journal has the following requirement for references with three authors: On first citation use all authors' names and the year. ...
0
votes
0answers
40 views

Limiting the number of authors that appear in the bibliography [duplicate]

I am using natbib bibliography style. Some references have multiple authors that take over a page to list in the bibliography. Is there a way to limit the number of authors?
8
votes
1answer
245 views

BibTex/Natbib: References with exactly three authors require all authors on first occurence and first author et al on further occurences

I'm writing a paper for a journal (MNRAS, the UK Royal Astronomical society journal) which requires that when I cite any papers with exactly three authors, I need to give the full author list at the ...
0
votes
1answer
402 views

natbib, et al by more than one author

I've got some problems with my bibliography style Code: \usepackage[square]{natbib} \usepackage[english,ngerman{babel} \begin{document} \chapter{Einleitung} Text..... \citep{Marley2009} ...
6
votes
1answer
590 views

Controlling abbreviation of author names list using natbib

I am using the natbib package with the aspr style. The command \citep{key} prints "(Smith et al., 2011)" if the number of authors is more than 3. How can I change it so that it uses the "et al." ...
0
votes
1answer
1k views

How do I truncate the author list and substitute et.al?

Can someone please tell me if there is a way to truncate more than 2 authors for a publication and substitute it by et al. instead? I am using bibtex.
7
votes
3answers
871 views

Two papers that abbreviate to the same Author et al (1999) in text

I have two citations like @ARTICLE{Openshaw1999a, author = {Openshaw, S. and Turton, I. and Macgill, J}, title = {Using the Geographical Analysis Machine to Analyze Limiting Long-term ...
5
votes
1answer
1k views

How to make \citet* display full list of authors?

When I am using the natbib package with apalike bibliography style \citet* displays only an abbreviated list of authors, such as Lemarechal et al. (1995). How can I make it display a full list of ...