The hyperref package is extensive. Besides clickable hyperlinks, it provides an option to cross-reference page numbers in table-of-contents, list-of-figures and list-of-tables with the actual page.
\usepackage[linktocpage=true]{hyperref}
By default, the option is set to false. Loading the hyperref package without the linktopage option makes the list-entries clickable but not the page numbers.
Finally, always load hyperref as the last package.
(Exceptions: minitoc, cleveref and many more)
August 24th, 2012 at 8:16 am
Hey!
Thanks for your blog, with often interesting things for LaTeX.
On remark on this topic: The hyperref package must be loaded before cleveref package.
Best regards
Dirk
August 24th, 2012 at 8:22 am
Thanks for pointing this out! Cheers, Tom.
August 24th, 2012 at 6:04 pm
Hyperref must also be loaded before minitoc, if you’re using that
August 24th, 2012 at 7:04 pm
Thanks! Will add it as exception to the post above
.
August 26th, 2012 at 12:37 pm
For a more extensive list of packages that should be loaded after hyperref, see http://tex.stackexchange.com/q/1863/4012.
August 27th, 2012 at 1:55 am
Thanks! Extensive indeed =). Cheers, Tom.