GeneralA simple but annoying problem with bibtex

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
New Guest
Posts: 2
Joined: Tue Jul 28, 2009 11:16 am

A simple but annoying problem with bibtex

Post by New Guest »

I'm writing a major paper, and I use BibTeX to take care of my sources. I use the style plainnat. Let's assume I have a book written by a Bill Clinton, and the label I use for the book is Clinton09. My problem is that whenever I use \citep{Clinton09} the correct text appears in the text: [Clinton, 2009], however in my litterature chapter there's no such tag. Instead BibTeX just lists all the information on the various sources I've used, so it is up to the reader to figure out precisely which source [Clinton, 2009] relates to. How do I get [Clinton, 2009] before the correct entry? I'm also using the Natbib package.

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

benti
Posts: 42
Joined: Fri Mar 06, 2009 4:51 pm

Re: A simple but annoying problem with bibtex

Post by benti »

I'm not sure, but it could be that you misconfigured natbib. If I understand you correctly, the referencing style you want to use is a 'numbered' style; could it be that you set natbib to the author-year format?
Post Reply