3

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?

Caramdir
  • 89,023
  • 26
  • 255
  • 291
Rogach
  • 3,088

1 Answers1

5

Try loading hyperref like this:

\usepackage[colorlinks=true,urlcolor=blue]{hyperref}
Gonzalo Medina
  • 505,128