{tilde} is for questions about handling the special tilde character.
44
votes
4answers
10k views
Correctly typesetting a tilde
How do I set the tilde (~) character correctly in LaTeX?
There’s a question discussing that on Stack Overflow, with a lot of answers. But dare I say it? They all suck:
\textasciitilde is too high,
...
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
453 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}
...
2
votes
2answers
779 views
How do I draw a tilde in math mode? [duplicate]
Possible Duplicate:
How does one insert a backslash or a tilde into LaTeX?
I have tried using \text{\~{}} to draw a tilde in math mode. However, this only produces a superscript tilde.
I ...
5
votes
1answer
2k views
Tilde and Slash in Latex
I am getting strange errors in LaTeX:
perhaps you should insert a `~' before "\ref"
missing `\ ' after "i.e."
missing `\ ' after "i.e."
I understand that the first expects me to put a tilde before ...
8
votes
1answer
2k views