On Tue, Oct 02, 2001 at 10:31:31AM +0300, Tuukka Toivonen wrote:
> On Tue, 2 Oct 2001, Praedor wrote:
> 
> >How can I suppress the printing of the "References" heading on the first page
> >of my references?  For PNAS the references just start after a space beneath
> 
> Try inserting this TeX command (in red) somewhere before your references:
> 
> \renewcommand{\refname}{}

This will leave some empty space above the bibliography.
A better (but hacky) solution isto put the following in the preamble:

\let\oldthebibliography=\thebibliography
\renewcommand{\thebibliography}{%
  \renewcommand{\section}[2]{}%
  \oldthebibliography}

Reply via email to