diff --git a/samples/tex-json.js b/samples/tex-json.js index 127189d..707d25b 100644 --- a/samples/tex-json.js +++ b/samples/tex-json.js @@ -6,11 +6,12 @@ import {chooseAdaptor} from '../mathjax3/js/adaptors/chooseAdaptor.js'; import {STATE} from '../mathjax3/js/core/MathItem.js'; import {AllPackages} from '../mathjax3/js/input/tex/AllPackages.js'; import {CHTML} from '../mathjax3/js/output/chtml.js'; +import '../mathjax3/js/input/tex/physics/PhysicsConfiguration.js'; RegisterHTMLHandler(chooseAdaptor()); let html = mathjax.document('', { - InputJax: new TeX({packages: AllPackages}), + InputJax: new TeX({packages: ['base', 'physics']}), OutputJax: new CHTML() }); diff --git a/tests/json/tex_packages/action/action-macros.json b/tests/json/tex_packages/action/action-macros.json new file mode 100644 index 0000000..906679a --- /dev/null +++ b/tests/json/tex_packages/action/action-macros.json @@ -0,0 +1,242 @@ +{ + "name": "action action-macros table test", + "factory": "parserTest", + "packages": [ + "base", + "action" + ], + "tests": { + "toggle": { + "input": "\\toggle{A}{B}\\endtoggle", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "maction", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mathtip": { + "input": "\\mathtip{A}{B}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "maction", + "texClass": 0, + "attributes": { + "actiontype": "tooltip" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "texttip": { + "input": "\\texttip{A}{B}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "maction", + "texClass": 0, + "attributes": { + "actiontype": "tooltip" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ], + "isSpacelike": true + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/ams/AMSmath-delimiter.json b/tests/json/tex_packages/ams/AMSmath-delimiter.json new file mode 100644 index 0000000..564eb55 --- /dev/null +++ b/tests/json/tex_packages/ams/AMSmath-delimiter.json @@ -0,0 +1,526 @@ +{ + "name": "ams AMSmath-delimiter table test", + "factory": "parserTest", + "packages": [ + "base", + "ams" + ], + "tests": { + "\\lvert": { + "input": "\\\\lvert", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "l" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "v" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "t" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\rvert": { + "input": "\\\\rvert", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "v" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "t" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\lVert": { + "input": "\\\\lVert", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "l" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "V" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "t" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\rVert": { + "input": "\\\\rVert", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "V" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "t" + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/ams/AMSmath-environment.json b/tests/json/tex_packages/ams/AMSmath-environment.json new file mode 100644 index 0000000..4625f97 --- /dev/null +++ b/tests/json/tex_packages/ams/AMSmath-environment.json @@ -0,0 +1,2918 @@ +{ + "name": "ams AMSmath-environment table test", + "factory": "parserTest", + "packages": [ + "base", + "ams" + ], + "tests": { + "eqnarray*": { + "input": "\\begin{eqnarray*} A \\end{eqnarray*}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "displaystyle": true, + "columnalign": "right center left", + "columnspacing": "0 thickmathspace", + "rowspacing": "3pt" + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right center left", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "align": { + "input": "\\begin{align} A \\end{align}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "displaystyle": true, + "columnalign": "right left right left right left right left right left right left", + "columnspacing": "0em 2em 0em 2em 0em 2em 0em 2em 0em 2em 0em", + "rowspacing": "3pt" + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right left right left right left right left right left right left", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "align*": { + "input": "\\begin{align*} A \\end{align*}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "displaystyle": true, + "columnalign": "right left right left right left right left right left right left", + "columnspacing": "0em 2em 0em 2em 0em 2em 0em 2em 0em 2em 0em", + "rowspacing": "3pt" + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right left right left right left right left right left right left", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "multline": { + "input": "\\begin{multline} A \\end{multline}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "displaystyle": true, + "rowspacing": ".5em", + "columnwidth": "100%", + "width": "85%" + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": { + "columnalign": "left" + }, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "multline*": { + "input": "\\begin{multline*} A \\end{multline*}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "displaystyle": true, + "rowspacing": ".5em", + "columnwidth": "100%", + "width": "85%" + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": { + "columnalign": "left" + }, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "split": { + "input": "\\begin{split} A \\end{split}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "displaystyle": true, + "columnalign": "right left", + "columnspacing": "0em", + "rowspacing": "3pt" + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right left", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "gather": { + "input": "\\begin{gather} A \\end{gather}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "displaystyle": true, + "columnspacing": "1em", + "rowspacing": "3pt" + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "gather*": { + "input": "\\begin{gather*} A \\end{gather*}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "displaystyle": true, + "columnspacing": "1em", + "rowspacing": "3pt" + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "alignat": { + "input": "\\begin{alignat}{2} A &= B \\end{alignat}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "displaystyle": true, + "columnalign": "right left right left", + "columnspacing": "0em 0em 0em 0em", + "rowspacing": "3pt" + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right left right left", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "left", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [] + }, + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "=" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "alignat*": { + "input": "\\begin{alignat*}{2} A &= B \\end{alignat*}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "displaystyle": true, + "columnalign": "right left right left", + "columnspacing": "0em 0em 0em 0em", + "rowspacing": "3pt" + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right left right left", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "left", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [] + }, + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "=" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "alignedat": { + "input": "\\begin{alignedat}{2} A &= B \\end{alignedat}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "displaystyle": true, + "columnalign": "right left right left", + "columnspacing": "0em 0em 0em 0em", + "rowspacing": "3pt" + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right left right left", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "left", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [] + }, + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "=" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "aligned": { + "input": "\\begin{aligned} A \\end{aligned}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "displaystyle": true, + "columnalign": "right left right left right left right left right left right left", + "columnspacing": "0em 2em 0em 2em 0em 2em 0em 2em 0em 2em 0em", + "rowspacing": "3pt" + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right left right left right left right left right left right left", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "gathered": { + "input": "\\begin{gathered} A \\end{gathered}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "displaystyle": true, + "columnspacing": "1em", + "rowspacing": "3pt" + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "subarray": { + "input": "\\begin{subarray} A \\end{subarray}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 1 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnalign": "", + "columnspacing": "0em", + "rowspacing": "0.1em" + }, + "inherited": { + "scriptlevel": 1 + }, + "properties": { + "useHeight": false + }, + "childNodes": [] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "smallmatrix": { + "input": "\\begin{smallmatrix} A \\end{smallmatrix}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 1 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnspacing": "0.333em", + "rowspacing": ".2em" + }, + "inherited": { + "scriptlevel": 1 + }, + "properties": { + "useHeight": false + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "matrix": { + "input": "\\begin{matrix} A \\end{matrix}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnspacing": "1em", + "rowspacing": "4pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "pmatrix": { + "input": "\\begin{pmatrix} A \\end{pmatrix}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "(", + "close": ")", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + }, + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnspacing": "1em", + "rowspacing": "4pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": ")" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "bmatrix": { + "input": "\\begin{bmatrix} A \\end{bmatrix}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "[", + "close": "]", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "[" + } + ], + "isEmbellished": true + }, + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnspacing": "1em", + "rowspacing": "4pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "]" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Bmatrix": { + "input": "\\begin{Bmatrix} A \\end{Bmatrix}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "{", + "close": "}", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "{" + } + ], + "isEmbellished": true + }, + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnspacing": "1em", + "rowspacing": "4pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "}" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "vmatrix": { + "input": "\\begin{vmatrix} A \\end{vmatrix}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "|", + "close": "|", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + }, + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnspacing": "1em", + "rowspacing": "4pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Vmatrix": { + "input": "\\begin{Vmatrix} A \\end{Vmatrix}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "∥", + "close": "∥", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "∥" + } + ], + "isEmbellished": true + }, + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnspacing": "1em", + "rowspacing": "4pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "∥" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "cases": { + "input": "\\begin{cases} A \\end{cases}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "{", + "close": "", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "{" + } + ], + "isEmbellished": true + }, + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnalign": "left left", + "columnspacing": "1em", + "rowspacing": ".2em" + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "left left", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "left", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": { + "fence": true, + "stretchy": true, + "symmetric": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix" + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/ams/AMSmath-macros.json b/tests/json/tex_packages/ams/AMSmath-macros.json new file mode 100644 index 0000000..3ced9c2 --- /dev/null +++ b/tests/json/tex_packages/ams/AMSmath-macros.json @@ -0,0 +1,4479 @@ +{ + "name": "ams AMSmath-macros table test", + "factory": "parserTest", + "packages": [ + "base", + "ams" + ], + "tests": { + "mathring": { + "input": "\\mathring A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "˚" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "nobreakspace": { + "input": "\\nobreakspace A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": " " + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "negmedspace": { + "input": "\\negmedspace A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "negativemediummathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "negthickspace": { + "input": "\\negthickspace A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "negativethickmathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "idotsint": { + "input": "\\idotsint A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "largeop": true, + "symmetric": true + }, + "properties": { + "texClass": 1 + }, + "childNodes": [ + { + "kind": "text", + "text": "∫" + } + ], + "isEmbellished": true + }, + { + "kind": "mo", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋯" + } + ], + "isEmbellished": true + }, + { + "kind": "mo", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "symmetric": true + }, + "properties": { + "texClass": 1 + }, + "childNodes": [ + { + "kind": "text", + "text": "∫" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "dddot": { + "input": "\\dddot A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⃛" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "ddddot": { + "input": "\\ddddot A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⃜" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "sideset": { + "input": "\\sideset{A}{B}{C}", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "movablelimits": true, + "movesupsub": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "movablelimits": false, + "movesupsub": false, + "fnOP": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "movablelimits": false + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "width": 0 + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mphantom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "C" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "negativethinmathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "TeXAtom", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "movablelimits": false, + "movesupsub": false, + "fnOP": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "movablelimits": false + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "C" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "boxed": { + "input": "\\boxed A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "menclose", + "texClass": 0, + "attributes": { + "notation": "box" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "displaystyle": true, + "scriptlevel": 0 + }, + "inherited": {}, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "tag": { + "input": "\\tag A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "displaystyle": true + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mlabeledtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": { + "id": "mjx-eqn-A" + }, + "inherited": { + "columnalign": "right", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(A)" + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "notag": { + "input": "\\notag A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "displaystyle": true + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mlabeledtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": { + "id": "mjx-eqn-" + }, + "inherited": { + "columnalign": "right", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "eqref": { + "input": "\\eqref A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": { + "href": "#", + "class": "MathJax_ref" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(???)" + } + ], + "isSpacelike": true + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "substack": { + "input": "\\substack A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 1 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnspacing": "0em", + "rowspacing": "0.1em" + }, + "inherited": { + "scriptlevel": 1 + }, + "properties": { + "useHeight": false + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "injlim": { + "input": "\\injlim A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": { + "movablelimits": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix" + }, + "properties": { + "movablelimits": true, + "movesupsub": true, + "texClass": 1 + }, + "childNodes": [ + { + "kind": "text", + "text": "inj lim" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "projlim": { + "input": "\\projlim A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": { + "movablelimits": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix" + }, + "properties": { + "movablelimits": true, + "movesupsub": true, + "texClass": 1 + }, + "childNodes": [ + { + "kind": "text", + "text": "proj lim" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "varliminf": { + "input": "\\varliminf A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "movablelimits": true, + "movesupsub": true, + "fnOP": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "munder", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accentunder": true + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "autoOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "lim" + } + ] + }, + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "_" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "varlimsup": { + "input": "\\varlimsup A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "movablelimits": true, + "movesupsub": true, + "fnOP": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": false + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true, + "autoOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "lim" + } + ] + }, + { + "kind": "mo", + "texClass": 0, + "attributes": { + "accent": false + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "¯" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "varinjlim": { + "input": "\\varinjlim A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "movablelimits": true, + "movesupsub": true, + "fnOP": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "munder", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accentunder": true + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "autoOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "lim" + } + ] + }, + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "→" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "varprojlim": { + "input": "\\varprojlim A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "movablelimits": true, + "movesupsub": true, + "fnOP": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "munder", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accentunder": true + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "autoOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "lim" + } + ] + }, + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "←" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "DeclareMathOperator": { + "input": "\\DeclareMathOperator{A}{B}", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "operatorname": { + "input": "\\operatorname A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texClass": 1, + "movablelimits": false, + "movesupsub": false + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "SkipLimits": { + "input": "\\SkipLimits A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "frac": { + "input": "\\frac{A}{B}", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mfrac", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "tfrac": { + "input": "\\tfrac{A}{B}", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": null, + "attributes": { + "displaystyle": false, + "scriptlevel": 0 + }, + "inherited": {}, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mfrac", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "dfrac": { + "input": "\\dfrac{A}{B}", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": null, + "attributes": { + "displaystyle": true, + "scriptlevel": 0 + }, + "inherited": {}, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mfrac", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "binom": { + "input": "\\binom{A}{B}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "(", + "close": ")", + "texClass": 0 + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "2.047em", + "maxsize": "2.047em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + }, + { + "kind": "mfrac", + "texClass": null, + "attributes": { + "linethickness": "0" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "withDelims": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 5, + "attributes": { + "minsize": "2.047em", + "maxsize": "2.047em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": ")" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "tbinom": { + "input": "\\tbinom{A}{B}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "displaystyle": false, + "scriptlevel": 0 + }, + "inherited": {}, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": { + "open": "(", + "close": ")", + "texClass": 0 + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "1.2em", + "maxsize": "1.2em" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + }, + { + "kind": "mfrac", + "texClass": null, + "attributes": { + "linethickness": "0" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": { + "withDelims": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 5, + "attributes": { + "minsize": "1.2em", + "maxsize": "1.2em" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": ")" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "dbinom": { + "input": "\\dbinom{A}{B}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "displaystyle": true, + "scriptlevel": 0 + }, + "inherited": {}, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "(", + "close": ")", + "texClass": 0 + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "2.047em", + "maxsize": "2.047em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + }, + { + "kind": "mfrac", + "texClass": null, + "attributes": { + "linethickness": "0" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "withDelims": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 5, + "attributes": { + "minsize": "2.047em", + "maxsize": "2.047em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": ")" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "cfrac": { + "input": "\\cfrac{A}{B}", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mfrac", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mpadded", + "texClass": null, + "attributes": { + "height": "8.6pt", + "depth": "3pt", + "width": 0 + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "displaystyle": false, + "scriptlevel": 0 + }, + "inherited": {}, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ] + }, + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mpadded", + "texClass": null, + "attributes": { + "height": "8.6pt", + "depth": "3pt", + "width": 0 + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "displaystyle": false, + "scriptlevel": 0 + }, + "inherited": {}, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "shoveleft": { + "input": "\\begin{multline}\\shoveleft a\\\\ b\\\\ c\\end{multline}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "displaystyle": true, + "rowspacing": ".5em", + "columnwidth": "100%", + "width": "85%" + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": { + "columnalign": "left" + }, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + }, + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "b" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + }, + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": { + "columnalign": "right" + }, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "c" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "shoveright": { + "input": "\\begin{multline}\\shoveright a\\\\ b\\\\ c\\end{multline}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "displaystyle": true, + "rowspacing": ".5em", + "columnwidth": "100%", + "width": "85%" + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": { + "columnalign": "right" + }, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + }, + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "b" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + }, + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": { + "columnalign": "right" + }, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "c" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "xrightarrow": { + "input": "\\xrightarrow A", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "texClass": 3, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "→" + } + ], + "isEmbellished": true + }, + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "width": "+0.611em", + "lspace": "0.278em", + "voffset": ".15em" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "xleftarrow": { + "input": "\\xleftarrow A", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "texClass": 3, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "←" + } + ], + "isEmbellished": true + }, + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "width": "+0.556em", + "lspace": "0.389em", + "voffset": ".15em" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/ams/AMSmath-mathchar0mo.json b/tests/json/tex_packages/ams/AMSmath-mathchar0mo.json new file mode 100644 index 0000000..f857f41 --- /dev/null +++ b/tests/json/tex_packages/ams/AMSmath-mathchar0mo.json @@ -0,0 +1,64 @@ +{ + "name": "ams AMSmath-mathchar0mo table test", + "factory": "parserTest", + "packages": [ + "base", + "ams" + ], + "tests": { + "iiiint": { + "input": "\\iiiint", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "symmetric": true + }, + "properties": { + "texClass": 1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⨌" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/ams/AMSsymbols-delimiter.json b/tests/json/tex_packages/ams/AMSsymbols-delimiter.json new file mode 100644 index 0000000..3807e0c --- /dev/null +++ b/tests/json/tex_packages/ams/AMSsymbols-delimiter.json @@ -0,0 +1,730 @@ +{ + "name": "ams AMSsymbols-delimiter table test", + "factory": "parserTest", + "packages": [ + "base", + "ams" + ], + "tests": { + "\\ulcorner": { + "input": "\\\\ulcorner", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "u" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "l" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "c" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "n" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\urcorner": { + "input": "\\\\urcorner", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "u" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "c" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "n" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\llcorner": { + "input": "\\\\llcorner", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "l" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "l" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "c" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "n" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\lrcorner": { + "input": "\\\\lrcorner", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "l" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "c" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "n" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/ams/AMSsymbols-macros.json b/tests/json/tex_packages/ams/AMSsymbols-macros.json new file mode 100644 index 0000000..3499ec8 --- /dev/null +++ b/tests/json/tex_packages/ams/AMSsymbols-macros.json @@ -0,0 +1,316 @@ +{ + "name": "ams AMSsymbols-macros table test", + "factory": "parserTest", + "packages": [ + "base", + "ams" + ], + "tests": { + "implies": { + "input": "\\implies A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "thickmathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⟹" + } + ], + "isEmbellished": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "thickmathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "impliedby": { + "input": "\\impliedby A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "thickmathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⟸" + } + ], + "isEmbellished": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "thickmathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/ams/AMSsymbols-mathchar0m0.json b/tests/json/tex_packages/ams/AMSsymbols-mathchar0m0.json new file mode 100644 index 0000000..0627b11 --- /dev/null +++ b/tests/json/tex_packages/ams/AMSsymbols-mathchar0m0.json @@ -0,0 +1,9877 @@ +{ + "name": "ams AMSsymbols-mathchar0m0 table test", + "factory": "parserTest", + "packages": [ + "base", + "ams" + ], + "tests": { + "dotplus": { + "input": "\\dotplus", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∔" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "ltimes": { + "input": "\\ltimes", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋉" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "smallsetminus": { + "input": "\\smallsetminus", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "∖" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "rtimes": { + "input": "\\rtimes", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋊" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Cap": { + "input": "\\Cap", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋒" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "doublecap": { + "input": "\\doublecap", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋒" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "leftthreetimes": { + "input": "\\leftthreetimes", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋋" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Cup": { + "input": "\\Cup", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋓" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "doublecup": { + "input": "\\doublecup", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋓" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "rightthreetimes": { + "input": "\\rightthreetimes", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋌" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "barwedge": { + "input": "\\barwedge", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊼" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "curlywedge": { + "input": "\\curlywedge", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋏" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "veebar": { + "input": "\\veebar", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊻" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "curlyvee": { + "input": "\\curlyvee", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋎" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "doublebarwedge": { + "input": "\\doublebarwedge", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⩞" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "boxminus": { + "input": "\\boxminus", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊟" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "circleddash": { + "input": "\\circleddash", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊝" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "boxtimes": { + "input": "\\boxtimes", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊠" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "circledast": { + "input": "\\circledast", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊛" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "boxdot": { + "input": "\\boxdot", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊡" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "circledcirc": { + "input": "\\circledcirc", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊚" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "boxplus": { + "input": "\\boxplus", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊞" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "centerdot": { + "input": "\\centerdot", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⋅" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "divideontimes": { + "input": "\\divideontimes", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋇" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "intercal": { + "input": "\\intercal", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊺" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "leqq": { + "input": "\\leqq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≦" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "geqq": { + "input": "\\geqq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≧" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "leqslant": { + "input": "\\leqslant", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⩽" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "geqslant": { + "input": "\\geqslant", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⩾" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "eqslantless": { + "input": "\\eqslantless", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⪕" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "eqslantgtr": { + "input": "\\eqslantgtr", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⪖" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "lesssim": { + "input": "\\lesssim", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≲" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "gtrsim": { + "input": "\\gtrsim", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≳" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "lessapprox": { + "input": "\\lessapprox", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⪅" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "gtrapprox": { + "input": "\\gtrapprox", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⪆" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "approxeq": { + "input": "\\approxeq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≊" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "lessdot": { + "input": "\\lessdot", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋖" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "gtrdot": { + "input": "\\gtrdot", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋗" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "lll": { + "input": "\\lll", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋘" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "llless": { + "input": "\\llless", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋘" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "ggg": { + "input": "\\ggg", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋙" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "gggtr": { + "input": "\\gggtr", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋙" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "lessgtr": { + "input": "\\lessgtr", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≶" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "gtrless": { + "input": "\\gtrless", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≷" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "lesseqgtr": { + "input": "\\lesseqgtr", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋚" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "gtreqless": { + "input": "\\gtreqless", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋛" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "lesseqqgtr": { + "input": "\\lesseqqgtr", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⪋" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "gtreqqless": { + "input": "\\gtreqqless", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⪌" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "doteqdot": { + "input": "\\doteqdot", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≑" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Doteq": { + "input": "\\Doteq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≑" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "eqcirc": { + "input": "\\eqcirc", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≖" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "risingdotseq": { + "input": "\\risingdotseq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≓" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "circeq": { + "input": "\\circeq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≗" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "fallingdotseq": { + "input": "\\fallingdotseq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≒" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "triangleq": { + "input": "\\triangleq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≜" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "backsim": { + "input": "\\backsim", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∽" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "thicksim": { + "input": "\\thicksim", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "∼" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "backsimeq": { + "input": "\\backsimeq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋍" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "thickapprox": { + "input": "\\thickapprox", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "≈" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "subseteqq": { + "input": "\\subseteqq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⫅" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "supseteqq": { + "input": "\\supseteqq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⫆" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Subset": { + "input": "\\Subset", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋐" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Supset": { + "input": "\\Supset", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋑" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "sqsubset": { + "input": "\\sqsubset", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊏" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "sqsupset": { + "input": "\\sqsupset", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊐" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "preccurlyeq": { + "input": "\\preccurlyeq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≼" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "succcurlyeq": { + "input": "\\succcurlyeq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≽" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "curlyeqprec": { + "input": "\\curlyeqprec", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋞" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "curlyeqsucc": { + "input": "\\curlyeqsucc", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋟" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "precsim": { + "input": "\\precsim", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≾" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "succsim": { + "input": "\\succsim", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≿" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "precapprox": { + "input": "\\precapprox", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⪷" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "succapprox": { + "input": "\\succapprox", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⪸" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "vartriangleleft": { + "input": "\\vartriangleleft", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊲" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "lhd": { + "input": "\\lhd", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊲" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "vartriangleright": { + "input": "\\vartriangleright", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊳" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "rhd": { + "input": "\\rhd", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊳" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "trianglelefteq": { + "input": "\\trianglelefteq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊴" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "unlhd": { + "input": "\\unlhd", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊴" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "trianglerighteq": { + "input": "\\trianglerighteq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊵" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "unrhd": { + "input": "\\unrhd", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊵" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "vDash": { + "input": "\\vDash", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⊨" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Vdash": { + "input": "\\Vdash", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊩" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Vvdash": { + "input": "\\Vvdash", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊪" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "smallsmile": { + "input": "\\smallsmile", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⌣" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "shortmid": { + "input": "\\shortmid", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "∣" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "smallfrown": { + "input": "\\smallfrown", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⌢" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "shortparallel": { + "input": "\\shortparallel", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "∥" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "bumpeq": { + "input": "\\bumpeq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≏" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "between": { + "input": "\\between", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≬" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Bumpeq": { + "input": "\\Bumpeq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≎" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "pitchfork": { + "input": "\\pitchfork", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋔" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "varpropto": { + "input": "\\varpropto", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "∝" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "backepsilon": { + "input": "\\backepsilon", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∍" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "blacktriangleleft": { + "input": "\\blacktriangleleft", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "◂" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "blacktriangleright": { + "input": "\\blacktriangleright", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "▸" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "therefore": { + "input": "\\therefore", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∴" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "because": { + "input": "\\because", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∵" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "eqsim": { + "input": "\\eqsim", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≂" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "vartriangle": { + "input": "\\vartriangle", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "△" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Join": { + "input": "\\Join", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋈" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nless": { + "input": "\\nless", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≮" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "ngtr": { + "input": "\\ngtr", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≯" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nleq": { + "input": "\\nleq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≰" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "ngeq": { + "input": "\\ngeq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≱" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nleqslant": { + "input": "\\nleqslant", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⪇" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "ngeqslant": { + "input": "\\ngeqslant", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⪈" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nleqq": { + "input": "\\nleqq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "≰" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "ngeqq": { + "input": "\\ngeqq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "≱" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "lneq": { + "input": "\\lneq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⪇" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "gneq": { + "input": "\\gneq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⪈" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "lneqq": { + "input": "\\lneqq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≨" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "gneqq": { + "input": "\\gneqq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≩" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "lvertneqq": { + "input": "\\lvertneqq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "≨" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "gvertneqq": { + "input": "\\gvertneqq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "≩" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "lnsim": { + "input": "\\lnsim", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋦" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "gnsim": { + "input": "\\gnsim", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋧" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "lnapprox": { + "input": "\\lnapprox", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⪉" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "gnapprox": { + "input": "\\gnapprox", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⪊" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nprec": { + "input": "\\nprec", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊀" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nsucc": { + "input": "\\nsucc", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊁" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "npreceq": { + "input": "\\npreceq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⋠" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nsucceq": { + "input": "\\nsucceq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⋡" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "precneqq": { + "input": "\\precneqq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⪵" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "succneqq": { + "input": "\\succneqq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⪶" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "precnsim": { + "input": "\\precnsim", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋨" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "succnsim": { + "input": "\\succnsim", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋩" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "precnapprox": { + "input": "\\precnapprox", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⪹" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "succnapprox": { + "input": "\\succnapprox", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⪺" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nsim": { + "input": "\\nsim", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≁" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "ncong": { + "input": "\\ncong", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≇" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nshortmid": { + "input": "\\nshortmid", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "∤" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nshortparallel": { + "input": "\\nshortparallel", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "∦" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nmid": { + "input": "\\nmid", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∤" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nparallel": { + "input": "\\nparallel", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∦" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nvdash": { + "input": "\\nvdash", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊬" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nvDash": { + "input": "\\nvDash", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊭" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nVdash": { + "input": "\\nVdash", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊮" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nVDash": { + "input": "\\nVDash", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊯" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "ntriangleleft": { + "input": "\\ntriangleleft", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋪" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "ntriangleright": { + "input": "\\ntriangleright", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋫" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "ntrianglelefteq": { + "input": "\\ntrianglelefteq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋬" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "ntrianglerighteq": { + "input": "\\ntrianglerighteq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋭" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nsubseteq": { + "input": "\\nsubseteq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊈" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nsupseteq": { + "input": "\\nsupseteq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊉" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nsubseteqq": { + "input": "\\nsubseteqq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⊈" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nsupseteqq": { + "input": "\\nsupseteqq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⊉" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "subsetneq": { + "input": "\\subsetneq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊊" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "supsetneq": { + "input": "\\supsetneq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊋" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "varsubsetneq": { + "input": "\\varsubsetneq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⊊" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "varsupsetneq": { + "input": "\\varsupsetneq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⊋" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "subsetneqq": { + "input": "\\subsetneqq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⫋" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "supsetneqq": { + "input": "\\supsetneqq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⫌" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "varsubsetneqq": { + "input": "\\varsubsetneqq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⫋" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "varsupsetneqq": { + "input": "\\varsupsetneqq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⫌" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "leftleftarrows": { + "input": "\\leftleftarrows", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇇" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "rightrightarrows": { + "input": "\\rightrightarrows", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇉" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "leftrightarrows": { + "input": "\\leftrightarrows", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇆" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "rightleftarrows": { + "input": "\\rightleftarrows", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇄" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Lleftarrow": { + "input": "\\Lleftarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇚" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Rrightarrow": { + "input": "\\Rrightarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇛" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "twoheadleftarrow": { + "input": "\\twoheadleftarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↞" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "twoheadrightarrow": { + "input": "\\twoheadrightarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↠" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "leftarrowtail": { + "input": "\\leftarrowtail", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↢" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "rightarrowtail": { + "input": "\\rightarrowtail", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↣" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "looparrowleft": { + "input": "\\looparrowleft", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↫" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "looparrowright": { + "input": "\\looparrowright", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↬" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "leftrightharpoons": { + "input": "\\leftrightharpoons", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇋" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "rightleftharpoons": { + "input": "\\rightleftharpoons", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⇌" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "curvearrowleft": { + "input": "\\curvearrowleft", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↶" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "curvearrowright": { + "input": "\\curvearrowright", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↷" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "circlearrowleft": { + "input": "\\circlearrowleft", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↺" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "circlearrowright": { + "input": "\\circlearrowright", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↻" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Lsh": { + "input": "\\Lsh", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↰" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Rsh": { + "input": "\\Rsh", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↱" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "upuparrows": { + "input": "\\upuparrows", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇈" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "downdownarrows": { + "input": "\\downdownarrows", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇊" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "upharpoonleft": { + "input": "\\upharpoonleft", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↿" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "upharpoonright": { + "input": "\\upharpoonright", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↾" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "downharpoonleft": { + "input": "\\downharpoonleft", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇃" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "restriction": { + "input": "\\restriction", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↾" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "multimap": { + "input": "\\multimap", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊸" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "downharpoonright": { + "input": "\\downharpoonright", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇂" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "leftrightsquigarrow": { + "input": "\\leftrightsquigarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↭" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "rightsquigarrow": { + "input": "\\rightsquigarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇝" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "leadsto": { + "input": "\\leadsto", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇝" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "dashrightarrow": { + "input": "\\dashrightarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇢" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "dashleftarrow": { + "input": "\\dashleftarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇠" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nleftarrow": { + "input": "\\nleftarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↚" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nrightarrow": { + "input": "\\nrightarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↛" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nLeftarrow": { + "input": "\\nLeftarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇍" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nRightarrow": { + "input": "\\nRightarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇏" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nleftrightarrow": { + "input": "\\nleftrightarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↮" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nLeftrightarrow": { + "input": "\\nLeftrightarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇎" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/ams/AMSsymbols-mathchar0mi.json b/tests/json/tex_packages/ams/AMSsymbols-mathchar0mi.json new file mode 100644 index 0000000..d77beae --- /dev/null +++ b/tests/json/tex_packages/ams/AMSsymbols-mathchar0mi.json @@ -0,0 +1,2137 @@ +{ + "name": "ams AMSsymbols-mathchar0mi table test", + "factory": "parserTest", + "packages": [ + "base", + "ams" + ], + "tests": { + "digamma": { + "input": "\\digamma", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ϝ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "varkappa": { + "input": "\\varkappa", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ϰ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "varGamma": { + "input": "\\varGamma", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Γ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "varDelta": { + "input": "\\varDelta", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Δ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "varTheta": { + "input": "\\varTheta", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Θ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "varLambda": { + "input": "\\varLambda", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Λ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "varXi": { + "input": "\\varXi", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Ξ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "varPi": { + "input": "\\varPi", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Π" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "varSigma": { + "input": "\\varSigma", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Σ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "varUpsilon": { + "input": "\\varUpsilon", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Υ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "varPhi": { + "input": "\\varPhi", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Φ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "varPsi": { + "input": "\\varPsi", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Ψ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "varOmega": { + "input": "\\varOmega", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Ω" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "beth": { + "input": "\\beth", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ℶ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "gimel": { + "input": "\\gimel", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ℷ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "daleth": { + "input": "\\daleth", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ℸ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "backprime": { + "input": "\\backprime", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "‵" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "hslash": { + "input": "\\hslash", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ℏ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "varnothing": { + "input": "\\varnothing", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "∅" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "blacktriangle": { + "input": "\\blacktriangle", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "▴" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "triangledown": { + "input": "\\triangledown", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "▽" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "blacktriangledown": { + "input": "\\blacktriangledown", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "▾" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "square": { + "input": "\\square", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "◻" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Box": { + "input": "\\Box", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "◻" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "blacksquare": { + "input": "\\blacksquare", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "◼" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "lozenge": { + "input": "\\lozenge", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "◊" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Diamond": { + "input": "\\Diamond", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "◊" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "blacklozenge": { + "input": "\\blacklozenge", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⧫" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "circledS": { + "input": "\\circledS", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Ⓢ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "bigstar": { + "input": "\\bigstar", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "★" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "sphericalangle": { + "input": "\\sphericalangle", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∢" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "measuredangle": { + "input": "\\measuredangle", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∡" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "nexists": { + "input": "\\nexists", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∄" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "complement": { + "input": "\\complement", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∁" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mho": { + "input": "\\mho", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "℧" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "eth": { + "input": "\\eth", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ð" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Finv": { + "input": "\\Finv", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Ⅎ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "diagup": { + "input": "\\diagup", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "╱" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Game": { + "input": "\\Game", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⅁" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "diagdown": { + "input": "\\diagdown", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "╲" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Bbbk": { + "input": "\\Bbbk", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "double-struck" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "k" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "yen": { + "input": "\\yen", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "¥" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "circledR": { + "input": "\\circledR", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "®" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "checkmark": { + "input": "\\checkmark", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "✓" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "maltese": { + "input": "\\maltese", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "✠" + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/amscd/amscd_environment.json b/tests/json/tex_packages/amscd/amscd_environment.json new file mode 100644 index 0000000..05e5a2c --- /dev/null +++ b/tests/json/tex_packages/amscd/amscd_environment.json @@ -0,0 +1,115 @@ +{ + "name": "amscd amscd_environment table test", + "factory": "parserTest", + "packages": [ + "base", + "amscd" + ], + "tests": { + "CD": { + "input": "\\begin{CD} A \\end{CD}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnspacing": "5pt", + "rowspacing": "5pt", + "displaystyle": true + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/amscd/amscd_macros.json b/tests/json/tex_packages/amscd/amscd_macros.json new file mode 100644 index 0000000..9442a7d --- /dev/null +++ b/tests/json/tex_packages/amscd/amscd_macros.json @@ -0,0 +1,9 @@ +{ + "name": "amscd amscd_macros table test", + "factory": "parserTest", + "packages": [ + "base", + "amscd" + ], + "tests": {} +} \ No newline at end of file diff --git a/tests/json/tex_packages/base/delimiter.json b/tests/json/tex_packages/base/delimiter.json new file mode 100644 index 0000000..e8d1616 --- /dev/null +++ b/tests/json/tex_packages/base/delimiter.json @@ -0,0 +1,5465 @@ +{ + "name": "base delimiter table test", + "factory": "parserTest", + "packages": [ + "base" + ], + "tests": { + "(": { + "input": "\\(", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "merror", + "texClass": 0, + "attributes": { + "data-mjx-error": "Undefined control sequence \\(" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Undefined control sequence \\(" + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + ")": { + "input": "\\)", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "merror", + "texClass": 0, + "attributes": { + "data-mjx-error": "Undefined control sequence \\)" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Undefined control sequence \\)" + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "[": { + "input": "\\[", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "merror", + "texClass": 0, + "attributes": { + "data-mjx-error": "Undefined control sequence \\[" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Undefined control sequence \\[" + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "]": { + "input": "\\]", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "merror", + "texClass": 0, + "attributes": { + "data-mjx-error": "Undefined control sequence \\]" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Undefined control sequence \\]" + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "<": { + "input": "\\<", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "merror", + "texClass": 0, + "attributes": { + "data-mjx-error": "Undefined control sequence \\<" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Undefined control sequence \\<" + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + ">": { + "input": "\\>", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "mediummathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "\\lt": { + "input": "\\\\lt", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "l" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "t" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\gt": { + "input": "\\\\gt", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "g" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "t" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "/": { + "input": "\\/", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "merror", + "texClass": 0, + "attributes": { + "data-mjx-error": "Undefined control sequence \\/" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Undefined control sequence \\/" + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "|": { + "input": "\\|", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": 0 + }, + "childNodes": [ + { + "kind": "text", + "text": "∥" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + ".": { + "input": "\\.", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "merror", + "texClass": 0, + "attributes": { + "data-mjx-error": "Undefined control sequence \\." + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Undefined control sequence \\." + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\\\": { + "input": "\\\\\\", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": " " + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "\\lmoustache": { + "input": "\\\\lmoustache", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "l" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "m" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "u" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "s" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "t" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "c" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "h" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\rmoustache": { + "input": "\\\\rmoustache", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "m" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "u" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "s" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "t" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "c" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "h" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\lgroup": { + "input": "\\\\lgroup", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "l" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "g" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "u" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "p" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\rgroup": { + "input": "\\\\rgroup", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "g" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "u" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "p" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\arrowvert": { + "input": "\\\\arrowvert", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "w" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "v" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "t" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\Arrowvert": { + "input": "\\\\Arrowvert", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "w" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "v" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "t" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\bracevert": { + "input": "\\\\bracevert", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "b" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "c" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "v" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "t" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\Vert": { + "input": "\\\\Vert", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "V" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "t" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\|": { + "input": "\\\\|", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "\\vert": { + "input": "\\\\vert", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "v" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "t" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\uparrow": { + "input": "\\\\uparrow", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "u" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "p" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "w" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\downarrow": { + "input": "\\\\downarrow", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "d" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "w" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "n" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "w" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\updownarrow": { + "input": "\\\\updownarrow", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "u" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "p" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "d" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "w" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "n" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "w" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\Uparrow": { + "input": "\\\\Uparrow", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "U" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "p" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "w" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\Downarrow": { + "input": "\\\\Downarrow", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "D" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "w" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "n" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "w" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\Updownarrow": { + "input": "\\\\Updownarrow", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "U" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "p" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "d" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "w" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "n" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "w" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\backslash": { + "input": "\\\\backslash", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "b" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "c" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "k" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "s" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "l" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "s" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "h" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\rangle": { + "input": "\\\\rangle", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "n" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "g" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "l" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\langle": { + "input": "\\\\langle", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "l" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "n" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "g" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "l" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\rbrace": { + "input": "\\\\rbrace", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "b" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "c" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\lbrace": { + "input": "\\\\lbrace", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "l" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "b" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "c" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\}": { + "input": "\\\\}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "merror", + "texClass": 0, + "attributes": { + "data-mjx-error": "Extra close brace or missing open brace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Extra close brace or missing open brace" + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\{": { + "input": "\\\\{", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "merror", + "texClass": 0, + "attributes": { + "data-mjx-error": "Extra open brace or missing close brace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Extra open brace or missing close brace" + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\rceil": { + "input": "\\\\rceil", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "c" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "i" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "l" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\lceil": { + "input": "\\\\lceil", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "l" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "c" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "i" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "l" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\rfloor": { + "input": "\\\\rfloor", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "f" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "l" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\lfloor": { + "input": "\\\\lfloor", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "l" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "f" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "l" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "o" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\lbrack": { + "input": "\\\\lbrack", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "l" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "b" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "c" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "k" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\rbrack": { + "input": "\\\\rbrack", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "b" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "r" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "c" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "k" + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/base/environment.json b/tests/json/tex_packages/base/environment.json new file mode 100644 index 0000000..63fe53e --- /dev/null +++ b/tests/json/tex_packages/base/environment.json @@ -0,0 +1,256 @@ +{ + "name": "base environment table test", + "factory": "parserTest", + "packages": [ + "base" + ], + "tests": { + "array": { + "input": "\\begin{array} A \\end{array}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnalign": "", + "columnspacing": "1em", + "rowspacing": "4pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [] + } + ], + "isInferred": true + } + ] + } + }, + "equation": { + "input": "\\begin{equation} A \\end{equation}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "equation*": { + "input": "\\begin{equation*} A \\end{equation*}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "eqnarray": { + "input": "\\begin{eqnarray} A \\end{eqnarray}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "displaystyle": true, + "columnalign": "right center left", + "columnspacing": "0 thickmathspace", + "rowspacing": "3pt" + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right center left", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/base/macros.json b/tests/json/tex_packages/base/macros.json new file mode 100644 index 0000000..3c686f5 --- /dev/null +++ b/tests/json/tex_packages/base/macros.json @@ -0,0 +1,20132 @@ +{ + "name": "base macros table test", + "factory": "parserTest", + "packages": [ + "base" + ], + "tests": { + "displaystyle": { + "input": "\\displaystyle A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "displaystyle": true, + "scriptlevel": 0 + }, + "inherited": {}, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "textstyle": { + "input": "\\textstyle A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "displaystyle": false, + "scriptlevel": 0 + }, + "inherited": {}, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "scriptstyle": { + "input": "\\scriptstyle A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "displaystyle": false, + "scriptlevel": 1 + }, + "inherited": {}, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "scriptscriptstyle": { + "input": "\\scriptscriptstyle A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "displaystyle": false, + "scriptlevel": 2 + }, + "inherited": {}, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 2 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 2, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "rm": { + "input": "\\rm A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mit": { + "input": "\\mit A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "oldstyle": { + "input": "\\oldstyle A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "-tex-oldstyle" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "cal": { + "input": "\\cal A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "-tex-calligraphic" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "it": { + "input": "\\it A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "-tex-mathit" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "bf": { + "input": "\\bf A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "bold" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "bbFont": { + "input": "\\bbFont A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "double-struck" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "scr": { + "input": "\\scr A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "script" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "frak": { + "input": "\\frak A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "fraktur" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "sf": { + "input": "\\sf A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "sans-serif" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "tt": { + "input": "\\tt A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "monospace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "tiny": { + "input": "\\tiny A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "mathsize": "0.5em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "0.5em", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "0.5em", + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Tiny": { + "input": "\\Tiny A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "mathsize": "0.6em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "0.6em", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "0.6em", + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "scriptsize": { + "input": "\\scriptsize A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "mathsize": "0.7em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "0.7em", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "0.7em", + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "small": { + "input": "\\small A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "mathsize": "0.85em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "0.85em", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "0.85em", + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "normalsize": { + "input": "\\normalsize A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "mathsize": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "1em", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "1em", + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "large": { + "input": "\\large A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "mathsize": "1.2em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "1.2em", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "1.2em", + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Large": { + "input": "\\Large A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "mathsize": "1.44em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "1.44em", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "1.44em", + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "LARGE": { + "input": "\\LARGE A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "mathsize": "1.73em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "1.73em", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "1.73em", + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "huge": { + "input": "\\huge A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "mathsize": "2.07em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "2.07em", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "2.07em", + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Huge": { + "input": "\\Huge A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "mathsize": "2.49em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "2.49em", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "2.49em", + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "arcsin": { + "input": "\\arcsin A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "arcsin" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "arccos": { + "input": "\\arccos A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "arccos" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "arctan": { + "input": "\\arctan A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "arctan" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "arg": { + "input": "\\arg A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "arg" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "cos": { + "input": "\\cos A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "cos" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "cosh": { + "input": "\\cosh A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "cosh" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "cot": { + "input": "\\cot A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "cot" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "coth": { + "input": "\\coth A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "coth" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "csc": { + "input": "\\csc A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "csc" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "deg": { + "input": "\\deg A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "deg" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "det": { + "input": "\\det A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": { + "movablelimits": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix" + }, + "properties": { + "movablelimits": true, + "movesupsub": true, + "texClass": 1 + }, + "childNodes": [ + { + "kind": "text", + "text": "det" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "dim": { + "input": "\\dim A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "dim" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "exp": { + "input": "\\exp A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "exp" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "gcd": { + "input": "\\gcd A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": { + "movablelimits": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix" + }, + "properties": { + "movablelimits": true, + "movesupsub": true, + "texClass": 1 + }, + "childNodes": [ + { + "kind": "text", + "text": "gcd" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "hom": { + "input": "\\hom A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "hom" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "inf": { + "input": "\\inf A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": { + "movablelimits": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix" + }, + "properties": { + "movablelimits": true, + "movesupsub": true, + "texClass": 1 + }, + "childNodes": [ + { + "kind": "text", + "text": "inf" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "ker": { + "input": "\\ker A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "ker" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "lg": { + "input": "\\lg A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "lg" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "lim": { + "input": "\\lim A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": { + "movablelimits": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix" + }, + "properties": { + "movablelimits": true, + "movesupsub": true, + "texClass": 1 + }, + "childNodes": [ + { + "kind": "text", + "text": "lim" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "liminf": { + "input": "\\liminf A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": { + "movablelimits": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix" + }, + "properties": { + "movablelimits": true, + "movesupsub": true, + "texClass": 1 + }, + "childNodes": [ + { + "kind": "text", + "text": "lim inf" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "limsup": { + "input": "\\limsup A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": { + "movablelimits": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix" + }, + "properties": { + "movablelimits": true, + "movesupsub": true, + "texClass": 1 + }, + "childNodes": [ + { + "kind": "text", + "text": "lim sup" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "ln": { + "input": "\\ln A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "ln" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "log": { + "input": "\\log A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "log" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "max": { + "input": "\\max A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": { + "movablelimits": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix" + }, + "properties": { + "movablelimits": true, + "movesupsub": true, + "texClass": 1 + }, + "childNodes": [ + { + "kind": "text", + "text": "max" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "min": { + "input": "\\min A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": { + "movablelimits": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix" + }, + "properties": { + "movablelimits": true, + "movesupsub": true, + "texClass": 1 + }, + "childNodes": [ + { + "kind": "text", + "text": "min" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Pr": { + "input": "\\Pr A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": { + "movablelimits": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix" + }, + "properties": { + "movablelimits": true, + "movesupsub": true, + "texClass": 1 + }, + "childNodes": [ + { + "kind": "text", + "text": "Pr" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "sec": { + "input": "\\sec A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "sec" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "sin": { + "input": "\\sin A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "sin" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "sinh": { + "input": "\\sinh A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "sinh" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "sup": { + "input": "\\sup A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": { + "movablelimits": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix" + }, + "properties": { + "movablelimits": true, + "movesupsub": true, + "texClass": 1 + }, + "childNodes": [ + { + "kind": "text", + "text": "sup" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "tan": { + "input": "\\tan A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "tan" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "tanh": { + "input": "\\tanh A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "tanh" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "limits": { + "input": "\\sum\\limits^A_B", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "munderover", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "movesupsub": true + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": { + "movablelimits": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "movablelimits": true, + "symmetric": true + }, + "properties": { + "texClass": 1, + "movesupsub": true, + "movablelimits": false, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "∑" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nolimits": { + "input": "\\sum\\nolimits^A_B", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "msubsup", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "movesupsub": false + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": { + "movablelimits": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "movablelimits": true, + "symmetric": true + }, + "properties": { + "texClass": 1, + "movesupsub": false, + "movablelimits": false + }, + "childNodes": [ + { + "kind": "text", + "text": "∑" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "overline": { + "input": "\\overline A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": false + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 0, + "attributes": { + "accent": false + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "¯" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "underline": { + "input": "\\underline A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "munder", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accentunder": true + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "_" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "overbrace": { + "input": "\\overbrace A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "movesupsub": true, + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⏞" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "underbrace": { + "input": "\\underbrace A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "movesupsub": true, + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "munder", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accentunder": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⏟" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "overparen": { + "input": "\\overparen A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⏜" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "underparen": { + "input": "\\underparen A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "munder", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accentunder": true + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⏝" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "overrightarrow": { + "input": "\\overrightarrow A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "→" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "underrightarrow": { + "input": "\\underrightarrow A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "munder", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accentunder": true + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "→" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "overleftarrow": { + "input": "\\overleftarrow A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "←" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "underleftarrow": { + "input": "\\underleftarrow A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "munder", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accentunder": true + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "←" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "overleftrightarrow": { + "input": "\\overleftrightarrow A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↔" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "underleftrightarrow": { + "input": "\\underleftrightarrow A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "munder", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accentunder": true + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "↔" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "overset": { + "input": "\\overset{A}{B}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "underset": { + "input": "\\underset{A}{B}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "munder", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "stackrel": { + "input": "\\stackrel{A}{B}", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 3 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "movesupsub": true + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "movablelimits": false, + "movesupsub": true, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "movablelimits": false, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "over": { + "input": "\\over A", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mfrac", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "overwithdelims": { + "input": "A\\overwithdelims[ ] B", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "[", + "close": "]", + "texClass": 0 + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "2.047em", + "maxsize": "2.047em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "[" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + }, + { + "kind": "mfrac", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "withDelims": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 5, + "attributes": { + "minsize": "2.047em", + "maxsize": "2.047em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "]" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "atop": { + "input": "\\atop A", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mfrac", + "texClass": null, + "attributes": { + "linethickness": 0 + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "atopwithdelims": { + "input": "A\\atopwithdelims[ ] B", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "[", + "close": "]", + "texClass": 0 + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "2.047em", + "maxsize": "2.047em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "[" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + }, + { + "kind": "mfrac", + "texClass": null, + "attributes": { + "linethickness": 0 + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "withDelims": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 5, + "attributes": { + "minsize": "2.047em", + "maxsize": "2.047em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "]" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "above": { + "input": "A\\above 1pt B", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mfrac", + "texClass": null, + "attributes": { + "linethickness": "1pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "abovewithdelims": { + "input": "A\\abovewithdelims[ ] 1pt B", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "[", + "close": "]", + "texClass": 0 + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "2.047em", + "maxsize": "2.047em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "[" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + }, + { + "kind": "mfrac", + "texClass": null, + "attributes": { + "linethickness": "1pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "withDelims": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 5, + "attributes": { + "minsize": "2.047em", + "maxsize": "2.047em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "]" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "brace": { + "input": "\\brace A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "{", + "close": "}", + "texClass": 0 + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "2.047em", + "maxsize": "2.047em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "{" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + }, + { + "kind": "mfrac", + "texClass": null, + "attributes": { + "linethickness": 0 + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "withDelims": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 5, + "attributes": { + "minsize": "2.047em", + "maxsize": "2.047em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "}" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "brack": { + "input": "\\brack A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "[", + "close": "]", + "texClass": 0 + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "2.047em", + "maxsize": "2.047em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "[" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + }, + { + "kind": "mfrac", + "texClass": null, + "attributes": { + "linethickness": 0 + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "withDelims": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 5, + "attributes": { + "minsize": "2.047em", + "maxsize": "2.047em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "]" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "choose": { + "input": "\\choose A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "(", + "close": ")", + "texClass": 0 + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "2.047em", + "maxsize": "2.047em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + }, + { + "kind": "mfrac", + "texClass": null, + "attributes": { + "linethickness": 0 + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "withDelims": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 5, + "attributes": { + "minsize": "2.047em", + "maxsize": "2.047em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": ")" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "frac": { + "input": "\\frac{A}{B}", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mfrac", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "sqrt": { + "input": "\\sqrt A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "msqrt", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "root": { + "input": "\\root 4 \\of x", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mroot", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "x" + } + ] + }, + { + "kind": "mn", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 2 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "4" + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "uproot": { + "input": "\\sqrt[\\uproot{2}\\beta]{k}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mroot", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "k" + } + ] + }, + { + "kind": "mpadded", + "texClass": null, + "attributes": { + "voffset": "+0.13333333333333333em", + "height": "+0.13333333333333333em" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 2 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 2 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 2, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "β" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "leftroot": { + "input": "\\sqrt[\\leftroot{-2}\\beta]{k}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mroot", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "k" + } + ] + }, + { + "kind": "mpadded", + "texClass": null, + "attributes": { + "width": "-0.13333333333333333em" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 2 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 2 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 2, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "β" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "left": { + "input": "\\left(A\\right.", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "(", + "close": "", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": { + "fence": true, + "stretchy": true, + "symmetric": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix" + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "right": { + "input": "\\left.A\\right)", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "", + "close": ")", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "fence": true, + "stretchy": true, + "symmetric": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix" + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": ")" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "middle": { + "input": "\\left.\\middle(A\\right.", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "", + "close": "", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "fence": true, + "stretchy": true, + "symmetric": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix" + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": { + "fence": true, + "stretchy": true, + "symmetric": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix" + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "llap": { + "input": "\\llap A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "width": 0, + "lspace": "-1width" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "rlap": { + "input": "\\rlap A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "width": 0 + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "raise": { + "input": "A\\raise 2pt B C", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "height": "+2pt", + "depth": "-2pt", + "voffset": "+2pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "C" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "lower": { + "input": "A\\lower 2pt B C", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "height": "-2pt", + "depth": "+2pt", + "voffset": "-2pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "C" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "moveleft": { + "input": "A\\moveleft 2pt B C", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "-2pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "2pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "C" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "moveright": { + "input": "A\\moveright 2pt B C", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "2pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "-2pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "C" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + ",": { + "input": "\\, A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "thinmathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + ":": { + "input": "\\: A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "mediummathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + ">": { + "input": "\\> A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "mediummathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + ";": { + "input": "\\; A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "thickmathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "!": { + "input": "\\! A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "negativethinmathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "enspace": { + "input": "\\enspace A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": ".5em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "quad": { + "input": "\\quad A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "qquad": { + "input": "\\qquad A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "2em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "thinspace": { + "input": "\\thinspace A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "thinmathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "negthinspace": { + "input": "\\negthinspace A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "negativethinmathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "hskip": { + "input": "A\\hskip 2pt B C", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "2pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "C" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "hspace": { + "input": "A\\hspace 2pt B C", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "2pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "C" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "kern": { + "input": "A\\kern 2pt B C", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "2pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "C" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mskip": { + "input": "A\\mskip 2pt B C", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "2pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "C" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mspace": { + "input": "A\\mspace 2pt B C", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "2pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "C" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mkern": { + "input": "A\\mkern 2pt B C", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "2pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "C" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "rule": { + "input": "\\rule 2pt 10pt", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "2pt", + "height": "10pt", + "mathbackground": "black" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "Rule": { + "input": "\\Rule{2pt}{10pt}{1cm}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "2pt", + "height": "10pt", + "depth": "1cm", + "mathbackground": "black" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "Space": { + "input": "\\Space{2cm}{2cm}{1cm}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "2cm", + "height": "2cm", + "depth": "1cm" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "big": { + "input": "\\big(", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 0 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "1.2em", + "maxsize": "1.2em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Big": { + "input": "\\Big(", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 0 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "1.623em", + "maxsize": "1.623em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "bigg": { + "input": "\\bigg(", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 0 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "2.047em", + "maxsize": "2.047em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Bigg": { + "input": "\\Bigg(", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 0 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "2.470em", + "maxsize": "2.470em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "bigl": { + "input": "\\bigl(", + "expected": { + "kind": "math", + "texClass": 4, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "1.2em", + "maxsize": "1.2em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Bigl": { + "input": "\\Bigl(", + "expected": { + "kind": "math", + "texClass": 4, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "1.623em", + "maxsize": "1.623em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "biggl": { + "input": "\\biggl(", + "expected": { + "kind": "math", + "texClass": 4, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "2.047em", + "maxsize": "2.047em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Biggl": { + "input": "\\Biggl(", + "expected": { + "kind": "math", + "texClass": 4, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "2.470em", + "maxsize": "2.470em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "bigr": { + "input": "\\bigr(", + "expected": { + "kind": "math", + "texClass": 5, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "1.2em", + "maxsize": "1.2em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Bigr": { + "input": "\\Bigr(", + "expected": { + "kind": "math", + "texClass": 5, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "1.623em", + "maxsize": "1.623em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "biggr": { + "input": "\\biggr(", + "expected": { + "kind": "math", + "texClass": 5, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "2.047em", + "maxsize": "2.047em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Biggr": { + "input": "\\Biggr(", + "expected": { + "kind": "math", + "texClass": 5, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "2.470em", + "maxsize": "2.470em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "bigm": { + "input": "\\bigm(", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 3 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "1.2em", + "maxsize": "1.2em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Bigm": { + "input": "\\Bigm(", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 3 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "1.623em", + "maxsize": "1.623em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "biggm": { + "input": "\\biggm(", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 3 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "2.047em", + "maxsize": "2.047em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Biggm": { + "input": "\\Biggm(", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 3 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "minsize": "2.470em", + "maxsize": "2.470em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "mathord": { + "input": "\\mathord A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 0 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mathop": { + "input": "\\mathop A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "movablelimits": true, + "movesupsub": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mathopen": { + "input": "\\mathopen A", + "expected": { + "kind": "math", + "texClass": 4, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mathclose": { + "input": "\\mathclose A", + "expected": { + "kind": "math", + "texClass": 5, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mathbin": { + "input": "\\mathbin A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 2 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mathrel": { + "input": "\\mathrel A", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 3 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mathpunct": { + "input": "\\mathpunct A", + "expected": { + "kind": "math", + "texClass": 6, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 6, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 6, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 6 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mathinner": { + "input": "\\mathinner A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "vcenter": { + "input": "\\vcenter A", + "expected": { + "kind": "math", + "texClass": 8, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 8, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 8, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 8 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "buildrel": { + "input": "\\buildrel{a}\\over b", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 3 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "b" + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "hbox": { + "input": "\\hbox A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "displaystyle": false, + "scriptlevel": 0 + }, + "inherited": {}, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "text": { + "input": "\\text A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "mbox": { + "input": "\\mbox A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "displaystyle": false, + "scriptlevel": 0 + }, + "inherited": {}, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "fbox": { + "input": "\\fbox A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "menclose", + "texClass": 0, + "attributes": { + "notation": "box" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "strut": { + "input": "\\strut A", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mpadded", + "texClass": null, + "attributes": { + "height": "8.6pt", + "depth": "3pt", + "width": 0 + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mathstrut": { + "input": "\\mathstrut A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mpadded", + "texClass": 4, + "attributes": { + "width": 0 + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mphantom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "phantom": { + "input": "\\phantom A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mphantom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "vphantom": { + "input": "\\vphantom A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "width": 0 + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mphantom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "hphantom": { + "input": "\\hphantom A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "height": 0, + "depth": 0 + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mphantom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "smash": { + "input": "\\smash A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "height": 0, + "depth": 0 + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "acute": { + "input": "\\acute A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "´" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "grave": { + "input": "\\grave A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "`" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "ddot": { + "input": "\\ddot A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "¨" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "tilde": { + "input": "\\tilde A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 0, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "~" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "bar": { + "input": "\\bar A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 0, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "¯" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "breve": { + "input": "\\breve A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "˘" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "check": { + "input": "\\check A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 0, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ˇ" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "hat": { + "input": "\\hat A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "^" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "vec": { + "input": "\\vec A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "→" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "dot": { + "input": "\\dot A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "˙" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "widetilde": { + "input": "\\widetilde A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "~" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "widehat": { + "input": "\\widehat A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "^" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "matrix": { + "input": "\\matrix A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "rowspacing": "4pt", + "columnspacing": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "array": { + "input": "\\array A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "rowspacing": "4pt", + "columnspacing": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "pmatrix": { + "input": "\\pmatrix A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "(", + "close": ")", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + }, + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "rowspacing": "4pt", + "columnspacing": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": ")" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "cases": { + "input": "\\cases A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "{", + "close": "", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "{" + } + ], + "isEmbellished": true + }, + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "rowspacing": ".1em", + "columnspacing": "1em", + "columnalign": "left left" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "left left", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "left", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": { + "fence": true, + "stretchy": true, + "symmetric": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix" + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "eqalign": { + "input": "\\eqalign A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "rowspacing": ".5em", + "columnspacing": "thickmathspace", + "displaystyle": true, + "columnalign": "right left" + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right left", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "displaylines": { + "input": "\\displaylines A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "rowspacing": ".5em", + "columnspacing": "1em", + "displaystyle": true + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "cr": { + "input": "\\array{a\\\\\\cr b}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "rowspacing": "4pt", + "columnspacing": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + }, + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + } + ] + }, + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "b" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "\\": { + "input": "\\\\ A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "newline": { + "input": "\\newline A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "linebreak": "newline" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "hline": { + "input": "\\array{a\\\\\\hline b}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "rowspacing": "4pt", + "columnspacing": "1em", + "rowlines": "solid" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + }, + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "b" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "hdashline": { + "input": "\\array{a\\\\\\hdashline b}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "rowspacing": "4pt", + "columnspacing": "1em", + "rowlines": "dashed" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + }, + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "b" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "eqalignno": { + "input": "\\eqalignno A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "rowspacing": ".5em", + "columnspacing": "thickmathspace", + "displaystyle": true, + "columnalign": "right left" + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right left", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "leqalignno": { + "input": "\\leqalignno A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "rowspacing": ".5em", + "columnspacing": "thickmathspace", + "side": "left", + "displaystyle": true, + "columnalign": "right left" + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right left", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "right", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "hfill": { + "input": "\\begin{array}{c}ab\\\\ \\hfill b\\end{array}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnspacing": "1em", + "rowspacing": "4pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "b" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + }, + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": { + "columnalign": "right" + }, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "b" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "hfil": { + "input": "\\begin{array}{c}ab\\\\ \\hfil b\\end{array}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnspacing": "1em", + "rowspacing": "4pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "b" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + }, + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": { + "columnalign": "right" + }, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "b" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "hfilll": { + "input": "\\begin{array}{c}ab\\\\ \\hfilll b\\end{array}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnspacing": "1em", + "rowspacing": "4pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "b" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + }, + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": { + "columnalign": "right" + }, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "b" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "bmod": { + "input": "\\bmod A", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "mod" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "pmod": { + "input": "\\pmod A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mo", + "texClass": 4, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "autoOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "mod" + } + ] + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "0.333em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": ")" + } + ], + "isEmbellished": true + } + ], + "isInferred": true + } + ] + } + }, + "mod": { + "input": "\\mod A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "autoOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "mod" + } + ] + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "thinmathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "thinmathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "pod": { + "input": "\\pod A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mo", + "texClass": 4, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": ")" + } + ], + "isEmbellished": true + } + ], + "isInferred": true + } + ] + } + }, + "iff": { + "input": "\\iff A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "thickmathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⟺" + } + ], + "isEmbellished": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "thickmathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "skew": { + "input": "\\skew{5}A B C", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "0.278em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "-0.278em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "C" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mathcal": { + "input": "\\mathcal A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "-tex-calligraphic" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mathscr": { + "input": "\\mathscr A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "script" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mathrm": { + "input": "\\mathrm A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mathbf": { + "input": "\\mathbf A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "bold" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mathbb": { + "input": "\\mathbb A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "double-struck" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Bbb": { + "input": "\\Bbb A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "double-struck" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mathit": { + "input": "\\mathit A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "-tex-mathit" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mathfrak": { + "input": "\\mathfrak A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "fraktur" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mathsf": { + "input": "\\mathsf A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "sans-serif" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mathtt": { + "input": "\\mathtt A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "monospace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "textrm": { + "input": "\\textrm A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "textit": { + "input": "\\textit A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": { + "mathvariant": "italic" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "textbf": { + "input": "\\textbf A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": { + "mathvariant": "bold" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "textsf": { + "input": "\\textsf A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": { + "mathvariant": "sans-serif" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "texttt": { + "input": "\\texttt A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": { + "mathvariant": "monospace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "pmb": { + "input": "\\pmb A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "width": 0 + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1px" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "TeX": { + "input": "\\TeX A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "T" + } + ] + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "-.14em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "height": "-.5ex", + "depth": "+.5ex", + "voffset": "-.5ex" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "E" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "-.115em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "X" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "LaTeX": { + "input": "\\LaTeX A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "L" + } + ] + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "-.325em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "height": "+.21em", + "depth": "-.21em", + "voffset": "+.21em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "displaystyle": false, + "scriptlevel": 1 + }, + "inherited": {}, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "-.17em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "T" + } + ] + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "-.14em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "height": "-.5ex", + "depth": "+.5ex", + "voffset": "-.5ex" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "E" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "-.115em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "X" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + " ": { + "input": "\\ A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": " " + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "not": { + "input": "\\not A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + }, + { + "kind": "text", + "text": "̸" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "dots": { + "input": "\\dots A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "…" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "space": { + "input": "A\\space 2pt B C", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": " " + } + ], + "isSpacelike": true + }, + { + "kind": "mn", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "2" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "p" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "t" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "C" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + " ": { + "input": "\\  A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": " " + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "label": { + "input": "\\label A", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "ref": { + "input": "\\ref A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": { + "href": "#", + "class": "MathJax_ref" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "???" + } + ], + "isSpacelike": true + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "nonumber": { + "input": "\\nonumber A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "displaystyle": true + }, + "inherited": { + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mlabeledtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": { + "id": "mjx-eqn-" + }, + "inherited": { + "columnalign": "right", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mathchoice": { + "input": "\\mathchoice{A}{B}{C}{D}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mmlToken": { + "input": "\\mmlToken{mi}{a}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "a" + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/base/mathchar0mi.json b/tests/json/tex_packages/base/mathchar0mi.json new file mode 100644 index 0000000..5eb323d --- /dev/null +++ b/tests/json/tex_packages/base/mathchar0mi.json @@ -0,0 +1,2885 @@ +{ + "name": "base mathchar0mi table test", + "factory": "parserTest", + "packages": [ + "base" + ], + "tests": { + "alpha": { + "input": "\\alpha", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "α" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "beta": { + "input": "\\beta", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "β" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "gamma": { + "input": "\\gamma", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "γ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "delta": { + "input": "\\delta", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "δ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "epsilon": { + "input": "\\epsilon", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ϵ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "zeta": { + "input": "\\zeta", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ζ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "eta": { + "input": "\\eta", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "η" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "theta": { + "input": "\\theta", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "θ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "iota": { + "input": "\\iota", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ι" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "kappa": { + "input": "\\kappa", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "κ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "lambda": { + "input": "\\lambda", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "λ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mu": { + "input": "\\mu", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "μ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "nu": { + "input": "\\nu", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ν" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "xi": { + "input": "\\xi", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ξ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "omicron": { + "input": "\\omicron", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ο" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "pi": { + "input": "\\pi", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "π" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "rho": { + "input": "\\rho", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ρ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "sigma": { + "input": "\\sigma", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "σ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "tau": { + "input": "\\tau", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "τ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "upsilon": { + "input": "\\upsilon", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "υ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "phi": { + "input": "\\phi", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ϕ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "chi": { + "input": "\\chi", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "χ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "psi": { + "input": "\\psi", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ψ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "omega": { + "input": "\\omega", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ω" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "varepsilon": { + "input": "\\varepsilon", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ε" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "vartheta": { + "input": "\\vartheta", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ϑ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "varpi": { + "input": "\\varpi", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ϖ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "varrho": { + "input": "\\varrho", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ϱ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "varsigma": { + "input": "\\varsigma", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ς" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "varphi": { + "input": "\\varphi", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "φ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "S": { + "input": "\\S", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "§" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "aleph": { + "input": "\\aleph", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ℵ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "hbar": { + "input": "\\hbar", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "ℏ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "imath": { + "input": "\\imath", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ı" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "jmath": { + "input": "\\jmath", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ȷ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "ell": { + "input": "\\ell", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ℓ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "wp": { + "input": "\\wp", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "℘" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Re": { + "input": "\\Re", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ℜ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Im": { + "input": "\\Im", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ℑ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "partial": { + "input": "\\partial", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∂" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "infty": { + "input": "\\infty", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∞" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "prime": { + "input": "\\prime", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "′" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "emptyset": { + "input": "\\emptyset", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∅" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "nabla": { + "input": "\\nabla", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∇" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "top": { + "input": "\\top", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊤" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "bot": { + "input": "\\bot", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊥" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "angle": { + "input": "\\angle", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∠" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "triangle": { + "input": "\\triangle", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "△" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "backslash": { + "input": "\\backslash", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "variantForm": true + }, + "childNodes": [ + { + "kind": "text", + "text": "∖" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "forall": { + "input": "\\forall", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∀" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "exists": { + "input": "\\exists", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∃" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "neg": { + "input": "\\neg", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "¬" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "lnot": { + "input": "\\lnot", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "¬" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "flat": { + "input": "\\flat", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "♭" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "natural": { + "input": "\\natural", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "♮" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "sharp": { + "input": "\\sharp", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "♯" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "clubsuit": { + "input": "\\clubsuit", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "♣" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "diamondsuit": { + "input": "\\diamondsuit", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "♢" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "heartsuit": { + "input": "\\heartsuit", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "♡" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "spadesuit": { + "input": "\\spadesuit", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "♠" + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/base/mathchar0mo.json b/tests/json/tex_packages/base/mathchar0mo.json new file mode 100644 index 0000000..5790257 --- /dev/null +++ b/tests/json/tex_packages/base/mathchar0mo.json @@ -0,0 +1,6978 @@ +{ + "name": "base mathchar0mo table test", + "factory": "parserTest", + "packages": [ + "base" + ], + "tests": { + "surd": { + "input": "\\surd", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "√" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "coprod": { + "input": "\\coprod", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "movablelimits": true, + "symmetric": true + }, + "properties": { + "texClass": 1, + "movesupsub": true + }, + "childNodes": [ + { + "kind": "text", + "text": "∐" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "bigvee": { + "input": "\\bigvee", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "movablelimits": true, + "symmetric": true + }, + "properties": { + "texClass": 1, + "movesupsub": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⋁" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "bigwedge": { + "input": "\\bigwedge", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "movablelimits": true, + "symmetric": true + }, + "properties": { + "texClass": 1, + "movesupsub": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⋀" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "biguplus": { + "input": "\\biguplus", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "movablelimits": true, + "symmetric": true + }, + "properties": { + "texClass": 1, + "movesupsub": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⨄" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "bigcap": { + "input": "\\bigcap", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "movablelimits": true, + "symmetric": true + }, + "properties": { + "texClass": 1, + "movesupsub": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⋂" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "bigcup": { + "input": "\\bigcup", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "movablelimits": true, + "symmetric": true + }, + "properties": { + "texClass": 1, + "movesupsub": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⋃" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "int": { + "input": "\\int", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "symmetric": true + }, + "properties": { + "texClass": 1 + }, + "childNodes": [ + { + "kind": "text", + "text": "∫" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "intop": { + "input": "\\intop", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": { + "movablelimits": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "symmetric": true + }, + "properties": { + "texClass": 1, + "movesupsub": true, + "movablelimits": true + }, + "childNodes": [ + { + "kind": "text", + "text": "∫" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "iint": { + "input": "\\iint", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "symmetric": true + }, + "properties": { + "texClass": 1 + }, + "childNodes": [ + { + "kind": "text", + "text": "∬" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "iiint": { + "input": "\\iiint", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "symmetric": true + }, + "properties": { + "texClass": 1 + }, + "childNodes": [ + { + "kind": "text", + "text": "∭" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "prod": { + "input": "\\prod", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "movablelimits": true, + "symmetric": true + }, + "properties": { + "texClass": 1, + "movesupsub": true + }, + "childNodes": [ + { + "kind": "text", + "text": "∏" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "sum": { + "input": "\\sum", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "movablelimits": true, + "symmetric": true + }, + "properties": { + "texClass": 1, + "movesupsub": true + }, + "childNodes": [ + { + "kind": "text", + "text": "∑" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "bigotimes": { + "input": "\\bigotimes", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "movablelimits": true, + "symmetric": true + }, + "properties": { + "texClass": 1, + "movesupsub": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⨂" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "bigoplus": { + "input": "\\bigoplus", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "movablelimits": true, + "symmetric": true + }, + "properties": { + "texClass": 1, + "movesupsub": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⨁" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "bigodot": { + "input": "\\bigodot", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "movablelimits": true, + "symmetric": true + }, + "properties": { + "texClass": 1, + "movesupsub": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⨀" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "oint": { + "input": "\\oint", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "symmetric": true + }, + "properties": { + "texClass": 1 + }, + "childNodes": [ + { + "kind": "text", + "text": "∮" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "bigsqcup": { + "input": "\\bigsqcup", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "movablelimits": true, + "symmetric": true + }, + "properties": { + "texClass": 1, + "movesupsub": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⨆" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "smallint": { + "input": "\\smallint", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": { + "largeop": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∫" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "triangleleft": { + "input": "\\triangleleft", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "◃" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "triangleright": { + "input": "\\triangleright", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "▹" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "bigtriangleup": { + "input": "\\bigtriangleup", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "△" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "bigtriangledown": { + "input": "\\bigtriangledown", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "▽" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "wedge": { + "input": "\\wedge", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∧" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "land": { + "input": "\\land", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∧" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "vee": { + "input": "\\vee", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∨" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "lor": { + "input": "\\lor", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∨" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "cap": { + "input": "\\cap", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∩" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "cup": { + "input": "\\cup", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∪" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "ddagger": { + "input": "\\ddagger", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "‡" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "dagger": { + "input": "\\dagger", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "†" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "sqcap": { + "input": "\\sqcap", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊓" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "sqcup": { + "input": "\\sqcup", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊔" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "uplus": { + "input": "\\uplus", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊎" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "amalg": { + "input": "\\amalg", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⨿" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "diamond": { + "input": "\\diamond", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋄" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "bullet": { + "input": "\\bullet", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∙" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "wr": { + "input": "\\wr", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≀" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "div": { + "input": "\\div", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "÷" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "odot": { + "input": "\\odot", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊙" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "oslash": { + "input": "\\oslash", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊘" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "otimes": { + "input": "\\otimes", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊗" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "ominus": { + "input": "\\ominus", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊖" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "oplus": { + "input": "\\oplus", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊕" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "mp": { + "input": "\\mp", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∓" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "pm": { + "input": "\\pm", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "±" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "circ": { + "input": "\\circ", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∘" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "bigcirc": { + "input": "\\bigcirc", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "◯" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "setminus": { + "input": "\\setminus", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∖" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "cdot": { + "input": "\\cdot", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋅" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "ast": { + "input": "\\ast", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∗" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "times": { + "input": "\\times", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "×" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "star": { + "input": "\\star", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋆" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "propto": { + "input": "\\propto", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∝" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "sqsubseteq": { + "input": "\\sqsubseteq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊑" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "sqsupseteq": { + "input": "\\sqsupseteq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊒" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "parallel": { + "input": "\\parallel", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∥" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "mid": { + "input": "\\mid", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∣" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "dashv": { + "input": "\\dashv", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊣" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "vdash": { + "input": "\\vdash", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊢" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "leq": { + "input": "\\leq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≤" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "le": { + "input": "\\le", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≤" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "geq": { + "input": "\\geq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≥" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "ge": { + "input": "\\ge", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≥" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "lt": { + "input": "\\lt", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "<" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "gt": { + "input": "\\gt", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": ">" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "succ": { + "input": "\\succ", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≻" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "prec": { + "input": "\\prec", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≺" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "approx": { + "input": "\\approx", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≈" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "succeq": { + "input": "\\succeq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⪰" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "preceq": { + "input": "\\preceq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⪯" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "supset": { + "input": "\\supset", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊃" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "subset": { + "input": "\\subset", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊂" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "supseteq": { + "input": "\\supseteq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊇" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "subseteq": { + "input": "\\subseteq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊆" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "in": { + "input": "\\in", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∈" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "ni": { + "input": "\\ni", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∋" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "notin": { + "input": "\\notin", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∉" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "owns": { + "input": "\\owns", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∋" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "gg": { + "input": "\\gg", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≫" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "ll": { + "input": "\\ll", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≪" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "sim": { + "input": "\\sim", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∼" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "simeq": { + "input": "\\simeq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≃" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "perp": { + "input": "\\perp", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊥" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "equiv": { + "input": "\\equiv", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≡" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "asymp": { + "input": "\\asymp", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≍" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "smile": { + "input": "\\smile", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⌣" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "frown": { + "input": "\\frown", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⌢" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "ne": { + "input": "\\ne", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≠" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "neq": { + "input": "\\neq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≠" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "cong": { + "input": "\\cong", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≅" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "doteq": { + "input": "\\doteq", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "≐" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "bowtie": { + "input": "\\bowtie", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋈" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "models": { + "input": "\\models", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⊨" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "notChar": { + "input": "\\notChar", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⧸" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Leftrightarrow": { + "input": "\\Leftrightarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇔" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Leftarrow": { + "input": "\\Leftarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇐" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Rightarrow": { + "input": "\\Rightarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇒" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "leftrightarrow": { + "input": "\\leftrightarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↔" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "leftarrow": { + "input": "\\leftarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "←" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "gets": { + "input": "\\gets", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "←" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "rightarrow": { + "input": "\\rightarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "→" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "to": { + "input": "\\to", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "accent": false, + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "→" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "mapsto": { + "input": "\\mapsto", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↦" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "leftharpoonup": { + "input": "\\leftharpoonup", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↼" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "leftharpoondown": { + "input": "\\leftharpoondown", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↽" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "rightharpoonup": { + "input": "\\rightharpoonup", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇀" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "rightharpoondown": { + "input": "\\rightharpoondown", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇁" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nearrow": { + "input": "\\nearrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↗" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "searrow": { + "input": "\\searrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↘" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "nwarrow": { + "input": "\\nwarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↖" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "swarrow": { + "input": "\\swarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↙" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "rightleftharpoons": { + "input": "\\rightleftharpoons", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇌" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "hookrightarrow": { + "input": "\\hookrightarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↪" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "hookleftarrow": { + "input": "\\hookleftarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "↩" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "longleftarrow": { + "input": "\\longleftarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⟵" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Longleftarrow": { + "input": "\\Longleftarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⟸" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "longrightarrow": { + "input": "\\longrightarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⟶" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Longrightarrow": { + "input": "\\Longrightarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⟹" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "Longleftrightarrow": { + "input": "\\Longleftrightarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⟺" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "longleftrightarrow": { + "input": "\\longleftrightarrow", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⟷" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "longmapsto": { + "input": "\\longmapsto", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⟼" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "ldots": { + "input": "\\ldots", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "…" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "cdots": { + "input": "\\cdots", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋯" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "vdots": { + "input": "\\vdots", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋮" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "ddots": { + "input": "\\ddots", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋱" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "dotsc": { + "input": "\\dotsc", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "…" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "dotsb": { + "input": "\\dotsb", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋯" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "dotsm": { + "input": "\\dotsm", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋯" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "dotsi": { + "input": "\\dotsi", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋯" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "dotso": { + "input": "\\dotso", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "…" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "ldotp": { + "input": "\\ldotp", + "expected": { + "kind": "math", + "texClass": 6, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 6, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 6, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "separator": true + }, + "properties": { + "texClass": 6 + }, + "childNodes": [ + { + "kind": "text", + "text": "." + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "cdotp": { + "input": "\\cdotp", + "expected": { + "kind": "math", + "texClass": 6, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 6, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 6, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": 6 + }, + "childNodes": [ + { + "kind": "text", + "text": "⋅" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "colon": { + "input": "\\colon", + "expected": { + "kind": "math", + "texClass": 6, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 6, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 6, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": 6 + }, + "childNodes": [ + { + "kind": "text", + "text": ":" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/base/mathchar7.json b/tests/json/tex_packages/base/mathchar7.json new file mode 100644 index 0000000..97d3da4 --- /dev/null +++ b/tests/json/tex_packages/base/mathchar7.json @@ -0,0 +1,842 @@ +{ + "name": "base mathchar7 table test", + "factory": "parserTest", + "packages": [ + "base" + ], + "tests": { + "Gamma": { + "input": "\\Gamma", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Γ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Delta": { + "input": "\\Delta", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Δ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Theta": { + "input": "\\Theta", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Θ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Lambda": { + "input": "\\Lambda", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Λ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Xi": { + "input": "\\Xi", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Ξ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Pi": { + "input": "\\Pi", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Π" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Sigma": { + "input": "\\Sigma", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Σ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Upsilon": { + "input": "\\Upsilon", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Υ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Phi": { + "input": "\\Phi", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Φ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Psi": { + "input": "\\Psi", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Ψ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Omega": { + "input": "\\Omega", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "Ω" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "_": { + "input": "\\_", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "_" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "#": { + "input": "\\#", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "#" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "$": { + "input": "\\$", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "$" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "%": { + "input": "\\%", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "%" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "&": { + "input": "\\&", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "&" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "And": { + "input": "\\And", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "&" + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/bbox/bbox.json b/tests/json/tex_packages/bbox/bbox.json new file mode 100644 index 0000000..e5ce1b2 --- /dev/null +++ b/tests/json/tex_packages/bbox/bbox.json @@ -0,0 +1,57 @@ +{ + "name": "bbox bbox table test", + "factory": "parserTest", + "packages": [ + "base", + "bbox" + ], + "tests": { + "bbox": { + "input": "\\bbox A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/boldsymbol/boldsymbol.json b/tests/json/tex_packages/boldsymbol/boldsymbol.json new file mode 100644 index 0000000..3746dbf --- /dev/null +++ b/tests/json/tex_packages/boldsymbol/boldsymbol.json @@ -0,0 +1,59 @@ +{ + "name": "boldsymbol boldsymbol table test", + "factory": "parserTest", + "packages": [ + "base", + "boldsymbol" + ], + "tests": { + "boldsymbol": { + "input": "\\boldsymbol A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "bold-italic" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/braket/Braket-macros.json b/tests/json/tex_packages/braket/Braket-macros.json new file mode 100644 index 0000000..d76c482 --- /dev/null +++ b/tests/json/tex_packages/braket/Braket-macros.json @@ -0,0 +1,1640 @@ +{ + "name": "braket Braket-macros table test", + "factory": "parserTest", + "packages": [ + "base", + "braket" + ], + "tests": { + "bra": { + "input": "\\bra A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "fence": false, + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⟨" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 0, + "attributes": { + "fence": false, + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 0 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "ket": { + "input": "\\ket A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": { + "fence": false, + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 0 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": { + "fence": false, + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⟩" + } + ], + "isEmbellished": true + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "braket": { + "input": "\\braket A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "⟨", + "close": "⟩", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟨" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟩" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "set": { + "input": "\\set A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "{", + "close": "}", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "{" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "}" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Bra": { + "input": "\\Bra A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "⟨", + "close": "|", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟨" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Ket": { + "input": "\\Ket A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "|", + "close": "⟩", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟩" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Braket": { + "input": "\\Braket A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "⟨", + "close": "⟩", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟨" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟩" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Set": { + "input": "\\Set A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "{", + "close": "}", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "{" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "}" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "ketbra": { + "input": "\\ketbra{A}{B}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": { + "fence": false, + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 0 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": { + "fence": false, + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⟩" + } + ], + "isEmbellished": true + }, + { + "kind": "mo", + "texClass": 4, + "attributes": { + "fence": false, + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⟨" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 0, + "attributes": { + "fence": false, + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 0 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Ketbra": { + "input": "\\Ketbra{A}{B}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "|", + "close": "⟩", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟩" + } + ], + "isEmbellished": true + } + ] + }, + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "⟨", + "close": "|", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟨" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "|": { + "input": "\\| A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 0 + }, + "childNodes": [ + { + "kind": "text", + "text": "∥" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/cancel/cancel.json b/tests/json/tex_packages/cancel/cancel.json new file mode 100644 index 0000000..10cdd1f --- /dev/null +++ b/tests/json/tex_packages/cancel/cancel.json @@ -0,0 +1,364 @@ +{ + "name": "cancel cancel table test", + "factory": "parserTest", + "packages": [ + "base", + "cancel" + ], + "tests": { + "cancel": { + "input": "\\cancel A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "menclose", + "texClass": 0, + "attributes": { + "notation": "updiagonalstrike" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "bcancel": { + "input": "\\bcancel A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "menclose", + "texClass": 0, + "attributes": { + "notation": "downdiagonalstrike" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "xcancel": { + "input": "\\xcancel A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "menclose", + "texClass": 0, + "attributes": { + "notation": "updiagonalstrike downdiagonalstrike" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "cancelto": { + "input": "\\cancelto{A}{B}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "msup", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "menclose", + "texClass": 0, + "attributes": { + "notation": "updiagonalstrike updiagonalarrow northeastarrow" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "depth": "-.1em", + "height": "+.1em", + "voffset": ".1em" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/color/color.json b/tests/json/tex_packages/color/color.json new file mode 100644 index 0000000..ad3bde1 --- /dev/null +++ b/tests/json/tex_packages/color/color.json @@ -0,0 +1,312 @@ +{ + "name": "color color table test", + "factory": "parserTest", + "packages": [ + "base", + "color" + ], + "tests": { + "color": { + "input": "\\color A", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": null, + "attributes": { + "mathcolor": "A" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "mathcolor": "A", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "textcolor": { + "input": "\\textcolor{A}{B}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "mathcolor": "A" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathcolor": "A", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathcolor": "A", + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "colorbox": { + "input": "\\colorbox{A}{B}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "mathbackground": "A", + "width": "+10px", + "height": "+5px", + "depth": "+5px", + "lspace": "5px" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "fcolorbox": { + "input": "\\fcolorbox{A}{B}{C}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "mathbackground": "B", + "style": "border: 2px solid A", + "width": "+10px", + "height": "+5px", + "depth": "+5px", + "lspace": "5px" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "C" + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/colorv2/colorv2.json b/tests/json/tex_packages/colorv2/colorv2.json new file mode 100644 index 0000000..efeca72 --- /dev/null +++ b/tests/json/tex_packages/colorv2/colorv2.json @@ -0,0 +1,86 @@ +{ + "name": "colorv2 colorv2 table test", + "factory": "parserTest", + "packages": [ + "base", + "colorv2" + ], + "tests": { + "color": { + "input": "\\color{A}{B}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "mathcolor": "A" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathcolor": "A", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathcolor": "A", + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/enclose/enclose.json b/tests/json/tex_packages/enclose/enclose.json new file mode 100644 index 0000000..8d80832 --- /dev/null +++ b/tests/json/tex_packages/enclose/enclose.json @@ -0,0 +1,84 @@ +{ + "name": "enclose enclose table test", + "factory": "parserTest", + "packages": [ + "base", + "enclose" + ], + "tests": { + "enclose": { + "input": "\\enclose{A}{B}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "menclose", + "texClass": 0, + "attributes": { + "notation": "A" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/extpfeil/extpfeil.json b/tests/json/tex_packages/extpfeil/extpfeil.json new file mode 100644 index 0000000..56ffd5f --- /dev/null +++ b/tests/json/tex_packages/extpfeil/extpfeil.json @@ -0,0 +1,590 @@ +{ + "name": "extpfeil extpfeil table test", + "factory": "parserTest", + "packages": [ + "base", + "extpfeil" + ], + "tests": { + "xtwoheadrightarrow": { + "input": "\\xtwoheadrightarrow A", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "texClass": 3, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "↠" + } + ], + "isEmbellished": true + }, + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "width": "+1.556em", + "lspace": "0.667em", + "voffset": ".15em" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "xtwoheadleftarrow": { + "input": "\\xtwoheadleftarrow A", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "texClass": 3, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "↞" + } + ], + "isEmbellished": true + }, + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "width": "+1.667em", + "lspace": "0.944em", + "voffset": ".15em" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "xmapsto": { + "input": "\\xmapsto A", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "texClass": 3, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "↦" + } + ], + "isEmbellished": true + }, + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "width": "+0.722em", + "lspace": "0.333em", + "voffset": ".15em" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "xlongequal": { + "input": "\\xlongequal A", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": 3, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "=" + } + ], + "isEmbellished": true + }, + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "width": "+0.778em", + "lspace": "0.389em", + "voffset": ".15em" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "xtofrom": { + "input": "\\xtofrom A", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "texClass": 3, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⇄" + } + ], + "isEmbellished": true + }, + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "width": "+1.333em", + "lspace": "0.667em", + "voffset": ".15em" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/html/html_macros.json b/tests/json/tex_packages/html/html_macros.json new file mode 100644 index 0000000..b3fa25a --- /dev/null +++ b/tests/json/tex_packages/html/html_macros.json @@ -0,0 +1,206 @@ +{ + "name": "html html_macros table test", + "factory": "parserTest", + "packages": [ + "base", + "html" + ], + "tests": { + "href": { + "input": "\\href{A}{B}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "href": "A" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "class": { + "input": "\\class{A}{B}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "class": "A" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "style": { + "input": "\\style{A}{B}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "style": "A" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "cssId": { + "input": "\\cssId{A}{B}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "id": "A" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/mhchem/mhchem.json b/tests/json/tex_packages/mhchem/mhchem.json new file mode 100644 index 0000000..27d66cd --- /dev/null +++ b/tests/json/tex_packages/mhchem/mhchem.json @@ -0,0 +1,3200 @@ +{ + "name": "mhchem mhchem table test", + "factory": "parserTest", + "packages": [ + "base", + "mhchem" + ], + "tests": { + "ce": { + "input": "\\ce A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "pu": { + "input": "\\pu A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "longrightleftharpoons": { + "input": "\\longrightleftharpoons A", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 3 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "movesupsub": true + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "movablelimits": false, + "movesupsub": true, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "movablelimits": false, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "height": 0, + "depth": 0 + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "↽" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "negativethinmathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "negativethinmathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "−" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "displaystyle": false, + "scriptlevel": 0 + }, + "inherited": {}, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "−" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": false + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "negativethinmathspace" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": false + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "negativethinmathspace" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇀" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "longRightleftharpoons": { + "input": "\\longRightleftharpoons A", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 3 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "movesupsub": true + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "movablelimits": false, + "movesupsub": true, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mpadded", + "texClass": 3, + "attributes": { + "height": 0, + "depth": 0 + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "movablelimits": false, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "↽" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "displaystyle": false, + "scriptlevel": 0 + }, + "inherited": {}, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "−" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": false + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "negativethinmathspace" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": false + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "negativethinmathspace" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇀" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "longLeftrightharpoons": { + "input": "\\longLeftrightharpoons A", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 3 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "movesupsub": true + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "movablelimits": false, + "movesupsub": true, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "movablelimits": false, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "height": 0, + "depth": 0 + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "↽" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "negativethinmathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "negativethinmathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "−" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "displaystyle": false, + "scriptlevel": 0 + }, + "inherited": {}, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "width": 0 + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mphantom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "−" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⇀" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "longleftrightarrows": { + "input": "\\longleftrightarrows A", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 3 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": { + "movesupsub": true + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "movablelimits": false, + "movesupsub": true, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mpadded", + "texClass": 3, + "attributes": { + "height": 0, + "depth": 0 + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "movablelimits": false, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⟵" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "0px", + "height": ".25em", + "depth": "0px", + "mathbackground": "black" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⟶" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "tripledash": { + "input": "\\tripledash A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "width": 0 + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mphantom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "−" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + }, + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "height": "+0.111em", + "depth": "-0.111em", + "voffset": "+0.111em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "0.111em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "mathsize": "0.5em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "0.5em", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "0.5em", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "-" + } + ], + "isSpacelike": true + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "0.056em" + }, + "inherited": { + "mathsize": "0.5em", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "0.5em", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "-" + } + ], + "isSpacelike": true + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "0.056em" + }, + "inherited": { + "mathsize": "0.5em", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "mathsize": "0.5em", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "-" + } + ], + "isSpacelike": true + }, + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "0.111em" + }, + "inherited": { + "mathsize": "0.5em", + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "xrightarrow": { + "input": "\\xrightarrow A", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "texClass": 3, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "→" + } + ], + "isEmbellished": true + }, + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "width": "+0.611em", + "lspace": "0.278em", + "voffset": ".15em" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "xleftarrow": { + "input": "\\xleftarrow A", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "texClass": 3, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "←" + } + ], + "isEmbellished": true + }, + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "width": "+0.556em", + "lspace": "0.389em", + "voffset": ".15em" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "xleftrightarrow": { + "input": "\\xleftrightarrow A", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "texClass": 3, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "↔" + } + ], + "isEmbellished": true + }, + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "width": "+0.667em", + "lspace": "0.333em", + "voffset": ".15em" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "xrightleftharpoons": { + "input": "\\xrightleftharpoons A", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "texClass": 3, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⇌" + } + ], + "isEmbellished": true + }, + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "width": "+0.667em", + "lspace": "0.278em", + "voffset": ".15em" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "xRightleftharpoons": { + "input": "\\xRightleftharpoons A", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "texClass": 3, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⇌" + } + ], + "isEmbellished": true + }, + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "width": "+0.667em", + "lspace": "0.278em", + "voffset": ".15em" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + }, + "xLeftrightharpoons": { + "input": "\\xLeftrightharpoons A", + "expected": { + "kind": "math", + "texClass": 3, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "subsupOK": true + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 3, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": { + "texClass": 3, + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "⇌" + } + ], + "isEmbellished": true + }, + { + "kind": "mpadded", + "texClass": 0, + "attributes": { + "width": "+0.667em", + "lspace": "0.278em", + "voffset": ".15em" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/newcommand/Newcommand-macros.json b/tests/json/tex_packages/newcommand/Newcommand-macros.json new file mode 100644 index 0000000..acd57e9 --- /dev/null +++ b/tests/json/tex_packages/newcommand/Newcommand-macros.json @@ -0,0 +1,134 @@ +{ + "name": "newcommand Newcommand-macros table test", + "factory": "parserTest", + "packages": [ + "base", + "newcommand" + ], + "tests": { + "newcommand": { + "input": "\\newcommand{A}{B}", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "renewcommand": { + "input": "\\renewcommand{A}{B}", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "newenvironment": { + "input": "\\newenvironment{A}{B}{C}", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "renewenvironment": { + "input": "\\renewenvironment{A}{B}{C}", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/physics/Physics-automatic-bracing-macros.json b/tests/json/tex_packages/physics/Physics-automatic-bracing-macros.json new file mode 100644 index 0000000..a8b0dcf --- /dev/null +++ b/tests/json/tex_packages/physics/Physics-automatic-bracing-macros.json @@ -0,0 +1,2741 @@ +{ + "name": "physics Physics-automatic-bracing-macros table test", + "factory": "parserTest", + "packages": [ + "base", + "physics" + ], + "tests": { + "quantity": { + "input": "\\quantity A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "(", + "close": ")", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + }, + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": ")" + } + ], + "isEmbellished": true + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "qty": { + "input": "\\qty A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "(", + "close": ")", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + }, + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": ")" + } + ], + "isEmbellished": true + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "pqty": { + "input": "\\pqty{A}{B}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "(", + "close": ")", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": ")" + } + ], + "isEmbellished": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "bqty": { + "input": "\\bqty{A}{B}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "[", + "close": "]", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "[" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "]" + } + ], + "isEmbellished": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "vqty": { + "input": "\\vqty{A}{B}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "|", + "close": "|", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "absolutevalue": { + "input": "\\absolutevalue{A}{B}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "|", + "close": "|", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "abs": { + "input": "\\abs{A}{B}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "|", + "close": "|", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "norm": { + "input": "\\norm{A}{B}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "∥", + "close": "∥", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "∥" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "∥" + } + ], + "isEmbellished": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "evaluated": { + "input": "\\evaluated{A}{B}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "", + "close": "|", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "fence": true, + "stretchy": true, + "symmetric": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix" + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mpadded", + "texClass": 1, + "attributes": { + "width": 0 + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mphantom", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "symmetric": true + }, + "properties": { + "texClass": 1 + }, + "childNodes": [ + { + "kind": "text", + "text": "∫" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "eval": { + "input": "\\eval{A}{B}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "", + "close": "|", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "fence": true, + "stretchy": true, + "symmetric": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix" + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mpadded", + "texClass": 1, + "attributes": { + "width": 0 + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mphantom", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mo", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "largeop": true, + "symmetric": true + }, + "properties": { + "texClass": 1 + }, + "childNodes": [ + { + "kind": "text", + "text": "∫" + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + } + ], + "isInferred": true, + "isEmbellished": true + } + ], + "isEmbellished": true + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "order": { + "input": "\\order{A}{B}", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": { + "mathvariant": "-tex-calligraphic" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "O" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "(", + "close": ")", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": ")" + } + ], + "isEmbellished": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "commutator": { + "input": "\\commutator{A}{B}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "[", + "close": "]", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "[" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 6, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "linebreakstyle": "after", + "separator": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "," + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "]" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "comm": { + "input": "\\comm{A}{B}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "[", + "close": "]", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "[" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 6, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "linebreakstyle": "after", + "separator": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "," + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "]" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "anticommutator": { + "input": "\\anticommutator{A}{B}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "{", + "close": "}", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "{" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 6, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "linebreakstyle": "after", + "separator": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "," + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "}" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "acomm": { + "input": "\\acomm{A}{B}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "{", + "close": "}", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "{" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 6, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "linebreakstyle": "after", + "separator": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "," + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "}" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "poissonbracket": { + "input": "\\poissonbracket{A}{B}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "{", + "close": "}", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "{" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 6, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "linebreakstyle": "after", + "separator": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "," + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "}" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "pb": { + "input": "\\pb{A}{B}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "{", + "close": "}", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "{" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 6, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "linebreakstyle": "after", + "separator": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "," + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "}" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/physics/Physics-aux-envs.json b/tests/json/tex_packages/physics/Physics-aux-envs.json new file mode 100644 index 0000000..e653ed2 --- /dev/null +++ b/tests/json/tex_packages/physics/Physics-aux-envs.json @@ -0,0 +1,140 @@ +{ + "name": "physics Physics-aux-envs table test", + "factory": "parserTest", + "packages": [ + "base", + "physics" + ], + "tests": { + "smallmatrix": { + "input": "\\begin{smallmatrix} A \\end{smallmatrix}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 1 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnspacing": "0.333em", + "rowspacing": ".2em" + }, + "inherited": { + "scriptlevel": 1 + }, + "properties": { + "useHeight": false + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/physics/Physics-bra-ket-macros.json b/tests/json/tex_packages/physics/Physics-bra-ket-macros.json new file mode 100644 index 0000000..f4d2e29 --- /dev/null +++ b/tests/json/tex_packages/physics/Physics-bra-ket-macros.json @@ -0,0 +1,3519 @@ +{ + "name": "physics Physics-bra-ket-macros table test", + "factory": "parserTest", + "packages": [ + "base", + "physics" + ], + "tests": { + "bra": { + "input": "\\bra A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "⟨", + "close": "|", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟨" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "ket": { + "input": "\\ket A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "|", + "close": "⟩", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟩" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "innerproduct": { + "input": "\\innerproduct A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "⟨", + "close": "⟩", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟨" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟩" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "braket": { + "input": "\\braket A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "⟨", + "close": "⟩", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟨" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mo", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟩" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "outerproduct": { + "input": "\\outerproduct A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "|", + "close": "|", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⟩" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "negativethinmathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⟨" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "dyad": { + "input": "\\dyad A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "|", + "close": "|", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⟩" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "negativethinmathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⟨" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "ketbra": { + "input": "\\ketbra A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "|", + "close": "|", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⟩" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "negativethinmathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⟨" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "op": { + "input": "\\op A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "|", + "close": "|", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⟩" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "negativethinmathspace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⟨" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "expectationvalue": { + "input": "\\expectationvalue A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "⟨", + "close": "⟩", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟨" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟩" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "expval": { + "input": "\\expval A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "⟨", + "close": "⟩", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟨" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟩" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "ev": { + "input": "\\ev A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "⟨", + "close": "⟩", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟨" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟩" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "matrixelement": { + "input": "\\matrixelement{A}{B}{C}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "⟨", + "close": "|", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟨" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "|", + "close": "⟩", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "C" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟩" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "matrixel": { + "input": "\\matrixel{A}{B}{C}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "⟨", + "close": "|", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟨" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "|", + "close": "⟩", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "C" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟩" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mel": { + "input": "\\mel{A}{B}{C}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "⟨", + "close": "|", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟨" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mrow", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "|", + "close": "⟩", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "C" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟩" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/physics/Physics-derivative-macros.json b/tests/json/tex_packages/physics/Physics-derivative-macros.json new file mode 100644 index 0000000..15719b7 --- /dev/null +++ b/tests/json/tex_packages/physics/Physics-derivative-macros.json @@ -0,0 +1,1526 @@ +{ + "name": "physics Physics-derivative-macros table test", + "factory": "parserTest", + "packages": [ + "base", + "physics" + ], + "tests": { + "flatfrac": { + "input": "\\flatfrac{A}{B}", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "", + "close": "", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": { + "fence": true, + "stretchy": true, + "symmetric": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix" + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "TeXAtom", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mo", + "texClass": 0, + "attributes": { + "stretchy": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "/" + } + ], + "isEmbellished": true + }, + { + "kind": "TeXAtom", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "B" + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": { + "fence": true, + "stretchy": true, + "symmetric": true + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix" + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "differential": { + "input": "\\differential A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "d" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "dd": { + "input": "\\dd A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "d" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "variation": { + "input": "\\variation A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "δ" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "var": { + "input": "\\var A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "δ" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "derivative": { + "input": "\\derivative A", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mfrac", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "d" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "d" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "dv": { + "input": "\\dv A", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mfrac", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "d" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "d" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "partialderivative": { + "input": "\\partialderivative A", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mfrac", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∂" + } + ] + }, + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "∂" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "pderivative": { + "input": "\\pderivative A", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mfrac", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∂" + } + ] + }, + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "∂" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "pdv": { + "input": "\\pdv A", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mfrac", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∂" + } + ] + }, + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "∂" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "functionalderivative": { + "input": "\\functionalderivative A", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mfrac", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "δ" + } + ] + }, + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "δ" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "fderivative": { + "input": "\\fderivative A", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mfrac", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "δ" + } + ] + }, + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "δ" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "fdv": { + "input": "\\fdv A", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mfrac", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "δ" + } + ] + }, + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "δ" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/physics/Physics-expressions-macros.json b/tests/json/tex_packages/physics/Physics-expressions-macros.json new file mode 100644 index 0000000..db4bf3a --- /dev/null +++ b/tests/json/tex_packages/physics/Physics-expressions-macros.json @@ -0,0 +1,6325 @@ +{ + "name": "physics Physics-expressions-macros table test", + "factory": "parserTest", + "packages": [ + "base", + "physics" + ], + "tests": { + "sin": { + "input": "\\sin A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "sin" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "sinh": { + "input": "\\sinh A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "sinh" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "arcsin": { + "input": "\\arcsin A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "arcsin" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "asin": { + "input": "\\asin A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "asin" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "cos": { + "input": "\\cos A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "cos" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "cosh": { + "input": "\\cosh A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "cosh" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "arccos": { + "input": "\\arccos A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "arccos" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "acos": { + "input": "\\acos A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "acos" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "tan": { + "input": "\\tan A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "tan" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "tanh": { + "input": "\\tanh A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "tanh" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "arctan": { + "input": "\\arctan A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "arctan" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "atan": { + "input": "\\atan A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "atan" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "csc": { + "input": "\\csc A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "csc" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "csch": { + "input": "\\csch A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "csch" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "arccsc": { + "input": "\\arccsc A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "arccsc" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "acsc": { + "input": "\\acsc A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "acsc" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "sec": { + "input": "\\sec A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "sec" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "sech": { + "input": "\\sech A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "sech" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "arcsec": { + "input": "\\arcsec A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "arcsec" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "asec": { + "input": "\\asec A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "asec" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "cot": { + "input": "\\cot A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "cot" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "coth": { + "input": "\\coth A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "coth" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "arccot": { + "input": "\\arccot A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "arccot" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "acot": { + "input": "\\acot A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "acot" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "exp": { + "input": "\\exp A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "exp" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "log": { + "input": "\\log A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "log" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "ln": { + "input": "\\ln A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "ln" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "det": { + "input": "\\det A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "det" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Pr": { + "input": "\\Pr A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "Pr" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "tr": { + "input": "\\tr A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "tr" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "trace": { + "input": "\\trace A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "tr" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Tr": { + "input": "\\Tr A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "Tr" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Trace": { + "input": "\\Trace A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "Tr" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "rank": { + "input": "\\rank A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "rank" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "erf": { + "input": "\\erf A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "erf" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Res": { + "input": "\\Res A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "fnOP": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "R" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "s" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "principalvalue": { + "input": "\\principalvalue A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "fnOP": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "-tex-calligraphic" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "P" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "pv": { + "input": "\\pv A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "fnOP": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "-tex-calligraphic" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "P" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "PV": { + "input": "\\PV A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "fnOP": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "P" + } + ] + }, + { + "kind": "mo", + "texClass": 6, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "separator": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "." + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "V" + } + ] + }, + { + "kind": "mo", + "texClass": 6, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "separator": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "." + } + ], + "isEmbellished": true + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Re": { + "input": "\\Re A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "fnOP": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "R" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "e" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Im": { + "input": "\\Im A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "fnOP": true + }, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "I" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "m" + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "sine": { + "input": "\\sine A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "sin" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "hypsine": { + "input": "\\hypsine A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "sinh" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "arcsine": { + "input": "\\arcsine A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "arcsin" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "asine": { + "input": "\\asine A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "asin" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "cosine": { + "input": "\\cosine A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "cos" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "hypcosine": { + "input": "\\hypcosine A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "cosh" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "arccosine": { + "input": "\\arccosine A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "arccos" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "acosine": { + "input": "\\acosine A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "acos" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "tangent": { + "input": "\\tangent A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "tan" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "hyptangent": { + "input": "\\hyptangent A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "tanh" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "arctangent": { + "input": "\\arctangent A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "arctan" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "atangent": { + "input": "\\atangent A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "atan" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "cosecant": { + "input": "\\cosecant A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "csc" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "hypcosecant": { + "input": "\\hypcosecant A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "csch" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "arccosecant": { + "input": "\\arccosecant A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "arccsc" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "acosecant": { + "input": "\\acosecant A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "acsc" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "secant": { + "input": "\\secant A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "sec" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "hypsecant": { + "input": "\\hypsecant A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "sech" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "arcsecant": { + "input": "\\arcsecant A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "arcsec" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "asecant": { + "input": "\\asecant A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "asec" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "cotangent": { + "input": "\\cotangent A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "cot" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "hypcotangent": { + "input": "\\hypcotangent A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "coth" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "arccotangent": { + "input": "\\arccotangent A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "arccot" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "acotangent": { + "input": "\\acotangent A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "acot" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "exponential": { + "input": "\\exponential A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "exp" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "logarithm": { + "input": "\\logarithm A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "log" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "naturallogarithm": { + "input": "\\naturallogarithm A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "ln" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "determinant": { + "input": "\\determinant A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "det" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Probability": { + "input": "\\Probability A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "texClass": 1, + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "Pr" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/physics/Physics-matrix-macros.json b/tests/json/tex_packages/physics/Physics-matrix-macros.json new file mode 100644 index 0000000..a4e7286 --- /dev/null +++ b/tests/json/tex_packages/physics/Physics-matrix-macros.json @@ -0,0 +1,3039 @@ +{ + "name": "physics Physics-matrix-macros table test", + "factory": "parserTest", + "packages": [ + "base", + "physics" + ], + "tests": { + "matrixquantity": { + "input": "\\matrixquantity A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "(", + "close": ")", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + }, + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnalign": "", + "columnspacing": "1em", + "rowspacing": "4pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": ")" + } + ], + "isEmbellished": true + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mqty": { + "input": "\\mqty A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "(", + "close": ")", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + }, + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnalign": "", + "columnspacing": "1em", + "rowspacing": "4pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": ")" + } + ], + "isEmbellished": true + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "pmqty": { + "input": "\\pmqty A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "(", + "close": ")", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + }, + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnalign": "", + "columnspacing": "1em", + "rowspacing": "4pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": ")" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "Pmqty": { + "input": "\\Pmqty A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "⟮", + "close": "⟯", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟮" + } + ], + "isEmbellished": true + }, + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnalign": "", + "columnspacing": "1em", + "rowspacing": "4pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟯" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "bmqty": { + "input": "\\bmqty A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "[", + "close": "]", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "[" + } + ], + "isEmbellished": true + }, + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnalign": "", + "columnspacing": "1em", + "rowspacing": "4pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "]" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "vmqty": { + "input": "\\vmqty A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "|", + "close": "|", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + }, + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnalign": "", + "columnspacing": "1em", + "rowspacing": "4pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "smallmatrixquantity": { + "input": "\\smallmatrixquantity A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "(", + "close": ")", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 1 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnspacing": "0.333em", + "rowspacing": ".2em" + }, + "inherited": { + "scriptlevel": 1 + }, + "properties": { + "useHeight": false + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": ")" + } + ], + "isEmbellished": true + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "smqty": { + "input": "\\smqty A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "(", + "close": ")", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 1 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnspacing": "0.333em", + "rowspacing": ".2em" + }, + "inherited": { + "scriptlevel": 1 + }, + "properties": { + "useHeight": false + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": ")" + } + ], + "isEmbellished": true + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "spmqty": { + "input": "\\spmqty A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "(", + "close": ")", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "(" + } + ], + "isEmbellished": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 1 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnspacing": "0.333em", + "rowspacing": ".2em" + }, + "inherited": { + "scriptlevel": 1 + }, + "properties": { + "useHeight": false + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": ")" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "sPmqty": { + "input": "\\sPmqty A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "⟮", + "close": "⟯", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟮" + } + ], + "isEmbellished": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 1 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnspacing": "0.333em", + "rowspacing": ".2em" + }, + "inherited": { + "scriptlevel": 1 + }, + "properties": { + "useHeight": false + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "⟯" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "sbmqty": { + "input": "\\sbmqty A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "[", + "close": "]", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "[" + } + ], + "isEmbellished": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 1 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnspacing": "0.333em", + "rowspacing": ".2em" + }, + "inherited": { + "scriptlevel": 1 + }, + "properties": { + "useHeight": false + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "]" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "svmqty": { + "input": "\\svmqty A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "|", + "close": "|", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 1 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnspacing": "0.333em", + "rowspacing": ".2em" + }, + "inherited": { + "scriptlevel": 1 + }, + "properties": { + "useHeight": false + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "matrixdeterminant": { + "input": "\\matrixdeterminant A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "|", + "close": "|", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + }, + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnalign": "", + "columnspacing": "1em", + "rowspacing": "4pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "mdet": { + "input": "\\mdet A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "|", + "close": "|", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + }, + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnalign": "", + "columnspacing": "1em", + "rowspacing": "4pt" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "useHeight": 1 + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "smdet": { + "input": "\\smdet A", + "expected": { + "kind": "math", + "texClass": 7, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 7, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "open": "|", + "close": "|", + "texClass": 7 + }, + "childNodes": [ + { + "kind": "mo", + "texClass": 4, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "prefix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 4 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 1 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtable", + "texClass": 0, + "attributes": { + "columnspacing": "0.333em", + "rowspacing": ".2em" + }, + "inherited": { + "scriptlevel": 1 + }, + "properties": { + "useHeight": false + }, + "childNodes": [ + { + "kind": "mtr", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtd", + "texClass": null, + "attributes": {}, + "inherited": { + "columnalign": "center", + "rowalign": "baseline", + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + ] + } + ] + } + ], + "isInferred": true + } + ] + }, + { + "kind": "mo", + "texClass": 5, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "postfix", + "fence": true, + "stretchy": true, + "symmetric": true + }, + "properties": { + "texClass": 5 + }, + "childNodes": [ + { + "kind": "text", + "text": "|" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "paulimatrix": { + "input": "\\paulimatrix A", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "pmat": { + "input": "\\pmat A", + "expected": { + "kind": "math", + "texClass": null, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": null, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "diagonalmatrix": { + "input": "\\diagonalmatrix A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "dmat": { + "input": "\\dmat A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "antidiagonalmatrix": { + "input": "\\antidiagonalmatrix A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "admat": { + "input": "\\admat A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/physics/Physics-quick-quad-macros.json b/tests/json/tex_packages/physics/Physics-quick-quad-macros.json new file mode 100644 index 0000000..9369d30 --- /dev/null +++ b/tests/json/tex_packages/physics/Physics-quick-quad-macros.json @@ -0,0 +1,3300 @@ +{ + "name": "physics Physics-quick-quad-macros table test", + "factory": "parserTest", + "packages": [ + "base", + "physics" + ], + "tests": { + "qqtext": { + "input": "\\qqtext A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "qq": { + "input": "\\qq A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + }, + "qcomma": { + "input": "\\qcomma A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "," + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "qc": { + "input": "\\qc A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "," + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "qcc": { + "input": "\\qcc A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "c.c." + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "qif": { + "input": "\\qif A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "if" + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "qthen": { + "input": "\\qthen A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "then" + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "qelse": { + "input": "\\qelse A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "else" + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "qotherwise": { + "input": "\\qotherwise A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "otherwise" + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "qunless": { + "input": "\\qunless A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "unless" + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "qgiven": { + "input": "\\qgiven A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "given" + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "qusing": { + "input": "\\qusing A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "using" + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "qassume": { + "input": "\\qassume A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "assume" + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "qlet": { + "input": "\\qlet A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "let" + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "qfor": { + "input": "\\qfor A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "for" + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "qall": { + "input": "\\qall A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "all" + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "qeven": { + "input": "\\qeven A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "even" + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "qodd": { + "input": "\\qodd A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "odd" + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "qinteger": { + "input": "\\qinteger A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "integer" + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "qand": { + "input": "\\qand A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "and" + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "qor": { + "input": "\\qor A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "or" + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "qas": { + "input": "\\qas A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "as" + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "qin": { + "input": "\\qin A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "in" + } + ], + "isSpacelike": true + }, + { + "kind": "mstyle", + "texClass": 0, + "attributes": { + "scriptlevel": 0 + }, + "inherited": { + "displaystyle": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mspace", + "texClass": 0, + "attributes": { + "width": "1em" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/physics/Physics-vector-chars.json b/tests/json/tex_packages/physics/Physics-vector-chars.json new file mode 100644 index 0000000..2a29077 --- /dev/null +++ b/tests/json/tex_packages/physics/Physics-vector-chars.json @@ -0,0 +1,396 @@ +{ + "name": "physics Physics-vector-chars table test", + "factory": "parserTest", + "packages": [ + "base", + "physics" + ], + "tests": { + "dotproduct": { + "input": "\\dotproduct", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "bold" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋅" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "vdot": { + "input": "\\vdot", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "bold" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋅" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "crossproduct": { + "input": "\\crossproduct", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "×" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "cross": { + "input": "\\cross", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "×" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "cp": { + "input": "\\cp", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "×" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "gradientnabla": { + "input": "\\gradientnabla", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "bold" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∇" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "real": { + "input": "\\real", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ℜ" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "imaginary": { + "input": "\\imaginary", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "ℑ" + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/physics/Physics-vector-macros.json b/tests/json/tex_packages/physics/Physics-vector-macros.json new file mode 100644 index 0000000..05bcce0 --- /dev/null +++ b/tests/json/tex_packages/physics/Physics-vector-macros.json @@ -0,0 +1,1136 @@ +{ + "name": "physics Physics-vector-macros table test", + "factory": "parserTest", + "packages": [ + "base", + "physics" + ], + "tests": { + "vectorbold": { + "input": "\\vectorbold A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "bold" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "vb": { + "input": "\\vb A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "bold" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "vectorarrow": { + "input": "\\vectorarrow A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "bold" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "→" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "va": { + "input": "\\va A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "bold" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "→" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "vectorunit": { + "input": "\\vectorunit A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "bold" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "^" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "vu": { + "input": "\\vu A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "TeXAtom", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mover", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "accent": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "bold" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "texprimestyle": true + }, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + }, + { + "kind": "mo", + "texClass": 3, + "attributes": { + "stretchy": false + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix", + "accent": true, + "stretchy": true + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "^" + } + ], + "isEmbellished": true + } + ] + } + ], + "isInferred": true + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "gradient": { + "input": "\\gradient A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": { + "mathvariant": "bold" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "∇" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "grad": { + "input": "\\grad A", + "expected": { + "kind": "math", + "texClass": 1, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": { + "mathvariant": "bold" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "∇" + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "divergence": { + "input": "\\divergence A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "bold" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∇" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "bold" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋅" + } + ] + } + ], + "isInferred": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "div": { + "input": "\\div A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "bold" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∇" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "bold" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "⋅" + } + ] + } + ], + "isInferred": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "curl": { + "input": "\\curl A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 0, + "attributes": { + "mathvariant": "bold" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "∇" + } + ] + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "×" + } + ] + } + ], + "isInferred": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + }, + "laplacian": { + "input": "\\laplacian A", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "msup", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mi", + "texClass": 1, + "attributes": { + "mathvariant": "normal" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": { + "fnOP": true + }, + "childNodes": [ + { + "kind": "text", + "text": "∇" + } + ] + }, + { + "kind": "mn", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": false, + "scriptlevel": 1 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "2" + } + ] + } + ] + }, + { + "kind": "mo", + "texClass": -1, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "form": "infix" + }, + "properties": { + "texClass": -1 + }, + "childNodes": [ + { + "kind": "text", + "text": "⁡" + } + ], + "isEmbellished": true + }, + { + "kind": "mi", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0, + "mathvariant": "italic" + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "A" + } + ] + } + ], + "isInferred": true + } + ] + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/unicode/unicode.json b/tests/json/tex_packages/unicode/unicode.json new file mode 100644 index 0000000..1e149b5 --- /dev/null +++ b/tests/json/tex_packages/unicode/unicode.json @@ -0,0 +1,61 @@ +{ + "name": "unicode unicode table test", + "factory": "parserTest", + "packages": [ + "base", + "unicode" + ], + "tests": { + "unicode": { + "input": "\\unicode{2525}", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": { + "unicode": true + }, + "childNodes": [ + { + "kind": "text", + "text": "ঢ়" + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + } + } +} \ No newline at end of file diff --git a/tests/json/tex_packages/verb/verb.json b/tests/json/tex_packages/verb/verb.json new file mode 100644 index 0000000..73a921c --- /dev/null +++ b/tests/json/tex_packages/verb/verb.json @@ -0,0 +1,61 @@ +{ + "name": "verb verb table test", + "factory": "parserTest", + "packages": [ + "base", + "verb" + ], + "tests": { + "verb": { + "input": "\\verb+\\A+", + "expected": { + "kind": "math", + "texClass": 0, + "attributes": { + "display": "block" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mrow", + "texClass": 0, + "attributes": {}, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "mtext", + "texClass": 0, + "attributes": { + "mathvariant": "monospace" + }, + "inherited": { + "displaystyle": true, + "scriptlevel": 0 + }, + "properties": {}, + "childNodes": [ + { + "kind": "text", + "text": "\\A" + } + ], + "isSpacelike": true + } + ], + "isInferred": true, + "isSpacelike": true + } + ], + "isSpacelike": true + } + } + } +} \ No newline at end of file diff --git a/tests/src/extract_macros.js b/tests/src/extract_macros.js new file mode 100644 index 0000000..2549526 --- /dev/null +++ b/tests/src/extract_macros.js @@ -0,0 +1,264 @@ +/************************************************************* + * + * Copyright (c) 2020 The MathJax Consortium + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + + +/** + * @fileoverview A method to extract all macros that exist in a TeX parser + * package. + * + * @author v.sorge@mathjax.org (Volker Sorge) + */ + +import {mathjax} from '../node_modules/mathjax-full/js/mathjax.js'; + +import {TeX} from '../node_modules/mathjax-full/js/input/tex.js'; +import {RegisterHTMLHandler} from '../node_modules/mathjax-full/js/handlers/html.js'; +import {chooseAdaptor} from '../node_modules/mathjax-full/js/adaptors/chooseAdaptor.js'; +import {JsonMmlVisitor} from '../node_modules/mathjax-full/js/core/MmlTree/JsonMmlVisitor.js'; +import {STATE} from '../node_modules/mathjax-full/js/core/MathItem.js'; +import {ConfigurationHandler} from '../node_modules/mathjax-full/js/input/tex/Configuration.js'; + +import {TagsFactory} from '../node_modules/mathjax-full/js/input/tex/Tags.js'; +import {MapHandler} from '../node_modules/mathjax-full/js/input/tex/MapHandler.js'; +import * as sm from '../node_modules/mathjax-full/js/input/tex/SymbolMap.js'; +import {AllPackages} from '../node_modules/mathjax-full/js/input/tex/AllPackages.js'; + +import {JsonTest, Test} from './base-test.js'; + +import {SVG} from '../node_modules/mathjax-full/js/output/svg.js'; + +import * as fs from 'fs'; + +RegisterHTMLHandler(chooseAdaptor()); + +let DIR = __dirname + '/../json/tex_packages/'; + +// fs.mkdirSync(DIR, {recursive: true}); +// console.log(AllPackages); + +let jv = new JsonMmlVisitor(); + +let packageMkdir = function(conf) { + let dir = DIR + '/' + conf.name; + if (Object.values(conf.handler).some(x => x.length)) { + try { + fs.accessSync(dir); + } catch (e) { + console.log('Creating package directory: ' + conf.name); + fs.mkdirSync(dir, {recursive: true}); + } + } +}; + + +let document = function(packages, output = false) { + let param = output ? + {InputJax: new TeX({packages: packages}), OutputJax: new SVG()} : + {InputJax: new TeX({packages: packages})}; + return mathjax.document('', param); +}; + + +let outputError = function(char, type) { + console.error(`${type} Error: ` + char._symbol); +}; + + + +let convert = function(command, packages) { + let doc = document(packages); + let root = doc.convert(command, {end: STATE.CONVERT}); + root.setTeXclass(null); + return [jv.visitTree(root), doc.options.InputJax._parseOptions.error]; +}; + +let collateCharacters = function(map, packages) { + let result = {}; + for (let [key, char] of map.map) { + let [conversion] = convert(`\\${key}`, packages); + result[key] = {'input': `\\${key}`, 'expected': conversion}; + } + return result; +}; + +let collateDelimiters = function(map, packages) { + let result = {}; + for (let [key, char] of map.map) { + let entry = `\\left${key} A \\middle${key} B \\right${key}`; + let [conversion, error] = convert(entry, packages); + if (error) { + outputError(char, 'Delimiter'); + } else { + result[key] = {'input': entry, 'expected': conversion}; + } + } + return result; +}; + +let collateMacros = function(map) { + +}; + +let specialMacrosMappings = { + overwithdelims: 'A\\overwithdelims[ ] B', + atopwithdelims: 'A\\atopwithdelims[ ] B', + abovewithdelims: 'A\\abovewithdelims[ ] 1pt B', + above: 'A\\above 1pt B', + root: '\\root 4 \\of x', + uproot: '\\sqrt[\\uproot{2}\\beta]{k}', + leftroot: '\\sqrt[\\leftroot{-2}\\beta]{k}', + left: '\\left(A\\right.', + right: '\\left.A\\right)', + middle: '\\left.\\middle(A\\right.', + rule: '\\rule 2pt 10pt', + Rule: '\\Rule{2pt}{10pt}{1cm}', + Space: '\\Space{2cm}{2cm}{1cm}', + buildrel: '\\buildrel{a}\\over b', + skew: '\\skew{5}A B C', + mmlToken: '\\mmlToken{mi}{a}', + toggle: '\\toggle{A}{B}\\endtoggle', + verb: '\\verb+\\A+', + unicode: '\\unicode{2525}', + genfrac: '\\genfrac{\{}{\}}{10pt}{0}{A}{B}' +}; + + +let specialMacros = function(key, char, packages) { + let str = specialMacrosMappings[key] || ''; + if (key.match(/^(b|B)i(g{1,2})((l|r|m){0,1})$/)) { + str = `\\${key}(`; + } + if (key.match(/^hfi(l+)$/)) { + str = `\\begin{array}{c}ab\\\\ \\${key} b\\end{array}`; + } + if (key.match(/limits$/)) { + str = `\\sum\\${key}^A_B`; + } + if (key.match(/^(raise|lower|move(left|right))$/) || + key.match(/^.{0,1}(skip|space|kern)$/)) { + str = `A\\${key} 2pt B C`; + } + if (key.match(/^shove/)) { + str = `\\begin{multline}\\${key} a\\\\ b\\\\ c\\end{multline}`; + } + if (key.match(/^(cr|h.*line)$/)) { + str = `\\array{a\\\\\\${key} b}`; + } + let [conversion, error] = str ? convert(str, packages) : [str, true]; + return [str, error ? null : conversion]; +}; + +let convertMacro = function(key, char, packages) { + let [str, conversion] = specialMacros(key, char, packages); + if (str && conversion) { + return [str, conversion]; + } + let strings = { + 0: `\\${key} A`, + 1: `\\${key}{A}{B}`, + 2: `\\${key}{A}{B}{C}`, + 3: `\\${key}{A}{B}{C}{D}` + }; + let error = true; + let count = 0; + while (error && count < 4) { + str = strings[count++]; + [conversion, error] = convert(str, packages); + } + if (error) { + outputError(char, 'Command'); + str = ''; + } + return [str, conversion]; +}; + +let collateCommands = function(map, packages) { + let result = {}; + for (let [key, char] of map.map) { + let [entry, conversion] = convertMacro(key, char, packages); + if (entry) { + result[key] = {'input': entry, 'expected': conversion}; + } + } + return result; +}; + +let collateEnvironments = function(map, packages) { + let result = {}; + for (let [key, char] of map.map) { + let entry = `\\begin{${key}} A \\end{${key}}`; + let [conversion, error] = convert(entry, packages); + if (error) { + entry = `\\begin{${key}}{2} A &= B \\end{${key}}`; + [conversion, error] = convert(entry, packages); + } + if (error) { + outputError(char, 'Environment'); + } else { + result[key] = {'input': entry, 'expected': conversion}; + } + } + return result; +}; + + +let writeJson = function(json, name, pkg) { + let dir = `${DIR}/${pkg}/${name}.json`; + fs.writeFileSync(dir, JSON.stringify(json, null, 2)); +}; + + +let collateMap = function(table, packages, pkg, method) { + let json = { + name: `${pkg} ${table.name} table test`, + factory: 'parserTest', + packages: packages, + tests: method(table, packages) + }; + writeJson(json, table.name, pkg); +}; + + +for (let pkg of ConfigurationHandler.keys()) { + // We ignore these two packages for automatic completion. + if (pkg === 'bussproofs' || pkg === 'newcommand') continue; + let configuration = ConfigurationHandler.get(pkg); + packageMkdir(configuration); + let packages = pkg === 'base' ? [pkg] : ['base', pkg]; + for (let handlers of Object.values(configuration.handler)) { + for (let handler of handlers) { + let table = MapHandler.getMap(handler); + if (table instanceof sm.RegExpMap) continue; + if (table instanceof sm.DelimiterMap) { + collateMap(table, packages, pkg, collateDelimiters); + }; + if (table instanceof sm.CharacterMap) { + collateMap(table, packages, pkg, collateCharacters); + } + if (table instanceof sm.EnvironmentMap) { + collateMap(table, packages, pkg, collateEnvironments); + } + if (table instanceof sm.CommandMap) { + collateMap(table, packages, pkg, collateCommands); + } + // Not sure what do with those. + if (table instanceof sm.MacroMap) continue; + } + } +} + + diff --git a/tests/src/parser.test.js b/tests/src/parser.test.js index 67a2582..a08f3c6 100644 --- a/tests/src/parser.test.js +++ b/tests/src/parser.test.js @@ -17,31 +17,12 @@ /** - * @fileoverview The current test runner. + * @fileoverview The tex parser tests. * * @author v.sorge@mathjax.org (Volker Sorge) */ import {TestFactory} from './test-factory.js'; -let process = require('process'); - -let file = null; - -if (process.argv.length > 2) { - let last = process.argv[process.argv.length - 1]; - if (!last.match(/^--/) && last.match(/\.json/)) { - file = last; - } -} - -if (file) { - TestFactory.create(file).runTests(); - process.exit; -} - -if (!file) { - let tests = TestFactory.allParserTests(); - tests.forEach( x => x.runTests()); -} +TestFactory.runTests('json'); diff --git a/tests/src/test-factory.js b/tests/src/test-factory.js index 01668cc..0ec83f1 100644 --- a/tests/src/test-factory.js +++ b/tests/src/test-factory.js @@ -25,7 +25,9 @@ import * as pt from './parser-test.js'; import {KeyvalTest} from './other-test.js'; import {JsonTest} from './base-test.js'; -let fs = require('fs'); +import * as fs from 'fs'; +import * as process from 'process'; +import * as path from 'path'; export class TestFactory { @@ -43,24 +45,75 @@ export class TestFactory { let constructor = TestFactory.factory[json.factory] || JsonTest; return new constructor(json); } - + /** - * + * * Below is the code for automatically running all tests in the json * subdirectory. * */ + static baseDir = __dirname; static testDir = 'json'; - // Currently this does not work due to async interactions. - static allParserTests = function() { - let files = []; - if (fs.lstatSync(TestFactory.testDir).isDirectory()) { - files = fs.readdirSync(TestFactory.testDir).filter(x => x.match(/\.json$/)); + static testsRecursive = function(path, result) { + if (typeof path === 'undefined') { + return; + } + if (fs.lstatSync(path).isDirectory()) { + let files = fs.readdirSync(path); + files.forEach( + x => TestFactory.testsRecursive(path ? path + '/' + x : x, result)); + return; + } + if (path.match(/\.json$/)) { + result.push(path); } - let tests = files.map( - file => TestFactory.create(TestFactory.testDir + '/' + file)); + } + + static allJsonTests = function(jsonDir) { + let dir = TestFactory.getDir(jsonDir); + let files = []; + TestFactory.testsRecursive(dir, files); + let tests = files.map(TestFactory.create); return tests; } + static someJsonTests = function() { + return process.argv.filter(x => x.match(/\.json$/)) + .map(TestFactory.create); + } + + static getDir = function(dir) { + try { + fs.lstatSync(dir).isDirectory(); + return dir; + } catch (e) { + dir = path.join(TestFactory.baseDir, '..', dir); + } + try { + fs.lstatSync(dir).isDirectory(); + return dir; + } catch (e) { + dir = path.join(TestFactory.testDir, dir); + } + try { + fs.lstatSync(dir).isDirectory(); + return dir; + } catch (e) { + dir = path.join(TestFactory.baseDir, '..', TestFactory.testDir, dir); + } + try { + fs.lstatSync(dir).isDirectory(); + return dir; + } catch (e) { + return dir; + } + } + + static runTests = function(jsonDir = TestFactory.testDir) { + let tests = TestFactory.someJsonTests(); + tests = tests.length ? tests : TestFactory.allJsonTests(jsonDir); + tests.forEach( x => x.runTests()); + } + } diff --git a/tools/test-diff.el b/tools/test-diff.el index 1d6822e..6839569 100644 --- a/tools/test-diff.el +++ b/tools/test-diff.el @@ -1,5 +1,126 @@ (require 'ediff) +;;; Jest Tests +;;; ========== +;;; +;;; Run by piping stdout and stderr into a file. Then use the output file form +;;; the stderr pipe to replace expected for actual +;;; +;;; If piping stderr only the output file will contain noise for tty +;;; colorization. +;;; + +(defun jest-find-fail () + ;; Returns start end for actual and expected and position of fail o/w nil. + (interactive) + (block find-fail-block + (let ((pos (condition-case nil + (search-forward "●" nil t) + (error nil)))) + (when (null pos) + (return-from find-fail-block nil)) + (let ((expected (condition-case nil + (search-forward "Expected value") + (error nil))) + (actual (condition-case nil + (search-forward "Received:") + (error nil))) + ) + (when (or (null actual) (null expected)) + (return-from find-fail-block nil)) + (let* ((beg1 (progn + (goto-char actual) + (forward-line) + (search-forward "\""))) + (end1 (1- (search-forward "\""))) + (fail1 (buffer-substring beg1 end1)) + (beg2 (progn + (goto-char expected) + (forward-line) + (search-forward "\""))) + (end2 (1- (search-forward "\""))) + (fail2 (buffer-substring beg2 end2))) + (list (cons beg1 end1) (cons beg2 end2) pos (cons fail1 fail2)) + ))))) + + +(defun jest-diff-fail () + (interactive) + ;; (do* ((fail (find-fail))) + ;; ((null fail)) + (let ((fail (jest-find-fail))) + (when (null fail) nil) + (ediff-regions-internal + (get-buffer (buffer-name)) (caar fail) (cdar fail) + (get-buffer (buffer-name)) (caadr fail) (cdadr fail) + nil 'ediff-regions-wordwise 'word-mode nil))) + +(global-set-key [?\C-c ?\C-d] 'jest-diff-fail) + +;;; Replace expected for actual + +(defun jest-replace-expected-for-actual () + (interactive) + (block expected-block + (let* ((actual (jest-get-failed-testcase)) + (testcase (first actual)) + (expected (cdr (fifth actual))) + (new (car (fifth actual))) + ) + (forward-line) + (other-window 1) + (beginning-of-buffer) + (let ((pos (condition-case nil + (search-forward testcase) + (error nil)))) + (when (null pos) + (return-from expected-block nil)) + (search-forward "\"expected\":") + (if (and (stringp expected) (string-equal expected "")) + (progn (condition-case nil + (search-forward (concat "\"\"")) + (error nil)) + (backward-char 1) + (insert new)) + (let ((old (condition-case nil + (search-forward (concat expected)) + (error nil)))) + (print old) + (when (null old) + (return-from expected-block nil)) + (backward-char (length expected)) + (delete-region (point) old) + (insert new) + )) + (other-window 1) + t + )))) + +(defun jest-get-failed-testcase () + (block fail-block + (let ((fail (jest-find-fail))) + (when (null fail) (return-from fail-block nil)) + (let* ((point1 (progn + (goto-char (third fail)) + (beginning-of-line) + (condition-case nil + (search-forward "›") + (error nil)) + (forward-char 1) + (point))) + (point2 (progn + (condition-case nil + (end-of-line) ;; For colorized files use: + ;; search-forward "" + (error nil)) + (point))) + (name (buffer-substring point1 (1- point2)) + ) + (actual (buffer-substring (caar fail) (cdar fail)))) + (cons name fail))))) + + +;;; This is for the old test environment. (defun find-fail () ;; Returns start end for actual and expected and position of fail o/w nil. (interactive) @@ -159,6 +280,7 @@ ;;; Generate basic latex tests. +;;; This is outdated with JEST. Replace with a novel method. (defun generate-latex-test () (interactive)