I am writing my thesis as a latex book which I compile using pdflatex. I use Okular to read pdfs, and I have seen that sometimes it displays the contents of a book in a clickable form. I would like to be able to do this for my thesis as well, but I can't find how to do it.
Asked
Active
Viewed 1,308 times
1 Answers
3
The package hyperref provides the support for hyperlinks and bookmarks (if called with the correct options)
Be sure to use \usepackage{hyperref} as one of the last packages to be loaded.
Exceptions: cleveref and glossaries should be loaded after hyperref.
-
(Some other exceptions; Which packages should be loaded after hyperref instead of before?) – Torbjørn T. Jun 15 '16 at 19:40
\usepackage{hyperref}should be used then ;-) – Jun 15 '16 at 19:05