http://rypress.com/tutorials/git/index
http://rypress.com/tutorials/mathml/index
https://reference.wolfram.com/language/XML/tutorial/MathML.html
|
|
|
| number 3
identifier x |
: upright font : italicized |
<mrow> groupingSubexpressions are grouped using the <mrow></mrow> tag.
<msup> Superscripts are defined using the <msup></msup> tag.
<msub> Subscripts are defined using the <msub></msub> tag.
Typographic decisions often carry mathematical meaning.
<mi> i stands for identifier |
, which is really more semantic than presentational |
<mo> o stands for operator |
, which is really more semantic than presentational |
<mn> n stands for number |
, which is really more semantic than presentational |
This makes it hard to draw a clear line between presentation and content.
<mfrac> Fractions are defined using the <mfrac></mfrac> tag
mixed number 4 e 2/3