I'd like to use a character that looks like $\sim$, but has spacing like $\neg$ (in particular, which doesn't leave a huge gap to its right). I know I could do this by defining a symbol which expands to $\sim\hspace{-1pt}$, with 1pt replaced by some amount that looks about right to me, but is there a better way to do this (for instance, which doesn't rely on my guess about what spacing looks about right)?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
To avoid this spacing you could define a symbol using
|
|||||||||||
|
$\sim\!a$or$\sim\mkern-4.5mu a$. – Yiannis Lazarides Jan 27 '11 at 18:46\simis strechable, so you won't get good results with\!or similar kerning. – Hendrik Vogt Jan 27 '11 at 20:34