BibTeX, biblatex and biberquestion about citation in the text

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
ietr
Posts: 1
Joined: Fri Dec 28, 2012 6:28 pm

question about citation in the text

Post by ietr »

Hello,

I want to use a citation form like
(author, year)
(Robin, 2005), for example.
I tried to use natbib, but it did not work.

Code: Select all

\usepackage[authoryear]{natbib}

\citep{Robin2005}
However, in the text, what appeared is

(25) round parenthesis and the number.
Last edited by cgnieder on Fri Dec 28, 2012 7:04 pm, edited 1 time in total.

Recommended reading 2024:

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

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

elingeniero
Posts: 12
Joined: Mon Feb 13, 2012 12:30 pm

question about citation in the text

Post by elingeniero »

Let us see a copy of your bibliography entries, according to natbib documentation:
The natbib package will automatically switch to numerical mode if any
one of the \bibitem entries fails to conform to the possible author–year
formats. There is no way to override this, since such an entry would cause
trouble in the author–year mode.
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: question about citation in the text

Post by josephwright »

We really need to see a bit more of what you are doing: a 'minimal working example' would be best (a short document showing what you are doing).
Joseph Wright
Post Reply