Last modified: 2009-07-24 11:29:22 UTC
Right now only painfully simple things like "y=x+2" are output as MathML without rasterization. It would be nice to support more constructs...
Link to the source to improve
Isn't this useless unless the wiki is sending application/xhtml+xml, application/xhtml or text/xml as its mimetype?
Yes, which is probably why there's not been much movement on it. ;)
See http://meta.wikimedia.org/wiki/Blahtex/How_to_make_MathML_work_in_MediaWiki for recent some movement.
Created attachment 1529 [details] Patch to enable MathML This patch (against SVN revision 13633) enables MathML. It needs another program, called blahtex, to actually generate the MathML. This program can be downloaded at http://www.blahtex.org/ . As a side effect, blahtex can handle more LaTeX and gives clearer error messages. The pages are sent as application/xhtml+xml if the user has enabled MathML in the user preferences. See http://meta.wikimedia.org/wiki/Blahtex/Embedding_Blahtex_in_MediaWiki for more details.
Created attachment 1791 [details] Patch to enable MathML This patch has more comments for doxygen in Math.php and it is updated against r14294.
Created attachment 2012 [details] Patch to add MathAfterTexvc hook This patch adds a hook to Math.php to hang Blahtex as an extension on
Comment on attachment 2012 [details] Patch to add MathAfterTexvc hook Applied to SVN trunk, r15068.
(In reply to comment #8) > (From update of attachment 2012 [details]) > Applied to SVN trunk, r15068. > Gonna mark as resolved FIXED on that basis: per c2 and c3 this can't really be done in core; extension support is all we should provide, which is now done.