On Fri, Feb 15, 2002 at 07:00:09PM -0500, Wolfgang Engelmann wrote:
> My Bibliography is buggy. I would like to have a remark at the begin of the
> Bibliography to tell the reader what is still missing etc. Is there a way to
> do that (e.g. as a footnote to Bibliography or just underneath the heading
> Bibliography
>
> E.g.
>
> Bibliography
>
> Unfortunately some of the references are still missing or incomplete. They
> are marked and will be completed as soon as possible.
>
> Now come the references
>
One solution is the following:
Put the following lines in the preamble:
\let\oldthebibliography=\thebibliography
\renewcommand{\thebibliography}{%
\makeatletter%
\renewcommand{\section}[2]{}%
\renewcommand\@mkboth[2]{}%
\oldthebibliography%}
which will suppress the automatic Bibliography string.
You can then enter it manually using Section*