<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
On 2011-07-13 07:56, Thomas Schneider wrote:
<blockquote cite="mid:20110713055643.GA3293@FR-W-C130981.local"
type="cite">
<blockquote type="cite">
<pre wrap="">If I understand you correctly, then I suggest using hyperref as in:
\usepackage{hyperref}
</pre>
</blockquote>
<pre wrap="">
Thanks for the suggestion, I'd forgotten about that package. That
made the url have a blue box around it, but it still fails.
\href{<a class="moz-txt-link-freetext" href="http://www.math.rwth-aachen.de/\~">http://www.math.rwth-aachen.de/\~</a>{}Gabriele.Nebe/LATTICES/density.html}
{<a class="moz-txt-link-freetext" href="http://www.math.rwth-aachen.de/\~">http://www.math.rwth-aachen.de/\~</a>{}Gabriele.Nebe/LATTICES/density.html}
</pre>
</blockquote>
<br>
this works for me:<br>
<br>
<style type="text/css">p, li { white-space: pre-wrap; }</style>
<p style="margin: 0px; text-indent: 0px;">\documentclass{article}</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">\usepackage[pdfborder={0 0
0}]{hyperref}</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">\begin{document}</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">\url{<a class="moz-txt-link-freetext" href="http://www.math.rwth-aachen.de/~Gabriele.Nebe/LATTICES/density.html">http://www.math.rwth-aachen.de/~Gabriele.Nebe/LATTICES/density.html</a>}</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">\end{document}<br>
</p>
<p style="margin: 0px; text-indent: 0px;"><br>
(tested in TeXworks, Acrobat Reader, and Evince on Linux; using
pdflatex).<br>
</p>
<p style="margin: 0px; text-indent: 0px;"><br>
HTH<br>
Stefan<br>
</p>
</body>
</html>