Martin Lantz wrote:
> In which way does LyX support multiple bibliographies? By ERT? That is a
> possibility, but it would be nice if the LyX interface to the bibtex
> file (insert -> citation reference) worked along with bibunits. What is
> the experience?

LyX 1.2 has preliminary support for bibtopic, which means: it processes the 
additional bibtex runs on the extra aux-files which bibtopic needs.

With bibtopic, you can use the citation dialog as usual, but you currently 
have to use some ERT to create the bibliography environment, which is as easy 
as:

        \bibliographystyle{mybibstyle}
        \begin{btSect}{mydatabase}
        \btPrintCited
        \end{btSect}

You need to insert a bibtex inset, too (to use the citation dialog), but 
bibtopic ignores it., so it's no problem.
Take care to invoke bibtopic with the dot-option:
\usepackage[dot]{bibtopic}

Regards,
J�rgen

Reply via email to