On Wed, Feb 05, 2003 at 06:25:03AM +0000, Cliona Molony wrote:
> Which document class should you use if you want to create a thesis using
> 
> a top file which includes each of the chapters as a separate file.  So 
> far I've just used the default "Article" class but this creates a 
> bibliography at the end of each Chapter and I only want one at the
> end...  
> 
> I've written up about 95% of my Thesis and I have just more problem to 
> figure out before I press print...

Assuming you are using bibtex, write the following in the preamble,

\let\oldthebibliography=\thebibliography
\def\thebibliography#1{}

And before the place for the bibliography in the master file (before the
bibtex inset) write
\let\thebibliography=\oldthebibliography
in latex mode.

Reply via email to