Difference between revisions of "MathML"

From Wiki
Jump to navigation Jump to search
m (fix pragma link)
 
(One intermediate revision by one other user not shown)
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:
 
* [http://www.w3.org/Math/ Official home] of MathML at W3C with lots of links
 
* [http://www.w3.org/Math/ Official home] of MathML at W3C with lots of links
* [http://www.pragma-ade.nl/general/manuals/mmlprime.pdf MathML (general)] by Pragma
+
* [[manual:mmlprime.pdf|MathML (general)]] by Pragma
* [http://www.pragma-ade.nl/general/manuals/mmlexamp.pdf MathML in ConTeXt (examples)] by Pragma
+
* [[manual:mmlexamp.pdf|MathML in ConTeXt (examples)]] by Pragma
* [http://www.pragma-ade.nl/general/manuals/xchemml-s.pdf ChemML (MathML extension for chemistry)] by Pragma
+
 
* [http://www.pragma-ade.nl/general/manuals/xphysml-s.pdf PhysML (MathML extension for physics)] by Pragma
+
 
* [http://www.pragma-ade.nl/general/manuals/xsteps-s.pdf Steps (XML step charts)] 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:xsteps-s.pdf|Steps (XML step charts)]] by Pragma
 
* [http://www.pragma-ade.nl/exalogin Here] you can try MathML "live" (broken link).
 
* [http://www.pragma-ade.nl/exalogin Here] you can try MathML "live" (broken link).
  
 
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