Possible Duplicate:
Remove ugly borders around clickable crossreferences and hyperlinks
I don't want that my links would have a colored box around them. Currently what I do is
\usepackage[colorlinks,urlcolor=black]{hyperref}
or
\usepackage[pdfborder=0]{hyperref}
But both doesn't seem right.
How can I explicitly disable the colored box?
The manual implies that setting pdfborder to 0 is the correct way to do that, but maybe there's still a better way.
The style of box around links; defaults to a box with lines of 1pt thickness, but the
colorlinksoption resets it to produce no border.
But I still didn't see any explicit way to disable it.