On Mon, Nov 19, 2001 at 01:42:48PM -0500, Will Fischer wrote:
>
> I have put in some ERT, like this, to reset the page and the header
> (and then I just throw that page away):
>
> \section{Figures}\addtocounter{page}{-1}
>
> What is the Better Way?
\markboth{Figures}{Figures}.
You can also just move all your floats to the end of the chapter, and then
you don't need to use endfloat.
>
> 2. ChapterBib and NatBib
> I have followed faithfully the suggestions on Herbert's page for
> working with chapterbib in a multipart document: I put in a bibliography
> inset at the end of each chapter, and I have \usepackage{chapterbib} and
> \usepackage[options]{natbib} in the preamble of each document.
> But, bibtex is unhappy about the repeated insets:
I don't know about chapterbib.
However, both bibtopic/bibunits should work with natbib.
Search the lyx-users archive for information on using these package with lyx
(or just export your files to latex, and run latex/bibtex manually).