Removing the link boxes from Latex’ Hyperref (and color)
3 Comments
Posted by Drakonen on September 26, 2008 in Tech | Short Link
Aah Latex… A love hate relation ship. Working on my thesis I use the hyperref package for some nice linking support in my document. unfortunately this also causes them to get link boxes around them. Here’s the code to remove them: \usepackage[pdftex]{hyperref} \hypersetup{ colorlinks,% citecolor=black,% filecolor=black,% linkcolor=black,% urlcolor=black } EDIT: Hyperref seems to offer this [...]