aboutsummaryrefslogtreecommitdiffstats
path: root/2020/04/mathml.md
diff options
context:
space:
mode:
Diffstat (limited to '2020/04/mathml.md')
-rw-r--r--2020/04/mathml.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/2020/04/mathml.md b/2020/04/mathml.md
new file mode 100644
index 0000000..6957680
--- /dev/null
+++ b/2020/04/mathml.md
@@ -0,0 +1,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.