[Scons-users] [scons-users] SCons does not work properly with biblatex
Managan, Rob
managan1 at llnl.gov
Mon Jun 11 12:16:23 EDT 2012
Olivier,
Thanks for the example.
First of all. I don't have an up to date version of biblatex (v 0.9a
2010/03/19) so I had to change the file
Sconstest.tex to be
%\addbibresource{ref.bib}
\bibliography{ref}
to get the first pass to work. When I then go and edit ref.bib and run
scons again it properly updates the pdf to include the changes in ref.bib.
I had to remove the .bib on the /bibliography statement since bibtex was
trying to use ref.bib.bib. I assume this was not the case with your
original problem.
E.g. My first run output contained this when I used \bibliography{ref.bib}
cd . && bibtex sconstest
This is BibTeX, Version 0.99d (TeX Live 2010)
The top-level auxiliary file: sconstest.aux
The style file: biblatex.bst
I couldn't open database file ref.bib.bib
---line 3 of file sconstest.aux
: \bibdata{sconstest-blx,ref.bib
: }
I'm skipping whatever remains of this command
So let me know if using the deprecated \bibliography command helps with
your setup. If not then I may have to work on installing the latest
version of biblatex.
Signature--
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Rob Managan email managan at llnl.gov
LLNL phone: 925-423-0903
P.O. Box 808, L-095 FAX: 925-422-3389
Livermore, CA 94551-0808
On 6/7/12 8:55 AM, "Olivier Verdier" <olivier.verdier at gmail.com> wrote:
>Hi
>
>Thanks for your interest!
>
>1) problem with biblatex+bibtex
>I put a minimal example reproducing the problem in the end of this mail.
>
>First, by running "scons", everything works fine.
>
>Now, if I modify the file "ref.bib", scons claims that everything is up
>to date.
>
>2) Further problem with biblatex+biber
>If you uncomment the commented line in the tex and SConstruct file, I
>believe that leads to a separate problem, SConstruct does not run biber
>when it should.
>
>== Olivier
>
More information about the Scons-users
mailing list