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 authors, like Lemarechal, Nemirovskii, and Nesterov (1995)
, keeping the same or similar bibliography style?
[Tex/LaTex] How to make \citet* display full list of authors
apa-styleauthor-numberbibtexnatbib
Best Answer
Quoting from the natbib documentation, p. 7:
Below is a minimal example showing that
\citet*
indeed displays a full author list if you use theplainnat
style, but thatapalike
doesn't support full author lists. Maybe there's a way to embed this feature intoapalike
by hacking the bst-file, but I would use a different style.(The filecontents environment is only used to include some external files directly into the example, so that it compiles. It is not necessary for the solution.)