Comment 9 for bug 156643

Revision history for this message
Michael R. Head (burner) wrote :

I get the boxes when I use the hyperref in my latex documents (I don't recall every seeing them before gutsy, but so be it). What I found is that I can tell hyperref not to draw the boxes like so:

\usepackage[pdftex, pdfborderstyle={/S/U/W 0} % this disables the boxes around links
            ]{hyperref}

Then pdflatex doesn't put the boxes in the PDF.

(this is a copy of my comment in bug 157073)