I tried using:
\href{mailto:user@some.org}{user@some.org}
and
\href{mailto:user@some.org}{\nolinkurl{user@some.org}}
but it just gives a purple box around the link, and I want it to look like a normal link. Is there a way to do it?
I tried using:
\href{mailto:user@some.org}{user@some.org}
and
\href{mailto:user@some.org}{\nolinkurl{user@some.org}}
but it just gives a purple box around the link, and I want it to look like a normal link. Is there a way to do it?
Try loading hyperref like this:
\usepackage[colorlinks=true,urlcolor=blue]{hyperref}
hyperreflike this:\usepackage[colorlinks=true,urlcolor=blue]{hyperref}. – Gonzalo Medina Mar 27 '12 at 21:45