AsciiMath
Appearance
ASCIIMathML is a client-side mathematical mark-up language for displaying mathematics in web browsers. The mark-up simplified langauge supports a subset of the LaTeX language instructions, as well as a much less verbose syntax (which, for example, replaces "\times" with "xx" to produce the "×" symbol). Both syntaxes are vastly less verbose than the raw MathML.
The ASCIIMathML mark-up is converted to MathML at runtime, natively in Firefox and via a plug-in in IE7. The resulting MathML mathematics can be styled by applying CSS to class "mstyle".
See also
External links