I've looked everywhere, and there does not seem to be a symbol for this, i.e. a \propto with a \sim underneath. I've googled ways of combining these two symbols but haven't found anything satisfactory. Anybody know a simple way of achieving this? \stackrel and \utilde look horrible.
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.
|
|
||||
If you don't need the symbol also in subscripts or superscripts, then the simpler
will do.
|
||||
|
|
|
With this code the spacing looks quite acceptable
All this box stuff doesn't really look nice and there are probably easier ways to do this. However the result looks ok, and you can tweek the vertical position and spacing to whatever you like.
EDIT: According to the comments from egreg and barbara beeton I've improved the code. Now, what about that?
The result looks like that
(so I think it looks now ok in all sizes) |
|||||||||||||
|
|
Does
|
|||||||||||
|
|
Does such a symbol officially exist? What about slight variations like
or
|
|||||||
|





`to mark your inline code as I did in my edit – Torbjørn T. Nov 3 '11 at 12:34\undertilde{\propto}is acceptable: the tilde is quite different from\sim. – egreg Nov 3 '11 at 14:42