I'm curious as how to change the title of the bibliography page from "Bibliography" to "References". I've changed the bib section of the main.tex to
Code: Select all
\label{References}
\lhead{\emph{References}}
\renewcommand{\refname}{References}
\bibliographystyle{apalike}
\bibliography{Thesis.bib}
\end{document}
Thanks,
Tanya