Search found 4 matches

by nir_bz
Tue Dec 11, 2007 9:34 am
Forum: General
Topic: address with "~"
Replies: 5
Views: 4218

Re: address with "~"

Thanks :-)

I used the URL package and it does the job ...
by nir_bz
Thu Dec 06, 2007 12:10 pm
Forum: General
Topic: Hyperlink surrounding box
Replies: 1
Views: 2244

Hyperlink surrounding box

Hi.

I use the following :

\usepackage{hyperref}
\hypersetup{breaklinks=true,
pagecolor=white,
colorlinks,%
citecolor=black,%
filecolor=black,%
linkcolor=black,%
urlcolor=black
}
\urlstyle{rm}

Still, the links appear with a cyan surrounding box ... How can I make the links look just like ...
by nir_bz
Wed Dec 05, 2007 4:15 pm
Forum: General
Topic: address with "~"
Replies: 5
Views: 4218

Re: address with "~"

Thanks ...

The address in the PDF appears correct ... but when I click the link, it directs me to the following adress :
http://www.eng.tau.ac.il/%CB%9Cdan/

The problem is that the tilde is changed ...

How can I avoid this ?
by nir_bz
Wed Dec 05, 2007 10:33 am
Forum: General
Topic: address with "~"
Replies: 5
Views: 4218

address with "~"

Hi.

I wish to add an hyperlink to the following address : http://www.eng.tau.ac.il/~dan/

The LaTEX line I use for that is :
http://www.eng.tau.ac.il/$\sim$ dan/

However, when I click the link at the PDF document, it doesn't work ...
The "~" symbol ruins it ...

How can I overcome this problem ...