Some ( if not most ) pdf ebooks have the option to view the table of contents in a left navigation window. I would like to add this option to my document as well. Question: How to add a navigation window to a LaTeX generated PDF document?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
You can use a Here's a setup I use:
I added the last one as an extra since links should always anchor at the image not the caption. |
|||||
|
|
As has been said, you need to use the
Usually, hyperref should be loaded as the last package (but every rule has exceptions). |
|||||
|

hyperref. The regular navigation with sectioning commands is done automatically, I believe. At least I have never had to do something special to get it and acrobat shows a navigation pane with contents on all of my documents. – Roelof Spijker Jan 26 '12 at 11:22pdfpagemode=UseOutlines. Anyway, you can tell Acrobat to override the documents default settings. – matth Jan 26 '12 at 12:18