Search found 1 match

by sbalian
Mon Apr 15, 2013 3:48 pm
Forum: BibTeX, biblatex and biber
Topic: revtex4-1 | Problem with Bibliography Database File
Replies: 8
Views: 25294

revtex4-1 | Problem with Bibliography Database File

Here is another fix if you can't update natbib.

Just add this to your preamble (in the main .tex file):

Code: Select all

\newcommand{\BibitemShut}[1]{}
i.e., define \BibitemShut to do nothing.

- SB