I use \usepackage{url} to include a clickable e-mail address with a dot.
Code: Select all
\url{my.e-mail@yahoo.com}
However, in the pdf document created it doesn't come out right because when I click on the e-mail it actually reads as .e-mail@yahoo.com. Anything before the dot is gone.
Also, I use \url{sth} but in the pdf document the link is NOT clickable.
How can I fix this error?
Thanks a lot