In a book project I would need bibliographies after each section. I'm using
biblatex and tried the tips of http://wiki.lyx.org/BibTeX/Tips#secbib but it
didn't work:
It generates all bibliography references outside of biblatex refsections but
could not find the references inside of the \begin{refsection}. The logfile
says that biblatex can't find the blx-bbl files #1, #2 etc for the reference
sections higher than 0:
> \openout4 = `epm-000-buch-blx.bib'.
>
> Package biblatex Info: Trying to load bibliographic data...
> Package biblatex Info: ... file 'epm-000-buch.bbl' found.
> (./epm-000-buch.bbl)
> Package biblatex Info: ... file 'epm-000-buch1-blx.bbl' not found.
> No file epm-000-buch1-blx.bbl.
> Package biblatex Info: ... file 'epm-000-buch2-blx.bbl' not found.
> No file epm-000-buch2-blx.bbl.
> Package biblatex Info: Reference section=0 on input line 42.
> Package biblatex Info: Reference segment=0 on input line 42.
Later on biblatex generates corresponding .aux files:
'epm-000-buch1-blx.aux', 'epm-000-buch2-blx.aux' as one can see in the
following snippet of the log file:
> Kapitel 2.
> Package biblatex Info: Reference section=1 on input line 106.
> \openout4 = `epm-000-buch1-blx.aux'.
>
> Package biblatex Info: Setting label 'refsection:1' on input line 106.
> REQ:2:bibtex:
> binary=bibtex
> option=-min-crossrefs=2
> infile=epm-000-buch1-blx
> :REQ
>
> LaTeX Warning: Citation 'Wittgenstein_1984' on page 9 undefined on input line
> 1
> 08.
>
> REQ:1:latex:REQ
>
> LaTeX Warning: Citation 'Zetterberg_1973a' on page 9 undefined on input line
> 11
> 0.
At the end of the log file biblatex wants a new run of
> Package biblatex Warning: Please (re)run BibTeX on the file(s):
> (biblatex) epm-000-buch1-blx.aux
> (biblatex) epm-000-buch2-blx.aux
> (biblatex) and rerun LaTeX afterwards.
What is the problem? What did I wrong?
I took the following steps:
(1st step)
After preparing the sectioned bibliographies with
\begin{refsection}
..
\printbibliography
\end{refsection}
(2nd step)
I downloaded bibtexall, put it into the path and made it via terminal
executable
(3rd step)
I went to the menu Lyx->→Preferences→Output→LaTeX and changed the processor
for bibliography generation to "custom" and filled in "bibtexall" (without
quotes) as command name.
In Document->Settings...->Bibliography I tried "Sectioned Bibliography"
checked and unchecked (as I suppose this checkmark works only for "normal"
bibtex) and I have chosen as processor "biblatex" leaving the options field
empty.
I', out of any idea what to do or where to look: Every form of help would be
very appreciated!
Peter