I wanted to include my REFERENCES section in the contents page so added it manually (see below code). The references section starts on a page 45.
Code: Select all
\addcontentsline{toc}{chapter}{References}
\begin{flushleft}
\renewcommand{\bibname}{References}
\bibliography{library}{}
\bibliographystyle{ieeetr}
\end{flushleft}