The following problem has been encountered during formatting of my Master's thesis in LaTeX.<div>I use gradu2.cls.</div><div><br></div><div>To create bibliography I use the following syntax:</div><div><br></div><div><font class="Apple-style-span" face="'courier new', monospace">\begin{thebibliography} {99} </font></div>
<div><font class="Apple-style-span" face="'courier new', monospace"> \bibitem {bib1}</font></div><div><font class="Apple-style-span" face="'courier new', monospace"> \bibitem {bib2}</font></div><div>
<font class="Apple-style-span" face="'courier new', monospace">...</font></div><div><font class="Apple-style-span" face="'courier new', monospace"> \bibitem {bibN}</font></div><div><font class="Apple-style-span" face="'courier new', monospace">\end{thebibliography}</font></div>
<div><br></div><div>This gives the following output in the table of contents:</div><div><br></div><div><font class="Apple-style-span" face="garamond, serif"><span class="Apple-style-span" style="font-size: large;">9* Bibliography "page#"</span></font></div>
<div><br></div><div>* which is a chapter number</div><div><br></div><div>However, the following output is required:</div><div><br></div><div><font class="Apple-style-span" face="garamond, serif"><span class="Apple-style-span" style="font-size: large;">References "page#"</span></font></div>
<div><br></div><div>So, I need to get rid of a chapter number, and to have "References" instead of "Bibliography".</div><div><br></div><div>I handle the problem with the name of bibliography part with the following command:</div>
<div><br></div><div><font class="Apple-style-span" face="'courier new', monospace">\renewcommand\bibname{References} </font></div><div><font class="Apple-style-span" face="'courier new', monospace"><br></font></div>
<div><font class="Apple-style-span" face="arial, helvetica, sans-serif">But nothing among what I tried helps to suppress the chapter number output.</font></div><div><font class="Apple-style-span" face="arial, helvetica, sans-serif"><br>
</font></div><div><font class="Apple-style-span" face="arial, helvetica, sans-serif">Is there anyone, who solved (or at least encountered) this problem?</font></div><div><font class="Apple-style-span" face="arial, helvetica, sans-serif"><br>
</font></div><div><font class="Apple-style-span" face="arial, helvetica, sans-serif">Fedor</font></div><div><br></div><div><br></div>