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)
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
Thanks for pointing this out! Cheers, Tom.
Hyperref must also be loaded before minitoc, if you’re using that 😛
Thanks! Will add it as exception to the post above :-).
For a more extensive list of packages that should be loaded after hyperref, see http://tex.stackexchange.com/q/1863/4012.
Thanks! Extensive indeed =). Cheers, Tom.