BibTeX, biblatex and bibernatbib | Surname first for all Authors in Chicago Style

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
caminhante
Posts: 3
Joined: Fri Jul 22, 2011 9:52 am

natbib | Surname first for all Authors in Chicago Style

Post by caminhante »

Dear friends,

I'm using chicago style for my references, but I want the surnames (last names) to be before the first names for all the authors in a reference and not only for the first. What should I do?

Here is my MWE:

Code: Select all

\documentclass[12pt, titlepage, onecolumn, a4paper, oneside]{article}
\usepackage[english, portuguese]{babel}
\usepackage{indentfirst}
\usepackage[left=30mm,right=30mm,top=30mm,bottom=25mm,dvips]{geometry}
\usepackage[small,bf,it]{caption}
\usepackage[dvips]{graphicx}
\usepackage{amsfonts}
\usepackage{setspace}
\usepackage[latin1]{inputenc}
\usepackage{ae,aecompl}
\usepackage{fixltx2e}
\usepackage{hhline}
\usepackage{colortbl}
\usepackage{booktabs}
\usepackage{sidecap}
\usepackage{wrapfig}
\usepackage[colorlinks=true, breaklinks]{hyperref}
\usepackage{breakurl}
\usepackage[final]{pdfpages}
\hypersetup{pdfauthor={}, pdftitle={mwe.pfd}, colorlinks=false}

%-----------------------------------------
\usepackage{natbib}
\bibpunct{(}{)}{;}{a}{,}{,}
\usepackage{tocbibind}

%-------------------------------------------------------

\setlength{\headheight}{12pt}

\begin{document}

\doublespacing

\section{Just some text}

\par  bla blabla bla, bla blabla bla, \citep{Lande1996, Frankham2002}. bla blabla bla,  \citep{Avise1987, Young1996, Saccheri1998, Reed2003}

\par bla blabla bla, bla blabla bla, bla blabla bla,  \citep{Johannesen2007}. bla blabla bla,  \citep{Gilpin1986, Saccheri1998}. Jbla blabla bla, bla blabla bla, bla blabla bla,  \citep{Spielman2004}.

\newpage
\onehalfspacing
\footnotesize
\bibliographystyle{chicago}
\bibliography{biblidoc-mwe}
\onehalfspacing

\end{document}
The chicago.bst and chicago.sty can be found here: http://www.ctan.org/tex-archive/biblio/ ... ib/chicago

That's my biblidoc:

Code: Select all

@article{Avise1987,
         author = {John C. Avise and Jonathan Arnold and R. Martin Ball and Eldredge Bermingham and Trip Lamb and Joseph E. Neigel and Carol A. Reeb and Nancy C. Saunders},
         title = {INTRASPECIFIC PHYLOGEOGRAPHY: The Mitochondrial DNA Bridge Between Population Genetics and Systematics},
         journal = {Annual Review of Ecology and Systematics},
         year = {1987},
         volume = {18},
	 number = {},
         pages = {489-522},
	 address = {},
         }
@book{Frankham2002,
         author = {Richard Frankham and David Anthony Briscoe and Jonathan D. Ballou},
         title = {Introduction to conservation genetics},
         year = {2002},
         edition = {2nd},
         publisher = {Cambridge University Press},
         address = {},
         }
@inbook{Gilpin1986,
         author = {Gilpin, M.E. and M.E. Soulé.},
         title = {Minimum viable populations: processes of extinction},
	editor = {M.E. SOULÉ},
	booktitle = {Conservation biology: the science of scarcity and diversity},
         year = {1986},
         edition = {},
         publisher = {Sinauer Associates},
	pages ={19-34},
         address = {Sunderland},
         }
@article{Johannesen2007,
         author = {Johannesen, J and Lubin, Y and Smith, D R and Bilde, T and Schneider, J M},
         title = {The age ande evolution of sociality in Stegodyphus spiders: a molecular phylogenetic perspective},
         journal = {{Proceedings of the Royal Society B: Biological Sciences}},
         year = {2007},
         volume = {274},
	 number = {},
         pages = {231-237},
	 address = {},
         }
@article{Lande1996,
         author = {Russell Lande and Susan Shannon},
         title = {The Role of Genetic Variation in Adaptation and Population Persistence in a Changing Environment},
         journal = {evolution},
         year = {1996},
         volume = {50},
	 number = {1},
         pages = {434-437},
	 address = {},
         }
@article{Reed2003,
         author = {David H. Reed and Richard Frankham},
         title = {Correlation between Fitness and Genetic Diversity},
         journal = {Conservation Biology},
         year = {2003},
         volume = {17},
	 number = {1},
         pages = {230-237},
	 address = {},
         }
@article{Saccheri1998,
         author = {Saccheri, I and Kuussaari, M and Kankare, M and Vikman, P and Fortelius, W and Hanski, I},
         title = {Inbreeding and extinction in a butterfly metapopulation},
         journal = {Nature},
         year = {1998},
         volume = {392},
	 number = {},
         pages = {491-494},
	 address = {},
         }
@article{Spielman2004,
         author = {Derek Spielman and Barry W. Brook and Richard Frankham},
         title = {Most species are not driven to extinction before genetic factors impact them},
         journal = {{PNAS} - Proceedings of the National Academy of Sciences},
         year = {2004},
         volume = {101},
	 number = {42},
         pages = {15261-15264},
	 address = {},
         }
@article{Young1996,
         author = {Andrew Young and Tim Boyle and Tony Brown},
         title = {The population genetic consequences of habitat fragmentation for plants},
         journal = {Trends in Ecology \& Evolution},
         year = {1996},
         volume = {11},
	 number = {10},
         pages = {413-418},
	 address = {},
         }
Here is my current output:

Code: Select all

bla blabla bla, bla blabla bla, (Lande e Shannon, 1996; Frankham et al., 2002). bla blabla bla, (Avise et al., 1987; Young et al., 1996; Saccheri et al., 1998; Reed e Frankham, 2003)

Avise, J. C., J. Arnold, R. M. Ball, E. Bermingham, T. Lamb, J. E. Neigel, C. A. Reeb, and N. C. Saunders (1987). Intraspecific phylogeography: The mitochondrial dna bridge between population genetics and systematics. Annual Review of Ecology and Systematics 18, 489–522.

Frankham, R., D. A. Briscoe, and J. D. Ballou (2002). Introduction to conservation genetics (2nd ed.). Cambridge University Press.
And that's how I want it:

Code: Select all

Avise, J. C.; Arnold, J.; Ball, R. M.; Bermingham, E.; Lamb, T.; Neigel, J. E.; Reeb, C. A. and Saunders, N. C. (1987). Intraspecific phylogeography: The mitochondrial dna bridge between population genetics and systematics. Annual Review of Ecology and Systematics 18, 489–522.

Frankham, R.; Briscoe, D. A. and Ballou, J. D. (2002). Introduction to conservation genetics (2nd ed.). Cambridge University Press.

Recommended reading 2024:

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

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Re: natbib | Surname first for all Authors in Chicago Style

Post by kaiserkarl13 »

You're having trouble because you're expecting your references in something other than the Chicago style but asking BibTeX to print them in the Chicago style! I recommend using another style (there are a lot to choose from) or creating your own style with "latex makebst".
Post Reply