1#https://developer.mozilla.org/en-US/docs/Web/MathML/Element 2# https://www.w3.org/TR/MathML3/chapter4.html 3 4header="<math xmlns='http://www.w3.org/1998/Math/MathML'>" 5 6# presentation mathml 7"<annotation-xml>" 8"<annotation>" 9"<apply>" 10"<maction>" 11"<maligngroup>" 12"<malignmark>" 13"<math>" 14"<menclose>" 15"<merror>" 16"<mfenced> " 17"<mfrac>" 18"<mglyph>" 19"<mi>" 20"<mlabeledtr>" 21"<mlongdiv>" 22"<mmultiscripts>" 23"<mn>" 24"<mo>" 25"<mover>" 26"<mpadded>" 27"<mphantom>" 28"<mprescripts>" 29"<mroot>" 30"<mrow>" 31"<ms>" 32"<mscarries>" 33"<mscarry>" 34"<msgroup>" 35"<msline>" 36"<mspace>" 37"<msqrt>" 38"<msrow>" 39"<mstack>" 40"<mstyle>" 41"<msub>" 42"<msubsup>" 43"<msup>" 44"<mtable>" 45"<mtd>" 46"<mtext>" 47"<mtr>" 48"<munder>" 49"<munderover>" 50"<none>" 51"<semantics>" 52 53# attributes 54"accent" 55"accentunder" 56"actiontype" 57"align" 58"alignmentscope" 59"altimg" 60"altimg-height" 61"alttext" 62"bevelled" 63"charalign" 64"close" 65"columnalign" 66"columnlines" 67"columnspacing" 68"columnspan" 69"columnwidth" 70"crossout" 71"decimalpoint" 72"denomalign" 73"depth" 74"dir" 75"display" 76"displaystyle" 77"edge" 78"equalcolumns" 79"equalrows" 80"fence" 81"form" 82"frame" 83"framespacing" 84"groupalign" 85"height" 86"href" 87"id" 88"indentalign" 89"indentalignfirst" 90"indentalignlast" 91"indentshift" 92"indentshiftfirst" 93"indentshiftlast" 94"indenttarget" 95"infixlinebreakstyle" 96"largeop" 97"length" 98"linebreak" 99"linebreakmultchar" 100"linebreakstyle" 101"lineleading" 102"linethickness" 103"location" 104"longdivstyle" 105"lquote" 106"lspace" 107"mathbackground" 108"mathcolor" 109"mathsize" 110"mathvariant" 111"maxsize" 112"minlabelspacing" 113"minsize" 114"movablelimits" 115"notation" 116"numalign" 117"open" 118"overflow" 119"position" 120"rowalign" 121"rowlines" 122"rowspacing" 123"rowspan" 124"rquote" 125"rspace" 126"scriptlevel" 127"scriptminsize" 128"scriptsizemultiplier" 129"selection" 130"separator" 131"separators" 132"shift" 133"side" 134"src" 135"stackalign" 136"stretchy" 137"subscriptshift" 138"supscriptshift" 139"symmetric" 140"voffset" 141"width" 142"xlink:href" 143"xmlns" 144 145# content mathml 146"<interval>" 147"<inverse>" 148"<lambda>" 149"<compose/>" 150"<ident/>" 151"<domain/>" 152"<codomain/>" 153"<image/>" 154"<piecewise>" 155"<piece>" 156"<otherwise>" 157"<quotient/>" 158"<factorial/>" 159"<divide/>" 160"<max/>" 161"<min/>" 162"<minus/>" 163"<plus/>" 164"<power/>" 165"<rem/>" 166"<times/>" 167"<root/>" 168"<gcd/>" 169"<and/>" 170"<or/>" 171"<xor/>" 172"<not/>" 173"<implies/>" 174"<forall/>" 175"<exists/>" 176"<abs/>" 177"<conjugate/>" 178"<arg/>" 179"<real/>" 180"<imaginary/>" 181"<lcm/>" 182"<floor/>" 183"<ceiling/>" 184"Relations" 185"<eq/>" 186"<neq/>" 187"<gt/>" 188"<lt/>" 189"<geq/>" 190"<leq/>" 191"<equivalent/>" 192"<approx/>" 193"<factorof/>" 194"<int/>" 195"<diff/>" 196"<partialdiff/>" 197"<divergence/>" 198"<grad/>" 199"<curl/>" 200"<laplacian/>" 201"<set>" 202"<list>" 203"<union/>" 204"<intersect/>" 205"<in/>" 206"<notin/>" 207"<subset/>" 208"<prsubset/>" 209"<notsubset/>" 210"<notprsubset/>" 211"<setdiff/>" 212"<card/>" 213"<cartesianproduct/>" 214"<sum/>" 215"<product/>" 216"<limit/>" 217"<tendsto/>" 218"<sin/>" 219"<cos/>" 220"<tan/>" 221"<sec/>" 222"<csc/>" 223"<cot/>" 224"<arcsin/>" 225"<arccos/>" 226"<arctan/>" 227"<arcsec/>" 228"<arccsc/>" 229"<arccot/>" 230"<sinh/>" 231"<cosh/>" 232"<tanh/>" 233"<sech/>" 234"<csch/>" 235"<coth/>" 236"<arcsinh/>" 237"<arccosh/>" 238"<arctanh/>" 239"<arcsech/>" 240"<arccsch/>" 241"<arccoth/>" 242"<exp/>" 243"<ln/>" 244"<log/>" 245"<logbase>" 246"<mean/>" 247"<sdev/>" 248"<variance/>" 249"<median/>" 250"<mode/>" 251"<moment/>" 252"<momentabout>" 253"<vector>" 254"<matrix>" 255"<matrixrow>" 256"<determinant/>" 257"<transpose/>" 258"<selector/>" 259"<vectorproduct/>" 260"<scalarproduct/>" 261"<outerproduct/>" 262"<integers/>" 263"<reals/>" 264"<rationals/>" 265"<naturalnumbers/>" 266"<complexes/>" 267"<primes/>" 268"<exponentiale/>" 269"<imaginaryi/>" 270"<notanumber/>" 271"<true/>" 272"<false/>" 273"<emptyset/>" 274"<pi/>" 275"<eulergamma/>" 276"<infinity/>" 277"<declare>" 278"<reln>" 279"<fn>" 280