Hi, I'm having a problem inserting my reference list to my table of contents. It is not that I can't add the text line and page number into the table but I am wondering if its possible having the bibliography follow the other chapter numbering. In the toc I want it to look lke:
...
8. Models
9. Final Remarks
10. Reference list
And when scrolling to the actual page I want the chapter title to say '10. Reference list', not 'Bibliography'. I tried using this line but nothing happens:
Code: Select all
\cleardoublepage
\renewcommand{\refname}{\section{Reference list}}
\begin{thebibliography}{99}
...
\end{thebibliography}
I have also tried
Code: Select all
\cleardoublepage
\renewcommand*{\refname}{}
\section{Bibliography}
which doesn't work and
Code: Select all
\addcontentsline{toc}{chapter}{Reference list}
But this just adds the line in my toc and without numbering. I am new to Latex and having all my chapters, including my reference list in a several .tex-files. Above stated lines are added in the reference .tex-file. Could that matter? Should I put it somewhere else?
Best regards