PDF bookmarks with LaTeX

After the mail fiasco was taken care of, I decided to pursue one of the things I've been wondering about: how to make PDF files have bookmarks (those links on the side pane that let you jump to well-defined sections of the document). For my setup, all I had to do was add this in my document:

\usepackage[pdftex,bookmarks=true]{hyperref}

Since I use Ubuntu, I had to install the tetex-extras package, which contains hyperref.sty for running pdflatex.

Comments

Unknown said…
It's what I was looking for! Thank you very much!
S said…
thanks! very useful.
andre said…
yeah! that's exactly what i was searching for! guess i'll repost it on my blog :-) this knowledge must be spread out!
Arinaldo said…
thanks! it's work!
Unknown said…
exactly what i was serching for. thanx!
Unknown said…
thank u very much

Popular posts from this blog

Arrays in Visual Basic and classic ASP

JavaScript: Checking for undeclared and undefined variables

A fix for LaTeX "Missing $ inserted." console message