this week I have started using LaTeX for the first time. I have created a bibliography using BibTeX. To get the bibliography into the contents page, I used this command.
Code: Select all
\addcontentsline{toc}{chapter}{Bibliography}
It seems that hyperref does not explicitly recognize the Bibliography as a chapter if it is created using BibTeX. Does anyone have any ideas on how to get round this? Just that it would be useful for anyone reading my compiled document to be be able to click straight to my list of references.
Thank you for your time,
James