ASCII Math Comments And Suggestions
A suggestion to include "hbar" in the next version:
{input:"hbar", tag:"mo", output:"\u210F", tex:"hbar"}
Support for IE 7
Internet explorer 7 now has support for MathML built in (see http://en.wikipedia.org/wiki/Mathml(approve sites)). Adding support for this would greatly help the accessibility of ASCII Math.
I believe that information is not accurate. IE7 (and IE6) support MathML with the MathPlayer plugin. There's still no built-in support AFAIK. (Paulo Soares)
Bug in v2.0.2 with Mozilla
Version 1.4.7 worked fine with Mozilla, but the new loader code in version 2.0.2 translates nothing. The old pages do not display MathML, nor do the new pages. Firefox does not reveal this problem. Please fix ASAP! Thanks.
TILDE outside LaTeX mode
Hat (\hat{x}, hatx) and bar (\bar{x}, bar x) works inside and outside LaTeX mode, but tilde dosen't. Just add this line
in the right position ;-)
Previous contents
\begin{graph} width=300; height=200; xmin=-6.3; xmax=6.3; xscl=1; plot(sin(x)); \end{graph}