I want to include a reference list at the end of my report, but when I use the command \begin{thebibliography}, I get a heading which says "Chapter 1". Here is an example:
\renewcommand{\bibname}{References}
\begin{thebibliography}{10}
\bibitem{notes} John W. Dower {\em Readings compiled for History 21.479.} 1991.
\bibitem{impj} The Japan Reader {\em Imperial Japan 1800-1945} 1973: Random House, N.Y.
\end{thebibliography}
The \renewcommand{\bibname}{} just removes the "Bibliography" title. On the top of the page it still says "Chapter 1" (because I use the \chapter*{chaptername} command). I know that the report class will define bibliography as a chapter, and the article class will define it as a section, but I am dependent on using the report class. Thanks in advance!!



\documentclass{...}and ending with\end{document}. – Tyler Feb 23 '16 at 18:50bibnameempty? – Feb 23 '16 at 18:57\emis one of the outdated commands. You should use\emph{...}instead – Feb 23 '16 at 19:08