I'd like to include some http links in my document. So i Included the hyperref package so that i can use the command \url{}
Microsoft Surface\footnote{\url{http://www.microsoft.com/surface}}
This works, but the problem is, that all the links in my document (also the ones created with \ref{} or \cite{} are highlighted. I want to avoid that. So i added:
\usepackage{hyperref}
\hypersetup{colorlinks=false}
But nothing changed. How can I avoid that all links are highlighted? I only want to enable URLs and nothing else.
urlpackage instead, or a have a look at the answers on this related question. – Juan A. Navarro Feb 03 '11 at 14:09