On Fri, Jul 27, 2001 at 09:50:26AM -0500, Christopher M. Jones wrote:
> I installed bibtopic and made the script on Herbert Voss's website, following 
> all other instructions there (put it in ~/bin, set permissions, checked the 
> path, etc.). But my documents came out with nothing by way of a bibliography, 
> and citations were empty.
[...] 
> However, LyX simply does not run bibtex. I can put my old \bibliography stuff 
> back in, removing all references to bibtopic stuff, and LyX shows that it is 
> running bibtex. But as soon as I \usepackage{bibtopic} LyX no longer runs 
> bibtex at all. Any idea what the problem could be? 

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.

Reply via email to