The problem I have is that the following code adds References as a section within Chapter 3. Is there a way to start a new chapter before References without it printing a new chapter heading in the TOC?
Code: Select all
\include{chapter1}
\include{chapter2}
\include{chapter3}
\newpage
\bibliographystyle{rsc}
\phantomsection
\addcontentsline{toc}{section}{\bibname}
\bibliography{main}