How can I customize the bibliography commands, so that the bibliography header would be \chapter*{Bibliography}? The document class is report, and I am using BibTeX with a plain style. The current commands are
\bibliographystyle{plain}
\bibliography{mybibfile}
I prefer not to use a method that will force me to inline the entire bibliography environment inside the document - It is rather lengthy.
reportclass usingnatbib(and running plainbibtex) resulted in the bibliography being written in the same size and style of a chapter heading, but without the bibliography showing up in the table of contents. You might need to explain what you're after a little more clearly, ideally with a full-but-minimal example. – jon Mar 02 '12 at 15:54