mathml-tag-names
Version:
List of known MathML tag names
209 lines (208 loc) • 2.56 kB
JavaScript
/**
* List of known MathML tag names.
*
* @type {ReadonlyArray<string>}
*/
export const mathmlTagNames = [
'abs',
'and',
'annotation',
'annotation-xml',
'apply',
'approx',
'arccos',
'arccosh',
'arccot',
'arccoth',
'arccsc',
'arccsch',
'arcsec',
'arcsech',
'arcsin',
'arcsinh',
'arctan',
'arctanh',
'arg',
'bind',
'bvar',
'card',
'cartesianproduct',
'cbytes',
'ceiling',
'cerror',
'ci',
'cn',
'codomain',
'complexes',
'compose',
'condition',
'conjugate',
'cos',
'cosh',
'cot',
'coth',
'cs',
'csc',
'csch',
'csymbol',
'curl',
'declare',
'degree',
'determinant',
'diff',
'divergence',
'divide',
'domain',
'domainofapplication',
'emptyset',
'encoding',
'eq',
'equivalent',
'eulergamma',
'exists',
'exp',
'exponentiale',
'factorial',
'factorof',
'false',
'floor',
'fn',
'forall',
'function',
'gcd',
'geq',
'grad',
'gt',
'ident',
'image',
'imaginary',
'imaginaryi',
'implies',
'in',
'infinity',
'int',
'integers',
'intersect',
'interval',
'inverse',
'lambda',
'laplacian',
'lcm',
'leq',
'limit',
'list',
'ln',
'log',
'logbase',
'lowlimit',
'lt',
'maction',
'malign',
'maligngroup',
'malignmark',
'malignscope',
'math',
'matrix',
'matrixrow',
'max',
'mean',
'median',
'menclose',
'merror',
'mfenced',
'mfrac',
'mfraction',
'mglyph',
'mi',
'min',
'minus',
'mlabeledtr',
'mlongdiv',
'mmultiscripts',
'mn',
'mo',
'mode',
'moment',
'momentabout',
'mover',
'mpadded',
'mphantom',
'mprescripts',
'mroot',
'mrow',
'ms',
'mscarries',
'mscarry',
'msgroup',
'msline',
'mspace',
'msqrt',
'msrow',
'mstack',
'mstyle',
'msub',
'msubsup',
'msup',
'mtable',
'mtd',
'mtext',
'mtr',
'munder',
'munderover',
'naturalnumbers',
'neq',
'none',
'not',
'notanumber',
'notin',
'notprsubset',
'notsubset',
'or',
'otherwise',
'outerproduct',
'partialdiff',
'pi',
'piece',
'piecewice',
'piecewise',
'plus',
'power',
'primes',
'product',
'prsubset',
'quotient',
'rationals',
'real',
'reals',
'reln',
'rem',
'root',
'scalarproduct',
'sdev',
'sec',
'sech',
'select',
'selector',
'semantics',
'sep',
'set',
'setdiff',
'share',
'sin',
'sinh',
'subset',
'sum',
'tan',
'tanh',
'tendsto',
'times',
'transpose',
'true',
'union',
'uplimit',
'var',
'variance',
'vector',
'vectorproduct',
'xor'
]