Tagged Questions
0
votes
0answers
39 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
217 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
364 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
580 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." ...
23
votes
4answers
12k views
BibTeX: How can I automatically reduce long author lists to “xxx et al.”?
I have several entries in my list of references that include of the order of 40 authors.
Is there a way to make bibtex automatically reduce these lists to e.g. the first name + "et al."?
I don't want ...
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.
4
votes
1answer
675 views
Inconsistent Author et al Behavior with LaTeX+BibTeX
I am having some issues while using BibTeX to cite papers in an article I am writing. The journal I am submitting to supplies their own *.bst and *.sty files that are supposed to format to the ...
7
votes
3answers
818 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
...
13
votes
4answers
8k views
Bibtex Automatic replacement of 4+ authors with et al.
When copying bibtex entries from journal websites, they usually include a lot of information, and not all of it is necessary depending on the journal you are submitting the paper too.
Currently I ...
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 ...