BibTeX, biblatex and bibernatbib | Bibliography not compatible

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: natbib | Bibliography not compatible

Post by josephwright »

Natbib is written by Patrick Daly:

http://www.mps.mpg.de/homes/daly/
Joseph Wright

Recommended reading 2024:

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

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

blakeredfield
Posts: 7
Joined: Tue Feb 26, 2008 7:52 pm

Re: natbib | Bibliography not compatible

Post by blakeredfield »

I am having the same problem, as the original post. And the machine that compiled by documemt originally is not accessible anymore. Can you please post the old natbib.sys, so me and anyone else with this problem can fall back to it?

Is there a place where I can get the old one anyway?
Tissie
Posts: 32
Joined: Wed Feb 18, 2009 9:40 pm

natbib | Bibliography not compatible

Post by Tissie »

I recently got the solution from another forum; just write

Code: Select all

\usepackage[numbers]{natbib}
instead of:

Code: Select all

\usepackage{natbib}
This will work with the new version.
blakeredfield
Posts: 7
Joined: Tue Feb 26, 2008 7:52 pm

Re: natbib | Bibliography not compatible

Post by blakeredfield »

Nice, you're too fast mate. I just got the 'old' version of natbib from 2007 and was about to upload it.

Just in case someone needs it however, I will put it here.

Thanks for the workaround.
Attachments
natbib (11-3-2007).7z
Old natbib.sty, from (11-3-2007)
(9.66 KiB) Downloaded 1396 times
User avatar
kallemarx
Posts: 5
Joined: Mon Oct 19, 2009 9:08 pm

Re: natbib | Bibliography not compatible

Post by kallemarx »

Hi guys!

I found this thread owing to the same problem. I'm happy I can tell you overwriting the new natbib.sty (v8.31) with the old one (v7.0a) worked very fine.

Since there is no post in response to localghosts entry of Feb 20. 2009 I searched for the author of the .sty-file and found Patrick W Daly from Katlenburg/Germany holding the Copyright for it. I sent him a link to this thread - hopefully he will react.

Best regards, Marx.
- Aut viam inveniam aut faciam -

Acer TM5730, Core2Duo P8400, WinXP SP3, MiKTeX 2.8, TeXnicCenter 1.0, pdflatex
janki
Posts: 1
Joined: Thu Mar 04, 2010 1:05 am

Re: natbib | Bibliography not compatible

Post by janki »

The solution for Windows 7 users (I am using MiKTeX 2.8): the file to change (natbib.sty) is not in Program Files any more. I found it in c:\Users\UserName\AppData\Roaming\MiKTeX\2.8\tex\latex\natbib\ folder (it is hidden!)

Best,
Jacek
Desalegn
Posts: 1
Joined: Thu Feb 24, 2011 11:12 pm

Re: natbib | Bibliography not compatible

Post by Desalegn »

I am having the same issue. I don't have the old version of Natib.
The bib file works perfectly with the numerical style, but the author-year style (Plainnate) causes error "! Package natbib Error: Bibliography not compatible with author-year citations"
Any suggestion please?
okasha
Posts: 3
Joined: Mon Feb 07, 2011 4:08 pm

Re: natbib | Bibliography not compatible

Post by okasha »

I'm also having this problem with Natbib.

Two solutions have been suggested on this thread so far.

(i) use the [numbers] option with Natbib.
However, this is no good as I want author-year, not numerical citations. (This is why I am using Natbib in the first place.)

(ii) Overwrite with an old version of Natbib.
My problem is that I don't know how to do this, in fact I don't really understand what it means.
I am new to LaTeX, this is my first attempt to use BibTex and NatBib.

Could someone please tell me how to do option (ii), or else suggest another fix?

many thanks
Clovis
Posts: 1
Joined: Thu May 12, 2011 11:21 am

Re: natbib | Bibliography not compatible

Post by Clovis »

This topic helped me solving the issue.
I just replace the natbib 2009 package by the 2007 one.

Thxs
tash
Posts: 2
Joined: Tue Jun 14, 2011 8:41 pm

Re: natbib | Bibliography not compatible

Post by tash »

I managed to fix this problem by checking my .bib file for missing year entries (very easily done using BibDesk and probably most similar software - just sorted all entries by year and edited/removed those with the years missing.) Re-ran everything and didn't have any problems.
Post Reply