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.
\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