BibTeX, biblatex and biberProblem with natbib/longnamesfirst option

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
blackvoid
Posts: 2
Joined: Fri Sep 11, 2009 8:04 pm

Problem with natbib/longnamesfirst option

Post by blackvoid »

Hi there,
I found on various websites that using the longnamesfirst option with the natbib package should print out full author lists for the first time a paper is cited. However, all citations (i.e. also the first) are still coming out as in the format "Smith et al., 1993" (rather than "Smith, Jones, and Miller, 1993"). I'm using texshop on a Mac and would be very grateful for any hints on what to do. Thanks!
Nadja

I'm using the following:

Code: Select all

\usepackage[round,longnamesfirst]{natbib}
...
\bibliographystyle{apa}
\bibliography{mybibliography}

Recommended reading 2024:

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

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

blackvoid
Posts: 2
Joined: Fri Sep 11, 2009 8:04 pm

Re: Problem with natbib/longnamesfirst option

Post by blackvoid »

I just figured out what was wrong, so for future reference:
the longnamesfirst option works fine (with APA style references) when using \bibliographystyle{newapa}
segal
Posts: 4
Joined: Wed Dec 22, 2010 9:33 pm

Re: Problem with natbib/longnamesfirst option

Post by segal »

Thank you, you made my day! (really!)
Post Reply