I try to write footnote in my file as
\footnote{http://chasen.org/\~taku/software/yamcha/}
But the tilde is compiled as /∼ in my web browser. So it can not reach the webpage.
I tried using package URL as following, but the same problem occurs.
\footnote{\url{http://chasen.org/\~taku/software/yamcha/}}
Any suggestion ?
\usepackage[utf8]{inputenc}in your code. Url should treat~as a letter so\url{http://bla.bla.bla/~home/test}should work. – StefanH Jun 20 '16 at 07:57