Skip to content

Wrong Page Number for Bibliography at Table of Contents

When using the template the page number for the bibliography is displayed incorrect.

Reproduction: Download the template, run the bibliography command, run the pdflatex command (twice for creating table of contents). Appendix and References are linked to the same page.

Fix: In the 00_thesis.tex file I included

\cleardoublepage
\phantomsection

before the \references command. (Solution from this stackoverflow post)