Last modified: 2011-03-13 18:06:45 UTC
It would be useful if MediaWiki's TeX installation had a strikethrough feature, as requested at http://meta.wikimedia.org/wiki/Help_talk:Displaying_a_formula#Strike_inside_TeX .
I'm marking this as WONTFIX. You can use \cancel and \cancelto (and soon \bcancel and \xcancel) to get diagonal slashes. The ulem package (for strikethrough) doesn't work in math mode (it underlines instead of striking through) so we'd need that fixed before we even considered this. An adequate image can be created with: <math>hello\!\!\!\!\!\!\!\!\!\!\!\!\text{------}</math> but I appreciate that's not ideal.