Since 1.1.6fix2 I had suddenly problems with Herbert's script, too (but
no idea why).
If you are using the latest version (1.1.6fix2 or 3), you can enable
the forthcoming bibtopic support which is already (commented out) in
the sources.
Remove the '#if 0' and '#endif' lines in LaTeX.C
and recompile LyX. Remove Herbert's script. LyX now automatically runs
bibtex as often as needed. This works perfectly for me. But note that
you have to use bibtopic with the dot-option
(\usepackage[dot]{bibtopic})
Good Luck,
Jürgen
Am Sonntag, 29. Juli 2001 01:22 schrieb Christopher M. Jones:
> Did that. I use the achicago bst--don't know if that runs into
> bibtopic limitations, but I have also tried it with some of the
> standard bst's. Still no good. I did read the docs (always the first
> thing I do ;-) ) but it still doesn't seem immediately obvious to me
> what I have missed.
>
> > When you use bibtopic, you need to use the btSect environment in
> > order to define the multiple bibliographies:
> >
> > For example:
> > \begin{btSect}{foo}
> > \section{Foo}
> > \btPrintCited
> > \end{btSect}
> > \begin{btSect}{bar}
> > \section{Bar}
> > \btPrintCited
> > \end{btSect}
> >
> > Read the bibtopic documentation for more information.