From 1fbea66e62c322e26cf6c2e3b0dee5bcb60036a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Wang?= Date: Wed, 20 May 2020 17:00:28 +0000 Subject: [PATCH] Bug 1637507 [wpt PR 23558] - MathML: Regenerate tests for the operator dictionary, a=testonly Automatic update from web-platform-tests MathML: Regenerate tests for the operator dictionary (#23558) - Update to the latest dictionary entries. - Remove accent tests since default is true. https://github.com/mathml-refresh/mathml/issues/151#issuecomment-596040584 - Split into smaller files to reduce timeout risks. -- wpt-commits: 46fe8740553c7e481dee30ab11165decc49cb100 wpt-pr: 23558 --- .../tests/fonts/math/operators.woff | Bin 16684 -> 20500 bytes ...l => operator-dictionary-largeop-001.html} | 2 +- ...l => operator-dictionary-largeop-002.html} | 2 +- ...l => operator-dictionary-largeop-003.html} | 2 +- ...l => operator-dictionary-largeop-004.html} | 2 +- .../operator-dictionary-largeop-005.html | 31 +++++++++++ .../operator-dictionary-largeop-006.html | 31 +++++++++++ ...perator-dictionary-movablelimits-001.html} | 2 +- ...perator-dictionary-movablelimits-002.html} | 2 +- ...operator-dictionary-movablelimits-003.html | 31 +++++++++++ ...operator-dictionary-movablelimits-004.html | 31 +++++++++++ ...operator-dictionary-movablelimits-005.html | 31 +++++++++++ ...operator-dictionary-movablelimits-006.html | 31 +++++++++++ .../operator-dictionary-spacing-001.html | 31 +++++++++++ .../operator-dictionary-spacing-002.html | 31 +++++++++++ .../operator-dictionary-spacing-003.html | 31 +++++++++++ .../operator-dictionary-spacing-004.html | 31 +++++++++++ .../operator-dictionary-spacing-005.html | 31 +++++++++++ .../operator-dictionary-spacing-006.html | 31 +++++++++++ .../operator-dictionary-stretchy-001.html | 31 +++++++++++ .../operator-dictionary-stretchy-002.html | 31 +++++++++++ .../operator-dictionary-stretchy-003.html | 31 +++++++++++ .../operator-dictionary-stretchy-004.html | 31 +++++++++++ .../operator-dictionary-stretchy-005.html | 31 +++++++++++ .../operator-dictionary-stretchy-006.html | 31 +++++++++++ .../operator-dictionary-symmetric-001.html | 31 +++++++++++ .../operator-dictionary-symmetric-002.html | 31 +++++++++++ .../operator-dictionary-symmetric-003.html | 31 +++++++++++ .../operator-dictionary-symmetric-004.html | 31 +++++++++++ .../operator-dictionary-symmetric-005.html | 31 +++++++++++ .../operator-dictionary-symmetric-006.html | 31 +++++++++++ .../support/operator-dictionary-tests.js | 50 ++++-------------- .../mathml/support/operator-dictionary.json | 2 +- 33 files changed, 762 insertions(+), 46 deletions(-) rename testing/web-platform/tests/mathml/presentation-markup/operators/{operator-dictionary-005.html => operator-dictionary-largeop-001.html} (95%) rename testing/web-platform/tests/mathml/presentation-markup/operators/{operator-dictionary-006.html => operator-dictionary-largeop-002.html} (95%) rename testing/web-platform/tests/mathml/presentation-markup/operators/{operator-dictionary-003.html => operator-dictionary-largeop-003.html} (95%) rename testing/web-platform/tests/mathml/presentation-markup/operators/{operator-dictionary-004.html => operator-dictionary-largeop-004.html} (95%) create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-largeop-005.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-largeop-006.html rename testing/web-platform/tests/mathml/presentation-markup/operators/{operator-dictionary-001.html => operator-dictionary-movablelimits-001.html} (95%) rename testing/web-platform/tests/mathml/presentation-markup/operators/{operator-dictionary-002.html => operator-dictionary-movablelimits-002.html} (95%) create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-003.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-004.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-005.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-006.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-001.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-002.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-003.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-004.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-005.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-006.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-002.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-003.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-004.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-005.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-006.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-001.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-002.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-003.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-004.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-005.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-006.html diff --git a/testing/web-platform/tests/fonts/math/operators.woff b/testing/web-platform/tests/fonts/math/operators.woff index bb747e06ba609d64d9ef6a583d43df25c00a6941..5d7a588a9cd326d4d906d86c5b218942df27ce2d 100644 GIT binary patch literal 20500 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 K*;Xe6g#QB-*MIN; literal 16684 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 K9{y|q?f(D^5PZh~ diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-005.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-largeop-001.html similarity index 95% rename from testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-005.html rename to testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-largeop-001.html index 4c1ee6dd74288..8a5d2089ff933 100644 --- a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-005.html +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-largeop-001.html @@ -20,7 +20,7 @@ window.addEventListener("load", () => { document.fonts.ready.then(runTests); }); async function runTests() { let json = await fetchOperatorDictionary(); - OperatorDictionaryTests.run(json, "symmetric"); + OperatorDictionaryTests.run(json, "largeop", 0); done(); } diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-006.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-largeop-002.html similarity index 95% rename from testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-006.html rename to testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-largeop-002.html index cdd3e1618b5c1..1650f01261f5c 100644 --- a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-006.html +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-largeop-002.html @@ -20,7 +20,7 @@ window.addEventListener("load", () => { document.fonts.ready.then(runTests); }); async function runTests() { let json = await fetchOperatorDictionary(); - OperatorDictionaryTests.run(json, "accent"); + OperatorDictionaryTests.run(json, "largeop", 1); done(); } diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-003.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-largeop-003.html similarity index 95% rename from testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-003.html rename to testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-largeop-003.html index bb3c638e58f82..96847592044e9 100644 --- a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-003.html +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-largeop-003.html @@ -20,7 +20,7 @@ window.addEventListener("load", () => { document.fonts.ready.then(runTests); }); async function runTests() { let json = await fetchOperatorDictionary(); - OperatorDictionaryTests.run(json, "largeop"); + OperatorDictionaryTests.run(json, "largeop", 2); done(); } diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-004.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-largeop-004.html similarity index 95% rename from testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-004.html rename to testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-largeop-004.html index 79bf523a787bf..08f5916b479b9 100644 --- a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-004.html +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-largeop-004.html @@ -20,7 +20,7 @@ window.addEventListener("load", () => { document.fonts.ready.then(runTests); }); async function runTests() { let json = await fetchOperatorDictionary(); - OperatorDictionaryTests.run(json, "stretchy"); + OperatorDictionaryTests.run(json, "largeop", 3); done(); } diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-largeop-005.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-largeop-005.html new file mode 100644 index 0000000000000..9245fbcad9b63 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-largeop-005.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-largeop-006.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-largeop-006.html new file mode 100644 index 0000000000000..b9d4b681b66f7 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-largeop-006.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-001.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-001.html similarity index 95% rename from testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-001.html rename to testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-001.html index e4e5c68b26344..09698a15fc784 100644 --- a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-001.html +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-001.html @@ -20,7 +20,7 @@ window.addEventListener("load", () => { document.fonts.ready.then(runTests); }); async function runTests() { let json = await fetchOperatorDictionary(); - OperatorDictionaryTests.run(json, "lspace/rspace"); + OperatorDictionaryTests.run(json, "movablelimits", 0); done(); } diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-002.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-002.html similarity index 95% rename from testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-002.html rename to testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-002.html index ede3adc210cd5..f3e9deb5afd3a 100644 --- a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-002.html +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-002.html @@ -20,7 +20,7 @@ window.addEventListener("load", () => { document.fonts.ready.then(runTests); }); async function runTests() { let json = await fetchOperatorDictionary(); - OperatorDictionaryTests.run(json, "movablelimits"); + OperatorDictionaryTests.run(json, "movablelimits", 1); done(); } diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-003.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-003.html new file mode 100644 index 0000000000000..f4c5137b5f32c --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-003.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-004.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-004.html new file mode 100644 index 0000000000000..9432c5dff0f6d --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-004.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-005.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-005.html new file mode 100644 index 0000000000000..fbffb440182dc --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-005.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-006.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-006.html new file mode 100644 index 0000000000000..a6a6dfa0784fb --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-006.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-001.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-001.html new file mode 100644 index 0000000000000..a7781fb3f7895 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-001.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-002.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-002.html new file mode 100644 index 0000000000000..5b524d9095aa6 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-002.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-003.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-003.html new file mode 100644 index 0000000000000..abd8736419bb2 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-003.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-004.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-004.html new file mode 100644 index 0000000000000..09a1d8c8394fe --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-004.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-005.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-005.html new file mode 100644 index 0000000000000..fc56326beb41d --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-005.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-006.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-006.html new file mode 100644 index 0000000000000..2de9d66a0d383 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-006.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001.html new file mode 100644 index 0000000000000..672a5d3f1b3f1 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-002.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-002.html new file mode 100644 index 0000000000000..bbf5b3e48a015 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-002.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-003.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-003.html new file mode 100644 index 0000000000000..343ac09df3219 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-003.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-004.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-004.html new file mode 100644 index 0000000000000..dd25c1121a5d8 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-004.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-005.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-005.html new file mode 100644 index 0000000000000..4d71649743692 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-005.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-006.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-006.html new file mode 100644 index 0000000000000..2088168b07240 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-006.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-001.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-001.html new file mode 100644 index 0000000000000..14b72da2833c8 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-001.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-002.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-002.html new file mode 100644 index 0000000000000..9f18d893d6bcd --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-002.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-003.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-003.html new file mode 100644 index 0000000000000..73b4b07889eae --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-003.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-004.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-004.html new file mode 100644 index 0000000000000..6bd20562bd71f --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-004.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-005.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-005.html new file mode 100644 index 0000000000000..13f045fb95184 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-005.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-006.html b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-006.html new file mode 100644 index 0000000000000..26267a76ab96f --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-006.html @@ -0,0 +1,31 @@ + + + + +Operator dictionary + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/support/operator-dictionary-tests.js b/testing/web-platform/tests/mathml/presentation-markup/operators/support/operator-dictionary-tests.js index 838a22c446b65..b92a852738ffb 100644 --- a/testing/web-platform/tests/mathml/presentation-markup/operators/support/operator-dictionary-tests.js +++ b/testing/web-platform/tests/mathml/presentation-markup/operators/support/operator-dictionary-tests.js @@ -187,60 +187,32 @@ symmetric for "${parsedKey.characters}" (${parsedKey.form}): \ div.style.display = "none"; }, - "accent": function(json, key) { - let parsedKey = splitKey(key); - let entry = json.dictionary[key]; - let epsilon = 1; - - // FIXME: Should really detect accent support... - assert_true(MathMLFeatureDetection.has_mover()); - var defaultValue = defaultPropertyValue(entry, "accent"); - document.body.insertAdjacentHTML("beforeend", `
\ -accent for "${parsedKey.characters}" (${parsedKey.form}): \ -\ - \ -  \ - ${parsedKey.characters}\ - \ -\ - VS \ -\ - \ -  \ - ${parsedKey.characters}\ - \ -\ -
`); - var div = document.body.lastElementChild; - var movers = div.getElementsByTagName("mover"); - function gapBetweenBaseAndScript(mover) { - return mover.children[0].getBoundingClientRect().top - - mover.children[1].getBoundingClientRect().bottom; - } - var gap = gapBetweenBaseAndScript(movers[0]) - var gapRef = gapBetweenBaseAndScript(movers[1]) - assert_approx_equals(gap, gapRef, epsilon, `Accent property for ${key} should be '${defaultValue}'`); - div.style.display = "none"; - }, - - run: function(json, name) { + run: function(json, name, fileIndex) { // The operator dictionary has more than one thousand of entries so the // tests are grouped in chunks so that these don't get much more // importance than other MathML tests. For easy debugging, one can set the // chunk size to 1. Also, note that the test div will remain visible for // failed tests. const entryPerChunk = 50 + const filesPerProperty = 6 var counter = 0; var test; for (key in json.dictionary) { - if (counter % entryPerChunk === 0) { + // Skip this key if it does not belong to that test file. + if (counter % filesPerProperty != fileIndex) { + counter++; + continue; + } + + var counterInFile = (counter - fileIndex) / filesPerProperty; + if (counterInFile % entryPerChunk === 0) { // Start of a new chunk. // Complete current async tests and create new ones for the next chunk. if (test) test.done(); - test = async_test(`Operator dictionary chunk ${1 + counter / entryPerChunk} - ${name}`); + test = async_test(`Operator dictionary chunk ${1 + counterInFile / entryPerChunk} - ${name}`); } test.step(function() { diff --git a/testing/web-platform/tests/mathml/support/operator-dictionary.json b/testing/web-platform/tests/mathml/support/operator-dictionary.json index 2e9abe73b39f2..5dd0ab537243e 100644 --- a/testing/web-platform/tests/mathml/support/operator-dictionary.json +++ b/testing/web-platform/tests/mathml/support/operator-dictionary.json @@ -1 +1 @@ -{"comment": "This file was automatically generated by operator-dictionary.py. Do not edit.", "dictionary": {"! postfix": {"lspace": 1, "rspace": 0}, "!! postfix": {"lspace": 1, "rspace": 0}, "!= infix": {"lspace": 4, "rspace": 4}, "\" postfix": {"accent": true, "lspace": 0, "rspace": 0}, "% infix": {"lspace": 3, "rspace": 3}, "& postfix": {"lspace": 0, "rspace": 0}, "&& infix": {"lspace": 4, "rspace": 4}, "' postfix": {"accent": true, "lspace": 0, "rspace": 0}, "( prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, ") postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "* infix": {"lspace": 3, "rspace": 3}, "** infix": {"lspace": 1, "rspace": 1}, "*= infix": {"lspace": 4, "rspace": 4}, "+ infix": {"lspace": 4, "rspace": 4}, "+ prefix": {"lspace": 0, "rspace": 1}, "++ postfix": {"lspace": 0, "rspace": 0}, "+= infix": {"lspace": 4, "rspace": 4}, ", infix": {"lspace": 0, "rspace": 3}, "- infix": {"lspace": 4, "rspace": 4}, "- prefix": {"lspace": 0, "rspace": 1}, "-- postfix": {"lspace": 0, "rspace": 0}, "-= infix": {"lspace": 4, "rspace": 4}, "-> infix": {"lspace": 5, "rspace": 5}, ". infix": {"lspace": 3, "rspace": 3}, ".. postfix": {"lspace": 0, "rspace": 0}, "... postfix": {"lspace": 0, "rspace": 0}, "/ infix": {"lspace": 1, "rspace": 1}, "// infix": {"lspace": 1, "rspace": 1}, "/= infix": {"lspace": 4, "rspace": 4}, ": infix": {"lspace": 1, "rspace": 2}, ":= infix": {"lspace": 4, "rspace": 4}, "; infix": {"lspace": 0, "rspace": 3}, "< infix": {"lspace": 5, "rspace": 5}, "<= infix": {"lspace": 5, "rspace": 5}, "<> infix": {"lspace": 1, "rspace": 1}, "= infix": {"horizontal": true, "lspace": 5, "rspace": 5}, "== infix": {"lspace": 4, "rspace": 4}, "> infix": {"lspace": 5, "rspace": 5}, ">= infix": {"lspace": 5, "rspace": 5}, "? infix": {"lspace": 1, "rspace": 1}, "@ infix": {"lspace": 1, "rspace": 1}, "[ prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\\ infix": {"lspace": 0, "rspace": 0}, "] postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "^ infix": {"horizontal": true, "lspace": 1, "rspace": 1}, "^ postfix": {"accent": true, "horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "_ infix": {"horizontal": true, "lspace": 1, "rspace": 1}, "_ postfix": {"accent": true, "horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "` postfix": {"accent": true, "lspace": 0, "rspace": 0}, "{ prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "| infix": {"lspace": 2, "rspace": 2, "stretchy": true, "symmetric": true}, "| postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "| prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "|| infix": {"lspace": 2, "rspace": 2, "stretchy": true, "symmetric": true}, "|| postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "|| prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "||| infix": {"lspace": 2, "rspace": 2, "stretchy": true, "symmetric": true}, "||| postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "||| prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "} postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "~ postfix": {"accent": true, "horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u00a0 infix": {}, "\u00a0 prefix": {}, "\u00a0 suffix": {}, "\u00a8 postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u00aa postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u00ac prefix": {"lspace": 2, "rspace": 1}, "\u00af postfix": {"accent": true, "horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u00b0 postfix": {"lspace": 0, "rspace": 0}, "\u00b1 infix": {"lspace": 4, "rspace": 4}, "\u00b1 prefix": {"lspace": 0, "rspace": 1}, "\u00b2 postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u00b3 postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u00b4 postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u00b7 infix": {"lspace": 4, "rspace": 4}, "\u00b8 postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u00b9 postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u00ba postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u00d7 infix": {"lspace": 4, "rspace": 4}, "\u00f7 infix": {"lspace": 4, "rspace": 4}, "\u02c6 postfix": {"accent": true, "horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u02c7 postfix": {"accent": true, "horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u02c9 postfix": {"accent": true, "horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u02ca postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u02cb postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u02cd postfix": {"accent": true, "horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u02d8 postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u02d9 postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u02da postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u02dc postfix": {"accent": true, "horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u02dd postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u02f7 postfix": {"accent": true, "horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u0302 postfix": {"accent": true, "horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u0311 postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u03f6 infix": {"lspace": 5, "rspace": 5}, "\u2016 postfix": {"lspace": 0, "rspace": 0, "stretchy": true}, "\u2016 prefix": {"lspace": 0, "rspace": 0, "stretchy": true}, "\u2018 prefix": {"lspace": 0, "rspace": 0}, "\u2019 postfix": {"lspace": 0, "rspace": 0}, "\u201a postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u201b postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u201c prefix": {"lspace": 0, "rspace": 0}, "\u201d postfix": {"lspace": 0, "rspace": 0}, "\u201e postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u201f postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u2022 infix": {"lspace": 4, "rspace": 4}, "\u2026 infix": {"lspace": 0, "rspace": 0}, "\u2032 postfix": {"lspace": 0, "rspace": 0}, "\u2033 postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u2034 postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u2035 postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u2036 postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u2037 postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u203e postfix": {"accent": true, "horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u2043 infix": {"lspace": 4, "rspace": 4}, "\u2044 infix": {"lspace": 4, "rspace": 4, "stretchy": true}, "\u2057 postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u2061 infix": {"lspace": 0, "rspace": 0}, "\u2062 infix": {"lspace": 0, "rspace": 0}, "\u2063 infix": {"lspace": 0, "rspace": 0}, "\u2064 infix": {"lspace": 0, "rspace": 0}, "\u20db postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u20dc postfix": {"accent": true, "lspace": 0, "rspace": 0}, "\u2145 prefix": {"lspace": 2, "rspace": 1}, "\u2146 prefix": {"lspace": 2, "rspace": 0}, "\u2190 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2191 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2192 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2193 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2194 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2195 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2196 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2197 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2198 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2199 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u219a infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u219b infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u219c infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u219d infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u219e infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u219f infix": {"accent": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21a0 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21a1 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21a2 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21a3 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21a4 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21a5 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21a6 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21a7 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21a8 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21a9 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21aa infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21ab infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21ac infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21ad infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21ae infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u21af infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21b0 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21b1 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21b2 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21b3 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21b4 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21b5 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21b6 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u21b7 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u21b8 infix": {"lspace": 5, "rspace": 5}, "\u21b9 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21ba infix": {"lspace": 5, "rspace": 5}, "\u21bb infix": {"lspace": 5, "rspace": 5}, "\u21bc infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21bd infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21be infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21bf infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21c0 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21c1 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21c2 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21c3 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21c4 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21c5 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21c6 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21c7 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21c8 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21c9 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21ca infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21cb infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21cc infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21cd infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u21ce infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u21cf infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u21d0 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21d1 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21d2 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21d3 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21d4 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21d5 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21d6 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21d7 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21d8 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21d9 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21da infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21db infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21dc infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21dd infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21de infix": {"lspace": 5, "rspace": 5}, "\u21df infix": {"lspace": 5, "rspace": 5}, "\u21e0 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21e1 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21e2 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21e3 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21e4 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21e5 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21e6 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21e7 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21e8 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21e9 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21ea infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21eb infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21ec infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21ed infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21ee infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21ef infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21f0 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21f1 infix": {"lspace": 5, "rspace": 5}, "\u21f2 infix": {"lspace": 5, "rspace": 5}, "\u21f3 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21f4 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u21f5 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21f6 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21f7 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u21f8 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u21f9 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u21fa infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u21fb infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u21fc infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u21fd infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21fe infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21ff infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2200 prefix": {"lspace": 2, "rspace": 1}, "\u2201 infix": {"lspace": 1, "rspace": 2}, "\u2202 prefix": {"lspace": 2, "rspace": 1}, "\u2203 prefix": {"lspace": 2, "rspace": 1}, "\u2204 prefix": {"lspace": 2, "rspace": 1}, "\u2206 infix": {"lspace": 3, "rspace": 3}, "\u2207 prefix": {"lspace": 2, "rspace": 1}, "\u2208 infix": {"lspace": 5, "rspace": 5}, "\u2209 infix": {"lspace": 5, "rspace": 5}, "\u220a infix": {"lspace": 5, "rspace": 5}, "\u220b infix": {"lspace": 5, "rspace": 5}, "\u220c infix": {"lspace": 5, "rspace": 5}, "\u220d infix": {"lspace": 5, "rspace": 5}, "\u220e infix": {"lspace": 3, "rspace": 3}, "\u220f prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u2210 prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u2211 prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u2212 infix": {"lspace": 4, "rspace": 4}, "\u2212 prefix": {"lspace": 0, "rspace": 1}, "\u2213 infix": {"lspace": 4, "rspace": 4}, "\u2213 prefix": {"lspace": 0, "rspace": 1}, "\u2214 infix": {"lspace": 4, "rspace": 4}, "\u2215 infix": {"lspace": 4, "rspace": 4, "stretchy": true}, "\u2216 infix": {"lspace": 4, "rspace": 4}, "\u2217 infix": {"lspace": 4, "rspace": 4}, "\u2218 infix": {"lspace": 4, "rspace": 4}, "\u2219 infix": {"lspace": 4, "rspace": 4}, "\u221a prefix": {"lspace": 1, "rspace": 1, "stretchy": true}, "\u221b prefix": {"lspace": 1, "rspace": 1}, "\u221c prefix": {"lspace": 1, "rspace": 1}, "\u221d infix": {"lspace": 5, "rspace": 5}, "\u221f infix": {"lspace": 5, "rspace": 5}, "\u2220 prefix": {"lspace": 0, "rspace": 0}, "\u2221 prefix": {"lspace": 0, "rspace": 0}, "\u2222 prefix": {"lspace": 0, "rspace": 0}, "\u2223 infix": {"lspace": 5, "rspace": 5}, "\u2224 infix": {"lspace": 5, "rspace": 5}, "\u2225 infix": {"lspace": 5, "rspace": 5}, "\u2226 infix": {"lspace": 5, "rspace": 5}, "\u2227 infix": {"lspace": 4, "rspace": 4}, "\u2228 infix": {"lspace": 4, "rspace": 4}, "\u2229 infix": {"lspace": 4, "rspace": 4}, "\u222a infix": {"lspace": 4, "rspace": 4}, "\u222b prefix": {"largeop": true, "lspace": 0, "rspace": 1, "symmetric": true}, "\u222c prefix": {"largeop": true, "lspace": 0, "rspace": 1, "symmetric": true}, "\u222d prefix": {"largeop": true, "lspace": 0, "rspace": 1, "symmetric": true}, "\u222e prefix": {"largeop": true, "lspace": 0, "rspace": 1, "symmetric": true}, "\u222f prefix": {"largeop": true, "lspace": 0, "rspace": 1, "symmetric": true}, "\u2230 prefix": {"largeop": true, "lspace": 0, "rspace": 1, "symmetric": true}, "\u2231 prefix": {"largeop": true, "lspace": 0, "rspace": 1, "symmetric": true}, "\u2232 prefix": {"largeop": true, "lspace": 0, "rspace": 1, "symmetric": true}, "\u2233 prefix": {"largeop": true, "lspace": 0, "rspace": 1, "symmetric": true}, "\u2234 infix": {"lspace": 5, "rspace": 5}, "\u2235 infix": {"lspace": 5, "rspace": 5}, "\u2236 infix": {"lspace": 5, "rspace": 5}, "\u2237 infix": {"lspace": 5, "rspace": 5}, "\u2238 infix": {"lspace": 4, "rspace": 4}, "\u2239 infix": {"lspace": 5, "rspace": 5}, "\u223a infix": {"lspace": 4, "rspace": 4}, "\u223b infix": {"lspace": 5, "rspace": 5}, "\u223c infix": {"lspace": 5, "rspace": 5}, "\u223d infix": {"lspace": 5, "rspace": 5}, "\u223d\u0331 infix": {"lspace": 3, "rspace": 3}, "\u223e infix": {"lspace": 5, "rspace": 5}, "\u223f infix": {"lspace": 3, "rspace": 3}, "\u2240 infix": {"lspace": 4, "rspace": 4}, "\u2241 infix": {"lspace": 5, "rspace": 5}, "\u2242 infix": {"lspace": 5, "rspace": 5}, "\u2242\u0338 infix": {"lspace": 5, "rspace": 5}, "\u2243 infix": {"lspace": 5, "rspace": 5}, "\u2244 infix": {"lspace": 5, "rspace": 5}, "\u2245 infix": {"lspace": 5, "rspace": 5}, "\u2246 infix": {"lspace": 5, "rspace": 5}, "\u2247 infix": {"lspace": 5, "rspace": 5}, "\u2248 infix": {"lspace": 5, "rspace": 5}, "\u2249 infix": {"lspace": 5, "rspace": 5}, "\u224a infix": {"lspace": 5, "rspace": 5}, "\u224b infix": {"lspace": 5, "rspace": 5}, "\u224c infix": {"lspace": 5, "rspace": 5}, "\u224d infix": {"lspace": 5, "rspace": 5}, "\u224e infix": {"lspace": 5, "rspace": 5}, "\u224e\u0338 infix": {"lspace": 5, "rspace": 5}, "\u224f infix": {"lspace": 5, "rspace": 5}, "\u224f\u0338 infix": {"lspace": 5, "rspace": 5}, "\u2250 infix": {"lspace": 5, "rspace": 5}, "\u2251 infix": {"lspace": 5, "rspace": 5}, "\u2252 infix": {"lspace": 5, "rspace": 5}, "\u2253 infix": {"lspace": 5, "rspace": 5}, "\u2254 infix": {"lspace": 5, "rspace": 5}, "\u2255 infix": {"lspace": 5, "rspace": 5}, "\u2256 infix": {"lspace": 5, "rspace": 5}, "\u2257 infix": {"lspace": 5, "rspace": 5}, "\u2258 infix": {"lspace": 5, "rspace": 5}, "\u2259 infix": {"lspace": 5, "rspace": 5}, "\u225a infix": {"lspace": 5, "rspace": 5}, "\u225b infix": {"lspace": 5, "rspace": 5}, "\u225c infix": {"lspace": 5, "rspace": 5}, "\u225d infix": {"lspace": 5, "rspace": 5}, "\u225e infix": {"lspace": 5, "rspace": 5}, "\u225f infix": {"lspace": 5, "rspace": 5}, "\u2260 infix": {"lspace": 5, "rspace": 5}, "\u2261 infix": {"lspace": 5, "rspace": 5}, "\u2262 infix": {"lspace": 5, "rspace": 5}, "\u2263 infix": {"lspace": 5, "rspace": 5}, "\u2264 infix": {"lspace": 5, "rspace": 5}, "\u2265 infix": {"lspace": 5, "rspace": 5}, "\u2266 infix": {"lspace": 5, "rspace": 5}, "\u2266\u0338 infix": {"lspace": 5, "rspace": 5}, "\u2267 infix": {"lspace": 5, "rspace": 5}, "\u2268 infix": {"lspace": 5, "rspace": 5}, "\u2269 infix": {"lspace": 5, "rspace": 5}, "\u226a infix": {"lspace": 5, "rspace": 5}, "\u226a\u0338 infix": {"lspace": 5, "rspace": 5}, "\u226b infix": {"lspace": 5, "rspace": 5}, "\u226b\u0338 infix": {"lspace": 5, "rspace": 5}, "\u226c infix": {"lspace": 5, "rspace": 5}, "\u226d infix": {"lspace": 5, "rspace": 5}, "\u226e infix": {"lspace": 5, "rspace": 5}, "\u226f infix": {"lspace": 5, "rspace": 5}, "\u2270 infix": {"lspace": 5, "rspace": 5}, "\u2271 infix": {"lspace": 5, "rspace": 5}, "\u2272 infix": {"lspace": 5, "rspace": 5}, "\u2273 infix": {"lspace": 5, "rspace": 5}, "\u2274 infix": {"lspace": 5, "rspace": 5}, "\u2275 infix": {"lspace": 5, "rspace": 5}, "\u2276 infix": {"lspace": 5, "rspace": 5}, "\u2277 infix": {"lspace": 5, "rspace": 5}, "\u2278 infix": {"lspace": 5, "rspace": 5}, "\u2279 infix": {"lspace": 5, "rspace": 5}, "\u227a infix": {"lspace": 5, "rspace": 5}, "\u227b infix": {"lspace": 5, "rspace": 5}, "\u227c infix": {"lspace": 5, "rspace": 5}, "\u227d infix": {"lspace": 5, "rspace": 5}, "\u227e infix": {"lspace": 5, "rspace": 5}, "\u227f infix": {"lspace": 5, "rspace": 5}, "\u227f\u0338 infix": {"lspace": 5, "rspace": 5}, "\u2280 infix": {"lspace": 5, "rspace": 5}, "\u2281 infix": {"lspace": 5, "rspace": 5}, "\u2282 infix": {"lspace": 5, "rspace": 5}, "\u2282\u20d2 infix": {"lspace": 5, "rspace": 5}, "\u2283 infix": {"lspace": 5, "rspace": 5}, "\u2283\u20d2 infix": {"lspace": 5, "rspace": 5}, "\u2284 infix": {"lspace": 5, "rspace": 5}, "\u2285 infix": {"lspace": 5, "rspace": 5}, "\u2286 infix": {"lspace": 5, "rspace": 5}, "\u2287 infix": {"lspace": 5, "rspace": 5}, "\u2288 infix": {"lspace": 5, "rspace": 5}, "\u2289 infix": {"lspace": 5, "rspace": 5}, "\u228a infix": {"lspace": 5, "rspace": 5}, "\u228b infix": {"lspace": 5, "rspace": 5}, "\u228c infix": {"lspace": 4, "rspace": 4}, "\u228d infix": {"lspace": 4, "rspace": 4}, "\u228e infix": {"lspace": 4, "rspace": 4}, "\u228f infix": {"lspace": 5, "rspace": 5}, "\u228f\u0338 infix": {"lspace": 5, "rspace": 5}, "\u2290 infix": {"lspace": 5, "rspace": 5}, "\u2290\u0338 infix": {"lspace": 5, "rspace": 5}, "\u2291 infix": {"lspace": 5, "rspace": 5}, "\u2292 infix": {"lspace": 5, "rspace": 5}, "\u2293 infix": {"lspace": 4, "rspace": 4}, "\u2294 infix": {"lspace": 4, "rspace": 4}, "\u2295 infix": {"lspace": 4, "rspace": 4}, "\u2296 infix": {"lspace": 4, "rspace": 4}, "\u2297 infix": {"lspace": 4, "rspace": 4}, "\u2298 infix": {"lspace": 4, "rspace": 4}, "\u2299 infix": {"lspace": 4, "rspace": 4}, "\u229a infix": {"lspace": 4, "rspace": 4}, "\u229b infix": {"lspace": 4, "rspace": 4}, "\u229c infix": {"lspace": 4, "rspace": 4}, "\u229d infix": {"lspace": 4, "rspace": 4}, "\u229e infix": {"lspace": 4, "rspace": 4}, "\u229f infix": {"lspace": 4, "rspace": 4}, "\u22a0 infix": {"lspace": 4, "rspace": 4}, "\u22a1 infix": {"lspace": 4, "rspace": 4}, "\u22a2 infix": {"lspace": 5, "rspace": 5}, "\u22a3 infix": {"lspace": 5, "rspace": 5}, "\u22a4 infix": {"lspace": 5, "rspace": 5}, "\u22a5 infix": {"lspace": 5, "rspace": 5}, "\u22a6 infix": {"lspace": 5, "rspace": 5}, "\u22a7 infix": {"lspace": 5, "rspace": 5}, "\u22a8 infix": {"lspace": 5, "rspace": 5}, "\u22a9 infix": {"lspace": 5, "rspace": 5}, "\u22aa infix": {"lspace": 5, "rspace": 5}, "\u22ab infix": {"lspace": 5, "rspace": 5}, "\u22ac infix": {"lspace": 5, "rspace": 5}, "\u22ad infix": {"lspace": 5, "rspace": 5}, "\u22ae infix": {"lspace": 5, "rspace": 5}, "\u22af infix": {"lspace": 5, "rspace": 5}, "\u22b0 infix": {"lspace": 5, "rspace": 5}, "\u22b1 infix": {"lspace": 5, "rspace": 5}, "\u22b2 infix": {"lspace": 5, "rspace": 5}, "\u22b3 infix": {"lspace": 5, "rspace": 5}, "\u22b4 infix": {"lspace": 5, "rspace": 5}, "\u22b5 infix": {"lspace": 5, "rspace": 5}, "\u22b6 infix": {"lspace": 5, "rspace": 5}, "\u22b7 infix": {"lspace": 5, "rspace": 5}, "\u22b8 infix": {"lspace": 5, "rspace": 5}, "\u22b9 infix": {"lspace": 5, "rspace": 5}, "\u22ba infix": {"lspace": 4, "rspace": 4}, "\u22bb infix": {"lspace": 4, "rspace": 4}, "\u22bc infix": {"lspace": 4, "rspace": 4}, "\u22bd infix": {"lspace": 4, "rspace": 4}, "\u22be infix": {"lspace": 3, "rspace": 3}, "\u22bf infix": {"lspace": 3, "rspace": 3}, "\u22c0 prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u22c1 prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u22c2 prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u22c3 prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u22c4 infix": {"lspace": 4, "rspace": 4}, "\u22c5 infix": {"lspace": 4, "rspace": 4}, "\u22c6 infix": {"lspace": 4, "rspace": 4}, "\u22c7 infix": {"lspace": 4, "rspace": 4}, "\u22c8 infix": {"lspace": 5, "rspace": 5}, "\u22c9 infix": {"lspace": 4, "rspace": 4}, "\u22ca infix": {"lspace": 4, "rspace": 4}, "\u22cb infix": {"lspace": 4, "rspace": 4}, "\u22cc infix": {"lspace": 4, "rspace": 4}, "\u22cd infix": {"lspace": 5, "rspace": 5}, "\u22ce infix": {"lspace": 4, "rspace": 4}, "\u22cf infix": {"lspace": 4, "rspace": 4}, "\u22d0 infix": {"lspace": 5, "rspace": 5}, "\u22d1 infix": {"lspace": 5, "rspace": 5}, "\u22d2 infix": {"lspace": 4, "rspace": 4}, "\u22d3 infix": {"lspace": 4, "rspace": 4}, "\u22d4 infix": {"lspace": 5, "rspace": 5}, "\u22d5 infix": {"lspace": 5, "rspace": 5}, "\u22d6 infix": {"lspace": 5, "rspace": 5}, "\u22d7 infix": {"lspace": 5, "rspace": 5}, "\u22d8 infix": {"lspace": 5, "rspace": 5}, "\u22d9 infix": {"lspace": 5, "rspace": 5}, "\u22da infix": {"lspace": 5, "rspace": 5}, "\u22db infix": {"lspace": 5, "rspace": 5}, "\u22dc infix": {"lspace": 5, "rspace": 5}, "\u22dd infix": {"lspace": 5, "rspace": 5}, "\u22de infix": {"lspace": 5, "rspace": 5}, "\u22df infix": {"lspace": 5, "rspace": 5}, "\u22e0 infix": {"lspace": 5, "rspace": 5}, "\u22e1 infix": {"lspace": 5, "rspace": 5}, "\u22e2 infix": {"lspace": 5, "rspace": 5}, "\u22e3 infix": {"lspace": 5, "rspace": 5}, "\u22e4 infix": {"lspace": 5, "rspace": 5}, "\u22e5 infix": {"lspace": 5, "rspace": 5}, "\u22e6 infix": {"lspace": 5, "rspace": 5}, "\u22e7 infix": {"lspace": 5, "rspace": 5}, "\u22e8 infix": {"lspace": 5, "rspace": 5}, "\u22e9 infix": {"lspace": 5, "rspace": 5}, "\u22ea infix": {"lspace": 5, "rspace": 5}, "\u22eb infix": {"lspace": 5, "rspace": 5}, "\u22ec infix": {"lspace": 5, "rspace": 5}, "\u22ed infix": {"lspace": 5, "rspace": 5}, "\u22ee infix": {"lspace": 5, "rspace": 5}, "\u22ef infix": {"lspace": 0, "rspace": 0}, "\u22f0 infix": {"lspace": 5, "rspace": 5}, "\u22f1 infix": {"lspace": 5, "rspace": 5}, "\u22f2 infix": {"lspace": 5, "rspace": 5}, "\u22f3 infix": {"lspace": 5, "rspace": 5}, "\u22f4 infix": {"lspace": 5, "rspace": 5}, "\u22f5 infix": {"lspace": 5, "rspace": 5}, "\u22f6 infix": {"lspace": 5, "rspace": 5}, "\u22f7 infix": {"lspace": 5, "rspace": 5}, "\u22f8 infix": {"lspace": 5, "rspace": 5}, "\u22f9 infix": {"lspace": 5, "rspace": 5}, "\u22fa infix": {"lspace": 5, "rspace": 5}, "\u22fb infix": {"lspace": 5, "rspace": 5}, "\u22fc infix": {"lspace": 5, "rspace": 5}, "\u22fd infix": {"lspace": 5, "rspace": 5}, "\u22fe infix": {"lspace": 5, "rspace": 5}, "\u22ff infix": {"lspace": 5, "rspace": 5}, "\u2308 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2309 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u230a prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u230b postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2329 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u232a postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u23b4 postfix": {"accent": true, "horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u23b5 postfix": {"accent": true, "horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u23dc postfix": {"accent": true, "horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u23dd postfix": {"accent": true, "horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u23de postfix": {"accent": true, "horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u23df postfix": {"accent": true, "horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u23e0 postfix": {"accent": true, "horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u23e1 postfix": {"accent": true, "horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u25a0 infix": {"lspace": 3, "rspace": 3}, "\u25a1 infix": {"lspace": 3, "rspace": 3}, "\u25aa infix": {"lspace": 3, "rspace": 3}, "\u25ab infix": {"lspace": 3, "rspace": 3}, "\u25ad infix": {"lspace": 3, "rspace": 3}, "\u25ae infix": {"lspace": 3, "rspace": 3}, "\u25af infix": {"lspace": 3, "rspace": 3}, "\u25b0 infix": {"lspace": 3, "rspace": 3}, "\u25b1 infix": {"lspace": 3, "rspace": 3}, "\u25b2 infix": {"lspace": 4, "rspace": 4}, "\u25b3 infix": {"lspace": 4, "rspace": 4}, "\u25b4 infix": {"lspace": 4, "rspace": 4}, "\u25b5 infix": {"lspace": 4, "rspace": 4}, "\u25b6 infix": {"lspace": 4, "rspace": 4}, "\u25b7 infix": {"lspace": 4, "rspace": 4}, "\u25b8 infix": {"lspace": 4, "rspace": 4}, "\u25b9 infix": {"lspace": 4, "rspace": 4}, "\u25bc infix": {"lspace": 4, "rspace": 4}, "\u25bd infix": {"lspace": 4, "rspace": 4}, "\u25be infix": {"lspace": 4, "rspace": 4}, "\u25bf infix": {"lspace": 4, "rspace": 4}, "\u25c0 infix": {"lspace": 4, "rspace": 4}, "\u25c1 infix": {"lspace": 4, "rspace": 4}, "\u25c2 infix": {"lspace": 4, "rspace": 4}, "\u25c3 infix": {"lspace": 4, "rspace": 4}, "\u25c4 infix": {"lspace": 4, "rspace": 4}, "\u25c5 infix": {"lspace": 4, "rspace": 4}, "\u25c6 infix": {"lspace": 4, "rspace": 4}, "\u25c7 infix": {"lspace": 4, "rspace": 4}, "\u25c8 infix": {"lspace": 4, "rspace": 4}, "\u25c9 infix": {"lspace": 4, "rspace": 4}, "\u25cc infix": {"lspace": 4, "rspace": 4}, "\u25cd infix": {"lspace": 4, "rspace": 4}, "\u25ce infix": {"lspace": 4, "rspace": 4}, "\u25cf infix": {"lspace": 4, "rspace": 4}, "\u25d6 infix": {"lspace": 4, "rspace": 4}, "\u25d7 infix": {"lspace": 4, "rspace": 4}, "\u25e6 infix": {"lspace": 4, "rspace": 4}, "\u266d postfix": {"lspace": 0, "rspace": 2}, "\u266e postfix": {"lspace": 0, "rspace": 2}, "\u266f postfix": {"lspace": 0, "rspace": 2}, "\u2758 infix": {"lspace": 5, "rspace": 5}, "\u2772 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2773 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u27e6 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u27e7 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u27e8 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u27e9 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u27ea prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u27eb postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u27ec prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u27ed postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u27ee prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u27ef postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u27f0 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u27f1 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u27f5 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u27f6 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u27f7 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u27f8 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u27f9 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u27fa infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u27fb infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u27fc infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u27fd infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u27fe infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u27ff infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2900 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2901 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2902 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2903 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2904 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2905 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2906 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2907 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2908 infix": {"lspace": 5, "rspace": 5}, "\u2909 infix": {"lspace": 5, "rspace": 5}, "\u290a infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u290b infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u290c infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u290d infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u290e infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u290f infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2910 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2911 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2912 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2913 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2914 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2915 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2916 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2917 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2918 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2919 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u291a infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u291b infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u291c infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u291d infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u291e infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u291f infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2920 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2921 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2922 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2923 infix": {"lspace": 5, "rspace": 5}, "\u2924 infix": {"lspace": 5, "rspace": 5}, "\u2925 infix": {"lspace": 5, "rspace": 5}, "\u2926 infix": {"lspace": 5, "rspace": 5}, "\u2927 infix": {"lspace": 5, "rspace": 5}, "\u2928 infix": {"lspace": 5, "rspace": 5}, "\u2929 infix": {"lspace": 5, "rspace": 5}, "\u292a infix": {"lspace": 5, "rspace": 5}, "\u292b infix": {"lspace": 5, "rspace": 5}, "\u292c infix": {"lspace": 5, "rspace": 5}, "\u292d infix": {"lspace": 5, "rspace": 5}, "\u292e infix": {"lspace": 5, "rspace": 5}, "\u292f infix": {"lspace": 5, "rspace": 5}, "\u2930 infix": {"lspace": 5, "rspace": 5}, "\u2931 infix": {"lspace": 5, "rspace": 5}, "\u2932 infix": {"lspace": 5, "rspace": 5}, "\u2933 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2934 infix": {"lspace": 5, "rspace": 5}, "\u2935 infix": {"lspace": 5, "rspace": 5}, "\u2936 infix": {"lspace": 5, "rspace": 5}, "\u2937 infix": {"lspace": 5, "rspace": 5}, "\u2938 infix": {"lspace": 5, "rspace": 5}, "\u2939 infix": {"lspace": 5, "rspace": 5}, "\u293a infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u293b infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u293c infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u293d infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u293e infix": {"lspace": 5, "rspace": 5}, "\u293f infix": {"lspace": 5, "rspace": 5}, "\u2940 infix": {"lspace": 5, "rspace": 5}, "\u2941 infix": {"lspace": 5, "rspace": 5}, "\u2942 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2943 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2944 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2945 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2946 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2947 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2948 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2949 infix": {"lspace": 5, "rspace": 5}, "\u294a infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u294b infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u294c infix": {"lspace": 5, "rspace": 5}, "\u294d infix": {"lspace": 5, "rspace": 5}, "\u294e infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u294f infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2950 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2951 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2952 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2953 infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2954 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2955 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2956 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2957 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2958 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2959 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u295a infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u295b infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u295c infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u295d infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u295e infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u295f infix": {"accent": true, "horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2960 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2961 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2962 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2963 infix": {"lspace": 5, "rspace": 5}, "\u2964 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2965 infix": {"lspace": 5, "rspace": 5}, "\u2966 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2967 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2968 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2969 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u296a infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u296b infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u296c infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u296d infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u296e infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u296f infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2970 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2971 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2972 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2973 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2974 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2975 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2976 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2977 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2978 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u2979 infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u297a infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u297b infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u297c infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u297d infix": {"accent": true, "lspace": 5, "rspace": 5}, "\u297e infix": {"lspace": 5, "rspace": 5}, "\u297f infix": {"lspace": 5, "rspace": 5}, "\u2980 postfix": {"lspace": 0, "rspace": 0, "stretchy": true}, "\u2980 prefix": {"lspace": 0, "rspace": 0, "stretchy": true}, "\u2981 infix": {"lspace": 3, "rspace": 3}, "\u2982 infix": {"lspace": 3, "rspace": 3}, "\u2983 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2984 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2985 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2986 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2987 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2988 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2989 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u298a postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u298b prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u298c postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u298d prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u298e postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u298f prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2990 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2991 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2992 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2993 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2994 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2995 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2996 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2997 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2998 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2999 infix": {"lspace": 3, "rspace": 3}, "\u299a infix": {"lspace": 3, "rspace": 3}, "\u299b infix": {"lspace": 3, "rspace": 3}, "\u299c infix": {"lspace": 3, "rspace": 3}, "\u299d infix": {"lspace": 3, "rspace": 3}, "\u299e infix": {"lspace": 3, "rspace": 3}, "\u299f infix": {"lspace": 3, "rspace": 3}, "\u29a0 infix": {"lspace": 3, "rspace": 3}, "\u29a1 infix": {"lspace": 3, "rspace": 3}, "\u29a2 infix": {"lspace": 3, "rspace": 3}, "\u29a3 infix": {"lspace": 3, "rspace": 3}, "\u29a4 infix": {"lspace": 3, "rspace": 3}, "\u29a5 infix": {"lspace": 3, "rspace": 3}, "\u29a6 infix": {"lspace": 3, "rspace": 3}, "\u29a7 infix": {"lspace": 3, "rspace": 3}, "\u29a8 infix": {"lspace": 3, "rspace": 3}, "\u29a9 infix": {"lspace": 3, "rspace": 3}, "\u29aa infix": {"lspace": 3, "rspace": 3}, "\u29ab infix": {"lspace": 3, "rspace": 3}, "\u29ac infix": {"lspace": 3, "rspace": 3}, "\u29ad infix": {"lspace": 3, "rspace": 3}, "\u29ae infix": {"lspace": 3, "rspace": 3}, "\u29af infix": {"lspace": 3, "rspace": 3}, "\u29b0 infix": {"lspace": 3, "rspace": 3}, "\u29b1 infix": {"lspace": 3, "rspace": 3}, "\u29b2 infix": {"lspace": 3, "rspace": 3}, "\u29b3 infix": {"lspace": 3, "rspace": 3}, "\u29b4 infix": {"lspace": 3, "rspace": 3}, "\u29b5 infix": {"lspace": 3, "rspace": 3}, "\u29b6 infix": {"lspace": 4, "rspace": 4}, "\u29b7 infix": {"lspace": 4, "rspace": 4}, "\u29b8 infix": {"lspace": 4, "rspace": 4}, "\u29b9 infix": {"lspace": 4, "rspace": 4}, "\u29ba infix": {"lspace": 4, "rspace": 4}, "\u29bb infix": {"lspace": 4, "rspace": 4}, "\u29bc infix": {"lspace": 4, "rspace": 4}, "\u29bd infix": {"lspace": 4, "rspace": 4}, "\u29be infix": {"lspace": 4, "rspace": 4}, "\u29bf infix": {"lspace": 4, "rspace": 4}, "\u29c0 infix": {"lspace": 5, "rspace": 5}, "\u29c1 infix": {"lspace": 5, "rspace": 5}, "\u29c2 infix": {"lspace": 3, "rspace": 3}, "\u29c3 infix": {"lspace": 3, "rspace": 3}, "\u29c4 infix": {"lspace": 4, "rspace": 4}, "\u29c5 infix": {"lspace": 4, "rspace": 4}, "\u29c6 infix": {"lspace": 4, "rspace": 4}, "\u29c7 infix": {"lspace": 4, "rspace": 4}, "\u29c8 infix": {"lspace": 4, "rspace": 4}, "\u29c9 infix": {"lspace": 3, "rspace": 3}, "\u29ca infix": {"lspace": 3, "rspace": 3}, "\u29cb infix": {"lspace": 3, "rspace": 3}, "\u29cc infix": {"lspace": 3, "rspace": 3}, "\u29cd infix": {"lspace": 3, "rspace": 3}, "\u29ce infix": {"lspace": 5, "rspace": 5}, "\u29cf infix": {"lspace": 5, "rspace": 5}, "\u29cf\u0338 infix": {"lspace": 5, "rspace": 5}, "\u29d0 infix": {"lspace": 5, "rspace": 5}, "\u29d0\u0338 infix": {"lspace": 5, "rspace": 5}, "\u29d1 infix": {"lspace": 5, "rspace": 5}, "\u29d2 infix": {"lspace": 5, "rspace": 5}, "\u29d3 infix": {"lspace": 5, "rspace": 5}, "\u29d4 infix": {"lspace": 5, "rspace": 5}, "\u29d5 infix": {"lspace": 5, "rspace": 5}, "\u29d6 infix": {"lspace": 4, "rspace": 4}, "\u29d7 infix": {"lspace": 4, "rspace": 4}, "\u29d8 infix": {"lspace": 3, "rspace": 3}, "\u29d9 infix": {"lspace": 3, "rspace": 3}, "\u29db infix": {"lspace": 3, "rspace": 3}, "\u29dc infix": {"lspace": 3, "rspace": 3}, "\u29dd infix": {"lspace": 3, "rspace": 3}, "\u29de infix": {"lspace": 5, "rspace": 5}, "\u29df infix": {"lspace": 3, "rspace": 3}, "\u29e0 infix": {"lspace": 3, "rspace": 3}, "\u29e1 infix": {"lspace": 5, "rspace": 5}, "\u29e2 infix": {"lspace": 4, "rspace": 4}, "\u29e3 infix": {"lspace": 5, "rspace": 5}, "\u29e4 infix": {"lspace": 5, "rspace": 5}, "\u29e5 infix": {"lspace": 5, "rspace": 5}, "\u29e6 infix": {"lspace": 5, "rspace": 5}, "\u29e7 infix": {"lspace": 3, "rspace": 3}, "\u29e8 infix": {"lspace": 3, "rspace": 3}, "\u29e9 infix": {"lspace": 3, "rspace": 3}, "\u29ea infix": {"lspace": 3, "rspace": 3}, "\u29eb infix": {"lspace": 3, "rspace": 3}, "\u29ec infix": {"lspace": 3, "rspace": 3}, "\u29ed infix": {"lspace": 3, "rspace": 3}, "\u29ee infix": {"lspace": 3, "rspace": 3}, "\u29ef infix": {"lspace": 3, "rspace": 3}, "\u29f0 infix": {"lspace": 3, "rspace": 3}, "\u29f1 infix": {"lspace": 3, "rspace": 3}, "\u29f2 infix": {"lspace": 3, "rspace": 3}, "\u29f3 infix": {"lspace": 3, "rspace": 3}, "\u29f4 infix": {"lspace": 5, "rspace": 5}, "\u29f5 infix": {"lspace": 4, "rspace": 4}, "\u29f6 infix": {"lspace": 4, "rspace": 4}, "\u29f7 infix": {"lspace": 4, "rspace": 4}, "\u29f8 infix": {"lspace": 3, "rspace": 3}, "\u29f9 infix": {"lspace": 3, "rspace": 3}, "\u29fa infix": {"lspace": 3, "rspace": 3}, "\u29fb infix": {"lspace": 3, "rspace": 3}, "\u29fc prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u29fd postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u29fe infix": {"lspace": 4, "rspace": 4}, "\u29ff infix": {"lspace": 4, "rspace": 4}, "\u2a00 prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u2a01 prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u2a02 prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u2a03 prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u2a04 prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u2a05 prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u2a06 prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u2a07 prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u2a08 prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u2a09 prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u2a0a prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u2a0b prefix": {"largeop": true, "lspace": 1, "rspace": 2, "symmetric": true}, "\u2a0c prefix": {"largeop": true, "lspace": 0, "rspace": 1, "symmetric": true}, "\u2a0d prefix": {"largeop": true, "lspace": 1, "rspace": 2, "symmetric": true}, "\u2a0e prefix": {"largeop": true, "lspace": 1, "rspace": 2, "symmetric": true}, "\u2a0f prefix": {"largeop": true, "lspace": 1, "rspace": 2, "symmetric": true}, "\u2a10 prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u2a11 prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u2a12 prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u2a13 prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u2a14 prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u2a15 prefix": {"largeop": true, "lspace": 1, "rspace": 2, "symmetric": true}, "\u2a16 prefix": {"largeop": true, "lspace": 1, "rspace": 2, "symmetric": true}, "\u2a17 prefix": {"largeop": true, "lspace": 1, "rspace": 2, "symmetric": true}, "\u2a18 prefix": {"largeop": true, "lspace": 1, "rspace": 2, "symmetric": true}, "\u2a19 prefix": {"largeop": true, "lspace": 1, "rspace": 2, "symmetric": true}, "\u2a1a prefix": {"largeop": true, "lspace": 1, "rspace": 2, "symmetric": true}, "\u2a1b prefix": {"largeop": true, "lspace": 1, "rspace": 2, "symmetric": true}, "\u2a1c prefix": {"largeop": true, "lspace": 1, "rspace": 2, "symmetric": true}, "\u2a1d infix": {"lspace": 3, "rspace": 3}, "\u2a1e infix": {"lspace": 3, "rspace": 3}, "\u2a1f infix": {"lspace": 3, "rspace": 3}, "\u2a20 infix": {"lspace": 3, "rspace": 3}, "\u2a21 infix": {"lspace": 3, "rspace": 3}, "\u2a22 infix": {"lspace": 4, "rspace": 4}, "\u2a23 infix": {"lspace": 4, "rspace": 4}, "\u2a24 infix": {"lspace": 4, "rspace": 4}, "\u2a25 infix": {"lspace": 4, "rspace": 4}, "\u2a26 infix": {"lspace": 4, "rspace": 4}, "\u2a27 infix": {"lspace": 4, "rspace": 4}, "\u2a28 infix": {"lspace": 4, "rspace": 4}, "\u2a29 infix": {"lspace": 4, "rspace": 4}, "\u2a2a infix": {"lspace": 4, "rspace": 4}, "\u2a2b infix": {"lspace": 4, "rspace": 4}, "\u2a2c infix": {"lspace": 4, "rspace": 4}, "\u2a2d infix": {"lspace": 4, "rspace": 4}, "\u2a2e infix": {"lspace": 4, "rspace": 4}, "\u2a2f infix": {"lspace": 4, "rspace": 4}, "\u2a30 infix": {"lspace": 4, "rspace": 4}, "\u2a31 infix": {"lspace": 4, "rspace": 4}, "\u2a32 infix": {"lspace": 4, "rspace": 4}, "\u2a33 infix": {"lspace": 4, "rspace": 4}, "\u2a34 infix": {"lspace": 4, "rspace": 4}, "\u2a35 infix": {"lspace": 4, "rspace": 4}, "\u2a36 infix": {"lspace": 4, "rspace": 4}, "\u2a37 infix": {"lspace": 4, "rspace": 4}, "\u2a38 infix": {"lspace": 4, "rspace": 4}, "\u2a39 infix": {"lspace": 4, "rspace": 4}, "\u2a3a infix": {"lspace": 4, "rspace": 4}, "\u2a3b infix": {"lspace": 4, "rspace": 4}, "\u2a3c infix": {"lspace": 4, "rspace": 4}, "\u2a3d infix": {"lspace": 4, "rspace": 4}, "\u2a3e infix": {"lspace": 4, "rspace": 4}, "\u2a3f infix": {"lspace": 4, "rspace": 4}, "\u2a40 infix": {"lspace": 4, "rspace": 4}, "\u2a41 infix": {"lspace": 4, "rspace": 4}, "\u2a42 infix": {"lspace": 4, "rspace": 4}, "\u2a43 infix": {"lspace": 4, "rspace": 4}, "\u2a44 infix": {"lspace": 4, "rspace": 4}, "\u2a45 infix": {"lspace": 4, "rspace": 4}, "\u2a46 infix": {"lspace": 4, "rspace": 4}, "\u2a47 infix": {"lspace": 4, "rspace": 4}, "\u2a48 infix": {"lspace": 4, "rspace": 4}, "\u2a49 infix": {"lspace": 4, "rspace": 4}, "\u2a4a infix": {"lspace": 4, "rspace": 4}, "\u2a4b infix": {"lspace": 4, "rspace": 4}, "\u2a4c infix": {"lspace": 4, "rspace": 4}, "\u2a4d infix": {"lspace": 4, "rspace": 4}, "\u2a4e infix": {"lspace": 4, "rspace": 4}, "\u2a4f infix": {"lspace": 4, "rspace": 4}, "\u2a50 infix": {"lspace": 4, "rspace": 4}, "\u2a51 infix": {"lspace": 4, "rspace": 4}, "\u2a52 infix": {"lspace": 4, "rspace": 4}, "\u2a53 infix": {"lspace": 4, "rspace": 4}, "\u2a54 infix": {"lspace": 4, "rspace": 4}, "\u2a55 infix": {"lspace": 4, "rspace": 4}, "\u2a56 infix": {"lspace": 4, "rspace": 4}, "\u2a57 infix": {"lspace": 4, "rspace": 4}, "\u2a58 infix": {"lspace": 4, "rspace": 4}, "\u2a59 infix": {"lspace": 5, "rspace": 5}, "\u2a5a infix": {"lspace": 4, "rspace": 4}, "\u2a5b infix": {"lspace": 4, "rspace": 4}, "\u2a5c infix": {"lspace": 4, "rspace": 4}, "\u2a5d infix": {"lspace": 4, "rspace": 4}, "\u2a5e infix": {"lspace": 4, "rspace": 4}, "\u2a5f infix": {"lspace": 4, "rspace": 4}, "\u2a60 infix": {"lspace": 4, "rspace": 4}, "\u2a61 infix": {"lspace": 4, "rspace": 4}, "\u2a62 infix": {"lspace": 4, "rspace": 4}, "\u2a63 infix": {"lspace": 4, "rspace": 4}, "\u2a64 infix": {"lspace": 4, "rspace": 4}, "\u2a65 infix": {"lspace": 4, "rspace": 4}, "\u2a66 infix": {"lspace": 5, "rspace": 5}, "\u2a67 infix": {"lspace": 5, "rspace": 5}, "\u2a68 infix": {"lspace": 5, "rspace": 5}, "\u2a69 infix": {"lspace": 5, "rspace": 5}, "\u2a6a infix": {"lspace": 5, "rspace": 5}, "\u2a6b infix": {"lspace": 5, "rspace": 5}, "\u2a6c infix": {"lspace": 5, "rspace": 5}, "\u2a6d infix": {"lspace": 5, "rspace": 5}, "\u2a6e infix": {"lspace": 5, "rspace": 5}, "\u2a6f infix": {"lspace": 5, "rspace": 5}, "\u2a70 infix": {"lspace": 5, "rspace": 5}, "\u2a71 infix": {"lspace": 4, "rspace": 4}, "\u2a72 infix": {"lspace": 4, "rspace": 4}, "\u2a73 infix": {"lspace": 5, "rspace": 5}, "\u2a74 infix": {"lspace": 5, "rspace": 5}, "\u2a75 infix": {"lspace": 5, "rspace": 5}, "\u2a76 infix": {"lspace": 5, "rspace": 5}, "\u2a77 infix": {"lspace": 5, "rspace": 5}, "\u2a78 infix": {"lspace": 5, "rspace": 5}, "\u2a79 infix": {"lspace": 5, "rspace": 5}, "\u2a7a infix": {"lspace": 5, "rspace": 5}, "\u2a7b infix": {"lspace": 5, "rspace": 5}, "\u2a7c infix": {"lspace": 5, "rspace": 5}, "\u2a7d infix": {"lspace": 5, "rspace": 5}, "\u2a7d\u0338 infix": {"lspace": 5, "rspace": 5}, "\u2a7e infix": {"lspace": 5, "rspace": 5}, "\u2a7e\u0338 infix": {"lspace": 5, "rspace": 5}, "\u2a7f infix": {"lspace": 5, "rspace": 5}, "\u2a80 infix": {"lspace": 5, "rspace": 5}, "\u2a81 infix": {"lspace": 5, "rspace": 5}, "\u2a82 infix": {"lspace": 5, "rspace": 5}, "\u2a83 infix": {"lspace": 5, "rspace": 5}, "\u2a84 infix": {"lspace": 5, "rspace": 5}, "\u2a85 infix": {"lspace": 5, "rspace": 5}, "\u2a86 infix": {"lspace": 5, "rspace": 5}, "\u2a87 infix": {"lspace": 5, "rspace": 5}, "\u2a88 infix": {"lspace": 5, "rspace": 5}, "\u2a89 infix": {"lspace": 5, "rspace": 5}, "\u2a8a infix": {"lspace": 5, "rspace": 5}, "\u2a8b infix": {"lspace": 5, "rspace": 5}, "\u2a8c infix": {"lspace": 5, "rspace": 5}, "\u2a8d infix": {"lspace": 5, "rspace": 5}, "\u2a8e infix": {"lspace": 5, "rspace": 5}, "\u2a8f infix": {"lspace": 5, "rspace": 5}, "\u2a90 infix": {"lspace": 5, "rspace": 5}, "\u2a91 infix": {"lspace": 5, "rspace": 5}, "\u2a92 infix": {"lspace": 5, "rspace": 5}, "\u2a93 infix": {"lspace": 5, "rspace": 5}, "\u2a94 infix": {"lspace": 5, "rspace": 5}, "\u2a95 infix": {"lspace": 5, "rspace": 5}, "\u2a96 infix": {"lspace": 5, "rspace": 5}, "\u2a97 infix": {"lspace": 5, "rspace": 5}, "\u2a98 infix": {"lspace": 5, "rspace": 5}, "\u2a99 infix": {"lspace": 5, "rspace": 5}, "\u2a9a infix": {"lspace": 5, "rspace": 5}, "\u2a9b infix": {"lspace": 5, "rspace": 5}, "\u2a9c infix": {"lspace": 5, "rspace": 5}, "\u2a9d infix": {"lspace": 5, "rspace": 5}, "\u2a9e infix": {"lspace": 5, "rspace": 5}, "\u2a9f infix": {"lspace": 5, "rspace": 5}, "\u2aa0 infix": {"lspace": 5, "rspace": 5}, "\u2aa1 infix": {"lspace": 5, "rspace": 5}, "\u2aa1\u0338 infix": {"lspace": 5, "rspace": 5}, "\u2aa2 infix": {"lspace": 5, "rspace": 5}, "\u2aa2\u0338 infix": {"lspace": 5, "rspace": 5}, "\u2aa3 infix": {"lspace": 5, "rspace": 5}, "\u2aa4 infix": {"lspace": 5, "rspace": 5}, "\u2aa5 infix": {"lspace": 5, "rspace": 5}, "\u2aa6 infix": {"lspace": 5, "rspace": 5}, "\u2aa7 infix": {"lspace": 5, "rspace": 5}, "\u2aa8 infix": {"lspace": 5, "rspace": 5}, "\u2aa9 infix": {"lspace": 5, "rspace": 5}, "\u2aaa infix": {"lspace": 5, "rspace": 5}, "\u2aab infix": {"lspace": 5, "rspace": 5}, "\u2aac infix": {"lspace": 5, "rspace": 5}, "\u2aad infix": {"lspace": 5, "rspace": 5}, "\u2aae infix": {"lspace": 5, "rspace": 5}, "\u2aaf infix": {"lspace": 5, "rspace": 5}, "\u2aaf\u0338 infix": {"lspace": 5, "rspace": 5}, "\u2ab0 infix": {"lspace": 5, "rspace": 5}, "\u2ab0\u0338 infix": {"lspace": 5, "rspace": 5}, "\u2ab1 infix": {"lspace": 5, "rspace": 5}, "\u2ab2 infix": {"lspace": 5, "rspace": 5}, "\u2ab3 infix": {"lspace": 5, "rspace": 5}, "\u2ab4 infix": {"lspace": 5, "rspace": 5}, "\u2ab5 infix": {"lspace": 5, "rspace": 5}, "\u2ab6 infix": {"lspace": 5, "rspace": 5}, "\u2ab7 infix": {"lspace": 5, "rspace": 5}, "\u2ab8 infix": {"lspace": 5, "rspace": 5}, "\u2ab9 infix": {"lspace": 5, "rspace": 5}, "\u2aba infix": {"lspace": 5, "rspace": 5}, "\u2abb infix": {"lspace": 5, "rspace": 5}, "\u2abc infix": {"lspace": 5, "rspace": 5}, "\u2abd infix": {"lspace": 5, "rspace": 5}, "\u2abe infix": {"lspace": 5, "rspace": 5}, "\u2abf infix": {"lspace": 5, "rspace": 5}, "\u2ac0 infix": {"lspace": 5, "rspace": 5}, "\u2ac1 infix": {"lspace": 5, "rspace": 5}, "\u2ac2 infix": {"lspace": 5, "rspace": 5}, "\u2ac3 infix": {"lspace": 5, "rspace": 5}, "\u2ac4 infix": {"lspace": 5, "rspace": 5}, "\u2ac5 infix": {"lspace": 5, "rspace": 5}, "\u2ac6 infix": {"lspace": 5, "rspace": 5}, "\u2ac7 infix": {"lspace": 5, "rspace": 5}, "\u2ac8 infix": {"lspace": 5, "rspace": 5}, "\u2ac9 infix": {"lspace": 5, "rspace": 5}, "\u2aca infix": {"lspace": 5, "rspace": 5}, "\u2acb infix": {"lspace": 5, "rspace": 5}, "\u2acc infix": {"lspace": 5, "rspace": 5}, "\u2acd infix": {"lspace": 5, "rspace": 5}, "\u2ace infix": {"lspace": 5, "rspace": 5}, "\u2acf infix": {"lspace": 5, "rspace": 5}, "\u2ad0 infix": {"lspace": 5, "rspace": 5}, "\u2ad1 infix": {"lspace": 5, "rspace": 5}, "\u2ad2 infix": {"lspace": 5, "rspace": 5}, "\u2ad3 infix": {"lspace": 5, "rspace": 5}, "\u2ad4 infix": {"lspace": 5, "rspace": 5}, "\u2ad5 infix": {"lspace": 5, "rspace": 5}, "\u2ad6 infix": {"lspace": 5, "rspace": 5}, "\u2ad7 infix": {"lspace": 5, "rspace": 5}, "\u2ad8 infix": {"lspace": 5, "rspace": 5}, "\u2ad9 infix": {"lspace": 5, "rspace": 5}, "\u2ada infix": {"lspace": 5, "rspace": 5}, "\u2adb infix": {"lspace": 5, "rspace": 5}, "\u2add infix": {"lspace": 5, "rspace": 5}, "\u2add\u0338 infix": {"lspace": 5, "rspace": 5}, "\u2ade infix": {"lspace": 5, "rspace": 5}, "\u2adf infix": {"lspace": 5, "rspace": 5}, "\u2ae0 infix": {"lspace": 5, "rspace": 5}, "\u2ae1 infix": {"lspace": 5, "rspace": 5}, "\u2ae2 infix": {"lspace": 5, "rspace": 5}, "\u2ae3 infix": {"lspace": 5, "rspace": 5}, "\u2ae4 infix": {"lspace": 5, "rspace": 5}, "\u2ae5 infix": {"lspace": 5, "rspace": 5}, "\u2ae6 infix": {"lspace": 5, "rspace": 5}, "\u2ae7 infix": {"lspace": 5, "rspace": 5}, "\u2ae8 infix": {"lspace": 5, "rspace": 5}, "\u2ae9 infix": {"lspace": 5, "rspace": 5}, "\u2aea infix": {"lspace": 5, "rspace": 5}, "\u2aeb infix": {"lspace": 5, "rspace": 5}, "\u2aec infix": {"lspace": 5, "rspace": 5}, "\u2aed infix": {"lspace": 5, "rspace": 5}, "\u2aee infix": {"lspace": 5, "rspace": 5}, "\u2aef infix": {"lspace": 5, "rspace": 5}, "\u2af0 infix": {"lspace": 5, "rspace": 5}, "\u2af1 infix": {"lspace": 5, "rspace": 5}, "\u2af2 infix": {"lspace": 5, "rspace": 5}, "\u2af3 infix": {"lspace": 5, "rspace": 5}, "\u2af4 infix": {"lspace": 4, "rspace": 4}, "\u2af5 infix": {"lspace": 4, "rspace": 4}, "\u2af6 infix": {"lspace": 4, "rspace": 4}, "\u2af7 infix": {"lspace": 5, "rspace": 5}, "\u2af8 infix": {"lspace": 5, "rspace": 5}, "\u2af9 infix": {"lspace": 5, "rspace": 5}, "\u2afa infix": {"lspace": 5, "rspace": 5}, "\u2afb infix": {"lspace": 4, "rspace": 4}, "\u2afc prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u2afd infix": {"lspace": 4, "rspace": 4}, "\u2afe infix": {"lspace": 3, "rspace": 3}, "\u2aff prefix": {"largeop": true, "lspace": 1, "movablelimits": true, "rspace": 2, "symmetric": true}, "\u2b45 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2b46 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\ud83b\udef0 prefix": {"horizontal": true, "stretchy": true}, "\ud83b\udef1 prefix": {"horizontal": true, "stretchy": true}}} \ No newline at end of file +{"comment": "This file was automatically generated by operator-dictionary.py. Do not edit.", "dictionary": {"! postfix": {"lspace": 0, "rspace": 0}, "! prefix": {"lspace": 0, "rspace": 0}, "!! postfix": {"lspace": 0, "rspace": 0}, "!= infix": {"lspace": 5, "rspace": 5}, "\" postfix": {"lspace": 0, "rspace": 0}, "% infix": {"lspace": 3, "rspace": 3}, "& postfix": {"lspace": 0, "rspace": 0}, "&& infix": {"lspace": 4, "rspace": 4}, "' postfix": {"lspace": 0, "rspace": 0}, "( prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, ") postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "* infix": {"lspace": 3, "rspace": 3}, "** infix": {"lspace": 3, "rspace": 3}, "*= infix": {"lspace": 5, "rspace": 5}, "+ infix": {"lspace": 4, "rspace": 4}, "+ prefix": {"lspace": 0, "rspace": 0}, "++ postfix": {"lspace": 0, "rspace": 0}, "+= infix": {"lspace": 5, "rspace": 5}, ", infix": {"lspace": 0, "rspace": 3}, "- infix": {"lspace": 4, "rspace": 4}, "- prefix": {"lspace": 0, "rspace": 0}, "-- postfix": {"lspace": 0, "rspace": 0}, "-= infix": {"lspace": 5, "rspace": 5}, "-> infix": {"lspace": 5, "rspace": 5}, ". infix": {"lspace": 3, "rspace": 3}, ".. postfix": {"lspace": 0, "rspace": 0}, "/ infix": {"lspace": 4, "rspace": 4}, "// infix": {"lspace": 3, "rspace": 3}, "/= infix": {"lspace": 5, "rspace": 5}, ": infix": {"lspace": 0, "rspace": 3}, ":= infix": {"lspace": 5, "rspace": 5}, "; infix": {"lspace": 0, "rspace": 3}, "< infix": {"lspace": 5, "rspace": 5}, "<= infix": {"lspace": 5, "rspace": 5}, "<> infix": {"lspace": 3, "rspace": 3}, "= infix": {"horizontal": true, "lspace": 5, "rspace": 5}, "== infix": {"lspace": 5, "rspace": 5}, "> infix": {"lspace": 5, "rspace": 5}, ">= infix": {"lspace": 5, "rspace": 5}, "? infix": {"lspace": 3, "rspace": 3}, "@ infix": {"lspace": 3, "rspace": 3}, "[ prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\\ infix": {"lspace": 0, "rspace": 0}, "] postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "^ infix": {"horizontal": true, "lspace": 3, "rspace": 3}, "^ postfix": {"horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "_ infix": {"horizontal": true, "lspace": 3, "rspace": 3}, "_ postfix": {"horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "` postfix": {"lspace": 0, "rspace": 0}, "{ prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "| infix": {"lspace": 3, "rspace": 3}, "| postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "| prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "|| infix": {"lspace": 3, "rspace": 3}, "|| postfix": {"lspace": 0, "rspace": 0}, "|| prefix": {"lspace": 0, "rspace": 0}, "} postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "~ postfix": {"horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u00a0 infix": {}, "\u00a0 prefix": {}, "\u00a0 suffix": {}, "\u00a8 postfix": {"lspace": 0, "rspace": 0}, "\u00ac prefix": {"lspace": 0, "rspace": 0}, "\u00af postfix": {"horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u00b0 postfix": {"lspace": 0, "rspace": 0}, "\u00b1 infix": {"lspace": 4, "rspace": 4}, "\u00b1 prefix": {"lspace": 0, "rspace": 0}, "\u00b2 postfix": {"lspace": 0, "rspace": 0}, "\u00b3 postfix": {"lspace": 0, "rspace": 0}, "\u00b4 postfix": {"lspace": 0, "rspace": 0}, "\u00b7 infix": {"lspace": 3, "rspace": 3}, "\u00b8 postfix": {"lspace": 0, "rspace": 0}, "\u00b9 postfix": {"lspace": 0, "rspace": 0}, "\u00d7 infix": {"lspace": 3, "rspace": 3}, "\u00f7 infix": {"lspace": 4, "rspace": 4}, "\u02c6 postfix": {"horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u02c7 postfix": {"horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u02c9 postfix": {"horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u02ca postfix": {"lspace": 0, "rspace": 0}, "\u02cb postfix": {"lspace": 0, "rspace": 0}, "\u02cd postfix": {"horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u02d8 postfix": {"lspace": 0, "rspace": 0}, "\u02d9 postfix": {"lspace": 0, "rspace": 0}, "\u02da postfix": {"lspace": 0, "rspace": 0}, "\u02dc postfix": {"horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u02dd postfix": {"lspace": 0, "rspace": 0}, "\u02f7 postfix": {"horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u0302 postfix": {"horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u0311 postfix": {"lspace": 0, "rspace": 0}, "\u2016 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2016 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2018 prefix": {"lspace": 0, "rspace": 0}, "\u2019 postfix": {"lspace": 0, "rspace": 0}, "\u201a postfix": {"lspace": 0, "rspace": 0}, "\u201b postfix": {"lspace": 0, "rspace": 0}, "\u201c prefix": {"lspace": 0, "rspace": 0}, "\u201d postfix": {"lspace": 0, "rspace": 0}, "\u201e postfix": {"lspace": 0, "rspace": 0}, "\u201f postfix": {"lspace": 0, "rspace": 0}, "\u2022 infix": {"lspace": 3, "rspace": 3}, "\u2032 postfix": {"lspace": 0, "rspace": 0}, "\u2033 postfix": {"lspace": 0, "rspace": 0}, "\u2034 postfix": {"lspace": 0, "rspace": 0}, "\u2035 postfix": {"lspace": 0, "rspace": 0}, "\u2036 postfix": {"lspace": 0, "rspace": 0}, "\u2037 postfix": {"lspace": 0, "rspace": 0}, "\u203e postfix": {"horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u2043 infix": {"lspace": 3, "rspace": 3}, "\u2044 infix": {"lspace": 4, "rspace": 4}, "\u2057 postfix": {"lspace": 0, "rspace": 0}, "\u2061 infix": {"lspace": 0, "rspace": 0}, "\u2062 infix": {"lspace": 0, "rspace": 0}, "\u2063 infix": {"lspace": 0, "rspace": 0}, "\u2064 infix": {"lspace": 0, "rspace": 0}, "\u20db postfix": {"lspace": 0, "rspace": 0}, "\u20dc postfix": {"lspace": 0, "rspace": 0}, "\u2145 prefix": {"lspace": 3, "rspace": 0}, "\u2146 prefix": {"lspace": 3, "rspace": 0}, "\u2190 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2191 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2192 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2193 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2194 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2195 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2196 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2197 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2198 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2199 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u219a infix": {"lspace": 5, "rspace": 5}, "\u219b infix": {"lspace": 5, "rspace": 5}, "\u219c infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u219d infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u219e infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u219f infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21a0 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21a1 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21a2 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21a3 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21a4 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21a5 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21a6 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21a7 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21a8 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21a9 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21aa infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21ab infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21ac infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21ad infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21ae infix": {"lspace": 5, "rspace": 5}, "\u21af infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21b0 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21b1 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21b2 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21b3 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21b4 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21b5 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21b6 infix": {"lspace": 5, "rspace": 5}, "\u21b7 infix": {"lspace": 5, "rspace": 5}, "\u21b8 infix": {"lspace": 5, "rspace": 5}, "\u21b9 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21ba infix": {"lspace": 5, "rspace": 5}, "\u21bb infix": {"lspace": 5, "rspace": 5}, "\u21bc infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21bd infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21be infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21bf infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21c0 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21c1 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21c2 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21c3 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21c4 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21c5 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21c6 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21c7 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21c8 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21c9 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21ca infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21cb infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21cc infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21cd infix": {"lspace": 5, "rspace": 5}, "\u21ce infix": {"lspace": 5, "rspace": 5}, "\u21cf infix": {"lspace": 5, "rspace": 5}, "\u21d0 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21d1 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21d2 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21d3 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21d4 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21d5 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21d6 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21d7 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21d8 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21d9 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21da infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21db infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21dc infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21dd infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21de infix": {"lspace": 5, "rspace": 5}, "\u21df infix": {"lspace": 5, "rspace": 5}, "\u21e0 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21e1 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21e2 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21e3 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21e4 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21e5 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21e6 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21e7 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21e8 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21e9 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21ea infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21eb infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21ec infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21ed infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21ee infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21ef infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21f0 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21f1 infix": {"lspace": 5, "rspace": 5}, "\u21f2 infix": {"lspace": 5, "rspace": 5}, "\u21f3 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21f4 infix": {"lspace": 5, "rspace": 5}, "\u21f5 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u21f6 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21f7 infix": {"lspace": 5, "rspace": 5}, "\u21f8 infix": {"lspace": 5, "rspace": 5}, "\u21f9 infix": {"lspace": 5, "rspace": 5}, "\u21fa infix": {"lspace": 5, "rspace": 5}, "\u21fb infix": {"lspace": 5, "rspace": 5}, "\u21fc infix": {"lspace": 5, "rspace": 5}, "\u21fd infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21fe infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u21ff infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2200 prefix": {"lspace": 0, "rspace": 0}, "\u2201 prefix": {"lspace": 0, "rspace": 0}, "\u2202 prefix": {"lspace": 3, "rspace": 0}, "\u2203 prefix": {"lspace": 0, "rspace": 0}, "\u2204 prefix": {"lspace": 0, "rspace": 0}, "\u2206 infix": {"lspace": 3, "rspace": 3}, "\u2207 prefix": {"lspace": 0, "rspace": 0}, "\u2208 infix": {"lspace": 5, "rspace": 5}, "\u2209 infix": {"lspace": 5, "rspace": 5}, "\u220a infix": {"lspace": 5, "rspace": 5}, "\u220b infix": {"lspace": 5, "rspace": 5}, "\u220c infix": {"lspace": 5, "rspace": 5}, "\u220d infix": {"lspace": 5, "rspace": 5}, "\u220e infix": {"lspace": 3, "rspace": 3}, "\u220f prefix": {"largeop": true, "lspace": 3, "movablelimits": true, "rspace": 3, "symmetric": true}, "\u2210 prefix": {"largeop": true, "lspace": 3, "movablelimits": true, "rspace": 3, "symmetric": true}, "\u2211 prefix": {"largeop": true, "lspace": 3, "movablelimits": true, "rspace": 3, "symmetric": true}, "\u2212 infix": {"lspace": 4, "rspace": 4}, "\u2212 prefix": {"lspace": 0, "rspace": 0}, "\u2213 infix": {"lspace": 4, "rspace": 4}, "\u2213 prefix": {"lspace": 0, "rspace": 0}, "\u2214 infix": {"lspace": 4, "rspace": 4}, "\u2215 infix": {"lspace": 4, "rspace": 4}, "\u2216 infix": {"lspace": 4, "rspace": 4}, "\u2217 infix": {"lspace": 3, "rspace": 3}, "\u2218 infix": {"lspace": 4, "rspace": 4}, "\u2219 infix": {"lspace": 5, "rspace": 5}, "\u221a prefix": {"lspace": 3, "rspace": 0}, "\u221b prefix": {"lspace": 3, "rspace": 0}, "\u221c prefix": {"lspace": 3, "rspace": 0}, "\u221d infix": {"lspace": 5, "rspace": 5}, "\u221f prefix": {"lspace": 0, "rspace": 0}, "\u2220 prefix": {"lspace": 0, "rspace": 0}, "\u2221 prefix": {"lspace": 0, "rspace": 0}, "\u2222 prefix": {"lspace": 0, "rspace": 0}, "\u2223 infix": {"lspace": 5, "rspace": 5}, "\u2224 infix": {"lspace": 4, "rspace": 4}, "\u2225 infix": {"lspace": 5, "rspace": 5}, "\u2226 infix": {"lspace": 5, "rspace": 5}, "\u2227 infix": {"lspace": 4, "rspace": 4}, "\u2228 infix": {"lspace": 4, "rspace": 4}, "\u2229 infix": {"lspace": 4, "rspace": 4}, "\u222a infix": {"lspace": 4, "rspace": 4}, "\u222b prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u222c prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u222d prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u222e prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u222f prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u2230 prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u2231 prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u2232 prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u2233 prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u2234 infix": {"lspace": 5, "rspace": 5}, "\u2235 infix": {"lspace": 5, "rspace": 5}, "\u2236 infix": {"lspace": 4, "rspace": 4}, "\u2237 infix": {"lspace": 5, "rspace": 5}, "\u2238 infix": {"lspace": 4, "rspace": 4}, "\u2239 infix": {"lspace": 5, "rspace": 5}, "\u223a infix": {"lspace": 5, "rspace": 5}, "\u223b infix": {"lspace": 5, "rspace": 5}, "\u223c infix": {"lspace": 5, "rspace": 5}, "\u223c prefix": {"lspace": 0, "rspace": 0}, "\u223d infix": {"lspace": 5, "rspace": 5}, "\u223e infix": {"lspace": 5, "rspace": 5}, "\u223f infix": {"lspace": 3, "rspace": 3}, "\u2240 infix": {"lspace": 3, "rspace": 3}, "\u2241 infix": {"lspace": 5, "rspace": 5}, "\u2242 infix": {"lspace": 5, "rspace": 5}, "\u2243 infix": {"lspace": 5, "rspace": 5}, "\u2244 infix": {"lspace": 5, "rspace": 5}, "\u2245 infix": {"lspace": 5, "rspace": 5}, "\u2246 infix": {"lspace": 5, "rspace": 5}, "\u2247 infix": {"lspace": 5, "rspace": 5}, "\u2248 infix": {"lspace": 5, "rspace": 5}, "\u2249 infix": {"lspace": 5, "rspace": 5}, "\u224a infix": {"lspace": 5, "rspace": 5}, "\u224b infix": {"lspace": 5, "rspace": 5}, "\u224c infix": {"lspace": 5, "rspace": 5}, "\u224d infix": {"lspace": 5, "rspace": 5}, "\u224e infix": {"lspace": 5, "rspace": 5}, "\u224f infix": {"lspace": 5, "rspace": 5}, "\u2250 infix": {"lspace": 5, "rspace": 5}, "\u2251 infix": {"lspace": 5, "rspace": 5}, "\u2252 infix": {"lspace": 5, "rspace": 5}, "\u2253 infix": {"lspace": 5, "rspace": 5}, "\u2254 infix": {"lspace": 5, "rspace": 5}, "\u2255 infix": {"lspace": 5, "rspace": 5}, "\u2256 infix": {"lspace": 5, "rspace": 5}, "\u2257 infix": {"lspace": 5, "rspace": 5}, "\u2258 infix": {"lspace": 5, "rspace": 5}, "\u2259 infix": {"lspace": 5, "rspace": 5}, "\u225a infix": {"lspace": 5, "rspace": 5}, "\u225b infix": {"lspace": 5, "rspace": 5}, "\u225c infix": {"lspace": 5, "rspace": 5}, "\u225d infix": {"lspace": 5, "rspace": 5}, "\u225e infix": {"lspace": 5, "rspace": 5}, "\u225f infix": {"lspace": 5, "rspace": 5}, "\u2260 infix": {"lspace": 5, "rspace": 5}, "\u2261 infix": {"lspace": 5, "rspace": 5}, "\u2262 infix": {"lspace": 5, "rspace": 5}, "\u2263 infix": {"lspace": 5, "rspace": 5}, "\u2264 infix": {"lspace": 5, "rspace": 5}, "\u2265 infix": {"lspace": 5, "rspace": 5}, "\u2266 infix": {"lspace": 5, "rspace": 5}, "\u2267 infix": {"lspace": 5, "rspace": 5}, "\u2268 infix": {"lspace": 5, "rspace": 5}, "\u2269 infix": {"lspace": 5, "rspace": 5}, "\u226a infix": {"lspace": 5, "rspace": 5}, "\u226b infix": {"lspace": 5, "rspace": 5}, "\u226c infix": {"lspace": 5, "rspace": 5}, "\u226d infix": {"lspace": 5, "rspace": 5}, "\u226e infix": {"lspace": 5, "rspace": 5}, "\u226f infix": {"lspace": 5, "rspace": 5}, "\u2270 infix": {"lspace": 5, "rspace": 5}, "\u2271 infix": {"lspace": 5, "rspace": 5}, "\u2272 infix": {"lspace": 5, "rspace": 5}, "\u2273 infix": {"lspace": 5, "rspace": 5}, "\u2274 infix": {"lspace": 5, "rspace": 5}, "\u2275 infix": {"lspace": 5, "rspace": 5}, "\u2276 infix": {"lspace": 5, "rspace": 5}, "\u2277 infix": {"lspace": 5, "rspace": 5}, "\u2278 infix": {"lspace": 5, "rspace": 5}, "\u2279 infix": {"lspace": 5, "rspace": 5}, "\u227a infix": {"lspace": 5, "rspace": 5}, "\u227b infix": {"lspace": 5, "rspace": 5}, "\u227c infix": {"lspace": 5, "rspace": 5}, "\u227d infix": {"lspace": 5, "rspace": 5}, "\u227e infix": {"lspace": 5, "rspace": 5}, "\u227f infix": {"lspace": 5, "rspace": 5}, "\u2280 infix": {"lspace": 5, "rspace": 5}, "\u2281 infix": {"lspace": 5, "rspace": 5}, "\u2282 infix": {"lspace": 5, "rspace": 5}, "\u2283 infix": {"lspace": 5, "rspace": 5}, "\u2284 infix": {"lspace": 5, "rspace": 5}, "\u2285 infix": {"lspace": 5, "rspace": 5}, "\u2286 infix": {"lspace": 5, "rspace": 5}, "\u2287 infix": {"lspace": 5, "rspace": 5}, "\u2288 infix": {"lspace": 5, "rspace": 5}, "\u2289 infix": {"lspace": 5, "rspace": 5}, "\u228a infix": {"lspace": 5, "rspace": 5}, "\u228b infix": {"lspace": 5, "rspace": 5}, "\u228c infix": {"lspace": 4, "rspace": 4}, "\u228d infix": {"lspace": 4, "rspace": 4}, "\u228e infix": {"lspace": 4, "rspace": 4}, "\u228f infix": {"lspace": 4, "rspace": 4}, "\u2290 infix": {"lspace": 5, "rspace": 5}, "\u2291 infix": {"lspace": 5, "rspace": 5}, "\u2292 infix": {"lspace": 5, "rspace": 5}, "\u2293 infix": {"lspace": 4, "rspace": 4}, "\u2294 infix": {"lspace": 4, "rspace": 4}, "\u2295 infix": {"lspace": 4, "rspace": 4}, "\u2296 infix": {"lspace": 4, "rspace": 4}, "\u2297 infix": {"lspace": 3, "rspace": 3}, "\u2298 infix": {"lspace": 4, "rspace": 4}, "\u2299 infix": {"lspace": 3, "rspace": 3}, "\u229a infix": {"lspace": 5, "rspace": 5}, "\u229b infix": {"lspace": 5, "rspace": 5}, "\u229c infix": {"lspace": 5, "rspace": 5}, "\u229d infix": {"lspace": 4, "rspace": 4}, "\u229e infix": {"lspace": 4, "rspace": 4}, "\u229f infix": {"lspace": 4, "rspace": 4}, "\u22a0 infix": {"lspace": 3, "rspace": 3}, "\u22a1 infix": {"lspace": 3, "rspace": 3}, "\u22a2 infix": {"lspace": 5, "rspace": 5}, "\u22a3 infix": {"lspace": 5, "rspace": 5}, "\u22a4 infix": {"lspace": 5, "rspace": 5}, "\u22a5 infix": {"lspace": 5, "rspace": 5}, "\u22a6 infix": {"lspace": 5, "rspace": 5}, "\u22a7 infix": {"lspace": 5, "rspace": 5}, "\u22a8 infix": {"lspace": 5, "rspace": 5}, "\u22a9 infix": {"lspace": 5, "rspace": 5}, "\u22aa infix": {"lspace": 5, "rspace": 5}, "\u22ab infix": {"lspace": 5, "rspace": 5}, "\u22ac infix": {"lspace": 5, "rspace": 5}, "\u22ad infix": {"lspace": 5, "rspace": 5}, "\u22ae infix": {"lspace": 5, "rspace": 5}, "\u22af infix": {"lspace": 5, "rspace": 5}, "\u22b0 infix": {"lspace": 5, "rspace": 5}, "\u22b1 infix": {"lspace": 5, "rspace": 5}, "\u22b2 infix": {"lspace": 5, "rspace": 5}, "\u22b3 infix": {"lspace": 5, "rspace": 5}, "\u22b4 infix": {"lspace": 5, "rspace": 5}, "\u22b5 infix": {"lspace": 5, "rspace": 5}, "\u22b6 infix": {"lspace": 5, "rspace": 5}, "\u22b7 infix": {"lspace": 5, "rspace": 5}, "\u22b8 infix": {"lspace": 5, "rspace": 5}, "\u22b9 infix": {"lspace": 5, "rspace": 5}, "\u22ba infix": {"lspace": 5, "rspace": 5}, "\u22bb infix": {"lspace": 4, "rspace": 4}, "\u22bc infix": {"lspace": 4, "rspace": 4}, "\u22bd infix": {"lspace": 4, "rspace": 4}, "\u22be prefix": {"lspace": 0, "rspace": 0}, "\u22bf prefix": {"lspace": 0, "rspace": 0}, "\u22c0 prefix": {"largeop": true, "lspace": 3, "movablelimits": true, "rspace": 3, "symmetric": true}, "\u22c1 prefix": {"largeop": true, "lspace": 3, "movablelimits": true, "rspace": 3, "symmetric": true}, "\u22c2 prefix": {"largeop": true, "lspace": 3, "movablelimits": true, "rspace": 3, "symmetric": true}, "\u22c3 prefix": {"largeop": true, "lspace": 3, "movablelimits": true, "rspace": 3, "symmetric": true}, "\u22c4 infix": {"lspace": 4, "rspace": 4}, "\u22c5 infix": {"lspace": 3, "rspace": 3}, "\u22c6 infix": {"lspace": 4, "rspace": 4}, "\u22c7 infix": {"lspace": 3, "rspace": 3}, "\u22c8 infix": {"lspace": 5, "rspace": 5}, "\u22c9 infix": {"lspace": 3, "rspace": 3}, "\u22ca infix": {"lspace": 3, "rspace": 3}, "\u22cb infix": {"lspace": 3, "rspace": 3}, "\u22cc infix": {"lspace": 3, "rspace": 3}, "\u22cd infix": {"lspace": 5, "rspace": 5}, "\u22ce infix": {"lspace": 4, "rspace": 4}, "\u22cf infix": {"lspace": 4, "rspace": 4}, "\u22d0 infix": {"lspace": 5, "rspace": 5}, "\u22d1 infix": {"lspace": 5, "rspace": 5}, "\u22d2 infix": {"lspace": 4, "rspace": 4}, "\u22d3 infix": {"lspace": 4, "rspace": 4}, "\u22d4 infix": {"lspace": 5, "rspace": 5}, "\u22d5 infix": {"lspace": 5, "rspace": 5}, "\u22d6 infix": {"lspace": 5, "rspace": 5}, "\u22d7 infix": {"lspace": 5, "rspace": 5}, "\u22d8 infix": {"lspace": 5, "rspace": 5}, "\u22d9 infix": {"lspace": 5, "rspace": 5}, "\u22da infix": {"lspace": 5, "rspace": 5}, "\u22db infix": {"lspace": 5, "rspace": 5}, "\u22dc infix": {"lspace": 5, "rspace": 5}, "\u22dd infix": {"lspace": 5, "rspace": 5}, "\u22de infix": {"lspace": 5, "rspace": 5}, "\u22df infix": {"lspace": 5, "rspace": 5}, "\u22e0 infix": {"lspace": 5, "rspace": 5}, "\u22e1 infix": {"lspace": 5, "rspace": 5}, "\u22e2 infix": {"lspace": 5, "rspace": 5}, "\u22e3 infix": {"lspace": 5, "rspace": 5}, "\u22e4 infix": {"lspace": 5, "rspace": 5}, "\u22e5 infix": {"lspace": 5, "rspace": 5}, "\u22e6 infix": {"lspace": 5, "rspace": 5}, "\u22e7 infix": {"lspace": 5, "rspace": 5}, "\u22e8 infix": {"lspace": 5, "rspace": 5}, "\u22e9 infix": {"lspace": 5, "rspace": 5}, "\u22ea infix": {"lspace": 5, "rspace": 5}, "\u22eb infix": {"lspace": 5, "rspace": 5}, "\u22ec infix": {"lspace": 5, "rspace": 5}, "\u22ed infix": {"lspace": 5, "rspace": 5}, "\u22f2 infix": {"lspace": 5, "rspace": 5}, "\u22f3 infix": {"lspace": 5, "rspace": 5}, "\u22f4 infix": {"lspace": 5, "rspace": 5}, "\u22f5 infix": {"lspace": 5, "rspace": 5}, "\u22f6 infix": {"lspace": 5, "rspace": 5}, "\u22f7 infix": {"lspace": 5, "rspace": 5}, "\u22f8 infix": {"lspace": 5, "rspace": 5}, "\u22f9 infix": {"lspace": 5, "rspace": 5}, "\u22fa infix": {"lspace": 5, "rspace": 5}, "\u22fb infix": {"lspace": 5, "rspace": 5}, "\u22fc infix": {"lspace": 5, "rspace": 5}, "\u22fd infix": {"lspace": 5, "rspace": 5}, "\u22fe infix": {"lspace": 5, "rspace": 5}, "\u22ff infix": {"lspace": 5, "rspace": 5}, "\u2301 infix": {"lspace": 5, "rspace": 5}, "\u2305 infix": {"lspace": 3, "rspace": 3}, "\u2306 infix": {"lspace": 3, "rspace": 3}, "\u2308 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2309 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u230a prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u230b postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2310 prefix": {"lspace": 0, "rspace": 0}, "\u2319 prefix": {"lspace": 0, "rspace": 0}, "\u2322 postfix": {"lspace": 0, "rspace": 0, "stretchy": true}, "\u2323 postfix": {"lspace": 0, "rspace": 0, "stretchy": true}, "\u2329 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u232a postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u237c infix": {"lspace": 5, "rspace": 5}, "\u238b infix": {"lspace": 5, "rspace": 5}, "\u23b4 postfix": {"horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u23b5 postfix": {"horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u23cd postfix": {"lspace": 0, "rspace": 0}, "\u23dc postfix": {"horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u23dd postfix": {"horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u23de postfix": {"horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u23df postfix": {"horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u23e0 postfix": {"horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u23e1 postfix": {"horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\u25a0 infix": {"lspace": 3, "rspace": 3}, "\u25a1 infix": {"lspace": 3, "rspace": 3}, "\u25aa infix": {"lspace": 3, "rspace": 3}, "\u25ab infix": {"lspace": 3, "rspace": 3}, "\u25ad infix": {"lspace": 3, "rspace": 3}, "\u25ae infix": {"lspace": 3, "rspace": 3}, "\u25af infix": {"lspace": 3, "rspace": 3}, "\u25b0 infix": {"lspace": 3, "rspace": 3}, "\u25b1 infix": {"lspace": 3, "rspace": 3}, "\u2758 infix": {"lspace": 5, "rspace": 5}, "\u2772 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2773 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2794 infix": {"lspace": 5, "rspace": 5}, "\u2795 infix": {"lspace": 4, "rspace": 4}, "\u2795 prefix": {"lspace": 0, "rspace": 0}, "\u2796 infix": {"lspace": 4, "rspace": 4}, "\u2796 prefix": {"lspace": 0, "rspace": 0}, "\u2797 infix": {"lspace": 4, "rspace": 4}, "\u2798 infix": {"lspace": 5, "rspace": 5}, "\u2799 infix": {"lspace": 5, "rspace": 5}, "\u279a infix": {"lspace": 5, "rspace": 5}, "\u279b infix": {"lspace": 5, "rspace": 5}, "\u279c infix": {"lspace": 5, "rspace": 5}, "\u279d infix": {"lspace": 5, "rspace": 5}, "\u279e infix": {"lspace": 5, "rspace": 5}, "\u279f infix": {"lspace": 5, "rspace": 5}, "\u27a0 infix": {"lspace": 5, "rspace": 5}, "\u27a1 infix": {"lspace": 5, "rspace": 5}, "\u27a5 infix": {"lspace": 5, "rspace": 5}, "\u27a6 infix": {"lspace": 5, "rspace": 5}, "\u27a7 infix": {"lspace": 5, "rspace": 5}, "\u27a8 infix": {"lspace": 5, "rspace": 5}, "\u27a9 infix": {"lspace": 5, "rspace": 5}, "\u27aa infix": {"lspace": 5, "rspace": 5}, "\u27ab infix": {"lspace": 5, "rspace": 5}, "\u27ac infix": {"lspace": 5, "rspace": 5}, "\u27ad infix": {"lspace": 5, "rspace": 5}, "\u27ae infix": {"lspace": 5, "rspace": 5}, "\u27af infix": {"lspace": 5, "rspace": 5}, "\u27b1 infix": {"lspace": 5, "rspace": 5}, "\u27b2 infix": {"lspace": 5, "rspace": 5}, "\u27b3 infix": {"lspace": 5, "rspace": 5}, "\u27b4 infix": {"lspace": 5, "rspace": 5}, "\u27b5 infix": {"lspace": 5, "rspace": 5}, "\u27b6 infix": {"lspace": 5, "rspace": 5}, "\u27b7 infix": {"lspace": 5, "rspace": 5}, "\u27b8 infix": {"lspace": 5, "rspace": 5}, "\u27b9 infix": {"lspace": 5, "rspace": 5}, "\u27ba infix": {"lspace": 5, "rspace": 5}, "\u27bb infix": {"lspace": 5, "rspace": 5}, "\u27bc infix": {"lspace": 5, "rspace": 5}, "\u27bd infix": {"lspace": 5, "rspace": 5}, "\u27be infix": {"lspace": 5, "rspace": 5}, "\u27c0 prefix": {"lspace": 0, "rspace": 0}, "\u27cb infix": {"lspace": 3, "rspace": 3}, "\u27cd infix": {"lspace": 3, "rspace": 3}, "\u27df infix": {"lspace": 5, "rspace": 5}, "\u27e6 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u27e7 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u27e8 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u27e9 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u27ea prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u27eb postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u27ec prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u27ed postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u27ee prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u27ef postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u27f0 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u27f1 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u27f2 infix": {"lspace": 5, "rspace": 5}, "\u27f3 infix": {"lspace": 5, "rspace": 5}, "\u27f4 infix": {"lspace": 4, "rspace": 4}, "\u27f5 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u27f6 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u27f7 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u27f8 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u27f9 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u27fa infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u27fb infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u27fc infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u27fd infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u27fe infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u27ff infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2900 infix": {"lspace": 5, "rspace": 5}, "\u2901 infix": {"lspace": 5, "rspace": 5}, "\u2902 infix": {"lspace": 5, "rspace": 5}, "\u2903 infix": {"lspace": 5, "rspace": 5}, "\u2904 infix": {"lspace": 5, "rspace": 5}, "\u2905 infix": {"lspace": 5, "rspace": 5}, "\u2906 infix": {"lspace": 5, "rspace": 5}, "\u2907 infix": {"lspace": 5, "rspace": 5}, "\u2908 infix": {"lspace": 5, "rspace": 5}, "\u2909 infix": {"lspace": 5, "rspace": 5}, "\u290a infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u290b infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u290c infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u290d infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u290e infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u290f infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2910 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2911 infix": {"lspace": 5, "rspace": 5}, "\u2912 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2913 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2914 infix": {"lspace": 5, "rspace": 5}, "\u2915 infix": {"lspace": 5, "rspace": 5}, "\u2916 infix": {"lspace": 5, "rspace": 5}, "\u2917 infix": {"lspace": 5, "rspace": 5}, "\u2918 infix": {"lspace": 5, "rspace": 5}, "\u2919 infix": {"lspace": 5, "rspace": 5}, "\u291a infix": {"lspace": 5, "rspace": 5}, "\u291b infix": {"lspace": 5, "rspace": 5}, "\u291c infix": {"lspace": 5, "rspace": 5}, "\u291d infix": {"lspace": 5, "rspace": 5}, "\u291e infix": {"lspace": 5, "rspace": 5}, "\u291f infix": {"lspace": 5, "rspace": 5}, "\u2920 infix": {"lspace": 5, "rspace": 5}, "\u2921 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2922 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2923 infix": {"lspace": 5, "rspace": 5}, "\u2924 infix": {"lspace": 5, "rspace": 5}, "\u2925 infix": {"lspace": 5, "rspace": 5}, "\u2926 infix": {"lspace": 5, "rspace": 5}, "\u2927 infix": {"lspace": 5, "rspace": 5}, "\u2928 infix": {"lspace": 5, "rspace": 5}, "\u2929 infix": {"lspace": 5, "rspace": 5}, "\u292a infix": {"lspace": 5, "rspace": 5}, "\u292b infix": {"lspace": 5, "rspace": 5}, "\u292c infix": {"lspace": 5, "rspace": 5}, "\u292d infix": {"lspace": 5, "rspace": 5}, "\u292e infix": {"lspace": 5, "rspace": 5}, "\u292f infix": {"lspace": 5, "rspace": 5}, "\u2930 infix": {"lspace": 5, "rspace": 5}, "\u2931 infix": {"lspace": 5, "rspace": 5}, "\u2932 infix": {"lspace": 5, "rspace": 5}, "\u2933 infix": {"lspace": 5, "rspace": 5}, "\u2934 infix": {"lspace": 5, "rspace": 5}, "\u2935 infix": {"lspace": 5, "rspace": 5}, "\u2936 infix": {"lspace": 5, "rspace": 5}, "\u2937 infix": {"lspace": 5, "rspace": 5}, "\u2938 infix": {"lspace": 5, "rspace": 5}, "\u2939 infix": {"lspace": 5, "rspace": 5}, "\u293a infix": {"lspace": 5, "rspace": 5}, "\u293b infix": {"lspace": 5, "rspace": 5}, "\u293c infix": {"lspace": 5, "rspace": 5}, "\u293d infix": {"lspace": 5, "rspace": 5}, "\u293e infix": {"lspace": 5, "rspace": 5}, "\u293f infix": {"lspace": 5, "rspace": 5}, "\u2940 infix": {"lspace": 5, "rspace": 5}, "\u2941 infix": {"lspace": 5, "rspace": 5}, "\u2942 infix": {"lspace": 5, "rspace": 5}, "\u2943 infix": {"lspace": 5, "rspace": 5}, "\u2944 infix": {"lspace": 5, "rspace": 5}, "\u2945 infix": {"lspace": 5, "rspace": 5}, "\u2946 infix": {"lspace": 5, "rspace": 5}, "\u2947 infix": {"lspace": 5, "rspace": 5}, "\u2948 infix": {"lspace": 5, "rspace": 5}, "\u2949 infix": {"lspace": 5, "rspace": 5}, "\u294a infix": {"lspace": 5, "rspace": 5}, "\u294b infix": {"lspace": 5, "rspace": 5}, "\u294c infix": {"lspace": 5, "rspace": 5}, "\u294d infix": {"lspace": 5, "rspace": 5}, "\u294e infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u294f infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2950 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2951 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2952 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2953 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2954 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2955 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2956 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2957 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2958 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2959 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u295a infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u295b infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u295c infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u295d infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u295e infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u295f infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2960 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2961 infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2962 infix": {"lspace": 5, "rspace": 5}, "\u2963 infix": {"lspace": 5, "rspace": 5}, "\u2964 infix": {"lspace": 5, "rspace": 5}, "\u2965 infix": {"lspace": 5, "rspace": 5}, "\u2966 infix": {"lspace": 5, "rspace": 5}, "\u2967 infix": {"lspace": 5, "rspace": 5}, "\u2968 infix": {"lspace": 5, "rspace": 5}, "\u2969 infix": {"lspace": 5, "rspace": 5}, "\u296a infix": {"lspace": 5, "rspace": 5}, "\u296b infix": {"lspace": 5, "rspace": 5}, "\u296c infix": {"lspace": 5, "rspace": 5}, "\u296d infix": {"lspace": 5, "rspace": 5}, "\u296e infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u296f infix": {"lspace": 5, "rspace": 5, "stretchy": true}, "\u2970 infix": {"lspace": 5, "rspace": 5}, "\u2971 infix": {"lspace": 5, "rspace": 5}, "\u2972 infix": {"lspace": 5, "rspace": 5}, "\u2973 infix": {"lspace": 5, "rspace": 5}, "\u2974 infix": {"lspace": 5, "rspace": 5}, "\u2975 infix": {"lspace": 5, "rspace": 5}, "\u2976 infix": {"lspace": 5, "rspace": 5}, "\u2977 infix": {"lspace": 5, "rspace": 5}, "\u2978 infix": {"lspace": 5, "rspace": 5}, "\u2979 infix": {"lspace": 5, "rspace": 5}, "\u297a infix": {"lspace": 5, "rspace": 5}, "\u297b infix": {"lspace": 5, "rspace": 5}, "\u297c infix": {"lspace": 5, "rspace": 5}, "\u297d infix": {"lspace": 5, "rspace": 5}, "\u297e infix": {"lspace": 5, "rspace": 5}, "\u297f infix": {"lspace": 5, "rspace": 5}, "\u2980 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2980 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2981 infix": {"lspace": 3, "rspace": 3}, "\u2982 infix": {"lspace": 3, "rspace": 3}, "\u2983 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2984 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2985 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2986 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2987 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2988 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2989 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u298a postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u298b prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u298c postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u298d prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u298e postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u298f prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2990 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2991 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2992 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2993 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2994 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2995 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2996 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2997 prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2998 postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2999 infix": {"lspace": 3, "rspace": 3}, "\u299a infix": {"lspace": 3, "rspace": 3}, "\u299b prefix": {"lspace": 0, "rspace": 0}, "\u299c prefix": {"lspace": 0, "rspace": 0}, "\u299d prefix": {"lspace": 0, "rspace": 0}, "\u299e prefix": {"lspace": 0, "rspace": 0}, "\u299f prefix": {"lspace": 0, "rspace": 0}, "\u29a0 prefix": {"lspace": 0, "rspace": 0}, "\u29a1 prefix": {"lspace": 0, "rspace": 0}, "\u29a2 prefix": {"lspace": 0, "rspace": 0}, "\u29a3 prefix": {"lspace": 0, "rspace": 0}, "\u29a4 prefix": {"lspace": 0, "rspace": 0}, "\u29a5 prefix": {"lspace": 0, "rspace": 0}, "\u29a6 prefix": {"lspace": 0, "rspace": 0}, "\u29a7 prefix": {"lspace": 0, "rspace": 0}, "\u29a8 prefix": {"lspace": 0, "rspace": 0}, "\u29a9 prefix": {"lspace": 0, "rspace": 0}, "\u29aa prefix": {"lspace": 0, "rspace": 0}, "\u29ab prefix": {"lspace": 0, "rspace": 0}, "\u29ac prefix": {"lspace": 0, "rspace": 0}, "\u29ad prefix": {"lspace": 0, "rspace": 0}, "\u29ae prefix": {"lspace": 0, "rspace": 0}, "\u29af prefix": {"lspace": 0, "rspace": 0}, "\u29b5 infix": {"lspace": 3, "rspace": 3}, "\u29b6 infix": {"lspace": 5, "rspace": 5}, "\u29b7 infix": {"lspace": 5, "rspace": 5}, "\u29b8 infix": {"lspace": 5, "rspace": 5}, "\u29b9 infix": {"lspace": 5, "rspace": 5}, "\u29ba infix": {"lspace": 5, "rspace": 5}, "\u29bb infix": {"lspace": 5, "rspace": 5}, "\u29bc infix": {"lspace": 4, "rspace": 4}, "\u29bd infix": {"lspace": 5, "rspace": 5}, "\u29be infix": {"lspace": 5, "rspace": 5}, "\u29bf infix": {"lspace": 5, "rspace": 5}, "\u29c0 infix": {"lspace": 5, "rspace": 5}, "\u29c1 infix": {"lspace": 5, "rspace": 5}, "\u29c2 infix": {"lspace": 3, "rspace": 3}, "\u29c3 infix": {"lspace": 3, "rspace": 3}, "\u29c4 infix": {"lspace": 5, "rspace": 5}, "\u29c5 infix": {"lspace": 5, "rspace": 5}, "\u29c6 infix": {"lspace": 5, "rspace": 5}, "\u29c7 infix": {"lspace": 5, "rspace": 5}, "\u29c8 infix": {"lspace": 5, "rspace": 5}, "\u29c9 infix": {"lspace": 3, "rspace": 3}, "\u29ca infix": {"lspace": 3, "rspace": 3}, "\u29cb infix": {"lspace": 3, "rspace": 3}, "\u29cc infix": {"lspace": 3, "rspace": 3}, "\u29cd infix": {"lspace": 3, "rspace": 3}, "\u29ce infix": {"lspace": 5, "rspace": 5}, "\u29cf infix": {"lspace": 5, "rspace": 5}, "\u29d1 infix": {"lspace": 5, "rspace": 5}, "\u29d2 infix": {"lspace": 5, "rspace": 5}, "\u29d3 infix": {"lspace": 5, "rspace": 5}, "\u29d4 infix": {"lspace": 5, "rspace": 5}, "\u29d5 infix": {"lspace": 5, "rspace": 5}, "\u29d6 infix": {"lspace": 5, "rspace": 5}, "\u29d7 infix": {"lspace": 5, "rspace": 5}, "\u29d8 infix": {"lspace": 3, "rspace": 3}, "\u29d9 infix": {"lspace": 3, "rspace": 3}, "\u29db infix": {"lspace": 3, "rspace": 3}, "\u29df infix": {"lspace": 3, "rspace": 3}, "\u29e0 infix": {"lspace": 3, "rspace": 3}, "\u29e1 infix": {"lspace": 5, "rspace": 5}, "\u29e2 infix": {"lspace": 3, "rspace": 3}, "\u29e3 infix": {"lspace": 5, "rspace": 5}, "\u29e4 infix": {"lspace": 5, "rspace": 5}, "\u29e5 infix": {"lspace": 5, "rspace": 5}, "\u29e6 infix": {"lspace": 5, "rspace": 5}, "\u29e7 infix": {"lspace": 3, "rspace": 3}, "\u29e8 infix": {"lspace": 3, "rspace": 3}, "\u29e9 infix": {"lspace": 3, "rspace": 3}, "\u29ea infix": {"lspace": 3, "rspace": 3}, "\u29eb infix": {"lspace": 3, "rspace": 3}, "\u29ec infix": {"lspace": 3, "rspace": 3}, "\u29ed infix": {"lspace": 3, "rspace": 3}, "\u29f4 infix": {"lspace": 5, "rspace": 5}, "\u29f5 infix": {"lspace": 5, "rspace": 5}, "\u29f6 infix": {"lspace": 4, "rspace": 4}, "\u29f7 infix": {"lspace": 5, "rspace": 5}, "\u29f8 infix": {"lspace": 3, "rspace": 3}, "\u29f9 infix": {"lspace": 3, "rspace": 3}, "\u29fa infix": {"lspace": 3, "rspace": 3}, "\u29fb infix": {"lspace": 3, "rspace": 3}, "\u29fc prefix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u29fd postfix": {"lspace": 0, "rspace": 0, "stretchy": true, "symmetric": true}, "\u2a00 prefix": {"largeop": true, "lspace": 3, "movablelimits": true, "rspace": 3, "symmetric": true}, "\u2a01 prefix": {"largeop": true, "lspace": 3, "movablelimits": true, "rspace": 3, "symmetric": true}, "\u2a02 prefix": {"largeop": true, "lspace": 3, "movablelimits": true, "rspace": 3, "symmetric": true}, "\u2a03 prefix": {"largeop": true, "lspace": 3, "movablelimits": true, "rspace": 3, "symmetric": true}, "\u2a04 prefix": {"largeop": true, "lspace": 3, "movablelimits": true, "rspace": 3, "symmetric": true}, "\u2a05 prefix": {"largeop": true, "lspace": 3, "movablelimits": true, "rspace": 3, "symmetric": true}, "\u2a06 prefix": {"largeop": true, "lspace": 3, "movablelimits": true, "rspace": 3, "symmetric": true}, "\u2a07 prefix": {"largeop": true, "lspace": 3, "movablelimits": true, "rspace": 3, "symmetric": true}, "\u2a08 prefix": {"largeop": true, "lspace": 3, "movablelimits": true, "rspace": 3, "symmetric": true}, "\u2a09 prefix": {"largeop": true, "lspace": 3, "movablelimits": true, "rspace": 3, "symmetric": true}, "\u2a0a prefix": {"largeop": true, "lspace": 3, "movablelimits": true, "rspace": 3, "symmetric": true}, "\u2a0b prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u2a0c prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u2a0d prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u2a0e prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u2a0f prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u2a10 prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u2a11 prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u2a12 prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u2a13 prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u2a14 prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u2a15 prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u2a16 prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u2a17 prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u2a18 prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u2a19 prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u2a1a prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u2a1b prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u2a1c prefix": {"largeop": true, "lspace": 3, "rspace": 3, "symmetric": true}, "\u2a1d infix": {"lspace": 3, "rspace": 3}, "\u2a1e infix": {"lspace": 3, "rspace": 3}, "\u2a1f infix": {"lspace": 3, "rspace": 3}, "\u2a20 infix": {"lspace": 3, "rspace": 3}, "\u2a21 infix": {"lspace": 3, "rspace": 3}, "\u2a22 infix": {"lspace": 4, "rspace": 4}, "\u2a23 infix": {"lspace": 4, "rspace": 4}, "\u2a24 infix": {"lspace": 4, "rspace": 4}, "\u2a25 infix": {"lspace": 4, "rspace": 4}, "\u2a26 infix": {"lspace": 4, "rspace": 4}, "\u2a27 infix": {"lspace": 4, "rspace": 4}, "\u2a28 infix": {"lspace": 4, "rspace": 4}, "\u2a29 infix": {"lspace": 4, "rspace": 4}, "\u2a2a infix": {"lspace": 4, "rspace": 4}, "\u2a2b infix": {"lspace": 4, "rspace": 4}, "\u2a2c infix": {"lspace": 4, "rspace": 4}, "\u2a2d infix": {"lspace": 4, "rspace": 4}, "\u2a2e infix": {"lspace": 4, "rspace": 4}, "\u2a2f infix": {"lspace": 3, "rspace": 3}, "\u2a30 infix": {"lspace": 3, "rspace": 3}, "\u2a31 infix": {"lspace": 3, "rspace": 3}, "\u2a32 infix": {"lspace": 3, "rspace": 3}, "\u2a33 infix": {"lspace": 3, "rspace": 3}, "\u2a34 infix": {"lspace": 3, "rspace": 3}, "\u2a35 infix": {"lspace": 3, "rspace": 3}, "\u2a36 infix": {"lspace": 3, "rspace": 3}, "\u2a37 infix": {"lspace": 3, "rspace": 3}, "\u2a38 infix": {"lspace": 4, "rspace": 4}, "\u2a39 infix": {"lspace": 4, "rspace": 4}, "\u2a3a infix": {"lspace": 4, "rspace": 4}, "\u2a3b infix": {"lspace": 3, "rspace": 3}, "\u2a3c infix": {"lspace": 3, "rspace": 3}, "\u2a3d infix": {"lspace": 3, "rspace": 3}, "\u2a3e infix": {"lspace": 5, "rspace": 5}, "\u2a3f infix": {"lspace": 3, "rspace": 3}, "\u2a40 infix": {"lspace": 4, "rspace": 4}, "\u2a41 infix": {"lspace": 4, "rspace": 4}, "\u2a42 infix": {"lspace": 4, "rspace": 4}, "\u2a43 infix": {"lspace": 4, "rspace": 4}, "\u2a44 infix": {"lspace": 4, "rspace": 4}, "\u2a45 infix": {"lspace": 4, "rspace": 4}, "\u2a46 infix": {"lspace": 4, "rspace": 4}, "\u2a47 infix": {"lspace": 4, "rspace": 4}, "\u2a48 infix": {"lspace": 4, "rspace": 4}, "\u2a49 infix": {"lspace": 4, "rspace": 4}, "\u2a4a infix": {"lspace": 4, "rspace": 4}, "\u2a4b infix": {"lspace": 4, "rspace": 4}, "\u2a4c infix": {"lspace": 4, "rspace": 4}, "\u2a4d infix": {"lspace": 4, "rspace": 4}, "\u2a4e infix": {"lspace": 4, "rspace": 4}, "\u2a4f infix": {"lspace": 4, "rspace": 4}, "\u2a50 infix": {"lspace": 3, "rspace": 3}, "\u2a51 infix": {"lspace": 4, "rspace": 4}, "\u2a52 infix": {"lspace": 4, "rspace": 4}, "\u2a53 infix": {"lspace": 4, "rspace": 4}, "\u2a54 infix": {"lspace": 4, "rspace": 4}, "\u2a55 infix": {"lspace": 4, "rspace": 4}, "\u2a56 infix": {"lspace": 4, "rspace": 4}, "\u2a57 infix": {"lspace": 4, "rspace": 4}, "\u2a58 infix": {"lspace": 4, "rspace": 4}, "\u2a59 infix": {"lspace": 4, "rspace": 4}, "\u2a5a infix": {"lspace": 4, "rspace": 4}, "\u2a5b infix": {"lspace": 4, "rspace": 4}, "\u2a5c infix": {"lspace": 4, "rspace": 4}, "\u2a5d infix": {"lspace": 4, "rspace": 4}, "\u2a5e infix": {"lspace": 4, "rspace": 4}, "\u2a5f infix": {"lspace": 4, "rspace": 4}, "\u2a60 infix": {"lspace": 4, "rspace": 4}, "\u2a61 infix": {"lspace": 4, "rspace": 4}, "\u2a62 infix": {"lspace": 4, "rspace": 4}, "\u2a63 infix": {"lspace": 4, "rspace": 4}, "\u2a64 infix": {"lspace": 5, "rspace": 5}, "\u2a65 infix": {"lspace": 5, "rspace": 5}, "\u2a66 infix": {"lspace": 5, "rspace": 5}, "\u2a67 infix": {"lspace": 5, "rspace": 5}, "\u2a68 infix": {"lspace": 5, "rspace": 5}, "\u2a69 infix": {"lspace": 5, "rspace": 5}, "\u2a6a infix": {"lspace": 5, "rspace": 5}, "\u2a6b infix": {"lspace": 5, "rspace": 5}, "\u2a6c infix": {"lspace": 5, "rspace": 5}, "\u2a6d infix": {"lspace": 5, "rspace": 5}, "\u2a6e infix": {"lspace": 5, "rspace": 5}, "\u2a6f infix": {"lspace": 5, "rspace": 5}, "\u2a70 infix": {"lspace": 5, "rspace": 5}, "\u2a71 infix": {"lspace": 5, "rspace": 5}, "\u2a72 infix": {"lspace": 5, "rspace": 5}, "\u2a73 infix": {"lspace": 5, "rspace": 5}, "\u2a74 infix": {"lspace": 5, "rspace": 5}, "\u2a75 infix": {"lspace": 5, "rspace": 5}, "\u2a76 infix": {"lspace": 5, "rspace": 5}, "\u2a77 infix": {"lspace": 5, "rspace": 5}, "\u2a78 infix": {"lspace": 5, "rspace": 5}, "\u2a79 infix": {"lspace": 5, "rspace": 5}, "\u2a7a infix": {"lspace": 5, "rspace": 5}, "\u2a7b infix": {"lspace": 5, "rspace": 5}, "\u2a7c infix": {"lspace": 5, "rspace": 5}, "\u2a7d infix": {"lspace": 5, "rspace": 5}, "\u2a7e infix": {"lspace": 5, "rspace": 5}, "\u2a7f infix": {"lspace": 5, "rspace": 5}, "\u2a80 infix": {"lspace": 5, "rspace": 5}, "\u2a81 infix": {"lspace": 5, "rspace": 5}, "\u2a82 infix": {"lspace": 5, "rspace": 5}, "\u2a83 infix": {"lspace": 5, "rspace": 5}, "\u2a84 infix": {"lspace": 5, "rspace": 5}, "\u2a85 infix": {"lspace": 5, "rspace": 5}, "\u2a86 infix": {"lspace": 5, "rspace": 5}, "\u2a87 infix": {"lspace": 5, "rspace": 5}, "\u2a88 infix": {"lspace": 5, "rspace": 5}, "\u2a89 infix": {"lspace": 5, "rspace": 5}, "\u2a8a infix": {"lspace": 5, "rspace": 5}, "\u2a8b infix": {"lspace": 5, "rspace": 5}, "\u2a8c infix": {"lspace": 5, "rspace": 5}, "\u2a8d infix": {"lspace": 5, "rspace": 5}, "\u2a8e infix": {"lspace": 5, "rspace": 5}, "\u2a8f infix": {"lspace": 5, "rspace": 5}, "\u2a90 infix": {"lspace": 5, "rspace": 5}, "\u2a91 infix": {"lspace": 5, "rspace": 5}, "\u2a92 infix": {"lspace": 5, "rspace": 5}, "\u2a93 infix": {"lspace": 5, "rspace": 5}, "\u2a94 infix": {"lspace": 5, "rspace": 5}, "\u2a95 infix": {"lspace": 5, "rspace": 5}, "\u2a96 infix": {"lspace": 5, "rspace": 5}, "\u2a97 infix": {"lspace": 5, "rspace": 5}, "\u2a98 infix": {"lspace": 5, "rspace": 5}, "\u2a99 infix": {"lspace": 5, "rspace": 5}, "\u2a9a infix": {"lspace": 5, "rspace": 5}, "\u2a9b infix": {"lspace": 5, "rspace": 5}, "\u2a9c infix": {"lspace": 5, "rspace": 5}, "\u2a9d infix": {"lspace": 5, "rspace": 5}, "\u2a9e infix": {"lspace": 5, "rspace": 5}, "\u2a9f infix": {"lspace": 5, "rspace": 5}, "\u2aa0 infix": {"lspace": 5, "rspace": 5}, "\u2aa1 infix": {"lspace": 5, "rspace": 5}, "\u2aa2 infix": {"lspace": 5, "rspace": 5}, "\u2aa3 infix": {"lspace": 5, "rspace": 5}, "\u2aa4 infix": {"lspace": 5, "rspace": 5}, "\u2aa5 infix": {"lspace": 5, "rspace": 5}, "\u2aa6 infix": {"lspace": 5, "rspace": 5}, "\u2aa7 infix": {"lspace": 5, "rspace": 5}, "\u2aa8 infix": {"lspace": 5, "rspace": 5}, "\u2aa9 infix": {"lspace": 5, "rspace": 5}, "\u2aaa infix": {"lspace": 5, "rspace": 5}, "\u2aab infix": {"lspace": 5, "rspace": 5}, "\u2aac infix": {"lspace": 5, "rspace": 5}, "\u2aad infix": {"lspace": 5, "rspace": 5}, "\u2aae infix": {"lspace": 5, "rspace": 5}, "\u2aaf infix": {"lspace": 5, "rspace": 5}, "\u2ab0 infix": {"lspace": 5, "rspace": 5}, "\u2ab1 infix": {"lspace": 5, "rspace": 5}, "\u2ab2 infix": {"lspace": 5, "rspace": 5}, "\u2ab3 infix": {"lspace": 5, "rspace": 5}, "\u2ab4 infix": {"lspace": 5, "rspace": 5}, "\u2ab5 infix": {"lspace": 5, "rspace": 5}, "\u2ab6 infix": {"lspace": 5, "rspace": 5}, "\u2ab7 infix": {"lspace": 5, "rspace": 5}, "\u2ab8 infix": {"lspace": 5, "rspace": 5}, "\u2ab9 infix": {"lspace": 5, "rspace": 5}, "\u2aba infix": {"lspace": 5, "rspace": 5}, "\u2abb infix": {"lspace": 5, "rspace": 5}, "\u2abc infix": {"lspace": 5, "rspace": 5}, "\u2abd infix": {"lspace": 5, "rspace": 5}, "\u2abe infix": {"lspace": 5, "rspace": 5}, "\u2abf infix": {"lspace": 5, "rspace": 5}, "\u2ac0 infix": {"lspace": 5, "rspace": 5}, "\u2ac1 infix": {"lspace": 5, "rspace": 5}, "\u2ac2 infix": {"lspace": 5, "rspace": 5}, "\u2ac3 infix": {"lspace": 5, "rspace": 5}, "\u2ac4 infix": {"lspace": 5, "rspace": 5}, "\u2ac5 infix": {"lspace": 5, "rspace": 5}, "\u2ac6 infix": {"lspace": 5, "rspace": 5}, "\u2ac7 infix": {"lspace": 5, "rspace": 5}, "\u2ac8 infix": {"lspace": 5, "rspace": 5}, "\u2ac9 infix": {"lspace": 5, "rspace": 5}, "\u2aca infix": {"lspace": 5, "rspace": 5}, "\u2acb infix": {"lspace": 5, "rspace": 5}, "\u2acc infix": {"lspace": 5, "rspace": 5}, "\u2acd infix": {"lspace": 5, "rspace": 5}, "\u2ace infix": {"lspace": 5, "rspace": 5}, "\u2acf infix": {"lspace": 5, "rspace": 5}, "\u2ad0 infix": {"lspace": 5, "rspace": 5}, "\u2ad1 infix": {"lspace": 5, "rspace": 5}, "\u2ad2 infix": {"lspace": 5, "rspace": 5}, "\u2ad3 infix": {"lspace": 5, "rspace": 5}, "\u2ad4 infix": {"lspace": 5, "rspace": 5}, "\u2ad5 infix": {"lspace": 5, "rspace": 5}, "\u2ad6 infix": {"lspace": 5, "rspace": 5}, "\u2ad7 infix": {"lspace": 5, "rspace": 5}, "\u2ad8 infix": {"lspace": 5, "rspace": 5}, "\u2ad9 infix": {"lspace": 5, "rspace": 5}, "\u2ada infix": {"lspace": 4, "rspace": 4}, "\u2adb infix": {"lspace": 4, "rspace": 4}, "\u2adc infix": {"lspace": 3, "rspace": 3}, "\u2add infix": {"lspace": 3, "rspace": 3}, "\u2ade infix": {"lspace": 5, "rspace": 5}, "\u2adf infix": {"lspace": 5, "rspace": 5}, "\u2ae0 infix": {"lspace": 5, "rspace": 5}, "\u2ae1 infix": {"lspace": 5, "rspace": 5}, "\u2ae2 infix": {"lspace": 5, "rspace": 5}, "\u2ae3 infix": {"lspace": 5, "rspace": 5}, "\u2ae4 infix": {"lspace": 5, "rspace": 5}, "\u2ae5 infix": {"lspace": 5, "rspace": 5}, "\u2ae6 infix": {"lspace": 5, "rspace": 5}, "\u2ae7 infix": {"lspace": 5, "rspace": 5}, "\u2ae8 infix": {"lspace": 5, "rspace": 5}, "\u2ae9 infix": {"lspace": 5, "rspace": 5}, "\u2aea infix": {"lspace": 5, "rspace": 5}, "\u2aeb infix": {"lspace": 5, "rspace": 5}, "\u2aec prefix": {"lspace": 0, "rspace": 0}, "\u2aed prefix": {"lspace": 0, "rspace": 0}, "\u2aee infix": {"lspace": 5, "rspace": 5}, "\u2aef infix": {"lspace": 5, "rspace": 5}, "\u2af0 infix": {"lspace": 5, "rspace": 5}, "\u2af1 infix": {"lspace": 5, "rspace": 5}, "\u2af2 infix": {"lspace": 5, "rspace": 5}, "\u2af3 infix": {"lspace": 5, "rspace": 5}, "\u2af4 infix": {"lspace": 5, "rspace": 5}, "\u2af5 infix": {"lspace": 5, "rspace": 5}, "\u2af6 infix": {"lspace": 5, "rspace": 5}, "\u2af7 infix": {"lspace": 5, "rspace": 5}, "\u2af8 infix": {"lspace": 5, "rspace": 5}, "\u2af9 infix": {"lspace": 5, "rspace": 5}, "\u2afa infix": {"lspace": 5, "rspace": 5}, "\u2afb infix": {"lspace": 4, "rspace": 4}, "\u2afc prefix": {"largeop": true, "lspace": 3, "movablelimits": true, "rspace": 3, "symmetric": true}, "\u2afd infix": {"lspace": 4, "rspace": 4}, "\u2afe infix": {"lspace": 3, "rspace": 3}, "\u2aff prefix": {"largeop": true, "lspace": 3, "movablelimits": true, "rspace": 3, "symmetric": true}, "\u2b00 infix": {"lspace": 5, "rspace": 5}, "\u2b01 infix": {"lspace": 5, "rspace": 5}, "\u2b02 infix": {"lspace": 5, "rspace": 5}, "\u2b03 infix": {"lspace": 5, "rspace": 5}, "\u2b04 infix": {"lspace": 5, "rspace": 5}, "\u2b05 infix": {"lspace": 5, "rspace": 5}, "\u2b06 infix": {"lspace": 5, "rspace": 5}, "\u2b07 infix": {"lspace": 5, "rspace": 5}, "\u2b08 infix": {"lspace": 5, "rspace": 5}, "\u2b09 infix": {"lspace": 5, "rspace": 5}, "\u2b0a infix": {"lspace": 5, "rspace": 5}, "\u2b0b infix": {"lspace": 5, "rspace": 5}, "\u2b0c infix": {"lspace": 5, "rspace": 5}, "\u2b0d infix": {"lspace": 5, "rspace": 5}, "\u2b0e infix": {"lspace": 5, "rspace": 5}, "\u2b0f infix": {"lspace": 5, "rspace": 5}, "\u2b10 infix": {"lspace": 5, "rspace": 5}, "\u2b11 infix": {"lspace": 5, "rspace": 5}, "\u2b30 infix": {"lspace": 5, "rspace": 5}, "\u2b31 infix": {"lspace": 5, "rspace": 5}, "\u2b32 infix": {"lspace": 4, "rspace": 4}, "\u2b33 infix": {"lspace": 5, "rspace": 5}, "\u2b34 infix": {"lspace": 5, "rspace": 5}, "\u2b35 infix": {"lspace": 5, "rspace": 5}, "\u2b36 infix": {"lspace": 5, "rspace": 5}, "\u2b37 infix": {"lspace": 5, "rspace": 5}, "\u2b38 infix": {"lspace": 5, "rspace": 5}, "\u2b39 infix": {"lspace": 5, "rspace": 5}, "\u2b3a infix": {"lspace": 5, "rspace": 5}, "\u2b3b infix": {"lspace": 5, "rspace": 5}, "\u2b3c infix": {"lspace": 5, "rspace": 5}, "\u2b3d infix": {"lspace": 5, "rspace": 5}, "\u2b3e infix": {"lspace": 5, "rspace": 5}, "\u2b3f infix": {"lspace": 5, "rspace": 5}, "\u2b40 infix": {"lspace": 5, "rspace": 5}, "\u2b41 infix": {"lspace": 5, "rspace": 5}, "\u2b42 infix": {"lspace": 5, "rspace": 5}, "\u2b43 infix": {"lspace": 5, "rspace": 5}, "\u2b44 infix": {"lspace": 5, "rspace": 5}, "\u2b45 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2b46 infix": {"horizontal": true, "lspace": 5, "rspace": 5, "stretchy": true}, "\u2b47 infix": {"lspace": 5, "rspace": 5}, "\u2b48 infix": {"lspace": 5, "rspace": 5}, "\u2b49 infix": {"lspace": 5, "rspace": 5}, "\u2b4a infix": {"lspace": 5, "rspace": 5}, "\u2b4b infix": {"lspace": 5, "rspace": 5}, "\u2b4c infix": {"lspace": 5, "rspace": 5}, "\u2b4d infix": {"lspace": 5, "rspace": 5}, "\u2b4e infix": {"lspace": 5, "rspace": 5}, "\u2b4f infix": {"lspace": 5, "rspace": 5}, "\u2b5a infix": {"lspace": 5, "rspace": 5}, "\u2b5b infix": {"lspace": 5, "rspace": 5}, "\u2b5c infix": {"lspace": 5, "rspace": 5}, "\u2b5d infix": {"lspace": 5, "rspace": 5}, "\u2b5e infix": {"lspace": 5, "rspace": 5}, "\u2b5f infix": {"lspace": 5, "rspace": 5}, "\u2b60 infix": {"lspace": 5, "rspace": 5}, "\u2b61 infix": {"lspace": 5, "rspace": 5}, "\u2b62 infix": {"lspace": 5, "rspace": 5}, "\u2b63 infix": {"lspace": 5, "rspace": 5}, "\u2b64 infix": {"lspace": 5, "rspace": 5}, "\u2b65 infix": {"lspace": 5, "rspace": 5}, "\u2b66 infix": {"lspace": 5, "rspace": 5}, "\u2b67 infix": {"lspace": 5, "rspace": 5}, "\u2b68 infix": {"lspace": 5, "rspace": 5}, "\u2b69 infix": {"lspace": 5, "rspace": 5}, "\u2b6a infix": {"lspace": 5, "rspace": 5}, "\u2b6b infix": {"lspace": 5, "rspace": 5}, "\u2b6c infix": {"lspace": 5, "rspace": 5}, "\u2b6d infix": {"lspace": 5, "rspace": 5}, "\u2b6e infix": {"lspace": 5, "rspace": 5}, "\u2b6f infix": {"lspace": 5, "rspace": 5}, "\u2b70 infix": {"lspace": 5, "rspace": 5}, "\u2b71 infix": {"lspace": 5, "rspace": 5}, "\u2b72 infix": {"lspace": 5, "rspace": 5}, "\u2b73 infix": {"lspace": 5, "rspace": 5}, "\u2b76 infix": {"lspace": 5, "rspace": 5}, "\u2b77 infix": {"lspace": 5, "rspace": 5}, "\u2b78 infix": {"lspace": 5, "rspace": 5}, "\u2b79 infix": {"lspace": 5, "rspace": 5}, "\u2b7a infix": {"lspace": 5, "rspace": 5}, "\u2b7b infix": {"lspace": 5, "rspace": 5}, "\u2b7c infix": {"lspace": 5, "rspace": 5}, "\u2b7d infix": {"lspace": 5, "rspace": 5}, "\u2b80 infix": {"lspace": 5, "rspace": 5}, "\u2b81 infix": {"lspace": 5, "rspace": 5}, "\u2b82 infix": {"lspace": 5, "rspace": 5}, "\u2b83 infix": {"lspace": 5, "rspace": 5}, "\u2b84 infix": {"lspace": 5, "rspace": 5}, "\u2b85 infix": {"lspace": 5, "rspace": 5}, "\u2b86 infix": {"lspace": 5, "rspace": 5}, "\u2b87 infix": {"lspace": 5, "rspace": 5}, "\u2b88 infix": {"lspace": 5, "rspace": 5}, "\u2b89 infix": {"lspace": 5, "rspace": 5}, "\u2b8a infix": {"lspace": 5, "rspace": 5}, "\u2b8b infix": {"lspace": 5, "rspace": 5}, "\u2b8c infix": {"lspace": 5, "rspace": 5}, "\u2b8d infix": {"lspace": 5, "rspace": 5}, "\u2b8e infix": {"lspace": 5, "rspace": 5}, "\u2b8f infix": {"lspace": 5, "rspace": 5}, "\u2b94 infix": {"lspace": 5, "rspace": 5}, "\u2b95 infix": {"lspace": 5, "rspace": 5}, "\u2ba0 infix": {"lspace": 5, "rspace": 5}, "\u2ba1 infix": {"lspace": 5, "rspace": 5}, "\u2ba2 infix": {"lspace": 5, "rspace": 5}, "\u2ba3 infix": {"lspace": 5, "rspace": 5}, "\u2ba4 infix": {"lspace": 5, "rspace": 5}, "\u2ba5 infix": {"lspace": 5, "rspace": 5}, "\u2ba6 infix": {"lspace": 5, "rspace": 5}, "\u2ba7 infix": {"lspace": 5, "rspace": 5}, "\u2ba8 infix": {"lspace": 5, "rspace": 5}, "\u2ba9 infix": {"lspace": 5, "rspace": 5}, "\u2baa infix": {"lspace": 5, "rspace": 5}, "\u2bab infix": {"lspace": 5, "rspace": 5}, "\u2bac infix": {"lspace": 5, "rspace": 5}, "\u2bad infix": {"lspace": 5, "rspace": 5}, "\u2bae infix": {"lspace": 5, "rspace": 5}, "\u2baf infix": {"lspace": 5, "rspace": 5}, "\u2bb0 infix": {"lspace": 5, "rspace": 5}, "\u2bb1 infix": {"lspace": 5, "rspace": 5}, "\u2bb2 infix": {"lspace": 5, "rspace": 5}, "\u2bb3 infix": {"lspace": 5, "rspace": 5}, "\u2bb4 infix": {"lspace": 5, "rspace": 5}, "\u2bb5 infix": {"lspace": 5, "rspace": 5}, "\u2bb6 infix": {"lspace": 5, "rspace": 5}, "\u2bb7 infix": {"lspace": 5, "rspace": 5}, "\u2bb8 infix": {"lspace": 5, "rspace": 5}, "\u2bd1 infix": {"lspace": 5, "rspace": 5}, "\ud83b\udef0 postfix": {"horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\ud83b\udef1 postfix": {"horizontal": true, "lspace": 0, "rspace": 0, "stretchy": true}, "\ud83e\udc00 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc01 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc02 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc03 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc04 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc05 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc06 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc07 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc08 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc09 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc0a infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc0b infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc10 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc11 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc12 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc13 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc14 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc15 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc16 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc17 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc18 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc19 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc1a infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc1b infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc1c infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc1d infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc1e infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc1f infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc20 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc21 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc22 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc23 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc24 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc25 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc26 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc27 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc28 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc29 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc2a infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc2b infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc2c infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc2d infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc2e infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc2f infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc30 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc31 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc32 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc33 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc34 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc35 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc36 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc37 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc38 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc39 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc3a infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc3b infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc3c infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc3d infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc3e infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc3f infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc40 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc41 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc42 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc43 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc44 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc45 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc46 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc47 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc50 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc51 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc52 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc53 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc54 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc55 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc56 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc57 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc58 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc59 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc60 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc61 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc62 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc63 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc64 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc65 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc66 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc67 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc68 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc69 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc6a infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc6b infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc6c infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc6d infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc6e infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc6f infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc70 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc71 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc72 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc73 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc74 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc75 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc76 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc77 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc78 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc79 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc7a infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc7b infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc7c infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc7d infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc7e infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc7f infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc80 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc81 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc82 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc83 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc84 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc85 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc86 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc87 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc98 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc99 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc9a infix": {"lspace": 5, "rspace": 5}, "\ud83e\udc9b infix": {"lspace": 5, "rspace": 5}, "\ud83e\udca0 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udca1 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udca2 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udca3 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udca4 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udca5 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udca6 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udca7 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udca8 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udca9 infix": {"lspace": 5, "rspace": 5}, "\ud83e\udcaa infix": {"lspace": 5, "rspace": 5}, "\ud83e\udcab infix": {"lspace": 5, "rspace": 5}}} \ No newline at end of file