BibTeX, biblatex and biber ⇒ natbib | Bibliography not compatible
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: natbib | Bibliography not compatible
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
-
- Posts: 7
- Joined: Tue Feb 26, 2008 7:52 pm
Re: natbib | Bibliography not compatible
Is there a place where I can get the old one anyway?
natbib | Bibliography not compatible
Code: Select all
\usepackage[numbers]{natbib}
Code: Select all
\usepackage{natbib}
-
- Posts: 7
- Joined: Tue Feb 26, 2008 7:52 pm
Re: natbib | Bibliography not compatible
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 1407 times
Re: natbib | Bibliography not compatible
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.
Acer TM5730, Core2Duo P8400, WinXP SP3, MiKTeX 2.8, TeXnicCenter 1.0, pdflatex
Re: natbib | Bibliography not compatible
Best,
Jacek
Re: natbib | Bibliography not compatible
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?
Re: natbib | Bibliography not compatible
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
Re: natbib | Bibliography not compatible
I just replace the natbib 2009 package by the 2007 one.
Thxs