BibTeX, biblatex and bibernatbib | Bibliography not compatible

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
imagine
Posts: 1
Joined: Sun Nov 13, 2011 9:58 pm

natbib | Bibliography not compatible

Post by imagine »

Hello all,

We should read the documentation of natbib, first.I obtained the same error after updating my latex system (but not before). I suspect that the former version of natbib was not able to detect the error, but the new one, does in fact.

The issue is in the way you set natbib and how you write your references. For example, "authoryear" would not work with a reference like this

Code: Select all

\bibitem{myref1} Author1 and Author2, Phys. Rev. Lett... (1983).
Instead, I set the following

Code: Select all

\usepackage[square, numbers]{natbib}
I hope this helps.

Recommended reading 2024:

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

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

jalcalav
Posts: 1
Joined: Sat Jun 16, 2012 11:17 am

Re: natbib | Bibliography not compatible

Post by jalcalav »

In my case the solution was simply replace an OPTyear by year (removing OPT at the beginning).

Hope it helps.
Post Reply