On Oct 11, 2006, at 4:53 PM, Uwe Stöhr wrote:

Sue Kientz schrieb:

To create those website labels and URLs I used "Insert URL" of course. My problem is, the team I'm preparing this manual for wants parentheses around the URLs. If I use Insert URL dialog box to create those references, and put either ( ) or < > -type parentheses around the URLs, they no longer work when clicked on in the PDF. Is there something I can add to hyperref that will give me parentheses around all the URLs in my document?

You can add this to you document preamble (for parentheses):

\let\myUrl\url
\renewcommand{\url}[1]{(\myUrl{#1})}

Thanks. This was brilliant, but I was sorry to see you must still clear the Name input box. I was trying to have it all. : >
Appreciate all your answers and suggestions.


Sue Kientz
---------------------------
Technical Writer/Web Manager
Computational Infrastructure of Geodynamics (CIG)
    http://www.geodynamics.org/
[EMAIL PROTECTED]

Reply via email to