Monday, 26 August 2013

Bibiliography included in ToC but wrong hyperref linking

Bibiliography included in ToC but wrong hyperref linking

I included my bibliography in the tableofcontents as follows
(documentclass report):
\clearpage
\addcontentsline{toc}{chapter}{References}
\phantomsection
\bibliographystyle{IEEEtran}
\bibliography{report}
This generates the correct output, with the correct page number (41) in
the toc. However, clicking References will take me to the page preceding
(40) the page with the references (41). How can I modify this to take me
straight to page 41? Thanks!

No comments:

Post a Comment