I have been working with LaTeX for a while and I was wondering if there was any way of avoiding the aesthetically displeasing and not very professional border of color around URLs or footnote references (as well as cites to bibitems and refs to figures).
Here is an example that will display my 'problem':
Code: Select all
\documentclass[a4paper,12pt]{report}
\usepackage{hyperref}
\begin{document}
\url{http://gim.tkk.fi/GIMnet/GIMI} \footnote{sample sample}
\end{document}
Thanks!