Difference between revisions of "MathML"

From Wiki
Jump to navigation Jump to search
m (generalized manual links)
 
Line 1: Line 1:
 
< [[Math]] | [[XML]] | [[Chemistry]]>
 
< [[Math]] | [[XML]] | [[Chemistry]]>
 +
 +
  
 
MathML is the "native" ConTeXt way of math. Here's the docs:
 
MathML is the "native" ConTeXt way of math. Here's the docs:
Line 5: Line 7:
 
* [[manual:mmlprime.pdf|MathML (general)]] by Pragma
 
* [[manual:mmlprime.pdf|MathML (general)]] by Pragma
 
* [[manual:mmlexamp.pdf|MathML in ConTeXt (examples)]] by Pragma
 
* [[manual:mmlexamp.pdf|MathML in ConTeXt (examples)]] by Pragma
 +
 +
 
* [[manual:xchemml-s.pdf|ChemML (MathML extension for chemistry)]] by Pragma
 
* [[manual:xchemml-s.pdf|ChemML (MathML extension for chemistry)]] by Pragma
 
* [[manual:xphysml-s.pdf|PhysML (MathML extension for physics)]] by Pragma
 
* [[manual:xphysml-s.pdf|PhysML (MathML extension for physics)]] by Pragma
Line 12: Line 16:
 
There are also some [[MathML code examples]]
 
There are also some [[MathML code examples]]
  
== Useful links ==
+
== Useful links for MathML code generators ==
MathML code generators:
+
 
 
* [http://golem.ph.utexas.edu/~distler/blog/itex2MML.html itex2mml] - TeX to MathML conversion
 
* [http://golem.ph.utexas.edu/~distler/blog/itex2MML.html itex2mml] - TeX to MathML conversion
 
* [http://www.mathmlcentral.com/Tools/ToMathML.jsp MathML Central by Wolfram Research] - Mathematica 2 MathML conversion
 
* [http://www.mathmlcentral.com/Tools/ToMathML.jsp MathML Central by Wolfram Research] - Mathematica 2 MathML conversion
 
* [http://www.maplesoft.com/standards/MathML/info.html Maplesoft MathML Home Page] - How to Export Maple Output as MathML
 
* [http://www.maplesoft.com/standards/MathML/info.html Maplesoft MathML Home Page] - How to Export Maple Output as MathML
 +
  
 
[[Category:Math]]
 
[[Category:Math]]
 
[[Category:XML]]
 
[[Category:XML]]

Latest revision as of 14:46, 11 May 2024

< Math | XML | Chemistry>


MathML is the "native" ConTeXt way of math. Here's the docs:


There are also some MathML code examples

Useful links for MathML code generators