On Fri, Mar 30, 2001 at 10:12:02AM +0930, Robert Koehler wrote:
> Well you include the bib at the end of each chapter! You comment it out when
> you want to compile the whole shebang, but when you just want to compile a
> single chapter you uncomment it.
> 
> That is what I do.

You don't need to comment/uncomment the bibtex inset, just add some latex code
for that.
For example, put the following lines in the preamble of the main document

\let\oldbibliographystyle=\bibliographystyle
\let\oldbibliography=\bibliography
\let\bibliographystyle=\@gobble
\let\bibliography=\@gobble

and before the bibtex inset of the main document put

{\let\bibliographystyle=\oldbibliographystyle
\let\bibliography=\oldbibliography

and put } after the inset.

Reply via email to