2

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.

1 Answers1

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.