Latex - hyperref without boxes
Monday, May 10th, 2010To have links in your pdf generated by Latex appear without the box around them or without colors, put in the preamble:
\RequirePackage[linktocpage,]{hyperref}
\hypersetup{
colorlinks=true,
citecolor=black,
filecolor=black,
urlcolor=black,
linkcolor=black,
}