striked text in tex filter

Re: striked text in tex filter

by John Forkosh -
Number of replies: 0
No. I don't think "canonical TeX" supports it in math mode either, but feel free to correct me if I'm wrong about that. Either way, it would be easy to implement a \strike{whatever} command in mimetex, but I don't have the spare time to deal with it right now. In the meantime, if you really want to, you can fake it using
\compose{\line(100)}{\rm striked text}
which produces
mimetex.cgi?\compose{\line(100)}{\rm striked text}
You just have to manually play till you get that 100-pixel width right.