|
MathML News:
MathML2.0 finished. |
|
![]() |
|
MathZilla:
Home
Mathml: Overview Mozilla: Comments & Issues Tex4Moz: Use and Issues Download/Install Report bugs Itex2MML: Download - Use Demonstration Convert a file Introduction to itex Report bugs Methodology: Putting the pieces together Examples: (Index) Markup of Week Chaos Fermat's Theorem Papers 1 2 Screenshots: (Index) |
MathML is the W3c approved, XML based, markup language for mathematics. MathML can not be natively displayed by current browsers (IE 5.x or Netscape 4.x). However Mozilla, the new open source browser on which Netscape 6 will be based, does have very effective MathML display capabilities. MathML is a low-level language, easily parsed by computers, but difficult to author by hand. Example: A Taylor series expansion. In latex: \[f(z) = \sum_{n=0}^\infty \frac{f^{(n)}(a)}{n!} (z-a)^n\]. And in MathML: <math
xmlns='http://www.w3.org/1998/Math/MathML'
mode='display'> Thus we need tools to assist authoring. These are provided by tex4moz and itex2mml. |