Jan Hauke Rahm dijo [Tue, Dec 20, 2011 at 11:51:40AM +0100]:
> Ah crap, Gunnar, I totally for got about this bug report. Sorry!
>
> On Mon, Aug 08, 2011 at 11:53:50AM -0500, Gunnar Wolf wrote:
> > Upon installing biblatex 1.6-1, my book (which includes a references
> > section per part) no longer generates the partial *.blx.aux files when
> > being built. My preamble includes:
> >
> > \usepackage[style=authoryear, backref=true, backrefstyle=two,
> > refsection=part, block=ragged]{biblatex}
> > \ExecuteBibliographyOptions{ autocite=inline, sortcites=true,
> > labelyear=true, uniquename=true}
> > \bibliography{seco3}
> >
> > So, from the seco3.bib file, four files (one per part --
> > seco31.blx.aux, seco32.blx.aux, seco33.blx.aux, seco34.blx.aux) should
> > be generated, and bibtex is run for each. Of course, if I run bibtex
> > on the core seco3.aux file, the complete reference section is repeated
> > at the end of each part.
>
> I don't suppose it's fixed in the current version?
>
> Hauke
Hi Hauke!
I completely forgot about it... And left it in "hold" state. Nope,
it's not fixed yet. I just tried 1.7-1, and it gets to:
Output written on seco3.pdf (293 pages, 11917139 bytes).
Transcript written on seco3.log.
touch first_run
for i in *blx.aux; do \
bibtex $i; \
done
I couldn't open file name `*blx.aux'
make: *** [biblio] Error 1
Downgrading to 1.4c-1 makes it work again. You can check on my book
(which already went to press :-D so it's not a pressing bug for me
anymore) by cloning the Git repository at:
http://seminario.edusol.info/seco3.git/
Thanks a lot,
signature.asc
Description: Digital signature

