Monday, January 24, 2011

Add hyper link to Latex documents - Use hyperref

From Wiki: http://en.wikibooks.org/wiki/LaTeX/Hyperlinks
From Sebastien Latex's tricks: http://merkel.zoneo.net/Latex/index.php
From the manual: http://mirror.switch.ch/ftp/mirror/tex/macros/latex/contrib/hyperref/doc/manual.html#x1-50003.1

Basically, if you don't need to go heavy on the specific options,
Just load the package in the preamble, at the end of all the other packages but prior to other settings:

\usepackage{hyperref}