Tagged Questions
14
votes
1answer
7k views
URL with tilde character?
I'm trying to make a URL with a tilde character (~) in it:
\usepackage{url}
...
\url{http://lyle.smu.edu/~tspell/jaws}
It looks right in the resulting PDF, but when clicking on it the browser goes ...
5
votes
2answers
456 views
why is docstrip putting extra macro calls in a hyperlink inside a footnote that has a tilde?
Here's a minimal example of Docstrip putting extra macro bits into a \href call inside a footnote when the URL has a tilde:
% \iffalse
\documentclass[a4paper]{ltxdoc}
\usepackage{hyperref}
...