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.