add hyperlinks in latex document
June 1st, 2010 by Lawrence David
to have hyperlinks between references in your document and figures or sections, simply load:
\usepackage{hyperref}
once this package is loaded, you can also embed webpage hyperlinks:
\url{http//www.google.com}
do you know how to get rid of the colored boxes around the hyperref’s?