aboutsummaryrefslogtreecommitdiffstats
path: root/2020/04/mathml.md
blob: 695768052a63dd434f93987b9c54928815db8092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

<https://www.w3.org/TR/MathML3/>

<https://en.wikipedia.org/wiki/MathML>

"Strict Content MathML" is a subset, compatible with Open Math (which is itself an XML encoding).

Systems Biology Markup Language (SBML) is another XML schema for representing
models of biological systems and chemical reactions.
=> <http://sbml.org/More_Detailed_Summary_of_SBML>

There are a bunch of non-printing "entities" (characters) with Unicode mappings:

U+2061 FUNCTION APPLICATION;
U+2062 INVISIBLE TIMES;
U+2063 INVISIBLE SEPARATOR;
U+2064 INVISIBLE PLUS;


Presumably, we'll want to support reading *content* MathML, and output eithr
content or presentation.