Latex – hyperref without boxes
To 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,
}
Tags: hyperref, Latex
This entry was posted
on Monday, May 10th, 2010 at 8:26 am and is filed under Blog.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.