Therefore symbol

Re: Therefore symbol

by John Forkosh -
Number of replies: 0
There is a \therefore symbol in standard (La)TeX, but it requires what's called the amssymb package. I didn't convert those extra font families for mimetex. But you can "fake it" using the -DNEWCOMMANDS="filename" switch on mimetex's compile line. See http://www.forkosh.com/mimetexmanual.html?options for a discussion. For your situation, the following line in filename seems to do the trick for me...
{ "\\therefore", NULL, "{\\Huge\\raisebox{-4}{.\\atop.\\,.}}" },