SillyTavern/public/lib/showdown-katex.min.js

37 lines
506 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**!
* @author obedm503
* @git https://github.com/obedm503/showdown-katex.git
* @examples https://obedm503.github.io/showdown-katex/
* @license MIT
*/
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e(require("showdown")):"function"==typeof define&&define.amd?define(["showdown"],e):(t=t||self).showdownKatex=e(t.showdown)}(this,(function(t){"use strict";function e(){return(e=Object.assign||function(t){for(var e=1;arguments.length>e;e++){var r=arguments[e];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])}return t}).apply(this,arguments)}function r(t){return function(t){if(Array.isArray(t)){for(var e=0,r=Array(t.length);t.length>e;e++)r[e]=t[e];return r}}(t)||function(t){if(Symbol.iterator in Object(t)||"[object Arguments]"===Object.prototype.toString.call(t))return Array.from(t)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}t=t&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t;"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;var n,o=function(t,e){return t(e={exports:{}},e.exports),e.exports}((function(t,e){var r;"undefined"!=typeof self&&self,r=function(){return function(t){var e={};function r(n){if(e[n])return e[n].exports;var o=e[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=t,r.c=e,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)r.d(n,o,function(e){return t[e]}.bind(null,o));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=1)}([function(t,e,r){},function(t,e,r){r.r(e),r(0);var n=function(){function t(t,e,r){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=t,this.start=e,this.end=r}return t.range=function(e,r){return r?e&&e.loc&&r.loc&&e.loc.lexer===r.loc.lexer?new t(e.loc.lexer,e.loc.start,r.loc.end):null:e&&e.loc},t}(),o=function(){function t(t,e){this.text=void 0,this.loc=void 0,this.text=t,this.loc=e}return t.prototype.range=function(e,r){return new t(r,n.range(this,e))},t}(),a=function t(e,r){this.position=void 0;var n,o="KaTeX parse error: "+e,a=r&&r.loc;if(a&&a.end>=a.start){var i=a.lexer.input,s=a.end;o+=(n=a.start)===i.length?" at end of input: ":" at position "+(n+1)+": ";var l=i.slice(n,s).replace(/[^]/g,"$&̲");o+=(n>15?"…"+i.slice(n-15,n):i.slice(0,n))+l+(i.length>s+15?i.slice(s,s+15)+"…":i.slice(s))}var h=Error(o);return h.name="ParseError",h.__proto__=t.prototype,h.position=n,h};a.prototype.__proto__=Error.prototype;var i=a,s=/([A-Z])/g,l={"&":"&amp;",">":"&gt;","<":"&lt;",'"':"&quot;","'":"&#x27;"},h=/[&><"']/g,m=function t(e){return"ordgroup"===e.type||"color"===e.type?1===e.body.length?t(e.body[0]):e:"font"===e.type?t(e.body):e},c={contains:function(t,e){return-1!==t.indexOf(e)},deflt:function(t,e){return void 0===t?e:t},escape:function(t){return(t+"").replace(h,(function(t){return l[t]}))},hyphenate:function(t){return t.replace(s,"-$1").toLowerCase()},getBaseElem:m,isCharacterBox:function(t){var e=m(t);return"mathord"===e.type||"textord"===e.type||"atom"===e.type},protocolFromUrl:function(t){var e=/^\s*([^\\/#]*?)(?::|&#0*58|&#x0*3a)/i.exec(t);return null!=e?e[1]:"_relative"}},u=function(){function t(t){this.displayMode=void 0,this.output=void 0,this.leqno=void 0,this.fleqn=void 0,this.throwOnError=void 0,this.errorColor=void 0,this.macros=void 0,this.minRuleThickness=void 0,this.colorIsTextColor=void 0,this.strict=void 0,this.trust=void 0,this.maxSize=void 0,this.maxExpand=void 0,this.displayMode=c.deflt((t=t||{}).displayMode,!1),this.output=c.deflt(t.output,"htmlAndMathml"),this.leqno=c.deflt(t.leqno,!1),this.fleqn=c.deflt(t.fleqn,!1),this.throwOnError=c.deflt(t.throwOnError,!0),this.errorColor=c.deflt(t.errorColor,"#cc0000"),this.macros=t.macros||{},this.minRuleThickness=Math.max(0,c.deflt(t.minRuleThickness,0)),this.colorIsTextColor=c.deflt(t.colorIsTextColor,!1),this.strict=c.deflt(t.strict,"warn"),this.trust=c.deflt(t.trust,!1),this.maxSize=Math.max(0,c.deflt(t.maxSize,1/0)),this.maxExpand=Math.max(0,c.deflt(t.maxExpand,1e3))}var e=t.prototype;return e.reportNonstrict=function(t,e,r){var n=this.strict;if("function"==typeof n&&(n=n(t,e,r)),n&&"ignore"!==n){if(!0===n||"error"===n)throw new i("LaTeX-incompatible input and strict mode is set to 'error': "+e+" ["+t+"]",r);"warn"===n?void 0!==console&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+e+" ["+t+"]"):void 0!==console&&console.warn("LaTeX-incompatible input and strict mode is set to unrecognized '"+n+"': "+e+" ["+t+"]")}},e.useStrictBehavior=function(t,e,r){var n=this.strict;if("function"==typeof n)try{n=n(t,e,r)}catch(t){n="error"}return!(!n||"ignore"===n||!0!==n&&"error"!==n&&("warn"===n?(void 0!==console&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+e+" ["+t+"]"),1):(void 0!==console&&console.warn("LaTeX-incompatible input and strict mode is set to unrecognized '"+n+"': "+e+" ["+t+"]"),1)))},e.isTrusted=function(t){return t.url&&!t.protocol&&(t.protocol=c.protocolFromUrl(t.url)),!!("function"==typeof this.trust?this.trust(t):this.trust)},t}(),p=function(){function t(t,e,r){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=t,this.size=e,this.cramped=r}var e=t.prototype;return e.sup=function(){return d[f[this.id]]},e.sub=function(){return d[g[this.id]]},e.fracNum=function(){return d[x[this.id]]},e.fracDen=function(){return d[y[this.id]]},e.cramp=function(){return d[b[this.id]]},e.text=function(){return d[v[this.id]]},e.isTight=function(){return this.size>=2},t}(),d=[new p(0,0,!1),new p(1,0,!0),new p(2,1,!1),new p(3,1,!0),new p(4,2,!1),new p(5,2,!0),new p(6,3,!1),new p(7,3,!0)],f=[4,5,4,5,6,7,6,7],g=[5,5,5,5,7,7,7,7],x=[2,3,4,5,6,7,6,7],y=[3,3,5,5,7,7,7,7],b=[1,1,3,3,5,5,7,7],v=[0,1,2,3,2,3,2,3],w={DISPLAY:d[0],TEXT:d[2],SCRIPT:d[4],SCRIPTSCRIPT:d[6]},k=[{name:"latin",blocks:[[256,591],[768,879]]},{name:"cyrillic",blocks:[[1024,1279]]},{name:"brahmic",blocks:[[2304,4255]]},{name:"georgian",blocks:[[4256,4351]]},{name:"cjk",blocks:[[12288,12543],[19968,40879],[65280,65376]]},{name:"hangul",blocks:[[44032,55215]]}],S=[];function T(t){for(var e=0;S.length>e;e+=2)if(t>=S[e]&&S[e+1]>=t)return!0;return!1}k.forEach((function(t){return t.blocks.forEach((function(t){return S.push.apply(S,t)}))}));var M={doubleleftarrow:"M262 157\nl10-10c34-36 62.7-77 86-123 3.3-8 5-13.3 5-16 0-5.3-6.7-8-20-8-7.3\n 0-12.2.5-14.5 1.5-2.3 1-4.8 4.5-7.5 10.5-49.3 97.3-121.7 169.3-217 216-28\n 14-57.3 25-88 33-6.7 2-11 3.8-13 5.5-2 1.7-3 4.2-3 7.5s1 5.8 3 7.5\nc2 1.7 6.3 3.5 13 5.5 68 17.3 128.2 47.8 180.5 91.5 52.3 43.7 93.8 96.2 124.5\n 157.5 9.3 8 15.3 12.3 18 13h6c12-.7 18-4 18-10 0-2-1.7-7-5-15-23.3-46-52-87\n-86-123l-10-10h399738v-40H218c328 0 0 0 0 0l-10-8c-26.7-20-65.7-43-117-69 2.7\n-2 6-3.7 10-5 36.7-16 72.3-37.3 107-64l10-8h399782v-40z\nm8 0v40h399730v-40zm0 194v40h399730v-40z",doublerightarrow:"M399738 392l\n-10 10c-34 36-62.7 77-86 123-3.3 8-5 13.3-5 16 0 5.3 6.7 8 20 8 7.3 0 12.2-.5\n 14.5-1.5 2.3-1 4.8-4.5 7.5-10.5 49.3-97.3 121.7-169.3 217-216 28-14 57.3-25 88\n-33 6.7-2 11-3.8 13-5.5 2-1.7 3-4.2 3-7.5s-1-5.8-3-7.5c-2-1.7-6.3-3.5-13-5.5-68\n-17.3-128.2-47.8-180.5-91.5-52.3-43.7-93.8-96.2-124.5-157.5-9.3-8-15.3-12.3-18\n-13h-6c-12 .7-18 4-18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123l10 10H0v40h399782\nc-328 0 0 0 0 0l10 8c26.7 20 65.7 43 117 69-2.7 2-6 3.7-10 5-36.7 16-72.3 37.3\n-107 64l-10 8H0v40zM0 157v40h399730v-40zm0 194v40h399730v-40z",leftarrow:"M400000 241H110l3-3c68.7-52.7 113.7-120\n 135-202 4-14.7 6-23 6-25 0-7.3-7-11-21-11-8 0-13.2.8-15.5 2.5-2.3 1.7-4.2 5.8\n-5.5 12.5-1.3 4.7-2.7 10.3-4 17-12 48.7-34.8 92-68.5 130S65.3 228.3 18 247\nc-10 4-16 7.7-18 11 0 8.7 6 14.3 18 17 47.3 18.7 87.8 47 121.5 85S196 441.3 208\n 490c.7 2 1.3 5 2 9s1.2 6.7 1.5 8c.3 1.3 1 3.3 2 6s2.2 4.5 3.5 5.5c1.3 1 3.3\n 1.8 6 2.5s6 1 10 1c14 0 21-3.7 21-11 0-2-2-10.3-6-25-20-79.3-65-146.7-135-202\n l-3-3h399890zM100 241v40h399900v-40z",leftbrace:"M6 548l-6-6v-35l6-11c56-104 135.3-181.3 238-232 57.3-28.7 117\n-45 179-50h399577v120H403c-43.3 7-81 15-113 26-100.7 33-179.7 91-237 174-2.7\n 5-6 9-10 13-.7 1-7.3 1-20 1H6z",leftbraceunder:"M0 6l6-6h17c12.688 0 19.313.3 20 1 4 4 7.313 8.3 10 13\n 35.313 51.3 80.813 93.8 136.5 127.5 55.688 33.7 117.188 55.8 184.5 66.5.688\n 0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7\n-331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z",leftgroup:"M400000 80\nH435C64 80 168.3 229.4 21 260c-5.9 1.2-18 0-18 0-2 0-3-1-3-3v-38C76 61 257 0\n 435 0h399565z",leftgroupunder:"M400000 262\nH435C64 262 168.3 112.6 21 82c-5.9-1.2-18 0-18 0-2 0-3 1-3 3v38c76 158 257 219\n 435 219h399565z",leftharpoon:"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3\n-3.3 10.2-9.5 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5\n-18.3 3-21-1.3-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7\n-196 228-6.7 4.7-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40z",leftharpoonplus:"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3-3.3 10.2-9.5\n 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5-18.3 3-21-1.3\n-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7-196 228-6.7 4.7\n-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40zM0 435v40h400000v-40z\nm0 0v40h400000v-40z",leftharpoondown:"M7 241c-4 4-6.333 8.667-7 14 0 5.333.667 9 2 11s5.333\n 5.333 12 10c90.667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 .667 5\n 1 9 1h5c10.667 0 16.667-2 18-6 2-2.667 1-9.667-3-21-32-87.333-82.667-157.667\n-152-211l-3-3h399907v-40zM93 281 H400000 v-40L7 241z",leftharpoondownplus:"M7 435c-4 4-6.3 8.7-7 14 0 5.3.7 9 2 11s5.3 5.3 12\n 10c90.7 54 156 130 196 228 3.3 10.7 6.3 16.3 9 17 2 .7 5 1 9 1h5c10.7 0 16.7\n-2 18-6 2-2.7 1-9.7-3-21-32-87.3-82.7-157.7-152-211l-3-3h399907v-40H7zm93 0\nv40h399900v-40zM0 241v40h399900v-40zm0 0v40h399900v-40z",lefthook:"M400000 281 H103s-33-11.2-61-33.5S0 197.3 0 164s14.2-61.2 42.5\n-83.5C70.8 58.2 104 47 142 47 c16.7 0 25 6.7 25 20 0 12-8.7 18.7-26 20-40 3.3\n-68.7 15.7-86 37-10 12-15 25.3-15 40 0 22.7 9.8 40.7 29.5 54 19.7 13.3 43.5 21\n 71.5 23h399859zM103 281v-40h399897v40z",leftlinesegment:"M40 281 V428 H0 V94 H40 V241 H400000 v40z\nM40 281 V428 H0 V94 H40 V241 H400000 v40z",leftmapsto:"M40 281 V448H0V74H40V241H400000v40z\nM40 281 V448H0V74H40V241H400000v40z",leftToFrom:"M0 147h400000v40H0zm0 214c68 40 115.7 95.7 143 167h22c15.3 0 23\n-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69-70-101l-7-8h399905v-40H95l7-8\nc28.7-32 52-65.7 70-101 10.7-23.3 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 265.3\n 68 321 0 361zm0-174v-40h399900v40zm100 154v40h399900v-40z",longequal:"M0 50 h400000 v40H0z m0 194h40000v40H0z\nM0 50 h400000 v40H0z m0 194h40000v40H0z",midbrace:"M200428 334\nc-100.7-8.3-195.3-44-280-108-55.3-42-101.7-93-139-153l-9-14c-2.7 4-5.7 8.7-9 14\n-53.3 86.7-123.7 153-211 199-66.7 36-137.3 56.3-212 62H0V214h199568c178.3-11.7\n 311.7-78.3 403-201 6-8 9.7-12 11-12 .7-.7 6.7-1 18-1s17.3.3 18 1c1.3 0 5 4 11\n 12 44.7 59.3 101.3 106.3 170 141s145.3 54.3 229 60h199572v120z",midbraceunder:"M199572 214\nc100.7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153l9 14c2.7-4 5.7-8.7 9-14\n 53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3\n 11.7-311.7 78.3-403 201-6 8-9.7 12-11 12-.7.7-6.7 1-18 1s-17.3-.3-18-1c-1.3 0\n-5-4-11-12-44.7-59.3-101.3-106.3-170-141s-145.3-54.3-229-60H0V214z",oiintSize1:"M512.6 71.6c272.6 0 320.3 106.8 320.3 178.2 0 70.8-47.7 177.6\n-320.3 177.6S193.1 320.6 193.1 249.8c0-71.4 46.9-178.2 319.5-178.2z\nm368.1 178.2c0-86.4-60.9-215.4-368.1-215.4-306.4 0-367.3 129-367.3 215.4 0 85.8\n60.9 214.8 367.3 214.8 307.2 0 368.1-129 368.1-214.8z",oiintSize2:"M757.8 100.1c384.7 0 451.1 137.6 451.1 230 0 91.3-66.4 228.8\n-451.1 228.8-386.3 0-452.7-137.5-452.7-228.8 0-92.4 66.4-230 452.7-230z\nm502.4 230c0-111.2-82.4-277.2-502.4-277.2s-504 166-504 277.2\nc0 110 84 276 504 276s502.4-166 502.4-276z",oiiintSize1:"M681.4 71.6c408.9 0 480.5 106.8 480.5 178.2 0 70.8-71.6 177.6\n-480.5 177.6S202.1 320.6 202.1 249.8c0-71.4 70.5-178.2 479.3-178.2z\nm525.8 178.2c0-86.4-86.8-215.4-525.7-215.4-437.9 0-524.7 129-524.7 215.4 0\n85.8 86.8 214.8 524.7 214.8 438.9 0 525.7-129 525.7-214.8z",oiiintSize2:"M1021.2 53c603.6 0 707.8 165.8 707.8 277.2 0 110-104.2 275.8\n-707.8 275.8-606 0-710.2-165.8-710.2-275.8C311 218.8 415.2 53 1021.2 53z\nm770.4 277.1c0-131.2-126.4-327.6-770.5-327.6S248.4 198.9 248.4 330.1\nc0 130 128.8 326.4 772.7 326.4s770.5-196.4 770.5-326.4z",rightarrow:"M0 241v40h399891c-47.3 35.3-84 78-110 128\n-16.7 32-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20\n 11 8 0 13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7\n 39-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85\n-40.5-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\n 151.7 139 205zm0 0v40h399900v-40z",rightbrace:"M400000 542l\n-6 6h-17c-12.7 0-19.3-.3-20-1-4-4-7.3-8.3-10-13-35.3-51.3-80.8-93.8-136.5-127.5\ns-117.2-55.8-184.5-66.5c-.7 0-2-.3-4-1-18.7-2.7-76-4.3-172-5H0V214h399571l6 1\nc124.7 8 235 61.7 331 161 31.3 33.3 59.7 72.7 85 118l7 13v35z",rightbraceunder:"M399994 0l6 6v35l-6 11c-56 104-135.3 181.3-238 232-57.3\n 28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237\n-174 2.7-5 6-9 10-13 .7-1 7.3-1 20-1h17z",rightgroup:"M0 80h399565c371 0 266.7 149.4 414 180 5.9 1.2 18 0 18 0 2 0\n 3-1 3-3v-38c-76-158-257-219-435-219H0z",rightgroupunder:"M0 262h399565c371 0 266.7-149.4 414-180 5.9-1.2 18 0 18\n 0 2 0 3 1 3 3v38c-76 158-257 219-435 219H0z",rightharpoon:"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3\n-3.7-15.3-11-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2\n-10.7 0-16.7 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58\n 69.2 92 94.5zm0 0v40h399900v-40z",rightharpoonplus:"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3-3.7-15.3-11\n-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2-10.7 0-16.7\n 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58 69.2 92 94.5z\nm0 0v40h399900v-40z m100 194v40h399900v-40zm0 0v40h399900v-40z",rightharpoondown:"M399747 511c0 7.3 6.7 11 20 11 8 0 13-.8 15-2.5s4.7-6.8\n 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3 8.5-5.8 9.5\n-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3-64.7 57-92 95\n-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 241v40h399900v-40z",rightharpoondownplus:"M399747 705c0 7.3 6.7 11 20 11 8 0 13-.8\n 15-2.5s4.7-6.8 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3\n 8.5-5.8 9.5-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3\n-64.7 57-92 95-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 435v40h399900v-40z\nm0-194v40h400000v-40zm0 0v40h400000v-40z",righthook:"M399859 241c-764 0 0 0 0 0 40-3.3 68.7-15.7 86-37 10-12 15-25.3\n 15-40 0-22.7-9.8-40.7-29.5-54-19.7-13.3-43.5-21-71.5-23-17.3-1.3-26-8-26-20 0\n-13.3 8.7-20 26-20 38 0 71 11.2 99 33.5 0 0 7 5.6 21 16.7 14 11.2 21 33.5 21\n 66.8s-14 61.2-42 83.5c-28 22.3-61 33.5-99 33.5L0 241z M0 281v-40h399859v40z",rightlinesegment:"M399960 241 V94 h40 V428 h-40 V281 H0 v-40z\nM399960 241 V94 h40 V428 h-40 V281 H0 v-40z",rightToFrom:"M400000 167c-70.7-42-118-97.7-142-167h-23c-15.3 0-23 .3-23\n 1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101l7 8H0v40h399905l-7 8c-28.7 32\n-52 65.7-70 101-10.7 23.3-16 35.7-16 37 0 .7 7.7 1 23 1h23c24-69.3 71.3-125 142\n-167z M100 147v40h399900v-40zM0 341v40h399900v-40z",twoheadleftarrow:"M0 167c68 40\n 115.7 95.7 143 167h22c15.3 0 23-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69\n-70-101l-7-8h125l9 7c50.7 39.3 85 86 103 140h46c0-4.7-6.3-18.7-19-42-18-35.3\n-40-67.3-66-96l-9-9h399716v-40H284l9-9c26-28.7 48-60.7 66-96 12.7-23.333 19\n-37.333 19-42h-46c-18 54-52.3 100.7-103 140l-9 7H95l7-8c28.7-32 52-65.7 70-101\n 10.7-23.333 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 71.3 68 127 0 167z",twoheadrightarrow:"M400000 167\nc-68-40-115.7-95.7-143-167h-22c-15.3 0-23 .3-23 1 0 1.3 5.3 13.7 16 37 18 35.3\n 41.3 69 70 101l7 8h-125l-9-7c-50.7-39.3-85-86-103-140h-46c0 4.7 6.3 18.7 19 42\n 18 35.3 40 67.3 66 96l9 9H0v40h399716l-9 9c-26 28.7-48 60.7-66 96-12.7 23.333\n-19 37.333-19 42h46c18-54 52.3-100.7 103-140l9-7h125l-7 8c-28.7 32-52 65.7-70\n 101-10.7 23.333-16 35.7-16 37 0 .7 7.7 1 23 1h22c27.3-71.3 75-127 143-167z",tilde1:"M200 55.538c-77 0-168 73.953-177 73.953-3 0-7\n-2.175-9-5.437L2 97c-1-2-2-4-2-6 0-4 2-7 5-9l20-12C116 12 171 0 207 0c86 0\n 114 68 191 68 78 0 168-68 177-68 4 0 7 2 9 5l12 19c1 2.175 2 4.35 2 6.525 0\n 4.35-2 7.613-5 9.788l-19 13.05c-92 63.077-116.937 75.308-183 76.128\n-68.267.847-113-73.952-191-73.952z",tilde2:"M344 55.266c-142 0-300.638 81.316-311.5 86.418\n-8.01 3.762-22.5 10.91-23.5 5.562L1 120c-1-2-1-3-1-4 0-5 3-9 8-10l18.4-9C160.9\n 31.9 283 0 358 0c148 0 188 122 331 122s314-97 326-97c4 0 8 2 10 7l7 21.114\nc1 2.14 1 3.21 1 4.28 0 5.347-3 9.626-7 10.696l-22.3 12.622C852.6 158.372 751\n 181.476 676 181.476c-149 0-189-126.21-332-126.21z",tilde3:"M786 59C457 59 32 175.242 13 175.242c-6 0-10-3.457\n-11-10.37L.15 138c-1-7 3-12 10-13l19.2-6.4C378.4 40.7 634.3 0 804.3 0c337 0\n 411.8 157 746.8 157 328 0 754-112 773-112 5 0 10 3 11 9l1 14.075c1 8.066-.697\n 16.595-6.697 17.492l-21.052 7.31c-367.9 98.146-609.15 122.696-778.15 122.696\n -338 0-409-156.573-744-156.573z",tilde4:"M786 58C457 58 32 177.487 13 177.487c-6 0-10-3.345\n-11-10.035L.15 143c-1-7 3-12 10-13l22-6.7C381.2 35 637.15 0 807.15 0c337 0 409\n 177 744 177 328 0 754-127 773-127 5 0 10 3 11 9l1 14.794c1 7.805-3 13.38-9\n 14.495l-20.7 5.574c-366.85 99.79-607.3 139.372-776.3 139.372-338 0-409\n -175.236-744-175.236z",vec:"M377 20c0-5.333 1.833-10 5.5-14S391 0 397 0c4.667 0 8.667 1.667 12 5\n3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11\n10.667 11 18 0 6-1 10-3 12s-6.667 5-14 9c-28.667 14.667-53.667 35.667-75 63\n-1.333 1.333-3.167 3.5-5.5 6.5s-4 4.833-5 5.5c-1 .667-2.5 1.333-4.5 2s-4.333 1\n-7 1c-4.667 0-9.167-1.833-13.5-5.5S337 184 337 178c0-12.667 15.667-32.333 47-59\nH213l-171-1c-8.667-6-13-12.333-13-19 0-4.667 4.333-11.333 13-20h359\nc-16-25.333-24-45-24-59z",widehat1:"M529 0h5l519 115c5 1 9 5 9 10 0 1-1 2-1 3l-4 22\nc-1 5-5 9-11 9h-2L532 67 19 159h-2c-5 0-9-4-11-9l-5-22c-1-6 2-12 8-13z",widehat2:"M1181 0h2l1171 176c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 220h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widehat3:"M1181 0h2l1171 236c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 280h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widehat4:"M1181 0h2l1171 296c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 340h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widecheck1:"M529,159h5l519,-115c5,-1,9,-5,9,-10c0,-1,-1,-2,-1,-3l-4,-22c-1,\n-5,-5,-9,-11,-9h-2l-512,92l-513,-92h-2c-5,0,-9,4,-11,9l-5,22c-1,6,2,12,8,13z",widecheck2:"M1181,220h2l1171,-176c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,153l-1167,-153h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",widecheck3:"M1181,280h2l1171,-236c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,213l-1167,-213h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",widecheck4:"M1181,340h2l1171,-296c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,273l-1167,-273h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",baraboveleftarrow:"M400000 620h-399890l3 -3c68.7 -52.7 113.7 -120 135 -202\nc4 -14.7 6 -23 6 -25c0 -7.3 -7 -11 -21 -11c-8 0 -13.2 0.8 -15.5 2.5\nc-2.3 1.7 -4.2 5.8 -5.5 12.5c-1.3 4.7 -2.7 10.3 -4 17c-12 48.7 -34.8 92 -68.5 130\ns-74.2 66.3 -121.5 85c-10 4 -16 7.7 -18 11c0 8.7 6 14.3 18 17c47.3 18.7 87.8 47\n121.5 85s56.5 81.3 68.5 130c0.7 2 1.3 5 2 9s1.2 6.7 1.5 8c0.3 1.3 1 3.3 2 6\ns2.2 4.5 3.5 5.5c1.3 1 3.3 1.8 6 2.5s6 1 10 1c14 0 21 -3.7 21 -11\nc0 -2 -2 -10.3 -6 -25c-20 -79.3 -65 -146.7 -135 -202l-3 -3h399890z\nM100 620v40h399900v-40z M0 241v40h399900v-40zM0 241v40h399900v-40z",rightarrowabovebar:"M0 241v40h399891c-47.3 35.3-84 78-110 128-16.7 32\n-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20 11 8 0\n13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7 39\n-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85-40.5\n-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\n151.7 139 205zm96 379h399894v40H0zm0 0h399904v40H0z",baraboveshortleftharpoon:"M507,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17\nc2,0.7,5,1,9,1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21\nc-32,-87.3,-82.7,-157.7,-152,-211c0,0,-3,-3,-3,-3l399351,0l0,-40\nc-398570,0,-399437,0,-399437,0z M593 435 v40 H399500 v-40z\nM0 281 v-40 H399908 v40z M0 281 v-40 H399908 v40z",rightharpoonaboveshortbar:"M0,241 l0,40c399126,0,399993,0,399993,0\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\nM0 241 v40 H399908 v-40z M0 475 v-40 H399500 v40z M0 475 v-40 H399500 v40z",shortbaraboveleftharpoon:"M7,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17c2,0.7,5,1,9,\n1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21c-32,-87.3,-82.7,-157.7,\n-152,-211c0,0,-3,-3,-3,-3l399907,0l0,-40c-399126,0,-399993,0,-399993,0z\nM93 435 v40 H400000 v-40z M500 241 v40 H400000 v-40z M500 241 v40 H400000 v-40z",shortrightharpoonabovebar:"M53,241l0,40c398570,0,399437,0,399437,0\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\nM500 241 v40 H399408 v-40z M500 435 v40 H400000 v-40z"},z=function(){function t(t){this.children=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.children=t,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}var e=t.prototype;return e.hasClass=function(t){return c.contains(this.classes,t)},e.toNode=function(){for(var t=document.createDocumentFragment(),e=0;this.children.length>e;e++)t.appendChild(this.children[e].toNode());return t},e.toMarkup=function(){for(var t="",e=0;this.children.length>e;e++)t+=this.children[e].toMarkup();return t},e.toText=function(){var t=function(t){return t.toText()};return this.children.map(t).join("")},t}(),A=function(t){return t.filter((function(t){return t})).join(" ")},B=function(t,e,r){if(this.classes=t||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=r||{},e){e.style.isTight()&&this.classes.push("mtight");var n=e.getColor();n&&(this.style.color=n)}},C=function(t){var e=document.createElement(t);for(var r in e.className=A(this.classes),this.style)this.style.hasOwnProperty(r)&&(e.style[r]=this.style[r]);for(var n in this.attributes)this.attributes.hasOwnProperty(n)&&e.setAttribute(n,this.attributes[n]);for(var o=0;this.children.length>o;o++)e.appendChild(this.children[o].toNode());return e},q=function(t){var e="<"+t;this.classes.length&&(e+=' class="'+c.escape(A(this.classes))+'"');var r="";for(var n in this.style)this.style.hasOwnProperty(n)&&(r+=c.hyphenate(n)+":"+this.style[n]+";");for(var o in r&&(e+=' style="'+c.escape(r)+'"'),this.attributes)this.attributes.hasOwnProperty(o)&&(e+=" "+o+'="'+c.escape(this.attributes[o])+'"');e+=">";for(var a=0;this.children.length>a;a++)e+=this.children[a].toMarkup();return e+="</"+t+">"},N=function(){function t(t,e,r,n){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.width=void 0,this.maxFontSize=void 0,this.style=void 0,B.call(this,t,r,n),this.children=e||[]}var e=t.prototype;return e.setAttribute=function(t,e){this.attributes[t]=e},e.hasClass=function(t){return c.contains(this.classes,t)},e.toNode=function(){return C.call(this,"span")},e.toMarkup=function(){return q.call(this,"span")},t}(),O=function(){function t(t,e,r,n){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,B.call(this,e,n),this.children=r||[],this.setAttribute("href",t)}var e=t.prototype;return e.setAttribute=function(t,e){this.attributes[t]=e},e.hasClass=function(t){return c.contains(this.classes,t)},e.toNode=function(){return C.call(this,"a")},e.toMarkup=function(){return q.call(this,"a")},t}(),I=function(){function t(t,e,r){this.src=void 0,this.alt=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.alt=e,this.src=t,this.classes=["mord"],this.style=r}var e=t.prototype;return e.hasClass=function(t){return c.contains(this.classes,t)},e.toNode=function(){var t=document.createElement("img");for(var e in t.src=this.src,t.alt=this.alt,t.className="mord",this.style)this.style.hasOwnProperty(e)&&(t.style[e]=this.style[e]);return t},e.toMarkup=function(){var t="<img src='"+this.src+" 'alt='"+this.alt+"' ",e="";for(var r in this.style)this.style.hasOwnProperty(r)&&(e+=c.hyphenate(r)+":"+this.style[r]+";");return e&&(t+=' style="'+c.escape(e)+'"'),t+="'/>"},t}(),R={"î":"ı̂","ï":"ı̈","í":"ı́","ì":"ı̀"},E=function(){function t(t,e,r,n,o,a,i,s){this.text=void 0,this.height=void 0,this.depth=void 0,this.italic=void 0,this.skew=void 0,this.width=void 0,this.maxFontSize=void 0,this.classes=void 0,this.style=void 0,this.text=t,this.height=e||0,this.depth=r||0,this.italic=n||0,this.skew=o||0,this.width=a||0,this.classes=i||[],this.style=s||{},this.maxFontSize=0;var l=function(t){for(var e=0;k.length>e;e++)for(var r=k[e],n=0;r.blocks.length>n;n++){var o=r.blocks[n];if(t>=o[0]&&o[1]>=t)return r.name}return null}(this.text.charCodeAt(0));l&&this.classes.push(l+"_fallback"),/[îïíì]/.test(this.text)&&(this.text=R[this.text])}var e=t.prototype;return e.hasClass=function(t){return c.contains(this.classes,t)},e.toNode=function(){var t=document.createTextNode(this.text),e=null;for(var r in this.italic>0&&((e=document.createElement("span")).style.marginRight=this.italic+"em"),this.classes.length>0&&((e=e||document.createElement("span")).className=A(this.classes)),this.style)this.style.hasOwnProperty(r)&&((e=e||document.createElement("span")).style[r]=this.style[r]);return e?(e.appendChild(t),e):t},e.toMarkup=function(){var t=!1,e="<span";this.classes.length&&(t=!0,e+=' class="',e+=c.escape(A(this.classes)),e+='"');var r="";for(var n in this.italic>0&&(r+="margin-right:"+this.italic+"em;"),this.style)this.style.hasOwnProperty(n)&&(r+=c.hyphenate(n)+":"+this.style[n]+";");r&&(t=!0,e+=' style="'+c.escape(r)+'"');var o=c.escape(this.text);return t?(e+=">",e+=o,e+="</span>"):o},t}(),L=function(){function t(t,e){this.children=void 0,this.attributes=void 0,this.children=t||[],this.attributes=e||{}}var e=t.prototype;return e.toNode=function(){var t=document.createElementNS("http://www.w3.org/2000/svg","svg");for(var e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&t.setAttribute(e,this.attributes[e]);for(var r=0;this.children.length>r;r++)t.appendChild(this.children[r].toNode());return t},e.toMarkup=function(){var t="<svg";for(var e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&(t+=" "+e+"='"+this.attributes[e]+"'");t+=">";for(var r=0;this.children.length>r;r++)t+=this.children[r].toMarkup();return t+="</svg>"},t}(),P=function(){function t(t,e){this.pathName=void 0,this.alternate=void 0,this.pathName=t,this.alternate=e}var e=t.prototype;return e.toNode=function(){var t=document.createElementNS("http://www.w3.org/2000/svg","path");return t.setAttribute("d",this.alternate?this.alternate:M[this.pathName]),t},e.toMarkup=function(){return this.alternate?"<path d='"+this.alternate+"'/>":"<path d='"+M[this.pathName]+"'/>"},t}(),D=function(){function t(t){this.attributes=void 0,this.attributes=t||{}}var e=t.prototype;return e.toNode=function(){var t=document.createElementNS("http://www.w3.org/2000/svg","line");for(var e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&t.setAttribute(e,this.attributes[e]);return t},e.toMarkup=function(){var t="<line";for(var e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&(t+=" "+e+"='"+this.attributes[e]+"'");return t+="/>"},t}();function H(t){if(t instanceof E)return t;throw Error("Expected symbolNode but got "+t+".")}var $={"AMS-Regular":{65:[0,.68889,0,0,.72222],66:[0,.68889,0,0,.66667],67:[0,.68889,0,0,.72222],68:[0,.68889,0,0,.72222],69:[0,.68889,0,0,.66667],70:[0,.68889,0,0,.61111],71:[0,.68889,0,0,.77778],72:[0,.68889,0,0,.77778],73:[0,.68889,0,0,.38889],74:[.16667,.68889,0,0,.5],75:[0,.68889,0,0,.77778],76:[0,.68889,0,0,.66667],77:[0,.68889,0,0,.94445],78:[0,.68889,0,0,.72222],79:[.16667,.68889,0,0,.77778],80:[0,.68889,0,0,.61111],81:[.16667,.68889,0,0,.77778],82:[0,.68889,0,0,.72222],83:[0,.68889,0,0,.55556],84:[0,.68889,0,0,.66667],85:[0,.68889,0,0,.72222],86:[0,.68889,0,0,.72222],87:[0,.68889,0,0,1],88:[0,.68889,0,0,.72222],89:[0,.68889,0,0,.72222],90:[0,.68889,0,0,.66667],107:[0,.68889,0,0,.55556],165:[0,.675,.025,0,.75],174:[.15559,.69224,0,0,.94666],240:[0,.68889,0,0,.55556],295:[0,.68889,0,0,.54028],710:[0,.825,0,0,2.33334],732:[0,.9,0,0,2.33334],770:[0,.825,0,0,2.33334],771:[0,.9,0,0,2.33334],989:[.08167,.58167,0,0,.77778],1008:[0,.43056,.04028,0,.66667],8245:[0,.54986,0,0,.275],8463:[0,.68889,0,0,.54028],8487:[0,.68889,0,0,.72222],8498:[0,.68889,0,0,.55556],8502:[0,.68889,0,0,.66667],8503:[0,.68889,0,0,.44445],8504:[0,.68889,0,0,.66667],8513:[0,.68889,0,0,.63889],8592:[-.03598,.46402,0,0,.5],8594:[-.03598,.46402,0,0,.5],8602:[-.13313,.36687,0,0,1],8603:[-.13313,.36687,0,0,1],8606:[.01354,.52239,0,0,1],8608:[.01354,.52239,0,0,1],8610:[.01354,.52239,0,0,1.11111],8611:[.01354,.52239,0,0,1.11111],8619:[0,.54986,0,0,1],8620:[0,.54986,0,0,1],8621:[-.13313,.37788,0,0,1.38889],8622:[-.13313,.36687,0,0,1],8624:[0,.69224,0,0,.5],8625:[0,.69224,0,0,.5],8630:[0,.43056,0,0,1],8631:[0,.43056,0,0,1],8634:[.08198,.58198,0,0,.77778],8635:[.08198,.58198,0,0,.77778],8638:[.19444,.69224,0,0,.41667],8639:[.19444,.69224,0,0,.41667],8642:[.19444,.69224,0,0,.41667],8643:[.19444,.69224,0,0,.41667],8644:[.1808,.675,0,0,1],8646:[.1808,.675,0,0,1],8647:[.1808,.675,0,0,1],8648:[.19444,.69224,0,0,.83334],8649:[.1808,.675,0,0,1],8650:[.19444,.69224,0,0,.83334],8651:[.01354,.52239,0,0,1],8652:[.01354,.52239,0,0,1],8653:[-.13313,.36687,0,0,1],8654:[-.13313,.36687,0,0,1],8655:[-.13313,.36687,0,0,1],8666:[.13667,.63667,0,0,1],8667:[.13667,.63667,0,0,1],8669:[-.13313,.37788,0,0,1],8672:[-.064,.437,0,0,1.334],8674:[-.064,.437,0,0,1.334],8705:[0,.825,0,0,.5],8708:[0,.68889,0,0,.55556],8709:[.08167,.58167,0,0,.77778],8717:[0,.43056,0,0,.42917],8722:[-.03598,.46402,0,0,.5],8724:[.08198,.69224,0,0,.77778],8726:[.08167,.58167,0,0,.77778],8733:[0,.69224,0,0,.77778],8736:[0,.69224,0,0,.72222],8737:[0,.69224,0,0,.72222],8738:[.03517,.52239,0,0,.72222],8739:[.08167,.58167,0,0,.22222],8740:[.25142,.74111,0,0,.27778],8741:[.08167,.58167,0,0,.38889],8742:[.25142,.74111,0,0,.5],8756:[0,.69224,0,0,.66667],8757:[0,.69224,0,0,.66667],8764:[-.13313,.36687,0,0,.77778],8765:[-.13313,.37788,0,0,.77778],8769:[-.13313,.36687,0,0,.77778],8770:[-.03625,.46375,0,0,.77778],8774:[.30274,.79383,0,0,.77778],8776:[-.01688,.48312,0,0,.77778],8778:[.08167,.58167,0,0,.77778],8782:[.06062,.54986,0,0,.77778],8783:[.06062,.54986,0,0,.77778],8785:[.08198,.58198,0,0,.77778],8786:[.08198,.58198,0,0,.77778],8787:[.08198,.58198,0,0,.77778],8790:[0,.69224,0,0,.77778],8791:[.22958,.72958,0,0,.77778],8796:[.08198,.91667,0,0,.77778],8806:[.25583,.75583,0,0,.77778],8807:[.25583,.75583,0,0,.77778],8808:[.25142,.75726,0,0,.77778],8809:[.25142,.75726,0,0,.77778],8812:[.25583,.75583,0,0,.5],8814:[.20576,.70576,0,0,.77778],8815:[.20576,.70576,0,0,.77778],8816:[.30274,.79383,0,0,.77778],8817:[.30274,.79383,0,0,.77778],8818:[.22958,.72958,0,0,.77778],8819:[.22958,.72958,0,0,.77778],8822:[.1808,.675,0,0,.77778],8823:[.1808,.675,0,0,.77778],8828:[.13667,.63667,0,0,.77778],8829:[.13667,.63667,0,0,.77778],8830:[.22958,.72958,0,0,.77778],8831:[.22958,.72958,0,0,.77778],8832:[.20576,.70576,0,0,.77778],8833:[.20576,.70576,0,0,.77778],8840:[.30274,.79383,0,0,.77778],8841:[.30274,.79383,0,0,.77778],8842:[.13597,.63597,0,0,.77778],8843:[.13597,.63597,0,0,.77778],8847:[.03517,.54986,0,0,.77778],8848:[.03517,.54986,0,0,.77778],8858:[.08198,.58198,0,0,.77778],8859:[.08198,.58198,0,0,.77778],8861:[.08198,.58198,0,0,.77778],8862:[0,.675,0,0,.77778],8863:[0,.675,0,0,.77778],8864:[0,.675,0,0,.77778],8865:[0,.675,0,0,.77778],8872:[0,.69224,0,0,.61111],8873:[0,.69224,0,0,.72222],8874:[0,.69224,0,0,.88889],8876:[0,.68889,0,0,.61111],8877:[0,.68889,0,0,.61111],8878:[0,.68889,0,0,.72222],8879:[0,.68889,0,0,.72222],8882:[.03517,.54986,0,0,.77778],8883:[.03517,.54986,0,0,.77778],8884:[.13667,.63667,0,0,.77778],8885:[.13667,.63667,0,0,.77778],8888:[0,.54986,0,0,1.11111],8890:[.19444,.43056,0,0,.55556],8891:[.19444,.69224,0,0,.61111],8892:[.19444,.69224,0,0,.61111],8901:[0,.54986,0,0,.27778],8903:[.08167,.58167,0,0,.77778],8905:[.08167,.58167,0,0,.77778],8906:[.08167,.58167,0,0,.77778],8907:[0,.69224,0,0,.77778],8908:[0,.69224,0,0,.77778],8909:[-.03598,.46402,0,0,.77778],8910:[0,.54986,0,0,.76042],8911:[0,.54986,0,0,.76042],8912:[.03517,.54986,0,0,.77778],8913:[.03517,.54986,0,0,.77778],8914:[0,.54986,0,0,.66667],8915:[0,.54986,0,0,.66667],8916:[0,.69224,0,0,.66667],8918:[.0391,.5391,0,0,.77778],8919:[.0391,.5391,0,0,.77778],8920:[.03517,.54986,0,0,1.33334],8921:[.03517,.54986,0,0,1.33334],8922:[.38569,.88569,0,0,.77778],8923:[.38569,.88569,0,0,.77778],8926:[.13667,.63667,0,0,.77778],8927:[.13667,.63667,0,0,.77778],8928:[.30274,.79383,0,0,.77778],8929:[.30274,.79383,0,0,.77778],8934:[.23222,.74111,0,0,.77778],8935:[.23222,.74111,0,0,.77778],8936:[.23222,.74111,0,0,.77778],8937:[.23222,.74111,0,0,.77778],8938:[.20576,.70576,0,0,.77778],8939:[.20576,.70576,0,0,.77778],8940:[.30274,.79383,0,0,.77778],8941:[.30274,.79383,0,0,.77778],8994:[.19444,.69224,0,0,.77778],8995:[.19444,.69224,0,0,.77778],9416:[.15559,.69224,0,0,.90222],9484:[0,.69224,0,0,.5],9488:[0,.69224,0,0,.5],9492:[0,.37788,0,0,.5],9496:[0,.37788,0,0,.5],9585:[.19444,.68889,0,0,.88889],9586:[.19444,.74111,0,0,.88889],9632:[0,.675,0,0,.77778],9633:[0,.675,0,0,.77778],9650:[0,.54986,0,0,.72222],9651:[0,.54986,0,0,.72222],9654:[.03517,.54986,0,0,.77778],9660:[0,.54986,0,0,.72222],9661:[0,.54986,0,0,.72222],9664:[.03517,.54986,0,0,.77778],9674:[.11111,.69224,0,0,.66667],9733:[.19444,.69224,0,0,.94445],10003:[0,.69224,0,0,.83334],10016:[0,.69224,0,0,.83334],10731:[.11111,.69224,0,0,.66667],10846:[.19444,.75583,0,0,.61111],10877:[.13667,.63667,0,0,.77778],10878:[.13667,.63667,0,0,.77778],10885:[.25583,.75583,0,0,.77778],10886:[.25583,.75583,0,0,.77778],10887:[.13597,.63597,0,0,.77778],10888:[.13597,.63597,0,0,.77778],10889:[.26167,.75726,0,0,.77778],10890:[.26167,.75726,0,0,.77778],10891:[.48256,.98256,0,0,.77778],10892:[.48256,.98256,0,0,.77778],10901:[.13667,.63667,0,0,.77778],10902:[.13667,.63667,0,0,.77778],10933:[.25142,.75726,0,0,.77778],10934:[.25142,.75726,0,0,.77778],10935:[.26167,.75726,0,0,.77778],10936:[.26167,.75726,0,0,.77778],10937:[.26167,.75726,0,0,.77778],10938:[.26167,.75726,0,0,.77778],10949:[.25583,.75583,0,0,.77778],10950:[.25583,.75583,0,0,.77778],10955:[.28481,.79383,0,0,.77778],10956:[.28481,.79383,0,0,.77778],57350:[.08167,.58167,0,0,.22222],57351:[.08167,.58167,0,0,.38889],57352:[.08167,.58167,0,0,.77778],57353:[0,.43056,.04028,0,.66667],57356:[.25142,.75726,0,0,.77778],57357:[.25142,.75726,0,0,.77778],57358:[.41951,.91951,0,0,.77778],57359:[.30274,.79383,0,0,.77778],57360:[.30274,.79383,0,0,.77778],57361:[.41951,.91951,0,0,.77778],57366:[.25142,.75726,0,0,.77778],57367:[.25142,.75726,0,0,.77778],57368:[.25142,.75726,0,0,.77778],57369:[.25142,.75726,0,0,.77778],57370:[.13597,.63597,0,0,.77778],57371:[.13597,.63597,0,0,.77778]},"Caligraphic-Regular":{48:[0,.43056,0,0,.5],49:[0,.43056,0,0,.5],50:[0,.43056,0,0,.5],51:[.19444,.43056,0,0,.5],52:[.19444,.43056,0,0,.5],53:[.19444,.43056,0,0,.5],54:[0,.64444,0,0,.5],55:[.19444,.43056,0,0,.5],56:[0,.64444,0,0,.5],57:[.19444,.43056,0,0,.5],65:[0,.68333,0,.19445,.79847],66:[0,.68333,.03041,.13889,.65681],67:[0,.68333,.05834,.13889,.52653],68:[0,.68333,.02778,.08334,.77139],69:[0,.68333,.08944,.11111,.52778],70:[0,.68333,.09931,.11111,.71875],71:[.09722,.68333,.0593,.11111,.59487],72:[0,.68333,.00965,.11111,.84452],73:[0,.68333,.07382,0,.54452],74:[.09722,.68333,.18472,.16667,.67778],75:[0,.68333,.01445,.05556,.76195],76:[0,.68333,0,.13889,.68972],77:[0,.68333,0,.13889,1.2009],78:[0,.68333,.14736,.08334,.82049],79:[0,.68333,.02778,.11111,.79611],80:[0,.68333,.08222,.08334,.69556],81:[.09722,.68333,0,.11111,.81667],82:[0,.68333,0,.08334,.8475],83:[0,.68333,.075,.13889,.60556],84:[0,.68333,.25417,0,.54464],85:[0,.68333,.09931,.08334,.62583],86:[0,.68333,.08222,0,.61278],87:[0,.68333,.08222,.08334,.98778],88:[0,.68333,.14643,.13889,.7133],89:[.09722,.68333,.08222,.08334,.66834],90:[0,.68333,.07944,.13889,.72473]},"Fraktur-Regular":{33:[0,.69141,0,0,.29574],34:[0,.69141,0,0,.21471],38:[0,.69141,0,0,.73786],39:[0,.69141,0,0,.21201],40:[.24982,.74947,0,0,.38865],41:[.24982,.74947,0,0,.38865],42:[0,.62119,0,0,.27764],43:[.08319,.58283,0,0,.75623],44:[0,.10803,0,0,.27764],45:[.08319,.58283,0,0,.75623],46:[0,.10803,0,0,.27764],47:[.24982,.74947,0,0,.50181],48:[0,.47534,0,0,.50181],49:[0,.47534,0,0,.50181],50:[0,.47534,0,0,.50181],51:[.18906,.47534,0,0,.50181],52:[.18906,.47534,0,0,.50181],53:[.18906,.47534,0,0,.50181],54:[0,.69141,0,0,.50181],55:[.18906,.47534,0,0,.50181],56:[0,.69141,0,0,.50181],57:[.18906,.47534,0,0,.50181],58:[0,.47534,0,0,.21606],59:[.12604,.47534,0,0,.21606],61:[-.13099,.36866,0,0,.75623],63:[0,.69141,0,0,.36245],65:[0,.69141,0,0,.7176],66:[0,.69141,0,0,.88397],67:[0,.69141,0,0,.61254],68:[0,.69141,0,0,.83158],69:[0,.69141,0,0,.66278],70:[.12604,.69141,0,0,.61119],71:[0,.69141,0,0,.78539],72:[.06302,.69141,0,0,.7203],73:[0,.69141,0,0,.55448],74:[.12604,.69141,0,0,.55231],75:[0,.69141,0,0,.66845],76:[0,.69141,0,0,.66602],77:[0,.69141,0,0,1.04953],78:[0,.69141,0,0,.83212],79:[0,.69141,0,0,.82699],80:[.18906,.69141,0,0,.82753],81:[.03781,.69141,0,0,.82699],82:[0,.69141,0,0,.82807],83:[0,.69141,0,0,.82861],84:[0,.69141,0,0,.66899],85:[0,.69141,0,0,.64576],86:[0,.69141,0,0,.83131],87:[0,.69141,0,0,1.04602],88:[0,.69141,0,0,.71922],89:[.18906,.69141,0,0,.83293],90:[.12604,.69141,0,0,.60201],91:[.24982,.74947,0,0,.27764],93:[.24982,.74947,0,0,.27764],94:[0,.69141,0,0,.49965],97:[0,.47534,0,0,.50046],98:[0,.69141,0,0,.51315],99:[0,.47534,0,0,.38946],100:[0,.62119,0,0,.49857],101:[0,.47534,0,0,.40053],102:[.18906,.69141,0,0,.32626],103:[.18906,.47534,0,0,.5037],104:[.18906,.69141,0,0,.52126],105:[0,.69141,0,0,.27899],106:[0,.69141,0,0,.28088],107:[0,.69141,0,0,.38946],108:[0,.69141,0,0,.27953],109:[0,.47534,0,0,.76676],110:[0,.47534,0,0,.52666],111:[0,.47534,0,0,.48885],112:[.18906,.52396,0,0,.50046],113:[.18906,.47534,0,0,.48912],114:[0,.47534,0,0,.38919],115:[0,.47534,0,0,.44266],116:[0,.62119,0,0,.33301],117:[0,.47534,0,0,.5172],118:[0,.52396,0,0,.5118],119:[0,.52396,0,0,.77351],120:[.18906,.47534,0,0,.38865],121:[.18906,.47534,0,0,.49884],122:[.18906,.47534,0,0,.39054],8216:[0,.69141,0,0,.21471],8217:[0,.69141,0,0,.21471],58112:[0,.62119,0,0,.49749],58113:[0,.62119,0,0,.4983],58114:[.18906,.69141,0,0,.33328],58115:[.18906,.69141,0,0,.32923],58116:[.18906,.47534,0,0,.50343],58117:[0,.69141,0,0,.33301],58118:[0,.62119,0,0,.33409],58119:[0,.47534,0,0,.50073]},"Main-Bold":{33:[0,.69444,0,0,.35],34:[0,.69444,0,0,.60278],35:[.19444,.69444,0,0,.95833],36:[.05556,.75,0,0,.575],37:[.05556,.75,0,0,.95833],38:[0,.69444,0,0,.89444],39:[0,.69444,0,0,.31944],40:[.25,.75,0,0,.44722],41:[.25,.75,0,0,.44722],42:[0,.75,0,0,.575],43:[.13333,.63333,0,0,.89444],44:[.19444,.15556,0,0,.31944],45:[0,.44444,0,0,.38333],46:[0,.15556,0,0,.31944],47:[.25,.75,0,0,.575],48:[0,.64444,0,0,.575],49:[0,.64444,0,0,.575],50:[0,.64444,0,0,.575],51:[0,.64444,0,0,.575],52:[0,.64444,0,0,.575],53:[0,.64444,0,0,.575],54:[0,.64444,0,0,.575],55:[0,.64444,0,0,.575],56:[0,.64444,0,0,.575],57:[0,.64444,0,0,.575],58:[0,.44444,0,0,.31944],59:[.19444,.44444,0,0,.31944],60:[.08556,.58556,0,0,.89444],61:[-.10889,.39111,0,0,.89444],62:[.08556,.58556,0,0,.89444],63:[0,.69444,0,0,.54305],64:[0,.69444,0,0,.89444],65:[0,.68611,0,0,.86944],66:[0,.68611,0,0,.81805],67:[0,.68611,0,0,.83055],68:[0,.68611,0,0,.88194],69:[0,.68611,0,0,.75555],70:[0,.68611,0,0,.72361],71:[0,.68611,0,0,.90416],72:[0,.68611,0,0,.9],73:[0,.68611,0,0,.43611],74:[0,.68611,0,0,.59444],75:[0,.68611,0,0,.90138],76:[0,.68611,0,0,.69166],77:[0,.68611,0,0,1.09166],78:[0,.68611,0,0,.9],79:[0,.68611,0,0,.86388],80:[0,.68611,0,0,.78611],81:[.19444,.68611,0,0,.86388],82:[0,.68611,0,0,.8625],83:[0,.68611,0,0,.63889],84:[0,.68611,0,0,.8],85:[0,.68611,0,0,.88472],86:[0,.68611,.01597,0,.86944],87:[0,.68611,.01597,0,1.18888],88:[0,.68611,0,0,.86944],89:[0,.68611,.02875,0,.86944],90:[0,.68611,0,0,.70277],91:[.25,.75,0,0,.31944],92:[.25,.75,0,0,.575],93:[.25,.75,0,0,.31944],94:[0,.69444,0,0,.575],95:[.31,.13444,.03194,0,.575],97:[0,.44444,0,0,.55902],98:[0,.69444,0,0,.63889],99:[0,.44444,0,0,.51111],100:[0,.69444,0,0,.63889],101:[0,.44444,0,0,.52708],102:[0,.69444,.10903,0,.35139],103:[.19444,.44444,.01597,0,.575],104:[0,.69444,0,0,.63889],105:[0,.69444,0,0,.31944],106:[.19444,.69444,0,0,.35139],107:[0,.69444,0,0,.60694],108:[0,.69444,0,0,.31944],109:[0,.44444,0,0,.95833],110:[0,.44444,0,0,.63889],111:[0,.44444,0,0,.575],112:[.19444,.44444,0,0,.63889],113:[.19444,.44444,0,0,.60694],114:[0,.44444,0,0,.47361],115:[0,.44444,0,0,.45361],116:[0,.63492,0,0,.44722],117:[0,.44444,0,0,.63889],118:[0,.44444,.01597,0,.60694],119:[0,.44444,.01597,0,.83055],120:[0,.44444,0,0,.60694],121:[.19444,.44444,.01597,0,.60694],122:[0,.44444,0,0,.51111],123:[.25,.75,0,0,.575],124:[.25,.75,0,0,.31944],125:[.25,.75,0,0,.575],126:[.35,.34444,0,0,.575],168:[0,.69444,0,0,.575],172:[0,.44444,0,0,.76666],176:[0,.69444,0,0,.86944],177:[.13333,.63333,0,0,.89444],184:[.17014,0,0,0,.51111],198:[0,.68611,0,0,1.04166],215:[.13333,.63333,0,0,.89444],216:[.04861,.73472,0,0,.89444],223:[0,.69444,0,0,.59722],230:[0,.44444,0,0,.83055],247:[.13333,.63333,0,0,.89444],248:[.09722,.54167,0,0,.575],305:[0,.44444,0,0,.31944],338:[0,.68611,0,0,1.16944],339:[0,.44444,0,0,.89444],567:[.19444,.44444,0,0,.35139],710:[0,.69444,0,0,.575],711:[0,.63194,0,0,.575],713:[0,.59611,0,0,.575],714:[0,.69444,0,0,.575],715:[0,.69444,0,0,.575],728:[0,.69444,0,0,.575],729:[0,.69444,0,0,.31944],730:[0,.69444,0,0,.86944],732:[0,.69444,0,0,.575],733:[0,.69444,0,0,.575],915:[0,.68611,0,0,.69166],916:[0,.68611,0,0,.95833],920:[0,.68611,0,0,.89444],923:[0,.68611,0,0,.80555],926:[0,.68611,0,0,.76666],928:[0,.68611,0,0,.9],931:[0,.68611,0,0,.83055],933:[0,.68611,0,0,.89444],934:[0,.68611,0,0,.83055],936:[0,.68611,0,0,.89444],937:[0,.68611,0,0,.83055],8211:[0,.44444,.03194,0,.575],8212:[0,.44444,.03194,0,1.14999],8216:[0,.69444,0,0,.31944],8217:[0,.69444,0,0,.31944],8220:[0,.69444,0,0,.60278],8221:[0,.69444,0,0,.60278],8224:[.19444,.69444,0,0,.51111],8225:[.19444,.69444,0,0,.51111],8242:[0,.55556,0,0,.34444],8407:[0,.72444,.15486,0,.575],8463:[0,.69444,0,0,.66759],8465:[0,.69444,0,0,.83055],8467:[0,.69444,0,0,.47361],8472:[.19444,.44444,0,0,.74027],8476:[0,.69444,0,0,.83055],8501:[0,.69444,0,0,.70277],8592:[-.10889,.39111,0,0,1.14999],8593:[.19444,.69444,0,0,.575],8594:[-.10889,.39111,0,0,1.14999],8595:[.19444,.69444,0,0,.575],8596:[-.10889,.39111,0,0,1.14999],8597:[.25,.75,0,0,.575],8598:[.19444,.69444,0,0,1.14999],8599:[.19444,.69444,0,0,1.14999],8600:[.19444,.69444,0,0,1.14999],8601:[.19444,.69444,0,0,1.14999],8636:[-.10889,.39111,0,0,1.14999],8637:[-.10889,.39111,0,0,1.14999],8640:[-.10889,.39111,0,0,1.14999],8641:[-.10889,.39111,0,0,1.14999],8656:[-.10889,.39111,0,0,1.14999],8657:[.19444,.69444,0,0,.70277],8658:[-.10889,.39111,0,0,1.14999],8659:[.19444,.69444,0,0,.70277],8660:[-.10889,.39111,0,0,1.14999],8661:[.25,.75,0,0,.70277],8704:[0,.69444,0,0,.63889],8706:[0,.69444,.06389,0,.62847],8707:[0,.69444,0,0,.63889],8709:[.05556,.75,0,0,.575],8711:[0,.68611,0,0,.95833],8712:[.08556,.58556,0,0,.76666],8715:[.08556,.58556,0,0,.76666],8722:[.13333,.63333,0,0,.89444],8723:[.13333,.63333,0,0,.89444],8725:[.25,.75,0,0,.575],8726:[.25,.75,0,0,.575],8727:[-.02778,.47222,0,0,.575],8728:[-.02639,.47361,0,0,.575],8729:[-.02639,.47361,0,0,.575],8730:[.18,.82,0,0,.95833],8733:[0,.44444,0,0,.89444],8734:[0,.44444,0,0,1.14999],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.31944],8741:[.25,.75,0,0,.575],8743:[0,.55556,0,0,.76666],8744:[0,.55556,0,0,.76666],8745:[0,.55556,0,0,.76666],8746:[0,.55556,0,0,.76666],8747:[.19444,.69444,.12778,0,.56875],8764:[-.10889,.39111,0,0,.89444],8768:[.19444,.69444,0,0,.31944],8771:[.00222,.50222,0,0,.89444],8776:[.02444,.52444,0,0,.89444],8781:[.00222,.50222,0,0,.89444],8801:[.00222,.50222,0,0,.89444],8804:[.19667,.69667,0,0,.89444],8805:[.19667,.69667,0,0,.89444],8810:[.08556,.58556,0,0,1.14999],8811:[.08556,.58556,0,0,1.14999],8826:[.08556,.58556,0,0,.89444],8827:[.08556,.58556,0,0,.89444],8834:[.08556,.58556,0,0,.89444],8835:[.08556,.58556,0,0,.89444],8838:[.19667,.69667,0,0,.89444],8839:[.19667,.69667,0,0,.89444],8846:[0,.55556,0,0,.76666],8849:[.19667,.69667,0,0,.89444],8850:[.19667,.69667,0,0,.89444],8851:[0,.55556,0,0,.76666],8852:[0,.55556,0,0,.76666],8853:[.13333,.63333,0,0,.89444],8854:[.13333,.63333,0,0,.89444],8855:[.13333,.63333,0,0,.89444],8856:[.13333,.63333,0,0,.89444],8857:[.13333,.63333,0,0,.89444],8866:[0,.69444,0,0,.70277],8867:[0,.69444,0,0,.70277],8868:[0,.69444,0,0,.89444],8869:[0,.69444,0,0,.89444],8900:[-.02639,.47361,0,0,.575],8901:[-.02639,.47361,0,0,.31944],8902:[-.02778,.47222,0,0,.575],8968:[.25,.75,0,0,.51111],8969:[.25,.75,0,0,.51111],8970:[.25,.75,0,0,.51111],8971:[.25,.75,0,0,.51111],8994:[-.13889,.36111,0,0,1.14999],8995:[-.13889,.36111,0,0,1.14999],9651:[.19444,.69444,0,0,1.02222],9657:[-.02778,.47222,0,0,.575],9661:[.19444,.69444,0,0,1.02222],9667:[-.02778,.47222,0,0,.575],9711:[.19444,.69444,0,0,1.14999],9824:[.12963,.69444,0,0,.89444],9825:[.12963,.69444,0,0,.89444],9826:[.12963,.69444,0,0,.89444],9827:[.12963,.69444,0,0,.89444],9837:[0,.75,0,0,.44722],9838:[.19444,.69444,0,0,.44722],9839:[.19444,.69444,0,0,.44722],10216:[.25,.75,0,0,.44722],10217:[.25,.75,0,0,.44722],10815:[0,.68611,0,0,.9],10927:[.19667,.69667,0,0,.89444],10928:[.19667,.69667,0,0,.89444],57376:[.19444,.69444,0,0,0]},"Main-BoldItalic":{33:[0,.69444,.11417,0,.38611],34:[0,.69444,.07939,0,.62055],35:[.19444,.69444,.06833,0,.94444],37:[.05556,.75,.12861,0,.94444],38:[0,.69444,.08528,0,.88555],39:[0,.69444,.12945,0,.35555],40:[.25,.75,.15806,0,.47333],41:[.25,.75,.03306,0,.47333],42:[0,.75,.14333,0,.59111],43:[.10333,.60333,.03306,0,.88555],44:[.19444,.14722,0,0,.35555],45:[0,.44444,.02611,0,.41444],46:[0,.14722,0,0,.35555],47:[.25,.75,.15806,0,.59111],48:[0,.64444,.13167,0,.59111],49:[0,.64444,.13167,0,.59111],50:[0,.64444,.13167,0,.59111],51:[0,.64444,.13167,0,.59111],52:[.19444,.64444,.13167,0,.59111],53:[0,.64444,.13167,0,.59111],54:[0,.64444,.13167,0,.59111],55:[.19444,.64444,.13167,0,.59111],56:[0,.64444,.13167,0,.59111],57:[0,.64444,.13167,0,.59111],58:[0,.44444,.06695,0,.35555],59:[.19444,.44444,.06695,0,.35555],61:[-.10889,.39111,.06833,0,.88555],63:[0,.69444,.11472,0,.59111],64:[0,.69444,.09208,0,.88555],65:[0,.68611,0,0,.86555],66:[0,.68611,.0992,0,.81666],67:[0,.68611,.14208,0,.82666],68:[0,.68611,.09062,0,.87555],69:[0,.68611,.11431,0,.75666],70:[0,.68611,.12903,0,.72722],71:[0,.68611,.07347,0,.89527],72:[0,.68611,.17208,0,.8961],73:[0,.68611,.15681,0,.47166],74:[0,.68611,.145,0,.61055],75:[0,.68611,.14208,0,.89499],76:[0,.68611,0,0,.69777],77:[0,.68611,.17208,0,1.07277],78:[0,.68611,.17208,0,.8961],79:[0,.68611,.09062,0,.85499],80:[0,.68611,.0992,0,.78721],81:[.19444,.68611,.09062,0,.85499],82:[0,.68611,.02559,0,.85944],83:[0,.68611,.11264,0,.64999],84:[0,.68611,.12903,0,.7961],85:[0,.68611,.17208,0,.88083],86:[0,.68611,.18625,0,.86555],87:[0,.68611,.18625,0,1.15999],88:[0,.68611,.15681,0,.86555],89:[0,.68611,.19803,0,.86555],90:[0,.68611,.14208,0,.70888],91:[.25,.75,.1875,0,.35611],93:[.25,.75,.09972,0,.35611],94:[0,.69444,.06709,0,.59111],95:[.31,.13444,.09811,0,.59111],97:[0,.44444,.09426,0,.59111],98:[0,.69444,.07861,0,.53222],99:[0,.44444,.05222,0,.53222],100:[0,.69444,.10861,0,.59111],101:[0,.44444,.085,0,.53222],102:[.19444,.69444,.21778,0,.4],103:[.19444,.44444,.105,0,.53222],104:[0,.69444,.09426,0,.59111],105:[0,.69326,.11387,0,.35555],106:[.19444,.69326,.1672,0,.35555],107:[0,.69444,.11111,0,.53222],108:[0,.69444,.10861,0,.29666],109:[0,.44444,.09426,0,.94444],110:[0,.44444,.09426,0,.64999],111:[0,.44444,.07861,0,.59111],112:[.19444,.44444,.07861,0,.59111],113:[.19444,.44444,.105,0,.53222],114:[0,.44444,.11111,0,.50167],115:[0,.44444,.08167,0,.48694],116:[0,.63492,.09639,0,.385],117:[0,.44444,.09426,0,.62055],118:[0,.44444,.11111,0,.53222],119:[0,.44444,.11111,0,.76777],120:[0,.44444,.12583,0,.56055],121:[.19444,.44444,.105,0,.56166],122:[0,.44444,.13889,0,.49055],126:[.35,.34444,.11472,0,.59111],163:[0,.69444,0,0,.86853],168:[0,.69444,.11473,0,.59111],176:[0,.69444,0,0,.94888],184:[.17014,0,0,0,.53222],198:[0,.68611,.11431,0,1.02277],216:[.04861,.73472,.09062,0,.88555],223:[.19444,.69444,.09736,0,.665],230:[0,.44444,.085,0,.82666],248:[.09722,.54167,.09458,0,.59111],305:[0,.44444,.09426,0,.35555],338:[0,.68611,.11431,0,1.14054],339:[0,.44444,.085,0,.82666],567:[.19444,.44444,.04611,0,.385],710:[0,.69444,.06709,0,.59111],711:[0,.63194,.08271,0,.59111],713:[0,.59444,.10444,0,.59111],714:[0,.69444,.08528,0,.59111],715:[0,.69444,0,0,.59111],728:[0,.69444,.10333,0,.59111],729:[0,.69444,.12945,0,.35555],730:[0,.69444,0,0,.94888],732:[0,.69444,.11472,0,.59111],733:[0,.69444,.11472,0,.59111],915:[0,.68611,.12903,0,.69777],916:[0,.68611,0,0,.94444],920:[0,.68611,.09062,0,.88555],923:[0,.68611,0,0,.80666],926:[0,.68611,.15092,0,.76777],928:[0,.68611,.17208,0,.8961],931:[0,.68611,.11431,0,.82666],933:[0,.68611,.10778,0,.88555],934:[0,.68611,.05632,0,.82666],936:[0,.68611,.10778,0,.88555],937:[0,.68611,.0992,0,.82666],8211:[0,.44444,.09811,0,.59111],8212:[0,.44444,.09811,0,1.18221],8216:[0,.69444,.12945,0,.35555],8217:[0,.69444,.12945,0,.35555],8220:[0,.69444,.16772,0,.62055],8221:[0,.69444,.07939,0,.62055]},"Main-Italic":{33:[0,.69444,.12417,0,.30667],34:[0,.69444,.06961,0,.51444],35:[.19444,.69444,.06616,0,.81777],37:[.05556,.75,.13639,0,.81777],38:[0,.69444,.09694,0,.76666],39:[0,.69444,.12417,0,.30667],40:[.25,.75,.16194,0,.40889],41:[.25,.75,.03694,0,.40889],42:[0,.75,.14917,0,.51111],43:[.05667,.56167,.03694,0,.76666],44:[.19444,.10556,0,0,.30667],45:[0,.43056,.02826,0,.35778],46:[0,.10556,0,0,.30667],47:[.25,.75,.16194,0,.51111],48:[0,.64444,.13556,0,.51111],49:[0,.64444,.13556,0,.51111],50:[0,.64444,.13556,0,.51111],51:[0,.64444,.13556,0,.51111],52:[.19444,.64444,.13556,0,.51111],53:[0,.64444,.13556,0,.51111],54:[0,.64444,.13556,0,.51111],55:[.19444,.64444,.13556,0,.51111],56:[0,.64444,.13556,0,.51111],57:[0,.64444,.13556,0,.51111],58:[0,.43056,.0582,0,.30667],59:[.19444,.43056,.0582,0,.30667],61:[-.13313,.36687,.06616,0,.76666],63:[0,.69444,.1225,0,.51111],64:[0,.69444,.09597,0,.76666],65:[0,.68333,0,0,.74333],66:[0,.68333,.10257,0,.70389],67:[0,.68333,.14528,0,.71555],68:[0,.68333,.09403,0,.755],69:[0,.68333,.12028,0,.67833],70:[0,.68333,.13305,0,.65277],71:[0,.68333,.08722,0,.77361],72:[0,.68333,.16389,0,.74333],73:[0,.68333,.15806,0,.38555],74:[0,.68333,.14028,0,.525],75:[0,.68333,.14528,0,.76888],76:[0,.68333,0,0,.62722],77:[0,.68333,.16389,0,.89666],78:[0,.68333,.16389,0,.74333],79:[0,.68333,.09403,0,.76666],80:[0,.68333,.10257,0,.67833],81:[.19444,.68333,.09403,0,.76666],82:[0,.68333,.03868,0,.72944],83:[0,.68333,.11972,0,.56222],84:[0,.68333,.13305,0,.71555],85:[0,.68333,.16389,0,.74333],86:[0,.68333,.18361,0,.74333],87:[0,.68333,.18361,0,.99888],88:[0,.68333,.15806,0,.74333],89:[0,.68333,.19383,0,.74333],90:[0,.68333,.14528,0,.61333],91:[.25,.75,.1875,0,.30667],93:[.25,.75,.10528,0,.30667],94:[0,.69444,.06646,0,.51111],95:[.31,.12056,.09208,0,.51111],97:[0,.43056,.07671,0,.51111],98:[0,.69444,.06312,0,.46],99:[0,.43056,.05653,0,.46],100:[0,.69444,.10333,0,.51111],101:[0,.43056,.07514,0,.46],102:[.19444,.69444,.21194,0,.30667],103:[.19444,.43056,.08847,0,.46],104:[0,.69444,.07671,0,.51111],105:[0,.65536,.1019,0,.30667],106:[.19444,.65536,.14467,0,.30667],107:[0,.69444,.10764,0,.46],108:[0,.69444,.10333,0,.25555],109:[0,.43056,.07671,0,.81777],110:[0,.43056,.07671,0,.56222],111:[0,.43056,.06312,0,.51111],112:[.19444,.43056,.06312,0,.51111],113:[.19444,.43056,.08847,0,.46],114:[0,.43056,.10764,0,.42166],115:[0,.43056,.08208,0,.40889],116:[0,.61508,.09486,0,.33222],117:[0,.43056,.07671,0,.53666],118:[0,.43056,.10764,0,.46],119:[0,.43056,.10764,0,.66444],120:[0,.43056,.12042,0,.46389],121:[.19444,.43056,.08847,0,.48555],122:[0,.43056,.12292,0,.40889],126:[.35,.31786,.11585,0,.51111],163:[0,.69444,0,0,.76909],168:[0,.66786,.10474,0,.51111],176:[0,.69444,0,0,.83129],184:[.17014,0,0,0,.46],198:[0,.68333,.12028,0,.88277],216:[.04861,.73194,.09403,0,.76666],223:[.19444,.69444,.10514,0,.53666],230:[0,.43056,.07514,0,.71555],248:[.09722,.52778,.09194,0,.51111],305:[0,.43056,0,.02778,.32246],338:[0,.68333,.12028,0,.98499],339:[0,.43056,.07514,0,.71555],567:[.19444,.43056,0,.08334,.38403],710:[0,.69444,.06646,0,.51111],711:[0,.62847,.08295,0,.51111],713:[0,.56167,.10333,0,.51111],714:[0,.69444,.09694,0,.51111],715:[0,.69444,0,0,.51111],728:[0,.69444,.10806,0,.51111],729:[0,.66786,.11752,0,.30667],730:[0,.69444,0,0,.83129],732:[0,.66786,.11585,0,.51111],733:[0,.69444,.1225,0,.51111],915:[0,.68333,.13305,0,.62722],916:[0,.68333,0,0,.81777],920:[0,.68333,.09403,0,.76666],923:[0,.68333,0,0,.69222],926:[0,.68333,.15294,0,.66444],928:[0,.68333,.16389,0,.74333],931:[0,.68333,.12028,0,.71555],933:[0,.68333,.11111,0,.76666],934:[0,.68333,.05986,0,.71555],936:[0,.68333,.11111,0,.76666],937:[0,.68333,.10257,0,.71555],8211:[0,.43056,.09208,0,.51111],8212:[0,.43056,.09208,0,1.02222],8216:[0,.69444,.12417,0,.30667],8217:[0,.69444,.12417,0,.30667],8220:[0,.69444,.1685,0,.51444],8221:[0,.69444,.06961,0,.51444],8463:[0,.68889,0,0,.54028]},"Main-Regular":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.27778],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.77778],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.19444,.10556,0,0,.27778],45:[0,.43056,0,0,.33333],46:[0,.10556,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.64444,0,0,.5],49:[0,.64444,0,0,.5],50:[0,.64444,0,0,.5],51:[0,.64444,0,0,.5],52:[0,.64444,0,0,.5],53:[0,.64444,0,0,.5],54:[0,.64444,0,0,.5],55:[0,.64444,0,0,.5],56:[0,.64444,0,0,.5],57:[0,.64444,0,0,.5],58:[0,.43056,0,0,.27778],59:[.19444,.43056,0,0,.27778],60:[.0391,.5391,0,0,.77778],61:[-.13313,.36687,0,0,.77778],62:[.0391,.5391,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.77778],65:[0,.68333,0,0,.75],66:[0,.68333,0,0,.70834],67:[0,.68333,0,0,.72222],68:[0,.68333,0,0,.76389],69:[0,.68333,0,0,.68056],70:[0,.68333,0,0,.65278],71:[0,.68333,0,0,.78472],72:[0,.68333,0,0,.75],73:[0,.68333,0,0,.36111],74:[0,.68333,0,0,.51389],75:[0,.68333,0,0,.77778],76:[0,.68333,0,0,.625],77:[0,.68333,0,0,.91667],78:[0,.68333,0,0,.75],79:[0,.68333,0,0,.77778],80:[0,.68333,0,0,.68056],81:[.19444,.68333,0,0,.77778],82:[0,.68333,0,0,.73611],83:[0,.68333,0,0,.55556],84:[0,.68333,0,0,.72222],85:[0,.68333,0,0,.75],86:[0,.68333,.01389,0,.75],87:[0,.68333,.01389,0,1.02778],88:[0,.68333,0,0,.75],89:[0,.68333,.025,0,.75],90:[0,.68333,0,0,.61111],91:[.25,.75,0,0,.27778],92:[.25,.75,0,0,.5],93:[.25,.75,0,0,.27778],94:[0,.69444,0,0,.5],95:[.31,.12056,.02778,0,.5],97:[0,.43056,0,0,.5],98:[0,.69444,0,0,.55556],99:[0,.43056,0,0,.44445],100:[0,.69444,0,0,.55556],101:[0,.43056,0,0,.44445],102:[0,.69444,.07778,0,.30556],103:[.19444,.43056,.01389,0,.5],104:[0,.69444,0,0,.55556],105:[0,.66786,0,0,.27778],106:[.19444,.66786,0,0,.30556],107:[0,.69444,0,0,.52778],108:[0,.69444,0,0,.27778],109:[0,.43056,0,0,.83334],110:[0,.43056,0,0,.55556],111:[0,.43056,0,0,.5],112:[.19444,.43056,0,0,.55556],113:[.19444,.43056,0,0,.52778],114:[0,.43056,0,0,.39167],115:[0,.43056,0,0,.39445],116:[0,.61508,0,0,.38889],117:[0,.43056,0,0,.55556],118:[0,.43056,.01389,0,.52778],119:[0,.43056,.01389,0,.72222],120:[0,.43056,0,0,.52778],121:[.19444,.43056,.01389,0,.52778],122:[0,.43056,0,0,.44445],123:[.25,.75,0,0,.5],124:[.25,.75,0,0,.27778],125:[.25,.75,0,0,.5],126:[.35,.31786,0,0,.5],160:[0,0,0,0,.25],167:[.19444,.69444,0,0,.44445],168:[0,.66786,0,0,.5],172:[0,.43056,0,0,.66667],176:[0,.69444,0,0,.75],177:[.08333,.58333,0,0,.77778],182:[.19444,.69444,0,0,.61111],184:[.17014,0,0,0,.44445],198:[0,.68333,0,0,.90278],215:[.08333,.58333,0,0,.77778],216:[.04861,.73194,0,0,.77778],223:[0,.69444,0,0,.5],230:[0,.43056,0,0,.72222],247:[.08333,.58333,0,0,.77778],248:[.09722,.52778,0,0,.5],305:[0,.43056,0,0,.27778],338:[0,.68333,0,0,1.01389],339:[0,.43056,0,0,.77778],567:[.19444,.43056,0,0,.30556],710:[0,.69444,0,0,.5],711:[0,.62847,0,0,.5],713:[0,.56778,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.66786,0,0,.27778],730:[0,.69444,0,0,.75],732:[0,.66786,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.68333,0,0,.625],916:[0,.68333,0,0,.83334],920:[0,.68333,0,0,.77778],923:[0,.68333,0,0,.69445],926:[0,.68333,0,0,.66667],928:[0,.68333,0,0,.75],931:[0,.68333,0,0,.72222],933:[0,.68333,0,0,.77778],934:[0,.68333,0,0,.72222],936:[0,.68333,0,0,.77778],937:[0,.68333,0,0,.72222],8211:[0,.43056,.02778,0,.5],8212:[0,.43056,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5],8224:[.19444,.69444,0,0,.44445],8225:[.19444,.69444,0,0,.44445],8230:[0,.12,0,0,1.172],8242:[0,.55556,0,0,.275],8407:[0,.71444,.15382,0,.5],8463:[0,.68889,0,0,.54028],8465:[0,.69444,0,0,.72222],8467:[0,.69444,0,.11111,.41667],8472:[.19444,.43056,0,.11111,.63646],8476:[0,.69444,0,0,.72222],8501:[0,.69444,0,0,.61111],8592:[-.13313,.36687,0,0,1],8593:[.19444,.69444,0,0,.5],8594:[-.13313,.36687,0,0,1],8595:[.19444,.69444,0,0,.5],8596:[-.13313,.36687,0,0,1],8597:[.25,.75,0,0,.5],8598:[.19444,.69444,0,0,1],8599:[.19444,.69444,0,0,1],8600:[.19444,.69444,0,0,1],8601:[.19444,.69444,0,0,1],8614:[.011,.511,0,0,1],8617:[.011,.511,0,0,1.126],8618:[.011,.511,0,0,1.126],8636:[-.13313,.36687,0,0,1],8637:[-.13313,.36687,0,0,1],8640:[-.13313,.36687,0,0,1],8641:[-.13313,.36687,0,0,1],8652:[.011,.671,0,0,1],8656:[-.13313,.36687,0,0,1],8657:[.19444,.69444,0,0,.61111],8658:[-.13313,.36687,0,0,1],8659:[.19444,.69444,0,0,.61111],8660:[-.13313,.36687,0,0,1],8661:[.25,.75,0,0,.61111],8704:[0,.69444,0,0,.55556],8706:[0,.69444,.05556,.08334,.5309],8707:[0,.69444,0,0,.55556],8709:[.05556,.75,0,0,.5],8711:[0,.68333,0,0,.83334],8712:[.0391,.5391,0,0,.66667],8715:[.0391,.5391,0,0,.66667],8722:[.08333,.58333,0,0,.77778],8723:[.08333,.58333,0,0,.77778],8725:[.25,.75,0,0,.5],8726:[.25,.75,0,0,.5],8727:[-.03472,.46528,0,0,.5],8728:[-.05555,.44445,0,0,.5],8729:[-.05555,.44445,0,0,.5],8730:[.2,.8,0,0,.83334],8733:[0,.43056,0,0,.77778],8734:[0,.43056,0,0,1],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.27778],8741:[.25,.75,0,0,.5],8743:[0,.55556,0,0,.66667],8744:[0,.55556,0,0,.66667],8745:[0,.55556,0,0,.66667],8746:[0,.55556,0,0,.66667],8747:[.19444,.69444,.11111,0,.41667],8764:[-.13313,.36687,0,0,.77778],8768:[.19444,.69444,0,0,.27778],8771:[-.03625,.46375,0,0,.77778],8773:[-.022,.589,0,0,1],8776:[-.01688,.48312,0,0,.77778],8781:[-.03625,.46375,0,0,.77778],8784:[-.133,.67,0,0,.778],8801:[-.03625,.46375,0,0,.77778],8804:[.13597,.63597,0,0,.77778],8805:[.13597,.63597,0,0,.77778],8810:[.0391,.5391,0,0,1],8811:[.0391,.5391,0,0,1],8826:[.0391,.5391,0,0,.77778],8827:[.0391,.5391,0,0,.77778],8834:[.0391,.5391,0,0,.77778],8835:[.0391,.5391,0,0,.77778],8838:[.13597,.63597,0,0,.77778],8839:[.13597,.63597,0,0,.77778],8846:[0,.55556,0,0,.66667],8849:[.13597,.63597,0,0,.77778],8850:[.13597,.63597,0,0,.77778],8851:[0,.55556,0,0,.66667],8852:[0,.55556,0,0,.66667],8853:[.08333,.58333,0,0,.77778],8854:[.08333,.58333,0,0,.77778],8855:[.08333,.58333,0,0,.77778],8856:[.08333,.58333,0,0,.77778],8857:[.08333,.58333,0,0,.77778],8866:[0,.69444,0,0,.61111],8867:[0,.69444,0,0,.61111],8868:[0,.69444,0,0,.77778],8869:[0,.69444,0,0,.77778],8872:[.249,.75,0,0,.867],8900:[-.05555,.44445,0,0,.5],8901:[-.05555,.44445,0,0,.27778],8902:[-.03472,.46528,0,0,.5],8904:[.005,.505,0,0,.9],8942:[.03,.9,0,0,.278],8943:[-.19,.31,0,0,1.172],8945:[-.1,.82,0,0,1.282],8968:[.25,.75,0,0,.44445],8969:[.25,.75,0,0,.44445],8970:[.25,.75,0,0,.44445],8971:[.25,.75,0,0,.44445],8994:[-.14236,.35764,0,0,1],8995:[-.14236,.35764,0,0,1],9136:[.244,.744,0,0,.412],9137:[.244,.744,0,0,.412],9651:[.19444,.69444,0,0,.88889],9657:[-.03472,.46528,0,0,.5],9661:[.19444,.69444,0,0,.88889],9667:[-.03472,.46528,0,0,.5],9711:[.19444,.69444,0,0,1],9824:[.12963,.69444,0,0,.77778],9825:[.12963,.69444,0,0,.77778],9826:[.12963,.69444,0,0,.77778],9827:[.12963,.69444,0,0,.77778],9837:[0,.75,0,0,.38889],9838:[.19444,.69444,0,0,.38889],9839:[.19444,.69444,0,0,.38889],10216:[.25,.75,0,0,.38889],10217:[.25,.75,0,0,.38889],10222:[.244,.744,0,0,.412],10223:[.244,.744,0,0,.412],10229:[.011,.511,0,0,1.609],10230:[.011,.511,0,0,1.638],10231:[.011,.511,0,0,1.859],10232:[.024,.525,0,0,1.609],10233:[.024,.525,0,0,1.638],10234:[.024,.525,0,0,1.858],10236:[.011,.511,0,0,1.638],10815:[0,.68333,0,0,.75],10927:[.13597,.63597,0,0,.77778],10928:[.13597,.63597,0,0,.77778],57376:[.19444,.69444,0,0,0]},"Math-BoldItalic":{65:[0,.68611,0,0,.86944],66:[0,.68611,.04835,0,.8664],67:[0,.68611,.06979,0,.81694],68:[0,.68611,.03194,0,.93812],69:[0,.68611,.05451,0,.81007],70:[0,.68611,.15972,0,.68889],71:[0,.68611,0,0,.88673],72:[0,.68611,.08229,0,.98229],73:[0,.68611,.07778,0,.51111],74:[0,.68611,.10069,0,.63125],75:[0,.68611,.06979,0,.97118],76:[0,.68611,0,0,.75555],77:[0,.68611,.11424,0,1.14201],78:[0,.68611,.11424,0,.95034],79:[0,.68611,.03194,0,.83666],80:[0,.68611,.15972,0,.72309],81:[.19444,.68611,0,0,.86861],82:[0,.68611,.00421,0,.87235],83:[0,.68611,.05382,0,.69271],84:[0,.68611,.15972,0,.63663],85:[0,.68611,.11424,0,.80027],86:[0,.68611,.25555,0,.67778],87:[0,.68611,.15972,0,1.09305],88:[0,.68611,.07778,0,.94722],89:[0,.68611,.25555,0,.67458],90:[0,.68611,.06979,0,.77257],97:[0,.44444,0,0,.63287],98:[0,.69444,0,0,.52083],99:[0,.44444,0,0,.51342],100:[0,.69444,0,0,.60972],101:[0,.44444,0,0,.55361],102:[.19444,.69444,.11042,0,.56806],103:[.19444,.44444,.03704,0,.5449],104:[0,.69444,0,0,.66759],105:[0,.69326,0,0,.4048],106:[.19444,.69326,.0622,0,.47083],107:[0,.69444,.01852,0,.6037],108:[0,.69444,.0088,0,.34815],109:[0,.44444,0,0,1.0324],110:[0,.44444,0,0,.71296],111:[0,.44444,0,0,.58472],112:[.19444,.44444,0,0,.60092],113:[.19444,.44444,.03704,0,.54213],114:[0,.44444,.03194,0,.5287],115:[0,.44444,0,0,.53125],116:[0,.63492,0,0,.41528],117:[0,.44444,0,0,.68102],118:[0,.44444,.03704,0,.56666],119:[0,.44444,.02778,0,.83148],120:[0,.44444,0,0,.65903],121:[.19444,.44444,.03704,0,.59028],122:[0,.44444,.04213,0,.55509],915:[0,.68611,.15972,0,.65694],916:[0,.68611,0,0,.95833],920:[0,.68611,.03194,0,.86722],923:[0,.68611,0,0,.80555],926:[0,.68611,.07458,0,.84125],928:[0,.68611,.08229,0,.98229],931:[0,.68611,.05451,0,.88507],933:[0,.68611,.15972,0,.67083],934:[0,.68611,0,0,.76666],936:[0,.68611,.11653,0,.71402],937:[0,.68611,.04835,0,.8789],945:[0,.44444,0,0,.76064],946:[.19444,.69444,.03403,0,.65972],947:[.19444,.44444,.06389,0,.59003],948:[0,.69444,.03819,0,.52222],949:[0,.44444,0,0,.52882],950:[.19444,.69444,.06215,0,.50833],951:[.19444,.44444,.03704,0,.6],952:[0,.69444,.03194,0,.5618],953:[0,.44444,0,0,.41204],954:[0,.44444,0,0,.66759],955:[0,.69444,0,0,.67083],956:[.19444,.44444,0,0,.70787],957:[0,.44444,.06898,0,.57685],958:[.19444,.69444,.03021,0,.50833],959:[0,.44444,0,0,.58472],960:[0,.44444,.03704,0,.68241],961:[.19444,.44444,0,0,.6118],962:[.09722,.44444,.07917,0,.42361],963:[0,.44444,.03704,0,.68588],964:[0,.44444,.13472,0,.52083],965:[0,.44444,.03704,0,.63055],966:[.19444,.44444,0,0,.74722],967:[.19444,.44444,0,0,.71805],968:[.19444,.69444,.03704,0,.75833],969:[0,.44444,.03704,0,.71782],977:[0,.69444,0,0,.69155],981:[.19444,.69444,0,0,.7125],982:[0,.44444,.03194,0,.975],1009:[.19444,.44444,0,0,.6118],1013:[0,.44444,0,0,.48333]},"Math-Italic":{65:[0,.68333,0,.13889,.75],66:[0,.68333,.05017,.08334,.75851],67:[0,.68333,.07153,.08334,.71472],68:[0,.68333,.02778,.05556,.82792],69:[0,.68333,.05764,.08334,.7382],70:[0,.68333,.13889,.08334,.64306],71:[0,.68333,0,.08334,.78625],72:[0,.68333,.08125,.05556,.83125],73:[0,.68333,.07847,.11111,.43958],74:[0,.68333,.09618,.16667,.55451],75:[0,.68333,.07153,.05556,.84931],76:[0,.68333,0,.02778,.68056],77:[0,.68333,.10903,.08334,.97014],78:[0,.68333,.10903,.08334,.80347],79:[0,.68333,.02778,.08334,.76278],80:[0,.68333,.13889,.08334,.64201],81:[.19444,.68333,0,.08334,.79056],82:[0,.68333,.00773,.08334,.75929],83:[0,.68333,.05764,.08334,.6132],84:[0,.68333,.13889,.08334,.58438],85:[0,.68333,.10903,.02778,.68278],86:[0,.68333,.22222,0,.58333],87:[0,.68333,.13889,0,.94445],88:[0,.68333,.07847,.08334,.82847],89:[0,.68333,.22222,0,.58056],90:[0,.68333,.07153,.08334,.68264],97:[0,.43056,0,0,.52859],98:[0,.69444,0,0,.42917],99:[0,.43056,0,.05556,.43276],100:[0,.69444,0,.16667,.52049],101:[0,.43056,0,.05556,.46563],102:[.19444,.69444,.10764,.16667,.48959],103:[.19444,.43056,.03588,.02778,.47697],104:[0,.69444,0,0,.57616],105:[0,.65952,0,0,.34451],106:[.19444,.65952,.05724,0,.41181],107:[0,.69444,.03148,0,.5206],108:[0,.69444,.01968,.08334,.29838],109:[0,.43056,0,0,.87801],110:[0,.43056,0,0,.60023],111:[0,.43056,0,.05556,.48472],112:[.19444,.43056,0,.08334,.50313],113:[.19444,.43056,.03588,.08334,.44641],114:[0,.43056,.02778,.05556,.45116],115:[0,.43056,0,.05556,.46875],116:[0,.61508,0,.08334,.36111],117:[0,.43056,0,.02778,.57246],118:[0,.43056,.03588,.02778,.48472],119:[0,.43056,.02691,.08334,.71592],120:[0,.43056,0,.02778,.57153],121:[.19444,.43056,.03588,.05556,.49028],122:[0,.43056,.04398,.05556,.46505],915:[0,.68333,.13889,.08334,.61528],916:[0,.68333,0,.16667,.83334],920:[0,.68333,.02778,.08334,.76278],923:[0,.68333,0,.16667,.69445],926:[0,.68333,.07569,.08334,.74236],928:[0,.68333,.08125,.05556,.83125],931:[0,.68333,.05764,.08334,.77986],933:[0,.68333,.13889,.05556,.58333],934:[0,.68333,0,.08334,.66667],936:[0,.68333,.11,.05556,.61222],937:[0,.68333,.05017,.08334,.7724],945:[0,.43056,.0037,.02778,.6397],946:[.19444,.69444,.05278,.08334,.56563],947:[.19444,.43056,.05556,0,.51773],948:[0,.69444,.03785,.05556,.44444],949:[0,.43056,0,.08334,.46632],950:[.19444,.69444,.07378,.08334,.4375],951:[.19444,.43056,.03588,.05556,.49653],952:[0,.69444,.02778,.08334,.46944],953:[0,.43056,0,.05556,.35394],954:[0,.43056,0,0,.57616],955:[0,.69444,0,0,.58334],956:[.19444,.43056,0,.02778,.60255],957:[0,.43056,.06366,.02778,.49398],958:[.19444,.69444,.04601,.11111,.4375],959:[0,.43056,0,.05556,.48472],960:[0,.43056,.03588,0,.57003],961:[.19444,.43056,0,.08334,.51702],962:[.09722,.43056,.07986,.08334,.36285],963:[0,.43056,.03588,0,.57141],964:[0,.43056,.1132,.02778,.43715],965:[0,.43056,.03588,.02778,.54028],966:[.19444,.43056,0,.08334,.65417],967:[.19444,.43056,0,.05556,.62569],968:[.19444,.69444,.03588,.11111,.65139],969:[0,.43056,.03588,0,.62245],977:[0,.69444,0,.08334,.59144],981:[.19444,.69444,0,.08334,.59583],982:[0,.43056,.02778,0,.82813],1009:[.19444,.43056,0,.08334,.51702],1013:[0,.43056,0,.05556,.4059]},"Math-Regular":{65:[0,.68333,0,.13889,.75],66:[0,.68333,.05017,.08334,.75851],67:[0,.68333,.07153,.08334,.71472],68:[0,.68333,.02778,.05556,.82792],69:[0,.68333,.05764,.08334,.7382],70:[0,.68333,.13889,.08334,.64306],71:[0,.68333,0,.08334,.78625],72:[0,.68333,.08125,.05556,.83125],73:[0,.68333,.07847,.11111,.43958],74:[0,.68333,.09618,.16667,.55451],75:[0,.68333,.07153,.05556,.84931],76:[0,.68333,0,.02778,.68056],77:[0,.68333,.10903,.08334,.97014],78:[0,.68333,.10903,.08334,.80347],79:[0,.68333,.02778,.08334,.76278],80:[0,.68333,.13889,.08334,.64201],81:[.19444,.68333,0,.08334,.79056],82:[0,.68333,.00773,.08334,.75929],83:[0,.68333,.05764,.08334,.6132],84:[0,.68333,.13889,.08334,.58438],85:[0,.68333,.10903,.02778,.68278],86:[0,.68333,.22222,0,.58333],87:[0,.68333,.13889,0,.94445],88:[0,.68333,.07847,.08334,.82847],89:[0,.68333,.22222,0,.58056],90:[0,.68333,.07153,.08334,.68264],97:[0,.43056,0,0,.52859],98:[0,.69444,0,0,.42917],99:[0,.43056,0,.05556,.43276],100:[0,.69444,0,.16667,.52049],101:[0,.43056,0,.05556,.46563],102:[.19444,.69444,.10764,.16667,.48959],103:[.19444,.43056,.03588,.02778,.47697],104:[0,.69444,0,0,.57616],105:[0,.65952,0,0,.34451],106:[.19444,.65952,.05724,0,.41181],107:[0,.69444,.03148,0,.5206],108:[0,.69444,.01968,.08334,.29838],109:[0,.43056,0,0,.87801],110:[0,.43056,0,0,.60023],111:[0,.43056,0,.05556,.48472],112:[.19444,.43056,0,.08334,.50313],113:[.19444,.43056,.03588,.08334,.44641],114:[0,.43056,.02778,.05556,.45116],115:[0,.43056,0,.05556,.46875],116:[0,.61508,0,.08334,.36111],117:[0,.43056,0,.02778,.57246],118:[0,.43056,.03588,.02778,.48472],119:[0,.43056,.02691,.08334,.71592],120:[0,.43056,0,.02778,.57153],121:[.19444,.43056,.03588,.05556,.49028],122:[0,.43056,.04398,.05556,.46505],915:[0,.68333,.13889,.08334,.61528],916:[0,.68333,0,.16667,.83334],920:[0,.68333,.02778,.08334,.76278],923:[0,.68333,0,.16667,.69445],926:[0,.68333,.07569,.08334,.74236],928:[0,.68333,.08125,.05556,.83125],931:[0,.68333,.05764,.08334,.77986],933:[0,.68333,.13889,.05556,.58333],934:[0,.68333,0,.08334,.66667],936:[0,.68333,.11,.05556,.61222],937:[0,.68333,.05017,.08334,.7724],945:[0,.43056,.0037,.02778,.6397],946:[.19444,.69444,.05278,.08334,.56563],947:[.19444,.43056,.05556,0,.51773],948:[0,.69444,.03785,.05556,.44444],949:[0,.43056,0,.08334,.46632],950:[.19444,.69444,.07378,.08334,.4375],951:[.19444,.43056,.03588,.05556,.49653],952:[0,.69444,.02778,.08334,.46944],953:[0,.43056,0,.05556,.35394],954:[0,.43056,0,0,.57616],955:[0,.69444,0,0,.58334],956:[.19444,.43056,0,.02778,.60255],957:[0,.43056,.06366,.02778,.49398],958:[.19444,.69444,.04601,.11111,.4375],959:[0,.43056,0,.05556,.48472],960:[0,.43056,.03588,0,.57003],961:[.19444,.43056,0,.08334,.51702],962:[.09722,.43056,.07986,.08334,.36285],963:[0,.43056,.03588,0,.57141],964:[0,.43056,.1132,.02778,.43715],965:[0,.43056,.03588,.02778,.54028],966:[.19444,.43056,0,.08334,.65417],967:[.19444,.43056,0,.05556,.62569],968:[.19444,.69444,.03588,.11111,.65139],969:[0,.43056,.03588,0,.62245],977:[0,.69444,0,.08334,.59144],981:[.19444,.69444,0,.08334,.59583],982:[0,.43056,.02778,0,.82813],1009:[.19444,.43056,0,.08334,.51702],1013:[0,.43056,0,.05556,.4059]},"SansSerif-Bold":{33:[0,.69444,0,0,.36667],34:[0,.69444,0,0,.55834],35:[.19444,.69444,0,0,.91667],36:[.05556,.75,0,0,.55],37:[.05556,.75,0,0,1.02912],38:[0,.69444,0,0,.83056],39:[0,.69444,0,0,.30556],40:[.25,.75,0,0,.42778],41:[.25,.75,0,0,.42778],42:[0,.75,0,0,.55],43:[.11667,.61667,0,0,.85556],44:[.10556,.13056,0,0,.30556],45:[0,.45833,0,0,.36667],46:[0,.13056,0,0,.30556],47:[.25,.75,0,0,.55],48:[0,.69444,0,0,.55],49:[0,.69444,0,0,.55],50:[0,.69444,0,0,.55],51:[0,.69444,0,0,.55],52:[0,.69444,0,0,.55],53:[0,.69444,0,0,.55],54:[0,.69444,0,0,.55],55:[0,.69444,0,0,.55],56:[0,.69444,0,0,.55],57:[0,.69444,0,0,.55],58:[0,.45833,0,0,.30556],59:[.10556,.45833,0,0,.30556],61:[-.09375,.40625,0,0,.85556],63:[0,.69444,0,0,.51945],64:[0,.69444,0,0,.73334],65:[0,.69444,0,0,.73334],66:[0,.69444,0,0,.73334],67:[0,.69444,0,0,.70278],68:[0,.69444,0,0,.79445],69:[0,.69444,0,0,.64167],70:[0,.69444,0,0,.61111],71:[0,.69444,0,0,.73334],72:[0,.69444,0,0,.79445],73:[0,.69444,0,0,.33056],74:[0,.69444,0,0,.51945],75:[0,.69444,0,0,.76389],76:[0,.69444,0,0,.58056],77:[0,.69444,0,0,.97778],78:[0,.69444,0,0,.79445],79:[0,.69444,0,0,.79445],80:[0,.69444,0,0,.70278],81:[.10556,.69444,0,0,.79445],82:[0,.69444,0,0,.70278],83:[0,.69444,0,0,.61111],84:[0,.69444,0,0,.73334],85:[0,.69444,0,0,.76389],86:[0,.69444,.01528,0,.73334],87:[0,.69444,.01528,0,1.03889],88:[0,.69444,0,0,.73334],89:[0,.69444,.0275,0,.73334],90:[0,.69444,0,0,.67223],91:[.25,.75,0,0,.34306],93:[.25,.75,0,0,.34306],94:[0,.69444,0,0,.55],95:[.35,.10833,.03056,0,.55],97:[0,.45833,0,0,.525],98:[0,.69444,0,0,.56111],99:[0,.45833,0,0,.48889],100:[0,.69444,0,0,.56111],101:[0,.45833,0,0,.51111],102:[0,.69444,.07639,0,.33611],103:[.19444,.45833,.01528,0,.55],104:[0,.69444,0,0,.56111],105:[0,.69444,0,0,.25556],106:[.19444,.69444,0,0,.28611],107:[0,.69444,0,0,.53056],108:[0,.69444,0,0,.25556],109:[0,.45833,0,0,.86667],110:[0,.45833,0,0,.56111],111:[0,.45833,0,0,.55],112:[.19444,.45833,0,0,.56111],113:[.19444,.45833,0,0,.56111],114:[0,.45833,.01528,0,.37222],115:[0,.45833,0,0,.42167],116:[0,.58929,0,0,.40417],117:[0,.45833,0,0,.56111],118:[0,.45833,.01528,0,.5],119:[0,.45833,.01528,0,.74445],120:[0,.45833,0,0,.5],121:[.19444,.45833,.01528,0,.5],122:[0,.45833,0,0,.47639],126:[.35,.34444,0,0,.55],168:[0,.69444,0,0,.55],176:[0,.69444,0,0,.73334],180:[0,.69444,0,0,.55],184:[.17014,0,0,0,.48889],305:[0,.45833,0,0,.25556],567:[.19444,.45833,0,0,.28611],710:[0,.69444,0,0,.55],711:[0,.63542,0,0,.55],713:[0,.63778,0,0,.55],728:[0,.69444,0,0,.55],729:[0,.69444,0,0,.30556],730:[0,.69444,0,0,.73334],732:[0,.69444,0,0,.55],733:[0,.69444,0,0,.55],915:[0,.69444,0,0,.58056],916:[0,.69444,0,0,.91667],920:[0,.69444,0,0,.85556],923:[0,.69444,0,0,.67223],926:[0,.69444,0,0,.73334],928:[0,.69444,0,0,.79445],931:[0,.69444,0,0,.79445],933:[0,.69444,0,0,.85556],934:[0,.69444,0,0,.79445],936:[0,.69444,0,0,.85556],937:[0,.69444,0,0,.79445],8211:[0,.45833,.03056,0,.55],8212:[0,.45833,.03056,0,1.10001],8216:[0,.69444,0,0,.30556],8217:[0,.69444,0,0,.30556],8220:[0,.69444,0,0,.55834],8221:[0,.69444,0,0,.55834]},"SansSerif-Italic":{33:[0,.69444,.05733,0,.31945],34:[0,.69444,.00316,0,.5],35:[.19444,.69444,.05087,0,.83334],36:[.05556,.75,.11156,0,.5],37:[.05556,.75,.03126,0,.83334],38:[0,.69444,.03058,0,.75834],39:[0,.69444,.07816,0,.27778],40:[.25,.75,.13164,0,.38889],41:[.25,.75,.02536,0,.38889],42:[0,.75,.11775,0,.5],43:[.08333,.58333,.02536,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,.01946,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,.13164,0,.5],48:[0,.65556,.11156,0,.5],49:[0,.65556,.11156,0,.5],50:[0,.65556,.11156,0,.5],51:[0,.65556,.11156,0,.5],52:[0,.65556,.11156,0,.5],53:[0,.65556,.11156,0,.5],54:[0,.65556,.11156,0,.5],55:[0,.65556,.11156,0,.5],56:[0,.65556,.11156,0,.5],57:[0,.65556,.11156,0,.5],58:[0,.44444,.02502,0,.27778],59:[.125,.44444,.02502,0,.27778],61:[-.13,.37,.05087,0,.77778],63:[0,.69444,.11809,0,.47222],64:[0,.69444,.07555,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,.08293,0,.66667],67:[0,.69444,.11983,0,.63889],68:[0,.69444,.07555,0,.72223],69:[0,.69444,.11983,0,.59722],70:[0,.69444,.13372,0,.56945],71:[0,.69444,.11983,0,.66667],72:[0,.69444,.08094,0,.70834],73:[0,.69444,.13372,0,.27778],74:[0,.69444,.08094,0,.47222],75:[0,.69444,.11983,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,.08094,0,.875],78:[0,.69444,.08094,0,.70834],79:[0,.69444,.07555,0,.73611],80:[0,.69444,.08293,0,.63889],81:[.125,.69444,.07555,0,.73611],82:[0,.69444,.08293,0,.64584],83:[0,.69444,.09205,0,.55556],84:[0,.69444,.13372,0,.68056],85:[0,.69444,.08094,0,.6875],86:[0,.69444,.1615,0,.66667],87:[0,.69444,.1615,0,.94445],88:[0,.69444,.13372,0,.66667],89:[0,.69444,.17261,0,.66667],90:[0,.69444,.11983,0,.61111],91:[.25,.75,.15942,0,.28889],93:[.25,.75,.08719,0,.28889],94:[0,.69444,.0799,0,.5],95:[.35,.09444,.08616,0,.5],97:[0,.44444,.00981,0,.48056],98:[0,.69444,.03057,0,.51667],99:[0,.44444,.08336,0,.44445],100:[0,.69444,.09483,0,.51667],101:[0,.44444,.06778,0,.44445],102:[0,.69444,.21705,0,.30556],103:[.19444,.44444,.10836,0,.5],104:[0,.69444,.01778,0,.51667],105:[0,.67937,.09718,0,.23889],106:[.19444,.67937,.09162,0,.26667],107:[0,.69444,.08336,0,.48889],108:[0,.69444,.09483,0,.23889],109:[0,.44444,.01778,0,.79445],110:[0,.44444,.01778,0,.51667],111:[0,.44444,.06613,0,.5],112:[.19444,.44444,.0389,0,.51667],113:[.19444,.44444,.04169,0,.51667],114:[0,.44444,.10836,0,.34167],115:[0,.44444,.0778,0,.38333],116:[0,.57143,.07225,0,.36111],117:[0,.44444,.04169,0,.51667],118:[0,.44444,.10836,0,.46111],119:[0,.44444,.10836,0,.68334],120:[0,.44444,.09169,0,.46111],121:[.19444,.44444,.10836,0,.46111],122:[0,.44444,.08752,0,.43472],126:[.35,.32659,.08826,0,.5],168:[0,.67937,.06385,0,.5],176:[0,.69444,0,0,.73752],184:[.17014,0,0,0,.44445],305:[0,.44444,.04169,0,.23889],567:[.19444,.44444,.04169,0,.26667],710:[0,.69444,.0799,0,.5],711:[0,.63194,.08432,0,.5],713:[0,.60889,.08776,0,.5],714:[0,.69444,.09205,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,.09483,0,.5],729:[0,.67937,.07774,0,.27778],730:[0,.69444,0,0,.73752],732:[0,.67659,.08826,0,.5],733:[0,.69444,.09205,0,.5],915:[0,.69444,.13372,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,.07555,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,.12816,0,.66667],928:[0,.69444,.08094,0,.70834],931:[0,.69444,.11983,0,.72222],933:[0,.69444,.09031,0,.77778],934:[0,.69444,.04603,0,.72222],936:[0,.69444,.09031,0,.77778],937:[0,.69444,.08293,0,.72222],8211:[0,.44444,.08616,0,.5],8212:[0,.44444,.08616,0,1],8216:[0,.69444,.07816,0,.27778],8217:[0,.69444,.07816,0,.27778],8220:[0,.69444,.14205,0,.5],8221:[0,.69444,.00316,0,.5]},"SansSerif-Regular":{33:[0,.69444,0,0,.31945],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.75834],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,0,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.65556,0,0,.5],49:[0,.65556,0,0,.5],50:[0,.65556,0,0,.5],51:[0,.65556,0,0,.5],52:[0,.65556,0,0,.5],53:[0,.65556,0,0,.5],54:[0,.65556,0,0,.5],55:[0,.65556,0,0,.5],56:[0,.65556,0,0,.5],57:[0,.65556,0,0,.5],58:[0,.44444,0,0,.27778],59:[.125,.44444,0,0,.27778],61:[-.13,.37,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,0,0,.66667],67:[0,.69444,0,0,.63889],68:[0,.69444,0,0,.72223],69:[0,.69444,0,0,.59722],70:[0,.69444,0,0,.56945],71:[0,.69444,0,0,.66667],72:[0,.69444,0,0,.70834],73:[0,.69444,0,0,.27778],74:[0,.69444,0,0,.47222],75:[0,.69444,0,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,0,0,.875],78:[0,.69444,0,0,.70834],79:[0,.69444,0,0,.73611],80:[0,.69444,0,0,.63889],81:[.125,.69444,0,0,.73611],82:[0,.69444,0,0,.64584],83:[0,.69444,0,0,.55556],84:[0,.69444,0,0,.68056],85:[0,.69444,0,0,.6875],86:[0,.69444,.01389,0,.66667],87:[0,.69444,.01389,0,.94445],88:[0,.69444,0,0,.66667],89:[0,.69444,.025,0,.66667],90:[0,.69444,0,0,.61111],91:[.25,.75,0,0,.28889],93:[.25,.75,0,0,.28889],94:[0,.69444,0,0,.5],95:[.35,.09444,.02778,0,.5],97:[0,.44444,0,0,.48056],98:[0,.69444,0,0,.51667],99:[0,.44444,0,0,.44445],100:[0,.69444,0,0,.51667],101:[0,.44444,0,0,.44445],102:[0,.69444,.06944,0,.30556],103:[.19444,.44444,.01389,0,.5],104:[0,.69444,0,0,.51667],105:[0,.67937,0,0,.23889],106:[.19444,.67937,0,0,.26667],107:[0,.69444,0,0,.48889],108:[0,.69444,0,0,.23889],109:[0,.44444,0,0,.79445],110:[0,.44444,0,0,.51667],111:[0,.44444,0,0,.5],112:[.19444,.44444,0,0,.51667],113:[.19444,.44444,0,0,.51667],114:[0,.44444,.01389,0,.34167],115:[0,.44444,0,0,.38333],116:[0,.57143,0,0,.36111],117:[0,.44444,0,0,.51667],118:[0,.44444,.01389,0,.46111],119:[0,.44444,.01389,0,.68334],120:[0,.44444,0,0,.46111],121:[.19444,.44444,.01389,0,.46111],122:[0,.44444,0,0,.43472],126:[.35,.32659,0,0,.5],168:[0,.67937,0,0,.5],176:[0,.69444,0,0,.66667],184:[.17014,0,0,0,.44445],305:[0,.44444,0,0,.23889],567:[.19444,.44444,0,0,.26667],710:[0,.69444,0,0,.5],711:[0,.63194,0,0,.5],713:[0,.60889,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.67937,0,0,.27778],730:[0,.69444,0,0,.66667],732:[0,.67659,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.69444,0,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,0,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,0,0,.66667],928:[0,.69444,0,0,.70834],931:[0,.69444,0,0,.72222],933:[0,.69444,0,0,.77778],934:[0,.69444,0,0,.72222],936:[0,.69444,0,0,.77778],937:[0,.69444,0,0,.72222],8211:[0,.44444,.02778,0,.5],8212:[0,.44444,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5]},"Script-Regular":{65:[0,.7,.22925,0,.80253],66:[0,.7,.04087,0,.90757],67:[0,.7,.1689,0,.66619],68:[0,.7,.09371,0,.77443],69:[0,.7,.18583,0,.56162],70:[0,.7,.13634,0,.89544],71:[0,.7,.17322,0,.60961],72:[0,.7,.29694,0,.96919],73:[0,.7,.19189,0,.80907],74:[.27778,.7,.19189,0,1.05159],75:[0,.7,.31259,0,.91364],76:[0,.7,.19189,0,.87373],77:[0,.7,.15981,0,1.08031],78:[0,.7,.3525,0,.9015],79:[0,.7,.08078,0,.73787],80:[0,.7,.08078,0,1.01262],81:[0,.7,.03305,0,.88282],82:[0,.7,.06259,0,.85],83:[0,.7,.19189,0,.86767],84:[0,.7,.29087,0,.74697],85:[0,.7,.25815,0,.79996],86:[0,.7,.27523,0,.62204],87:[0,.7,.27523,0,.80532],88:[0,.7,.26006,0,.94445],89:[0,.7,.2939,0,.70961],90:[0,.7,.24037,0,.8212]},"Size1-Regular":{40:[.35001,.85,0,0,.45834],41:[.35001,.85,0,0,.45834],47:[.35001,.85,0,0,.57778],91:[.35001,.85,0,0,.41667],92:[.35001,.85,0,0,.57778],93:[.35001,.85,0,0,.41667],123:[.35001,.85,0,0,.58334],125:[.35001,.85,0,0,.58334],710:[0,.72222,0,0,.55556],732:[0,.72222,0,0,.55556],770:[0,.72222,0,0,.55556],771:[0,.72222,0,0,.55556],8214:[-99e-5,.601,0,0,.77778],8593:[1e-5,.6,0,0,.66667],8595:[1e-5,.6,0,0,.66667],8657:[1e-5,.6,0,0,.77778],8659:[1e-5,.6,0,0,.77778],8719:[.25001,.75,0,0,.94445],8720:[.25001,.75,0,0,.94445],8721:[.25001,.75,0,0,1.05556],8730:[.35001,.85,0,0,1],8739:[-.00599,.606,0,0,.33333],8741:[-.00599,.606,0,0,.55556],8747:[.30612,.805,.19445,0,.47222],8748:[.306,.805,.19445,0,.47222],8749:[.306,.805,.19445,0,.47222],8750:[.30612,.805,.19445,0,.47222],8896:[.25001,.75,0,0,.83334],8897:[.25001,.75,0,0,.83334],8898:[.25001,.75,0,0,.83334],8899:[.25001,.75,0,0,.83334],8968:[.35001,.85,0,0,.47222],8969:[.35001,.85,0,0,.47222],8970:[.35001,.85,0,0,.47222],8971:[.35001,.85,0,0,.47222],9168:[-99e-5,.601,0,0,.66667],10216:[.35001,.85,0,0,.47222],10217:[.35001,.85,0,0,.47222],10752:[.25001,.75,0,0,1.11111],10753:[.25001,.75,0,0,1.11111],10754:[.25001,.75,0,0,1.11111],10756:[.25001,.75,0,0,.83334],10758:[.25001,.75,0,0,.83334]},"Size2-Regular":{40:[.65002,1.15,0,0,.59722],41:[.65002,1.15,0,0,.59722],47:[.65002,1.15,0,0,.81111],91:[.65002,1.15,0,0,.47222],92:[.65002,1.15,0,0,.81111],93:[.65002,1.15,0,0,.47222],123:[.65002,1.15,0,0,.66667],125:[.65002,1.15,0,0,.66667],710:[0,.75,0,0,1],732:[0,.75,0,0,1],770:[0,.75,0,0,1],771:[0,.75,0,0,1],8719:[.55001,1.05,0,0,1.27778],8720:[.55001,1.05,0,0,1.27778],8721:[.55001,1.05,0,0,1.44445],8730:[.65002,1.15,0,0,1],8747:[.86225,1.36,.44445,0,.55556],8748:[.862,1.36,.44445,0,.55556],8749:[.862,1.36,.44445,0,.55556],8750:[.86225,1.36,.44445,0,.55556],8896:[.55001,1.05,0,0,1.11111],8897:[.55001,1.05,0,0,1.11111],8898:[.55001,1.05,0,0,1.11111],8899:[.55001,1.05,0,0,1.11111],8968:[.65002,1.15,0,0,.52778],8969:[.65002,1.15,0,0,.52778],8970:[.65002,1.15,0,0,.52778],8971:[.65002,1.15,0,0,.52778],10216:[.65002,1.15,0,0,.61111],10217:[.65002,1.15,0,0,.61111],10752:[.55001,1.05,0,0,1.51112],10753:[.55001,1.05,0,0,1.51112],10754:[.55001,1.05,0,0,1.51112],10756:[.55001,1.05,0,0,1.11111],10758:[.55001,1.05,0,0,1.11111]},"Size3-Regular":{40:[.95003,1.45,0,0,.73611],41:[.95003,1.45,0,0,.73611],47:[.95003,1.45,0,0,1.04445],91:[.95003,1.45,0,0,.52778],92:[.95003,1.45,0,0,1.04445],93:[.95003,1.45,0,0,.52778],123:[.95003,1.45,0,0,.75],125:[.95003,1.45,0,0,.75],710:[0,.75,0,0,1.44445],732:[0,.75,0,0,1.44445],770:[0,.75,0,0,1.44445],771:[0,.75,0,0,1.44445],8730:[.95003,1.45,0,0,1],8968:[.95003,1.45,0,0,.58334],8969:[.95003,1.45,0,0,.58334],8970:[.95003,1.45,0,0,.58334],8971:[.95003,1.45,0,0,.58334],10216:[.95003,1.45,0,0,.75],10217:[.95003,1.45,0,0,.75]},"Size4-Regular":{40:[1.25003,1.75,0,0,.79167],41:[1.25003,1.75,0,0,.79167],47:[1.25003,1.75,0,0,1.27778],91:[1.25003,1.75,0,0,.58334],92:[1.25003,1.75,0,0,1.27778],93:[1.25003,1.75,0,0,.58334],123:[1.25003,1.75,0,0,.80556],125:[1.25003,1.75,0,0,.80556],710:[0,.825,0,0,1.8889],732:[0,.825,0,0,1.8889],770:[0,.825,0,0,1.8889],771:[0,.825,0,0,1.8889],8730:[1.25003,1.75,0,0,1],8968:[1.25003,1.75,0,0,.63889],8969:[1.25003,1.75,0,0,.63889],8970:[1.25003,1.75,0,0,.63889],8971:[1.25003,1.75,0,0,.63889],9115:[.64502,1.155,0,0,.875],9116:[1e-5,.6,0,0,.875],9117:[.64502,1.155,0,0,.875],9118:[.64502,1.155,0,0,.875],9119:[1e-5,.6,0,0,.875],9120:[.64502,1.155,0,0,.875],9121:[.64502,1.155,0,0,.66667],9122:[-99e-5,.601,0,0,.66667],9123:[.64502,1.155,0,0,.66667],9124:[.64502,1.155,0,0,.66667],9125:[-99e-5,.601,0,0,.66667],9126:[.64502,1.155,0,0,.66667],9127:[1e-5,.9,0,0,.88889],9128:[.65002,1.15,0,0,.88889],9129:[.90001,0,0,0,.88889],9130:[0,.3,0,0,.88889],9131:[1e-5,.9,0,0,.88889],9132:[.65002,1.15,0,0,.88889],9133:[.90001,0,0,0,.88889],9143:[.88502,.915,0,0,1.05556],10216:[1.25003,1.75,0,0,.80556],10217:[1.25003,1.75,0,0,.80556],57344:[-.00499,.605,0,0,1.05556],57345:[-.00499,.605,0,0,1.05556],57680:[0,.12,0,0,.45],57681:[0,.12,0,0,.45],57682:[0,.12,0,0,.45],57683:[0,.12,0,0,.45]},"Typewriter-Regular":{32:[0,0,0,0,.525],33:[0,.61111,0,0,.525],34:[0,.61111,0,0,.525],35:[0,.61111,0,0,.525],36:[.08333,.69444,0,0,.525],37:[.08333,.69444,0,0,.525],38:[0,.61111,0,0,.525],39:[0,.61111,0,0,.525],40:[.08333,.69444,0,0,.525],41:[.08333,.69444,0,0,.525],42:[0,.52083,0,0,.525],43:[-.08056,.53055,0,0,.525],44:[.13889,.125,0,0,.525],45:[-.08056,.53055,0,0,.525],46:[0,.125,0,0,.525],47:[.08333,.69444,0,0,.525],48:[0,.61111,0,0,.525],49:[0,.61111,0,0,.525],50:[0,.61111,0,0,.525],51:[0,.61111,0,0,.525],52:[0,.61111,0,0,.525],53:[0,.61111,0,0,.525],54:[0,.61111,0,0,.525],55:[0,.61111,0,0,.525],56:[0,.61111,0,0,.525],57:[0,.61111,0,0,.525],58:[0,.43056,0,0,.525],59:[.13889,.43056,0,0,.525],60:[-.05556,.55556,0,0,.525],61:[-.19549,.41562,0,0,.525],62:[-.05556,.55556,0,0,.525],63:[0,.61111,0,0,.525],64:[0,.61111,0,0,.525],65:[0,.61111,0,0,.525],66:[0,.61111,0,0,.525],67:[0,.61111,0,0,.525],68:[0,.61111,0,0,.525],69:[0,.61111,0,0,.525],70:[0,.61111,0,0,.525],71:[0,.61111,0,0,.525],72:[0,.61111,0,0,.525],73:[0,.61111,0,0,.525],74:[0,.61111,0,0,.525],75:[0,.61111,0,0,.525],76:[0,.61111,0,0,.525],77:[0,.61111,0,0,.525],78:[0,.61111,0,0,.525],79:[0,.61111,0,0,.525],80:[0,.61111,0,0,.525],81:[.13889,.61111,0,0,.525],82:[0,.61111,0,0,.525],83:[0,.61111,0,0,.525],84:[0,.61111,0,0,.525],85:[0,.61111,0,0,.525],86:[0,.61111,0,0,.525],87:[0,.61111,0,0,.525],88:[0,.61111,0,0,.525],89:[0,.61111,0,0,.525],90:[0,.61111,0,0,.525],91:[.08333,.69444,0,0,.525],92:[.08333,.69444,0,0,.525],93:[.08333,.69444,0,0,.525],94:[0,.61111,0,0,.525],95:[.09514,0,0,0,.525],96:[0,.61111,0,0,.525],97:[0,.43056,0,0,.525],98:[0,.61111,0,0,.525],99:[0,.43056,0,0,.525],100:[0,.61111,0,0,.525],101:[0,.43056,0,0,.525],102:[0,.61111,0,0,.525],103:[.22222,.43056,0,0,.525],104:[0,.61111,0,0,.525],105:[0,.61111,0,0,.525],106:[.22222,.61111,0,0,.525],107:[0,.61111,0,0,.525],108:[0,.61111,0,0,.525],109:[0,.43056,0,0,.525],110:[0,.43056,0,0,.525],111:[0,.43056,0,0,.525],112:[.22222,.43056,0,0,.525],113:[.22222,.43056,0,0,.525],114:[0,.43056,0,0,.525],115:[0,.43056,0,0,.525],116:[0,.55358,0,0,.525],117:[0,.43056,0,0,.525],118:[0,.43056,0,0,.525],119:[0,.43056,0,0,.525],120:[0,.43056,0,0,.525],121:[.22222,.43056,0,0,.525],122:[0,.43056,0,0,.525],123:[.08333,.69444,0,0,.525],124:[.08333,.69444,0,0,.525],125:[.08333,.69444,0,0,.525],126:[0,.61111,0,0,.525],127:[0,.61111,0,0,.525],160:[0,0,0,0,.525],176:[0,.61111,0,0,.525],184:[.19445,0,0,0,.525],305:[0,.43056,0,0,.525],567:[.22222,.43056,0,0,.525],711:[0,.56597,0,0,.525],713:[0,.56555,0,0,.525],714:[0,.61111,0,0,.525],715:[0,.61111,0,0,.525],728:[0,.61111,0,0,.525],730:[0,.61111,0,0,.525],770:[0,.61111,0,0,.525],771:[0,.61111,0,0,.525],776:[0,.61111,0,0,.525],915:[0,.61111,0,0,.525],916:[0,.61111,0,0,.525],920:[0,.61111,0,0,.525],923:[0,.61111,0,0,.525],926:[0,.61111,0,0,.525],928:[0,.61111,0,0,.525],931:[0,.61111,0,0,.525],933:[0,.61111,0,0,.525],934:[0,.61111,0,0,.525],936:[0,.61111,0,0,.525],937:[0,.61111,0,0,.525],8216:[0,.61111,0,0,.525],8217:[0,.61111,0,0,.525],8242:[0,.61111,0,0,.525],9251:[.11111,.21944,0,0,.525]}},F={slant:[.25,.25,.25],space:[0,0,0],stretch:[0,0,0],shrink:[0,0,0],xHeight:[.431,.431,.431],quad:[1,1.171,1.472],extraSpace:[0,0,0],num1:[.677,.732,.925],num2:[.394,.384,.387],num3:[.444,.471,.504],denom1:[.686,.752,1.025],denom2:[.345,.344,.532],sup1:[.413,.503,.504],sup2:[.363,.431,.404],sup3:[.289,.286,.294],sub1:[.15,.143,.2],sub2:[.247,.286,.4],supDrop:[.386,.353,.494],subDrop:[.05,.071,.1],delim1:[2.39,1.7,1.98],delim2:[1.01,1.157,1.42],axisHeight:[.25,.25,.25],defaultRuleThickness:[.04,.049,.049],bigOpSpacing1:[.111,.111,.111],bigOpSpacing2:[.166,.166,.166],bigOpSpacing3:[.2,.2,.2],bigOpSpacing4:[.6,.611,.611],bigOpSpacing5:[.1,.143,.143],sqrtRuleThickness:[.04,.04,.04],ptPerEm:[10,10,10],doubleRuleSep:[.2,.2,.2],arrayRuleWidth:[.04,.04,.04],fboxsep:[.3,.3,.3],fboxrule:[.04,.04,.04]},V={"Å":"A","Ç":"C","Ð":"D","Þ":"o","å":"a","ç":"c","ð":"d","þ":"o","А":"A","Б":"B","В":"B","Г":"F","Д":"A","Е":"E","Ж":"K","З":"3","И":"N","Й":"N","К":"K","Л":"N","М":"M","Н":"H","О":"O","П":"N","Р":"P","С":"C","Т":"T","У":"y","Ф":"O","Х":"X","Ц":"U","Ч":"h","Ш":"W","Щ":"W","Ъ":"B","Ы":"X","Ь":"B","Э":"3","Ю":"X","Я":"R","а":"a","б":"b","в":"a","г":"r","д":"y","е":"e","ж":"m","з":"e","и":"n","й":"n","к":"n","л":"n","м":"m","н":"n","о":"o","п":"n","р":"p","с":"c","т":"o","у":"y","ф":"b","х":"x","ц":"n","ч":"n","ш":"w","щ":"w","ъ":"a","ы":"m","ь":"a","э":"e","ю":"m","я":"r"};function U(t,e,r){if(!$[e])throw Error("Font metrics not found for font: "+e+".");var n=t.charCodeAt(0),o=$[e][n];if(!o&&t[0]in V&&(n=V[t[0]].charCodeAt(0),o=$[e][n]),o||"text"!==r||T(n)&&(o=$[e][77]),o)return{depth:o[0],height:o[1],italic:o[2],skew:o[3],width:o[4]}}var G={},Y={bin:1,close:1,inner:1,open:1,punct:1,rel:1},_={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1},W={math:{},text:{}},X=W;function j(t,e,r,n,o,a){W[t][o]={font:e,group:r,replace:n},a&&n&&(W[t][n]=W[t][o])}var Z="main",K="ams",J="bin",Q="mathord",tt="op-token",et="rel";j("math",Z,et,"≡","\\equiv",!0),j("math",Z,et,"≺","\\prec",!0),j("math",Z,et,"≻","\\succ",!0),j("math",Z,et,"","\\sim",!0),j("math",Z,et,"⊥","\\perp"),j("math",Z,et,"⪯","\\preceq",!0),j("math",Z,et,"⪰","\\succeq",!0),j("math",Z,et,"≃","\\simeq",!0),j("math",Z,et,"","\\mid",!0),j("math",Z,et,"≪","\\ll",!0),j("math",Z,et,"≫","\\gg",!0),j("math",Z,et,"≍","\\asymp",!0),j("math",Z,et,"∥","\\parallel"),j("math",Z,et,"⋈","\\bowtie",!0),j("math",Z,et,"⌣","\\smile",!0),j("math",Z,et,"⊑","\\sqsubseteq",!0),j("math",Z,et,"⊒","\\sqsupseteq",!0),j("math",Z,et,"≐","\\doteq",!0),j("math",Z,et,"⌢","\\frown",!0),j("math",Z,et,"∋","\\ni",!0),j("math",Z,et,"∝","\\propto",!0),j("math",Z,et,"⊢","\\vdash",!0),j("math",Z,et,"⊣","\\dashv",!0),j("math",Z,et,"∋","\\owns"),j("math",Z,"punct",".","\\ldotp"),j("math",Z,"punct","⋅","\\cdotp"),j("math",Z,"textord","#","\\#"),j("text",Z,"textord","#","\\#"),j("math",Z,"textord","&","\\&"),j("text",Z,"textord","&","\\&"),j("math",Z,"textord","ℵ","\\aleph",!0),j("math",Z,"textord","∀","\\forall",!0),j("math",Z,"textord","ℏ","\\hbar",!0),j("math",Z,"textord","∃","\\exists",!0),j("math",Z,"textord","∇","\\nabla",!0),j("math",Z,"textord","♭","\\flat",!0),j("math",Z,"textord","","\\ell",!0),j("math",Z,"textord","♮","\\natural",!0),j("math",Z,"textord","♣","\\clubsuit",!0),j("math",Z,"textord","℘","\\wp",!0),j("math",Z,"textord","♯","\\sharp",!0),j("math",Z,"textord","♢","\\diamondsuit",!0),j("math",Z,"textord","","\\Re",!0),j("math",Z,"textord","♡","\\heartsuit",!0),j("math",Z,"textord","","\\Im",!0),j("math",Z,"textord","♠","\\spadesuit",!0),j("text",Z,"textord","§","\\S",!0),j("text",Z,"textord","¶","\\P",!0),j("math",Z,"textord","†","\\dag"),j("text",Z,"textord","†","\\dag"),j("text",Z,"textord","†","\\textdagger"),j("math",Z,"textord","‡","\\ddag"),j("text",Z,"textord","‡","\\ddag"),j("text",Z,"textord","‡","\\textdaggerdbl"),j("math",Z,"close","⎱","\\rmoustache",!0),j("math",Z,"open","⎰","\\lmoustache",!0),j("math",Z,"close","⟯","\\rgroup",!0),j("math",Z,"open","⟮","\\lgroup",!0),j("math",Z,J,"∓","\\mp",!0),j("math",Z,J,"⊖","\\ominus",!0),j("math",Z,J,"⊎","\\uplus",!0),j("math",Z,J,"⊓","\\sqcap",!0),j("math",Z,J,"","\\ast"),j("math",Z,J,"⊔","\\sqcup",!0),j("math",Z,J,"◯","\\bigcirc"),j("math",Z,J,"∙","\\bullet"),j("math",Z,J,"‡","\\ddagger"),j("math",Z,J,"≀","\\wr",!0),j("math",Z,J,"⨿","\\amalg"),j("math",Z,J,"&","\\And"),j("math",Z,et,"⟵","\\longleftarrow",!0),j("math",Z,et,"⇐","\\Leftarrow",!0),j("math",Z,et,"⟸","\\Longleftarrow",!0),j("math",Z,et,"⟶","\\longrightarrow",!0),j("math",Z,et,"⇒","\\Rightarrow",!0),j("math",Z,et,"⟹","\\Longrightarrow",!0),j("math",Z,et,"↔","\\leftrightarrow",!0),j("math",Z,et,"⟷","\\longleftrightarrow",!0),j("math",Z,et,"⇔","\\Leftrightarrow",!0),j("math",Z,et,"⟺","\\Longleftrightarrow",!0),j("math",Z,et,"↦","\\mapsto",!0),j("math",Z,et,"⟼","\\longmapsto",!0),j("math",Z,et,"↗","\\nearrow",!0),j("math",Z,et,"↩","\\hookleftarrow",!0),j("math",Z,et,"↪","\\hookrightarrow",!0),j("math",Z,et,"↘","\\searrow",!0),j("math",Z,et,"↼","\\leftharpoonup",!0),j("math",Z,et,"⇀","\\rightharpoonup",!0),j("math",Z,et,"↙","\\swarrow",!0),j("math",Z,et,"↽","\\leftharpoondown",!0),j("math",Z,et,"⇁","\\rightharpoondown",!0),j("math",Z,et,"↖","\\nwarrow",!0),j("math",Z,et,"⇌","\\rightleftharpoons",!0),j("math",K,et,"≮","\\nless",!0),j("math",K,et,"","\\@nleqslant"),j("math",K,et,"","\\@nleqq"),j("math",K,et,"⪇","\\lneq",!0),j("math",K,et,"≨","\\lneqq",!0),j("math",K,et,"","\\@lvertneqq"),j("math",K,et,"⋦","\\lnsim",!0),j("math",K,et,"⪉","\\lnapprox",!0),j("math",K,et,"⊀","\\nprec",!0),j("math",K,et,"⋠","\\npreceq",!0),j("math",K,et,"⋨","\\precnsim",!0),j("math",K,et,"⪹","\\precnapprox",!0),j("math",K,et,"≁","\\nsim",!0),j("math",K,et,"","\\@nshortmid"),j("math",K,et,"∤","\\nmid",!0),j("math",K,et,"⊬","\\nvdash",!0),j("math",K,et,"⊭","\\nvDash",!0),j("math",K,et,"⋪","\\ntriangleleft"),j("math",K,et,"⋬","\\ntrianglelefteq",!0),j("math",K,et,"⊊","\\subsetneq",!0),j("math",K,et,"","\\@varsubsetneq"),j("math",K,et,"⫋","\\subsetneqq",!0),j("math",K,et,"","\\@varsubsetneqq"),j("math",K,et,"≯","\\ngtr",!0),j("math",K,et,"","\\@ngeqslant"),j("math",K,et,"","\\@ngeqq"),j("math",K,et,"⪈","\\gneq",!0),j("math",K,et,"≩","\\gneqq",!0),j("math",K,et,"","\\@gvertneqq"),j("math",K,et,"⋧","\\gnsim",!0),j("math",K,et,"⪊","\\gnapprox",!0),j("math",K,et,"⊁","\\nsucc",!0),j("math",K,et,"⋡","\\nsucceq",!0),j("math",K,et,"⋩","\\succnsim",!0),j("math",K,et,"⪺","\\succnapprox",!0),j("math",K,et,"≆","\\ncong",!0),j("math",K,et,"","\\@nshortparallel"),j("math",K,et,"∦","\\nparallel",!0),j("math",K,et,"⊯","\\nVDash",!0),j("math",K,et,"⋫","\\ntriangleright"),j("math",K,et,"⋭","\\ntrianglerighteq",!0),j("math",K,et,"","\\@nsupseteqq"),j("math",K,et,"⊋","\\supsetneq",!0),j("math",K,et,"","\\@varsupsetneq"),j("math",K,et,"⫌","\\supsetneqq",!0),j("math",K,et,"","\\@varsupsetneqq"),j("math",K,et,"⊮","\\nVdash",!0),j("math",K,et,"⪵","\\precneqq",!0),j("math",K,et,"⪶","\\succneqq",!0),j("math",K,et,"","\\@nsubseteqq"),j("math",K,J,"⊴","\\unlhd"),j("math",K,J,"⊵","\\unrhd"),j("math",K,et,"↚","\\nleftarrow",!0),j("math",K,et,"↛","\\nrightarrow",!0),j("math",K,et,"⇍","\\nLeftarrow",!0),j("math",K,et,"⇏","\\nRightarrow",!0),j("math",K,et,"↮","\\nleftrightarrow",!0),j("math",K,et,"⇎","\\nLeftrightarrow",!0),j("math",K,et,"△","\\vartriangle"),j("math",K,"textord","ℏ","\\hslash"),j("math",K,"textord","▽","\\triangledown"),j("math",K,"textord","◊","\\lozenge"),j("math",K,"textord","Ⓢ","\\circledS"),j("math",K,"textord","®","\\circledR"),j("text",K,"textord","®","\\circledR"),j("math",K,"textord","∡","\\measuredangle",!0),j("math",K,"textord","∄","\\nexists"),j("math",K,"textord","℧","\\mho"),j("math",K,"textord","Ⅎ","\\Finv",!0),j("math",K,"textord","⅁","\\Game",!0),j("math",K,"textord","","\\backprime"),j("math",K,"textord","▲","\\blacktriangle"),j("math",K,"textord","▼","\\blacktriangledown"),j("math",K,"textord","■","\\blacksquare"),j("math",K,"textord","⧫","\\blacklozenge"),j("math",K,"textord","★","\\bigstar"),j("math",K,"textord","∢","\\sphericalangle",!0),j("math",K,"textord","∁","\\complement",!0),j("math",K,"textord","ð","\\eth",!0),j("math",K,"textord","","\\diagup"),j("math",K,"textord","╲","\\diagdown"),j("math",K,"textord","□","\\square"),j("math",K,"textord","□","\\Box"),j("math",K,"textord","◊","\\Diamond"),j("math",K,"textord","¥","\\yen",!0),j("text",K,"textord","¥","\\yen",!0),j("math",K,"textord","✓","\\checkmark",!0),j("text",K,"textord","✓","\\checkmark"),j("math",K,"textord","ℶ","\\beth",!0),j("math",K,"textord","ℸ","\\daleth",!0),j("math",K,"textord","ℷ","\\gimel",!0),j("math",K,"textord","ϝ","\\digamma",!0),j("math",K,"textord","ϰ","\\varkappa"),j("math",K,"open","┌","\\ulcorner",!0),j("math",K,"close","┐","\\urcorner",!0),j("math",K,"open","└","\\llcorner",!0),j("math",K,"close","┘","\\lrcorner",!0),j("math",K,et,"≦","\\leqq",!0),j("math",K,et,"⩽","\\leqslant",!0),j("math",K,et,"⪕","\\eqslantless",!0),j("math",K,et,"≲","\\lesssim",!0),j("math",K,et,"⪅","\\lessapprox",!0),j("math",K,et,"≊","\\approxeq",!0),j("math",K,J,"⋖","\\lessdot"),j("math",K,et,"⋘","\\lll",!0),j("math",K,et,"≶","\\lessgtr",!0),j("math",K,et,"⋚","\\lesseqgtr",!0),j("math",K,et,"⪋","\\lesseqqgtr",!0),j("math",K,et,"≑","\\doteqdot"),j("math",K,et,"≓","\\risingdotseq",!0),j("math",K,et,"≒","\\fallingdotseq",!0),j("math",K,et,"∽","\\backsim",!0),j("math",K,et,"⋍","\\backsimeq",!0),j("math",K,et,"⫅","\\subseteqq",!0),j("math",K,et,"⋐","\\Subset",!0),j("math",K,et,"⊏","\\sqsubset",!0),j("math",K,et,"≼","\\preccurlyeq",!0),j("math",K,et,"⋞","\\curlyeqprec",!0),j("math",K,et,"≾","\\precsim",!0),j("math",K,et,"⪷","\\precapprox",!0),j("math",K,et,"⊲","\\vartriangleleft"),j("math",K,et,"⊴","\\trianglelefteq"),j("math",K,et,"⊨","\\vDash",!0),j("math",K,et,"⊪","\\Vvdash",!0),j("math",K,et,"⌣","\\smallsmile"),j("math",K,et,"⌢","\\smallfrown"),j("math",K,et,"≏","\\bumpeq",!0),j("math",K,et,"≎","\\Bumpeq",!0),j("math",K,et,"≧","\\geqq",!0),j("math",K,et,"⩾","\\geqslant",!0),j("math",K,et,"⪖","\\eqslantgtr",!0),j("math",K,et,"≳","\\gtrsim",!0),j("math",K,et,"⪆","\\gtrapprox",!0),j("math",K,J,"⋗","\\gtrdot"),j("math",K,et,"⋙","\\ggg",!0),j("math",K,et,"≷","\\gtrless",!0),j("math",K,et,"⋛","\\gtreqless",!0),j("math",K,et,"⪌","\\gtreqqless",!0),j("math",K,et,"≖","\\eqcirc",!0),j("math",K,et,"≗","\\circeq",!0),j("math",K,et,"≜","\\triangleq",!0),j("math",K,et,"","\\thicksim"),j("math",K,et,"≈","\\thickapprox"),j("math",K,et,"⫆","\\supseteqq",!0),j("math",K,et,"⋑","\\Supset",!0),j("math",K,et,"⊐","\\sqsupset",!0),j("math",K,et,"≽","\\succcurlyeq",!0),j("math",K,et,"⋟","\\curlyeqsucc",!0),j("math",K,et,"≿","\\succsim",!0),j("math",K,et,"⪸","\\succapprox",!0),j("math",K,et,"⊳","\\vartriangleright"),j("math",K,et,"⊵","\\trianglerighteq"),j("math",K,et,"⊩","\\Vdash",!0),j("math",K,et,"","\\shortmid"),j("math",K,et,"∥","\\shortparallel"),j("math",K,et,"≬","\\between",!0),j("math",K,et,"⋔","\\pitchfork",!0),j("math",K,et,"∝","\\varpropto"),j("math",K,et,"◀","\\blacktriangleleft"),j("math",K,et,"∴","\\therefore",!0),j("math",K,et,"∍","\\backepsilon"),j("math",K,et,"▶","\\blacktriangleright"),j("math",K,et,"∵","\\because",!0),j("math",K,et,"⋘","\\llless"),j("math",K,et,"⋙","\\gggtr"),j("math",K,J,"⊲","\\lhd"),j("math",K,J,"⊳","\\rhd"),j("math",K,et,"≂","\\eqsim",!0),j("math",Z,et,"⋈","\\Join"),j("math",K,et,"≑","\\Doteq",!0),j("math",K,J,"∔","\\dotplus",!0),j("math",K,J,"","\\smallsetminus"),j("math",K,J,"⋒","\\Cap",!0),j("math",K,J,"⋓","\\Cup",!0),j("math",K,J,"⩞","\\doublebarwedge",!0),j("math",K,J,"⊟","\\boxminus",!0),j("math",K,J,"⊞","\\boxplus",!0),j("math",K,J,"⋇","\\divideontimes",!0),j("math",K,J,"⋉","\\ltimes",!0),j("math",K,J,"⋊","\\rtimes",!0),j("math",K,J,"⋋","\\leftthreetimes",!0),j("math",K,J,"⋌","\\rightthreetimes",!0),j("math",K,J,"⋏","\\curlywedge",!0),j("math",K,J,"⋎","\\curlyvee",!0),j("math",K,J,"⊝","\\circleddash",!0),j("math",K,J,"⊛","\\circledast",!0),j("math",K,J,"⋅","\\centerdot"),j("math",K,J,"⊺","\\intercal",!0),j("math",K,J,"⋒","\\doublecap"),j("math",K,J,"⋓","\\doublecup"),j("math",K,J,"⊠","\\boxtimes",!0),j("math",K,et,"⇢","\\dashrightarrow",!0),j("math",K,et,"⇠","\\dashleftarrow",!0),j("math",K,et,"⇇","\\leftleftarrows",!0),j("math",K,et,"⇆","\\leftrightarrows",!0),j("math",K,et,"⇚","\\Lleftarrow",!0),j("math",K,et,"↞","\\twoheadleftarrow",!0),j("math",K,et,"↢","\\leftarrowtail",!0),j("math",K,et,"↫","\\looparrowleft",!0),j("math",K,et,"⇋","\\leftrightharpoons",!0),j("math",K,et,"↶","\\curvearrowleft",!0),j("math",K,et,"↺","\\circlearrowleft",!0),j("math",K,et,"↰","\\Lsh",!0),j("math",K,et,"⇈","\\upuparrows",!0),j("math",K,et,"↿","\\upharpoonleft",!0),j("math",K,et,"⇃","\\downharpoonleft",!0),j("math",K,et,"⊸","\\multimap",!0),j("math",K,et,"↭","\\leftrightsquigarrow",!0),j("math",K,et,"⇉","\\rightrightarrows",!0),j("math",K,et,"⇄","\\rightleftarrows",!0),j("math",K,et,"↠","\\twoheadrightarrow",!0),j("math",K,et,"↣","\\rightarrowtail",!0),j("math",K,et,"↬","\\looparrowright",!0),j("math",K,et,"↷","\\curvearrowright",!0),j("math",K,et,"↻","\\circlearrowright",!0),j("math",K,et,"↱","\\Rsh",!0),j("math",K,et,"⇊","\\downdownarrows",!0),j("math",K,et,"↾","\\upharpoonright",!0),j("math",K,et,"⇂","\\downharpoonright",!0),j("math",K,et,"⇝","\\rightsquigarrow",!0),j("math",K,et,"⇝","\\leadsto"),j("math",K,et,"⇛","\\Rrightarrow",!0),j("math",K,et,"↾","\\restriction"),j("math",Z,"textord","","`"),j("math",Z,"textord","$","\\$"),j("text",Z,"textord","$","\\$"),j("text",Z,"textord","$","\\textdollar"),j("math",Z,"textord","%","\\%"),j("text",Z,"textord","%","\\%"),j("math",Z,"textord","_","\\_"),j("text",Z,"textord","_","\\_"),j("text",Z,"textord","_","\\textunderscore"),j("math",Z,"textord","∠","\\angle",!0),j("math",Z,"textord","∞","\\infty",!0),j("math",Z,"textord","","\\prime"),j("math",Z,"textord","△","\\triangle"),j("math",Z,"textord","Γ","\\Gamma",!0),j("math",Z,"textord","Δ","\\Delta",!0),j("math",Z,"textord","Θ","\\Theta",!0),j("math",Z,"textord","Λ","\\Lambda",!0),j("math",Z,"textord","Ξ","\\Xi",!0),j("math",Z,"textord","Π","\\Pi",!0),j("math",Z,"textord","Σ","\\Sigma",!0),j("math",Z,"textord","Υ","\\Upsilon",!0),j("math",Z,"textord","Φ","\\Phi",!0),j("math",Z,"textord","Ψ","\\Psi",!0),j("math",Z,"textord","Ω","\\Omega",!0),j("math",Z,"textord","A","Α"),j("math",Z,"textord","B","Β"),j("math",Z,"textord","E","Ε"),j("math",Z,"textord","Z","Ζ"),j("math",Z,"textord","H","Η"),j("math",Z,"textord","I","Ι"),j("math",Z,"textord","K","Κ"),j("math",Z,"textord","M","Μ"),j("math",Z,"textord","N","Ν"),j("math",Z,"textord","O","Ο"),j("math",Z,"textord","P","Ρ"),j("math",Z,"textord","T","Τ"),j("math",Z,"textord","X","Χ"),j("math",Z,"textord","¬","\\neg",!0),j("math",Z,"textord","¬","\\lnot"),j("math",Z,"textord","","\\top"),j("math",Z,"textord","⊥","\\bot"),j("math",Z,"textord","∅","\\emptyset"),j("math",K,"textord","∅","\\varnothing"),j("math",Z,Q,"α","\\alpha",!0),j("math",Z,Q,"β","\\beta",!0),j("math",Z,Q,"γ","\\gamma",!0),j("math",Z,Q,"δ","\\delta",!0),j("math",Z,Q,"ϵ","\\epsilon",!0),j("math",Z,Q,"ζ","\\zeta",!0),j("math",Z,Q,"η","\\eta",!0),j("math",Z,Q,"θ","\\theta",!0),j("math",Z,Q,"ι","\\iota",!0),j("math",Z,Q,"κ","\\kappa",!0),j("math",Z,Q,"λ","\\lambda",!0),j("math",Z,Q,"μ","\\mu",!0),j("math",Z,Q,"ν","\\nu",!0),j("math",Z,Q,"ξ","\\xi",!0),j("math",Z,Q,"ο","\\omicron",!0),j("math",Z,Q,"π","\\pi",!0),j("math",Z,Q,"ρ","\\rho",!0),j("math",Z,Q,"σ","\\sigma",!0),j("math",Z,Q,"τ","\\tau",!0),j("math",Z,Q,"υ","\\upsilon",!0),j("math",Z,Q,"ϕ","\\phi",!0),j("math",Z,Q,"χ","\\chi",!0),j("math",Z,Q,"ψ","\\psi",!0),j("math",Z,Q,"ω","\\omega",!0),j("math",Z,Q,"ε","\\varepsilon",!0),j("math",Z,Q,"ϑ","\\vartheta",!0),j("math",Z,Q,"ϖ","\\varpi",!0),j("math",Z,Q,"ϱ","\\varrho",!0),j("math",Z,Q,"ς","\\varsigma",!0),j("math",Z,Q,"φ","\\varphi",!0),j("math",Z,J,"","*"),j("math",Z,J,"+","+"),j("math",Z,J,"","-"),j("math",Z,J,"⋅","\\cdot",!0),j("math",Z,J,"∘","\\circ"),j("math",Z,J,"÷","\\div",!0),j("math",Z,J,"±","\\pm",!0),j("math",Z,J,"×","\\times",!0),j("math",Z,J,"∩","\\cap",!0),j("math",Z,J,"","\\cup",!0),j("math",Z,J,"","\\setminus"),j("math",Z,J,"∧","\\land"),j("math",Z,J,"","\\lor"),j("math",Z,J,"∧","\\wedge",!0),j("math",Z,J,"","\\vee",!0),j("math",Z,"textord","√","\\surd"),j("math",Z,"open","(","("),j("math",Z,"open","[","["),j("math",Z,"open","⟨","\\langle",!0),j("math",Z,"open","","\\lvert"),j("math",Z,"open","∥","\\lVert"),j("math",Z,"close",")",")"),j("math",Z,"close","]","]"),j("math",Z,"close","?","?"),j("math",Z,"close","!","!"),j("math",Z,"close","⟩","\\rangle",!0),j("math",Z,"close","","\\rvert"),j("math",Z,"close","∥","\\rVert"),j("math",Z,et,"=","="),j("math",Z,et,"<","<"),j("math",Z,et,">",">"),j("math",Z,et,":",":"),j("math",Z,et,"≈","\\approx",!0),j("math",Z,et,"≅","\\cong",!0),j("math",Z,et,"≥","\\ge"),j("math",Z,et,"≥","\\geq",!0),j("math",Z,et,"←","\\gets"),j("math",Z,et,">","\\gt"),j("math",Z,et,"∈","\\in",!0),j("math",Z,et,"","\\@not"),j("math",Z,et,"⊂","\\subset",!0),j("math",Z,et,"⊃","\\supset",!0),j("math",Z,et,"⊆","\\subseteq",!0),j("math",Z,et,"⊇","\\supseteq",!0),j("math",K,et,"⊈","\\nsubseteq",!0),j("math",K,et,"⊉","\\nsupseteq",!0),j("math",Z,et,"⊨","\\models"),j("math",Z,et,"←","\\leftarrow",!0),j("math",Z,et,"≤","\\le"),j("math",Z,et,"≤","\\leq",!0),j("math",Z,et,"<","\\lt"),j("math",Z,et,"→","\\rightarrow",!0),j("math",Z,et,"→","\\to"),j("math",K,et,"≱","\\ngeq",!0),j("math",K,et,"≰","\\nleq",!0),j("math",Z,"spacing"," ","\\ "),j("math",Z,"spacing"," ","~"),j("math",Z,"spacing"," ","\\space"),j("math",Z,"spacing"," ","\\nobreakspace"),j("text",Z,"spacing"," ","\\ "),j("text",Z,"spacing"," ","~"),j("text",Z,"spacing"," ","\\space"),j("text",Z,"spacing"," ","\\nobreakspace"),j("math",Z,"spacing",null,"\\nobreak"),j("math",Z,"spacing",null,"\\allowbreak"),j("math",Z,"punct",",",","),j("math",Z,"punct",";",";"),j("math",K,J,"⊼","\\barwedge",!0),j("math",K,J,"⊻","\\veebar",!0),j("math",Z,J,"⊙","\\odot",!0),j("math",Z,J,"⊕","\\oplus",!0),j("math",Z,J,"⊗","\\otimes",!0),j("math",Z,"textord","∂","\\partial",!0),j("math",Z,J,"⊘","\\oslash",!0),j("math",K,J,"⊚","\\circledcirc",!0),j("math",K,J,"⊡","\\boxdot",!0),j("math",Z,J,"△","\\bigtriangleup"),j("math",Z,J,"▽","\\bigtriangledown"),j("math",Z,J,"†","\\dagger"),j("math",Z,J,"⋄","\\diamond"),j("math",Z,J,"⋆","\\star"),j("math",Z,J,"◃","\\triangleleft"),j("math",Z,J,"▹","\\triangleright"),j("math",Z,"open","{","\\{"),j("text",Z,"textord","{","\\{"),j("text",Z,"textord","{","\\textbraceleft"),j("math",Z,"close","}","\\}"),j("text",Z,"textord","}","\\}"),j("text",Z,"textord","}","\\textbraceright"),j("math",Z,"open","{","\\lbrace"),j("math",Z,"close","}","\\rbrace"),j("math",Z,"open","[","\\lbrack"),j("text",Z,"textord","[","\\lbrack"),j("math",Z,"close","]","\\rbrack"),j("text",Z,"textord","]","\\rbrack"),j("math",Z,"open","(","\\lparen"),j("math",Z,"close",")","\\rparen"),j("text",Z,"textord","<","\\textless"),j("text",Z,"textord",">","\\textgreater"),j("math",Z,"open","⌊","\\lfloor",!0),j("math",Z,"close","⌋","\\rfloor",!0),j("math",Z,"open","⌈","\\lceil",!0),j("math",Z,"close","⌉","\\rceil",!0),j("math",Z,"textord","\\","\\backslash"),j("math",Z,"textord","","|"),j("math",Z,"textord","","\\vert"),j("text",Z,"textord","|","\\textbar"),j("math",Z,"textord","∥","\\|"),j("math",Z,"textord","∥","\\Vert"),j("text",Z,"textord","∥","\\textbardbl"),j("text",Z,"textord","~","\\textasciitilde"),j("text",Z,"textord","\\","\\textbackslash"),j("text",Z,"textord","^","\\textasciicircum"),j("math",Z,et,"↑","\\uparrow",!0),j("math",Z,et,"⇑","\\Uparrow",!0),j("math",Z,et,"↓","\\downarrow",!0),j("math",Z,et,"⇓","\\Downarrow",!0),j("math",Z,et,"↕","\\updownarrow",!0),j("math",Z,et,"⇕","\\Updownarrow",!0),j("math",Z,tt,"∐","\\coprod"),j("math",Z,tt,"","\\bigvee"),j("math",Z,tt,"⋀","\\bigwedge"),j("math",Z,tt,"⨄","\\biguplus"),j("math",Z,tt,"⋂","\\bigcap"),j("math",Z,tt,"","\\bigcup"),j("math",Z,tt,"∫","\\int"),j("math",Z,tt,"∫","\\intop"),j("math",Z,tt,"∬","\\iint"),j("math",Z,tt,"∭","\\iiint"),j("math",Z,tt,"∏","\\prod"),j("math",Z,tt,"∑","\\sum"),j("math",Z,tt,"⨂","\\bigotimes"),j("math",Z,tt,"⨁","\\bigoplus"),j("math",Z,tt,"⨀","\\bigodot"),j("math",Z,tt,"∮","\\oint"),j("math",Z,tt,"∯","\\oiint"),j("math",Z,tt,"∰","\\oiiint"),j("math",Z,tt,"⨆","\\bigsqcup"),j("math",Z,tt,"∫","\\smallint"),j("text",Z,"inner","…","\\textellipsis"),j("math",Z,"inner","…","\\mathellipsis"),j("text",Z,"inner","…","\\ldots",!0),j("math",Z,"inner","…","\\ldots",!0),j("math",Z,"inner","⋯","\\@cdots",!0),j("math",Z,"inner","⋱","\\ddots",!0),j("math",Z,"textord","⋮","\\varvdots"),j("math",Z,"accent-token","ˊ","\\acute"),j("math",Z,"accent-token","ˋ","\\grave"),j("math",Z,"accent-token","¨","\\ddot"),j("math",Z,"accent-token","~","\\tilde"),j("math",Z,"accent-token","ˉ","\\bar"),j("math",Z,"accent-token","˘","\\breve"),j("math",Z,"accent-token","ˇ","\\check"),j("math",Z,"accent-token","^","\\hat"),j("math",Z,"accent-token","⃗","\\vec"),j("math",Z,"accent-token","˙","\\dot"),j("math",Z,"accent-token","˚","\\mathring"),j("math",Z,Q,"ı","\\imath",!0),j("math",Z,Q,"ȷ","\\jmath",!0),j("text",Z,"textord","ı","\\i",!0),j("text",Z,"textord","ȷ","\\j",!0),j("text",Z,"textord","ß","\\ss",!0),j("text",Z,"textord","æ","\\ae",!0),j("text",Z,"textord","æ","\\ae",!0),j("text",Z,"textord","œ","\\oe",!0),j("text",Z,"textord","ø","\\o",!0),j("text",Z,"textord","Æ","\\AE",!0),j("text",Z,"textord","Œ","\\OE",!0),j("text",Z,"textord","Ø","\\O",!0),j("text",Z,"accent-token","ˊ","\\'"),j("text",Z,"accent-token","ˋ","\\`"),j("text",Z,"accent-token","ˆ","\\^"),j("text",Z,"accent-token","˜","\\~"),j("text",Z,"accent-token","ˉ","\\="),j("text",Z,"accent-token","˘","\\u"),j("text",Z,"accent-token","˙","\\."),j("text",Z,"accent-token","˚","\\r"),j("text",Z,"accent-token","ˇ","\\v"),j("text",Z,"accent-token","¨",'\\"'),j("text",Z,"accent-token","˝","\\H"),j("text",Z,"accent-token","◯","\\textcircled");var rt={"--":!0,"---":!0,"``":!0,"''":!0};j("text",Z,"textord","","--"),j("text",Z,"textord","","\\textendash"),j("text",Z,"textord","—","---"),j("text",Z,"textord","—","\\textemdash"),j("text",Z,"textord","","`"),j("text",Z,"textord","","\\textquoteleft"),j("text",Z,"textord","","'"),j("text",Z,"textord","","\\textquoteright"),j("text",Z,"textord","“","``"),j("text",Z,"textord","“","\\textquotedblleft"),j("text",Z,"textord","”","''"),j("text",Z,"textord","”","\\textquotedblright"),j("math",Z,"textord","°","\\degree",!0),j("text",Z,"textord","°","\\degree"),j("text",Z,"textord","°","\\textdegree",!0),j("math",Z,Q,"£","\\pounds"),j("math",Z,Q,"£","\\mathsterling",!0),j("text",Z,Q,"£","\\pounds"),j("text",Z,Q,"£","\\textsterling",!0),j("math",K,"textord","✠","\\maltese"),j("text",K,"textord","✠","\\maltese"),j("text",Z,"spacing"," ","\\ "),j("text",Z,"spacing"," "," "),j("text",Z,"spacing"," ","~");for(var nt=0;14>nt;nt++){var ot='0123456789/@."'.charAt(nt);j("math",Z,"textord",ot,ot)}for(var at=0;30>at;at++){var it='0123456789!@*()-=+[]<>|";:?/.,'.charAt(at);j("text",Z,"textord",it,it)}for(var st="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",lt=0;52>lt;lt++){var ht=st.charAt(lt);j("math",Z,Q,ht,ht),j("text",Z,"textord",ht,ht)}j("math",K,"textord","C",""),j("text",K,"textord","C",""),j("math",K,"textord","H",""),j("text",K,"textord","H",""),j("math",K,"textord","N",""),j("text",K,"textord","N",""),j("math",K,"textord","P",""),j("text",K,"textord","P",""),j("math",K,"textord","Q",""),j("text",K,"textord","Q",""),j("math",K,"textord","R",""),j("text",K,"textord","R",""),j("math",K,"textord","Z",""),j("text",K,"textord","Z",""),j("math",Z,Q,"h",""),j("text",Z,Q,"h","");for(var mt="",ct=0;52>ct;ct++){var ut=st.charAt(ct);j("math",Z,Q,ut,mt=String.fromCharCode(55349,56320+ct)),j("text",Z,"textord",ut,mt),j("math",Z,Q,ut,mt=String.fromCharCode(55349,56372+ct)),j("text",Z,"textord",ut,mt),j("math",Z,Q,ut,mt=String.fromCharCode(55349,56424+ct)),j("text",Z,"textord",ut,mt),j("math",Z,Q,ut,mt=String.fromCharCode(55349,56580+ct)),j("text",Z,"textord",ut,mt),j("math",Z,Q,ut,mt=String.fromCharCode(55349,56736+ct)),j("text",Z,"textord",ut,mt),j("math",Z,Q,ut,mt=String.fromCharCode(55349,56788+ct)),j("text",Z,"textord",ut,mt),j("math",Z,Q,ut,mt=String.fromCharCode(55349,56840+ct)),j("text",Z,"textord",ut,mt),j("math",Z,Q,ut,mt=String.fromCharCode(55349,56944+ct)),j("text",Z,"textord",ut,mt),26>ct&&(j("math",Z,Q,ut,mt=String.fromCharCode(55349,56632+ct)),j("text",Z,"textord",ut,mt),j("math",Z,Q,ut,mt=String.fromCharCode(55349,56476+ct)),j("text",Z,"textord",ut,mt))}j("math",Z,Q,"k",mt="𝕜"),j("text",Z,"textord","k",mt);for(var pt=0;10>pt;pt++){var dt=""+pt;j("math",Z,Q,dt,mt=String.fromCharCode(55349,57294+pt)),j("text",Z,"textord",dt,mt),j("math",Z,Q,dt,mt=String.fromCharCode(55349,57314+pt)),j("text",Z,"textord",dt,mt),j("math",Z,Q,dt,mt=String.fromCharCode(55349,57324+pt)),j("text",Z,"textord",dt,mt),j("math",Z,Q,dt,mt=String.fromCharCode(55349,57334+pt)),j("text",Z,"textord",dt,mt)}for(var ft=0;5>ft;ft++){var gt="ÇÐÞçþ".charAt(ft);j("math",Z,Q,gt,gt),j("text",Z,"textord",gt,gt)}j("text",Z,"textord","ð","ð"),j("text",Z,"textord","",""),j("text",Z,"textord","—","—"),j("text",Z,"textord","",""),j("text",Z,"textord","",""),j("text",Z,"textord","“","“"),j("text",Z,"textord","”","”");var xt=[["mathbf","textbf","Main-Bold"],["mathbf","textbf","Main-Bold"],["mathdefault","textit","Math-Italic"],["mathdefault","textit","Math-Italic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["mathscr","textscr","Script-Regular"],["","",""],["","",""],["","",""],["mathfrak","textfrak","Fraktur-Regular"],["mathfrak","textfrak","Fraktur-Regular"],["mathbb","textbb","AMS-Regular"],["mathbb","textbb","AMS-Regular"],["","",""],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathitsf","textitsf","SansSerif-Italic"],["mathitsf","textitsf","SansSerif-Italic"],["","",""],["","",""],["mathtt","texttt","Typewriter-Regular"],["mathtt","texttt","Typewriter-Regular"]],yt=[["mathbf","textbf","Main-Bold"],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathtt","texttt","Typewriter-Regular"]],bt=[[1,1,1],[2,1,1],[3,1,1],[4,2,1],[5,2,1],[6,3,1],[7,4,2],[8,6,3],[9,7,6],[10,8,7],[11,10,9]],vt=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],wt=function(t,e){return 2>e.size?t:bt[t-1][e.size-1]},kt=function(){function t(e){this.style=void 0,this.color=void 0,this.size=void 0,this.textSize=void 0,this.phantom=void 0,this.font=void 0,this.fontFamily=void 0,this.fontWeight=void 0,this.fontShape=void 0,this.sizeMultiplier=void 0,this.maxSize=void 0,this.minRuleThickness=void 0,this._fontMetrics=void 0,this.style=e.style,this.color=e.color,this.size=e.size||t.BASESIZE,this.textSize=e.textSize||this.size,this.phantom=!!e.phantom,this.font=e.font||"",this.fontFamily=e.fontFamily||"",this.fontWeight=e.fontWeight||"",this.fontShape=e.fontShape||"",this.sizeMultiplier=vt[this.size-1],this.maxSize=e.maxSize,this.minRuleThickness=e.minRuleThickness,this._fontMetrics=void 0}var e=t.prototype;return e.extend=function(e){var r={style:this.style,size:this.size,textSize:this.textSize,color:this.color,phantom:this.phantom,font:this.font,fontFamily:this.fontFamily,fontWeight:this.fontWeight,fontShape:this.fontShape,maxSize:this.maxSize,minRuleThickness:this.minRuleThickness};for(var n in e)e.hasOwnProperty(n)&&(r[n]=e[n]);return new t(r)},e.havingStyle=function(t){return this.style===t?this:this.extend({style:t,size:wt(this.textSize,t)})},e.havingCrampedStyle=function(){return this.havingStyle(this.style.cramp())},e.havingSize=function(t){return this.size===t&&this.textSize===t?this:this.extend({style:this.style.text(),size:t,textSize:t,sizeMultiplier:vt[t-1]})},e.havingBaseStyle=function(e){e=e||this.style.text();var r=wt(t.BASESIZE,e);return this.size===r&&this.textSize===t.BASESIZE&&this.style===e?this:this.extend({style:e,size:r})},e.havingBaseSizing=function(){var t;switch(this.style.id){case 4:case 5:t=3;break;case 6:case 7:t=1;break;default:t=6}return this.extend({style:this.style.text(),size:t})},e.withColor=function(t){return this.extend({color:t})},e.withPhantom=function(){return this.extend({phantom:!0})},e.withFont=function(t){return this.extend({font:t})},e.withTextFontFamily=function(t){return this.extend({fontFamily:t,font:""})},e.withTextFontWeight=function(t){return this.extend({fontWeight:t,font:""})},e.withTextFontShape=function(t){return this.extend({fontShape:t,font:""})},e.sizingClasses=function(t){return t.size!==this.size?["sizing","reset-size"+t.size,"size"+this.size]:[]},e.baseSizingClasses=function(){return this.size!==t.BASESIZE?["sizing","reset-size"+this.size,"size"+t.BASESIZE]:[]},e.fontMetrics=function(){return this._fontMetrics||(this._fontMetrics=function(t){var e;if(!G[e=5>t?3>t?2:1:0]){var r=G[e]={cssEmPerMu:F.quad[e]/18};for(var n in F)F.hasOwnProperty(n)&&(r[n]=F[n][e])}return G[e]}(this.size)),this._fontMetrics},e.getColor=function(){return this.phantom?"transparent":this.color},t}();kt.BASESIZE=6;var St=kt,Tt={pt:1,mm:7227/2540,cm:7227/254,in:72.27,bp:1.00375,pc:12,dd:1238/1157,cc:14856/1157,nd:685/642,nc:1370/107,sp:1/65536,px:1.00375},Mt={ex:!0,em:!0,mu:!0},zt=function(t){return"string"!=typeof t&&(t=t.unit),t in Tt||t in Mt||"ex"===t},At=function(t,e){var r;if(t.unit in Tt)r=Tt[t.unit]/e.fontMetrics().ptPerEm/e.sizeMultiplier;else if("mu"===t.unit)r=e.fontMetrics().cssEmPerMu;else{var n;if(n=e.style.isTight()?e.havingStyle(e.style.text()):e,"ex"===t.unit)r=n.fontMetrics().xHeight;else{if("em"!==t.unit)throw new i("Invalid unit: '"+t.unit+"'");r=n.fontMetrics().quad}n!==e&&(r*=n.sizeMultiplier/e.sizeMultiplier)}return Math.min(t.number*r,e.maxSize)},Bt=["\\imath","ı","\\jmath","ȷ","\\pounds","\\mathsterling","\\textsterling","£"],Ct=function(t,e,r){return X[r][t]&&X[r][t].replace&&(t=X[r][t].replace),{value:t,metrics:U(t,e,r)}},qt=function(t,e,r,n,o){var a,i=Ct(t,e,r),s=i.metrics;if(t=i.value,s){var l=s.italic;("text"===r||n&&"mathit"===n.font)&&(l=0),a=new E(t,s.height,s.depth,l,s.skew,s.width,o)}else void 0!==console&&console.warn("No character metrics for '"+t+"' in style '"+e+"' and mode '"+r+"'"),a=new E(t,0,0,0,0,0,o);if(n){a.maxFontSize=n.sizeMultiplier,n.style.isTight()&&a.classes.push("mtight");var h=n.getColor();h&&(a.style.color=h)}return a},Nt=function(t,e){if(A(t.classes)!==A(e.classes)||t.skew!==e.skew||t.maxFontSize!==e.maxFontSize)return!1;for(var r in t.style)if(t.style.hasOwnProperty(r)&&t.style[r]!==e.style[r])return!1;for(var n in e.style)if(e.style.hasOwnProperty(n)&&t.style[n]!==e.style[n])return!1;return!0},Ot=function(t){for(var e=0,r=0,n=0,o=0;t.children.length>o;o++){var a=t.children[o];a.height>e&&(e=a.height),a.depth>r&&(r=a.depth),a.maxFontSize>n&&(n=a.maxFontSize)}t.height=e,t.depth=r,t.maxFontSize=n},It=function(t,e,r,n){var o=new N(t,e,r,n);return Ot(o),o},Rt=function(t,e,r,n){return new N(t,e,r,n)},Et=function(t){var e=new z(t);return Ot(e),e},Lt=function(t,e,r){var n="";switch(t){case"amsrm":n="AMS";break;case"textrm":n="Main";break;case"textsf":n="SansSerif";break;case"texttt":n="Typewriter";break;default:n=t}return n+"-"+("textbf"===e&&"textit"===r?"BoldItalic":"textbf"===e?"Bold":"textit"===e?"Italic":"Regular")},Pt={mathbf:{variant:"bold",fontName:"Main-Bold"},mathrm:{variant:"normal",fontName:"Main-Regular"},textit:{variant:"italic",fontName:"Main-Italic"},mathit:{variant:"italic",fontName:"Main-Italic"},mathbb:{variant:"double-struck",fontName:"AMS-Regular"},mathcal:{variant:"script",fontName:"Caligraphic-Regular"},mathfrak:{variant:"fraktur",fontName:"Fraktur-Regular"},mathscr:{variant:"script",fontName:"Script-Regular"},mathsf:{variant:"sans-serif",fontName:"SansSerif-Regular"},mathtt:{variant:"monospace",fontName:"Typewriter-Regular"}},Dt={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]},Ht={fontMap:Pt,makeSymbol:qt,mathsym:function(t,e,r,n){return void 0===n&&(n=[]),"boldsymbol"===r.font&&Ct(t,"Main-Bold",e).metrics?qt(t,"Main-Bold",e,r,n.concat(["mathbf"])):"\\"===t||"main"===X[e][t].font?qt(t,"Main-Regular",e,r,n):qt(t,"AMS-Regular",e,r,n.concat(["amsrm"]))},makeSpan:It,makeSvgSpan:Rt,makeLineSpan:function(t,e,r){var n=It([t],[],e);return n.height=Math.max(r||e.fontMetrics().defaultRuleThickness,e.minRuleThickness),n.style.borderBottomWidth=n.height+"em",n.maxFontSize=1,n},makeAnchor:function(t,e,r,n){var o=new O(t,e,r,n);return Ot(o),o},makeFragment:Et,wrapFragment:function(t,e){return t instanceof z?It([],[t],e):t},makeVList:function(t,e){for(var r=function(t){if("individualShift"===t.positionType){for(var e=t.children,r=[e[0]],n=-e[0].shift-e[0].elem.depth,o=n,a=1;e.length>a;a++){var i=-e[a].shift-o-e[a].elem.depth;o+=i,r.push({type:"kern",size:i-(e[a-1].elem.height+e[a-1].elem.depth)}),r.push(e[a])}return{children:r,depth:n}}var s;if("top"===t.positionType){for(var l=t.positionData,h=0;t.children.length>h;h++){var m=t.children[h];l-="kern"===m.type?m.size:m.elem.height+m.elem.depth}s=l}else if("bottom"===t.positionType)s=-t.positionData;else{var c=t.children[0];if("elem"!==c.type)throw Error('First child must have type "elem".');if("shift"===t.positionType)s=-c.elem.depth-t.positionData;else{if("firstBaseline"!==t.positionType)throw Error("Invalid positionType "+t.positionType+".");s=-c.elem.depth}}return{children:t.children,depth:s}}(t),n=r.children,o=r.depth,a=0,i=0;n.length>i;i++){var s=n[i];if("elem"===s.type){var l=s.elem;a=Math.max(a,l.maxFontSize,l.height)}}a+=2;var h=It(["pstrut"],[]);h.style.height=a+"em";for(var m=[],c=o,u=o,p=o,d=0;n.length>d;d++){var f=n[d];if("kern"===f.type)p+=f.size;else{var g=f.elem,x=It(f.wrapperClasses||[],[h,g],void 0,f.wrapperStyle||{});x.style.top=-a-p-g.depth+"em",f.marginLeft&&(x.style.marginLeft=f.marginLeft),f.marginRight&&(x.style.marginRight=f.marginRight),m.push(x),p+=g.height+g.depth}c=Math.min(c,p),u=Math.max(u,p)}var y,b=It(["vlist"],m);if(b.style.height=u+"em",0>c){var v=It([],[]),w=It(["vlist"],[v]);w.style.height=-c+"em";var k=It(["vlist-s"],[new E("")]);y=[It(["vlist-r"],[b,k]),It(["vlist-r"],[w])]}else y=[It(["vlist-r"],[b])];var S=It(["vlist-t"],y);return 2===y.length&&S.classes.push("vlist-t2"),S.height=u,S.depth=-c,S},makeOrd:function(t,e,r){var n,o=t.mode,a=t.text,s=["mord"],l="math"===o||"text"===o&&e.font,h=l?e.font:e.fontFamily;if(55349===a.charCodeAt(0)){var m=function(t,e){var r=1024*(t.charCodeAt(0)-55296)+(t.charCodeAt(1)-56320)+65536,n="math"===e?0:1;if(r>=119808&&120484>r){var o=Math.floor((r-119808)/26);return[xt[o][2],xt[o][n]]}if(120782>r||r>120831){if(120485===r||120486===r)return[xt[0][2],xt[0][n]];if(r>120486&&120782>r)return["",""];throw new i("Unsupported character: "+t)}var a=Math.floor((r-120782)/10);return[yt[a][2],yt[a][n]]}(a,o);return qt(a,m[0],o,e,s.concat(m[1]))}if(h){var u,p;if("boldsymbol"===h||"mathnormal"===h){var d="boldsymbol"===h?function(t,e,r,n){return Ct(t,"Math-BoldItalic",e).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}}(a,o):c.contains(Bt,n=a)?{fontName:"Main-Italic",fontClass:"mathit"}:/[0-9]/.test(n.charAt(0))?{fontName:"Caligraphic-Regular",fontClass:"mathcal"}:{fontName:"Math-Italic",fontClass:"mathdefault"};u=d.fontName,p=[d.fontClass]}else c.contains(Bt,a)?(u="Main-Italic",p=["mathit"]):l?(u=Pt[h].fontName,p=[h]):(u=Lt(h,e.fontWeight,e.fontShape),p=[h,e.fontWeight,e.fontShape]);if(Ct(a,u,o).metrics)return qt(a,u,o,e,s.concat(p));if(rt.hasOwnProperty(a)&&"Typewriter"===u.substr(0,10)){for(var f=[],g=0;a.length>g;g++)f.push(qt(a[g],u,o,e,s.concat(p)));return Et(f)}}if("mathord"===r){var x=function(t,e,r,n){return/[0-9]/.test(t.charAt(0))||c.contains(Bt,t)?{fontName:"Main-Italic",fontClass:"mathit"}:{fontName:"Math-Italic",fontClass:"mathdefault"}}(a);return qt(a,x.fontName,o,e,s.concat([x.fontClass]))}if("textord"===r){var y=X[o][a]&&X[o][a].font;if("ams"===y){var b=Lt("amsrm",e.fontWeight,e.fontShape);return qt(a,b,o,e,s.concat("amsrm",e.fontWeight,e.fontShape))}if("main"!==y&&y){var v=Lt(y,e.fontWeight,e.fontShape);return qt(a,v,o,e,s.concat(v,e.fontWeight,e.fontShape))}var w=Lt("textrm",e.fontWeight,e.fontShape);return qt(a,w,o,e,s.concat(e.fontWeight,e.fontShape))}throw Error("unexpected type: "+r+" in makeOrd")},makeGlue:function(t,e){var r=It(["mspace"],[],e),n=At(t,e);return r.style.marginRight=n+"em",r},staticSvg:function(t,e){var r=Dt[t],n=r[1],o=r[2],a=new P(r[0]),i=new L([a],{width:n+"em",height:o+"em",style:"width:"+n+"em",viewBox:"0 0 "+1e3*n+" "+1e3*o,preserveAspectRatio:"xMinYMin"}),s=Rt(["overlay"],[i],e);return s.height=o,s.style.height=o+"em",s.style.width=n+"em",s},svgData:Dt,tryCombineChars:function(t){for(var e=0;t.length-1>e;e++){var r=t[e],n=t[e+1];r instanceof E&&n instanceof E&&Nt(r,n)&&(r.text+=n.text,r.height=Math.max(r.height,n.height),r.depth=Math.max(r.depth,n.depth),r.italic=n.italic,t.splice(e+1,1),e--)}return t}};function $t(t,e){var r=Ft(t,e);if(!r)throw Error("Expected node of type "+e+", but got "+(t?"node of type "+t.type:t+""));return r}function Ft(t,e){return t&&t.type===e?t:null}function Vt(t,e){var r=function(t,e){return t&&"atom"===t.type&&t.family===e?t:null}(t,e);if(!r)throw Error('Expected node of type "atom" and family "'+e+'", but got '+(t?"atom"===t.type?"atom of family "+t.family:"node of type "+t.type:t+""));return r}function Ut(t){var e=Gt(t);if(!e)throw Error("Expected node of symbol group type, but got "+(t?"node of type "+t.type:t+""));return e}function Gt(t){return t&&("atom"===t.type||_.hasOwnProperty(t.type))?t:null}var Yt={number:3,unit:"mu"},_t={number:4,unit:"mu"},Wt={number:5,unit:"mu"},Xt={mord:{mop:Yt,mbin:_t,mrel:Wt,minner:Yt},mop:{mord:Yt,mop:Yt,mrel:Wt,minner:Yt},mbin:{mord:_t,mop:_t,mopen:_t,minner:_t},mrel:{mord:Wt,mop:Wt,mopen:Wt,minner:Wt},mopen:{},mclose:{mop:Yt,mbin:_t,mrel:Wt,minner:Yt},mpunct:{mord:Yt,mop:Yt,mrel:Wt,mopen:Yt,mclose:Yt,mpunct:Yt,minner:Yt},minner:{mord:Yt,mop:Yt,mbin:_t,mrel:Wt,mopen:Yt,mpunct:Yt,minner:Yt}},jt={mord:{mop:Yt},mop:{mord:Yt,mop:Yt},mbin:{},mrel:{},mopen:{},mclose:{mop:Yt},mpunct:{},minner:{mop:Yt}},Zt={},Kt={},Jt={};function Qt(t){for(var e=t.type,r=t.names,n=t.props,o=t.htmlBuilder,a=t.mathmlBuilder,i={type:e,numArgs:n.numArgs,argTypes:n.argTypes,greediness:void 0===n.greediness?1:n.greediness,allowedInText:!!n.allowedInText,allowedInMath:void 0===n.allowedInMath||n.allowedInMath,numOptionalArgs:n.numOptionalArgs||0,infix:!!n.infix,handler:t.handler},s=0;r.length>s;++s)Zt[r[s]]=i;e&&(o&&(Kt[e]=o),a&&(Jt[e]=a))}function te(t){Qt({type:t.type,names:[],props:{numArgs:0},handler:function(){throw Error("Should never be called.")},htmlBuilder:t.htmlBuilder,mathmlBuilder:t.mathmlBuilder})}var ee=function(t){var e=Ft(t,"ordgroup");return e?e.body:[t]},re=Ht.makeSpan,ne=["leftmost","mbin","mopen","mrel","mop","mpunct"],oe=["rightmost","mrel","mclose","mpunct"],ae={display:w.DISPLAY,text:w.TEXT,script:w.SCRIPT,scriptscript:w.SCRIPTSCRIPT},ie={mord:"mord",mop:"mop",mbin:"mbin",mrel:"mrel",mopen:"mopen",mclose:"mclose",mpunct:"mpunct",minner:"minner"},se=function(t,e,r,n){void 0===n&&(n=[null,null]);for(var o=[],a=0;t.length>a;a++){var i=ue(t[a],e);i instanceof z?o.push.apply(o,i.children):o.push(i)}if(!r)return o;var s=e;if(1===t.length){var l=Ft(t[0],"sizing")||Ft(t[0],"styling");l&&("sizing"===l.type?s=e.havingSize(l.size):"styling"===l.type&&(s=e.havingStyle(ae[l.style])))}var h=re([n[0]||"leftmost"],[],e),m=re([n[1]||"rightmost"],[],e);return le(o,(function(t,e){var r=e.classes[0],n=t.classes[0];"mbin"===r&&c.contains(oe,n)?e.classes[0]="mord":"mbin"===n&&c.contains(ne,r)&&(t.classes[0]="mord")}),{node:h},m),le(o,(function(t,e){var r=me(e),n=me(t),o=r&&n?t.hasClass("mtight")?jt[r][n]:Xt[r][n]:null;if(o)return Ht.makeGlue(o,s)}),{node:h},m),o},le=function t(e,r,n,o){o&&e.push(o);for(var a=0;e.length>a;a++){var i=e[a],s=he(i);if(s)t(s.children,r,n);else if("mspace"!==i.classes[0]){var l=r(i,n.node);l&&(n.insertAfter?n.insertAfter(l):(e.unshift(l),a++)),n.node=i,n.insertAfter=function(t){return function(r){e.splice(t+1,0,r),a++}}(a)}}o&&e.pop()},he=function(t){return t instanceof z||t instanceof O?t:null},me=function(t,e){return t?(e&&(t=function t(e,r){var n=he(e);if(n){var o=n.children;if(o.length){if("right"===r)return t(o[o.length-1],"right");if("left"===r)return t(o[0],"left")}}return e}(t,e)),ie[t.classes[0]]||null):null},ce=function(t,e){var r=["nulldelimiter"].concat(t.baseSizingClasses());return re(e.concat(r))},ue=function(t,e,r){if(!t)return re();if(Kt[t.type]){var n=Kt[t.type](t,e);if(r&&e.size!==r.size){n=re(e.sizingClasses(r),[n],e);var o=e.sizeMultiplier/r.sizeMultiplier;n.height*=o,n.depth*=o}return n}throw new i("Got group of unknown type: '"+t.type+"'")};function pe(t,e){var r=re(["base"],t,e),n=re(["strut"]);return n.style.height=r.height+r.depth+"em",n.style.verticalAlign=-r.depth+"em",r.children.unshift(n),r}function de(t,e){var r=null;1===t.length&&"tag"===t[0].type&&(r=t[0].tag,t=t[0].body);for(var n,o=se(t,e,!0),a=[],i=[],s=0;o.length>s;s++)if(i.push(o[s]),o[s].hasClass("mbin")||o[s].hasClass("mrel")||o[s].hasClass("allowbreak")){for(var l=!1;o.length-1>s&&o[s+1].hasClass("mspace")&&!o[s+1].hasClass("newline");)s++,i.push(o[s]),o[s].hasClass("nobreak")&&(l=!0);l||(a.push(pe(i,e)),i=[])}else o[s].hasClass("newline")&&(i.pop(),i.length>0&&(a.push(pe(i,e)),i=[]),a.push(o[s]));i.length>0&&a.push(pe(i,e)),r&&((n=pe(se(r,e,!0))).classes=["tag"],a.push(n));var h=re(["katex-html"],a);if(h.setAttribute("aria-hidden","true"),n){var m=n.children[0];m.style.height=h.height+h.depth+"em",m.style.verticalAlign=-h.depth+"em"}return h}function fe(t){return new z(t)}var ge=function(){function t(t,e){this.type=void 0,this.attributes=void 0,this.children=void 0,this.type=t,this.attributes={},this.children=e||[]}var e=t.prototype;return e.setAttribute=function(t,e){this.attributes[t]=e},e.getAttribute=function(t){return this.attributes[t]},e.toNode=function(){var t=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(var e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&t.setAttribute(e,this.attributes[e]);for(var r=0;this.children.length>r;r++)t.appendChild(this.children[r].toNode());return t},e.toMarkup=function(){var t="<"+this.type;for(var e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&(t+=" "+e+'="',t+=c.escape(this.attributes[e]),t+='"');t+=">";for(var r=0;this.children.length>r;r++)t+=this.children[r].toMarkup();return t+="</"+this.type+">"},e.toText=function(){return this.children.map((function(t){return t.toText()})).join("")},t}(),xe=function(){function t(t){this.text=void 0,this.text=t}var e=t.prototype;return e.toNode=function(){return document.createTextNode(this.text)},e.toMarkup=function(){return c.escape(this.toText())},e.toText=function(){return this.text},t}(),ye={MathNode:ge,TextNode:xe,SpaceNode:function(){function t(t){this.width=void 0,this.character=void 0,this.width=t,this.character=.05555>t||t>.05556?.1666>t||t>.1667?.2222>t||t>.2223?.2777>t||t>.2778?-.05556>t||t>-.05555?-.1667>t||t>-.1666?-.2223>t||t>-.2222?-.2778>t||t>-.2777?null:"":"":"":"":"":"":"":""}var e=t.prototype;return e.toNode=function(){if(this.character)return document.createTextNode(this.character);var t=document.createElementNS("http://www.w3.org/1998/Math/MathML","mspace");return t.setAttribute("width",this.width+"em"),t},e.toMarkup=function(){return this.character?"<mtext>"+this.character+"</mtext>":'<mspace width="'+this.width+'em"/>'},e.toText=function(){return this.character?this.character:" "},t}(),newDocumentFragment:fe},be=function(t,e,r){return!X[e][t]||!X[e][t].replace||55349===t.charCodeAt(0)||rt.hasOwnProperty(t)&&r&&(r.fontFamily&&"tt"===r.fontFamily.substr(4,2)||r.font&&"tt"===r.font.substr(4,2))||(t=X[e][t].replace),new ye.TextNode(t)},ve=function(t){return 1===t.length?t[0]:new ye.MathNode("mrow",t)},we=function(t,e){if("texttt"===e.fontFamily)return"monospace";if("textsf"===e.fontFamily)return"textit"===e.fontShape&&"textbf"===e.fontWeight?"sans-serif-bold-italic":"textit"===e.fontShape?"sans-serif-italic":"textbf"===e.fontWeight?"bold-sans-serif":"sans-serif";if("textit"===e.fontShape&&"textbf"===e.fontWeight)return"bold-italic";if("textit"===e.fontShape)return"italic";if("textbf"===e.fontWeight)return"bold";var r=e.font;if(!r||"mathnormal"===r)return null;var n=t.mode;if("mathit"===r)return"italic";if("boldsymbol"===r)return"bold-italic";if("mathbf"===r)return"bold";if("mathbb"===r)return"double-struck";if("mathfrak"===r)return"fraktur";if("mathscr"===r||"mathcal"===r)return"script";if("mathsf"===r)return"sans-serif";if("mathtt"===r)return"monospace";var o=t.text;return c.contains(["\\imath","\\jmath"],o)?null:(X[n][o]&&X[n][o].replace&&(o=X[n][o].replace),U(o,Ht.fontMap[r].fontName,n)?Ht.fontMap[r].variant:null)},ke=function(t,e,r){if(1===t.length){var n=Te(t[0],e);return r&&n instanceof ge&&"mo"===n.type&&(n.setAttribute("lspace","0em"),n.setAttribute("rspace","0em")),[n]}for(var o,a=[],i=0;t.length>i;i++){var s=Te(t[i],e);if(s instanceof ge&&o instanceof ge){if("mtext"===s.type&&"mtext"===o.type&&s.getAttribute("mathvariant")===o.getAttribute("mathvariant")){var l;(l=o.children).push.apply(l,s.children);continue}if("mn"===s.type&&"mn"===o.type){var h;(h=o.children).push.apply(h,s.children);continue}if("mi"===s.type&&1===s.children.length&&"mn"===o.type){var m=s.children[0];if(m instanceof xe&&"."===m.text){var c;(c=o.children).push.apply(c,s.children);continue}}else if("mi"===o.type&&1===o.children.length){var u=o.children[0];if(u instanceof xe&&"̸"===u.text&&("mo"===s.type||"mi"===s.type||"mn"===s.type)){var p=s.children[0];p instanceof xe&&p.text.length>0&&(p.text=p.text.slice(0,1)+"̸"+p.text.slice(1),a.pop())}}}a.push(s),o=s}return a},Se=function(t,e,r){return ve(ke(t,e,r))},Te=function(t,e){if(!t)return new ye.MathNode("mrow");if(Jt[t.type])return Jt[t.type](t,e);throw new i("Got group of unknown type: '"+t.type+"'")};function Me(t,e,r,n){var o,a=ke(t,r);o=1===a.length&&a[0]instanceof ge&&c.contains(["mrow","mtable"],a[0].type)?a[0]:new ye.MathNode("mrow",a);var i=new ye.MathNode("annotation",[new ye.TextNode(e)]);i.setAttribute("encoding","application/x-tex");var s=new ye.MathNode("semantics",[o,i]),l=new ye.MathNode("math",[s]);return l.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML"),Ht.makeSpan([n?"katex":"katex-mathml"],[l])}var ze=function(t){return new St({style:t.displayMode?w.DISPLAY:w.TEXT,maxSize:t.maxSize,minRuleThickness:t.minRuleThickness})},Ae=function(t,e){if(e.displayMode){var r=["katex-display"];e.leqno&&r.push("leqno"),e.fleqn&&r.push("fleqn"),t=Ht.makeSpan(r,[t])}return t},Be={widehat:"^",widecheck:"ˇ",widetilde:"~",utilde:"~",overleftarrow:"←",underleftarrow:"←",xleftarrow:"←",overrightarrow:"→",underrightarrow:"→",xrightarrow:"→",underbrace:"⏟",overbrace:"⏞",overgroup:"⏠",undergroup:"⏡",overleftrightarrow:"↔",underleftrightarrow:"↔",xleftrightarrow:"↔",Overrightarrow:"⇒",xRightarrow:"⇒",overleftharpoon:"↼",xleftharpoonup:"↼",overrightharpoon:"⇀",xrightharpoonup:"⇀",xLeftarrow:"⇐",xLeftrightarrow:"⇔",xhookleftarrow:"↩",xhookrightarrow:"↪",xmapsto:"↦",xrightharpoondown:"⇁",xleftharpoondown:"↽",xrightleftharpoons:"⇌",xleftrightharpoons:"⇋",xtwoheadleftarrow:"↞",xtwoheadrightarrow:"↠",xlongequal:"=",xtofrom:"⇄",xrightleftarrows:"⇄",xrightequilibrium:"⇌",xleftequilibrium:"⇋"},Ce={overrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],overleftarrow:[["leftarrow"],.888,522,"xMinYMin"],underrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],underleftarrow:[["leftarrow"],.888,522,"xMinYMin"],xrightarrow:[["rightarrow"],1.469,522,"xMaxYMin"],xleftarrow:[["leftarrow"],1.469,522,"xMinYMin"],Overrightarrow:[["doublerightarrow"],.888,560,"xMaxYMin"],xRightarrow:[["doublerightarrow"],1.526,560,"xMaxYMin"],xLeftarrow:[["doubleleftarrow"],1.526,560,"xMinYMin"],overleftharpoon:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoonup:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoondown:[["leftharpoondown"],.888,522,"xMinYMin"],overrightharpoon:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoonup:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoondown:[["rightharpoondown"],.888,522,"xMaxYMin"],xlongequal:[["longequal"],.888,334,"xMinYMin"],xtwoheadleftarrow:[["twoheadleftarrow"],.888,334,"xMinYMin"],xtwoheadrightarrow:[["twoheadrightarrow"],.888,334,"xMaxYMin"],overleftrightarrow:[["leftarrow","rightarrow"],.888,522],overbrace:[["leftbrace","midbrace","rightbrace"],1.6,548],underbrace:[["leftbraceunder","midbraceunder","rightbraceunder"],1.6,548],underleftrightarrow:[["leftarrow","rightarrow"],.888,522],xleftrightarrow:[["leftarrow","rightarrow"],1.75,522],xLeftrightarrow:[["doubleleftarrow","doublerightarrow"],1.75,560],xrightleftharpoons:[["leftharpoondownplus","rightharpoonplus"],1.75,716],xleftrightharpoons:[["leftharpoonplus","rightharpoondownplus"],1.75,716],xhookleftarrow:[["leftarrow","righthook"],1.08,522],xhookrightarrow:[["lefthook","rightarrow"],1.08,522],overlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],underlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],overgroup:[["leftgroup","rightgroup"],.888,342],undergroup:[["leftgroupunder","rightgroupunder"],.888,342],xmapsto:[["leftmapsto","rightarrow"],1.5,522],xtofrom:[["leftToFrom","rightToFrom"],1.75,528],xrightleftarrows:[["baraboveleftarrow","rightarrowabovebar"],1.75,901],xrightequilibrium:[["baraboveshortleftharpoon","rightharpoonaboveshortbar"],1.75,716],xleftequilibrium:[["shortbaraboveleftharpoon","shortrightharpoonabovebar"],1.75,716]},qe=function(t,e,r,n){var o,a=t.height+t.depth+2*r;if(/fbox|color/.test(e)){if(o=Ht.makeSpan(["stretchy",e],[],n),"fbox"===e){var i=n.color&&n.getColor();i&&(o.style.borderColor=i)}}else{var s=[];/^[bx]cancel$/.test(e)&&s.push(new D({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(e)&&s.push(new D({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));var l=new L(s,{width:"100%",height:a+"em"});o=Ht.makeSvgSpan([],[l],n)}return o.height=a,o.style.height=a+"em",o},Ne=function(t){var e=new ye.MathNode("mo",[new ye.TextNode(Be[t.substr(1)])]);return e.setAttribute("stretchy","true"),e},Oe=function(t,e){var r=function(){var r=4e5,n=t.label.substr(1);if(c.contains(["widehat","widecheck","widetilde","utilde"],n)){var o,a,i,s="ordgroup"===(d=t.base).type?d.body.length:1;if(s>5)"widehat"===n||"widecheck"===n?(o=420,r=2364,i=.42,a=n+"4"):(o=312,r=2340,i=.34,a="tilde4");else{var l=[1,1,2,2,3,3][s];"widehat"===n||"widecheck"===n?(r=[0,1062,2364,2364,2364][l],o=[0,239,300,360,420][l],i=[0,.24,.3,.3,.36,.42][l],a=n+l):(r=[0,600,1033,2339,2340][l],o=[0,260,286,306,312][l],i=[0,.26,.286,.3,.306,.34][l],a="tilde"+l)}var h=new P(a),m=new L([h],{width:"100%",height:i+"em",viewBox:"0 0 "+r+" "+o,preserveAspectRatio:"none"});return{span:Ht.makeSvgSpan([],[m],e),minWidth:0,height:i}}var u,p,d,f=[],g=Ce[n],x=g[0],y=g[1],b=g[2],v=b/1e3,w=x.length;if(1===w)u=["hide-tail"],p=[g[3]];else if(2===w)u=["halfarrow-left","halfarrow-right"],p=["xMinYMin","xMaxYMin"];else{if(3!==w)throw Error("Correct katexImagesData or update code here to support\n "+w+" children.");u=["brace-left","brace-center","brace-right"],p=["xMinYMin","xMidYMin","xMaxYMin"]}for(var k=0;w>k;k++){var S=new P(x[k]),T=new L([S],{width:"400em",height:v+"em",viewBox:"0 0 "+r+" "+b,preserveAspectRatio:p[k]+" slice"}),M=Ht.makeSvgSpan([u[k]],[T],e);if(1===w)return{span:M,minWidth:y,height:v};M.style.height=v+"em",f.push(M)}return{span:Ht.makeSpan(["stretchy"],f,e),minWidth:y,height:v}}(),n=r.span,o=r.minWidth,a=r.height;return n.height=a,n.style.height=a+"em",o>0&&(n.style.minWidth=o+"em"),n},Ie=function(t,e){var r,n,o,a=Ft(t,"supsub");a?(n=$t(a.base,"accent"),a.base=r=n.base,o=function(t){if(t instanceof N)return t;throw Error("Expected span<HtmlDomNode> but got "+t+".")}(ue(a,e)),a.base=n):r=(n=$t(t,"accent")).base;var i=ue(r,e.havingCrampedStyle()),s=0;if(n.isShifty&&c.isCharacterBox(r)){var l=c.getBaseElem(r);s=H(ue(l,e.havingCrampedStyle())).skew}var h,m=Math.min(i.height,e.fontMetrics().xHeight);if(n.isStretchy)h=Oe(n,e),h=Ht.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:i},{type:"elem",elem:h,wrapperClasses:["svg-align"],wrapperStyle:s>0?{width:"calc(100% - "+2*s+"em)",marginLeft:2*s+"em"}:void 0}]},e);else{var u,p;"\\vec"===n.label?(u=Ht.staticSvg("vec",e),p=Ht.svgData.vec[1]):((u=H(u=Ht.makeOrd({mode:n.mode,text:n.label},e,"textord"))).italic=0,p=u.width),h=Ht.makeSpan(["accent-body"],[u]);var d="\\textcircled"===n.label;d&&(h.classes.push("accent-full"),m=i.height);var f=s;d||(f-=p/2),h.style.left=f+"em","\\textcircled"===n.label&&(h.style.top=".2em"),h=Ht.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:i},{type:"kern",size:-m},{type:"elem",elem:h}]},e)}var g=Ht.makeSpan(["mord","accent"],[h],e);return o?(o.children[0]=g,o.height=Math.max(g.height,o.height),o.classes[0]="mord",o):g},Re=function(t,e){var r=t.isStretchy?Ne(t.label):new ye.MathNode("mo",[be(t.label,t.mode)]),n=new ye.MathNode("mover",[Te(t.base,e),r]);return n.setAttribute("accent","true"),n},Ee=RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map((function(t){return"\\"+t})).join("|"));Qt({type:"accent",names:["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring","\\widecheck","\\widehat","\\widetilde","\\overrightarrow","\\overleftarrow","\\Overrightarrow","\\overleftrightarrow","\\overgroup","\\overlinesegment","\\overleftharpoon","\\overrightharpoon"],props:{numArgs:1},handler:function(t,e){var r=e[0],n=!Ee.test(t.funcName);return{type:"accent",mode:t.parser.mode,label:t.funcName,isStretchy:n,isShifty:!n||"\\widehat"===t.funcName||"\\widetilde"===t.funcName||"\\widecheck"===t.funcName,base:r}},htmlBuilder:Ie,mathmlBuilder:Re}),Qt({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!1},handler:function(t,e){return{type:"accent",mode:t.parser.mode,label:t.funcName,isStretchy:!1,isShifty:!0,base:e[0]}},htmlBuilder:Ie,mathmlBuilder:Re}),Qt({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:function(t,e){return{type:"accentUnder",mode:t.parser.mode,label:t.funcName,base:e[0]}},htmlBuilder:function(t,e){var r=ue(t.base,e),n=Oe(t,e),o="\\utilde"===t.label?.12:0,a=Ht.makeVList({positionType:"bottom",positionData:n.height+o,children:[{type:"elem",elem:n,wrapperClasses:["svg-align"]},{type:"kern",size:o},{type:"elem",elem:r}]},e);return Ht.makeSpan(["mord","accentunder"],[a],e)},mathmlBuilder:function(t,e){var r=Ne(t.label),n=new ye.MathNode("munder",[Te(t.base,e),r]);return n.setAttribute("accentunder","true"),n}});var Le=function(t){var e=new ye.MathNode("mpadded",t?[t]:[]);return e.setAttribute("width","+0.6em"),e.setAttribute("lspace","0.3em"),e};Qt({type:"xArrow",names:["\\xleftarrow","\\xrightarrow","\\xLeftarrow","\\xRightarrow","\\xleftrightarrow","\\xLeftrightarrow","\\xhookleftarrow","\\xhookrightarrow","\\xmapsto","\\xrightharpoondown","\\xrightharpoonup","\\xleftharpoondown","\\xleftharpoonup","\\xrightleftharpoons","\\xleftrightharpoons","\\xlongequal","\\xtwoheadrightarrow","\\xtwoheadleftarrow","\\xtofrom","\\xrightleftarrows","\\xrightequilibrium","\\xleftequilibrium"],props:{numArgs:1,numOptionalArgs:1},handler:function(t,e,r){return{type:"xArrow",mode:t.parser.mode,label:t.funcName,body:e[0],below:r[0]}},htmlBuilder:function(t,e){var r,n=e.style,o=e.havingStyle(n.sup()),a=Ht.wrapFragment(ue(t.body,o,e),e);a.classes.push("x-arrow-pad"),t.below&&(o=e.havingStyle(n.sub()),(r=Ht.wrapFragment(ue(t.below,o,e),e)).classes.push("x-arrow-pad"));var i,s=Oe(t,e),l=-e.fontMetrics().axisHeight+.5*s.height,h=-e.fontMetrics().axisHeight-.5*s.height-.111;if((a.depth>.25||"\\xleftequilibrium"===t.label)&&(h-=a.depth),r){var m=-e.fontMetrics().axisHeight+r.height+.5*s.height+.111;i=Ht.makeVList({positionType:"individualShift",children:[{type:"elem",elem:a,shift:h},{type:"elem",elem:s,shift:l},{type:"elem",elem:r,shift:m}]},e)}else i=Ht.makeVList({positionType:"individualShift",children:[{type:"elem",elem:a,shift:h},{type:"elem",elem:s,shift:l}]},e);return i.children[0].children[0].children[1].classes.push("svg-align"),Ht.makeSpan(["mrel","x-arrow"],[i],e)},mathmlBuilder:function(t,e){var r,n=Ne(t.label);if(t.body){var o=Le(Te(t.body,e));if(t.below){var a=Le(Te(t.below,e));r=new ye.MathNode("munderover",[n,a,o])}else r=new ye.MathNode("mover",[n,o])}else if(t.below){var i=Le(Te(t.below,e));r=new ye.MathNode("munder",[n,i])}else r=Le(),r=new ye.MathNode("mover",[n,r]);return r}}),Qt({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler:function(t,e){for(var r=t.parser,n=$t(e[0],"ordgroup").body,o="",a=0;n.length>a;a++)o+=$t(n[a],"textord").text;var s=parseInt(o);if(isNaN(s))throw new i("\\@char has non-numeric argument "+o);return{type:"textord",mode:r.mode,text:String.fromCharCode(s)}}});var Pe=function(t,e){var r=se(t.body,e.withColor(t.color),!1);return Ht.makeFragment(r)},De=function(t,e){var r=ke(t.body,e.withColor(t.color)),n=new ye.MathNode("mstyle",r);return n.setAttribute("mathcolor",t.color),n};Qt({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,greediness:3,argTypes:["color","original"]},handler:function(t,e){var r=t.parser,n=$t(e[0],"color-token").color;return{type:"color",mode:r.mode,color:n,body:ee(e[1])}},htmlBuilder:Pe,mathmlBuilder:De}),Qt({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,greediness:3,argTypes:["color"]},handler:function(t,e){var r=t.parser,n=t.breakOnTokenText,o=$t(e[0],"color-token").color;r.gullet.macros.set("\\current@color",o);var a=r.parseExpression(!0,n);return{type:"color",mode:r.mode,color:o,body:a}},htmlBuilder:Pe,mathmlBuilder:De}),Qt({type:"cr",names:["\\cr","\\newline"],props:{numArgs:0,numOptionalArgs:1,argTypes:["size"],allowedInText:!0},handler:function(t,e,r){var n=t.parser,o=r[0],a="\\cr"===t.funcName,i=!1;return a||(i=!n.settings.displayMode||!n.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode")),{type:"cr",mode:n.mode,newLine:i,newRow:a,size:o&&$t(o,"size").value}},htmlBuilder:function(t,e){if(t.newRow)throw new i("\\cr valid only within a tabular/array environment");var r=Ht.makeSpan(["mspace"],[],e);return t.newLine&&(r.classes.push("newline"),t.size&&(r.style.marginTop=At(t.size,e)+"em")),r},mathmlBuilder:function(t,e){var r=new ye.MathNode("mspace");return t.newLine&&(r.setAttribute("linebreak","newline"),t.size&&r.setAttribute("height",At(t.size,e)+"em")),r}});var He=function(t,e,r){var n=U(X.math[t]&&X.math[t].replace||t,e,r);if(!n)throw Error("Unsupported symbol "+t+" and font size "+e+".");return n},$e=function(t,e,r,n){var o=r.havingBaseStyle(e),a=Ht.makeSpan(n.concat(o.sizingClasses(r)),[t],r),i=o.sizeMultiplier/r.sizeMultiplier;return a.height*=i,a.depth*=i,a.maxFontSize=o.sizeMultiplier,a},Fe=function(t,e,r){var n=e.havingBaseStyle(r),o=(1-e.sizeMultiplier/n.sizeMultiplier)*e.fontMetrics().axisHeight;t.classes.push("delimcenter"),t.style.top=o+"em",t.height-=o,t.depth+=o},Ve=function(t,e,r,n,o,a){var i=function(t,e,r,n){return Ht.makeSymbol(t,"Size"+e+"-Regular",r,n)}(t,e,o,n),s=$e(Ht.makeSpan(["delimsizing","size"+e],[i],n),w.TEXT,n,a);return r&&Fe(s,n,w.TEXT),s},Ue=function(t,e,r){return{type:"elem",elem:Ht.makeSpan(["delimsizinginner","Size1-Regular"===e?"delim-size1":"delim-size4"],[Ht.makeSpan([],[Ht.makeSymbol(t,e,r)])])}},Ge={type:"kern",size:-.005},Ye=function(t,e,r,n,o,a){var i,s,l,h;i=l=h=t,s=null;var m="Size1-Regular";"\\uparrow"===t?l=h="⏐":"\\Uparrow"===t?l=h="‖":"\\downarrow"===t?i=l="⏐":"\\Downarrow"===t?i=l="‖":"\\updownarrow"===t?(i="\\uparrow",l="⏐",h="\\downarrow"):"\\Updownarrow"===t?(i="\\Uparrow",l="‖",h="\\Downarrow"):"["===t||"\\lbrack"===t?(i="⎡",l="⎢",h="⎣",m="Size4-Regular"):"]"===t||"\\rbrack"===t?(i="⎤",l="⎥",h="⎦",m="Size4-Regular"):"\\lfloor"===t||"⌊"===t?(l=i="⎢",h="⎣",m="Size4-Regular"):"\\lceil"===t||"⌈"===t?(i="⎡",l=h="⎢",m="Size4-Regular"):"\\rfloor"===t||"⌋"===t?(l=i="⎥",h="⎦",m="Size4-Regular"):"\\rceil"===t||"⌉"===t?(i="⎤",l=h="⎥",m="Size4-Regular"):"("===t||"\\lparen"===t?(i="⎛",l="⎜",h="⎝",m="Size4-Regular"):")"===t||"\\rparen"===t?(i="⎞",l="⎟",h="⎠",m="Size4-Regular"):"\\{"===t||"\\lbrace"===t?(i="⎧",s="⎨",h="⎩",l="⎪",m="Size4-Regular"):"\\}"===t||"\\rbrace"===t?(i="⎫",s="⎬",h="⎭",l="⎪",m="Size4-Regular"):"\\lgroup"===t||"⟮"===t?(i="⎧",h="⎩",l="⎪",m="Size4-Regular"):"\\rgroup"===t||"⟯"===t?(i="⎫",h="⎭",l="⎪",m="Size4-Regular"):"\\lmoustache"===t||"⎰"===t?(i="⎧",h="⎭",l="⎪",m="Size4-Regular"):"\\rmoustache"!==t&&"⎱"!==t||(i="⎫",h="⎩",l="⎪",m="Size4-Regular");var c=He(i,m,o),u=c.height+c.depth,p=He(l,m,o),d=p.height+p.depth,f=He(h,m,o),g=f.height+f.depth,x=0,y=1;if(null!==s){var b=He(s,m,o);x=b.height+b.depth,y=2}var v=u+g+x,k=Math.max(0,Math.ceil((e-v)/(y*d))),S=v+k*y*d,T=n.fontMetrics().axisHeight;r&&(T*=n.sizeMultiplier);var M=S/2-T,z=.005*(k+1)-d,A=[];if(A.push(Ue(h,m,o)),null===s)for(var B=0;k>B;B++)A.push(Ge),A.push(Ue(l,m,o));else{for(var C=0;k>C;C++)A.push(Ge),A.push(Ue(l,m,o));A.push({type:"kern",size:z}),A.push(Ue(l,m,o)),A.push(Ge),A.push(Ue(s,m,o));for(var q=0;k>q;q++)A.push(Ge),A.push(Ue(l,m,o))}A.push({type:"kern",size:z}),A.push(Ue(l,m,o)),A.push(Ge),A.push(Ue(i,m,o));var N=n.havingBaseStyle(w.TEXT),O=Ht.makeVList({positionType:"bottom",positionData:M,children:A},N);return $e(Ht.makeSpan(["delimsizing","mult"],[O],N),w.TEXT,n,a)},_e=function(t,e,r,n,o){var a=function(t,e,r){e*=1e3;var n="";switch(t){case"sqrtMain":n=function(t,e){return"M95,"+(622+t+e)+"\nc-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14\nc0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54\nc44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10\ns173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429\nc69,-144,104.5,-217.7,106.5,-221\nl"+t/2.075+" -"+t+"\nc5.3,-9.3,12,-14,20,-14\nH400000v"+(40+t)+"H845.2724\ns-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7\nc-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z\nM"+(834+t)+" "+e+"h400000v"+(40+t)+"h-400000z"}(e,80);break;case"sqrtSize1":n=function(t,e){return"M263,"+(601+t+e)+"c0.7,0,18,39.7,52,119\nc34,79.3,68.167,158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120\nc340,-704.7,510.7,-1060.3,512,-1067\nl"+t/2.084+" -"+t+"\nc4.7,-7.3,11,-11,19,-11\nH40000v"+(40+t)+"H1012.3\ns-271.3,567,-271.3,567c-38.7,80.7,-84,175,-136,283c-52,108,-89.167,185.3,-111.5,232\nc-22.3,46.7,-33.8,70.3,-34.5,71c-4.7,4.7,-12.3,7,-23,7s-12,-1,-12,-1\ns-109,-253,-109,-253c-72.7,-168,-109.3,-252,-110,-252c-10.7,8,-22,16.7,-34,26\nc-22,17.3,-33.3,26,-34,26s-26,-26,-26,-26s76,-59,76,-59s76,-60,76,-60z\nM"+(1001+t)+" "+e+"h400000v"+(40+t)+"h-400000z"}(e,80);break;case"sqrtSize2":n=function(t,e){return"M983 "+(10+t+e)+"\nl"+t/3.13+" -"+t+"\nc4,-6.7,10,-10,18,-10 H400000v"+(40+t)+"\nH1013.1s-83.4,268,-264.1,840c-180.7,572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,7\ns-12,0,-12,0c-1.3,-3.3,-3.7,-11.7,-7,-25c-35.3,-125.3,-106.7,-373.3,-214,-744\nc-10,12,-21,25,-33,39s-32,39,-32,39c-6,-5.3,-15,-14,-27,-26s25,-30,25,-30\nc26.7,-32.7,52,-63,76,-91s52,-60,52,-60s208,722,208,722\nc56,-175.3,126.3,-397.3,211,-666c84.7,-268.7,153.8,-488.2,207.5,-658.5\nc53.7,-170.3,84.5,-266.8,92.5,-289.5z\nM"+(1001+t)+" "+e+"h400000v"+(40+t)+"h-400000z"}(e,80);break;case"sqrtSize3":n=function(t,e){return"M424,"+(2398+t+e)+"\nc-1.3,-0.7,-38.5,-172,-111.5,-514c-73,-342,-109.8,-513.3,-110.5,-514\nc0,-2,-10.7,14.3,-32,49c-4.7,7.3,-9.8,15.7,-15.5,25c-5.7,9.3,-9.8,16,-12.5,20\ns-5,7,-5,7c-4,-3.3,-8.3,-7.7,-13,-13s-13,-13,-13,-13s76,-122,76,-122s77,-121,77,-121\ns209,968,209,968c0,-2,84.7,-361.7,254,-1079c169.3,-717.3,254.7,-1077.7,256,-1081\nl"+t/4.223+" -"+t+"c4,-6.7,10,-10,18,-10 H400000\nv"+(40+t)+"H1014.6\ns-87.3,378.7,-272.6,1166c-185.3,787.3,-279.3,1182.3,-282,1185\nc-2,6,-10,9,-24,9\nc-8,0,-12,-0.7,-12,-2z M"+(1001+t)+" "+e+"\nh400000v"+(40+t)+"h-400000z"}(e,80);break;case"sqrtSize4":n=function(t,e){return"M473,"+(2713+t+e)+"\nc339.3,-1799.3,509.3,-2700,510,-2702 l"+t/5.298+" -"+t+"\nc3.3,-7.3,9.3,-11,18,-11 H400000v"+(40+t)+"H1017.7\ns-90.5,478,-276.2,1466c-185.7,988,-279.5,1483,-281.5,1485c-2,6,-10,9,-24,9\nc-8,0,-12,-0.7,-12,-2c0,-1.3,-5.3,-32,-16,-92c-50.7,-293.3,-119.7,-693.3,-207,-1200\nc0,-1.3,-5.3,8.7,-16,30c-10.7,21.3,-21.3,42.7,-32,64s-16,33,-16,33s-26,-26,-26,-26\ns76,-153,76,-153s77,-151,77,-151c0.7,0.7,35.7,202,105,604c67.3,400.7,102,602.7,104,\n606zM"+(1001+t)+" "+e+"h400000v"+(40+t)+"H1017.7z"}(e,80);break;case"sqrtTall":n=function(t,e,r){return"M702 "+(t+e)+"H400000"+(40+t)+"\nH742v"+(r-54-e-t)+"l-4 4-4 4c-.667.7 -2 1.5-4 2.5s-4.167 1.833-6.5 2.5-5.5 1-9.5 1\nh-12l-28-84c-16.667-52-96.667 -294.333-240-727l-212 -643 -85 170\nc-4-3.333-8.333-7.667-13 -13l-13-13l77-155 77-156c66 199.333 139 419.667\n219 661 l218 661zM702 "+e+"H400000v"+(40+t)+"H742z"}(e,80,r)}return n}(t,n,r),i=new P(t,a),s=new L([i],{width:"400em",height:e+"em",viewBox:"0 0 400000 "+r,preserveAspectRatio:"xMinYMin slice"});return Ht.makeSvgSpan(["hide-tail"],[s],o)},We=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","\\surd"],Xe=["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱"],je=["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"],Ze=[0,1.2,1.8,2.4,3],Ke=[{type:"small",style:w.SCRIPTSCRIPT},{type:"small",style:w.SCRIPT},{type:"small",style:w.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],Je=[{type:"small",style:w.SCRIPTSCRIPT},{type:"small",style:w.SCRIPT},{type:"small",style:w.TEXT},{type:"stack"}],Qe=[{type:"small",style:w.SCRIPTSCRIPT},{type:"small",style:w.SCRIPT},{type:"small",style:w.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],tr=function(t){if("small"===t.type)return"Main-Regular";if("large"===t.type)return"Size"+t.size+"-Regular";if("stack"===t.type)return"Size4-Regular";throw Error("Add support for delim type '"+t.type+"' here.")},er=function(t,e,r,n){for(var o=Math.min(2,3-n.style.size);r.length>o&&"stack"!==r[o].type;o++){var a=He(t,tr(r[o]),"math"),i=a.height+a.depth;if("small"===r[o].type&&(i*=n.havingBaseStyle(r[o].style).sizeMultiplier),i>e)return r[o]}return r[r.length-1]},rr=function(t,e,r,n,o,a){var i;"<"===t||"\\lt"===t||"⟨"===t?t="\\langle":">"!==t&&"\\gt"!==t&&"⟩"!==t||(t="\\rangle"),i=c.contains(je,t)?Ke:c.contains(We,t)?Qe:Je;var s=er(t,e,i,n);return"small"===s.type?function(t,e,r,n,o,a){var i=Ht.makeSymbol(t,"Main-Regular",o,n),s=$e(i,e,n,a);return r&&Fe(s,n,e),s}(t,s.style,r,n,o,a):"large"===s.type?Ve(t,s.size,r,n,o,a):Ye(t,e,r,n,o,a)},nr=function(t,e){var r,n,o=e.havingBaseSizing(),a=er("\\surd",t*o.sizeMultiplier,Qe,o),i=o.sizeMultiplier,s=Math.max(0,e.minRuleThickness-e.fontMetrics().sqrtRuleThickness),l=0,h=0;return"small"===a.type?(1>t?i=1:1.4>t&&(i=.7),h=(1+s)/i,(r=_e("sqrtMain",l=(1+s+.08)/i,1e3+1e3*s+80,s,e)).style.minWidth="0.853em",n=.833/i):"large"===a.type?(h=(Ze[a.size]+s)/i,(r=_e("sqrtSize"+a.size,l=(Ze[a.size]+s+.08)/i,1080*Ze[a.size],s,e)).style.minWidth="1.02em",n=1/i):(h=t+s,(r=_e("sqrtTall",l=t+s+.08,Math.floor(1e3*t+s)+80,s,e)).style.minWidth="0.742em",n=1.056),r.height=h,r.style.height=l+"em",{span:r,advanceWidth:n,ruleWidth:(e.fontMetrics().sqrtRuleThickness+s)*i}},or=function(t,e,r,n,o){if("<"===t||"\\lt"===t||"⟨"===t?t="\\langle":">"!==t&&"\\gt"!==t&&"⟩"!==t||(t="\\rangle"),c.contains(We,t)||c.contains(je,t))return Ve(t,e,!1,r,n,o);if(c.contains(Xe,t))return Ye(t,Ze[e],!1,r,n,o);throw new i("Illegal delimiter: '"+t+"'")},ar=rr,ir=function(t,e,r,n,o,a){var i=n.fontMetrics().axisHeight*n.sizeMultiplier,s=5/n.fontMetrics().ptPerEm,l=Math.max(e-i,r+i);return rr(t,Math.max(l/500*901,2*l-s),!0,n,o,a)},sr={"\\bigl":{mclass:"mopen",size:1},"\\Bigl":{mclass:"mopen",size:2},"\\biggl":{mclass:"mopen",size:3},"\\Biggl":{mclass:"mopen",size:4},"\\bigr":{mclass:"mclose",size:1},"\\Bigr":{mclass:"mclose",size:2},"\\biggr":{mclass:"mclose",size:3},"\\Biggr":{mclass:"mclose",size:4},"\\bigm":{mclass:"mrel",size:1},"\\Bigm":{mclass:"mrel",size:2},"\\biggm":{mclass:"mrel",size:3},"\\Biggm":{mclass:"mrel",size:4},"\\big":{mclass:"mord",size:1},"\\Big":{mclass:"mord",size:2},"\\bigg":{mclass:"mord",size:3},"\\Bigg":{mclass:"mord",size:4}},lr=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","<",">","\\langle","⟨","\\rangle","⟩","\\lt","\\gt","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱","/","\\backslash","|","\\vert","\\|","\\Vert","\\uparrow","\\Uparrow","\\downarrow","\\Downarrow","\\updownarrow","\\Updownarrow","."];function hr(t,e){var r=Gt(t);if(r&&c.contains(lr,r.text))return r;throw new i("Invalid delimiter: '"+(r?r.text:JSON.stringify(t))+"' after '"+e.funcName+"'",t)}function mr(t){if(!t.body)throw Error("Bug: The leftright ParseNode wasn't fully parsed.")}Qt({type:"delimsizing",names:["\\bigl","\\Bigl","\\biggl","\\Biggl","\\bigr","\\Bigr","\\biggr","\\Biggr","\\bigm","\\Bigm","\\biggm","\\Biggm","\\big","\\Big","\\bigg","\\Bigg"],props:{numArgs:1},handler:function(t,e){var r=hr(e[0],t);return{type:"delimsizing",mode:t.parser.mode,size:sr[t.funcName].size,mclass:sr[t.funcName].mclass,delim:r.text}},htmlBuilder:function(t,e){return"."===t.delim?Ht.makeSpan([t.mclass]):or(t.delim,t.size,e,t.mode,[t.mclass])},mathmlBuilder:function(t){var e=[];"."!==t.delim&&e.push(be(t.delim,t.mode));var r=new ye.MathNode("mo",e);return r.setAttribute("fence","mopen"===t.mclass||"mclose"===t.mclass?"true":"false"),r}}),Qt({type:"leftright-right",names:["\\right"],props:{numArgs:1},handler:function(t,e){var r=t.parser.gullet.macros.get("\\current@color");if(r&&"string"!=typeof r)throw new i("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:t.parser.mode,delim:hr(e[0],t).text,color:r}}}),Qt({type:"leftright",names:["\\left"],props:{numArgs:1},handler:function(t,e){var r=hr(e[0],t),n=t.parser;++n.leftrightDepth;var o=n.parseExpression(!1);--n.leftrightDepth,n.expect("\\right",!1);var a=$t(n.parseFunction(),"leftright-right");return{type:"leftright",mode:n.mode,body:o,left:r.text,right:a.delim,rightColor:a.color}},htmlBuilder:function(t,e){mr(t);for(var r,n,o=se(t.body,e,!0,["mopen","mclose"]),a=0,i=0,s=!1,l=0;o.length>l;l++)o[l].isMiddle?s=!0:(a=Math.max(o[l].height,a),i=Math.max(o[l].depth,i));if(a*=e.sizeMultiplier,i*=e.sizeMultiplier,r="."===t.left?ce(e,["mopen"]):ir(t.left,a,i,e,t.mode,["mopen"]),o.unshift(r),s)for(var h=1;o.length>h;h++){var m=o[h].isMiddle;m&&(o[h]=ir(m.delim,a,i,m.options,t.mode,[]))}if("."===t.right)n=ce(e,["mclose"]);else{var c=t.rightColor?e.withColor(t.rightColor):e;n=ir(t.right,a,i,c,t.mode,["mclose"])}return o.push(n),Ht.makeSpan(["minner"],o,e)},mathmlBuilder:function(t,e){mr(t);var r=ke(t.body,e);if("."!==t.left){var n=new ye.MathNode("mo",[be(t.left,t.mode)]);n.setAttribute("fence","true"),r.unshift(n)}if("."!==t.right){var o=new ye.MathNode("mo",[be(t.right,t.mode)]);o.setAttribute("fence","true"),t.rightColor&&o.setAttribute("mathcolor",t.rightColor),r.push(o)}return ve(r)}}),Qt({type:"middle",names:["\\middle"],props:{numArgs:1},handler:function(t,e){var r=hr(e[0],t);if(!t.parser.leftrightDepth)throw new i("\\middle without preceding \\left",r);return{type:"middle",mode:t.parser.mode,delim:r.text}},htmlBuilder:function(t,e){var r;return"."===t.delim?r=ce(e,[]):(r=or(t.delim,1,e,t.mode,[])).isMiddle={delim:t.delim,options:e},r},mathmlBuilder:function(t,e){var r="\\vert"===t.delim||"|"===t.delim?be("|","text"):be(t.delim,t.mode),n=new ye.MathNode("mo",[r]);return n.setAttribute("fence","true"),n.setAttribute("lspace","0.05em"),n.setAttribute("rspace","0.05em"),n}});var cr=function(t,e){var r,n,o=Ht.wrapFragment(ue(t.body,e),e),a=t.label.substr(1),i=e.sizeMultiplier,s=0,l=c.isCharacterBox(t.body);if("sout"===a)(r=Ht.makeSpan(["stretchy","sout"])).height=e.fontMetrics().defaultRuleThickness/i,s=-.5*e.fontMetrics().xHeight;else{/cancel/.test(a)?l||o.classes.push("cancel-pad"):o.classes.push("boxpad");var h=0,m=0;/box/.test(a)?(m=Math.max(e.fontMetrics().fboxrule,e.minRuleThickness),h=e.fontMetrics().fboxsep+("colorbox"===a?0:m)):h=l?.2:0,r=qe(o,a,h,e),/fbox|boxed|fcolorbox/.test(a)&&(r.style.borderStyle="solid",r.style.borderWidth=m+"em"),s=o.depth+h,t.backgroundColor&&(r.style.backgroundColor=t.backgroundColor,t.borderColor&&(r.style.borderColor=t.borderColor))}return n=Ht.makeVList(t.backgroundColor?{positionType:"individualShift",children:[{type:"elem",elem:r,shift:s},{type:"elem",elem:o,shift:0}]}:{positionType:"individualShift",children:[{type:"elem",elem:o,shift:0},{type:"elem",elem:r,shift:s,wrapperClasses:/cancel/.test(a)?["svg-align"]:[]}]},e),/cancel/.test(a)&&(n.height=o.height,n.depth=o.depth),Ht.makeSpan(/cancel/.test(a)&&!l?["mord","cancel-lap"]:["mord"],[n],e)},ur=function(t,e){var r=0,n=new ye.MathNode(t.label.indexOf("colorbox")>-1?"mpadded":"menclose",[Te(t.body,e)]);switch(t.label){case"\\cancel":n.setAttribute("notation","updiagonalstrike");break;case"\\bcancel":n.setAttribute("notation","downdiagonalstrike");break;case"\\sout":n.setAttribute("notation","horizontalstrike");break;case"\\fbox":n.setAttribute("notation","box");break;case"\\fcolorbox":case"\\colorbox":if(r=e.fontMetrics().fboxsep*e.fontMetrics().ptPerEm,n.setAttribute("width","+"+2*r+"pt"),n.setAttribute("height","+"+2*r+"pt"),n.setAttribute("lspace",r+"pt"),n.setAttribute("voffset",r+"pt"),"\\fcolorbox"===t.label){var o=Math.max(e.fontMetrics().fboxrule,e.minRuleThickness);n.setAttribute("style","border: "+o+"em solid "+t.borderColor)}break;case"\\xcancel":n.setAttribute("notation","updiagonalstrike downdiagonalstrike")}return t.backgroundColor&&n.setAttribute("mathbackground",t.backgroundColor),n};Qt({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,greediness:3,argTypes:["color","text"]},handler:function(t,e,r){var n=t.parser,o=t.funcName,a=$t(e[0],"color-token").color;return{type:"enclose",mode:n.mode,label:o,backgroundColor:a,body:e[1]}},htmlBuilder:cr,mathmlBuilder:ur}),Qt({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,greediness:3,argTypes:["color","color","text"]},handler:function(t,e,r){var n=t.parser,o=t.funcName,a=$t(e[0],"color-token").color,i=$t(e[1],"color-token").color;return{type:"enclose",mode:n.mode,label:o,backgroundColor:i,borderColor:a,body:e[2]}},htmlBuilder:cr,mathmlBuilder:ur}),Qt({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler:function(t,e){return{type:"enclose",mode:t.parser.mode,label:"\\fbox",body:e[0]}}}),Qt({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout"],props:{numArgs:1},handler:function(t,e,r){return{type:"enclose",mode:t.parser.mode,label:t.funcName,body:e[0]}},htmlBuilder:cr,mathmlBuilder:ur});var pr={};function dr(t){for(var e=t.type,r=t.names,n=t.htmlBuilder,o=t.mathmlBuilder,a={type:e,numArgs:t.props.numArgs||0,greediness:1,allowedInText:!1,numOptionalArgs:0,handler:t.handler},i=0;r.length>i;++i)pr[r[i]]=a;n&&(Kt[e]=n),o&&(Jt[e]=o)}function fr(t){var e=[];t.consumeSpaces();for(var r=t.fetch().text;"\\hline"===r||"\\hdashline"===r;)t.consume(),e.push("\\hdashline"===r),t.consumeSpaces(),r=t.fetch().text;return e}function gr(t,e,r){var n=e.hskipBeforeAndAfter,o=e.addJot,a=e.cols,s=e.arraystretch,l=e.colSeparationType;if(t.gullet.beginGroup(),t.gullet.macros.set("\\\\","\\cr"),!s){var h=t.gullet.expandMacroAsText("\\arraystretch");if(null==h)s=1;else if(!(s=parseFloat(h))||0>s)throw new i("Invalid \\arraystretch: "+h)}t.gullet.beginGroup();var m=[],c=[m],u=[],p=[];for(p.push(fr(t));;){var d=t.parseExpression(!1,"\\cr");t.gullet.endGroup(),t.gullet.beginGroup(),d={type:"ordgroup",mode:t.mode,body:d},r&&(d={type:"styling",mode:t.mode,style:r,body:[d]}),m.push(d);var f=t.fetch().text;if("&"===f)t.consume();else{if("\\end"===f){1===m.length&&"styling"===d.type&&0===d.body[0].body.length&&c.pop(),c.length+1>p.length&&p.push([]);break}if("\\cr"!==f)throw new i("Expected & or \\\\ or \\cr or \\end",t.nextToken);var g=$t(t.parseFunction(),"cr");u.push(g.size),p.push(fr(t)),c.push(m=[])}}return t.gullet.endGroup(),t.gullet.endGroup(),{type:"array",mode:t.mode,addJot:o,arraystretch:s,body:c,cols:a,rowGaps:u,hskipBeforeAndAfter:n,hLinesBeforeRow:p,colSeparationType:l}}function xr(t){return"d"===t.substr(0,1)?"display":"text"}var yr=function(t,e){var r,n,o=t.body.length,a=t.hLinesBeforeRow,s=0,l=Array(o),h=[],m=Math.max(e.fontMetrics().arrayRuleWidth,e.minRuleThickness),u=1/e.fontMetrics().ptPerEm,p=5*u;t.colSeparationType&&"small"===t.colSeparationType&&(p=e.havingStyle(w.SCRIPT).sizeMultiplier/e.sizeMultiplier*.2778);var d=3*u,f=t.arraystretch*(12*u),g=.7*f,x=.3*f,y=0;function b(t){for(var e=0;t.length>e;++e)e>0&&(y+=.25),h.push({pos:y,isDashed:t[e]})}for(b(a[0]),r=0;t.body.length>r;++r){var v=t.body[r],k=g,S=x;v.length>s&&(s=v.length);var T=Array(v.length);for(n=0;v.length>n;++n){var M=ue(v[n],e);M.depth>S&&(S=M.depth),M.height>k&&(k=M.height),T[n]=M}var z=t.rowGaps[r],A=0;z&&(A=At(z,e))>0&&((A+=x)>S&&(S=A),A=0),t.addJot&&(S+=d),T.height=k,T.depth=S,T.pos=y+=k,y+=S+A,l[r]=T,b(a[r+1])}var B,C,q=y/2+e.fontMetrics().axisHeight,N=t.cols||[],O=[];for(n=0,C=0;s>n||N.length>C;++n,++C){for(var I=N[C]||{},R=!0;"separator"===I.type;){if(R||((B=Ht.makeSpan(["arraycolsep"],[])).style.width=e.fontMetrics().doubleRuleSep+"em",O.push(B)),"|"!==I.separator&&":"!==I.separator)throw new i("Invalid separator type: "+I.separator);var E="|"===I.separator?"solid":"dashed",L=Ht.makeSpan(["vertical-separator"],[],e);L.style.height=y+"em",L.style.borderRightWidth=m+"em",L.style.borderRightStyle=E,L.style.margin="0 -"+m/2+"em",L.style.verticalAlign=-(y-q)+"em",O.push(L),I=N[++C]||{},R=!1}if(s>n){var P=void 0;(n>0||t.hskipBeforeAndAfter)&&0!==(P=c.deflt(I.pregap,p))&&((B=Ht.makeSpan(["arraycolsep"],[])).style.width=P+"em",O.push(B));var D=[];for(r=0;o>r;++r){var H=l[r],$=H[n];if($){var F=H.pos-q;$.depth=H.depth,$.height=H.height,D.push({type:"elem",elem:$,shift:F})}}D=Ht.makeVList({positionType:"individualShift",children:D},e),D=Ht.makeSpan(["col-align-"+(I.align||"c")],[D]),O.push(D),(s-1>n||t.hskipBeforeAndAfter)&&0!==(P=c.deflt(I.postgap,p))&&((B=Ht.makeSpan(["arraycolsep"],[])).style.width=P+"em",O.push(B))}}if(l=Ht.makeSpan(["mtable"],O),h.length>0){for(var V=Ht.makeLineSpan("hline",e,m),U=Ht.makeLineSpan("hdashline",e,m),G=[{type:"elem",elem:l,shift:0}];h.length>0;){var Y=h.pop(),_=Y.pos-q;G.push(Y.isDashed?{type:"elem",elem:U,shift:_}:{type:"elem",elem:V,shift:_})}l=Ht.makeVList({positionType:"individualShift",children:G},e)}return Ht.makeSpan(["mord"],[l],e)},br={c:"center ",l:"left ",r:"right "},vr=function(t,e){var r=new ye.MathNode("mtable",t.body.map((function(t){return new ye.MathNode("mtr",t.map((function(t){return new ye.MathNode("mtd",[Te(t,e)])})))})));r.setAttribute("rowspacing",(.5===t.arraystretch?.1:.16+t.arraystretch-1+(t.addJot?.09:0))+"em");var n="",o="";if(t.cols){var a=t.cols,i="",s=!1,l=0,h=a.length;"separator"===a[0].type&&(n+="top ",l=1),"separator"===a[a.length-1].type&&(n+="bottom ",h-=1);for(var m=l;h>m;m++)"align"===a[m].type?(o+=br[a[m].align],s&&(i+="none "),s=!0):"separator"===a[m].type&&s&&(i+="|"===a[m].separator?"solid ":"dashed ",s=!1);r.setAttribute("columnalign",o.trim()),/[sd]/.test(i)&&r.setAttribute("columnlines",i.trim())}if("align"===t.colSeparationType){for(var c=t.cols||[],u="",p=1;c.length>p;p++)u+=p%2?"0em ":"1em ";r.setAttribute("columnspacing",u.trim())}else r.setAttribute("columnspacing","alignat"===t.colSeparationType?"0em":"small"===t.colSeparationType?"0.2778em":"1em");var d="",f=t.hLinesBeforeRow;n+=f[0].length>0?"left ":"",n+=f[f.length-1].length>0?"right ":"";for(var g=1;f.length-1>g;g++)d+=0===f[g].length?"none ":f[g][0]?"dashed ":"solid ";return/[sd]/.test(d)&&r.setAttribute("rowlines",d.trim()),""!==n&&(r=new ye.MathNode("menclose",[r])).setAttribute("notation",n.trim()),t.arraystretch&&1>t.arraystretch&&(r=new ye.MathNode("mstyle",[r])).setAttribute("scriptlevel","1"),r},wr=function(t,e){var r,n=[],o=gr(t.parser,{cols:n,addJot:!0},"display"),a=0,s={type:"ordgroup",mode:t.mode,body:[]},l=Ft(e[0],"ordgroup");if(l){for(var h="",m=0;l.body.length>m;m++)h+=$t(l.body[m],"textord").text;a=2*(r=Number(h))}var c=!a;o.body.forEach((function(t){for(var e=1;t.length>e;e+=2){var n=$t(t[e],"styling");$t(n.body[0],"ordgroup").body.unshift(s)}if(c)t.length>a&&(a=t.length);else{var o=t.length/2;if(o>r)throw new i("Too many math in a row: expected "+r+", but got "+o,t[0])}}));for(var u=0;a>u;++u){var p="r",d=0;u%2==1?p="l":u>0&&c&&(d=1),n[u]={type:"align",align:p,pregap:d,postgap:0}}return o.colSeparationType=c?"align":"alignat",o};dr({type:"array",names:["array","darray"],props:{numArgs:1},handler:function(t,e){var r=(Gt(e[0])?[e[0]]:$t(e[0],"ordgroup").body).map((function(t){var e=Ut(t).text;if(-1!=="lcr".indexOf(e))return{type:"align",align:e};if("|"===e)return{type:"separator",separator:"|"};if(":"===e)return{type:"separator",separator:":"};throw new i("Unknown column alignment: "+e,t)}));return gr(t.parser,{cols:r,hskipBeforeAndAfter:!0},xr(t.envName))},htmlBuilder:yr,mathmlBuilder:vr}),dr({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix"],props:{numArgs:0},handler:function(t){var e={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[t.envName],r=gr(t.parser,{hskipBeforeAndAfter:!1},xr(t.envName));return e?{type:"leftright",mode:t.mode,body:[r],left:e[0],right:e[1],rightColor:void 0}:r},htmlBuilder:yr,mathmlBuilder:vr}),dr({type:"array",names:["smallmatrix"],props:{numArgs:0},handler:function(t){var e=gr(t.parser,{arraystretch:.5},"script");return e.colSeparationType="small",e},htmlBuilder:yr,mathmlBuilder:vr}),dr({type:"array",names:["subarray"],props:{numArgs:1},handler:function(t,e){var r=(Gt(e[0])?[e[0]]:$t(e[0],"ordgroup").body).map((function(t){var e=Ut(t).text;if(-1!=="lc".indexOf(e))return{type:"align",align:e};throw new i("Unknown column alignment: "+e,t)}));if(r.length>1)throw new i("{subarray} can contain only one column");var n={cols:r,hskipBeforeAndAfter:!1,arraystretch:.5};if((n=gr(t.parser,n,"script")).body[0].length>1)throw new i("{subarray} can contain only one column");return n},htmlBuilder:yr,mathmlBuilder:vr}),dr({type:"array",names:["cases","dcases"],props:{numArgs:0},handler:function(t){var e=gr(t.parser,{arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},xr(t.envName));return{type:"leftright",mode:t.mode,body:[e],left:"\\{",right:".",rightColor:void 0}},htmlBuilder:yr,mathmlBuilder:vr}),dr({type:"array",names:["aligned"],props:{numArgs:0},handler:wr,htmlBuilder:yr,mathmlBuilder:vr}),dr({type:"array",names:["gathered"],props:{numArgs:0},handler:function(t){return gr(t.parser,{cols:[{type:"align",align:"c"}],addJot:!0},"display")},htmlBuilder:yr,mathmlBuilder:vr}),dr({type:"array",names:["alignedat"],props:{numArgs:1},handler:wr,htmlBuilder:yr,mathmlBuilder:vr}),Qt({type:"text",names:["\\hline","\\hdashline"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler:function(t,e){throw new i(t.funcName+" valid only within array environment")}});var kr=pr;Qt({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler:function(t,e){var r=t.parser,n=t.funcName,o=e[0];if("ordgroup"!==o.type)throw new i("Invalid environment name",o);for(var a="",s=0;o.body.length>s;++s)a+=$t(o.body[s],"textord").text;if("\\begin"===n){if(!kr.hasOwnProperty(a))throw new i("No such environment: "+a,o);var l=kr[a],h=r.parseArguments("\\begin{"+a+"}",l),m=l.handler({mode:r.mode,envName:a,parser:r},h.args,h.optArgs);r.expect("\\end",!1);var c=r.nextToken,u=$t(r.parseFunction(),"environment");if(u.name!==a)throw new i("Mismatch: \\begin{"+a+"} matched by \\end{"+u.name+"}",c);return m}return{type:"environment",mode:r.mode,name:a,nameGroup:o}}});var Sr=Ht.makeSpan;function Tr(t,e){var r=se(t.body,e,!0);return Sr([t.mclass],r,e)}function Mr(t,e){var r,n=ke(t.body,e);return"minner"===t.mclass?ye.newDocumentFragment(n):("mord"===t.mclass?t.isCharacterBox?(r=n[0]).type="mi":r=new ye.MathNode("mi",n):(t.isCharacterBox?(r=n[0]).type="mo":r=new ye.MathNode("mo",n),"mbin"===t.mclass?(r.attributes.lspace="0.22em",r.attributes.rspace="0.22em"):"mpunct"===t.mclass?(r.attributes.lspace="0em",r.attributes.rspace="0.17em"):"mopen"!==t.mclass&&"mclose"!==t.mclass||(r.attributes.lspace="0em",r.attributes.rspace="0em")),r)}Qt({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1},handler:function(t,e){var r=e[0];return{type:"mclass",mode:t.parser.mode,mclass:"m"+t.funcName.substr(5),body:ee(r),isCharacterBox:c.isCharacterBox(r)}},htmlBuilder:Tr,mathmlBuilder:Mr});var zr=function(t){var e="ordgroup"===t.type&&t.body.length?t.body[0]:t;return"atom"!==e.type||"bin"!==e.family&&"rel"!==e.family?"mord":"m"+e.family};Qt({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler:function(t,e){return{type:"mclass",mode:t.parser.mode,mclass:zr(e[0]),body:[e[1]],isCharacterBox:c.isCharacterBox(e[1])}}}),Qt({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler:function(t,e){var r,n=t.parser,o=t.funcName,a=e[1],i=e[0];r="\\stackrel"!==o?zr(a):"mrel";var s={type:"op",mode:a.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:"\\stackrel"!==o,body:ee(a)},l={type:"supsub",mode:i.mode,base:s,sup:"\\underset"===o?null:i,sub:"\\underset"===o?i:null};return{type:"mclass",mode:n.mode,mclass:r,body:[l],isCharacterBox:c.isCharacterBox(l)}},htmlBuilder:Tr,mathmlBuilder:Mr});var Ar=function(t,e){var r=e.withFont(t.font);return ue(t.body,r)},Br=function(t,e){var r=e.withFont(t.font);return Te(t.body,r)},Cr={"\\Bbb":"\\mathbb","\\bold":"\\mathbf","\\frak":"\\mathfrak","\\bm":"\\boldsymbol"};Qt({type:"font",names:["\\mathrm","\\mathit","\\mathbf","\\mathnormal","\\mathbb","\\mathcal","\\mathfrak","\\mathscr","\\mathsf","\\mathtt","\\Bbb","\\bold","\\frak"],props:{numArgs:1,greediness:2},handler:function(t,e){var r=e[0],n=t.funcName;return n in Cr&&(n=Cr[n]),{type:"font",mode:t.parser.mode,font:n.slice(1),body:r}},htmlBuilder:Ar,mathmlBuilder:Br}),Qt({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1,greediness:2},handler:function(t,e){var r=t.parser,n=e[0],o=c.isCharacterBox(n);return{type:"mclass",mode:r.mode,mclass:zr(n),body:[{type:"font",mode:r.mode,font:"boldsymbol",body:n}],isCharacterBox:o}}}),Qt({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it"],props:{numArgs:0,allowedInText:!0},handler:function(t,e){var r=t.parser,n=t.funcName,o=r.mode,a=r.parseExpression(!0,t.breakOnTokenText);return{type:"font",mode:o,font:"math"+n.slice(1),body:{type:"ordgroup",mode:r.mode,body:a}}},htmlBuilder:Ar,mathmlBuilder:Br});var qr=function(t,e){var r=e;return"display"===t?r=w.SCRIPT.id>r.id?w.DISPLAY:r.text():"text"===t&&r.size===w.DISPLAY.size?r=w.TEXT:"script"===t?r=w.SCRIPT:"scriptscript"===t&&(r=w.SCRIPTSCRIPT),r},Nr=function(t,e){var r,n=qr(t.size,e.style),o=n.fracNum(),a=n.fracDen();r=e.havingStyle(o);var i=ue(t.numer,r,e);if(t.continued){var s=8.5/e.fontMetrics().ptPerEm,l=3.5/e.fontMetrics().ptPerEm;i.height=s>i.height?s:i.height,i.depth=l>i.depth?l:i.depth}r=e.havingStyle(a);var h,m,c,u,p,d,f,g,x,y,b=ue(t.denom,r,e);if(t.hasBarLine?(t.barSize?(m=At(t.barSize,e),h=Ht.makeLineSpan("frac-line",e,m)):h=Ht.makeLineSpan("frac-line",e),m=h.height,c=h.height):(h=null,m=0,c=e.fontMetrics().defaultRuleThickness),n.size===w.DISPLAY.size||"display"===t.size?(u=e.fontMetrics().num1,p=m>0?3*c:7*c,d=e.fontMetrics().denom1):(m>0?(u=e.fontMetrics().num2,p=c):(u=e.fontMetrics().num3,p=3*c),d=e.fontMetrics().denom2),h){var v=e.fontMetrics().axisHeight;p>u-i.depth-(v+.5*m)&&(u+=p-(u-i.depth-(v+.5*m))),p>v-.5*m-(b.height-d)&&(d+=p-(v-.5*m-(b.height-d))),f=Ht.makeVList({positionType:"individualShift",children:[{type:"elem",elem:b,shift:d},{type:"elem",elem:h,shift:-(v-.5*m)},{type:"elem",elem:i,shift:-u}]},e)}else{var k=u-i.depth-(b.height-d);p>k&&(u+=.5*(p-k),d+=.5*(p-k)),f=Ht.makeVList({positionType:"individualShift",children:[{type:"elem",elem:b,shift:d},{type:"elem",elem:i,shift:-u}]},e)}return r=e.havingStyle(n),f.height*=r.sizeMultiplier/e.sizeMultiplier,f.depth*=r.sizeMultiplier/e.sizeMultiplier,g=n.size===w.DISPLAY.size?e.fontMetrics().delim1:e.fontMetrics().delim2,x=null==t.leftDelim?ce(e,["mopen"]):ar(t.leftDelim,g,!0,e.havingStyle(n),t.mode,["mopen"]),y=t.continued?Ht.makeSpan([]):null==t.rightDelim?ce(e,["mclose"]):ar(t.rightDelim,g,!0,e.havingStyle(n),t.mode,["mclose"]),Ht.makeSpan(["mord"].concat(r.sizingClasses(e)),[x,Ht.makeSpan(["mfrac"],[f]),y],e)},Or=function(t,e){var r=new ye.MathNode("mfrac",[Te(t.numer,e),Te(t.denom,e)]);if(t.hasBarLine){if(t.barSize){var n=At(t.barSize,e);r.setAttribute("linethickness",n+"em")}}else r.setAttribute("linethickness","0px");var o=qr(t.size,e.style);if(o.size!==e.style.size&&((r=new ye.MathNode("mstyle",[r])).setAttribute("displaystyle",o.size===w.DISPLAY.size?"true":"false"),r.setAttribute("scriptlevel","0")),null!=t.leftDelim||null!=t.rightDelim){var a=[];if(null!=t.leftDelim){var i=new ye.MathNode("mo",[new ye.TextNode(t.leftDelim.replace("\\",""))]);i.setAttribute("fence","true"),a.push(i)}if(a.push(r),null!=t.rightDelim){var s=new ye.MathNode("mo",[new ye.TextNode(t.rightDelim.replace("\\",""))]);s.setAttribute("fence","true"),a.push(s)}return ve(a)}return r};Qt({type:"genfrac",names:["\\cfrac","\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,greediness:2},handler:function(t,e){var r,n=t.parser,o=t.funcName,a=e[0],i=e[1],s=null,l=null,h="auto";switch(o){case"\\cfrac":case"\\dfrac":case"\\frac":case"\\tfrac":r=!0;break;case"\\\\atopfrac":r=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":r=!1,s="(",l=")";break;case"\\\\bracefrac":r=!1,s="\\{",l="\\}";break;case"\\\\brackfrac":r=!1,s="[",l="]";break;default:throw Error("Unrecognized genfrac command")}switch(o){case"\\cfrac":case"\\dfrac":case"\\dbinom":h="display";break;case"\\tfrac":case"\\tbinom":h="text"}return{type:"genfrac",mode:n.mode,continued:"\\cfrac"===o,numer:a,denom:i,hasBarLine:r,leftDelim:s,rightDelim:l,size:h,barSize:null}},htmlBuilder:Nr,mathmlBuilder:Or}),Qt({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler:function(t){var e,r=t.parser,n=t.token;switch(t.funcName){case"\\over":e="\\frac";break;case"\\choose":e="\\binom";break;case"\\atop":e="\\\\atopfrac";break;case"\\brace":e="\\\\bracefrac";break;case"\\brack":e="\\\\brackfrac";break;default:throw Error("Unrecognized infix genfrac command")}return{type:"infix",mode:r.mode,replaceWith:e,token:n}}});var Ir=["display","text","script","scriptscript"],Rr=function(t){var e=null;return t.length>0&&(e="."===(e=t)?null:e),e};Qt({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,greediness:6,argTypes:["math","math","size","text","math","math"]},handler:function(t,e){var r=t.parser,n=e[4],o=e[5],a=Ft(e[0],"atom");a&&(a=Vt(e[0],"open"));var i=a?Rr(a.text):null,s=Ft(e[1],"atom");s&&(s=Vt(e[1],"close"));var l,h=s?Rr(s.text):null,m=$t(e[2],"size"),c=null;l=!!m.isBlank||(c=m.value).number>0;var u="auto",p=Ft(e[3],"ordgroup");if(p){if(p.body.length>0){var d=$t(p.body[0],"textord");u=Ir[Number(d.text)]}}else p=$t(e[3],"textord"),u=Ir[Number(p.text)];return{type:"genfrac",mode:r.mode,numer:n,denom:o,continued:!1,hasBarLine:l,barSize:c,leftDelim:i,rightDelim:h,size:u}},htmlBuilder:Nr,mathmlBuilder:Or}),Qt({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler:function(t,e){var r=t.token;return{type:"infix",mode:t.parser.mode,replaceWith:"\\\\abovefrac",size:$t(e[0],"size").value,token:r}}}),Qt({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:function(t,e){var r=t.parser,n=e[0],o=function(t){if(!t)throw Error("Expected non-null, but got "+t);return t}($t(e[1],"infix").size);return{type:"genfrac",mode:r.mode,numer:n,denom:e[2],continued:!1,hasBarLine:o.number>0,barSize:o,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:Nr,mathmlBuilder:Or});var Er=function(t,e){var r,n,o=e.style,a=Ft(t,"supsub");a?(r=a.sup?ue(a.sup,e.havingStyle(o.sup()),e):ue(a.sub,e.havingStyle(o.sub()),e),n=$t(a.base,"horizBrace")):n=$t(t,"horizBrace");var i,s=ue(n.base,e.havingBaseStyle(w.DISPLAY)),l=Oe(n,e);if(n.isOver?(i=Ht.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:s},{type:"kern",size:.1},{type:"elem",elem:l}]},e)).children[0].children[0].children[1].classes.push("svg-align"):(i=Ht.makeVList({positionType:"bottom",positionData:s.depth+.1+l.height,children:[{type:"elem",elem:l},{type:"kern",size:.1},{type:"elem",elem:s}]},e)).children[0].children[0].children[0].classes.push("svg-align"),r){var h=Ht.makeSpan(["mord",n.isOver?"mover":"munder"],[i],e);i=Ht.makeVList(n.isOver?{positionType:"firstBaseline",children:[{type:"elem",elem:h},{type:"kern",size:.2},{type:"elem",elem:r}]}:{positionType:"bottom",positionData:h.depth+.2+r.height+r.depth,children:[{type:"elem",elem:r},{type:"kern",size:.2},{type:"elem",elem:h}]},e)}return Ht.makeSpan(["mord",n.isOver?"mover":"munder"],[i],e)};Qt({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler:function(t,e){var r=t.funcName;return{type:"horizBrace",mode:t.parser.mode,label:r,isOver:/^\\over/.test(r),base:e[0]}},htmlBuilder:Er,mathmlBuilder:function(t,e){var r=Ne(t.label);return new ye.MathNode(t.isOver?"mover":"munder",[Te(t.base,e),r])}}),Qt({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:function(t,e){var r=t.parser,n=e[1],o=$t(e[0],"url").url;return r.settings.isTrusted({command:"\\href",url:o})?{type:"href",mode:r.mode,href:o,body:ee(n)}:r.formatUnsupportedCmd("\\href")},htmlBuilder:function(t,e){var r=se(t.body,e,!1);return Ht.makeAnchor(t.href,[],r,e)},mathmlBuilder:function(t,e){var r=Se(t.body,e);return r instanceof ge||(r=new ge("mrow",[r])),r.setAttribute("href",t.href),r}}),Qt({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:function(t,e){var r=t.parser,n=$t(e[0],"url").url;if(!r.settings.isTrusted({command:"\\url",url:n}))return r.formatUnsupportedCmd("\\url");for(var o=[],a=0;n.length>a;a++){var i=n[a];"~"===i&&(i="\\textasciitilde"),o.push({type:"textord",mode:"text",text:i})}return{type:"href",mode:r.mode,href:n,body:ee({type:"text",mode:r.mode,font:"\\texttt",body:o})}}}),Qt({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInText:!0},handler:function(t,e){return{type:"htmlmathml",mode:t.parser.mode,html:ee(e[0]),mathml:ee(e[1])}},htmlBuilder:function(t,e){var r=se(t.html,e,!1);return Ht.makeFragment(r)},mathmlBuilder:function(t,e){return Se(t.mathml,e)}});var Lr=function(t){if(/^[-+]? *(\d+(\.\d*)?|\.\d+)$/.test(t))return{number:+t,unit:"bp"};var e=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(t);if(!e)throw new i("Invalid size: '"+t+"' in \\includegraphics");var r={number:+(e[1]+e[2]),unit:e[3]};if(!zt(r))throw new i("Invalid unit: '"+r.unit+"' in \\includegraphics.");return r};Qt({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:function(t,e,r){var n=t.parser,o={number:0,unit:"em"},a={number:.9,unit:"em"},s={number:0,unit:"em"},l="";if(r[0])for(var h=$t(r[0],"raw").string.split(","),m=0;h.length>m;m++){var c=h[m].split("=");if(2===c.length){var u=c[1].trim();switch(c[0].trim()){case"alt":l=u;break;case"width":o=Lr(u);break;case"height":a=Lr(u);break;case"totalheight":s=Lr(u);break;default:throw new i("Invalid key: '"+c[0]+"' in \\includegraphics.")}}}var p=$t(e[0],"url").url;return""===l&&(l=(l=(l=p).replace(/^.*[\\/]/,"")).substring(0,l.lastIndexOf("."))),n.settings.isTrusted({command:"\\includegraphics",url:p})?{type:"includegraphics",mode:n.mode,alt:l,width:o,height:a,totalheight:s,src:p}:n.formatUnsupportedCmd("\\includegraphics")},htmlBuilder:function(t,e){var r=At(t.height,e),n=0;t.totalheight.number>0&&(n=At(t.totalheight,e)-r,n=Number(n.toFixed(2)));var o=0;t.width.number>0&&(o=At(t.width,e));var a={height:r+n+"em"};o>0&&(a.width=o+"em"),n>0&&(a.verticalAlign=-n+"em");var i=new I(t.src,t.alt,a);return i.height=r,i.depth=n,i},mathmlBuilder:function(t,e){var r=new ye.MathNode("mglyph",[]);r.setAttribute("alt",t.alt);var n=At(t.height,e),o=0;if(t.totalheight.number>0&&(o=(o=At(t.totalheight,e)-n).toFixed(2),r.setAttribute("valign","-"+o+"em")),r.setAttribute("height",n+o+"em"),t.width.number>0){var a=At(t.width,e);r.setAttribute("width",a+"em")}return r.setAttribute("src",t.src),r}}),Qt({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],allowedInText:!0},handler:function(t,e){var r=t.parser,n=t.funcName,o=$t(e[0],"size");if(r.settings.strict){var a="mu"===o.value.unit;"m"===n[1]?(a||r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" supports only mu units, not "+o.value.unit+" units"),"math"!==r.mode&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" works only in math mode")):a&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" doesn't support mu units")}return{type:"kern",mode:r.mode,dimension:o.value}},htmlBuilder:function(t,e){return Ht.makeGlue(t.dimension,e)},mathmlBuilder:function(t,e){var r=At(t.dimension,e);return new ye.SpaceNode(r)}}),Qt({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:function(t,e){var r=e[0];return{type:"lap",mode:t.parser.mode,alignment:t.funcName.slice(5),body:r}},htmlBuilder:function(t,e){var r;"clap"===t.alignment?(r=Ht.makeSpan([],[ue(t.body,e)]),r=Ht.makeSpan(["inner"],[r],e)):r=Ht.makeSpan(["inner"],[ue(t.body,e)]);var n=Ht.makeSpan(["fix"],[]),o=Ht.makeSpan([t.alignment],[r,n],e),a=Ht.makeSpan(["strut"]);return a.style.height=o.height+o.depth+"em",a.style.verticalAlign=-o.depth+"em",o.children.unshift(a),o=Ht.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:o}]},e),Ht.makeSpan(["mord"],[o],e)},mathmlBuilder:function(t,e){var r=new ye.MathNode("mpadded",[Te(t.body,e)]);return"rlap"!==t.alignment&&r.setAttribute("lspace",("llap"===t.alignment?"-1":"-0.5")+"width"),r.setAttribute("width","0px"),r}}),Qt({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler:function(t,e){var r=t.funcName,n=t.parser,o=n.mode;n.switchMode("math");var a="\\("===r?"\\)":"$",i=n.parseExpression(!1,a);return n.expect(a),n.switchMode(o),{type:"styling",mode:n.mode,style:"text",body:i}}}),Qt({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler:function(t,e){throw new i("Mismatched "+t.funcName)}});var Pr=function(t,e){switch(e.style.size){case w.DISPLAY.size:return t.display;case w.TEXT.size:return t.text;case w.SCRIPT.size:return t.script;case w.SCRIPTSCRIPT.size:return t.scriptscript;default:return t.text}};Qt({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4},handler:function(t,e){return{type:"mathchoice",mode:t.parser.mode,display:ee(e[0]),text:ee(e[1]),script:ee(e[2]),scriptscript:ee(e[3])}},htmlBuilder:function(t,e){var r=Pr(t,e),n=se(r,e,!1);return Ht.makeFragment(n)},mathmlBuilder:function(t,e){var r=Pr(t,e);return Se(r,e)}});var Dr=function(t,e,r,n,o,a,i){var s,l,h;if(t=Ht.makeSpan([],[t]),e){var m=ue(e,n.havingStyle(o.sup()),n);l={elem:m,kern:Math.max(n.fontMetrics().bigOpSpacing1,n.fontMetrics().bigOpSpacing3-m.depth)}}if(r){var c=ue(r,n.havingStyle(o.sub()),n);s={elem:c,kern:Math.max(n.fontMetrics().bigOpSpacing2,n.fontMetrics().bigOpSpacing4-c.height)}}if(l&&s){var u=n.fontMetrics().bigOpSpacing5+s.elem.height+s.elem.depth+s.kern+t.depth+i;h=Ht.makeVList({positionType:"bottom",positionData:u,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:s.elem,marginLeft:-a+"em"},{type:"kern",size:s.kern},{type:"elem",elem:t},{type:"kern",size:l.kern},{type:"elem",elem:l.elem,marginLeft:a+"em"},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}else if(s)h=Ht.makeVList({positionType:"top",positionData:t.height-i,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:s.elem,marginLeft:-a+"em"},{type:"kern",size:s.kern},{type:"elem",elem:t}]},n);else{if(!l)return t;h=Ht.makeVList({positionType:"bottom",positionData:t.depth+i,children:[{type:"elem",elem:t},{type:"kern",size:l.kern},{type:"elem",elem:l.elem,marginLeft:a+"em"},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}return Ht.makeSpan(["mop","op-limits"],[h],n)},Hr=["\\smallint"],$r=function(t,e){var r,n,o,a=!1,i=Ft(t,"supsub");i?(r=i.sup,n=i.sub,o=$t(i.base,"op"),a=!0):o=$t(t,"op");var s,l=e.style,h=!1;if(l.size===w.DISPLAY.size&&o.symbol&&!c.contains(Hr,o.name)&&(h=!0),o.symbol){var m=h?"Size2-Regular":"Size1-Regular",u="";if("\\oiint"!==o.name&&"\\oiiint"!==o.name||(u=o.name.substr(1),o.name="oiint"===u?"\\iint":"\\iiint"),s=Ht.makeSymbol(o.name,m,"math",e,["mop","op-symbol",h?"large-op":"small-op"]),u.length>0){var p=s.italic,d=Ht.staticSvg(u+"Size"+(h?"2":"1"),e);s=Ht.makeVList({positionType:"individualShift",children:[{type:"elem",elem:s,shift:0},{type:"elem",elem:d,shift:h?.08:0}]},e),o.name="\\"+u,s.classes.unshift("mop"),s.italic=p}}else if(o.body){var f=se(o.body,e,!0);1===f.length&&f[0]instanceof E?(s=f[0]).classes[0]="mop":s=Ht.makeSpan(["mop"],Ht.tryCombineChars(f),e)}else{for(var g=[],x=1;o.name.length>x;x++)g.push(Ht.mathsym(o.name[x],o.mode,e));s=Ht.makeSpan(["mop"],g,e)}var y=0,b=0;return(s instanceof E||"\\oiint"===o.name||"\\oiiint"===o.name)&&!o.suppressBaseShift&&(y=(s.height-s.depth)/2-e.fontMetrics().axisHeight,b=s.italic),a?Dr(s,r,n,e,l,b,y):(y&&(s.style.position="relative",s.style.top=y+"em"),s)},Fr=function(t,e){var r;if(t.symbol)r=new ge("mo",[be(t.name,t.mode)]),c.contains(Hr,t.name)&&r.setAttribute("largeop","false");else if(t.body)r=new ge("mo",ke(t.body,e));else{r=new ge("mi",[new xe(t.name.slice(1))]);var n=new ge("mo",[be("","text")]);r=t.parentIsSupSub?new ge("mo",[r,n]):fe([r,n])}return r},Vr={"∏":"\\prod","∐":"\\coprod","∑":"\\sum","⋀":"\\bigwedge","":"\\bigvee","⋂":"\\bigcap","":"\\bigcup","⨀":"\\bigodot","⨁":"\\bigoplus","⨂":"\\bigotimes","⨄":"\\biguplus","⨆":"\\bigsqcup"};Qt({type:"op",names:["\\coprod","\\bigvee","\\bigwedge","\\biguplus","\\bigcap","\\bigcup","\\intop","\\prod","\\sum","\\bigotimes","\\bigoplus","\\bigodot","\\bigsqcup","\\smallint","∏","∐","∑","⋀","","⋂","","⨀","⨁","⨂","⨄","⨆"],props:{numArgs:0},handler:function(t,e){var r=t.funcName;return 1===r.length&&(r=Vr[r]),{type:"op",mode:t.parser.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:r}},htmlBuilder:$r,mathmlBuilder:Fr}),Qt({type:"op",names:["\\mathop"],props:{numArgs:1},handler:function(t,e){return{type:"op",mode:t.parser.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:ee(e[0])}},htmlBuilder:$r,mathmlBuilder:Fr});var Ur={"∫":"\\int","∬":"\\iint","∭":"\\iiint","∮":"\\oint","∯":"\\oiint","∰":"\\oiiint"};Qt({type:"op",names:["\\arcsin","\\arccos","\\arctan","\\arctg","\\arcctg","\\arg","\\ch","\\cos","\\cosec","\\cosh","\\cot","\\cotg","\\coth","\\csc","\\ctg","\\cth","\\deg","\\dim","\\exp","\\hom","\\ker","\\lg","\\ln","\\log","\\sec","\\sin","\\sinh","\\sh","\\tan","\\tanh","\\tg","\\th"],props:{numArgs:0},handler:function(t){return{type:"op",mode:t.parser.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:t.funcName}},htmlBuilder:$r,mathmlBuilder:Fr}),Qt({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler:function(t){return{type:"op",mode:t.parser.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:t.funcName}},htmlBuilder:$r,mathmlBuilder:Fr}),Qt({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","∫","∬","∭","∮","∯","∰"],props:{numArgs:0},handler:function(t){var e=t.funcName;return 1===e.length&&(e=Ur[e]),{type:"op",mode:t.parser.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:e}},htmlBuilder:$r,mathmlBuilder:Fr});var Gr=function(t,e){var r,n,o,a,i=!1,s=Ft(t,"supsub");if(s?(r=s.sup,n=s.sub,o=$t(s.base,"operatorname"),i=!0):o=$t(t,"operatorname"),o.body.length>0){for(var l=o.body.map((function(t){var e=t.text;return"string"==typeof e?{type:"textord",mode:t.mode,text:e}:t})),h=se(l,e.withFont("mathrm"),!0),m=0;h.length>m;m++){var c=h[m];c instanceof E&&(c.text=c.text.replace(/\u2212/,"-").replace(/\u2217/,"*"))}a=Ht.makeSpan(["mop"],h,e)}else a=Ht.makeSpan(["mop"],[],e);return i?Dr(a,r,n,e,e.style,0,0):a};function Yr(t,e,r){for(var n=se(t,e,!1),o=e.sizeMultiplier/r.sizeMultiplier,a=0;n.length>a;a++){var i=n[a].classes.indexOf("sizing");0>i?Array.prototype.push.apply(n[a].classes,e.sizingClasses(r)):n[a].classes[i+1]==="reset-size"+e.size&&(n[a].classes[i+1]="reset-size"+r.size),n[a].height*=o,n[a].depth*=o}return Ht.makeFragment(n)}Qt({type:"operatorname",names:["\\operatorname","\\operatorname*"],props:{numArgs:1},handler:function(t,e){var r=t.funcName;return{type:"operatorname",mode:t.parser.mode,body:ee(e[0]),alwaysHandleSupSub:"\\operatorname*"===r,limits:!1,parentIsSupSub:!1}},htmlBuilder:Gr,mathmlBuilder:function(t,e){for(var r=ke(t.body,e.withFont("mathrm")),n=!0,o=0;r.length>o;o++){var a=r[o];if(a instanceof ye.SpaceNode);else if(a instanceof ye.MathNode)switch(a.type){case"mi":case"mn":case"ms":case"mspace":case"mtext":break;case"mo":var i=a.children[0];1===a.children.length&&i instanceof ye.TextNode?i.text=i.text.replace(/\u2212/,"-").replace(/\u2217/,"*"):n=!1;break;default:n=!1}else n=!1}if(n){var s=r.map((function(t){return t.toText()})).join("");r=[new ye.TextNode(s)]}var l=new ye.MathNode("mi",r);l.setAttribute("mathvariant","normal");var h=new ye.MathNode("mo",[be("","text")]);return t.parentIsSupSub?new ye.MathNode("mo",[l,h]):ye.newDocumentFragment([l,h])}}),te({type:"ordgroup",htmlBuilder:function(t,e){return t.semisimple?Ht.makeFragment(se(t.body,e,!1)):Ht.makeSpan(["mord"],se(t.body,e,!0),e)},mathmlBuilder:function(t,e){return Se(t.body,e,!0)}}),Qt({type:"overline",names:["\\overline"],props:{numArgs:1},handler:function(t,e){return{type:"overline",mode:t.parser.mode,body:e[0]}},htmlBuilder:function(t,e){var r=ue(t.body,e.havingCrampedStyle()),n=Ht.makeLineSpan("overline-line",e),o=e.fontMetrics().defaultRuleThickness,a=Ht.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r},{type:"kern",size:3*o},{type:"elem",elem:n},{type:"kern",size:o}]},e);return Ht.makeSpan(["mord","overline"],[a],e)},mathmlBuilder:function(t,e){var r=new ye.MathNode("mo",[new ye.TextNode("‾")]);r.setAttribute("stretchy","true");var n=new ye.MathNode("mover",[Te(t.body,e),r]);return n.setAttribute("accent","true"),n}}),Qt({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:function(t,e){return{type:"phantom",mode:t.parser.mode,body:ee(e[0])}},htmlBuilder:function(t,e){var r=se(t.body,e.withPhantom(),!1);return Ht.makeFragment(r)},mathmlBuilder:function(t,e){var r=ke(t.body,e);return new ye.MathNode("mphantom",r)}}),Qt({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:function(t,e){return{type:"hphantom",mode:t.parser.mode,body:e[0]}},htmlBuilder:function(t,e){var r=Ht.makeSpan([],[ue(t.body,e.withPhantom())]);if(r.height=0,r.depth=0,r.children)for(var n=0;r.children.length>n;n++)r.children[n].height=0,r.children[n].depth=0;return r=Ht.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},e),Ht.makeSpan(["mord"],[r],e)},mathmlBuilder:function(t,e){var r=ke(ee(t.body),e),n=new ye.MathNode("mphantom",r),o=new ye.MathNode("mpadded",[n]);return o.setAttribute("height","0px"),o.setAttribute("depth","0px"),o}}),Qt({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:function(t,e){return{type:"vphantom",mode:t.parser.mode,body:e[0]}},htmlBuilder:function(t,e){var r=Ht.makeSpan(["inner"],[ue(t.body,e.withPhantom())]),n=Ht.makeSpan(["fix"],[]);return Ht.makeSpan(["mord","rlap"],[r,n],e)},mathmlBuilder:function(t,e){var r=ke(ee(t.body),e),n=new ye.MathNode("mphantom",r),o=new ye.MathNode("mpadded",[n]);return o.setAttribute("width","0px"),o}}),Qt({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler:function(t,e){var r=t.parser,n=$t(e[0],"size").value;return{type:"raisebox",mode:r.mode,dy:n,body:e[1]}},htmlBuilder:function(t,e){var r=ue(t.body,e),n=At(t.dy,e);return Ht.makeVList({positionType:"shift",positionData:-n,children:[{type:"elem",elem:r}]},e)},mathmlBuilder:function(t,e){var r=new ye.MathNode("mpadded",[Te(t.body,e)]);return r.setAttribute("voffset",t.dy.number+t.dy.unit),r}}),Qt({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,argTypes:["size","size","size"]},handler:function(t,e,r){var n=t.parser,o=r[0],a=$t(e[0],"size"),i=$t(e[1],"size");return{type:"rule",mode:n.mode,shift:o&&$t(o,"size").value,width:a.value,height:i.value}},htmlBuilder:function(t,e){var r=Ht.makeSpan(["mord","rule"],[],e),n=At(t.width,e),o=At(t.height,e),a=t.shift?At(t.shift,e):0;return r.style.borderRightWidth=n+"em",r.style.borderTopWidth=o+"em",r.style.bottom=a+"em",r.width=n,r.height=o+a,r.depth=-a,r.maxFontSize=1.125*o*e.sizeMultiplier,r},mathmlBuilder:function(t,e){var r=At(t.width,e),n=At(t.height,e),o=t.shift?At(t.shift,e):0,a=e.color&&e.getColor()||"black",i=new ye.MathNode("mspace");i.setAttribute("mathbackground",a),i.setAttribute("width",r+"em"),i.setAttribute("height",n+"em");var s=new ye.MathNode("mpadded",[i]);return 0>o?(s.setAttribute("height",o+"em"),s.setAttribute("depth","+"+-o+"em")):s.setAttribute("height","+"+o+"em"),s.setAttribute("voffset",o+"em"),s}});var _r=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"];Qt({type:"sizing",names:_r,props:{numArgs:0,allowedInText:!0},handler:function(t,e){var r=t.funcName,n=t.parser,o=n.parseExpression(!1,t.breakOnTokenText);return{type:"sizing",mode:n.mode,size:_r.indexOf(r)+1,body:o}},htmlBuilder:function(t,e){var r=e.havingSize(t.size);return Yr(t.body,r,e)},mathmlBuilder:function(t,e){var r=e.havingSize(t.size),n=ke(t.body,r),o=new ye.MathNode("mstyle",n);return o.setAttribute("mathsize",r.sizeMultiplier+"em"),o}}),Qt({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:function(t,e,r){var n=t.parser,o=!1,a=!1,i=r[0]&&$t(r[0],"ordgroup");if(i)for(var s="",l=0;i.body.length>l;++l)if("t"===(s=i.body[l].text))o=!0;else{if("b"!==s){o=!1,a=!1;break}a=!0}else o=!0,a=!0;return{type:"smash",mode:n.mode,body:e[0],smashHeight:o,smashDepth:a}},htmlBuilder:function(t,e){var r=Ht.makeSpan([],[ue(t.body,e)]);if(!t.smashHeight&&!t.smashDepth)return r;if(t.smashHeight&&(r.height=0,r.children))for(var n=0;r.children.length>n;n++)r.children[n].height=0;if(t.smashDepth&&(r.depth=0,r.children))for(var o=0;r.children.length>o;o++)r.children[o].depth=0;var a=Ht.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},e);return Ht.makeSpan(["mord"],[a],e)},mathmlBuilder:function(t,e){var r=new ye.MathNode("mpadded",[Te(t.body,e)]);return t.smashHeight&&r.setAttribute("height","0px"),t.smashDepth&&r.setAttribute("depth","0px"),r}}),Qt({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler:function(t,e,r){return{type:"sqrt",mode:t.parser.mode,body:e[0],index:r[0]}},htmlBuilder:function(t,e){var r=ue(t.body,e.havingCrampedStyle());0===r.height&&(r.height=e.fontMetrics().xHeight),r=Ht.wrapFragment(r,e);var n=e.fontMetrics().defaultRuleThickness,o=n;w.TEXT.id>e.style.id&&(o=e.fontMetrics().xHeight);var a=n+o/4,i=nr(r.height+r.depth+a+n,e),s=i.span,l=i.ruleWidth,h=s.height-l;h>r.height+r.depth+a&&(a=(a+h-r.height-r.depth)/2);var m=s.height-r.height-a-l;r.style.paddingLeft=i.advanceWidth+"em";var c=Ht.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r,wrapperClasses:["svg-align"]},{type:"kern",size:-(r.height+m)},{type:"elem",elem:s},{type:"kern",size:l}]},e);if(t.index){var u=e.havingStyle(w.SCRIPTSCRIPT),p=ue(t.index,u,e),d=Ht.makeVList({positionType:"shift",positionData:-.6*(c.height-c.depth),children:[{type:"elem",elem:p}]},e),f=Ht.makeSpan(["root"],[d]);return Ht.makeSpan(["mord","sqrt"],[f,c],e)}return Ht.makeSpan(["mord","sqrt"],[c],e)},mathmlBuilder:function(t,e){var r=t.body,n=t.index;return n?new ye.MathNode("mroot",[Te(r,e),Te(n,e)]):new ye.MathNode("msqrt",[Te(r,e)])}});var Wr={display:w.DISPLAY,text:w.TEXT,script:w.SCRIPT,scriptscript:w.SCRIPTSCRIPT};Qt({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0},handler:function(t,e){var r=t.funcName,n=t.parser,o=n.parseExpression(!0,t.breakOnTokenText),a=r.slice(1,r.length-5);return{type:"styling",mode:n.mode,style:a,body:o}},htmlBuilder:function(t,e){var r=e.havingStyle(Wr[t.style]).withFont("");return Yr(t.body,r,e)},mathmlBuilder:function(t,e){var r=e.havingStyle(Wr[t.style]),n=ke(t.body,r),o=new ye.MathNode("mstyle",n),a={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]}[t.style];return o.setAttribute("scriptlevel",a[0]),o.setAttribute("displaystyle",a[1]),o}}),te({type:"supsub",htmlBuilder:function(t,e){var r=function(t,e){var r=t.base;return r?"op"===r.type?r.limits&&(e.style.size===w.DISPLAY.size||r.alwaysHandleSupSub)?$r:null:"operatorname"===r.type?r.alwaysHandleSupSub&&(e.style.size===w.DISPLAY.size||r.limits)?Gr:null:"accent"===r.type?c.isCharacterBox(r.base)?Ie:null:"horizBrace"===r.type&&!t.sub===r.isOver?Er:null:null}(t,e);if(r)return r(t,e);var n,o,a,i=t.base,s=t.sup,l=t.sub,h=ue(i,e),m=e.fontMetrics(),u=0,p=0,d=i&&c.isCharacterBox(i);if(s){var f=e.havingStyle(e.style.sup());n=ue(s,f,e),d||(u=h.height-f.fontMetrics().supDrop*f.sizeMultiplier/e.sizeMultiplier)}if(l){var g=e.havingStyle(e.style.sub());o=ue(l,g,e),d||(p=h.depth+g.fontMetrics().subDrop*g.sizeMultiplier/e.sizeMultiplier)}a=e.style===w.DISPLAY?m.sup1:e.style.cramped?m.sup3:m.sup2;var x,y=.5/m.ptPerEm/e.sizeMultiplier+"em",b=null;if(o&&(h instanceof E||t.base&&"op"===t.base.type&&t.base.name&&("\\oiint"===t.base.name||"\\oiiint"===t.base.name))&&(b=-h.italic+"em"),n&&o){var v=4*m.defaultRuleThickness;if(v>(u=Math.max(u,a,n.depth+.25*m.xHeight))-n.depth-(o.height-(p=Math.max(p,m.sub2)))){p=v-(u-n.depth)+o.height;var k=.8*m.xHeight-(u-n.depth);k>0&&(u+=k,p-=k)}x=Ht.makeVList({positionType:"individualShift",children:[{type:"elem",elem:o,shift:p,marginRight:y,marginLeft:b},{type:"elem",elem:n,shift:-u,marginRight:y}]},e)}else if(o)x=Ht.makeVList({positionType:"shift",positionData:p=Math.max(p,m.sub1,o.height-.8*m.xHeight),children:[{type:"elem",elem:o,marginLeft:b,marginRight:y}]},e);else{if(!n)throw Error("supsub must have either sup or sub.");x=Ht.makeVList({positionType:"shift",positionData:-(u=Math.max(u,a,n.depth+.25*m.xHeight)),children:[{type:"elem",elem:n,marginRight:y}]},e)}var S=me(h,"right")||"mord";return Ht.makeSpan([S],[h,Ht.makeSpan(["msupsub"],[x])],e)},mathmlBuilder:function(t,e){var r,n=!1,o=Ft(t.base,"horizBrace");o&&!!t.sup===o.isOver&&(n=!0,r=o.isOver),!t.base||"op"!==t.base.type&&"operatorname"!==t.base.type||(t.base.parentIsSupSub=!0);var a,i=[Te(t.base,e)];if(t.sub&&i.push(Te(t.sub,e)),t.sup&&i.push(Te(t.sup,e)),n)a=r?"mover":"munder";else if(t.sub)if(t.sup){var s=t.base;a=s&&"op"===s.type&&s.limits&&e.style===w.DISPLAY||s&&"operatorname"===s.type&&s.alwaysHandleSupSub&&(e.style===w.DISPLAY||s.limits)?"munderover":"msubsup"}else{var l=t.base;a=l&&"op"===l.type&&l.limits&&(e.style===w.DISPLAY||l.alwaysHandleSupSub)||l&&"operatorname"===l.type&&l.alwaysHandleSupSub&&(l.limits||e.style===w.DISPLAY)?"munder":"msub"}else{var h=t.base;a=h&&"op"===h.type&&h.limits&&(e.style===w.DISPLAY||h.alwaysHandleSupSub)||h&&"operatorname"===h.type&&h.alwaysHandleSupSub&&(h.limits||e.style===w.DISPLAY)?"mover":"msup"}return new ye.MathNode(a,i)}}),te({type:"atom",htmlBuilder:function(t,e){return Ht.mathsym(t.text,t.mode,e,["m"+t.family])},mathmlBuilder:function(t,e){var r=new ye.MathNode("mo",[be(t.text,t.mode)]);if("bin"===t.family){var n=we(t,e);"bold-italic"===n&&r.setAttribute("mathvariant",n)}else"punct"===t.family?r.setAttribute("separator","true"):"open"!==t.family&&"close"!==t.family||r.setAttribute("stretchy","false");return r}});var Xr={mi:"italic",mn:"normal",mtext:"normal"};te({type:"mathord",htmlBuilder:function(t,e){return Ht.makeOrd(t,e,"mathord")},mathmlBuilder:function(t,e){var r=new ye.MathNode("mi",[be(t.text,t.mode,e)]),n=we(t,e)||"italic";return n!==Xr[r.type]&&r.setAttribute("mathvariant",n),r}}),te({type:"textord",htmlBuilder:function(t,e){return Ht.makeOrd(t,e,"textord")},mathmlBuilder:function(t,e){var r,n=be(t.text,t.mode,e),o=we(t,e)||"normal";return r=new ye.MathNode("text"===t.mode?"mtext":/[0-9]/.test(t.text)?"mn":"\\prime"===t.text?"mo":"mi",[n]),o!==Xr[r.type]&&r.setAttribute("mathvariant",o),r}});var jr={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},Zr={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};te({type:"spacing",htmlBuilder:function(t,e){if(Zr.hasOwnProperty(t.text)){var r=Zr[t.text].className||"";if("text"===t.mode){var n=Ht.makeOrd(t,e,"textord");return n.classes.push(r),n}return Ht.makeSpan(["mspace",r],[Ht.mathsym(t.text,t.mode,e)],e)}if(jr.hasOwnProperty(t.text))return Ht.makeSpan(["mspace",jr[t.text]],[],e);throw new i('Unknown type of space "'+t.text+'"')},mathmlBuilder:function(t,e){if(!Zr.hasOwnProperty(t.text)){if(jr.hasOwnProperty(t.text))return new ye.MathNode("mspace");throw new i('Unknown type of space "'+t.text+'"')}return new ye.MathNode("mtext",[new ye.TextNode(" ")])}});var Kr=function(){var t=new ye.MathNode("mtd",[]);return t.setAttribute("width","50%"),t};te({type:"tag",mathmlBuilder:function(t,e){var r=new ye.MathNode("mtable",[new ye.MathNode("mtr",[Kr(),new ye.MathNode("mtd",[Se(t.body,e)]),Kr(),new ye.MathNode("mtd",[Se(t.tag,e)])])]);return r.setAttribute("width","100%"),r}});var Jr={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},Qr={"\\textbf":"textbf","\\textmd":"textmd"},tn={"\\textit":"textit","\\textup":"textup"},en=function(t,e){var r=t.font;return r?Jr[r]?e.withTextFontFamily(Jr[r]):Qr[r]?e.withTextFontWeight(Qr[r]):e.withTextFontShape(tn[r]):e};Qt({type:"text",names:["\\text","\\textrm","\\textsf","\\texttt","\\textnormal","\\textbf","\\textmd","\\textit","\\textup"],props:{numArgs:1,argTypes:["text"],greediness:2,allowedInText:!0},handler:function(t,e){var r=t.funcName;return{type:"text",mode:t.parser.mode,body:ee(e[0]),font:r}},htmlBuilder:function(t,e){var r=en(t,e),n=se(t.body,r,!0);return Ht.makeSpan(["mord","text"],Ht.tryCombineChars(n),r)},mathmlBuilder:function(t,e){var r=en(t,e);return Se(t.body,r)}}),Qt({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler:function(t,e){return{type:"underline",mode:t.parser.mode,body:e[0]}},htmlBuilder:function(t,e){var r=ue(t.body,e),n=Ht.makeLineSpan("underline-line",e),o=e.fontMetrics().defaultRuleThickness,a=Ht.makeVList({positionType:"top",positionData:r.height,children:[{type:"kern",size:o},{type:"elem",elem:n},{type:"kern",size:3*o},{type:"elem",elem:r}]},e);return Ht.makeSpan(["mord","underline"],[a],e)},mathmlBuilder:function(t,e){var r=new ye.MathNode("mo",[new ye.TextNode("‾")]);r.setAttribute("stretchy","true");var n=new ye.MathNode("munder",[Te(t.body,e),r]);return n.setAttribute("accentunder","true"),n}}),Qt({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler:function(t,e,r){throw new i("\\verb ended by end of line instead of matching delimiter")},htmlBuilder:function(t,e){for(var r=rn(t),n=[],o=e.havingStyle(e.style.text()),a=0;r.length>a;a++){var i=r[a];"~"===i&&(i="\\textasciitilde"),n.push(Ht.makeSymbol(i,"Typewriter-Regular",t.mode,o,["mord","texttt"]))}return Ht.makeSpan(["mord","text"].concat(o.sizingClasses(e)),Ht.tryCombineChars(n),o)},mathmlBuilder:function(t,e){var r=new ye.TextNode(rn(t)),n=new ye.MathNode("mtext",[r]);return n.setAttribute("mathvariant","monospace"),n}});var rn=function(t){return t.body.replace(/ /g,t.star?"␣":" ")},nn=Zt,on=/^(\\[a-zA-Z@]+)[ \r\n ]*$/,an=/[̀-ͯ]+$/,sn=function(){function t(t,e){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=t,this.settings=e,this.tokenRegex=/([ \r\n ]+)|([!-\[\]-‧‪-퟿豈-￿][̀-ͯ]*|[\ud800-\udbff][\udc00-\udfff][̀-ͯ]*|\\verb\*([^]).*?\3|\\verb([^*a-zA-Z]).*?\4|\\operatorname\*|\\[a-zA-Z@]+[ \r\n ]*|\\[^\ud800-\udfff])/g,this.catcodes={"%":14}}var e=t.prototype;return e.setCatcode=function(t,e){this.catcodes[t]=e},e.lex=function(){var t=this.input,e=this.tokenRegex.lastIndex;if(e===t.length)return new o("EOF",new n(this,e,e));var r=this.tokenRegex.exec(t);if(null===r||r.index!==e)throw new i("Unexpected character: '"+t[e]+"'",new o(t[e],new n(this,e,e+1)));var a=r[2]||" ";if(14===this.catcodes[a]){var s=t.indexOf("\n",this.tokenRegex.lastIndex);return-1===s?(this.tokenRegex.lastIndex=t.length,this.settings.reportNonstrict("commentAtEnd","% comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $)")):this.tokenRegex.lastIndex=s+1,this.lex()}var l=a.match(on);return l&&(a=l[1]),new o(a,new n(this,e,this.tokenRegex.lastIndex))},t}(),ln=function(){function t(t,e){void 0===t&&(t={}),void 0===e&&(e={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=e,this.builtins=t,this.undefStack=[]}var e=t.prototype;return e.beginGroup=function(){this.undefStack.push({})},e.endGroup=function(){if(0===this.undefStack.length)throw new i("Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug");var t=this.undefStack.pop();for(var e in t)t.hasOwnProperty(e)&&(void 0===t[e]?delete this.current[e]:this.current[e]=t[e])},e.has=function(t){return this.current.hasOwnProperty(t)||this.builtins.hasOwnProperty(t)},e.get=function(t){return this.current.hasOwnProperty(t)?this.current[t]:this.builtins[t]},e.set=function(t,e,r){if(void 0===r&&(r=!1),r){for(var n=0;this.undefStack.length>n;n++)delete this.undefStack[n][t];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][t]=e)}else{var o=this.undefStack[this.undefStack.length-1];o&&!o.hasOwnProperty(t)&&(o[t]=this.current[t])}this.current[t]=e},t}(),hn={},mn=hn;function cn(t,e){hn[t]=e}cn("\\@firstoftwo",(function(t){return{tokens:t.consumeArgs(2)[0],numArgs:0}})),cn("\\@secondoftwo",(function(t){return{tokens:t.consumeArgs(2)[1],numArgs:0}})),cn("\\@ifnextchar",(function(t){var e=t.consumeArgs(3),r=t.future();return 1===e[0].length&&e[0][0].text===r.text?{tokens:e[1],numArgs:0}:{tokens:e[2],numArgs:0}})),cn("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}"),cn("\\TextOrMath",(function(t){var e=t.consumeArgs(2);return"text"===t.mode?{tokens:e[0],numArgs:0}:{tokens:e[1],numArgs:0}}));var un={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,A:10,b:11,B:11,c:12,C:12,d:13,D:13,e:14,E:14,f:15,F:15};cn("\\char",(function(t){var e,r=t.popToken(),n="";if("'"===r.text)e=8,r=t.popToken();else if('"'===r.text)e=16,r=t.popToken();else if("`"===r.text)if("\\"===(r=t.popToken()).text[0])n=r.text.charCodeAt(1);else{if("EOF"===r.text)throw new i("\\char` missing argument");n=r.text.charCodeAt(0)}else e=10;if(e){if(null==(n=un[r.text])||n>=e)throw new i("Invalid base-"+e+" digit "+r.text);for(var o;null!=(o=un[t.future().text])&&e>o;)n*=e,n+=o,t.popToken()}return"\\@char{"+n+"}"}));var pn=function(t,e){var r=t.consumeArgs(1)[0];if(1!==r.length)throw new i("\\gdef's first argument must be a macro name");var n=r[0].text,o=0;for(r=t.consumeArgs(1)[0];1===r.length&&"#"===r[0].text;){if(1!==(r=t.consumeArgs(1)[0]).length)throw new i('Invalid argument number length "'+r.length+'"');if(!/^[1-9]$/.test(r[0].text))throw new i('Invalid argument number "'+r[0].text+'"');if(o++,parseInt(r[0].text)!==o)throw new i('Argument number "'+r[0].text+'" out of order');r=t.consumeArgs(1)[0]}return t.macros.set(n,{tokens:r,numArgs:o},e),""};cn("\\gdef",(function(t){return pn(t,!0)})),cn("\\def",(function(t){return pn(t,!1)})),cn("\\global",(function(t){var e=t.consumeArgs(1)[0];if(1!==e.length)throw new i("Invalid command after \\global");var r=e[0].text;if("\\def"===r)return pn(t,!0);throw new i("Invalid command '"+r+"' after \\global")}));var dn=function(t,e,r){var n=t.consumeArgs(1)[0];if(1!==n.length)throw new i("\\newcommand's first argument must be a macro name");var o=n[0].text,a=t.isDefined(o);if(a&&!e)throw new i("\\newcommand{"+o+"} attempting to redefine "+o+"; use \\renewcommand");if(!a&&!r)throw new i("\\renewcommand{"+o+"} when command "+o+" does not yet exist; use \\newcommand");var s=0;if(1===(n=t.consumeArgs(1)[0]).length&&"["===n[0].text){for(var l="",h=t.expandNextToken();"]"!==h.text&&"EOF"!==h.text;)l+=h.text,h=t.expandNextToken();if(!l.match(/^\s*[0-9]+\s*$/))throw new i("Invalid number of arguments: "+l);s=parseInt(l),n=t.consumeArgs(1)[0]}return t.macros.set(o,{tokens:n,numArgs:s}),""};cn("\\newcommand",(function(t){return dn(t,!1,!0)})),cn("\\renewcommand",(function(t){return dn(t,!0,!1)})),cn("\\providecommand",(function(t){return dn(t,!0,!0)})),cn("\\bgroup","{"),cn("\\egroup","}"),cn("\\lq","`"),cn("\\rq","'"),cn("\\aa","\\r a"),cn("\\AA","\\r A"),cn("\\textcopyright","\\html@mathml{\\textcircled{c}}{\\char`©}"),cn("\\copyright","\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}"),cn("\\textregistered","\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`®}"),cn("","\\mathscr{B}"),cn("","\\mathscr{E}"),cn("","\\mathscr{F}"),cn("","\\mathscr{H}"),cn("","\\mathscr{I}"),cn("","\\mathscr{L}"),cn("","\\mathscr{M}"),cn("","\\mathscr{R}"),cn("","\\mathfrak{C}"),cn("","\\mathfrak{H}"),cn("","\\mathfrak{Z}"),cn("\\Bbbk","\\Bbb{k}"),cn("·","\\cdotp"),cn("\\llap","\\mathllap{\\textrm{#1}}"),cn("\\rlap","\\mathrlap{\\textrm{#1}}"),cn("\\clap","\\mathclap{\\textrm{#1}}"),cn("\\not",'\\html@mathml{\\mathrel{\\mathrlap\\@not}}{\\char"338}'),cn("\\neq","\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`≠}}"),cn("\\ne","\\neq"),cn("≠","\\neq"),cn("\\notin","\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`∉}}"),cn("∉","\\notin"),cn("≘","\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`≘}}"),cn("≙","\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`≘}}"),cn("≚","\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`≚}}"),cn("≛","\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`≛}}"),cn("≝","\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`≝}}"),cn("≞","\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`≞}}"),cn("≟","\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`≟}}"),cn("⟂","\\perp"),cn("‼","\\mathclose{!\\mkern-0.8mu!}"),cn("∌","\\notni"),cn("⌜","\\ulcorner"),cn("⌝","\\urcorner"),cn("⌞","\\llcorner"),cn("⌟","\\lrcorner"),cn("©","\\copyright"),cn("®","\\textregistered"),cn("","\\textregistered"),cn("\\vdots","\\mathord{\\varvdots\\rule{0pt}{15pt}}"),cn("⋮","\\vdots"),cn("\\varGamma","\\mathit{\\Gamma}"),cn("\\varDelta","\\mathit{\\Delta}"),cn("\\varTheta","\\mathit{\\Theta}"),cn("\\varLambda","\\mathit{\\Lambda}"),cn("\\varXi","\\mathit{\\Xi}"),cn("\\varPi","\\mathit{\\Pi}"),cn("\\varSigma","\\mathit{\\Sigma}"),cn("\\varUpsilon","\\mathit{\\Upsilon}"),cn("\\varPhi","\\mathit{\\Phi}"),cn("\\varPsi","\\mathit{\\Psi}"),cn("\\varOmega","\\mathit{\\Omega}"),cn("\\substack","\\begin{subarray}{c}#1\\end{subarray}"),cn("\\colon","\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu"),cn("\\boxed","\\fbox{$\\displaystyle{#1}$}"),cn("\\iff","\\DOTSB\\;\\Longleftrightarrow\\;"),cn("\\implies","\\DOTSB\\;\\Longrightarrow\\;"),cn("\\impliedby","\\DOTSB\\;\\Longleftarrow\\;");var fn={",":"\\dotsc","\\not":"\\dotsb","+":"\\dotsb","=":"\\dotsb","<":"\\dotsb",">":"\\dotsb","-":"\\dotsb","*":"\\dotsb",":":"\\dotsb","\\DOTSB":"\\dotsb","\\coprod":"\\dotsb","\\bigvee":"\\dotsb","\\bigwedge":"\\dotsb","\\biguplus":"\\dotsb","\\bigcap":"\\dotsb","\\bigcup":"\\dotsb","\\prod":"\\dotsb","\\sum":"\\dotsb","\\bigotimes":"\\dotsb","\\bigoplus":"\\dotsb","\\bigodot":"\\dotsb","\\bigsqcup":"\\dotsb","\\And":"\\dotsb","\\longrightarrow":"\\dotsb","\\Longrightarrow":"\\dotsb","\\longleftarrow":"\\dotsb","\\Longleftarrow":"\\dotsb","\\longleftrightarrow":"\\dotsb","\\Longleftrightarrow":"\\dotsb","\\mapsto":"\\dotsb","\\longmapsto":"\\dotsb","\\hookrightarrow":"\\dotsb","\\doteq":"\\dotsb","\\mathbin":"\\dotsb","\\mathrel":"\\dotsb","\\relbar":"\\dotsb","\\Relbar":"\\dotsb","\\xrightarrow":"\\dotsb","\\xleftarrow":"\\dotsb","\\DOTSI":"\\dotsi","\\int":"\\dotsi","\\oint":"\\dotsi","\\iint":"\\dotsi","\\iiint":"\\dotsi","\\iiiint":"\\dotsi","\\idotsint":"\\dotsi","\\DOTSX":"\\dotsx"};cn("\\dots",(function(t){var e="\\dotso",r=t.expandAfterFuture().text;return r in fn?e=fn[r]:("\\not"===r.substr(0,4)||r in X.math&&c.contains(["bin","rel"],X.math[r].group))&&(e="\\dotsb"),e}));var gn={")":!0,"]":!0,"\\rbrack":!0,"\\}":!0,"\\rbrace":!0,"\\rangle":!0,"\\rceil":!0,"\\rfloor":!0,"\\rgroup":!0,"\\rmoustache":!0,"\\right":!0,"\\bigr":!0,"\\biggr":!0,"\\Bigr":!0,"\\Biggr":!0,$:!0,";":!0,".":!0,",":!0};cn("\\dotso",(function(t){return t.future().text in gn?"\\ldots\\,":"\\ldots"})),cn("\\dotsc",(function(t){var e=t.future().text;return e in gn&&","!==e?"\\ldots\\,":"\\ldots"})),cn("\\cdots",(function(t){return t.future().text in gn?"\\@cdots\\,":"\\@cdots"})),cn("\\dotsb","\\cdots"),cn("\\dotsm","\\cdots"),cn("\\dotsi","\\!\\cdots"),cn("\\dotsx","\\ldots\\,"),cn("\\DOTSI","\\relax"),cn("\\DOTSB","\\relax"),cn("\\DOTSX","\\relax"),cn("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax"),cn("\\,","\\tmspace+{3mu}{.1667em}"),cn("\\thinspace","\\,"),cn("\\>","\\mskip{4mu}"),cn("\\:","\\tmspace+{4mu}{.2222em}"),cn("\\medspace","\\:"),cn("\\;","\\tmspace+{5mu}{.2777em}"),cn("\\thickspace","\\;"),cn("\\!","\\tmspace-{3mu}{.1667em}"),cn("\\negthinspace","\\!"),cn("\\negmedspace","\\tmspace-{4mu}{.2222em}"),cn("\\negthickspace","\\tmspace-{5mu}{.277em}"),cn("\\enspace","\\kern.5em "),cn("\\enskip","\\hskip.5em\\relax"),cn("\\quad","\\hskip1em\\relax"),cn("\\qquad","\\hskip2em\\relax"),cn("\\tag","\\@ifstar\\tag@literal\\tag@paren"),cn("\\tag@paren","\\tag@literal{({#1})}"),cn("\\tag@literal",(function(t){if(t.macros.get("\\df@tag"))throw new i("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"})),cn("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}"),cn("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)"),cn("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}"),cn("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1"),cn("\\pmb","\\html@mathml{\\@binrel{#1}{\\mathrlap{#1}\\kern0.5px#1}}{\\mathbf{#1}}"),cn("\\\\","\\newline"),cn("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");var xn=$["Main-Regular"][84][1]-.7*$["Main-Regular"][65][1]+"em";cn("\\LaTeX","\\textrm{\\html@mathml{L\\kern-.36em\\raisebox{"+xn+"}{\\scriptstyle A}\\kern-.15em\\TeX}{LaTeX}}"),cn("\\KaTeX","\\textrm{\\html@mathml{K\\kern-.17em\\raisebox{"+xn+"}{\\scriptstyle A}\\kern-.15em\\TeX}{KaTeX}}"),cn("\\hspace","\\@ifstar\\@hspacer\\@hspace"),cn("\\@hspace","\\hskip #1\\relax"),cn("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax"),cn("\\ordinarycolon",":"),cn("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}"),cn("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}'),cn("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}'),cn("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}'),cn("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}'),cn("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}'),cn("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}'),cn("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}'),cn("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}'),cn("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}'),cn("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}'),cn("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}'),cn("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}'),cn("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}'),cn("∷","\\dblcolon"),cn("∹","\\eqcolon"),cn("≔","\\coloneqq"),cn("≕","\\eqqcolon"),cn("⩴","\\Coloneqq"),cn("\\ratio","\\vcentcolon"),cn("\\coloncolon","\\dblcolon"),cn("\\colonequals","\\coloneqq"),cn("\\coloncolonequals","\\Coloneqq"),cn("\\equalscolon","\\eqqcolon"),cn("\\equalscoloncolon","\\Eqqcolon"),cn("\\colonminus","\\coloneq"),cn("\\coloncolonminus","\\Coloneq"),cn("\\minuscolon","\\eqcolon"),cn("\\minuscoloncolon","\\Eqcolon"),cn("\\coloncolonapprox","\\Colonapprox"),cn("\\coloncolonsim","\\Colonsim"),cn("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),cn("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}"),cn("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),cn("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}"),cn("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`∌}}"),cn("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}"),cn("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}"),cn("\\gvertneqq","\\html@mathml{\\@gvertneqq}{≩}"),cn("\\lvertneqq","\\html@mathml{\\@lvertneqq}{≨}"),cn("\\ngeqq","\\html@mathml{\\@ngeqq}{≱}"),cn("\\ngeqslant","\\html@mathml{\\@ngeqslant}{≱}"),cn("\\nleqq","\\html@mathml{\\@nleqq}{≰}"),cn("\\nleqslant","\\html@mathml{\\@nleqslant}{≰}"),cn("\\nshortmid","\\html@mathml{\\@nshortmid}{∤}"),cn("\\nshortparallel","\\html@mathml{\\@nshortparallel}{∦}"),cn("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{⊈}"),cn("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{⊉}"),cn("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{⊊}"),cn("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{⫋}"),cn("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{⊋}"),cn("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{⫌}"),cn("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`⟦}}"),cn("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`⟧}}"),cn("⟦","\\llbracket"),cn("⟧","\\rrbracket"),cn("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`⦃}}"),cn("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`⦄}}"),cn("⦃","\\lBrace"),cn("⦄","\\rBrace"),cn("\\darr","\\downarrow"),cn("\\dArr","\\Downarrow"),cn("\\Darr","\\Downarrow"),cn("\\lang","\\langle"),cn("\\rang","\\rangle"),cn("\\uarr","\\uparrow"),cn("\\uArr","\\Uparrow"),cn("\\Uarr","\\Uparrow"),cn("\\N","\\mathbb{N}"),cn("\\R","\\mathbb{R}"),cn("\\Z","\\mathbb{Z}"),cn("\\alef","\\aleph"),cn("\\alefsym","\\aleph"),cn("\\Alpha","\\mathrm{A}"),cn("\\Beta","\\mathrm{B}"),cn("\\bull","\\bullet"),cn("\\Chi","\\mathrm{X}"),cn("\\clubs","\\clubsuit"),cn("\\cnums","\\mathbb{C}"),cn("\\Complex","\\mathbb{C}"),cn("\\Dagger","\\ddagger"),cn("\\diamonds","\\diamondsuit"),cn("\\empty","\\emptyset"),cn("\\Epsilon","\\mathrm{E}"),cn("\\Eta","\\mathrm{H}"),cn("\\exist","\\exists"),cn("\\harr","\\leftrightarrow"),cn("\\hArr","\\Leftrightarrow"),cn("\\Harr","\\Leftrightarrow"),cn("\\hearts","\\heartsuit"),cn("\\image","\\Im"),cn("\\infin","\\infty"),cn("\\Iota","\\mathrm{I}"),cn("\\isin","\\in"),cn("\\Kappa","\\mathrm{K}"),cn("\\larr","\\leftarrow"),cn("\\lArr","\\Leftarrow"),cn("\\Larr","\\Leftarrow"),cn("\\lrarr","\\leftrightarrow"),cn("\\lrArr","\\Leftrightarrow"),cn("\\Lrarr","\\Leftrightarrow"),cn("\\Mu","\\mathrm{M}"),cn("\\natnums","\\mathbb{N}"),cn("\\Nu","\\mathrm{N}"),cn("\\Omicron","\\mathrm{O}"),cn("\\plusmn","\\pm"),cn("\\rarr","\\rightarrow"),cn("\\rArr","\\Rightarrow"),cn("\\Rarr","\\Rightarrow"),cn("\\real","\\Re"),cn("\\reals","\\mathbb{R}"),cn("\\Reals","\\mathbb{R}"),cn("\\Rho","\\mathrm{P}"),cn("\\sdot","\\cdot"),cn("\\sect","\\S"),cn("\\spades","\\spadesuit"),cn("\\sub","\\subset"),cn("\\sube","\\subseteq"),cn("\\supe","\\supseteq"),cn("\\Tau","\\mathrm{T}"),cn("\\thetasym","\\vartheta"),cn("\\weierp","\\wp"),cn("\\Zeta","\\mathrm{Z}"),cn("\\argmin","\\DOTSB\\operatorname*{arg\\,min}"),cn("\\argmax","\\DOTSB\\operatorname*{arg\\,max}"),cn("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits"),cn("\\blue","\\textcolor{##6495ed}{#1}"),cn("\\orange","\\textcolor{##ffa500}{#1}"),cn("\\pink","\\textcolor{##ff00af}{#1}"),cn("\\red","\\textcolor{##df0030}{#1}"),cn("\\green","\\textcolor{##28ae7b}{#1}"),cn("\\gray","\\textcolor{gray}{#1}"),cn("\\purple","\\textcolor{##9d38bd}{#1}"),cn("\\blueA","\\textcolor{##ccfaff}{#1}"),cn("\\blueB","\\textcolor{##80f6ff}{#1}"),cn("\\blueC","\\textcolor{##63d9ea}{#1}"),cn("\\blueD","\\textcolor{##11accd}{#1}"),cn("\\blueE","\\textcolor{##0c7f99}{#1}"),cn("\\tealA","\\textcolor{##94fff5}{#1}"),cn("\\tealB","\\textcolor{##26edd5}{#1}"),cn("\\tealC","\\textcolor{##01d1c1}{#1}"),cn("\\tealD","\\textcolor{##01a995}{#1}"),cn("\\tealE","\\textcolor{##208170}{#1}"),cn("\\greenA","\\textcolor{##b6ffb0}{#1}"),cn("\\greenB","\\textcolor{##8af281}{#1}"),cn("\\greenC","\\textcolor{##74cf70}{#1}"),cn("\\greenD","\\textcolor{##1fab54}{#1}"),cn("\\greenE","\\textcolor{##0d923f}{#1}"),cn("\\goldA","\\textcolor{##ffd0a9}{#1}"),cn("\\goldB","\\textcolor{##ffbb71}{#1}"),cn("\\goldC","\\textcolor{##ff9c39}{#1}"),cn("\\goldD","\\textcolor{##e07d10}{#1}"),cn("\\goldE","\\textcolor{##a75a05}{#1}"),cn("\\redA","\\textcolor{##fca9a9}{#1}"),cn("\\redB","\\textcolor{##ff8482}{#1}"),cn("\\redC","\\textcolor{##f9685d}{#1}"),cn("\\redD","\\textcolor{##e84d39}{#1}"),cn("\\redE","\\textcolor{##bc2612}{#1}"),cn("\\maroonA","\\textcolor{##ffbde0}{#1}"),cn("\\maroonB","\\textcolor{##ff92c6}{#1}"),cn("\\maroonC","\\textcolor{##ed5fa6}{#1}"),cn("\\maroonD","\\textcolor{##ca337c}{#1}"),cn("\\maroonE","\\textcolor{##9e034e}{#1}"),cn("\\purpleA","\\textcolor{##ddd7ff}{#1}"),cn("\\purpleB","\\textcolor{##c6b9fc}{#1}"),cn("\\purpleC","\\textcolor{##aa87ff}{#1}"),cn("\\purpleD","\\textcolor{##7854ab}{#1}"),cn("\\purpleE","\\textcolor{##543b78}{#1}"),cn("\\mintA","\\textcolor{##f5f9e8}{#1}"),cn("\\mintB","\\textcolor{##edf2df}{#1}"),cn("\\mintC","\\textcolor{##e0e5cc}{#1}"),cn("\\grayA","\\textcolor{##f6f7f7}{#1}"),cn("\\grayB","\\textcolor{##f0f1f2}{#1}"),cn("\\grayC","\\textcolor{##e3e5e6}{#1}"),cn("\\grayD","\\textcolor{##d6d8da}{#1}"),cn("\\grayE","\\textcolor{##babec2}{#1}"),cn("\\grayF","\\textcolor{##888d93}{#1}"),cn("\\grayG","\\textcolor{##626569}{#1}"),cn("\\grayH","\\textcolor{##3b3e40}{#1}"),cn("\\grayI","\\textcolor{##21242c}{#1}"),cn("\\kaBlue","\\textcolor{##314453}{#1}"),cn("\\kaGreen","\\textcolor{##71B307}{#1}");var yn={"\\relax":!0,"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0},bn=function(){function t(t,e,r){this.settings=void 0,this.expansionCount=void 0,this.lexer=void 0,this.macros=void 0,this.stack=void 0,this.mode=void 0,this.settings=e,this.expansionCount=0,this.feed(t),this.macros=new ln(mn,e.macros),this.mode=r,this.stack=[]}var e=t.prototype;return e.feed=function(t){this.lexer=new sn(t,this.settings)},e.switchMode=function(t){this.mode=t},e.beginGroup=function(){this.macros.beginGroup()},e.endGroup=function(){this.macros.endGroup()},e.future=function(){return 0===this.stack.length&&this.pushToken(this.lexer.lex()),this.stack[this.stack.length-1]},e.popToken=function(){return this.future(),this.stack.pop()},e.pushToken=function(t){this.stack.push(t)},e.pushTokens=function(t){var e;(e=this.stack).push.apply(e,t)},e.consumeSpaces=function(){for(;" "===this.future().text;)this.stack.pop()},e.consumeArgs=function(t){for(var e=[],r=0;t>r;++r){this.consumeSpaces();var n=this.popToken();if("{"===n.text){for(var o=[],a=1;0!==a;){var s=this.popToken();if(o.push(s),"{"===s.text)++a;else if("}"===s.text)--a;else if("EOF"===s.text)throw new i("End of input in macro argument",n)}o.pop(),o.reverse(),e[r]=o}else{if("EOF"===n.text)throw new i("End of input expecting macro argument");e[r]=[n]}}return e},e.expandOnce=function(){var t=this.popToken(),e=this._getExpansion(t.text);if(null==e)return this.pushToken(t),t;if(this.expansionCount++,this.expansionCount>this.settings.maxExpand)throw new i("Too many expansions: infinite loop or need to increase maxExpand setting");var r=e.tokens;if(e.numArgs)for(var n=this.consumeArgs(e.numArgs),o=(r=r.slice()).length-1;o>=0;--o){var a=r[o];if("#"===a.text){if(0===o)throw new i("Incomplete placeholder at end of macro body",a);if("#"===(a=r[--o]).text)r.splice(o+1,1);else{if(!/^[1-9]$/.test(a.text))throw new i("Not a valid argument number",a);var s;(s=r).splice.apply(s,[o,2].concat(n[+a.text-1]))}}}return this.pushTokens(r),r},e.expandAfterFuture=function(){return this.expandOnce(),this.future()},e.expandNextToken=function(){for(;;){var t=this.expandOnce();if(t instanceof o){if("\\relax"!==t.text)return this.stack.pop();this.stack.pop()}}throw Error()},e.expandMacro=function(t){if(this.macros.get(t)){var e=[],r=this.stack.length;for(this.pushToken(new o(t));this.stack.length>r;)this.expandOnce()instanceof o&&e.push(this.stack.pop());return e}},e.expandMacroAsText=function(t){var e=this.expandMacro(t);return e?e.map((function(t){return t.text})).join(""):e},e._getExpansion=function(t){var e=this.macros.get(t);if(null==e)return e;var r="function"==typeof e?e(this):e;if("string"==typeof r){var n=0;if(-1!==r.indexOf("#"))for(var o=r.replace(/##/g,"");-1!==o.indexOf("#"+(n+1));)++n;for(var a=new sn(r,this.settings),i=[],s=a.lex();"EOF"!==s.text;)i.push(s),s=a.lex();return i.reverse(),{tokens:i,numArgs:n}}return r},e.isDefined=function(t){return this.macros.has(t)||nn.hasOwnProperty(t)||X.math.hasOwnProperty(t)||X.text.hasOwnProperty(t)||yn.hasOwnProperty(t)},t}(),vn={"́":{text:"\\'",math:"\\acute"},"̀":{text:"\\`",math:"\\grave"},"̈":{text:'\\"',math:"\\ddot"},"̃":{text:"\\~",math:"\\tilde"},"̄":{text:"\\=",math:"\\bar"},"̆":{text:"\\u",math:"\\breve"},"̌":{text:"\\v",math:"\\check"},"̂":{text:"\\^",math:"\\hat"},"̇":{text:"\\.",math:"\\dot"},"̊":{text:"\\r",math:"\\mathring"},"̋":{text:"\\H"}},wn={"á":"á","à":"à","ä":"ä","ǟ":"ǟ","ã":"ã","ā":"ā","ă":"ă","ắ":"ắ","ằ":"ằ","ẵ":"ẵ","ǎ":"ǎ","â":"â","ấ":"ấ","ầ":"ầ","ẫ":"ẫ","ȧ":"ȧ","ǡ":"ǡ","å":"å","ǻ":"ǻ","ḃ":"ḃ","ć":"ć","č":"č","ĉ":"ĉ","ċ":"ċ","ď":"ď","ḋ":"ḋ","é":"é","è":"è","ë":"ë","ẽ":"ẽ","ē":"ē","ḗ":"ḗ","ḕ":"ḕ","ĕ":"ĕ","ě":"ě","ê":"ê","ế":"ế","ề":"ề","ễ":"ễ","ė":"ė","ḟ":"ḟ","ǵ":"ǵ","ḡ":"ḡ","ğ":"ğ","ǧ":"ǧ","ĝ":"ĝ","ġ":"ġ","ḧ":"ḧ","ȟ":"ȟ","ĥ":"ĥ","ḣ":"ḣ","í":"í","ì":"ì","ï":"ï","ḯ":"ḯ","ĩ":"ĩ","ī":"ī","ĭ":"ĭ","ǐ":"ǐ","î":"î","ǰ":"ǰ","ĵ":"ĵ","ḱ":"ḱ","ǩ":"ǩ","ĺ":"ĺ","ľ":"ľ","ḿ":"ḿ","ṁ":"ṁ","ń":"ń","ǹ":"ǹ","ñ":"ñ","ň":"ň","ṅ":"ṅ","ó":"ó","ò":"ò","ö":"ö","ȫ":"ȫ","õ":"õ","ṍ":"ṍ","ṏ":"ṏ","ȭ":"ȭ","ō":"ō","ṓ":"ṓ","ṑ":"ṑ","ŏ":"ŏ","ǒ":"ǒ","ô":"ô","ố":"ố","ồ":"ồ","ỗ":"ỗ","ȯ":"ȯ","ȱ":"ȱ","ő":"ő","ṕ":"ṕ","ṗ":"ṗ","ŕ":"ŕ","ř":"ř","ṙ":"ṙ","ś":"ś","ṥ":"ṥ","š":"š","ṧ":"ṧ","ŝ":"ŝ","ṡ":"ṡ","ẗ":"ẗ","ť":"ť","ṫ":"ṫ","ú":"ú","ù":"ù","ü":"ü","ǘ":"ǘ","ǜ":"ǜ","ǖ":"ǖ","ǚ":"ǚ","ũ":"ũ","ṹ":"ṹ","ū":"ū","ṻ":"ṻ","ŭ":"ŭ","ǔ":"ǔ","û":"û","ů":"ů","ű":"ű","ṽ":"ṽ","ẃ":"ẃ","ẁ":"ẁ","ẅ":"ẅ","ŵ":"ŵ","ẇ":"ẇ","ẘ":"ẘ","ẍ":"ẍ","ẋ":"ẋ","ý":"ý","ỳ":"ỳ","ÿ":"ÿ","ỹ":"ỹ","ȳ":"ȳ","ŷ":"ŷ","ẏ":"ẏ","ẙ":"ẙ","ź":"ź","ž":"ž","ẑ":"ẑ","ż":"ż","Á":"Á","À":"À","Ä":"Ä","Ǟ":"Ǟ","Ã":"Ã","Ā":"Ā","Ă":"Ă","Ắ":"Ắ","Ằ":"Ằ","Ẵ":"Ẵ","Ǎ":"Ǎ","Â":"Â","Ấ":"Ấ","Ầ":"Ầ","Ẫ":"Ẫ","Ȧ":"Ȧ","Ǡ":"Ǡ","Å":"Å","Ǻ":"Ǻ","Ḃ":"Ḃ","Ć":"Ć","Č":"Č","Ĉ":"Ĉ","Ċ":"Ċ","Ď":"Ď","Ḋ":"Ḋ","É":"É","È":"È","Ë":"Ë","Ẽ":"Ẽ","Ē":"Ē","Ḗ":"Ḗ","Ḕ":"Ḕ","Ĕ":"Ĕ","Ě":"Ě","Ê":"Ê","Ế":"Ế","Ề":"Ề","Ễ":"Ễ","Ė":"Ė","Ḟ":"Ḟ","Ǵ":"Ǵ","Ḡ":"Ḡ","Ğ":"Ğ","Ǧ":"Ǧ","Ĝ":"Ĝ","Ġ":"Ġ","Ḧ":"Ḧ","Ȟ":"Ȟ","Ĥ":"Ĥ","Ḣ":"Ḣ","Í":"Í","Ì":"Ì","Ï":"Ï","Ḯ":"Ḯ","Ĩ":"Ĩ","Ī":"Ī","Ĭ":"Ĭ","Ǐ":"Ǐ","Î":"Î","İ":"İ","Ĵ":"Ĵ","Ḱ":"Ḱ","Ǩ":"Ǩ","Ĺ":"Ĺ","Ľ":"Ľ","Ḿ":"Ḿ","Ṁ":"Ṁ","Ń":"Ń","Ǹ":"Ǹ","Ñ":"Ñ","Ň":"Ň","Ṅ":"Ṅ","Ó":"Ó","Ò":"Ò","Ö":"Ö","Ȫ":"Ȫ","Õ":"Õ","Ṍ":"Ṍ","Ṏ":"Ṏ","Ȭ":"Ȭ","Ō":"Ō","Ṓ":"Ṓ","Ṑ":"Ṑ","Ŏ":"Ŏ","Ǒ":"Ǒ","Ô":"Ô","Ố":"Ố","Ồ":"Ồ","Ỗ":"Ỗ","Ȯ":"Ȯ","Ȱ":"Ȱ","Ő":"Ő","Ṕ":"Ṕ","Ṗ":"Ṗ","Ŕ":"Ŕ","Ř":"Ř","Ṙ":"Ṙ","Ś":"Ś","Ṥ":"Ṥ","Š":"Š","Ṧ":"Ṧ","Ŝ":"Ŝ","Ṡ":"Ṡ","Ť":"Ť","Ṫ":"Ṫ","Ú":"Ú","Ù":"Ù","Ü":"Ü","Ǘ":"Ǘ","Ǜ":"Ǜ","Ǖ":"Ǖ","Ǚ":"Ǚ","Ũ":"Ũ","Ṹ":"Ṹ","Ū":"Ū","Ṻ":"Ṻ","Ŭ":"Ŭ","Ǔ":"Ǔ","Û":"Û","Ů":"Ů","Ű":"Ű","Ṽ":"Ṽ","Ẃ":"Ẃ","Ẁ":"Ẁ","Ẅ":"Ẅ","Ŵ":"Ŵ","Ẇ":"Ẇ","Ẍ":"Ẍ","Ẋ":"Ẋ","Ý":"Ý","Ỳ":"Ỳ","Ÿ":"Ÿ","Ỹ":"Ỹ","Ȳ":"Ȳ","Ŷ":"Ŷ","Ẏ":"Ẏ","Ź":"Ź","Ž":"Ž","Ẑ":"Ẑ","Ż":"Ż","ά":"ά","ὰ":"ὰ","ᾱ":"ᾱ","ᾰ":"ᾰ","έ":"έ","ὲ":"ὲ","ή":"ή","ὴ":"ὴ","ί":"ί","ὶ":"ὶ","ϊ":"ϊ","ΐ":"ΐ","ῒ":"ῒ","ῑ":"ῑ","ῐ":"ῐ","ό":"ό","ὸ":"ὸ","ύ":"ύ","ὺ":"ὺ","ϋ":"ϋ","ΰ":"ΰ","ῢ":"ῢ","ῡ":"ῡ","ῠ":"ῠ","ώ":"ώ","ὼ":"ὼ","Ύ":"Ύ","Ὺ":"Ὺ","Ϋ":"Ϋ","Ῡ":"Ῡ","Ῠ":"Ῠ","Ώ":"Ώ","Ὼ":"Ὼ"},kn=function(){function t(t,e){this.mode=void 0,this.gullet=void 0,this.settings=void 0,this.leftrightDepth=void 0,this.nextToken=void 0,this.mode="math",this.gullet=new bn(t,e,this.mode),this.settings=e,this.leftrightDepth=0}var e=t.prototype;return e.expect=function(t,e){if(void 0===e&&(e=!0),this.fetch().text!==t)throw new i("Expected '"+t+"', got '"+this.fetch().text+"'",this.fetch());e&&this.consume()},e.consume=function(){this.nextToken=null},e.fetch=function(){return null==this.nextToken&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken},e.switchMode=function(t){this.mode=t,this.gullet.switchMode(t)},e.parse=function(){this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set("\\color","\\textcolor");var t=this.parseExpression(!1);return this.expect("EOF"),this.gullet.endGroup(),t},e.parseExpression=function(e,r){for(var n=[];;){"math"===this.mode&&this.consumeSpaces();var o=this.fetch();if(-1!==t.endOfExpression.indexOf(o.text))break;if(r&&o.text===r)break;if(e&&nn[o.text]&&nn[o.text].infix)break;var a=this.parseAtom(r);if(!a)break;n.push(a)}return"text"===this.mode&&this.formLigatures(n),this.handleInfixNodes(n)},e.handleInfixNodes=function(t){for(var e,r=-1,n=0;t.length>n;n++){var o=Ft(t[n],"infix");if(o){if(-1!==r)throw new i("only one infix operator per group",o.token);r=n,e=o.replaceWith}}if(-1!==r&&e){var a,s,l=t.slice(0,r),h=t.slice(r+1);return a=1===l.length&&"ordgroup"===l[0].type?l[0]:{type:"ordgroup",mode:this.mode,body:l},s=1===h.length&&"ordgroup"===h[0].type?h[0]:{type:"ordgroup",mode:this.mode,body:h},[this.callFunction(e,"\\\\abovefrac"===e?[a,t[r],s]:[a,s],[])]}return t},e.handleSupSubscript=function(e){var r=this.fetch(),n=r.text;this.consume();var o=this.parseGroup(e,!1,t.SUPSUB_GREEDINESS,void 0,void 0,!0);if(!o)throw new i("Expected group after '"+n+"'",r);return o},e.formatUnsupportedCmd=function(t){for(var e=[],r=0;t.length>r;r++)e.push({type:"textord",mode:"text",text:t[r]});return{type:"color",mode:this.mode,color:this.settings.errorColor,body:[{type:"text",mode:this.mode,body:e}]}},e.parseAtom=function(t){var e,r,n=this.parseGroup("atom",!1,null,t);if("text"===this.mode)return n;for(;;){this.consumeSpaces();var o=this.fetch();if("\\limits"===o.text||"\\nolimits"===o.text){var a=Ft(n,"op");if(a)a.limits="\\limits"===o.text,a.alwaysHandleSupSub=!0;else{if(!(a=Ft(n,"operatorname"))||!a.alwaysHandleSupSub)throw new i("Limit controls must follow a math operator",o);a.limits="\\limits"===o.text}this.consume()}else if("^"===o.text){if(e)throw new i("Double superscript",o);e=this.handleSupSubscript("superscript")}else if("_"===o.text){if(r)throw new i("Double subscript",o);r=this.handleSupSubscript("subscript")}else{if("'"!==o.text)break;if(e)throw new i("Double superscript",o);var s={type:"textord",mode:this.mode,text:"\\prime"},l=[s];for(this.consume();"'"===this.fetch().text;)l.push(s),this.consume();"^"===this.fetch().text&&l.push(this.handleSupSubscript("superscript")),e={type:"ordgroup",mode:this.mode,body:l}}}return e||r?{type:"supsub",mode:this.mode,base:n,sup:e,sub:r}:n},e.parseFunction=function(t,e,r){var n=this.fetch(),o=n.text,a=nn[o];if(!a)return null;if(this.consume(),null!=r&&r>=a.greediness)throw new i("Got function '"+o+"' with no arguments"+(e?" as "+e:""),n);if("text"===this.mode&&!a.allowedInText)throw new i("Can't use function '"+o+"' in text mode",n);if("math"===this.mode&&!1===a.allowedInMath)throw new i("Can't use function '"+o+"' in math mode",n);var s=this.parseArguments(o,a);return this.callFunction(o,s.args,s.optArgs,n,t)},e.callFunction=function(t,e,r,n,o){var a=nn[t];if(a&&a.handler)return a.handler({funcName:t,parser:this,token:n,breakOnTokenText:o},e,r);throw new i("No function handler for "+t)},e.parseArguments=function(t,e){var r=e.numArgs+e.numOptionalArgs;if(0===r)return{args:[],optArgs:[]};for(var n=e.greediness,o=[],a=[],s=0;r>s;s++){var l=e.numOptionalArgs>s,h=this.parseGroupOfType("argument to '"+t+"'",e.argTypes&&e.argTypes[s],l,n,s>0&&!l||0===s&&!l&&"math"===this.mode);if(!h){if(l){a.push(null);continue}throw new i("Expected group after '"+t+"'",this.fetch())}(l?a:o).push(h)}return{args:o,optArgs:a}},e.parseGroupOfType=function(t,e,r,n,o){switch(e){case"color":return o&&this.consumeSpaces(),this.parseColorGroup(r);case"size":return o&&this.consumeSpaces(),this.parseSizeGroup(r);case"url":return this.parseUrlGroup(r,o);case"math":case"text":return this.parseGroup(t,r,n,void 0,e,o);case"hbox":var a=this.parseGroup(t,r,n,void 0,"text",o);return a?{type:"styling",mode:a.mode,body:[a],style:"text"}:a;case"raw":if(o&&this.consumeSpaces(),r&&"{"===this.fetch().text)return null;var s=this.parseStringGroup("raw",r,!0);if(s)return{type:"raw",mode:"text",string:s.text};throw new i("Expected raw group",this.fetch());case"original":case null:case void 0:return this.parseGroup(t,r,n,void 0,void 0,o);default:throw new i("Unknown group type as "+t,this.fetch())}},e.consumeSpaces=function(){for(;" "===this.fetch().text;)this.consume()},e.parseStringGroup=function(t,e,r){var n=e?"[":"{",o=e?"]":"}",a=this.fetch();if(a.text!==n){if(e)return null;if(r&&"EOF"!==a.text&&/[^{}[\]]/.test(a.text))return this.consume(),a}var s=this.mode;this.mode="text",this.expect(n);for(var l,h="",m=this.fetch(),c=0,u=m;(l=this.fetch()).text!==o||r&&c>0;){switch(l.text){case"EOF":throw new i("Unexpected end of input in "+t,m.range(u,h));case n:c++;break;case o:c--}h+=(u=l).text,this.consume()}return this.expect(o),this.mode=s,m.range(u,h)},e.parseRegexGroup=function(t,e){var r=this.mode;this.mode="text";for(var n,o=this.fetch(),a=o,s="";"EOF"!==(n=this.fetch()).text&&t.test(s+n.text);)s+=(a=n).text,this.consume();if(""===s)throw new i("Invalid "+e+": '"+o.text+"'",o);return this.mode=r,o.range(a,s)},e.parseColorGroup=function(t){var e=this.parseStringGroup("color",t);if(!e)return null;var r=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(e.text);if(!r)throw new i("Invalid color: '"+e.text+"'",e);var n=r[0];return/^[0-9a-f]{6}$/i.test(n)&&(n="#"+n),{type:"color-token",mode:this.mode,color:n}},e.parseSizeGroup=function(t){var e,r=!1;if(!(e=t||"{"===this.fetch().text?this.parseStringGroup("size",t):this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,"size")))return null;t||0!==e.text.length||(e.text="0pt",r=!0);var n=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(e.text);if(!n)throw new i("Invalid size: '"+e.text+"'",e);var o={number:+(n[1]+n[2]),unit:n[3]};if(!zt(o))throw new i("Invalid unit: '"+o.unit+"'",e);return{type:"size",mode:this.mode,value:o,isBlank:r}},e.parseUrlGroup=function(t,e){this.gullet.lexer.setCatcode("%",13);var r=this.parseStringGroup("url",t,!0);if(this.gullet.lexer.setCatcode("%",14),!r)return null;var n=r.text.replace(/\\([#$%&~_^{}])/g,"$1");return{type:"url",mode:this.mode,url:n}},e.parseGroup=function(e,r,o,a,s,l){var h=this.mode;s&&this.switchMode(s),l&&this.consumeSpaces();var m,c=this.fetch(),u=c.text;if(r?"["===u:"{"===u||"\\begingroup"===u){this.consume();var p=t.endOfGroup[u];this.gullet.beginGroup();var d=this.parseExpression(!1,p),f=this.fetch();this.expect(p),this.gullet.endGroup(),m={type:"ordgroup",mode:this.mode,loc:n.range(c,f),body:d,semisimple:"\\begingroup"===u||void 0}}else if(r)m=null;else if(null==(m=this.parseFunction(a,e,o)||this.parseSymbol())&&"\\"===u[0]&&!yn.hasOwnProperty(u)){if(this.settings.throwOnError)throw new i("Undefined control sequence: "+u,c);m=this.formatUnsupportedCmd(u),this.consume()}return s&&this.switchMode(h),m},e.formLigatures=function(t){for(var e=t.length-1,r=0;e>r;++r){var o=t[r],a=o.text;"-"===a&&"-"===t[r+1].text&&(e>r+1&&"-"===t[r+2].text?(t.splice(r,3,{type:"textord",mode:"text",loc:n.range(o,t[r+2]),text:"---"}),e-=2):(t.splice(r,2,{type:"textord",mode:"text",loc:n.range(o,t[r+1]),text:"--"}),e-=1)),"'"!==a&&"`"!==a||t[r+1].text!==a||(t.splice(r,2,{type:"textord",mode:"text",loc:n.range(o,t[r+1]),text:a+a}),e-=1)}},e.parseSymbol=function(){var t=this.fetch(),e=t.text;if(/^\\verb[^a-zA-Z]/.test(e)){this.consume();var r=e.slice(5),o="*"===r.charAt(0);if(o&&(r=r.slice(1)),2>r.length||r.charAt(0)!==r.slice(-1))throw new i("\\verb assertion failed --\n please report what input caused this bug");return{type:"verb",mode:"text",body:r=r.slice(1,-1),star:o}}wn.hasOwnProperty(e[0])&&!X[this.mode][e[0]]&&(this.settings.strict&&"math"===this.mode&&this.settings.reportNonstrict("unicodeTextInMathMode",'Accented Unicode text character "'+e[0]+'" used in math mode',t),e=wn[e[0]]+e.substr(1));var a,s=an.exec(e);if(s&&("i"===(e=e.substring(0,s.index))?e="ı":"j"===e&&(e="ȷ")),X[this.mode][e]){this.settings.strict&&"math"===this.mode&&"ÇÐÞçþ".indexOf(e)>=0&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+e[0]+'" used in math mode',t);var l,h=X[this.mode][e].group,m=n.range(t);l=Y.hasOwnProperty(h)?{type:"atom",mode:this.mode,family:h,loc:m,text:e}:{type:h,mode:this.mode,loc:m,text:e},a=l}else{if(128>e.charCodeAt(0))return null;this.settings.strict&&(T(e.charCodeAt(0))?"math"===this.mode&&this.settings.reportNonstrict("unicodeTextInMathMode",'Unicode text character "'+e[0]+'" used in math mode',t):this.settings.reportNonstrict("unknownSymbol",'Unrecognized Unicode character "'+e[0]+'" ('+e.charCodeAt(0)+")",t)),a={type:"textord",mode:"text",loc:n.range(t),text:e}}if(this.consume(),s)for(var c=0;s[0].length>c;c++){var u=s[0][c];if(!vn[u])throw new i("Unknown accent ' "+u+"'",t);var p=vn[u][this.mode];if(!p)throw new i("Accent "+u+" unsupported in "+this.mode+" mode",t);a={type:"accent",mode:this.mode,loc:n.range(t),label:p,isStretchy:!1,isShifty:!0,base:a}}return a},t}();kn.endOfExpression=["}","\\endgroup","\\end","\\right","&"],kn.endOfGroup={"[":"]","{":"}","\\begingroup":"\\endgroup"},kn.SUPSUB_GREEDINESS=1;var Sn=function(t,e){if(!("string"==typeof t||t instanceof String))throw new TypeError("KaTeX can only parse string typed expression");var r=new kn(t,e);delete r.gullet.macros.current["\\df@tag"];var n=r.parse();if(r.gullet.macros.get("\\df@tag")){if(!e.displayMode)throw new i("\\tag works only in display equations");r.gullet.feed("\\df@tag"),n=[{type:"tag",mode:"text",body:n,tag:r.parse()}]}return n},Tn=function(t,e,r){e.textContent="";var n=zn(t,r).toNode();e.appendChild(n)};"undefined"!=typeof document&&"CSS1Compat"!==document.compatMode&&(void 0!==console&&console.warn("Warning: KaTeX doesn't work in quirks mode. Make sure your website has a suitable doctype."),Tn=function(){throw new i("KaTeX doesn't work in quirks mode.")});var Mn=function(t,e,r){if(r.throwOnError||!(t instanceof i))throw t;var n=Ht.makeSpan(["katex-error"],[new E(e)]);return n.setAttribute("title",""+t),n.setAttribute("style","color:"+r.errorColor),n},zn=function(t,e){var r=new u(e);try{return function(t,e,r){var n,o=ze(r);if("mathml"===r.output)return Me(t,e,o,!0);if("html"===r.output){var a=de(t,o);n=Ht.makeSpan(["katex"],[a])}else{var i=Me(t,e,o,!1),s=de(t,o);n=Ht.makeSpan(["katex"],[i,s])}return Ae(n,r)}(Sn(t,r),t,r)}catch(e){return Mn(e,t,r)}};e.default={version:"0.11.1",render:Tn,renderToString:function(t,e){return zn(t,e).toMarkup()},ParseError:i,__parse:function(t,e){var r=new u(e);return Sn(t,r)},__renderToDomTree:zn,__renderToHTMLTree:function(t,e){var r=new u(e);try{return function(t,e,r){var n=de(t,ze(r)),o=Ht.makeSpan(["katex"],[n]);return Ae(o,r)}(Sn(t,r),0,r)}catch(e){return Mn(e,t,r)}},__setFontMetrics:function(t,e){$[t]=e},__defineSymbol:j,__defineMacro:cn,__domTree:{Span:N,Anchor:O,SymbolNode:E,SvgNode:L,PathNode:P,LineNode:D}}}]).default},t.exports=r()})),a=(n=o)&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n;class i{constructor(t,e,r){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=t,this.start=e,this.end=r}static range(t,e){return e?t&&t.loc&&e.loc&&t.loc.lexer===e.loc.lexer?new i(t.loc.lexer,t.loc.start,e.loc.end):null:t&&t.loc}}class s{constructor(t,e){this.text=void 0,this.loc=void 0,this.text=t,this.loc=e}range(t,e){return new s(e,i.range(this,t))}}class l{constructor(t,e){this.position=void 0;let r,n="KaTeX parse error: "+t;const o=e&&e.loc;if(o&&o.end>=o.start){const t=o.lexer.input;r=o.start;const e=o.end;n+=r===t.length?" at end of input: ":" at position "+(r+1)+": ";const a=t.slice(r,e).replace(/[^]/g,"$&̲");let i,s;i=r>15?"…"+t.slice(r-15,r):t.slice(0,r),s=t.length>e+15?t.slice(e,e+15)+"…":t.slice(e),n+=i+a+s}const a=Error(n);return a.name="ParseError",a.__proto__=l.prototype,a.position=r,a}}l.prototype.__proto__=Error.prototype;const h=/([A-Z])/g,m={"&":"&amp;",">":"&gt;","<":"&lt;",'"':"&quot;","'":"&#x27;"},c=/[&><"']/g;const u=function t(e){return"ordgroup"===e.type||"color"===e.type?1===e.body.length?t(e.body[0]):e:"font"===e.type?t(e.body):e};var p={contains:function(t,e){return-1!==t.indexOf(e)},deflt:function(t,e){return void 0===t?e:t},escape:function(t){return(t+"").replace(c,t=>m[t])},hyphenate:function(t){return t.replace(h,"-$1").toLowerCase()},getBaseElem:u,isCharacterBox:function(t){const e=u(t);return"mathord"===e.type||"textord"===e.type||"atom"===e.type},protocolFromUrl:function(t){const e=/^\s*([^\\/#]*?)(?::|&#0*58|&#x0*3a)/i.exec(t);return null!=e?e[1]:"_relative"}};class d{constructor(t){this.displayMode=void 0,this.output=void 0,this.leqno=void 0,this.fleqn=void 0,this.throwOnError=void 0,this.errorColor=void 0,this.macros=void 0,this.minRuleThickness=void 0,this.colorIsTextColor=void 0,this.strict=void 0,this.trust=void 0,this.maxSize=void 0,this.maxExpand=void 0,this.displayMode=p.deflt((t=t||{}).displayMode,!1),this.output=p.deflt(t.output,"htmlAndMathml"),this.leqno=p.deflt(t.leqno,!1),this.fleqn=p.deflt(t.fleqn,!1),this.throwOnError=p.deflt(t.throwOnError,!0),this.errorColor=p.deflt(t.errorColor,"#cc0000"),this.macros=t.macros||{},this.minRuleThickness=Math.max(0,p.deflt(t.minRuleThickness,0)),this.colorIsTextColor=p.deflt(t.colorIsTextColor,!1),this.strict=p.deflt(t.strict,"warn"),this.trust=p.deflt(t.trust,!1),this.maxSize=Math.max(0,p.deflt(t.maxSize,1/0)),this.maxExpand=Math.max(0,p.deflt(t.maxExpand,1e3))}reportNonstrict(t,e,r){let n=this.strict;if("function"==typeof n&&(n=n(t,e,r)),n&&"ignore"!==n){if(!0===n||"error"===n)throw new l("LaTeX-incompatible input and strict mode is set to 'error': "+`${e} [${t}]`,r);"warn"===n?void 0!==console&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+`${e} [${t}]`):void 0!==console&&console.warn("LaTeX-incompatible input and strict mode is set to "+`unrecognized '${n}': ${e} [${t}]`)}}useStrictBehavior(t,e,r){let n=this.strict;if("function"==typeof n)try{n=n(t,e,r)}catch(t){n="error"}return!(!n||"ignore"===n)&&(!0===n||"error"===n||("warn"===n?(void 0!==console&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+`${e} [${t}]`),!1):(void 0!==console&&console.warn("LaTeX-incompatible input and strict mode is set to "+`unrecognized '${n}': ${e} [${t}]`),!1)))}isTrusted(t){return t.url&&!t.protocol&&(t.protocol=p.protocolFromUrl(t.url)),!!("function"==typeof this.trust?this.trust(t):this.trust)}}class f{constructor(t,e,r){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=t,this.size=e,this.cramped=r}sup(){return g[x[this.id]]}sub(){return g[y[this.id]]}fracNum(){return g[b[this.id]]}fracDen(){return g[v[this.id]]}cramp(){return g[w[this.id]]}text(){return g[k[this.id]]}isTight(){return this.size>=2}}const g=[new f(0,0,!1),new f(1,0,!0),new f(2,1,!1),new f(3,1,!0),new f(4,2,!1),new f(5,2,!0),new f(6,3,!1),new f(7,3,!0)],x=[4,5,4,5,6,7,6,7],y=[5,5,5,5,7,7,7,7],b=[2,3,4,5,6,7,6,7],v=[3,3,5,5,7,7,7,7],w=[1,1,3,3,5,5,7,7],k=[0,1,2,3,2,3,2,3];var S={DISPLAY:g[0],TEXT:g[2],SCRIPT:g[4],SCRIPTSCRIPT:g[6]};const T=[{name:"latin",blocks:[[256,591],[768,879]]},{name:"cyrillic",blocks:[[1024,1279]]},{name:"brahmic",blocks:[[2304,4255]]},{name:"georgian",blocks:[[4256,4351]]},{name:"cjk",blocks:[[12288,12543],[19968,40879],[65280,65376]]},{name:"hangul",blocks:[[44032,55215]]}];const M=[];function z(t){for(let e=0;M.length>e;e+=2)if(t>=M[e]&&M[e+1]>=t)return!0;return!1}T.forEach(t=>t.blocks.forEach(t=>M.push(...t)));const A={doubleleftarrow:"M262 157\nl10-10c34-36 62.7-77 86-123 3.3-8 5-13.3 5-16 0-5.3-6.7-8-20-8-7.3\n 0-12.2.5-14.5 1.5-2.3 1-4.8 4.5-7.5 10.5-49.3 97.3-121.7 169.3-217 216-28\n 14-57.3 25-88 33-6.7 2-11 3.8-13 5.5-2 1.7-3 4.2-3 7.5s1 5.8 3 7.5\nc2 1.7 6.3 3.5 13 5.5 68 17.3 128.2 47.8 180.5 91.5 52.3 43.7 93.8 96.2 124.5\n 157.5 9.3 8 15.3 12.3 18 13h6c12-.7 18-4 18-10 0-2-1.7-7-5-15-23.3-46-52-87\n-86-123l-10-10h399738v-40H218c328 0 0 0 0 0l-10-8c-26.7-20-65.7-43-117-69 2.7\n-2 6-3.7 10-5 36.7-16 72.3-37.3 107-64l10-8h399782v-40z\nm8 0v40h399730v-40zm0 194v40h399730v-40z",doublerightarrow:"M399738 392l\n-10 10c-34 36-62.7 77-86 123-3.3 8-5 13.3-5 16 0 5.3 6.7 8 20 8 7.3 0 12.2-.5\n 14.5-1.5 2.3-1 4.8-4.5 7.5-10.5 49.3-97.3 121.7-169.3 217-216 28-14 57.3-25 88\n-33 6.7-2 11-3.8 13-5.5 2-1.7 3-4.2 3-7.5s-1-5.8-3-7.5c-2-1.7-6.3-3.5-13-5.5-68\n-17.3-128.2-47.8-180.5-91.5-52.3-43.7-93.8-96.2-124.5-157.5-9.3-8-15.3-12.3-18\n-13h-6c-12 .7-18 4-18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123l10 10H0v40h399782\nc-328 0 0 0 0 0l10 8c26.7 20 65.7 43 117 69-2.7 2-6 3.7-10 5-36.7 16-72.3 37.3\n-107 64l-10 8H0v40zM0 157v40h399730v-40zm0 194v40h399730v-40z",leftarrow:"M400000 241H110l3-3c68.7-52.7 113.7-120\n 135-202 4-14.7 6-23 6-25 0-7.3-7-11-21-11-8 0-13.2.8-15.5 2.5-2.3 1.7-4.2 5.8\n-5.5 12.5-1.3 4.7-2.7 10.3-4 17-12 48.7-34.8 92-68.5 130S65.3 228.3 18 247\nc-10 4-16 7.7-18 11 0 8.7 6 14.3 18 17 47.3 18.7 87.8 47 121.5 85S196 441.3 208\n 490c.7 2 1.3 5 2 9s1.2 6.7 1.5 8c.3 1.3 1 3.3 2 6s2.2 4.5 3.5 5.5c1.3 1 3.3\n 1.8 6 2.5s6 1 10 1c14 0 21-3.7 21-11 0-2-2-10.3-6-25-20-79.3-65-146.7-135-202\n l-3-3h399890zM100 241v40h399900v-40z",leftbrace:"M6 548l-6-6v-35l6-11c56-104 135.3-181.3 238-232 57.3-28.7 117\n-45 179-50h399577v120H403c-43.3 7-81 15-113 26-100.7 33-179.7 91-237 174-2.7\n 5-6 9-10 13-.7 1-7.3 1-20 1H6z",leftbraceunder:"M0 6l6-6h17c12.688 0 19.313.3 20 1 4 4 7.313 8.3 10 13\n 35.313 51.3 80.813 93.8 136.5 127.5 55.688 33.7 117.188 55.8 184.5 66.5.688\n 0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7\n-331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z",leftgroup:"M400000 80\nH435C64 80 168.3 229.4 21 260c-5.9 1.2-18 0-18 0-2 0-3-1-3-3v-38C76 61 257 0\n 435 0h399565z",leftgroupunder:"M400000 262\nH435C64 262 168.3 112.6 21 82c-5.9-1.2-18 0-18 0-2 0-3 1-3 3v38c76 158 257 219\n 435 219h399565z",leftharpoon:"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3\n-3.3 10.2-9.5 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5\n-18.3 3-21-1.3-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7\n-196 228-6.7 4.7-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40z",leftharpoonplus:"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3-3.3 10.2-9.5\n 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5-18.3 3-21-1.3\n-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7-196 228-6.7 4.7\n-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40zM0 435v40h400000v-40z\nm0 0v40h400000v-40z",leftharpoondown:"M7 241c-4 4-6.333 8.667-7 14 0 5.333.667 9 2 11s5.333\n 5.333 12 10c90.667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 .667 5\n 1 9 1h5c10.667 0 16.667-2 18-6 2-2.667 1-9.667-3-21-32-87.333-82.667-157.667\n-152-211l-3-3h399907v-40zM93 281 H400000 v-40L7 241z",leftharpoondownplus:"M7 435c-4 4-6.3 8.7-7 14 0 5.3.7 9 2 11s5.3 5.3 12\n 10c90.7 54 156 130 196 228 3.3 10.7 6.3 16.3 9 17 2 .7 5 1 9 1h5c10.7 0 16.7\n-2 18-6 2-2.7 1-9.7-3-21-32-87.3-82.7-157.7-152-211l-3-3h399907v-40H7zm93 0\nv40h399900v-40zM0 241v40h399900v-40zm0 0v40h399900v-40z",lefthook:"M400000 281 H103s-33-11.2-61-33.5S0 197.3 0 164s14.2-61.2 42.5\n-83.5C70.8 58.2 104 47 142 47 c16.7 0 25 6.7 25 20 0 12-8.7 18.7-26 20-40 3.3\n-68.7 15.7-86 37-10 12-15 25.3-15 40 0 22.7 9.8 40.7 29.5 54 19.7 13.3 43.5 21\n 71.5 23h399859zM103 281v-40h399897v40z",leftlinesegment:"M40 281 V428 H0 V94 H40 V241 H400000 v40z\nM40 281 V428 H0 V94 H40 V241 H400000 v40z",leftmapsto:"M40 281 V448H0V74H40V241H400000v40z\nM40 281 V448H0V74H40V241H400000v40z",leftToFrom:"M0 147h400000v40H0zm0 214c68 40 115.7 95.7 143 167h22c15.3 0 23\n-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69-70-101l-7-8h399905v-40H95l7-8\nc28.7-32 52-65.7 70-101 10.7-23.3 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 265.3\n 68 321 0 361zm0-174v-40h399900v40zm100 154v40h399900v-40z",longequal:"M0 50 h400000 v40H0z m0 194h40000v40H0z\nM0 50 h400000 v40H0z m0 194h40000v40H0z",midbrace:"M200428 334\nc-100.7-8.3-195.3-44-280-108-55.3-42-101.7-93-139-153l-9-14c-2.7 4-5.7 8.7-9 14\n-53.3 86.7-123.7 153-211 199-66.7 36-137.3 56.3-212 62H0V214h199568c178.3-11.7\n 311.7-78.3 403-201 6-8 9.7-12 11-12 .7-.7 6.7-1 18-1s17.3.3 18 1c1.3 0 5 4 11\n 12 44.7 59.3 101.3 106.3 170 141s145.3 54.3 229 60h199572v120z",midbraceunder:"M199572 214\nc100.7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153l9 14c2.7-4 5.7-8.7 9-14\n 53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3\n 11.7-311.7 78.3-403 201-6 8-9.7 12-11 12-.7.7-6.7 1-18 1s-17.3-.3-18-1c-1.3 0\n-5-4-11-12-44.7-59.3-101.3-106.3-170-141s-145.3-54.3-229-60H0V214z",oiintSize1:"M512.6 71.6c272.6 0 320.3 106.8 320.3 178.2 0 70.8-47.7 177.6\n-320.3 177.6S193.1 320.6 193.1 249.8c0-71.4 46.9-178.2 319.5-178.2z\nm368.1 178.2c0-86.4-60.9-215.4-368.1-215.4-306.4 0-367.3 129-367.3 215.4 0 85.8\n60.9 214.8 367.3 214.8 307.2 0 368.1-129 368.1-214.8z",oiintSize2:"M757.8 100.1c384.7 0 451.1 137.6 451.1 230 0 91.3-66.4 228.8\n-451.1 228.8-386.3 0-452.7-137.5-452.7-228.8 0-92.4 66.4-230 452.7-230z\nm502.4 230c0-111.2-82.4-277.2-502.4-277.2s-504 166-504 277.2\nc0 110 84 276 504 276s502.4-166 502.4-276z",oiiintSize1:"M681.4 71.6c408.9 0 480.5 106.8 480.5 178.2 0 70.8-71.6 177.6\n-480.5 177.6S202.1 320.6 202.1 249.8c0-71.4 70.5-178.2 479.3-178.2z\nm525.8 178.2c0-86.4-86.8-215.4-525.7-215.4-437.9 0-524.7 129-524.7 215.4 0\n85.8 86.8 214.8 524.7 214.8 438.9 0 525.7-129 525.7-214.8z",oiiintSize2:"M1021.2 53c603.6 0 707.8 165.8 707.8 277.2 0 110-104.2 275.8\n-707.8 275.8-606 0-710.2-165.8-710.2-275.8C311 218.8 415.2 53 1021.2 53z\nm770.4 277.1c0-131.2-126.4-327.6-770.5-327.6S248.4 198.9 248.4 330.1\nc0 130 128.8 326.4 772.7 326.4s770.5-196.4 770.5-326.4z",rightarrow:"M0 241v40h399891c-47.3 35.3-84 78-110 128\n-16.7 32-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20\n 11 8 0 13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7\n 39-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85\n-40.5-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\n 151.7 139 205zm0 0v40h399900v-40z",rightbrace:"M400000 542l\n-6 6h-17c-12.7 0-19.3-.3-20-1-4-4-7.3-8.3-10-13-35.3-51.3-80.8-93.8-136.5-127.5\ns-117.2-55.8-184.5-66.5c-.7 0-2-.3-4-1-18.7-2.7-76-4.3-172-5H0V214h399571l6 1\nc124.7 8 235 61.7 331 161 31.3 33.3 59.7 72.7 85 118l7 13v35z",rightbraceunder:"M399994 0l6 6v35l-6 11c-56 104-135.3 181.3-238 232-57.3\n 28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237\n-174 2.7-5 6-9 10-13 .7-1 7.3-1 20-1h17z",rightgroup:"M0 80h399565c371 0 266.7 149.4 414 180 5.9 1.2 18 0 18 0 2 0\n 3-1 3-3v-38c-76-158-257-219-435-219H0z",rightgroupunder:"M0 262h399565c371 0 266.7-149.4 414-180 5.9-1.2 18 0 18\n 0 2 0 3 1 3 3v38c-76 158-257 219-435 219H0z",rightharpoon:"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3\n-3.7-15.3-11-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2\n-10.7 0-16.7 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58\n 69.2 92 94.5zm0 0v40h399900v-40z",rightharpoonplus:"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3-3.7-15.3-11\n-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2-10.7 0-16.7\n 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58 69.2 92 94.5z\nm0 0v40h399900v-40z m100 194v40h399900v-40zm0 0v40h399900v-40z",rightharpoondown:"M399747 511c0 7.3 6.7 11 20 11 8 0 13-.8 15-2.5s4.7-6.8\n 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3 8.5-5.8 9.5\n-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3-64.7 57-92 95\n-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 241v40h399900v-40z",rightharpoondownplus:"M399747 705c0 7.3 6.7 11 20 11 8 0 13-.8\n 15-2.5s4.7-6.8 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3\n 8.5-5.8 9.5-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3\n-64.7 57-92 95-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 435v40h399900v-40z\nm0-194v40h400000v-40zm0 0v40h400000v-40z",righthook:"M399859 241c-764 0 0 0 0 0 40-3.3 68.7-15.7 86-37 10-12 15-25.3\n 15-40 0-22.7-9.8-40.7-29.5-54-19.7-13.3-43.5-21-71.5-23-17.3-1.3-26-8-26-20 0\n-13.3 8.7-20 26-20 38 0 71 11.2 99 33.5 0 0 7 5.6 21 16.7 14 11.2 21 33.5 21\n 66.8s-14 61.2-42 83.5c-28 22.3-61 33.5-99 33.5L0 241z M0 281v-40h399859v40z",rightlinesegment:"M399960 241 V94 h40 V428 h-40 V281 H0 v-40z\nM399960 241 V94 h40 V428 h-40 V281 H0 v-40z",rightToFrom:"M400000 167c-70.7-42-118-97.7-142-167h-23c-15.3 0-23 .3-23\n 1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101l7 8H0v40h399905l-7 8c-28.7 32\n-52 65.7-70 101-10.7 23.3-16 35.7-16 37 0 .7 7.7 1 23 1h23c24-69.3 71.3-125 142\n-167z M100 147v40h399900v-40zM0 341v40h399900v-40z",twoheadleftarrow:"M0 167c68 40\n 115.7 95.7 143 167h22c15.3 0 23-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69\n-70-101l-7-8h125l9 7c50.7 39.3 85 86 103 140h46c0-4.7-6.3-18.7-19-42-18-35.3\n-40-67.3-66-96l-9-9h399716v-40H284l9-9c26-28.7 48-60.7 66-96 12.7-23.333 19\n-37.333 19-42h-46c-18 54-52.3 100.7-103 140l-9 7H95l7-8c28.7-32 52-65.7 70-101\n 10.7-23.333 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 71.3 68 127 0 167z",twoheadrightarrow:"M400000 167\nc-68-40-115.7-95.7-143-167h-22c-15.3 0-23 .3-23 1 0 1.3 5.3 13.7 16 37 18 35.3\n 41.3 69 70 101l7 8h-125l-9-7c-50.7-39.3-85-86-103-140h-46c0 4.7 6.3 18.7 19 42\n 18 35.3 40 67.3 66 96l9 9H0v40h399716l-9 9c-26 28.7-48 60.7-66 96-12.7 23.333\n-19 37.333-19 42h46c18-54 52.3-100.7 103-140l9-7h125l-7 8c-28.7 32-52 65.7-70\n 101-10.7 23.333-16 35.7-16 37 0 .7 7.7 1 23 1h22c27.3-71.3 75-127 143-167z",tilde1:"M200 55.538c-77 0-168 73.953-177 73.953-3 0-7\n-2.175-9-5.437L2 97c-1-2-2-4-2-6 0-4 2-7 5-9l20-12C116 12 171 0 207 0c86 0\n 114 68 191 68 78 0 168-68 177-68 4 0 7 2 9 5l12 19c1 2.175 2 4.35 2 6.525 0\n 4.35-2 7.613-5 9.788l-19 13.05c-92 63.077-116.937 75.308-183 76.128\n-68.267.847-113-73.952-191-73.952z",tilde2:"M344 55.266c-142 0-300.638 81.316-311.5 86.418\n-8.01 3.762-22.5 10.91-23.5 5.562L1 120c-1-2-1-3-1-4 0-5 3-9 8-10l18.4-9C160.9\n 31.9 283 0 358 0c148 0 188 122 331 122s314-97 326-97c4 0 8 2 10 7l7 21.114\nc1 2.14 1 3.21 1 4.28 0 5.347-3 9.626-7 10.696l-22.3 12.622C852.6 158.372 751\n 181.476 676 181.476c-149 0-189-126.21-332-126.21z",tilde3:"M786 59C457 59 32 175.242 13 175.242c-6 0-10-3.457\n-11-10.37L.15 138c-1-7 3-12 10-13l19.2-6.4C378.4 40.7 634.3 0 804.3 0c337 0\n 411.8 157 746.8 157 328 0 754-112 773-112 5 0 10 3 11 9l1 14.075c1 8.066-.697\n 16.595-6.697 17.492l-21.052 7.31c-367.9 98.146-609.15 122.696-778.15 122.696\n -338 0-409-156.573-744-156.573z",tilde4:"M786 58C457 58 32 177.487 13 177.487c-6 0-10-3.345\n-11-10.035L.15 143c-1-7 3-12 10-13l22-6.7C381.2 35 637.15 0 807.15 0c337 0 409\n 177 744 177 328 0 754-127 773-127 5 0 10 3 11 9l1 14.794c1 7.805-3 13.38-9\n 14.495l-20.7 5.574c-366.85 99.79-607.3 139.372-776.3 139.372-338 0-409\n -175.236-744-175.236z",vec:"M377 20c0-5.333 1.833-10 5.5-14S391 0 397 0c4.667 0 8.667 1.667 12 5\n3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11\n10.667 11 18 0 6-1 10-3 12s-6.667 5-14 9c-28.667 14.667-53.667 35.667-75 63\n-1.333 1.333-3.167 3.5-5.5 6.5s-4 4.833-5 5.5c-1 .667-2.5 1.333-4.5 2s-4.333 1\n-7 1c-4.667 0-9.167-1.833-13.5-5.5S337 184 337 178c0-12.667 15.667-32.333 47-59\nH213l-171-1c-8.667-6-13-12.333-13-19 0-4.667 4.333-11.333 13-20h359\nc-16-25.333-24-45-24-59z",widehat1:"M529 0h5l519 115c5 1 9 5 9 10 0 1-1 2-1 3l-4 22\nc-1 5-5 9-11 9h-2L532 67 19 159h-2c-5 0-9-4-11-9l-5-22c-1-6 2-12 8-13z",widehat2:"M1181 0h2l1171 176c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 220h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widehat3:"M1181 0h2l1171 236c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 280h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widehat4:"M1181 0h2l1171 296c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 340h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widecheck1:"M529,159h5l519,-115c5,-1,9,-5,9,-10c0,-1,-1,-2,-1,-3l-4,-22c-1,\n-5,-5,-9,-11,-9h-2l-512,92l-513,-92h-2c-5,0,-9,4,-11,9l-5,22c-1,6,2,12,8,13z",widecheck2:"M1181,220h2l1171,-176c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,153l-1167,-153h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",widecheck3:"M1181,280h2l1171,-236c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,213l-1167,-213h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",widecheck4:"M1181,340h2l1171,-296c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,273l-1167,-273h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",baraboveleftarrow:"M400000 620h-399890l3 -3c68.7 -52.7 113.7 -120 135 -202\nc4 -14.7 6 -23 6 -25c0 -7.3 -7 -11 -21 -11c-8 0 -13.2 0.8 -15.5 2.5\nc-2.3 1.7 -4.2 5.8 -5.5 12.5c-1.3 4.7 -2.7 10.3 -4 17c-12 48.7 -34.8 92 -68.5 130\ns-74.2 66.3 -121.5 85c-10 4 -16 7.7 -18 11c0 8.7 6 14.3 18 17c47.3 18.7 87.8 47\n121.5 85s56.5 81.3 68.5 130c0.7 2 1.3 5 2 9s1.2 6.7 1.5 8c0.3 1.3 1 3.3 2 6\ns2.2 4.5 3.5 5.5c1.3 1 3.3 1.8 6 2.5s6 1 10 1c14 0 21 -3.7 21 -11\nc0 -2 -2 -10.3 -6 -25c-20 -79.3 -65 -146.7 -135 -202l-3 -3h399890z\nM100 620v40h399900v-40z M0 241v40h399900v-40zM0 241v40h399900v-40z",rightarrowabovebar:"M0 241v40h399891c-47.3 35.3-84 78-110 128-16.7 32\n-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20 11 8 0\n13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7 39\n-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85-40.5\n-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\n151.7 139 205zm96 379h399894v40H0zm0 0h399904v40H0z",baraboveshortleftharpoon:"M507,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17\nc2,0.7,5,1,9,1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21\nc-32,-87.3,-82.7,-157.7,-152,-211c0,0,-3,-3,-3,-3l399351,0l0,-40\nc-398570,0,-399437,0,-399437,0z M593 435 v40 H399500 v-40z\nM0 281 v-40 H399908 v40z M0 281 v-40 H399908 v40z",rightharpoonaboveshortbar:"M0,241 l0,40c399126,0,399993,0,399993,0\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\nM0 241 v40 H399908 v-40z M0 475 v-40 H399500 v40z M0 475 v-40 H399500 v40z",shortbaraboveleftharpoon:"M7,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17c2,0.7,5,1,9,\n1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21c-32,-87.3,-82.7,-157.7,\n-152,-211c0,0,-3,-3,-3,-3l399907,0l0,-40c-399126,0,-399993,0,-399993,0z\nM93 435 v40 H400000 v-40z M500 241 v40 H400000 v-40z M500 241 v40 H400000 v-40z",shortrightharpoonabovebar:"M53,241l0,40c398570,0,399437,0,399437,0\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\nM500 241 v40 H399408 v-40z M500 435 v40 H400000 v-40z"};class B{constructor(t){this.children=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.children=t,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}hasClass(t){return p.contains(this.classes,t)}toNode(){const t=document.createDocumentFragment();for(let e=0;this.children.length>e;e++)t.appendChild(this.children[e].toNode());return t}toMarkup(){let t="";for(let e=0;this.children.length>e;e++)t+=this.children[e].toMarkup();return t}toText(){return this.children.map(t=>t.toText()).join("")}}const C=function(t){return t.filter(t=>t).join(" ")},q=function(t,e,r){if(this.classes=t||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=r||{},e){e.style.isTight()&&this.classes.push("mtight");const t=e.getColor();t&&(this.style.color=t)}},N=function(t){const e=document.createElement(t);e.className=C(this.classes);for(const t in this.style)this.style.hasOwnProperty(t)&&(e.style[t]=this.style[t]);for(const t in this.attributes)this.attributes.hasOwnProperty(t)&&e.setAttribute(t,this.attributes[t]);for(let t=0;this.children.length>t;t++)e.appendChild(this.children[t].toNode());return e},O=function(t){let e=`<${t}`;this.classes.length&&(e+=` class="${p.escape(C(this.classes))}"`);let r="";for(const t in this.style)this.style.hasOwnProperty(t)&&(r+=`${p.hyphenate(t)}:${this.style[t]};`);r&&(e+=` style="${p.escape(r)}"`);for(const t in this.attributes)this.attributes.hasOwnProperty(t)&&(e+=` ${t}="${p.escape(this.attributes[t])}"`);e+=">";for(let t=0;this.children.length>t;t++)e+=this.children[t].toMarkup();return e+=`</${t}>`,e};class I{constructor(t,e,r,n){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.width=void 0,this.maxFontSize=void 0,this.style=void 0,q.call(this,t,r,n),this.children=e||[]}setAttribute(t,e){this.attributes[t]=e}hasClass(t){return p.contains(this.classes,t)}toNode(){return N.call(this,"span")}toMarkup(){return O.call(this,"span")}}class R{constructor(t,e,r,n){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,q.call(this,e,n),this.children=r||[],this.setAttribute("href",t)}setAttribute(t,e){this.attributes[t]=e}hasClass(t){return p.contains(this.classes,t)}toNode(){return N.call(this,"a")}toMarkup(){return O.call(this,"a")}}class E{constructor(t,e,r){this.src=void 0,this.alt=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.alt=e,this.src=t,this.classes=["mord"],this.style=r}hasClass(t){return p.contains(this.classes,t)}toNode(){const t=document.createElement("img");t.src=this.src,t.alt=this.alt,t.className="mord";for(const e in this.style)this.style.hasOwnProperty(e)&&(t.style[e]=this.style[e]);return t}toMarkup(){let t=`<img src='${this.src} 'alt='${this.alt}' `,e="";for(const t in this.style)this.style.hasOwnProperty(t)&&(e+=`${p.hyphenate(t)}:${this.style[t]};`);return e&&(t+=` style="${p.escape(e)}"`),t+="'/>",t}}const L={"î":"ı̂","ï":"ı̈","í":"ı́","ì":"ı̀"};class P{constructor(t,e,r,n,o,a,i,s){this.text=void 0,this.height=void 0,this.depth=void 0,this.italic=void 0,this.skew=void 0,this.width=void 0,this.maxFontSize=void 0,this.classes=void 0,this.style=void 0,this.text=t,this.height=e||0,this.depth=r||0,this.italic=n||0,this.skew=o||0,this.width=a||0,this.classes=i||[],this.style=s||{},this.maxFontSize=0;const l=function(t){for(let e=0;T.length>e;e++){const r=T[e];for(let e=0;r.blocks.length>e;e++){const n=r.blocks[e];if(t>=n[0]&&n[1]>=t)return r.name}}return null}(this.text.charCodeAt(0));l&&this.classes.push(l+"_fallback"),/[îïíì]/.test(this.text)&&(this.text=L[this.text])}hasClass(t){return p.contains(this.classes,t)}toNode(){const t=document.createTextNode(this.text);let e=null;this.italic>0&&(e=document.createElement("span"),e.style.marginRight=this.italic+"em"),this.classes.length>0&&(e=e||document.createElement("span"),e.className=C(this.classes));for(const t in this.style)this.style.hasOwnProperty(t)&&(e=e||document.createElement("span"),e.style[t]=this.style[t]);return e?(e.appendChild(t),e):t}toMarkup(){let t=!1,e="<span";this.classes.length&&(t=!0,e+=' class="',e+=p.escape(C(this.classes)),e+='"');let r="";this.italic>0&&(r+="margin-right:"+this.italic+"em;");for(const t in this.style)this.style.hasOwnProperty(t)&&(r+=p.hyphenate(t)+":"+this.style[t]+";");r&&(t=!0,e+=' style="'+p.escape(r)+'"');const n=p.escape(this.text);return t?(e+=">",e+=n,e+="</span>",e):n}}class D{constructor(t,e){this.children=void 0,this.attributes=void 0,this.children=t||[],this.attributes=e||{}}toNode(){const t=document.createElementNS("http://www.w3.org/2000/svg","svg");for(const e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&t.setAttribute(e,this.attributes[e]);for(let e=0;this.children.length>e;e++)t.appendChild(this.children[e].toNode());return t}toMarkup(){let t="<svg";for(const e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&(t+=` ${e}='${this.attributes[e]}'`);t+=">";for(let e=0;this.children.length>e;e++)t+=this.children[e].toMarkup();return t+="</svg>",t}}class H{constructor(t,e){this.pathName=void 0,this.alternate=void 0,this.pathName=t,this.alternate=e}toNode(){const t=document.createElementNS("http://www.w3.org/2000/svg","path");return t.setAttribute("d",this.alternate?this.alternate:A[this.pathName]),t}toMarkup(){return this.alternate?`<path d='${this.alternate}'/>`:`<path d='${A[this.pathName]}'/>`}}class ${constructor(t){this.attributes=void 0,this.attributes=t||{}}toNode(){const t=document.createElementNS("http://www.w3.org/2000/svg","line");for(const e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&t.setAttribute(e,this.attributes[e]);return t}toMarkup(){let t="<line";for(const e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&(t+=` ${e}='${this.attributes[e]}'`);return t+="/>",t}}function F(t){if(t instanceof P)return t;throw Error(`Expected symbolNode but got ${t+""}.`)}var V={"AMS-Regular":{65:[0,.68889,0,0,.72222],66:[0,.68889,0,0,.66667],67:[0,.68889,0,0,.72222],68:[0,.68889,0,0,.72222],69:[0,.68889,0,0,.66667],70:[0,.68889,0,0,.61111],71:[0,.68889,0,0,.77778],72:[0,.68889,0,0,.77778],73:[0,.68889,0,0,.38889],74:[.16667,.68889,0,0,.5],75:[0,.68889,0,0,.77778],76:[0,.68889,0,0,.66667],77:[0,.68889,0,0,.94445],78:[0,.68889,0,0,.72222],79:[.16667,.68889,0,0,.77778],80:[0,.68889,0,0,.61111],81:[.16667,.68889,0,0,.77778],82:[0,.68889,0,0,.72222],83:[0,.68889,0,0,.55556],84:[0,.68889,0,0,.66667],85:[0,.68889,0,0,.72222],86:[0,.68889,0,0,.72222],87:[0,.68889,0,0,1],88:[0,.68889,0,0,.72222],89:[0,.68889,0,0,.72222],90:[0,.68889,0,0,.66667],107:[0,.68889,0,0,.55556],165:[0,.675,.025,0,.75],174:[.15559,.69224,0,0,.94666],240:[0,.68889,0,0,.55556],295:[0,.68889,0,0,.54028],710:[0,.825,0,0,2.33334],732:[0,.9,0,0,2.33334],770:[0,.825,0,0,2.33334],771:[0,.9,0,0,2.33334],989:[.08167,.58167,0,0,.77778],1008:[0,.43056,.04028,0,.66667],8245:[0,.54986,0,0,.275],8463:[0,.68889,0,0,.54028],8487:[0,.68889,0,0,.72222],8498:[0,.68889,0,0,.55556],8502:[0,.68889,0,0,.66667],8503:[0,.68889,0,0,.44445],8504:[0,.68889,0,0,.66667],8513:[0,.68889,0,0,.63889],8592:[-.03598,.46402,0,0,.5],8594:[-.03598,.46402,0,0,.5],8602:[-.13313,.36687,0,0,1],8603:[-.13313,.36687,0,0,1],8606:[.01354,.52239,0,0,1],8608:[.01354,.52239,0,0,1],8610:[.01354,.52239,0,0,1.11111],8611:[.01354,.52239,0,0,1.11111],8619:[0,.54986,0,0,1],8620:[0,.54986,0,0,1],8621:[-.13313,.37788,0,0,1.38889],8622:[-.13313,.36687,0,0,1],8624:[0,.69224,0,0,.5],8625:[0,.69224,0,0,.5],8630:[0,.43056,0,0,1],8631:[0,.43056,0,0,1],8634:[.08198,.58198,0,0,.77778],8635:[.08198,.58198,0,0,.77778],8638:[.19444,.69224,0,0,.41667],8639:[.19444,.69224,0,0,.41667],8642:[.19444,.69224,0,0,.41667],8643:[.19444,.69224,0,0,.41667],8644:[.1808,.675,0,0,1],8646:[.1808,.675,0,0,1],8647:[.1808,.675,0,0,1],8648:[.19444,.69224,0,0,.83334],8649:[.1808,.675,0,0,1],8650:[.19444,.69224,0,0,.83334],8651:[.01354,.52239,0,0,1],8652:[.01354,.52239,0,0,1],8653:[-.13313,.36687,0,0,1],8654:[-.13313,.36687,0,0,1],8655:[-.13313,.36687,0,0,1],8666:[.13667,.63667,0,0,1],8667:[.13667,.63667,0,0,1],8669:[-.13313,.37788,0,0,1],8672:[-.064,.437,0,0,1.334],8674:[-.064,.437,0,0,1.334],8705:[0,.825,0,0,.5],8708:[0,.68889,0,0,.55556],8709:[.08167,.58167,0,0,.77778],8717:[0,.43056,0,0,.42917],8722:[-.03598,.46402,0,0,.5],8724:[.08198,.69224,0,0,.77778],8726:[.08167,.58167,0,0,.77778],8733:[0,.69224,0,0,.77778],8736:[0,.69224,0,0,.72222],8737:[0,.69224,0,0,.72222],8738:[.03517,.52239,0,0,.72222],8739:[.08167,.58167,0,0,.22222],8740:[.25142,.74111,0,0,.27778],8741:[.08167,.58167,0,0,.38889],8742:[.25142,.74111,0,0,.5],8756:[0,.69224,0,0,.66667],8757:[0,.69224,0,0,.66667],8764:[-.13313,.36687,0,0,.77778],8765:[-.13313,.37788,0,0,.77778],8769:[-.13313,.36687,0,0,.77778],8770:[-.03625,.46375,0,0,.77778],8774:[.30274,.79383,0,0,.77778],8776:[-.01688,.48312,0,0,.77778],8778:[.08167,.58167,0,0,.77778],8782:[.06062,.54986,0,0,.77778],8783:[.06062,.54986,0,0,.77778],8785:[.08198,.58198,0,0,.77778],8786:[.08198,.58198,0,0,.77778],8787:[.08198,.58198,0,0,.77778],8790:[0,.69224,0,0,.77778],8791:[.22958,.72958,0,0,.77778],8796:[.08198,.91667,0,0,.77778],8806:[.25583,.75583,0,0,.77778],8807:[.25583,.75583,0,0,.77778],8808:[.25142,.75726,0,0,.77778],8809:[.25142,.75726,0,0,.77778],8812:[.25583,.75583,0,0,.5],8814:[.20576,.70576,0,0,.77778],8815:[.20576,.70576,0,0,.77778],8816:[.30274,.79383,0,0,.77778],8817:[.30274,.79383,0,0,.77778],8818:[.22958,.72958,0,0,.77778],8819:[.22958,.72958,0,0,.77778],8822:[.1808,.675,0,0,.77778],8823:[.1808,.675,0,0,.77778],8828:[.13667,.63667,0,0,.77778],8829:[.13667,.63667,0,0,.77778],8830:[.22958,.72958,0,0,.77778],8831:[.22958,.72958,0,0,.77778],8832:[.20576,.70576,0,0,.77778],8833:[.20576,.70576,0,0,.77778],8840:[.30274,.79383,0,0,.77778],8841:[.30274,.79383,0,0,.77778],8842:[.13597,.63597,0,0,.77778],8843:[.13597,.63597,0,0,.77778],8847:[.03517,.54986,0,0,.77778],8848:[.03517,.54986,0,0,.77778],8858:[.08198,.58198,0,0,.77778],8859:[.08198,.58198,0,0,.77778],8861:[.08198,.58198,0,0,.77778],8862:[0,.675,0,0,.77778],8863:[0,.675,0,0,.77778],8864:[0,.675,0,0,.77778],8865:[0,.675,0,0,.77778],8872:[0,.69224,0,0,.61111],8873:[0,.69224,0,0,.72222],8874:[0,.69224,0,0,.88889],8876:[0,.68889,0,0,.61111],8877:[0,.68889,0,0,.61111],8878:[0,.68889,0,0,.72222],8879:[0,.68889,0,0,.72222],8882:[.03517,.54986,0,0,.77778],8883:[.03517,.54986,0,0,.77778],8884:[.13667,.63667,0,0,.77778],8885:[.13667,.63667,0,0,.77778],8888:[0,.54986,0,0,1.11111],8890:[.19444,.43056,0,0,.55556],8891:[.19444,.69224,0,0,.61111],8892:[.19444,.69224,0,0,.61111],8901:[0,.54986,0,0,.27778],8903:[.08167,.58167,0,0,.77778],8905:[.08167,.58167,0,0,.77778],8906:[.08167,.58167,0,0,.77778],8907:[0,.69224,0,0,.77778],8908:[0,.69224,0,0,.77778],8909:[-.03598,.46402,0,0,.77778],8910:[0,.54986,0,0,.76042],8911:[0,.54986,0,0,.76042],8912:[.03517,.54986,0,0,.77778],8913:[.03517,.54986,0,0,.77778],8914:[0,.54986,0,0,.66667],8915:[0,.54986,0,0,.66667],8916:[0,.69224,0,0,.66667],8918:[.0391,.5391,0,0,.77778],8919:[.0391,.5391,0,0,.77778],8920:[.03517,.54986,0,0,1.33334],8921:[.03517,.54986,0,0,1.33334],8922:[.38569,.88569,0,0,.77778],8923:[.38569,.88569,0,0,.77778],8926:[.13667,.63667,0,0,.77778],8927:[.13667,.63667,0,0,.77778],8928:[.30274,.79383,0,0,.77778],8929:[.30274,.79383,0,0,.77778],8934:[.23222,.74111,0,0,.77778],8935:[.23222,.74111,0,0,.77778],8936:[.23222,.74111,0,0,.77778],8937:[.23222,.74111,0,0,.77778],8938:[.20576,.70576,0,0,.77778],8939:[.20576,.70576,0,0,.77778],8940:[.30274,.79383,0,0,.77778],8941:[.30274,.79383,0,0,.77778],8994:[.19444,.69224,0,0,.77778],8995:[.19444,.69224,0,0,.77778],9416:[.15559,.69224,0,0,.90222],9484:[0,.69224,0,0,.5],9488:[0,.69224,0,0,.5],9492:[0,.37788,0,0,.5],9496:[0,.37788,0,0,.5],9585:[.19444,.68889,0,0,.88889],9586:[.19444,.74111,0,0,.88889],9632:[0,.675,0,0,.77778],9633:[0,.675,0,0,.77778],9650:[0,.54986,0,0,.72222],9651:[0,.54986,0,0,.72222],9654:[.03517,.54986,0,0,.77778],9660:[0,.54986,0,0,.72222],9661:[0,.54986,0,0,.72222],9664:[.03517,.54986,0,0,.77778],9674:[.11111,.69224,0,0,.66667],9733:[.19444,.69224,0,0,.94445],10003:[0,.69224,0,0,.83334],10016:[0,.69224,0,0,.83334],10731:[.11111,.69224,0,0,.66667],10846:[.19444,.75583,0,0,.61111],10877:[.13667,.63667,0,0,.77778],10878:[.13667,.63667,0,0,.77778],10885:[.25583,.75583,0,0,.77778],10886:[.25583,.75583,0,0,.77778],10887:[.13597,.63597,0,0,.77778],10888:[.13597,.63597,0,0,.77778],10889:[.26167,.75726,0,0,.77778],10890:[.26167,.75726,0,0,.77778],10891:[.48256,.98256,0,0,.77778],10892:[.48256,.98256,0,0,.77778],10901:[.13667,.63667,0,0,.77778],10902:[.13667,.63667,0,0,.77778],10933:[.25142,.75726,0,0,.77778],10934:[.25142,.75726,0,0,.77778],10935:[.26167,.75726,0,0,.77778],10936:[.26167,.75726,0,0,.77778],10937:[.26167,.75726,0,0,.77778],10938:[.26167,.75726,0,0,.77778],10949:[.25583,.75583,0,0,.77778],10950:[.25583,.75583,0,0,.77778],10955:[.28481,.79383,0,0,.77778],10956:[.28481,.79383,0,0,.77778],57350:[.08167,.58167,0,0,.22222],57351:[.08167,.58167,0,0,.38889],57352:[.08167,.58167,0,0,.77778],57353:[0,.43056,.04028,0,.66667],57356:[.25142,.75726,0,0,.77778],57357:[.25142,.75726,0,0,.77778],57358:[.41951,.91951,0,0,.77778],57359:[.30274,.79383,0,0,.77778],57360:[.30274,.79383,0,0,.77778],57361:[.41951,.91951,0,0,.77778],57366:[.25142,.75726,0,0,.77778],57367:[.25142,.75726,0,0,.77778],57368:[.25142,.75726,0,0,.77778],57369:[.25142,.75726,0,0,.77778],57370:[.13597,.63597,0,0,.77778],57371:[.13597,.63597,0,0,.77778]},"Caligraphic-Regular":{48:[0,.43056,0,0,.5],49:[0,.43056,0,0,.5],50:[0,.43056,0,0,.5],51:[.19444,.43056,0,0,.5],52:[.19444,.43056,0,0,.5],53:[.19444,.43056,0,0,.5],54:[0,.64444,0,0,.5],55:[.19444,.43056,0,0,.5],56:[0,.64444,0,0,.5],57:[.19444,.43056,0,0,.5],65:[0,.68333,0,.19445,.79847],66:[0,.68333,.03041,.13889,.65681],67:[0,.68333,.05834,.13889,.52653],68:[0,.68333,.02778,.08334,.77139],69:[0,.68333,.08944,.11111,.52778],70:[0,.68333,.09931,.11111,.71875],71:[.09722,.68333,.0593,.11111,.59487],72:[0,.68333,.00965,.11111,.84452],73:[0,.68333,.07382,0,.54452],74:[.09722,.68333,.18472,.16667,.67778],75:[0,.68333,.01445,.05556,.76195],76:[0,.68333,0,.13889,.68972],77:[0,.68333,0,.13889,1.2009],78:[0,.68333,.14736,.08334,.82049],79:[0,.68333,.02778,.11111,.79611],80:[0,.68333,.08222,.08334,.69556],81:[.09722,.68333,0,.11111,.81667],82:[0,.68333,0,.08334,.8475],83:[0,.68333,.075,.13889,.60556],84:[0,.68333,.25417,0,.54464],85:[0,.68333,.09931,.08334,.62583],86:[0,.68333,.08222,0,.61278],87:[0,.68333,.08222,.08334,.98778],88:[0,.68333,.14643,.13889,.7133],89:[.09722,.68333,.08222,.08334,.66834],90:[0,.68333,.07944,.13889,.72473]},"Fraktur-Regular":{33:[0,.69141,0,0,.29574],34:[0,.69141,0,0,.21471],38:[0,.69141,0,0,.73786],39:[0,.69141,0,0,.21201],40:[.24982,.74947,0,0,.38865],41:[.24982,.74947,0,0,.38865],42:[0,.62119,0,0,.27764],43:[.08319,.58283,0,0,.75623],44:[0,.10803,0,0,.27764],45:[.08319,.58283,0,0,.75623],46:[0,.10803,0,0,.27764],47:[.24982,.74947,0,0,.50181],48:[0,.47534,0,0,.50181],49:[0,.47534,0,0,.50181],50:[0,.47534,0,0,.50181],51:[.18906,.47534,0,0,.50181],52:[.18906,.47534,0,0,.50181],53:[.18906,.47534,0,0,.50181],54:[0,.69141,0,0,.50181],55:[.18906,.47534,0,0,.50181],56:[0,.69141,0,0,.50181],57:[.18906,.47534,0,0,.50181],58:[0,.47534,0,0,.21606],59:[.12604,.47534,0,0,.21606],61:[-.13099,.36866,0,0,.75623],63:[0,.69141,0,0,.36245],65:[0,.69141,0,0,.7176],66:[0,.69141,0,0,.88397],67:[0,.69141,0,0,.61254],68:[0,.69141,0,0,.83158],69:[0,.69141,0,0,.66278],70:[.12604,.69141,0,0,.61119],71:[0,.69141,0,0,.78539],72:[.06302,.69141,0,0,.7203],73:[0,.69141,0,0,.55448],74:[.12604,.69141,0,0,.55231],75:[0,.69141,0,0,.66845],76:[0,.69141,0,0,.66602],77:[0,.69141,0,0,1.04953],78:[0,.69141,0,0,.83212],79:[0,.69141,0,0,.82699],80:[.18906,.69141,0,0,.82753],81:[.03781,.69141,0,0,.82699],82:[0,.69141,0,0,.82807],83:[0,.69141,0,0,.82861],84:[0,.69141,0,0,.66899],85:[0,.69141,0,0,.64576],86:[0,.69141,0,0,.83131],87:[0,.69141,0,0,1.04602],88:[0,.69141,0,0,.71922],89:[.18906,.69141,0,0,.83293],90:[.12604,.69141,0,0,.60201],91:[.24982,.74947,0,0,.27764],93:[.24982,.74947,0,0,.27764],94:[0,.69141,0,0,.49965],97:[0,.47534,0,0,.50046],98:[0,.69141,0,0,.51315],99:[0,.47534,0,0,.38946],100:[0,.62119,0,0,.49857],101:[0,.47534,0,0,.40053],102:[.18906,.69141,0,0,.32626],103:[.18906,.47534,0,0,.5037],104:[.18906,.69141,0,0,.52126],105:[0,.69141,0,0,.27899],106:[0,.69141,0,0,.28088],107:[0,.69141,0,0,.38946],108:[0,.69141,0,0,.27953],109:[0,.47534,0,0,.76676],110:[0,.47534,0,0,.52666],111:[0,.47534,0,0,.48885],112:[.18906,.52396,0,0,.50046],113:[.18906,.47534,0,0,.48912],114:[0,.47534,0,0,.38919],115:[0,.47534,0,0,.44266],116:[0,.62119,0,0,.33301],117:[0,.47534,0,0,.5172],118:[0,.52396,0,0,.5118],119:[0,.52396,0,0,.77351],120:[.18906,.47534,0,0,.38865],121:[.18906,.47534,0,0,.49884],122:[.18906,.47534,0,0,.39054],8216:[0,.69141,0,0,.21471],8217:[0,.69141,0,0,.21471],58112:[0,.62119,0,0,.49749],58113:[0,.62119,0,0,.4983],58114:[.18906,.69141,0,0,.33328],58115:[.18906,.69141,0,0,.32923],58116:[.18906,.47534,0,0,.50343],58117:[0,.69141,0,0,.33301],58118:[0,.62119,0,0,.33409],58119:[0,.47534,0,0,.50073]},"Main-Bold":{33:[0,.69444,0,0,.35],34:[0,.69444,0,0,.60278],35:[.19444,.69444,0,0,.95833],36:[.05556,.75,0,0,.575],37:[.05556,.75,0,0,.95833],38:[0,.69444,0,0,.89444],39:[0,.69444,0,0,.31944],40:[.25,.75,0,0,.44722],41:[.25,.75,0,0,.44722],42:[0,.75,0,0,.575],43:[.13333,.63333,0,0,.89444],44:[.19444,.15556,0,0,.31944],45:[0,.44444,0,0,.38333],46:[0,.15556,0,0,.31944],47:[.25,.75,0,0,.575],48:[0,.64444,0,0,.575],49:[0,.64444,0,0,.575],50:[0,.64444,0,0,.575],51:[0,.64444,0,0,.575],52:[0,.64444,0,0,.575],53:[0,.64444,0,0,.575],54:[0,.64444,0,0,.575],55:[0,.64444,0,0,.575],56:[0,.64444,0,0,.575],57:[0,.64444,0,0,.575],58:[0,.44444,0,0,.31944],59:[.19444,.44444,0,0,.31944],60:[.08556,.58556,0,0,.89444],61:[-.10889,.39111,0,0,.89444],62:[.08556,.58556,0,0,.89444],63:[0,.69444,0,0,.54305],64:[0,.69444,0,0,.89444],65:[0,.68611,0,0,.86944],66:[0,.68611,0,0,.81805],67:[0,.68611,0,0,.83055],68:[0,.68611,0,0,.88194],69:[0,.68611,0,0,.75555],70:[0,.68611,0,0,.72361],71:[0,.68611,0,0,.90416],72:[0,.68611,0,0,.9],73:[0,.68611,0,0,.43611],74:[0,.68611,0,0,.59444],75:[0,.68611,0,0,.90138],76:[0,.68611,0,0,.69166],77:[0,.68611,0,0,1.09166],78:[0,.68611,0,0,.9],79:[0,.68611,0,0,.86388],80:[0,.68611,0,0,.78611],81:[.19444,.68611,0,0,.86388],82:[0,.68611,0,0,.8625],83:[0,.68611,0,0,.63889],84:[0,.68611,0,0,.8],85:[0,.68611,0,0,.88472],86:[0,.68611,.01597,0,.86944],87:[0,.68611,.01597,0,1.18888],88:[0,.68611,0,0,.86944],89:[0,.68611,.02875,0,.86944],90:[0,.68611,0,0,.70277],91:[.25,.75,0,0,.31944],92:[.25,.75,0,0,.575],93:[.25,.75,0,0,.31944],94:[0,.69444,0,0,.575],95:[.31,.13444,.03194,0,.575],97:[0,.44444,0,0,.55902],98:[0,.69444,0,0,.63889],99:[0,.44444,0,0,.51111],100:[0,.69444,0,0,.63889],101:[0,.44444,0,0,.52708],102:[0,.69444,.10903,0,.35139],103:[.19444,.44444,.01597,0,.575],104:[0,.69444,0,0,.63889],105:[0,.69444,0,0,.31944],106:[.19444,.69444,0,0,.35139],107:[0,.69444,0,0,.60694],108:[0,.69444,0,0,.31944],109:[0,.44444,0,0,.95833],110:[0,.44444,0,0,.63889],111:[0,.44444,0,0,.575],112:[.19444,.44444,0,0,.63889],113:[.19444,.44444,0,0,.60694],114:[0,.44444,0,0,.47361],115:[0,.44444,0,0,.45361],116:[0,.63492,0,0,.44722],117:[0,.44444,0,0,.63889],118:[0,.44444,.01597,0,.60694],119:[0,.44444,.01597,0,.83055],120:[0,.44444,0,0,.60694],121:[.19444,.44444,.01597,0,.60694],122:[0,.44444,0,0,.51111],123:[.25,.75,0,0,.575],124:[.25,.75,0,0,.31944],125:[.25,.75,0,0,.575],126:[.35,.34444,0,0,.575],168:[0,.69444,0,0,.575],172:[0,.44444,0,0,.76666],176:[0,.69444,0,0,.86944],177:[.13333,.63333,0,0,.89444],184:[.17014,0,0,0,.51111],198:[0,.68611,0,0,1.04166],215:[.13333,.63333,0,0,.89444],216:[.04861,.73472,0,0,.89444],223:[0,.69444,0,0,.59722],230:[0,.44444,0,0,.83055],247:[.13333,.63333,0,0,.89444],248:[.09722,.54167,0,0,.575],305:[0,.44444,0,0,.31944],338:[0,.68611,0,0,1.16944],339:[0,.44444,0,0,.89444],567:[.19444,.44444,0,0,.35139],710:[0,.69444,0,0,.575],711:[0,.63194,0,0,.575],713:[0,.59611,0,0,.575],714:[0,.69444,0,0,.575],715:[0,.69444,0,0,.575],728:[0,.69444,0,0,.575],729:[0,.69444,0,0,.31944],730:[0,.69444,0,0,.86944],732:[0,.69444,0,0,.575],733:[0,.69444,0,0,.575],915:[0,.68611,0,0,.69166],916:[0,.68611,0,0,.95833],920:[0,.68611,0,0,.89444],923:[0,.68611,0,0,.80555],926:[0,.68611,0,0,.76666],928:[0,.68611,0,0,.9],931:[0,.68611,0,0,.83055],933:[0,.68611,0,0,.89444],934:[0,.68611,0,0,.83055],936:[0,.68611,0,0,.89444],937:[0,.68611,0,0,.83055],8211:[0,.44444,.03194,0,.575],8212:[0,.44444,.03194,0,1.14999],8216:[0,.69444,0,0,.31944],8217:[0,.69444,0,0,.31944],8220:[0,.69444,0,0,.60278],8221:[0,.69444,0,0,.60278],8224:[.19444,.69444,0,0,.51111],8225:[.19444,.69444,0,0,.51111],8242:[0,.55556,0,0,.34444],8407:[0,.72444,.15486,0,.575],8463:[0,.69444,0,0,.66759],8465:[0,.69444,0,0,.83055],8467:[0,.69444,0,0,.47361],8472:[.19444,.44444,0,0,.74027],8476:[0,.69444,0,0,.83055],8501:[0,.69444,0,0,.70277],8592:[-.10889,.39111,0,0,1.14999],8593:[.19444,.69444,0,0,.575],8594:[-.10889,.39111,0,0,1.14999],8595:[.19444,.69444,0,0,.575],8596:[-.10889,.39111,0,0,1.14999],8597:[.25,.75,0,0,.575],8598:[.19444,.69444,0,0,1.14999],8599:[.19444,.69444,0,0,1.14999],8600:[.19444,.69444,0,0,1.14999],8601:[.19444,.69444,0,0,1.14999],8636:[-.10889,.39111,0,0,1.14999],8637:[-.10889,.39111,0,0,1.14999],8640:[-.10889,.39111,0,0,1.14999],8641:[-.10889,.39111,0,0,1.14999],8656:[-.10889,.39111,0,0,1.14999],8657:[.19444,.69444,0,0,.70277],8658:[-.10889,.39111,0,0,1.14999],8659:[.19444,.69444,0,0,.70277],8660:[-.10889,.39111,0,0,1.14999],8661:[.25,.75,0,0,.70277],8704:[0,.69444,0,0,.63889],8706:[0,.69444,.06389,0,.62847],8707:[0,.69444,0,0,.63889],8709:[.05556,.75,0,0,.575],8711:[0,.68611,0,0,.95833],8712:[.08556,.58556,0,0,.76666],8715:[.08556,.58556,0,0,.76666],8722:[.13333,.63333,0,0,.89444],8723:[.13333,.63333,0,0,.89444],8725:[.25,.75,0,0,.575],8726:[.25,.75,0,0,.575],8727:[-.02778,.47222,0,0,.575],8728:[-.02639,.47361,0,0,.575],8729:[-.02639,.47361,0,0,.575],8730:[.18,.82,0,0,.95833],8733:[0,.44444,0,0,.89444],8734:[0,.44444,0,0,1.14999],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.31944],8741:[.25,.75,0,0,.575],8743:[0,.55556,0,0,.76666],8744:[0,.55556,0,0,.76666],8745:[0,.55556,0,0,.76666],8746:[0,.55556,0,0,.76666],8747:[.19444,.69444,.12778,0,.56875],8764:[-.10889,.39111,0,0,.89444],8768:[.19444,.69444,0,0,.31944],8771:[.00222,.50222,0,0,.89444],8776:[.02444,.52444,0,0,.89444],8781:[.00222,.50222,0,0,.89444],8801:[.00222,.50222,0,0,.89444],8804:[.19667,.69667,0,0,.89444],8805:[.19667,.69667,0,0,.89444],8810:[.08556,.58556,0,0,1.14999],8811:[.08556,.58556,0,0,1.14999],8826:[.08556,.58556,0,0,.89444],8827:[.08556,.58556,0,0,.89444],8834:[.08556,.58556,0,0,.89444],8835:[.08556,.58556,0,0,.89444],8838:[.19667,.69667,0,0,.89444],8839:[.19667,.69667,0,0,.89444],8846:[0,.55556,0,0,.76666],8849:[.19667,.69667,0,0,.89444],8850:[.19667,.69667,0,0,.89444],8851:[0,.55556,0,0,.76666],8852:[0,.55556,0,0,.76666],8853:[.13333,.63333,0,0,.89444],8854:[.13333,.63333,0,0,.89444],8855:[.13333,.63333,0,0,.89444],8856:[.13333,.63333,0,0,.89444],8857:[.13333,.63333,0,0,.89444],8866:[0,.69444,0,0,.70277],8867:[0,.69444,0,0,.70277],8868:[0,.69444,0,0,.89444],8869:[0,.69444,0,0,.89444],8900:[-.02639,.47361,0,0,.575],8901:[-.02639,.47361,0,0,.31944],8902:[-.02778,.47222,0,0,.575],8968:[.25,.75,0,0,.51111],8969:[.25,.75,0,0,.51111],8970:[.25,.75,0,0,.51111],8971:[.25,.75,0,0,.51111],8994:[-.13889,.36111,0,0,1.14999],8995:[-.13889,.36111,0,0,1.14999],9651:[.19444,.69444,0,0,1.02222],9657:[-.02778,.47222,0,0,.575],9661:[.19444,.69444,0,0,1.02222],9667:[-.02778,.47222,0,0,.575],9711:[.19444,.69444,0,0,1.14999],9824:[.12963,.69444,0,0,.89444],9825:[.12963,.69444,0,0,.89444],9826:[.12963,.69444,0,0,.89444],9827:[.12963,.69444,0,0,.89444],9837:[0,.75,0,0,.44722],9838:[.19444,.69444,0,0,.44722],9839:[.19444,.69444,0,0,.44722],10216:[.25,.75,0,0,.44722],10217:[.25,.75,0,0,.44722],10815:[0,.68611,0,0,.9],10927:[.19667,.69667,0,0,.89444],10928:[.19667,.69667,0,0,.89444],57376:[.19444,.69444,0,0,0]},"Main-BoldItalic":{33:[0,.69444,.11417,0,.38611],34:[0,.69444,.07939,0,.62055],35:[.19444,.69444,.06833,0,.94444],37:[.05556,.75,.12861,0,.94444],38:[0,.69444,.08528,0,.88555],39:[0,.69444,.12945,0,.35555],40:[.25,.75,.15806,0,.47333],41:[.25,.75,.03306,0,.47333],42:[0,.75,.14333,0,.59111],43:[.10333,.60333,.03306,0,.88555],44:[.19444,.14722,0,0,.35555],45:[0,.44444,.02611,0,.41444],46:[0,.14722,0,0,.35555],47:[.25,.75,.15806,0,.59111],48:[0,.64444,.13167,0,.59111],49:[0,.64444,.13167,0,.59111],50:[0,.64444,.13167,0,.59111],51:[0,.64444,.13167,0,.59111],52:[.19444,.64444,.13167,0,.59111],53:[0,.64444,.13167,0,.59111],54:[0,.64444,.13167,0,.59111],55:[.19444,.64444,.13167,0,.59111],56:[0,.64444,.13167,0,.59111],57:[0,.64444,.13167,0,.59111],58:[0,.44444,.06695,0,.35555],59:[.19444,.44444,.06695,0,.35555],61:[-.10889,.39111,.06833,0,.88555],63:[0,.69444,.11472,0,.59111],64:[0,.69444,.09208,0,.88555],65:[0,.68611,0,0,.86555],66:[0,.68611,.0992,0,.81666],67:[0,.68611,.14208,0,.82666],68:[0,.68611,.09062,0,.87555],69:[0,.68611,.11431,0,.75666],70:[0,.68611,.12903,0,.72722],71:[0,.68611,.07347,0,.89527],72:[0,.68611,.17208,0,.8961],73:[0,.68611,.15681,0,.47166],74:[0,.68611,.145,0,.61055],75:[0,.68611,.14208,0,.89499],76:[0,.68611,0,0,.69777],77:[0,.68611,.17208,0,1.07277],78:[0,.68611,.17208,0,.8961],79:[0,.68611,.09062,0,.85499],80:[0,.68611,.0992,0,.78721],81:[.19444,.68611,.09062,0,.85499],82:[0,.68611,.02559,0,.85944],83:[0,.68611,.11264,0,.64999],84:[0,.68611,.12903,0,.7961],85:[0,.68611,.17208,0,.88083],86:[0,.68611,.18625,0,.86555],87:[0,.68611,.18625,0,1.15999],88:[0,.68611,.15681,0,.86555],89:[0,.68611,.19803,0,.86555],90:[0,.68611,.14208,0,.70888],91:[.25,.75,.1875,0,.35611],93:[.25,.75,.09972,0,.35611],94:[0,.69444,.06709,0,.59111],95:[.31,.13444,.09811,0,.59111],97:[0,.44444,.09426,0,.59111],98:[0,.69444,.07861,0,.53222],99:[0,.44444,.05222,0,.53222],100:[0,.69444,.10861,0,.59111],101:[0,.44444,.085,0,.53222],102:[.19444,.69444,.21778,0,.4],103:[.19444,.44444,.105,0,.53222],104:[0,.69444,.09426,0,.59111],105:[0,.69326,.11387,0,.35555],106:[.19444,.69326,.1672,0,.35555],107:[0,.69444,.11111,0,.53222],108:[0,.69444,.10861,0,.29666],109:[0,.44444,.09426,0,.94444],110:[0,.44444,.09426,0,.64999],111:[0,.44444,.07861,0,.59111],112:[.19444,.44444,.07861,0,.59111],113:[.19444,.44444,.105,0,.53222],114:[0,.44444,.11111,0,.50167],115:[0,.44444,.08167,0,.48694],116:[0,.63492,.09639,0,.385],117:[0,.44444,.09426,0,.62055],118:[0,.44444,.11111,0,.53222],119:[0,.44444,.11111,0,.76777],120:[0,.44444,.12583,0,.56055],121:[.19444,.44444,.105,0,.56166],122:[0,.44444,.13889,0,.49055],126:[.35,.34444,.11472,0,.59111],163:[0,.69444,0,0,.86853],168:[0,.69444,.11473,0,.59111],176:[0,.69444,0,0,.94888],184:[.17014,0,0,0,.53222],198:[0,.68611,.11431,0,1.02277],216:[.04861,.73472,.09062,0,.88555],223:[.19444,.69444,.09736,0,.665],230:[0,.44444,.085,0,.82666],248:[.09722,.54167,.09458,0,.59111],305:[0,.44444,.09426,0,.35555],338:[0,.68611,.11431,0,1.14054],339:[0,.44444,.085,0,.82666],567:[.19444,.44444,.04611,0,.385],710:[0,.69444,.06709,0,.59111],711:[0,.63194,.08271,0,.59111],713:[0,.59444,.10444,0,.59111],714:[0,.69444,.08528,0,.59111],715:[0,.69444,0,0,.59111],728:[0,.69444,.10333,0,.59111],729:[0,.69444,.12945,0,.35555],730:[0,.69444,0,0,.94888],732:[0,.69444,.11472,0,.59111],733:[0,.69444,.11472,0,.59111],915:[0,.68611,.12903,0,.69777],916:[0,.68611,0,0,.94444],920:[0,.68611,.09062,0,.88555],923:[0,.68611,0,0,.80666],926:[0,.68611,.15092,0,.76777],928:[0,.68611,.17208,0,.8961],931:[0,.68611,.11431,0,.82666],933:[0,.68611,.10778,0,.88555],934:[0,.68611,.05632,0,.82666],936:[0,.68611,.10778,0,.88555],937:[0,.68611,.0992,0,.82666],8211:[0,.44444,.09811,0,.59111],8212:[0,.44444,.09811,0,1.18221],8216:[0,.69444,.12945,0,.35555],8217:[0,.69444,.12945,0,.35555],8220:[0,.69444,.16772,0,.62055],8221:[0,.69444,.07939,0,.62055]},"Main-Italic":{33:[0,.69444,.12417,0,.30667],34:[0,.69444,.06961,0,.51444],35:[.19444,.69444,.06616,0,.81777],37:[.05556,.75,.13639,0,.81777],38:[0,.69444,.09694,0,.76666],39:[0,.69444,.12417,0,.30667],40:[.25,.75,.16194,0,.40889],41:[.25,.75,.03694,0,.40889],42:[0,.75,.14917,0,.51111],43:[.05667,.56167,.03694,0,.76666],44:[.19444,.10556,0,0,.30667],45:[0,.43056,.02826,0,.35778],46:[0,.10556,0,0,.30667],47:[.25,.75,.16194,0,.51111],48:[0,.64444,.13556,0,.51111],49:[0,.64444,.13556,0,.51111],50:[0,.64444,.13556,0,.51111],51:[0,.64444,.13556,0,.51111],52:[.19444,.64444,.13556,0,.51111],53:[0,.64444,.13556,0,.51111],54:[0,.64444,.13556,0,.51111],55:[.19444,.64444,.13556,0,.51111],56:[0,.64444,.13556,0,.51111],57:[0,.64444,.13556,0,.51111],58:[0,.43056,.0582,0,.30667],59:[.19444,.43056,.0582,0,.30667],61:[-.13313,.36687,.06616,0,.76666],63:[0,.69444,.1225,0,.51111],64:[0,.69444,.09597,0,.76666],65:[0,.68333,0,0,.74333],66:[0,.68333,.10257,0,.70389],67:[0,.68333,.14528,0,.71555],68:[0,.68333,.09403,0,.755],69:[0,.68333,.12028,0,.67833],70:[0,.68333,.13305,0,.65277],71:[0,.68333,.08722,0,.77361],72:[0,.68333,.16389,0,.74333],73:[0,.68333,.15806,0,.38555],74:[0,.68333,.14028,0,.525],75:[0,.68333,.14528,0,.76888],76:[0,.68333,0,0,.62722],77:[0,.68333,.16389,0,.89666],78:[0,.68333,.16389,0,.74333],79:[0,.68333,.09403,0,.76666],80:[0,.68333,.10257,0,.67833],81:[.19444,.68333,.09403,0,.76666],82:[0,.68333,.03868,0,.72944],83:[0,.68333,.11972,0,.56222],84:[0,.68333,.13305,0,.71555],85:[0,.68333,.16389,0,.74333],86:[0,.68333,.18361,0,.74333],87:[0,.68333,.18361,0,.99888],88:[0,.68333,.15806,0,.74333],89:[0,.68333,.19383,0,.74333],90:[0,.68333,.14528,0,.61333],91:[.25,.75,.1875,0,.30667],93:[.25,.75,.10528,0,.30667],94:[0,.69444,.06646,0,.51111],95:[.31,.12056,.09208,0,.51111],97:[0,.43056,.07671,0,.51111],98:[0,.69444,.06312,0,.46],99:[0,.43056,.05653,0,.46],100:[0,.69444,.10333,0,.51111],101:[0,.43056,.07514,0,.46],102:[.19444,.69444,.21194,0,.30667],103:[.19444,.43056,.08847,0,.46],104:[0,.69444,.07671,0,.51111],105:[0,.65536,.1019,0,.30667],106:[.19444,.65536,.14467,0,.30667],107:[0,.69444,.10764,0,.46],108:[0,.69444,.10333,0,.25555],109:[0,.43056,.07671,0,.81777],110:[0,.43056,.07671,0,.56222],111:[0,.43056,.06312,0,.51111],112:[.19444,.43056,.06312,0,.51111],113:[.19444,.43056,.08847,0,.46],114:[0,.43056,.10764,0,.42166],115:[0,.43056,.08208,0,.40889],116:[0,.61508,.09486,0,.33222],117:[0,.43056,.07671,0,.53666],118:[0,.43056,.10764,0,.46],119:[0,.43056,.10764,0,.66444],120:[0,.43056,.12042,0,.46389],121:[.19444,.43056,.08847,0,.48555],122:[0,.43056,.12292,0,.40889],126:[.35,.31786,.11585,0,.51111],163:[0,.69444,0,0,.76909],168:[0,.66786,.10474,0,.51111],176:[0,.69444,0,0,.83129],184:[.17014,0,0,0,.46],198:[0,.68333,.12028,0,.88277],216:[.04861,.73194,.09403,0,.76666],223:[.19444,.69444,.10514,0,.53666],230:[0,.43056,.07514,0,.71555],248:[.09722,.52778,.09194,0,.51111],305:[0,.43056,0,.02778,.32246],338:[0,.68333,.12028,0,.98499],339:[0,.43056,.07514,0,.71555],567:[.19444,.43056,0,.08334,.38403],710:[0,.69444,.06646,0,.51111],711:[0,.62847,.08295,0,.51111],713:[0,.56167,.10333,0,.51111],714:[0,.69444,.09694,0,.51111],715:[0,.69444,0,0,.51111],728:[0,.69444,.10806,0,.51111],729:[0,.66786,.11752,0,.30667],730:[0,.69444,0,0,.83129],732:[0,.66786,.11585,0,.51111],733:[0,.69444,.1225,0,.51111],915:[0,.68333,.13305,0,.62722],916:[0,.68333,0,0,.81777],920:[0,.68333,.09403,0,.76666],923:[0,.68333,0,0,.69222],926:[0,.68333,.15294,0,.66444],928:[0,.68333,.16389,0,.74333],931:[0,.68333,.12028,0,.71555],933:[0,.68333,.11111,0,.76666],934:[0,.68333,.05986,0,.71555],936:[0,.68333,.11111,0,.76666],937:[0,.68333,.10257,0,.71555],8211:[0,.43056,.09208,0,.51111],8212:[0,.43056,.09208,0,1.02222],8216:[0,.69444,.12417,0,.30667],8217:[0,.69444,.12417,0,.30667],8220:[0,.69444,.1685,0,.51444],8221:[0,.69444,.06961,0,.51444],8463:[0,.68889,0,0,.54028]},"Main-Regular":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.27778],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.77778],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.19444,.10556,0,0,.27778],45:[0,.43056,0,0,.33333],46:[0,.10556,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.64444,0,0,.5],49:[0,.64444,0,0,.5],50:[0,.64444,0,0,.5],51:[0,.64444,0,0,.5],52:[0,.64444,0,0,.5],53:[0,.64444,0,0,.5],54:[0,.64444,0,0,.5],55:[0,.64444,0,0,.5],56:[0,.64444,0,0,.5],57:[0,.64444,0,0,.5],58:[0,.43056,0,0,.27778],59:[.19444,.43056,0,0,.27778],60:[.0391,.5391,0,0,.77778],61:[-.13313,.36687,0,0,.77778],62:[.0391,.5391,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.77778],65:[0,.68333,0,0,.75],66:[0,.68333,0,0,.70834],67:[0,.68333,0,0,.72222],68:[0,.68333,0,0,.76389],69:[0,.68333,0,0,.68056],70:[0,.68333,0,0,.65278],71:[0,.68333,0,0,.78472],72:[0,.68333,0,0,.75],73:[0,.68333,0,0,.36111],74:[0,.68333,0,0,.51389],75:[0,.68333,0,0,.77778],76:[0,.68333,0,0,.625],77:[0,.68333,0,0,.91667],78:[0,.68333,0,0,.75],79:[0,.68333,0,0,.77778],80:[0,.68333,0,0,.68056],81:[.19444,.68333,0,0,.77778],82:[0,.68333,0,0,.73611],83:[0,.68333,0,0,.55556],84:[0,.68333,0,0,.72222],85:[0,.68333,0,0,.75],86:[0,.68333,.01389,0,.75],87:[0,.68333,.01389,0,1.02778],88:[0,.68333,0,0,.75],89:[0,.68333,.025,0,.75],90:[0,.68333,0,0,.61111],91:[.25,.75,0,0,.27778],92:[.25,.75,0,0,.5],93:[.25,.75,0,0,.27778],94:[0,.69444,0,0,.5],95:[.31,.12056,.02778,0,.5],97:[0,.43056,0,0,.5],98:[0,.69444,0,0,.55556],99:[0,.43056,0,0,.44445],100:[0,.69444,0,0,.55556],101:[0,.43056,0,0,.44445],102:[0,.69444,.07778,0,.30556],103:[.19444,.43056,.01389,0,.5],104:[0,.69444,0,0,.55556],105:[0,.66786,0,0,.27778],106:[.19444,.66786,0,0,.30556],107:[0,.69444,0,0,.52778],108:[0,.69444,0,0,.27778],109:[0,.43056,0,0,.83334],110:[0,.43056,0,0,.55556],111:[0,.43056,0,0,.5],112:[.19444,.43056,0,0,.55556],113:[.19444,.43056,0,0,.52778],114:[0,.43056,0,0,.39167],115:[0,.43056,0,0,.39445],116:[0,.61508,0,0,.38889],117:[0,.43056,0,0,.55556],118:[0,.43056,.01389,0,.52778],119:[0,.43056,.01389,0,.72222],120:[0,.43056,0,0,.52778],121:[.19444,.43056,.01389,0,.52778],122:[0,.43056,0,0,.44445],123:[.25,.75,0,0,.5],124:[.25,.75,0,0,.27778],125:[.25,.75,0,0,.5],126:[.35,.31786,0,0,.5],160:[0,0,0,0,.25],167:[.19444,.69444,0,0,.44445],168:[0,.66786,0,0,.5],172:[0,.43056,0,0,.66667],176:[0,.69444,0,0,.75],177:[.08333,.58333,0,0,.77778],182:[.19444,.69444,0,0,.61111],184:[.17014,0,0,0,.44445],198:[0,.68333,0,0,.90278],215:[.08333,.58333,0,0,.77778],216:[.04861,.73194,0,0,.77778],223:[0,.69444,0,0,.5],230:[0,.43056,0,0,.72222],247:[.08333,.58333,0,0,.77778],248:[.09722,.52778,0,0,.5],305:[0,.43056,0,0,.27778],338:[0,.68333,0,0,1.01389],339:[0,.43056,0,0,.77778],567:[.19444,.43056,0,0,.30556],710:[0,.69444,0,0,.5],711:[0,.62847,0,0,.5],713:[0,.56778,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.66786,0,0,.27778],730:[0,.69444,0,0,.75],732:[0,.66786,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.68333,0,0,.625],916:[0,.68333,0,0,.83334],920:[0,.68333,0,0,.77778],923:[0,.68333,0,0,.69445],926:[0,.68333,0,0,.66667],928:[0,.68333,0,0,.75],931:[0,.68333,0,0,.72222],933:[0,.68333,0,0,.77778],934:[0,.68333,0,0,.72222],936:[0,.68333,0,0,.77778],937:[0,.68333,0,0,.72222],8211:[0,.43056,.02778,0,.5],8212:[0,.43056,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5],8224:[.19444,.69444,0,0,.44445],8225:[.19444,.69444,0,0,.44445],8230:[0,.12,0,0,1.172],8242:[0,.55556,0,0,.275],8407:[0,.71444,.15382,0,.5],8463:[0,.68889,0,0,.54028],8465:[0,.69444,0,0,.72222],8467:[0,.69444,0,.11111,.41667],8472:[.19444,.43056,0,.11111,.63646],8476:[0,.69444,0,0,.72222],8501:[0,.69444,0,0,.61111],8592:[-.13313,.36687,0,0,1],8593:[.19444,.69444,0,0,.5],8594:[-.13313,.36687,0,0,1],8595:[.19444,.69444,0,0,.5],8596:[-.13313,.36687,0,0,1],8597:[.25,.75,0,0,.5],8598:[.19444,.69444,0,0,1],8599:[.19444,.69444,0,0,1],8600:[.19444,.69444,0,0,1],8601:[.19444,.69444,0,0,1],8614:[.011,.511,0,0,1],8617:[.011,.511,0,0,1.126],8618:[.011,.511,0,0,1.126],8636:[-.13313,.36687,0,0,1],8637:[-.13313,.36687,0,0,1],8640:[-.13313,.36687,0,0,1],8641:[-.13313,.36687,0,0,1],8652:[.011,.671,0,0,1],8656:[-.13313,.36687,0,0,1],8657:[.19444,.69444,0,0,.61111],8658:[-.13313,.36687,0,0,1],8659:[.19444,.69444,0,0,.61111],8660:[-.13313,.36687,0,0,1],8661:[.25,.75,0,0,.61111],8704:[0,.69444,0,0,.55556],8706:[0,.69444,.05556,.08334,.5309],8707:[0,.69444,0,0,.55556],8709:[.05556,.75,0,0,.5],8711:[0,.68333,0,0,.83334],8712:[.0391,.5391,0,0,.66667],8715:[.0391,.5391,0,0,.66667],8722:[.08333,.58333,0,0,.77778],8723:[.08333,.58333,0,0,.77778],8725:[.25,.75,0,0,.5],8726:[.25,.75,0,0,.5],8727:[-.03472,.46528,0,0,.5],8728:[-.05555,.44445,0,0,.5],8729:[-.05555,.44445,0,0,.5],8730:[.2,.8,0,0,.83334],8733:[0,.43056,0,0,.77778],8734:[0,.43056,0,0,1],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.27778],8741:[.25,.75,0,0,.5],8743:[0,.55556,0,0,.66667],8744:[0,.55556,0,0,.66667],8745:[0,.55556,0,0,.66667],8746:[0,.55556,0,0,.66667],8747:[.19444,.69444,.11111,0,.41667],8764:[-.13313,.36687,0,0,.77778],8768:[.19444,.69444,0,0,.27778],8771:[-.03625,.46375,0,0,.77778],8773:[-.022,.589,0,0,1],8776:[-.01688,.48312,0,0,.77778],8781:[-.03625,.46375,0,0,.77778],8784:[-.133,.67,0,0,.778],8801:[-.03625,.46375,0,0,.77778],8804:[.13597,.63597,0,0,.77778],8805:[.13597,.63597,0,0,.77778],8810:[.0391,.5391,0,0,1],8811:[.0391,.5391,0,0,1],8826:[.0391,.5391,0,0,.77778],8827:[.0391,.5391,0,0,.77778],8834:[.0391,.5391,0,0,.77778],8835:[.0391,.5391,0,0,.77778],8838:[.13597,.63597,0,0,.77778],8839:[.13597,.63597,0,0,.77778],8846:[0,.55556,0,0,.66667],8849:[.13597,.63597,0,0,.77778],8850:[.13597,.63597,0,0,.77778],8851:[0,.55556,0,0,.66667],8852:[0,.55556,0,0,.66667],8853:[.08333,.58333,0,0,.77778],8854:[.08333,.58333,0,0,.77778],8855:[.08333,.58333,0,0,.77778],8856:[.08333,.58333,0,0,.77778],8857:[.08333,.58333,0,0,.77778],8866:[0,.69444,0,0,.61111],8867:[0,.69444,0,0,.61111],8868:[0,.69444,0,0,.77778],8869:[0,.69444,0,0,.77778],8872:[.249,.75,0,0,.867],8900:[-.05555,.44445,0,0,.5],8901:[-.05555,.44445,0,0,.27778],8902:[-.03472,.46528,0,0,.5],8904:[.005,.505,0,0,.9],8942:[.03,.9,0,0,.278],8943:[-.19,.31,0,0,1.172],8945:[-.1,.82,0,0,1.282],8968:[.25,.75,0,0,.44445],8969:[.25,.75,0,0,.44445],8970:[.25,.75,0,0,.44445],8971:[.25,.75,0,0,.44445],8994:[-.14236,.35764,0,0,1],8995:[-.14236,.35764,0,0,1],9136:[.244,.744,0,0,.412],9137:[.244,.744,0,0,.412],9651:[.19444,.69444,0,0,.88889],9657:[-.03472,.46528,0,0,.5],9661:[.19444,.69444,0,0,.88889],9667:[-.03472,.46528,0,0,.5],9711:[.19444,.69444,0,0,1],9824:[.12963,.69444,0,0,.77778],9825:[.12963,.69444,0,0,.77778],9826:[.12963,.69444,0,0,.77778],9827:[.12963,.69444,0,0,.77778],9837:[0,.75,0,0,.38889],9838:[.19444,.69444,0,0,.38889],9839:[.19444,.69444,0,0,.38889],10216:[.25,.75,0,0,.38889],10217:[.25,.75,0,0,.38889],10222:[.244,.744,0,0,.412],10223:[.244,.744,0,0,.412],10229:[.011,.511,0,0,1.609],10230:[.011,.511,0,0,1.638],10231:[.011,.511,0,0,1.859],10232:[.024,.525,0,0,1.609],10233:[.024,.525,0,0,1.638],10234:[.024,.525,0,0,1.858],10236:[.011,.511,0,0,1.638],10815:[0,.68333,0,0,.75],10927:[.13597,.63597,0,0,.77778],10928:[.13597,.63597,0,0,.77778],57376:[.19444,.69444,0,0,0]},"Math-BoldItalic":{65:[0,.68611,0,0,.86944],66:[0,.68611,.04835,0,.8664],67:[0,.68611,.06979,0,.81694],68:[0,.68611,.03194,0,.93812],69:[0,.68611,.05451,0,.81007],70:[0,.68611,.15972,0,.68889],71:[0,.68611,0,0,.88673],72:[0,.68611,.08229,0,.98229],73:[0,.68611,.07778,0,.51111],74:[0,.68611,.10069,0,.63125],75:[0,.68611,.06979,0,.97118],76:[0,.68611,0,0,.75555],77:[0,.68611,.11424,0,1.14201],78:[0,.68611,.11424,0,.95034],79:[0,.68611,.03194,0,.83666],80:[0,.68611,.15972,0,.72309],81:[.19444,.68611,0,0,.86861],82:[0,.68611,.00421,0,.87235],83:[0,.68611,.05382,0,.69271],84:[0,.68611,.15972,0,.63663],85:[0,.68611,.11424,0,.80027],86:[0,.68611,.25555,0,.67778],87:[0,.68611,.15972,0,1.09305],88:[0,.68611,.07778,0,.94722],89:[0,.68611,.25555,0,.67458],90:[0,.68611,.06979,0,.77257],97:[0,.44444,0,0,.63287],98:[0,.69444,0,0,.52083],99:[0,.44444,0,0,.51342],100:[0,.69444,0,0,.60972],101:[0,.44444,0,0,.55361],102:[.19444,.69444,.11042,0,.56806],103:[.19444,.44444,.03704,0,.5449],104:[0,.69444,0,0,.66759],105:[0,.69326,0,0,.4048],106:[.19444,.69326,.0622,0,.47083],107:[0,.69444,.01852,0,.6037],108:[0,.69444,.0088,0,.34815],109:[0,.44444,0,0,1.0324],110:[0,.44444,0,0,.71296],111:[0,.44444,0,0,.58472],112:[.19444,.44444,0,0,.60092],113:[.19444,.44444,.03704,0,.54213],114:[0,.44444,.03194,0,.5287],115:[0,.44444,0,0,.53125],116:[0,.63492,0,0,.41528],117:[0,.44444,0,0,.68102],118:[0,.44444,.03704,0,.56666],119:[0,.44444,.02778,0,.83148],120:[0,.44444,0,0,.65903],121:[.19444,.44444,.03704,0,.59028],122:[0,.44444,.04213,0,.55509],915:[0,.68611,.15972,0,.65694],916:[0,.68611,0,0,.95833],920:[0,.68611,.03194,0,.86722],923:[0,.68611,0,0,.80555],926:[0,.68611,.07458,0,.84125],928:[0,.68611,.08229,0,.98229],931:[0,.68611,.05451,0,.88507],933:[0,.68611,.15972,0,.67083],934:[0,.68611,0,0,.76666],936:[0,.68611,.11653,0,.71402],937:[0,.68611,.04835,0,.8789],945:[0,.44444,0,0,.76064],946:[.19444,.69444,.03403,0,.65972],947:[.19444,.44444,.06389,0,.59003],948:[0,.69444,.03819,0,.52222],949:[0,.44444,0,0,.52882],950:[.19444,.69444,.06215,0,.50833],951:[.19444,.44444,.03704,0,.6],952:[0,.69444,.03194,0,.5618],953:[0,.44444,0,0,.41204],954:[0,.44444,0,0,.66759],955:[0,.69444,0,0,.67083],956:[.19444,.44444,0,0,.70787],957:[0,.44444,.06898,0,.57685],958:[.19444,.69444,.03021,0,.50833],959:[0,.44444,0,0,.58472],960:[0,.44444,.03704,0,.68241],961:[.19444,.44444,0,0,.6118],962:[.09722,.44444,.07917,0,.42361],963:[0,.44444,.03704,0,.68588],964:[0,.44444,.13472,0,.52083],965:[0,.44444,.03704,0,.63055],966:[.19444,.44444,0,0,.74722],967:[.19444,.44444,0,0,.71805],968:[.19444,.69444,.03704,0,.75833],969:[0,.44444,.03704,0,.71782],977:[0,.69444,0,0,.69155],981:[.19444,.69444,0,0,.7125],982:[0,.44444,.03194,0,.975],1009:[.19444,.44444,0,0,.6118],1013:[0,.44444,0,0,.48333]},"Math-Italic":{65:[0,.68333,0,.13889,.75],66:[0,.68333,.05017,.08334,.75851],67:[0,.68333,.07153,.08334,.71472],68:[0,.68333,.02778,.05556,.82792],69:[0,.68333,.05764,.08334,.7382],70:[0,.68333,.13889,.08334,.64306],71:[0,.68333,0,.08334,.78625],72:[0,.68333,.08125,.05556,.83125],73:[0,.68333,.07847,.11111,.43958],74:[0,.68333,.09618,.16667,.55451],75:[0,.68333,.07153,.05556,.84931],76:[0,.68333,0,.02778,.68056],77:[0,.68333,.10903,.08334,.97014],78:[0,.68333,.10903,.08334,.80347],79:[0,.68333,.02778,.08334,.76278],80:[0,.68333,.13889,.08334,.64201],81:[.19444,.68333,0,.08334,.79056],82:[0,.68333,.00773,.08334,.75929],83:[0,.68333,.05764,.08334,.6132],84:[0,.68333,.13889,.08334,.58438],85:[0,.68333,.10903,.02778,.68278],86:[0,.68333,.22222,0,.58333],87:[0,.68333,.13889,0,.94445],88:[0,.68333,.07847,.08334,.82847],89:[0,.68333,.22222,0,.58056],90:[0,.68333,.07153,.08334,.68264],97:[0,.43056,0,0,.52859],98:[0,.69444,0,0,.42917],99:[0,.43056,0,.05556,.43276],100:[0,.69444,0,.16667,.52049],101:[0,.43056,0,.05556,.46563],102:[.19444,.69444,.10764,.16667,.48959],103:[.19444,.43056,.03588,.02778,.47697],104:[0,.69444,0,0,.57616],105:[0,.65952,0,0,.34451],106:[.19444,.65952,.05724,0,.41181],107:[0,.69444,.03148,0,.5206],108:[0,.69444,.01968,.08334,.29838],109:[0,.43056,0,0,.87801],110:[0,.43056,0,0,.60023],111:[0,.43056,0,.05556,.48472],112:[.19444,.43056,0,.08334,.50313],113:[.19444,.43056,.03588,.08334,.44641],114:[0,.43056,.02778,.05556,.45116],115:[0,.43056,0,.05556,.46875],116:[0,.61508,0,.08334,.36111],117:[0,.43056,0,.02778,.57246],118:[0,.43056,.03588,.02778,.48472],119:[0,.43056,.02691,.08334,.71592],120:[0,.43056,0,.02778,.57153],121:[.19444,.43056,.03588,.05556,.49028],122:[0,.43056,.04398,.05556,.46505],915:[0,.68333,.13889,.08334,.61528],916:[0,.68333,0,.16667,.83334],920:[0,.68333,.02778,.08334,.76278],923:[0,.68333,0,.16667,.69445],926:[0,.68333,.07569,.08334,.74236],928:[0,.68333,.08125,.05556,.83125],931:[0,.68333,.05764,.08334,.77986],933:[0,.68333,.13889,.05556,.58333],934:[0,.68333,0,.08334,.66667],936:[0,.68333,.11,.05556,.61222],937:[0,.68333,.05017,.08334,.7724],945:[0,.43056,.0037,.02778,.6397],946:[.19444,.69444,.05278,.08334,.56563],947:[.19444,.43056,.05556,0,.51773],948:[0,.69444,.03785,.05556,.44444],949:[0,.43056,0,.08334,.46632],950:[.19444,.69444,.07378,.08334,.4375],951:[.19444,.43056,.03588,.05556,.49653],952:[0,.69444,.02778,.08334,.46944],953:[0,.43056,0,.05556,.35394],954:[0,.43056,0,0,.57616],955:[0,.69444,0,0,.58334],956:[.19444,.43056,0,.02778,.60255],957:[0,.43056,.06366,.02778,.49398],958:[.19444,.69444,.04601,.11111,.4375],959:[0,.43056,0,.05556,.48472],960:[0,.43056,.03588,0,.57003],961:[.19444,.43056,0,.08334,.51702],962:[.09722,.43056,.07986,.08334,.36285],963:[0,.43056,.03588,0,.57141],964:[0,.43056,.1132,.02778,.43715],965:[0,.43056,.03588,.02778,.54028],966:[.19444,.43056,0,.08334,.65417],967:[.19444,.43056,0,.05556,.62569],968:[.19444,.69444,.03588,.11111,.65139],969:[0,.43056,.03588,0,.62245],977:[0,.69444,0,.08334,.59144],981:[.19444,.69444,0,.08334,.59583],982:[0,.43056,.02778,0,.82813],1009:[.19444,.43056,0,.08334,.51702],1013:[0,.43056,0,.05556,.4059]},"Math-Regular":{65:[0,.68333,0,.13889,.75],66:[0,.68333,.05017,.08334,.75851],67:[0,.68333,.07153,.08334,.71472],68:[0,.68333,.02778,.05556,.82792],69:[0,.68333,.05764,.08334,.7382],70:[0,.68333,.13889,.08334,.64306],71:[0,.68333,0,.08334,.78625],72:[0,.68333,.08125,.05556,.83125],73:[0,.68333,.07847,.11111,.43958],74:[0,.68333,.09618,.16667,.55451],75:[0,.68333,.07153,.05556,.84931],76:[0,.68333,0,.02778,.68056],77:[0,.68333,.10903,.08334,.97014],78:[0,.68333,.10903,.08334,.80347],79:[0,.68333,.02778,.08334,.76278],80:[0,.68333,.13889,.08334,.64201],81:[.19444,.68333,0,.08334,.79056],82:[0,.68333,.00773,.08334,.75929],83:[0,.68333,.05764,.08334,.6132],84:[0,.68333,.13889,.08334,.58438],85:[0,.68333,.10903,.02778,.68278],86:[0,.68333,.22222,0,.58333],87:[0,.68333,.13889,0,.94445],88:[0,.68333,.07847,.08334,.82847],89:[0,.68333,.22222,0,.58056],90:[0,.68333,.07153,.08334,.68264],97:[0,.43056,0,0,.52859],98:[0,.69444,0,0,.42917],99:[0,.43056,0,.05556,.43276],100:[0,.69444,0,.16667,.52049],101:[0,.43056,0,.05556,.46563],102:[.19444,.69444,.10764,.16667,.48959],103:[.19444,.43056,.03588,.02778,.47697],104:[0,.69444,0,0,.57616],105:[0,.65952,0,0,.34451],106:[.19444,.65952,.05724,0,.41181],107:[0,.69444,.03148,0,.5206],108:[0,.69444,.01968,.08334,.29838],109:[0,.43056,0,0,.87801],110:[0,.43056,0,0,.60023],111:[0,.43056,0,.05556,.48472],112:[.19444,.43056,0,.08334,.50313],113:[.19444,.43056,.03588,.08334,.44641],114:[0,.43056,.02778,.05556,.45116],115:[0,.43056,0,.05556,.46875],116:[0,.61508,0,.08334,.36111],117:[0,.43056,0,.02778,.57246],118:[0,.43056,.03588,.02778,.48472],119:[0,.43056,.02691,.08334,.71592],120:[0,.43056,0,.02778,.57153],121:[.19444,.43056,.03588,.05556,.49028],122:[0,.43056,.04398,.05556,.46505],915:[0,.68333,.13889,.08334,.61528],916:[0,.68333,0,.16667,.83334],920:[0,.68333,.02778,.08334,.76278],923:[0,.68333,0,.16667,.69445],926:[0,.68333,.07569,.08334,.74236],928:[0,.68333,.08125,.05556,.83125],931:[0,.68333,.05764,.08334,.77986],933:[0,.68333,.13889,.05556,.58333],934:[0,.68333,0,.08334,.66667],936:[0,.68333,.11,.05556,.61222],937:[0,.68333,.05017,.08334,.7724],945:[0,.43056,.0037,.02778,.6397],946:[.19444,.69444,.05278,.08334,.56563],947:[.19444,.43056,.05556,0,.51773],948:[0,.69444,.03785,.05556,.44444],949:[0,.43056,0,.08334,.46632],950:[.19444,.69444,.07378,.08334,.4375],951:[.19444,.43056,.03588,.05556,.49653],952:[0,.69444,.02778,.08334,.46944],953:[0,.43056,0,.05556,.35394],954:[0,.43056,0,0,.57616],955:[0,.69444,0,0,.58334],956:[.19444,.43056,0,.02778,.60255],957:[0,.43056,.06366,.02778,.49398],958:[.19444,.69444,.04601,.11111,.4375],959:[0,.43056,0,.05556,.48472],960:[0,.43056,.03588,0,.57003],961:[.19444,.43056,0,.08334,.51702],962:[.09722,.43056,.07986,.08334,.36285],963:[0,.43056,.03588,0,.57141],964:[0,.43056,.1132,.02778,.43715],965:[0,.43056,.03588,.02778,.54028],966:[.19444,.43056,0,.08334,.65417],967:[.19444,.43056,0,.05556,.62569],968:[.19444,.69444,.03588,.11111,.65139],969:[0,.43056,.03588,0,.62245],977:[0,.69444,0,.08334,.59144],981:[.19444,.69444,0,.08334,.59583],982:[0,.43056,.02778,0,.82813],1009:[.19444,.43056,0,.08334,.51702],1013:[0,.43056,0,.05556,.4059]},"SansSerif-Bold":{33:[0,.69444,0,0,.36667],34:[0,.69444,0,0,.55834],35:[.19444,.69444,0,0,.91667],36:[.05556,.75,0,0,.55],37:[.05556,.75,0,0,1.02912],38:[0,.69444,0,0,.83056],39:[0,.69444,0,0,.30556],40:[.25,.75,0,0,.42778],41:[.25,.75,0,0,.42778],42:[0,.75,0,0,.55],43:[.11667,.61667,0,0,.85556],44:[.10556,.13056,0,0,.30556],45:[0,.45833,0,0,.36667],46:[0,.13056,0,0,.30556],47:[.25,.75,0,0,.55],48:[0,.69444,0,0,.55],49:[0,.69444,0,0,.55],50:[0,.69444,0,0,.55],51:[0,.69444,0,0,.55],52:[0,.69444,0,0,.55],53:[0,.69444,0,0,.55],54:[0,.69444,0,0,.55],55:[0,.69444,0,0,.55],56:[0,.69444,0,0,.55],57:[0,.69444,0,0,.55],58:[0,.45833,0,0,.30556],59:[.10556,.45833,0,0,.30556],61:[-.09375,.40625,0,0,.85556],63:[0,.69444,0,0,.51945],64:[0,.69444,0,0,.73334],65:[0,.69444,0,0,.73334],66:[0,.69444,0,0,.73334],67:[0,.69444,0,0,.70278],68:[0,.69444,0,0,.79445],69:[0,.69444,0,0,.64167],70:[0,.69444,0,0,.61111],71:[0,.69444,0,0,.73334],72:[0,.69444,0,0,.79445],73:[0,.69444,0,0,.33056],74:[0,.69444,0,0,.51945],75:[0,.69444,0,0,.76389],76:[0,.69444,0,0,.58056],77:[0,.69444,0,0,.97778],78:[0,.69444,0,0,.79445],79:[0,.69444,0,0,.79445],80:[0,.69444,0,0,.70278],81:[.10556,.69444,0,0,.79445],82:[0,.69444,0,0,.70278],83:[0,.69444,0,0,.61111],84:[0,.69444,0,0,.73334],85:[0,.69444,0,0,.76389],86:[0,.69444,.01528,0,.73334],87:[0,.69444,.01528,0,1.03889],88:[0,.69444,0,0,.73334],89:[0,.69444,.0275,0,.73334],90:[0,.69444,0,0,.67223],91:[.25,.75,0,0,.34306],93:[.25,.75,0,0,.34306],94:[0,.69444,0,0,.55],95:[.35,.10833,.03056,0,.55],97:[0,.45833,0,0,.525],98:[0,.69444,0,0,.56111],99:[0,.45833,0,0,.48889],100:[0,.69444,0,0,.56111],101:[0,.45833,0,0,.51111],102:[0,.69444,.07639,0,.33611],103:[.19444,.45833,.01528,0,.55],104:[0,.69444,0,0,.56111],105:[0,.69444,0,0,.25556],106:[.19444,.69444,0,0,.28611],107:[0,.69444,0,0,.53056],108:[0,.69444,0,0,.25556],109:[0,.45833,0,0,.86667],110:[0,.45833,0,0,.56111],111:[0,.45833,0,0,.55],112:[.19444,.45833,0,0,.56111],113:[.19444,.45833,0,0,.56111],114:[0,.45833,.01528,0,.37222],115:[0,.45833,0,0,.42167],116:[0,.58929,0,0,.40417],117:[0,.45833,0,0,.56111],118:[0,.45833,.01528,0,.5],119:[0,.45833,.01528,0,.74445],120:[0,.45833,0,0,.5],121:[.19444,.45833,.01528,0,.5],122:[0,.45833,0,0,.47639],126:[.35,.34444,0,0,.55],168:[0,.69444,0,0,.55],176:[0,.69444,0,0,.73334],180:[0,.69444,0,0,.55],184:[.17014,0,0,0,.48889],305:[0,.45833,0,0,.25556],567:[.19444,.45833,0,0,.28611],710:[0,.69444,0,0,.55],711:[0,.63542,0,0,.55],713:[0,.63778,0,0,.55],728:[0,.69444,0,0,.55],729:[0,.69444,0,0,.30556],730:[0,.69444,0,0,.73334],732:[0,.69444,0,0,.55],733:[0,.69444,0,0,.55],915:[0,.69444,0,0,.58056],916:[0,.69444,0,0,.91667],920:[0,.69444,0,0,.85556],923:[0,.69444,0,0,.67223],926:[0,.69444,0,0,.73334],928:[0,.69444,0,0,.79445],931:[0,.69444,0,0,.79445],933:[0,.69444,0,0,.85556],934:[0,.69444,0,0,.79445],936:[0,.69444,0,0,.85556],937:[0,.69444,0,0,.79445],8211:[0,.45833,.03056,0,.55],8212:[0,.45833,.03056,0,1.10001],8216:[0,.69444,0,0,.30556],8217:[0,.69444,0,0,.30556],8220:[0,.69444,0,0,.55834],8221:[0,.69444,0,0,.55834]},"SansSerif-Italic":{33:[0,.69444,.05733,0,.31945],34:[0,.69444,.00316,0,.5],35:[.19444,.69444,.05087,0,.83334],36:[.05556,.75,.11156,0,.5],37:[.05556,.75,.03126,0,.83334],38:[0,.69444,.03058,0,.75834],39:[0,.69444,.07816,0,.27778],40:[.25,.75,.13164,0,.38889],41:[.25,.75,.02536,0,.38889],42:[0,.75,.11775,0,.5],43:[.08333,.58333,.02536,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,.01946,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,.13164,0,.5],48:[0,.65556,.11156,0,.5],49:[0,.65556,.11156,0,.5],50:[0,.65556,.11156,0,.5],51:[0,.65556,.11156,0,.5],52:[0,.65556,.11156,0,.5],53:[0,.65556,.11156,0,.5],54:[0,.65556,.11156,0,.5],55:[0,.65556,.11156,0,.5],56:[0,.65556,.11156,0,.5],57:[0,.65556,.11156,0,.5],58:[0,.44444,.02502,0,.27778],59:[.125,.44444,.02502,0,.27778],61:[-.13,.37,.05087,0,.77778],63:[0,.69444,.11809,0,.47222],64:[0,.69444,.07555,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,.08293,0,.66667],67:[0,.69444,.11983,0,.63889],68:[0,.69444,.07555,0,.72223],69:[0,.69444,.11983,0,.59722],70:[0,.69444,.13372,0,.56945],71:[0,.69444,.11983,0,.66667],72:[0,.69444,.08094,0,.70834],73:[0,.69444,.13372,0,.27778],74:[0,.69444,.08094,0,.47222],75:[0,.69444,.11983,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,.08094,0,.875],78:[0,.69444,.08094,0,.70834],79:[0,.69444,.07555,0,.73611],80:[0,.69444,.08293,0,.63889],81:[.125,.69444,.07555,0,.73611],82:[0,.69444,.08293,0,.64584],83:[0,.69444,.09205,0,.55556],84:[0,.69444,.13372,0,.68056],85:[0,.69444,.08094,0,.6875],86:[0,.69444,.1615,0,.66667],87:[0,.69444,.1615,0,.94445],88:[0,.69444,.13372,0,.66667],89:[0,.69444,.17261,0,.66667],90:[0,.69444,.11983,0,.61111],91:[.25,.75,.15942,0,.28889],93:[.25,.75,.08719,0,.28889],94:[0,.69444,.0799,0,.5],95:[.35,.09444,.08616,0,.5],97:[0,.44444,.00981,0,.48056],98:[0,.69444,.03057,0,.51667],99:[0,.44444,.08336,0,.44445],100:[0,.69444,.09483,0,.51667],101:[0,.44444,.06778,0,.44445],102:[0,.69444,.21705,0,.30556],103:[.19444,.44444,.10836,0,.5],104:[0,.69444,.01778,0,.51667],105:[0,.67937,.09718,0,.23889],106:[.19444,.67937,.09162,0,.26667],107:[0,.69444,.08336,0,.48889],108:[0,.69444,.09483,0,.23889],109:[0,.44444,.01778,0,.79445],110:[0,.44444,.01778,0,.51667],111:[0,.44444,.06613,0,.5],112:[.19444,.44444,.0389,0,.51667],113:[.19444,.44444,.04169,0,.51667],114:[0,.44444,.10836,0,.34167],115:[0,.44444,.0778,0,.38333],116:[0,.57143,.07225,0,.36111],117:[0,.44444,.04169,0,.51667],118:[0,.44444,.10836,0,.46111],119:[0,.44444,.10836,0,.68334],120:[0,.44444,.09169,0,.46111],121:[.19444,.44444,.10836,0,.46111],122:[0,.44444,.08752,0,.43472],126:[.35,.32659,.08826,0,.5],168:[0,.67937,.06385,0,.5],176:[0,.69444,0,0,.73752],184:[.17014,0,0,0,.44445],305:[0,.44444,.04169,0,.23889],567:[.19444,.44444,.04169,0,.26667],710:[0,.69444,.0799,0,.5],711:[0,.63194,.08432,0,.5],713:[0,.60889,.08776,0,.5],714:[0,.69444,.09205,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,.09483,0,.5],729:[0,.67937,.07774,0,.27778],730:[0,.69444,0,0,.73752],732:[0,.67659,.08826,0,.5],733:[0,.69444,.09205,0,.5],915:[0,.69444,.13372,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,.07555,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,.12816,0,.66667],928:[0,.69444,.08094,0,.70834],931:[0,.69444,.11983,0,.72222],933:[0,.69444,.09031,0,.77778],934:[0,.69444,.04603,0,.72222],936:[0,.69444,.09031,0,.77778],937:[0,.69444,.08293,0,.72222],8211:[0,.44444,.08616,0,.5],8212:[0,.44444,.08616,0,1],8216:[0,.69444,.07816,0,.27778],8217:[0,.69444,.07816,0,.27778],8220:[0,.69444,.14205,0,.5],8221:[0,.69444,.00316,0,.5]},"SansSerif-Regular":{33:[0,.69444,0,0,.31945],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.75834],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,0,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.65556,0,0,.5],49:[0,.65556,0,0,.5],50:[0,.65556,0,0,.5],51:[0,.65556,0,0,.5],52:[0,.65556,0,0,.5],53:[0,.65556,0,0,.5],54:[0,.65556,0,0,.5],55:[0,.65556,0,0,.5],56:[0,.65556,0,0,.5],57:[0,.65556,0,0,.5],58:[0,.44444,0,0,.27778],59:[.125,.44444,0,0,.27778],61:[-.13,.37,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,0,0,.66667],67:[0,.69444,0,0,.63889],68:[0,.69444,0,0,.72223],69:[0,.69444,0,0,.59722],70:[0,.69444,0,0,.56945],71:[0,.69444,0,0,.66667],72:[0,.69444,0,0,.70834],73:[0,.69444,0,0,.27778],74:[0,.69444,0,0,.47222],75:[0,.69444,0,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,0,0,.875],78:[0,.69444,0,0,.70834],79:[0,.69444,0,0,.73611],80:[0,.69444,0,0,.63889],81:[.125,.69444,0,0,.73611],82:[0,.69444,0,0,.64584],83:[0,.69444,0,0,.55556],84:[0,.69444,0,0,.68056],85:[0,.69444,0,0,.6875],86:[0,.69444,.01389,0,.66667],87:[0,.69444,.01389,0,.94445],88:[0,.69444,0,0,.66667],89:[0,.69444,.025,0,.66667],90:[0,.69444,0,0,.61111],91:[.25,.75,0,0,.28889],93:[.25,.75,0,0,.28889],94:[0,.69444,0,0,.5],95:[.35,.09444,.02778,0,.5],97:[0,.44444,0,0,.48056],98:[0,.69444,0,0,.51667],99:[0,.44444,0,0,.44445],100:[0,.69444,0,0,.51667],101:[0,.44444,0,0,.44445],102:[0,.69444,.06944,0,.30556],103:[.19444,.44444,.01389,0,.5],104:[0,.69444,0,0,.51667],105:[0,.67937,0,0,.23889],106:[.19444,.67937,0,0,.26667],107:[0,.69444,0,0,.48889],108:[0,.69444,0,0,.23889],109:[0,.44444,0,0,.79445],110:[0,.44444,0,0,.51667],111:[0,.44444,0,0,.5],112:[.19444,.44444,0,0,.51667],113:[.19444,.44444,0,0,.51667],114:[0,.44444,.01389,0,.34167],115:[0,.44444,0,0,.38333],116:[0,.57143,0,0,.36111],117:[0,.44444,0,0,.51667],118:[0,.44444,.01389,0,.46111],119:[0,.44444,.01389,0,.68334],120:[0,.44444,0,0,.46111],121:[.19444,.44444,.01389,0,.46111],122:[0,.44444,0,0,.43472],126:[.35,.32659,0,0,.5],168:[0,.67937,0,0,.5],176:[0,.69444,0,0,.66667],184:[.17014,0,0,0,.44445],305:[0,.44444,0,0,.23889],567:[.19444,.44444,0,0,.26667],710:[0,.69444,0,0,.5],711:[0,.63194,0,0,.5],713:[0,.60889,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.67937,0,0,.27778],730:[0,.69444,0,0,.66667],732:[0,.67659,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.69444,0,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,0,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,0,0,.66667],928:[0,.69444,0,0,.70834],931:[0,.69444,0,0,.72222],933:[0,.69444,0,0,.77778],934:[0,.69444,0,0,.72222],936:[0,.69444,0,0,.77778],937:[0,.69444,0,0,.72222],8211:[0,.44444,.02778,0,.5],8212:[0,.44444,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5]},"Script-Regular":{65:[0,.7,.22925,0,.80253],66:[0,.7,.04087,0,.90757],67:[0,.7,.1689,0,.66619],68:[0,.7,.09371,0,.77443],69:[0,.7,.18583,0,.56162],70:[0,.7,.13634,0,.89544],71:[0,.7,.17322,0,.60961],72:[0,.7,.29694,0,.96919],73:[0,.7,.19189,0,.80907],74:[.27778,.7,.19189,0,1.05159],75:[0,.7,.31259,0,.91364],76:[0,.7,.19189,0,.87373],77:[0,.7,.15981,0,1.08031],78:[0,.7,.3525,0,.9015],79:[0,.7,.08078,0,.73787],80:[0,.7,.08078,0,1.01262],81:[0,.7,.03305,0,.88282],82:[0,.7,.06259,0,.85],83:[0,.7,.19189,0,.86767],84:[0,.7,.29087,0,.74697],85:[0,.7,.25815,0,.79996],86:[0,.7,.27523,0,.62204],87:[0,.7,.27523,0,.80532],88:[0,.7,.26006,0,.94445],89:[0,.7,.2939,0,.70961],90:[0,.7,.24037,0,.8212]},"Size1-Regular":{40:[.35001,.85,0,0,.45834],41:[.35001,.85,0,0,.45834],47:[.35001,.85,0,0,.57778],91:[.35001,.85,0,0,.41667],92:[.35001,.85,0,0,.57778],93:[.35001,.85,0,0,.41667],123:[.35001,.85,0,0,.58334],125:[.35001,.85,0,0,.58334],710:[0,.72222,0,0,.55556],732:[0,.72222,0,0,.55556],770:[0,.72222,0,0,.55556],771:[0,.72222,0,0,.55556],8214:[-99e-5,.601,0,0,.77778],8593:[1e-5,.6,0,0,.66667],8595:[1e-5,.6,0,0,.66667],8657:[1e-5,.6,0,0,.77778],8659:[1e-5,.6,0,0,.77778],8719:[.25001,.75,0,0,.94445],8720:[.25001,.75,0,0,.94445],8721:[.25001,.75,0,0,1.05556],8730:[.35001,.85,0,0,1],8739:[-.00599,.606,0,0,.33333],8741:[-.00599,.606,0,0,.55556],8747:[.30612,.805,.19445,0,.47222],8748:[.306,.805,.19445,0,.47222],8749:[.306,.805,.19445,0,.47222],8750:[.30612,.805,.19445,0,.47222],8896:[.25001,.75,0,0,.83334],8897:[.25001,.75,0,0,.83334],8898:[.25001,.75,0,0,.83334],8899:[.25001,.75,0,0,.83334],8968:[.35001,.85,0,0,.47222],8969:[.35001,.85,0,0,.47222],8970:[.35001,.85,0,0,.47222],8971:[.35001,.85,0,0,.47222],9168:[-99e-5,.601,0,0,.66667],10216:[.35001,.85,0,0,.47222],10217:[.35001,.85,0,0,.47222],10752:[.25001,.75,0,0,1.11111],10753:[.25001,.75,0,0,1.11111],10754:[.25001,.75,0,0,1.11111],10756:[.25001,.75,0,0,.83334],10758:[.25001,.75,0,0,.83334]},"Size2-Regular":{40:[.65002,1.15,0,0,.59722],41:[.65002,1.15,0,0,.59722],47:[.65002,1.15,0,0,.81111],91:[.65002,1.15,0,0,.47222],92:[.65002,1.15,0,0,.81111],93:[.65002,1.15,0,0,.47222],123:[.65002,1.15,0,0,.66667],125:[.65002,1.15,0,0,.66667],710:[0,.75,0,0,1],732:[0,.75,0,0,1],770:[0,.75,0,0,1],771:[0,.75,0,0,1],8719:[.55001,1.05,0,0,1.27778],8720:[.55001,1.05,0,0,1.27778],8721:[.55001,1.05,0,0,1.44445],8730:[.65002,1.15,0,0,1],8747:[.86225,1.36,.44445,0,.55556],8748:[.862,1.36,.44445,0,.55556],8749:[.862,1.36,.44445,0,.55556],8750:[.86225,1.36,.44445,0,.55556],8896:[.55001,1.05,0,0,1.11111],8897:[.55001,1.05,0,0,1.11111],8898:[.55001,1.05,0,0,1.11111],8899:[.55001,1.05,0,0,1.11111],8968:[.65002,1.15,0,0,.52778],8969:[.65002,1.15,0,0,.52778],8970:[.65002,1.15,0,0,.52778],8971:[.65002,1.15,0,0,.52778],10216:[.65002,1.15,0,0,.61111],10217:[.65002,1.15,0,0,.61111],10752:[.55001,1.05,0,0,1.51112],10753:[.55001,1.05,0,0,1.51112],10754:[.55001,1.05,0,0,1.51112],10756:[.55001,1.05,0,0,1.11111],10758:[.55001,1.05,0,0,1.11111]},"Size3-Regular":{40:[.95003,1.45,0,0,.73611],41:[.95003,1.45,0,0,.73611],47:[.95003,1.45,0,0,1.04445],91:[.95003,1.45,0,0,.52778],92:[.95003,1.45,0,0,1.04445],93:[.95003,1.45,0,0,.52778],123:[.95003,1.45,0,0,.75],125:[.95003,1.45,0,0,.75],710:[0,.75,0,0,1.44445],732:[0,.75,0,0,1.44445],770:[0,.75,0,0,1.44445],771:[0,.75,0,0,1.44445],8730:[.95003,1.45,0,0,1],8968:[.95003,1.45,0,0,.58334],8969:[.95003,1.45,0,0,.58334],8970:[.95003,1.45,0,0,.58334],8971:[.95003,1.45,0,0,.58334],10216:[.95003,1.45,0,0,.75],10217:[.95003,1.45,0,0,.75]},"Size4-Regular":{40:[1.25003,1.75,0,0,.79167],41:[1.25003,1.75,0,0,.79167],47:[1.25003,1.75,0,0,1.27778],91:[1.25003,1.75,0,0,.58334],92:[1.25003,1.75,0,0,1.27778],93:[1.25003,1.75,0,0,.58334],123:[1.25003,1.75,0,0,.80556],125:[1.25003,1.75,0,0,.80556],710:[0,.825,0,0,1.8889],732:[0,.825,0,0,1.8889],770:[0,.825,0,0,1.8889],771:[0,.825,0,0,1.8889],8730:[1.25003,1.75,0,0,1],8968:[1.25003,1.75,0,0,.63889],8969:[1.25003,1.75,0,0,.63889],8970:[1.25003,1.75,0,0,.63889],8971:[1.25003,1.75,0,0,.63889],9115:[.64502,1.155,0,0,.875],9116:[1e-5,.6,0,0,.875],9117:[.64502,1.155,0,0,.875],9118:[.64502,1.155,0,0,.875],9119:[1e-5,.6,0,0,.875],9120:[.64502,1.155,0,0,.875],9121:[.64502,1.155,0,0,.66667],9122:[-99e-5,.601,0,0,.66667],9123:[.64502,1.155,0,0,.66667],9124:[.64502,1.155,0,0,.66667],9125:[-99e-5,.601,0,0,.66667],9126:[.64502,1.155,0,0,.66667],9127:[1e-5,.9,0,0,.88889],9128:[.65002,1.15,0,0,.88889],9129:[.90001,0,0,0,.88889],9130:[0,.3,0,0,.88889],9131:[1e-5,.9,0,0,.88889],9132:[.65002,1.15,0,0,.88889],9133:[.90001,0,0,0,.88889],9143:[.88502,.915,0,0,1.05556],10216:[1.25003,1.75,0,0,.80556],10217:[1.25003,1.75,0,0,.80556],57344:[-.00499,.605,0,0,1.05556],57345:[-.00499,.605,0,0,1.05556],57680:[0,.12,0,0,.45],57681:[0,.12,0,0,.45],57682:[0,.12,0,0,.45],57683:[0,.12,0,0,.45]},"Typewriter-Regular":{32:[0,0,0,0,.525],33:[0,.61111,0,0,.525],34:[0,.61111,0,0,.525],35:[0,.61111,0,0,.525],36:[.08333,.69444,0,0,.525],37:[.08333,.69444,0,0,.525],38:[0,.61111,0,0,.525],39:[0,.61111,0,0,.525],40:[.08333,.69444,0,0,.525],41:[.08333,.69444,0,0,.525],42:[0,.52083,0,0,.525],43:[-.08056,.53055,0,0,.525],44:[.13889,.125,0,0,.525],45:[-.08056,.53055,0,0,.525],46:[0,.125,0,0,.525],47:[.08333,.69444,0,0,.525],48:[0,.61111,0,0,.525],49:[0,.61111,0,0,.525],50:[0,.61111,0,0,.525],51:[0,.61111,0,0,.525],52:[0,.61111,0,0,.525],53:[0,.61111,0,0,.525],54:[0,.61111,0,0,.525],55:[0,.61111,0,0,.525],56:[0,.61111,0,0,.525],57:[0,.61111,0,0,.525],58:[0,.43056,0,0,.525],59:[.13889,.43056,0,0,.525],60:[-.05556,.55556,0,0,.525],61:[-.19549,.41562,0,0,.525],62:[-.05556,.55556,0,0,.525],63:[0,.61111,0,0,.525],64:[0,.61111,0,0,.525],65:[0,.61111,0,0,.525],66:[0,.61111,0,0,.525],67:[0,.61111,0,0,.525],68:[0,.61111,0,0,.525],69:[0,.61111,0,0,.525],70:[0,.61111,0,0,.525],71:[0,.61111,0,0,.525],72:[0,.61111,0,0,.525],73:[0,.61111,0,0,.525],74:[0,.61111,0,0,.525],75:[0,.61111,0,0,.525],76:[0,.61111,0,0,.525],77:[0,.61111,0,0,.525],78:[0,.61111,0,0,.525],79:[0,.61111,0,0,.525],80:[0,.61111,0,0,.525],81:[.13889,.61111,0,0,.525],82:[0,.61111,0,0,.525],83:[0,.61111,0,0,.525],84:[0,.61111,0,0,.525],85:[0,.61111,0,0,.525],86:[0,.61111,0,0,.525],87:[0,.61111,0,0,.525],88:[0,.61111,0,0,.525],89:[0,.61111,0,0,.525],90:[0,.61111,0,0,.525],91:[.08333,.69444,0,0,.525],92:[.08333,.69444,0,0,.525],93:[.08333,.69444,0,0,.525],94:[0,.61111,0,0,.525],95:[.09514,0,0,0,.525],96:[0,.61111,0,0,.525],97:[0,.43056,0,0,.525],98:[0,.61111,0,0,.525],99:[0,.43056,0,0,.525],100:[0,.61111,0,0,.525],101:[0,.43056,0,0,.525],102:[0,.61111,0,0,.525],103:[.22222,.43056,0,0,.525],104:[0,.61111,0,0,.525],105:[0,.61111,0,0,.525],106:[.22222,.61111,0,0,.525],107:[0,.61111,0,0,.525],108:[0,.61111,0,0,.525],109:[0,.43056,0,0,.525],110:[0,.43056,0,0,.525],111:[0,.43056,0,0,.525],112:[.22222,.43056,0,0,.525],113:[.22222,.43056,0,0,.525],114:[0,.43056,0,0,.525],115:[0,.43056,0,0,.525],116:[0,.55358,0,0,.525],117:[0,.43056,0,0,.525],118:[0,.43056,0,0,.525],119:[0,.43056,0,0,.525],120:[0,.43056,0,0,.525],121:[.22222,.43056,0,0,.525],122:[0,.43056,0,0,.525],123:[.08333,.69444,0,0,.525],124:[.08333,.69444,0,0,.525],125:[.08333,.69444,0,0,.525],126:[0,.61111,0,0,.525],127:[0,.61111,0,0,.525],160:[0,0,0,0,.525],176:[0,.61111,0,0,.525],184:[.19445,0,0,0,.525],305:[0,.43056,0,0,.525],567:[.22222,.43056,0,0,.525],711:[0,.56597,0,0,.525],713:[0,.56555,0,0,.525],714:[0,.61111,0,0,.525],715:[0,.61111,0,0,.525],728:[0,.61111,0,0,.525],730:[0,.61111,0,0,.525],770:[0,.61111,0,0,.525],771:[0,.61111,0,0,.525],776:[0,.61111,0,0,.525],915:[0,.61111,0,0,.525],916:[0,.61111,0,0,.525],920:[0,.61111,0,0,.525],923:[0,.61111,0,0,.525],926:[0,.61111,0,0,.525],928:[0,.61111,0,0,.525],931:[0,.61111,0,0,.525],933:[0,.61111,0,0,.525],934:[0,.61111,0,0,.525],936:[0,.61111,0,0,.525],937:[0,.61111,0,0,.525],8216:[0,.61111,0,0,.525],8217:[0,.61111,0,0,.525],8242:[0,.61111,0,0,.525],9251:[.11111,.21944,0,0,.525]}};const U={slant:[.25,.25,.25],space:[0,0,0],stretch:[0,0,0],shrink:[0,0,0],xHeight:[.431,.431,.431],quad:[1,1.171,1.472],extraSpace:[0,0,0],num1:[.677,.732,.925],num2:[.394,.384,.387],num3:[.444,.471,.504],denom1:[.686,.752,1.025],denom2:[.345,.344,.532],sup1:[.413,.503,.504],sup2:[.363,.431,.404],sup3:[.289,.286,.294],sub1:[.15,.143,.2],sub2:[.247,.286,.4],supDrop:[.386,.353,.494],subDrop:[.05,.071,.1],delim1:[2.39,1.7,1.98],delim2:[1.01,1.157,1.42],axisHeight:[.25,.25,.25],defaultRuleThickness:[.04,.049,.049],bigOpSpacing1:[.111,.111,.111],bigOpSpacing2:[.166,.166,.166],bigOpSpacing3:[.2,.2,.2],bigOpSpacing4:[.6,.611,.611],bigOpSpacing5:[.1,.143,.143],sqrtRuleThickness:[.04,.04,.04],ptPerEm:[10,10,10],doubleRuleSep:[.2,.2,.2],arrayRuleWidth:[.04,.04,.04],fboxsep:[.3,.3,.3],fboxrule:[.04,.04,.04]},G={"Å":"A","Ç":"C","Ð":"D","Þ":"o","å":"a","ç":"c","ð":"d","þ":"o","А":"A","Б":"B","В":"B","Г":"F","Д":"A","Е":"E","Ж":"K","З":"3","И":"N","Й":"N","К":"K","Л":"N","М":"M","Н":"H","О":"O","П":"N","Р":"P","С":"C","Т":"T","У":"y","Ф":"O","Х":"X","Ц":"U","Ч":"h","Ш":"W","Щ":"W","Ъ":"B","Ы":"X","Ь":"B","Э":"3","Ю":"X","Я":"R","а":"a","б":"b","в":"a","г":"r","д":"y","е":"e","ж":"m","з":"e","и":"n","й":"n","к":"n","л":"n","м":"m","н":"n","о":"o","п":"n","р":"p","с":"c","т":"o","у":"y","ф":"b","х":"x","ц":"n","ч":"n","ш":"w","щ":"w","ъ":"a","ы":"m","ь":"a","э":"e","ю":"m","я":"r"};function Y(t,e,r){if(!V[e])throw Error(`Font metrics not found for font: ${e}.`);let n=t.charCodeAt(0),o=V[e][n];if(!o&&t[0]in G&&(n=G[t[0]].charCodeAt(0),o=V[e][n]),o||"text"!==r||z(n)&&(o=V[e][77]),o)return{depth:o[0],height:o[1],italic:o[2],skew:o[3],width:o[4]}}const _={};const W={bin:1,close:1,inner:1,open:1,punct:1,rel:1},X={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1},j={math:{},text:{}};function Z(t,e,r,n,o,a){j[t][o]={font:e,group:r,replace:n},a&&n&&(j[t][n]=j[t][o])}const K="math",J="main",Q="ams",tt="accent-token",et="bin",rt="close",nt="mathord",ot="op-token",at="open",it="rel",st="spacing",lt="textord";Z(K,J,it,"≡","\\equiv",!0),Z(K,J,it,"≺","\\prec",!0),Z(K,J,it,"≻","\\succ",!0),Z(K,J,it,"","\\sim",!0),Z(K,J,it,"⊥","\\perp"),Z(K,J,it,"⪯","\\preceq",!0),Z(K,J,it,"⪰","\\succeq",!0),Z(K,J,it,"≃","\\simeq",!0),Z(K,J,it,"","\\mid",!0),Z(K,J,it,"≪","\\ll",!0),Z(K,J,it,"≫","\\gg",!0),Z(K,J,it,"≍","\\asymp",!0),Z(K,J,it,"∥","\\parallel"),Z(K,J,it,"⋈","\\bowtie",!0),Z(K,J,it,"⌣","\\smile",!0),Z(K,J,it,"⊑","\\sqsubseteq",!0),Z(K,J,it,"⊒","\\sqsupseteq",!0),Z(K,J,it,"≐","\\doteq",!0),Z(K,J,it,"⌢","\\frown",!0),Z(K,J,it,"∋","\\ni",!0),Z(K,J,it,"∝","\\propto",!0),Z(K,J,it,"⊢","\\vdash",!0),Z(K,J,it,"⊣","\\dashv",!0),Z(K,J,it,"∋","\\owns"),Z(K,J,"punct",".","\\ldotp"),Z(K,J,"punct","⋅","\\cdotp"),Z(K,J,lt,"#","\\#"),Z("text",J,lt,"#","\\#"),Z(K,J,lt,"&","\\&"),Z("text",J,lt,"&","\\&"),Z(K,J,lt,"ℵ","\\aleph",!0),Z(K,J,lt,"∀","\\forall",!0),Z(K,J,lt,"ℏ","\\hbar",!0),Z(K,J,lt,"∃","\\exists",!0),Z(K,J,lt,"∇","\\nabla",!0),Z(K,J,lt,"♭","\\flat",!0),Z(K,J,lt,"","\\ell",!0),Z(K,J,lt,"♮","\\natural",!0),Z(K,J,lt,"♣","\\clubsuit",!0),Z(K,J,lt,"℘","\\wp",!0),Z(K,J,lt,"♯","\\sharp",!0),Z(K,J,lt,"♢","\\diamondsuit",!0),Z(K,J,lt,"","\\Re",!0),Z(K,J,lt,"♡","\\heartsuit",!0),Z(K,J,lt,"","\\Im",!0),Z(K,J,lt,"♠","\\spadesuit",!0),Z("text",J,lt,"§","\\S",!0),Z("text",J,lt,"¶","\\P",!0),Z(K,J,lt,"†","\\dag"),Z("text",J,lt,"†","\\dag"),Z("text",J,lt,"†","\\textdagger"),Z(K,J,lt,"‡","\\ddag"),Z("text",J,lt,"‡","\\ddag"),Z("text",J,lt,"‡","\\textdaggerdbl"),Z(K,J,rt,"⎱","\\rmoustache",!0),Z(K,J,at,"⎰","\\lmoustache",!0),Z(K,J,rt,"⟯","\\rgroup",!0),Z(K,J,at,"⟮","\\lgroup",!0),Z(K,J,et,"∓","\\mp",!0),Z(K,J,et,"⊖","\\ominus",!0),Z(K,J,et,"⊎","\\uplus",!0),Z(K,J,et,"⊓","\\sqcap",!0),Z(K,J,et,"","\\ast"),Z(K,J,et,"⊔","\\sqcup",!0),Z(K,J,et,"◯","\\bigcirc"),Z(K,J,et,"∙","\\bullet"),Z(K,J,et,"‡","\\ddagger"),Z(K,J,et,"≀","\\wr",!0),Z(K,J,et,"⨿","\\amalg"),Z(K,J,et,"&","\\And"),Z(K,J,it,"⟵","\\longleftarrow",!0),Z(K,J,it,"⇐","\\Leftarrow",!0),Z(K,J,it,"⟸","\\Longleftarrow",!0),Z(K,J,it,"⟶","\\longrightarrow",!0),Z(K,J,it,"⇒","\\Rightarrow",!0),Z(K,J,it,"⟹","\\Longrightarrow",!0),Z(K,J,it,"↔","\\leftrightarrow",!0),Z(K,J,it,"⟷","\\longleftrightarrow",!0),Z(K,J,it,"⇔","\\Leftrightarrow",!0),Z(K,J,it,"⟺","\\Longleftrightarrow",!0),Z(K,J,it,"↦","\\mapsto",!0),Z(K,J,it,"⟼","\\longmapsto",!0),Z(K,J,it,"↗","\\nearrow",!0),Z(K,J,it,"↩","\\hookleftarrow",!0),Z(K,J,it,"↪","\\hookrightarrow",!0),Z(K,J,it,"↘","\\searrow",!0),Z(K,J,it,"↼","\\leftharpoonup",!0),Z(K,J,it,"⇀","\\rightharpoonup",!0),Z(K,J,it,"↙","\\swarrow",!0),Z(K,J,it,"↽","\\leftharpoondown",!0),Z(K,J,it,"⇁","\\rightharpoondown",!0),Z(K,J,it,"↖","\\nwarrow",!0),Z(K,J,it,"⇌","\\rightleftharpoons",!0),Z(K,Q,it,"≮","\\nless",!0),Z(K,Q,it,"","\\@nleqslant"),Z(K,Q,it,"","\\@nleqq"),Z(K,Q,it,"⪇","\\lneq",!0),Z(K,Q,it,"≨","\\lneqq",!0),Z(K,Q,it,"","\\@lvertneqq"),Z(K,Q,it,"⋦","\\lnsim",!0),Z(K,Q,it,"⪉","\\lnapprox",!0),Z(K,Q,it,"⊀","\\nprec",!0),Z(K,Q,it,"⋠","\\npreceq",!0),Z(K,Q,it,"⋨","\\precnsim",!0),Z(K,Q,it,"⪹","\\precnapprox",!0),Z(K,Q,it,"≁","\\nsim",!0),Z(K,Q,it,"","\\@nshortmid"),Z(K,Q,it,"∤","\\nmid",!0),Z(K,Q,it,"⊬","\\nvdash",!0),Z(K,Q,it,"⊭","\\nvDash",!0),Z(K,Q,it,"⋪","\\ntriangleleft"),Z(K,Q,it,"⋬","\\ntrianglelefteq",!0),Z(K,Q,it,"⊊","\\subsetneq",!0),Z(K,Q,it,"","\\@varsubsetneq"),Z(K,Q,it,"⫋","\\subsetneqq",!0),Z(K,Q,it,"","\\@varsubsetneqq"),Z(K,Q,it,"≯","\\ngtr",!0),Z(K,Q,it,"","\\@ngeqslant"),Z(K,Q,it,"","\\@ngeqq"),Z(K,Q,it,"⪈","\\gneq",!0),Z(K,Q,it,"≩","\\gneqq",!0),Z(K,Q,it,"","\\@gvertneqq"),Z(K,Q,it,"⋧","\\gnsim",!0),Z(K,Q,it,"⪊","\\gnapprox",!0),Z(K,Q,it,"⊁","\\nsucc",!0),Z(K,Q,it,"⋡","\\nsucceq",!0),Z(K,Q,it,"⋩","\\succnsim",!0),Z(K,Q,it,"⪺","\\succnapprox",!0),Z(K,Q,it,"≆","\\ncong",!0),Z(K,Q,it,"","\\@nshortparallel"),Z(K,Q,it,"∦","\\nparallel",!0),Z(K,Q,it,"⊯","\\nVDash",!0),Z(K,Q,it,"⋫","\\ntriangleright"),Z(K,Q,it,"⋭","\\ntrianglerighteq",!0),Z(K,Q,it,"","\\@nsupseteqq"),Z(K,Q,it,"⊋","\\supsetneq",!0),Z(K,Q,it,"","\\@varsupsetneq"),Z(K,Q,it,"⫌","\\supsetneqq",!0),Z(K,Q,it,"","\\@varsupsetneqq"),Z(K,Q,it,"⊮","\\nVdash",!0),Z(K,Q,it,"⪵","\\precneqq",!0),Z(K,Q,it,"⪶","\\succneqq",!0),Z(K,Q,it,"","\\@nsubseteqq"),Z(K,Q,et,"⊴","\\unlhd"),Z(K,Q,et,"⊵","\\unrhd"),Z(K,Q,it,"↚","\\nleftarrow",!0),Z(K,Q,it,"↛","\\nrightarrow",!0),Z(K,Q,it,"⇍","\\nLeftarrow",!0),Z(K,Q,it,"⇏","\\nRightarrow",!0),Z(K,Q,it,"↮","\\nleftrightarrow",!0),Z(K,Q,it,"⇎","\\nLeftrightarrow",!0),Z(K,Q,it,"△","\\vartriangle"),Z(K,Q,lt,"ℏ","\\hslash"),Z(K,Q,lt,"▽","\\triangledown"),Z(K,Q,lt,"◊","\\lozenge"),Z(K,Q,lt,"Ⓢ","\\circledS"),Z(K,Q,lt,"®","\\circledR"),Z("text",Q,lt,"®","\\circledR"),Z(K,Q,lt,"∡","\\measuredangle",!0),Z(K,Q,lt,"∄","\\nexists"),Z(K,Q,lt,"℧","\\mho"),Z(K,Q,lt,"Ⅎ","\\Finv",!0),Z(K,Q,lt,"⅁","\\Game",!0),Z(K,Q,lt,"","\\backprime"),Z(K,Q,lt,"▲","\\blacktriangle"),Z(K,Q,lt,"▼","\\blacktriangledown"),Z(K,Q,lt,"■","\\blacksquare"),Z(K,Q,lt,"⧫","\\blacklozenge"),Z(K,Q,lt,"★","\\bigstar"),Z(K,Q,lt,"∢","\\sphericalangle",!0),Z(K,Q,lt,"∁","\\complement",!0),Z(K,Q,lt,"ð","\\eth",!0),Z(K,Q,lt,"","\\diagup"),Z(K,Q,lt,"╲","\\diagdown"),Z(K,Q,lt,"□","\\square"),Z(K,Q,lt,"□","\\Box"),Z(K,Q,lt,"◊","\\Diamond"),Z(K,Q,lt,"¥","\\yen",!0),Z("text",Q,lt,"¥","\\yen",!0),Z(K,Q,lt,"✓","\\checkmark",!0),Z("text",Q,lt,"✓","\\checkmark"),Z(K,Q,lt,"ℶ","\\beth",!0),Z(K,Q,lt,"ℸ","\\daleth",!0),Z(K,Q,lt,"ℷ","\\gimel",!0),Z(K,Q,lt,"ϝ","\\digamma",!0),Z(K,Q,lt,"ϰ","\\varkappa"),Z(K,Q,at,"┌","\\ulcorner",!0),Z(K,Q,rt,"┐","\\urcorner",!0),Z(K,Q,at,"└","\\llcorner",!0),Z(K,Q,rt,"┘","\\lrcorner",!0),Z(K,Q,it,"≦","\\leqq",!0),Z(K,Q,it,"⩽","\\leqslant",!0),Z(K,Q,it,"⪕","\\eqslantless",!0),Z(K,Q,it,"≲","\\lesssim",!0),Z(K,Q,it,"⪅","\\lessapprox",!0),Z(K,Q,it,"≊","\\approxeq",!0),Z(K,Q,et,"⋖","\\lessdot"),Z(K,Q,it,"⋘","\\lll",!0),Z(K,Q,it,"≶","\\lessgtr",!0),Z(K,Q,it,"⋚","\\lesseqgtr",!0),Z(K,Q,it,"⪋","\\lesseqqgtr",!0),Z(K,Q,it,"≑","\\doteqdot"),Z(K,Q,it,"≓","\\risingdotseq",!0),Z(K,Q,it,"≒","\\fallingdotseq",!0),Z(K,Q,it,"∽","\\backsim",!0),Z(K,Q,it,"⋍","\\backsimeq",!0),Z(K,Q,it,"⫅","\\subseteqq",!0),Z(K,Q,it,"⋐","\\Subset",!0),Z(K,Q,it,"⊏","\\sqsubset",!0),Z(K,Q,it,"≼","\\preccurlyeq",!0),Z(K,Q,it,"⋞","\\curlyeqprec",!0),Z(K,Q,it,"≾","\\precsim",!0),Z(K,Q,it,"⪷","\\precapprox",!0),Z(K,Q,it,"⊲","\\vartriangleleft"),Z(K,Q,it,"⊴","\\trianglelefteq"),Z(K,Q,it,"⊨","\\vDash",!0),Z(K,Q,it,"⊪","\\Vvdash",!0),Z(K,Q,it,"⌣","\\smallsmile"),Z(K,Q,it,"⌢","\\smallfrown"),Z(K,Q,it,"≏","\\bumpeq",!0),Z(K,Q,it,"≎","\\Bumpeq",!0),Z(K,Q,it,"≧","\\geqq",!0),Z(K,Q,it,"⩾","\\geqslant",!0),Z(K,Q,it,"⪖","\\eqslantgtr",!0),Z(K,Q,it,"≳","\\gtrsim",!0),Z(K,Q,it,"⪆","\\gtrapprox",!0),Z(K,Q,et,"⋗","\\gtrdot"),Z(K,Q,it,"⋙","\\ggg",!0),Z(K,Q,it,"≷","\\gtrless",!0),Z(K,Q,it,"⋛","\\gtreqless",!0),Z(K,Q,it,"⪌","\\gtreqqless",!0),Z(K,Q,it,"≖","\\eqcirc",!0),Z(K,Q,it,"≗","\\circeq",!0),Z(K,Q,it,"≜","\\triangleq",!0),Z(K,Q,it,"","\\thicksim"),Z(K,Q,it,"≈","\\thickapprox"),Z(K,Q,it,"⫆","\\supseteqq",!0),Z(K,Q,it,"⋑","\\Supset",!0),Z(K,Q,it,"⊐","\\sqsupset",!0),Z(K,Q,it,"≽","\\succcurlyeq",!0),Z(K,Q,it,"⋟","\\curlyeqsucc",!0),Z(K,Q,it,"≿","\\succsim",!0),Z(K,Q,it,"⪸","\\succapprox",!0),Z(K,Q,it,"⊳","\\vartriangleright"),Z(K,Q,it,"⊵","\\trianglerighteq"),Z(K,Q,it,"⊩","\\Vdash",!0),Z(K,Q,it,"","\\shortmid"),Z(K,Q,it,"∥","\\shortparallel"),Z(K,Q,it,"≬","\\between",!0),Z(K,Q,it,"⋔","\\pitchfork",!0),Z(K,Q,it,"∝","\\varpropto"),Z(K,Q,it,"◀","\\blacktriangleleft"),Z(K,Q,it,"∴","\\therefore",!0),Z(K,Q,it,"∍","\\backepsilon"),Z(K,Q,it,"▶","\\blacktriangleright"),Z(K,Q,it,"∵","\\because",!0),Z(K,Q,it,"⋘","\\llless"),Z(K,Q,it,"⋙","\\gggtr"),Z(K,Q,et,"⊲","\\lhd"),Z(K,Q,et,"⊳","\\rhd"),Z(K,Q,it,"≂","\\eqsim",!0),Z(K,J,it,"⋈","\\Join"),Z(K,Q,it,"≑","\\Doteq",!0),Z(K,Q,et,"∔","\\dotplus",!0),Z(K,Q,et,"","\\smallsetminus"),Z(K,Q,et,"⋒","\\Cap",!0),Z(K,Q,et,"⋓","\\Cup",!0),Z(K,Q,et,"⩞","\\doublebarwedge",!0),Z(K,Q,et,"⊟","\\boxminus",!0),Z(K,Q,et,"⊞","\\boxplus",!0),Z(K,Q,et,"⋇","\\divideontimes",!0),Z(K,Q,et,"⋉","\\ltimes",!0),Z(K,Q,et,"⋊","\\rtimes",!0),Z(K,Q,et,"⋋","\\leftthreetimes",!0),Z(K,Q,et,"⋌","\\rightthreetimes",!0),Z(K,Q,et,"⋏","\\curlywedge",!0),Z(K,Q,et,"⋎","\\curlyvee",!0),Z(K,Q,et,"⊝","\\circleddash",!0),Z(K,Q,et,"⊛","\\circledast",!0),Z(K,Q,et,"⋅","\\centerdot"),Z(K,Q,et,"⊺","\\intercal",!0),Z(K,Q,et,"⋒","\\doublecap"),Z(K,Q,et,"⋓","\\doublecup"),Z(K,Q,et,"⊠","\\boxtimes",!0),Z(K,Q,it,"⇢","\\dashrightarrow",!0),Z(K,Q,it,"⇠","\\dashleftarrow",!0),Z(K,Q,it,"⇇","\\leftleftarrows",!0),Z(K,Q,it,"⇆","\\leftrightarrows",!0),Z(K,Q,it,"⇚","\\Lleftarrow",!0),Z(K,Q,it,"↞","\\twoheadleftarrow",!0),Z(K,Q,it,"↢","\\leftarrowtail",!0),Z(K,Q,it,"↫","\\looparrowleft",!0),Z(K,Q,it,"⇋","\\leftrightharpoons",!0),Z(K,Q,it,"↶","\\curvearrowleft",!0),Z(K,Q,it,"↺","\\circlearrowleft",!0),Z(K,Q,it,"↰","\\Lsh",!0),Z(K,Q,it,"⇈","\\upuparrows",!0),Z(K,Q,it,"↿","\\upharpoonleft",!0),Z(K,Q,it,"⇃","\\downharpoonleft",!0),Z(K,Q,it,"⊸","\\multimap",!0),Z(K,Q,it,"↭","\\leftrightsquigarrow",!0),Z(K,Q,it,"⇉","\\rightrightarrows",!0),Z(K,Q,it,"⇄","\\rightleftarrows",!0),Z(K,Q,it,"↠","\\twoheadrightarrow",!0),Z(K,Q,it,"↣","\\rightarrowtail",!0),Z(K,Q,it,"↬","\\looparrowright",!0),Z(K,Q,it,"↷","\\curvearrowright",!0),Z(K,Q,it,"↻","\\circlearrowright",!0),Z(K,Q,it,"↱","\\Rsh",!0),Z(K,Q,it,"⇊","\\downdownarrows",!0),Z(K,Q,it,"↾","\\upharpoonright",!0),Z(K,Q,it,"⇂","\\downharpoonright",!0),Z(K,Q,it,"⇝","\\rightsquigarrow",!0),Z(K,Q,it,"⇝","\\leadsto"),Z(K,Q,it,"⇛","\\Rrightarrow",!0),Z(K,Q,it,"↾","\\restriction"),Z(K,J,lt,"","`"),Z(K,J,lt,"$","\\$"),Z("text",J,lt,"$","\\$"),Z("text",J,lt,"$","\\textdollar"),Z(K,J,lt,"%","\\%"),Z("text",J,lt,"%","\\%"),Z(K,J,lt,"_","\\_"),Z("text",J,lt,"_","\\_"),Z("text",J,lt,"_","\\textunderscore"),Z(K,J,lt,"∠","\\angle",!0),Z(K,J,lt,"∞","\\infty",!0),Z(K,J,lt,"","\\prime"),Z(K,J,lt,"△","\\triangle"),Z(K,J,lt,"Γ","\\Gamma",!0),Z(K,J,lt,"Δ","\\Delta",!0),Z(K,J,lt,"Θ","\\Theta",!0),Z(K,J,lt,"Λ","\\Lambda",!0),Z(K,J,lt,"Ξ","\\Xi",!0),Z(K,J,lt,"Π","\\Pi",!0),Z(K,J,lt,"Σ","\\Sigma",!0),Z(K,J,lt,"Υ","\\Upsilon",!0),Z(K,J,lt,"Φ","\\Phi",!0),Z(K,J,lt,"Ψ","\\Psi",!0),Z(K,J,lt,"Ω","\\Omega",!0),Z(K,J,lt,"A","Α"),Z(K,J,lt,"B","Β"),Z(K,J,lt,"E","Ε"),Z(K,J,lt,"Z","Ζ"),Z(K,J,lt,"H","Η"),Z(K,J,lt,"I","Ι"),Z(K,J,lt,"K","Κ"),Z(K,J,lt,"M","Μ"),Z(K,J,lt,"N","Ν"),Z(K,J,lt,"O","Ο"),Z(K,J,lt,"P","Ρ"),Z(K,J,lt,"T","Τ"),Z(K,J,lt,"X","Χ"),Z(K,J,lt,"¬","\\neg",!0),Z(K,J,lt,"¬","\\lnot"),Z(K,J,lt,"","\\top"),Z(K,J,lt,"⊥","\\bot"),Z(K,J,lt,"∅","\\emptyset"),Z(K,Q,lt,"∅","\\varnothing"),Z(K,J,nt,"α","\\alpha",!0),Z(K,J,nt,"β","\\beta",!0),Z(K,J,nt,"γ","\\gamma",!0),Z(K,J,nt,"δ","\\delta",!0),Z(K,J,nt,"ϵ","\\epsilon",!0),Z(K,J,nt,"ζ","\\zeta",!0),Z(K,J,nt,"η","\\eta",!0),Z(K,J,nt,"θ","\\theta",!0),Z(K,J,nt,"ι","\\iota",!0),Z(K,J,nt,"κ","\\kappa",!0),Z(K,J,nt,"λ","\\lambda",!0),Z(K,J,nt,"μ","\\mu",!0),Z(K,J,nt,"ν","\\nu",!0),Z(K,J,nt,"ξ","\\xi",!0),Z(K,J,nt,"ο","\\omicron",!0),Z(K,J,nt,"π","\\pi",!0),Z(K,J,nt,"ρ","\\rho",!0),Z(K,J,nt,"σ","\\sigma",!0),Z(K,J,nt,"τ","\\tau",!0),Z(K,J,nt,"υ","\\upsilon",!0),Z(K,J,nt,"ϕ","\\phi",!0),Z(K,J,nt,"χ","\\chi",!0),Z(K,J,nt,"ψ","\\psi",!0),Z(K,J,nt,"ω","\\omega",!0),Z(K,J,nt,"ε","\\varepsilon",!0),Z(K,J,nt,"ϑ","\\vartheta",!0),Z(K,J,nt,"ϖ","\\varpi",!0),Z(K,J,nt,"ϱ","\\varrho",!0),Z(K,J,nt,"ς","\\varsigma",!0),Z(K,J,nt,"φ","\\varphi",!0),Z(K,J,et,"","*"),Z(K,J,et,"+","+"),Z(K,J,et,"","-"),Z(K,J,et,"⋅","\\cdot",!0),Z(K,J,et,"∘","\\circ"),Z(K,J,et,"÷","\\div",!0),Z(K,J,et,"±","\\pm",!0),Z(K,J,et,"×","\\times",!0),Z(K,J,et,"∩","\\cap",!0),Z(K,J,et,"","\\cup",!0),Z(K,J,et,"","\\setminus"),Z(K,J,et,"∧","\\land"),Z(K,J,et,"","\\lor"),Z(K,J,et,"∧","\\wedge",!0),Z(K,J,et,"","\\vee",!0),Z(K,J,lt,"√","\\surd"),Z(K,J,at,"(","("),Z(K,J,at,"[","["),Z(K,J,at,"⟨","\\langle",!0),Z(K,J,at,"","\\lvert"),Z(K,J,at,"∥","\\lVert"),Z(K,J,rt,")",")"),Z(K,J,rt,"]","]"),Z(K,J,rt,"?","?"),Z(K,J,rt,"!","!"),Z(K,J,rt,"⟩","\\rangle",!0),Z(K,J,rt,"","\\rvert"),Z(K,J,rt,"∥","\\rVert"),Z(K,J,it,"=","="),Z(K,J,it,"<","<"),Z(K,J,it,">",">"),Z(K,J,it,":",":"),Z(K,J,it,"≈","\\approx",!0),Z(K,J,it,"≅","\\cong",!0),Z(K,J,it,"≥","\\ge"),Z(K,J,it,"≥","\\geq",!0),Z(K,J,it,"←","\\gets"),Z(K,J,it,">","\\gt"),Z(K,J,it,"∈","\\in",!0),Z(K,J,it,"","\\@not"),Z(K,J,it,"⊂","\\subset",!0),Z(K,J,it,"⊃","\\supset",!0),Z(K,J,it,"⊆","\\subseteq",!0),Z(K,J,it,"⊇","\\supseteq",!0),Z(K,Q,it,"⊈","\\nsubseteq",!0),Z(K,Q,it,"⊉","\\nsupseteq",!0),Z(K,J,it,"⊨","\\models"),Z(K,J,it,"←","\\leftarrow",!0),Z(K,J,it,"≤","\\le"),Z(K,J,it,"≤","\\leq",!0),Z(K,J,it,"<","\\lt"),Z(K,J,it,"→","\\rightarrow",!0),Z(K,J,it,"→","\\to"),Z(K,Q,it,"≱","\\ngeq",!0),Z(K,Q,it,"≰","\\nleq",!0),Z(K,J,st," ","\\ "),Z(K,J,st," ","~"),Z(K,J,st," ","\\space"),Z(K,J,st," ","\\nobreakspace"),Z("text",J,st," ","\\ "),Z("text",J,st," ","~"),Z("text",J,st," ","\\space"),Z("text",J,st," ","\\nobreakspace"),Z(K,J,st,null,"\\nobreak"),Z(K,J,st,null,"\\allowbreak"),Z(K,J,"punct",",",","),Z(K,J,"punct",";",";"),Z(K,Q,et,"⊼","\\barwedge",!0),Z(K,Q,et,"⊻","\\veebar",!0),Z(K,J,et,"⊙","\\odot",!0),Z(K,J,et,"⊕","\\oplus",!0),Z(K,J,et,"⊗","\\otimes",!0),Z(K,J,lt,"∂","\\partial",!0),Z(K,J,et,"⊘","\\oslash",!0),Z(K,Q,et,"⊚","\\circledcirc",!0),Z(K,Q,et,"⊡","\\boxdot",!0),Z(K,J,et,"△","\\bigtriangleup"),Z(K,J,et,"▽","\\bigtriangledown"),Z(K,J,et,"†","\\dagger"),Z(K,J,et,"⋄","\\diamond"),Z(K,J,et,"⋆","\\star"),Z(K,J,et,"◃","\\triangleleft"),Z(K,J,et,"▹","\\triangleright"),Z(K,J,at,"{","\\{"),Z("text",J,lt,"{","\\{"),Z("text",J,lt,"{","\\textbraceleft"),Z(K,J,rt,"}","\\}"),Z("text",J,lt,"}","\\}"),Z("text",J,lt,"}","\\textbraceright"),Z(K,J,at,"{","\\lbrace"),Z(K,J,rt,"}","\\rbrace"),Z(K,J,at,"[","\\lbrack"),Z("text",J,lt,"[","\\lbrack"),Z(K,J,rt,"]","\\rbrack"),Z("text",J,lt,"]","\\rbrack"),Z(K,J,at,"(","\\lparen"),Z(K,J,rt,")","\\rparen"),Z("text",J,lt,"<","\\textless"),Z("text",J,lt,">","\\textgreater"),Z(K,J,at,"⌊","\\lfloor",!0),Z(K,J,rt,"⌋","\\rfloor",!0),Z(K,J,at,"⌈","\\lceil",!0),Z(K,J,rt,"⌉","\\rceil",!0),Z(K,J,lt,"\\","\\backslash"),Z(K,J,lt,"","|"),Z(K,J,lt,"","\\vert"),Z("text",J,lt,"|","\\textbar"),Z(K,J,lt,"∥","\\|"),Z(K,J,lt,"∥","\\Vert"),Z("text",J,lt,"∥","\\textbardbl"),Z("text",J,lt,"~","\\textasciitilde"),Z("text",J,lt,"\\","\\textbackslash"),Z("text",J,lt,"^","\\textasciicircum"),Z(K,J,it,"↑","\\uparrow",!0),Z(K,J,it,"⇑","\\Uparrow",!0),Z(K,J,it,"↓","\\downarrow",!0),Z(K,J,it,"⇓","\\Downarrow",!0),Z(K,J,it,"↕","\\updownarrow",!0),Z(K,J,it,"⇕","\\Updownarrow",!0),Z(K,J,ot,"∐","\\coprod"),Z(K,J,ot,"","\\bigvee"),Z(K,J,ot,"⋀","\\bigwedge"),Z(K,J,ot,"⨄","\\biguplus"),Z(K,J,ot,"⋂","\\bigcap"),Z(K,J,ot,"","\\bigcup"),Z(K,J,ot,"∫","\\int"),Z(K,J,ot,"∫","\\intop"),Z(K,J,ot,"∬","\\iint"),Z(K,J,ot,"∭","\\iiint"),Z(K,J,ot,"∏","\\prod"),Z(K,J,ot,"∑","\\sum"),Z(K,J,ot,"⨂","\\bigotimes"),Z(K,J,ot,"⨁","\\bigoplus"),Z(K,J,ot,"⨀","\\bigodot"),Z(K,J,ot,"∮","\\oint"),Z(K,J,ot,"∯","\\oiint"),Z(K,J,ot,"∰","\\oiiint"),Z(K,J,ot,"⨆","\\bigsqcup"),Z(K,J,ot,"∫","\\smallint"),Z("text",J,"inner","…","\\textellipsis"),Z(K,J,"inner","…","\\mathellipsis"),Z("text",J,"inner","…","\\ldots",!0),Z(K,J,"inner","…","\\ldots",!0),Z(K,J,"inner","⋯","\\@cdots",!0),Z(K,J,"inner","⋱","\\ddots",!0),Z(K,J,lt,"⋮","\\varvdots"),Z(K,J,tt,"ˊ","\\acute"),Z(K,J,tt,"ˋ","\\grave"),Z(K,J,tt,"¨","\\ddot"),Z(K,J,tt,"~","\\tilde"),Z(K,J,tt,"ˉ","\\bar"),Z(K,J,tt,"˘","\\breve"),Z(K,J,tt,"ˇ","\\check"),Z(K,J,tt,"^","\\hat"),Z(K,J,tt,"⃗","\\vec"),Z(K,J,tt,"˙","\\dot"),Z(K,J,tt,"˚","\\mathring"),Z(K,J,nt,"ı","\\imath",!0),Z(K,J,nt,"ȷ","\\jmath",!0),Z("text",J,lt,"ı","\\i",!0),Z("text",J,lt,"ȷ","\\j",!0),Z("text",J,lt,"ß","\\ss",!0),Z("text",J,lt,"æ","\\ae",!0),Z("text",J,lt,"æ","\\ae",!0),Z("text",J,lt,"œ","\\oe",!0),Z("text",J,lt,"ø","\\o",!0),Z("text",J,lt,"Æ","\\AE",!0),Z("text",J,lt,"Œ","\\OE",!0),Z("text",J,lt,"Ø","\\O",!0),Z("text",J,tt,"ˊ","\\'"),Z("text",J,tt,"ˋ","\\`"),Z("text",J,tt,"ˆ","\\^"),Z("text",J,tt,"˜","\\~"),Z("text",J,tt,"ˉ","\\="),Z("text",J,tt,"˘","\\u"),Z("text",J,tt,"˙","\\."),Z("text",J,tt,"˚","\\r"),Z("text",J,tt,"ˇ","\\v"),Z("text",J,tt,"¨",'\\"'),Z("text",J,tt,"˝","\\H"),Z("text",J,tt,"◯","\\textcircled");const ht={"--":!0,"---":!0,"``":!0,"''":!0};Z("text",J,lt,"","--"),Z("text",J,lt,"","\\textendash"),Z("text",J,lt,"—","---"),Z("text",J,lt,"—","\\textemdash"),Z("text",J,lt,"","`"),Z("text",J,lt,"","\\textquoteleft"),Z("text",J,lt,"","'"),Z("text",J,lt,"","\\textquoteright"),Z("text",J,lt,"“","``"),Z("text",J,lt,"“","\\textquotedblleft"),Z("text",J,lt,"”","''"),Z("text",J,lt,"”","\\textquotedblright"),Z(K,J,lt,"°","\\degree",!0),Z("text",J,lt,"°","\\degree"),Z("text",J,lt,"°","\\textdegree",!0),Z(K,J,nt,"£","\\pounds"),Z(K,J,nt,"£","\\mathsterling",!0),Z("text",J,nt,"£","\\pounds"),Z("text",J,nt,"£","\\textsterling",!0),Z(K,Q,lt,"✠","\\maltese"),Z("text",Q,lt,"✠","\\maltese"),Z("text",J,st," ","\\ "),Z("text",J,st," "," "),Z("text",J,st," ","~");for(let t=0;14>t;t++){const e='0123456789/@."'.charAt(t);Z(K,J,lt,e,e)}for(let t=0;30>t;t++){const e='0123456789!@*()-=+[]<>|";:?/.,'.charAt(t);Z("text",J,lt,e,e)}const mt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";for(let t=0;52>t;t++){const e=mt.charAt(t);Z(K,J,nt,e,e),Z("text",J,lt,e,e)}Z(K,Q,lt,"C",""),Z("text",Q,lt,"C",""),Z(K,Q,lt,"H",""),Z("text",Q,lt,"H",""),Z(K,Q,lt,"N",""),Z("text",Q,lt,"N",""),Z(K,Q,lt,"P",""),Z("text",Q,lt,"P",""),Z(K,Q,lt,"Q",""),Z("text",Q,lt,"Q",""),Z(K,Q,lt,"R",""),Z("text",Q,lt,"R",""),Z(K,Q,lt,"Z",""),Z("text",Q,lt,"Z",""),Z(K,J,nt,"h",""),Z("text",J,nt,"h","");let ct="";for(let t=0;52>t;t++){const e=mt.charAt(t);ct=String.fromCharCode(55349,56320+t),Z(K,J,nt,e,ct),Z("text",J,lt,e,ct),ct=String.fromCharCode(55349,56372+t),Z(K,J,nt,e,ct),Z("text",J,lt,e,ct),ct=String.fromCharCode(55349,56424+t),Z(K,J,nt,e,ct),Z("text",J,lt,e,ct),ct=String.fromCharCode(55349,56580+t),Z(K,J,nt,e,ct),Z("text",J,lt,e,ct),ct=String.fromCharCode(55349,56736+t),Z(K,J,nt,e,ct),Z("text",J,lt,e,ct),ct=String.fromCharCode(55349,56788+t),Z(K,J,nt,e,ct),Z("text",J,lt,e,ct),ct=String.fromCharCode(55349,56840+t),Z(K,J,nt,e,ct),Z("text",J,lt,e,ct),ct=String.fromCharCode(55349,56944+t),Z(K,J,nt,e,ct),Z("text",J,lt,e,ct),26>t&&(ct=String.fromCharCode(55349,56632+t),Z(K,J,nt,e,ct),Z("text",J,lt,e,ct),ct=String.fromCharCode(55349,56476+t),Z(K,J,nt,e,ct),Z("text",J,lt,e,ct))}ct="𝕜",Z(K,J,nt,"k",ct),Z("text",J,lt,"k",ct);for(let t=0;10>t;t++){const e=""+t;ct=String.fromCharCode(55349,57294+t),Z(K,J,nt,e,ct),Z("text",J,lt,e,ct),ct=String.fromCharCode(55349,57314+t),Z(K,J,nt,e,ct),Z("text",J,lt,e,ct),ct=String.fromCharCode(55349,57324+t),Z(K,J,nt,e,ct),Z("text",J,lt,e,ct),ct=String.fromCharCode(55349,57334+t),Z(K,J,nt,e,ct),Z("text",J,lt,e,ct)}for(let t=0;5>t;t++){const e="ÇÐÞçþ".charAt(t);Z(K,J,nt,e,e),Z("text",J,lt,e,e)}Z("text",J,lt,"ð","ð"),Z("text",J,lt,"",""),Z("text",J,lt,"—","—"),Z("text",J,lt,"",""),Z("text",J,lt,"",""),Z("text",J,lt,"“","“"),Z("text",J,lt,"”","”");const ut=[["mathbf","textbf","Main-Bold"],["mathbf","textbf","Main-Bold"],["mathdefault","textit","Math-Italic"],["mathdefault","textit","Math-Italic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["mathscr","textscr","Script-Regular"],["","",""],["","",""],["","",""],["mathfrak","textfrak","Fraktur-Regular"],["mathfrak","textfrak","Fraktur-Regular"],["mathbb","textbb","AMS-Regular"],["mathbb","textbb","AMS-Regular"],["","",""],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathitsf","textitsf","SansSerif-Italic"],["mathitsf","textitsf","SansSerif-Italic"],["","",""],["","",""],["mathtt","texttt","Typewriter-Regular"],["mathtt","texttt","Typewriter-Regular"]],pt=[["mathbf","textbf","Main-Bold"],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathtt","texttt","Typewriter-Regular"]],dt=[[1,1,1],[2,1,1],[3,1,1],[4,2,1],[5,2,1],[6,3,1],[7,4,2],[8,6,3],[9,7,6],[10,8,7],[11,10,9]],ft=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],gt=function(t,e){return 2>e.size?t:dt[t-1][e.size-1]};class xt{constructor(t){this.style=void 0,this.color=void 0,this.size=void 0,this.textSize=void 0,this.phantom=void 0,this.font=void 0,this.fontFamily=void 0,this.fontWeight=void 0,this.fontShape=void 0,this.sizeMultiplier=void 0,this.maxSize=void 0,this.minRuleThickness=void 0,this._fontMetrics=void 0,this.style=t.style,this.color=t.color,this.size=t.size||xt.BASESIZE,this.textSize=t.textSize||this.size,this.phantom=!!t.phantom,this.font=t.font||"",this.fontFamily=t.fontFamily||"",this.fontWeight=t.fontWeight||"",this.fontShape=t.fontShape||"",this.sizeMultiplier=ft[this.size-1],this.maxSize=t.maxSize,this.minRuleThickness=t.minRuleThickness,this._fontMetrics=void 0}extend(t){const e={style:this.style,size:this.size,textSize:this.textSize,color:this.color,phantom:this.phantom,font:this.font,fontFamily:this.fontFamily,fontWeight:this.fontWeight,fontShape:this.fontShape,maxSize:this.maxSize,minRuleThickness:this.minRuleThickness};for(const r in t)t.hasOwnProperty(r)&&(e[r]=t[r]);return new xt(e)}havingStyle(t){return this.style===t?this:this.extend({style:t,size:gt(this.textSize,t)})}havingCrampedStyle(){return this.havingStyle(this.style.cramp())}havingSize(t){return this.size===t&&this.textSize===t?this:this.extend({style:this.style.text(),size:t,textSize:t,sizeMultiplier:ft[t-1]})}havingBaseStyle(t){t=t||this.style.text();const e=gt(xt.BASESIZE,t);return this.size===e&&this.textSize===xt.BASESIZE&&this.style===t?this:this.extend({style:t,size:e})}havingBaseSizing(){let t;switch(this.style.id){case 4:case 5:t=3;break;case 6:case 7:t=1;break;default:t=6}return this.extend({style:this.style.text(),size:t})}withColor(t){return this.extend({color:t})}withPhantom(){return this.extend({phantom:!0})}withFont(t){return this.extend({font:t})}withTextFontFamily(t){return this.extend({fontFamily:t,font:""})}withTextFontWeight(t){return this.extend({fontWeight:t,font:""})}withTextFontShape(t){return this.extend({fontShape:t,font:""})}sizingClasses(t){return t.size!==this.size?["sizing","reset-size"+t.size,"size"+this.size]:[]}baseSizingClasses(){return this.size!==xt.BASESIZE?["sizing","reset-size"+this.size,"size"+xt.BASESIZE]:[]}fontMetrics(){return this._fontMetrics||(this._fontMetrics=function(t){let e;if(e=5>t?3>t?2:1:0,!_[e]){const t=_[e]={cssEmPerMu:U.quad[e]/18};for(const r in U)U.hasOwnProperty(r)&&(t[r]=U[r][e])}return _[e]}(this.size)),this._fontMetrics}getColor(){return this.phantom?"transparent":this.color}}xt.BASESIZE=6;const yt={pt:1,mm:7227/2540,cm:7227/254,in:72.27,bp:1.00375,pc:12,dd:1238/1157,cc:14856/1157,nd:685/642,nc:1370/107,sp:1/65536,px:1.00375},bt={ex:!0,em:!0,mu:!0},vt=function(t){return"string"!=typeof t&&(t=t.unit),t in yt||t in bt||"ex"===t},wt=function(t,e){let r;if(t.unit in yt)r=yt[t.unit]/e.fontMetrics().ptPerEm/e.sizeMultiplier;else if("mu"===t.unit)r=e.fontMetrics().cssEmPerMu;else{let n;if(n=e.style.isTight()?e.havingStyle(e.style.text()):e,"ex"===t.unit)r=n.fontMetrics().xHeight;else{if("em"!==t.unit)throw new l("Invalid unit: '"+t.unit+"'");r=n.fontMetrics().quad}n!==e&&(r*=n.sizeMultiplier/e.sizeMultiplier)}return Math.min(t.number*r,e.maxSize)},kt=["\\imath","ı","\\jmath","ȷ","\\pounds","\\mathsterling","\\textsterling","£"],St=function(t,e,r){return j[r][t]&&j[r][t].replace&&(t=j[r][t].replace),{value:t,metrics:Y(t,e,r)}},Tt=function(t,e,r,n,o){const a=St(t,e,r),i=a.metrics;let s;if(t=a.value,i){let e=i.italic;("text"===r||n&&"mathit"===n.font)&&(e=0),s=new P(t,i.height,i.depth,e,i.skew,i.width,o)}else void 0!==console&&console.warn("No character metrics "+`for '${t}' in style '${e}' and mode '${r}'`),s=new P(t,0,0,0,0,0,o);if(n){s.maxFontSize=n.sizeMultiplier,n.style.isTight()&&s.classes.push("mtight");const t=n.getColor();t&&(s.style.color=t)}return s},Mt=(t,e)=>{if(C(t.classes)!==C(e.classes)||t.skew!==e.skew||t.maxFontSize!==e.maxFontSize)return!1;for(const r in t.style)if(t.style.hasOwnProperty(r)&&t.style[r]!==e.style[r])return!1;for(const r in e.style)if(e.style.hasOwnProperty(r)&&t.style[r]!==e.style[r])return!1;return!0},zt=function(t){let e=0,r=0,n=0;for(let o=0;t.children.length>o;o++){const a=t.children[o];a.height>e&&(e=a.height),a.depth>r&&(r=a.depth),a.maxFontSize>n&&(n=a.maxFontSize)}t.height=e,t.depth=r,t.maxFontSize=n},At=function(t,e,r,n){const o=new I(t,e,r,n);return zt(o),o},Bt=(t,e,r,n)=>new I(t,e,r,n),Ct=function(t){const e=new B(t);return zt(e),e},qt=function(t,e,r){let n,o="";switch(t){case"amsrm":o="AMS";break;case"textrm":o="Main";break;case"textsf":o="SansSerif";break;case"texttt":o="Typewriter";break;default:o=t}return n="textbf"===e&&"textit"===r?"BoldItalic":"textbf"===e?"Bold":"textit"===e?"Italic":"Regular",`${o}-${n}`},Nt={mathbf:{variant:"bold",fontName:"Main-Bold"},mathrm:{variant:"normal",fontName:"Main-Regular"},textit:{variant:"italic",fontName:"Main-Italic"},mathit:{variant:"italic",fontName:"Main-Italic"},mathbb:{variant:"double-struck",fontName:"AMS-Regular"},mathcal:{variant:"script",fontName:"Caligraphic-Regular"},mathfrak:{variant:"fraktur",fontName:"Fraktur-Regular"},mathscr:{variant:"script",fontName:"Script-Regular"},mathsf:{variant:"sans-serif",fontName:"SansSerif-Regular"},mathtt:{variant:"monospace",fontName:"Typewriter-Regular"}},Ot={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]};var It={fontMap:Nt,makeSymbol:Tt,mathsym:function(t,e,r,n){return void 0===n&&(n=[]),"boldsymbol"===r.font&&St(t,"Main-Bold",e).metrics?Tt(t,"Main-Bold",e,r,n.concat(["mathbf"])):"\\"===t||"main"===j[e][t].font?Tt(t,"Main-Regular",e,r,n):Tt(t,"AMS-Regular",e,r,n.concat(["amsrm"]))},makeSpan:At,makeSvgSpan:Bt,makeLineSpan:function(t,e,r){const n=At([t],[],e);return n.height=Math.max(r||e.fontMetrics().defaultRuleThickness,e.minRuleThickness),n.style.borderBottomWidth=n.height+"em",n.maxFontSize=1,n},makeAnchor:function(t,e,r,n){const o=new R(t,e,r,n);return zt(o),o},makeFragment:Ct,wrapFragment:function(t,e){return t instanceof B?At([],[t],e):t},makeVList:function(t,e){const r=function(t){if("individualShift"===t.positionType){const e=t.children,r=[e[0]],n=-e[0].shift-e[0].elem.depth;let o=n;for(let t=1;e.length>t;t++){const n=-e[t].shift-o-e[t].elem.depth;o+=n,r.push({type:"kern",size:n-(e[t-1].elem.height+e[t-1].elem.depth)}),r.push(e[t])}return{children:r,depth:n}}let e;if("top"===t.positionType){let r=t.positionData;for(let e=0;t.children.length>e;e++){const n=t.children[e];r-="kern"===n.type?n.size:n.elem.height+n.elem.depth}e=r}else if("bottom"===t.positionType)e=-t.positionData;else{const r=t.children[0];if("elem"!==r.type)throw Error('First child must have type "elem".');if("shift"===t.positionType)e=-r.elem.depth-t.positionData;else{if("firstBaseline"!==t.positionType)throw Error(`Invalid positionType ${t.positionType}.`);e=-r.elem.depth}}return{children:t.children,depth:e}}(t),n=r.children,o=r.depth;let a=0;for(let t=0;n.length>t;t++){const e=n[t];if("elem"===e.type){const t=e.elem;a=Math.max(a,t.maxFontSize,t.height)}}a+=2;const i=At(["pstrut"],[]);i.style.height=a+"em";const s=[];let l=o,h=o,m=o;for(let t=0;n.length>t;t++){const e=n[t];if("kern"===e.type)m+=e.size;else{const t=e.elem,r=At(e.wrapperClasses||[],[i,t],void 0,e.wrapperStyle||{});r.style.top=-a-m-t.depth+"em",e.marginLeft&&(r.style.marginLeft=e.marginLeft),e.marginRight&&(r.style.marginRight=e.marginRight),s.push(r),m+=t.height+t.depth}l=Math.min(l,m),h=Math.max(h,m)}const c=At(["vlist"],s);let u;if(c.style.height=h+"em",0>l){const t=At([],[]),e=At(["vlist"],[t]);e.style.height=-l+"em";const r=At(["vlist-s"],[new P("")]);u=[At(["vlist-r"],[c,r]),At(["vlist-r"],[e])]}else u=[At(["vlist-r"],[c])];const p=At(["vlist-t"],u);return 2===u.length&&p.classes.push("vlist-t2"),p.height=h,p.depth=-l,p},makeOrd:function(t,e,r){const n=t.mode,o=t.text,a=["mord"],i="math"===n||"text"===n&&e.font,s=i?e.font:e.fontFamily;if(55349===o.charCodeAt(0)){const t=function(t,e){const r=1024*(t.charCodeAt(0)-55296)+(t.charCodeAt(1)-56320)+65536,n="math"===e?0:1;if(r>=119808&&120484>r){const t=Math.floor((r-119808)/26);return[ut[t][2],ut[t][n]]}if(120782>r||r>120831){if(120485===r||120486===r)return[ut[0][2],ut[0][n]];if(r>120486&&120782>r)return["",""];throw new l("Unsupported character: "+t)}{const t=Math.floor((r-120782)/10);return[pt[t][2],pt[t][n]]}}(o,n);return Tt(o,t[0],n,e,a.concat(t[1]))}if(s){let t,r;if("boldsymbol"===s||"mathnormal"===s){const e="boldsymbol"===s?function(t,e,r,n){return St(t,"Math-BoldItalic",e).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}}(o,n):p.contains(kt,h=o)?{fontName:"Main-Italic",fontClass:"mathit"}:/[0-9]/.test(h.charAt(0))?{fontName:"Caligraphic-Regular",fontClass:"mathcal"}:{fontName:"Math-Italic",fontClass:"mathdefault"};t=e.fontName,r=[e.fontClass]}else p.contains(kt,o)?(t="Main-Italic",r=["mathit"]):i?(t=Nt[s].fontName,r=[s]):(t=qt(s,e.fontWeight,e.fontShape),r=[s,e.fontWeight,e.fontShape]);if(St(o,t,n).metrics)return Tt(o,t,n,e,a.concat(r));if(ht.hasOwnProperty(o)&&"Typewriter"===t.substr(0,10)){const i=[];for(let s=0;o.length>s;s++)i.push(Tt(o[s],t,n,e,a.concat(r)));return Ct(i)}}var h;if("mathord"===r){const t=function(t,e,r,n){return/[0-9]/.test(t.charAt(0))||p.contains(kt,t)?{fontName:"Main-Italic",fontClass:"mathit"}:{fontName:"Math-Italic",fontClass:"mathdefault"}}(o);return Tt(o,t.fontName,n,e,a.concat([t.fontClass]))}if("textord"===r){const t=j[n][o]&&j[n][o].font;if("ams"===t){const t=qt("amsrm",e.fontWeight,e.fontShape);return Tt(o,t,n,e,a.concat("amsrm",e.fontWeight,e.fontShape))}if("main"!==t&&t){const r=qt(t,e.fontWeight,e.fontShape);return Tt(o,r,n,e,a.concat(r,e.fontWeight,e.fontShape))}{const t=qt("textrm",e.fontWeight,e.fontShape);return Tt(o,t,n,e,a.concat(e.fontWeight,e.fontShape))}}throw Error("unexpected type: "+r+" in makeOrd")},makeGlue:(t,e)=>{const r=At(["mspace"],[],e),n=wt(t,e);return r.style.marginRight=`${n}em`,r},staticSvg:function(t,e){const r=Ot[t],n=r[1],o=r[2],a=new H(r[0]),i=new D([a],{width:n+"em",height:o+"em",style:"width:"+n+"em",viewBox:"0 0 "+1e3*n+" "+1e3*o,preserveAspectRatio:"xMinYMin"}),s=Bt(["overlay"],[i],e);return s.height=o,s.style.height=o+"em",s.style.width=n+"em",s},svgData:Ot,tryCombineChars:t=>{for(let e=0;t.length-1>e;e++){const r=t[e],n=t[e+1];r instanceof P&&n instanceof P&&Mt(r,n)&&(r.text+=n.text,r.height=Math.max(r.height,n.height),r.depth=Math.max(r.depth,n.depth),r.italic=n.italic,t.splice(e+1,1),e--)}return t}};function Rt(t,e){const r=Et(t,e);if(!r)throw Error(`Expected node of type ${e}, but got `+(t?`node of type ${t.type}`:t+""));return r}function Et(t,e){return t&&t.type===e?t:null}function Lt(t,e){const r=function(t,e){return t&&"atom"===t.type&&t.family===e?t:null}(t,e);if(!r)throw Error(`Expected node of type "atom" and family "${e}", but got `+(t?"atom"===t.type?`atom of family ${t.family}`:`node of type ${t.type}`:t+""));return r}function Pt(t){const e=Dt(t);if(!e)throw Error("Expected node of symbol group type, but got "+(t?`node of type ${t.type}`:t+""));return e}function Dt(t){return t&&("atom"===t.type||X.hasOwnProperty(t.type))?t:null}const Ht={number:3,unit:"mu"},$t={number:4,unit:"mu"},Ft={number:5,unit:"mu"},Vt={mord:{mop:Ht,mbin:$t,mrel:Ft,minner:Ht},mop:{mord:Ht,mop:Ht,mrel:Ft,minner:Ht},mbin:{mord:$t,mop:$t,mopen:$t,minner:$t},mrel:{mord:Ft,mop:Ft,mopen:Ft,minner:Ft},mopen:{},mclose:{mop:Ht,mbin:$t,mrel:Ft,minner:Ht},mpunct:{mord:Ht,mop:Ht,mrel:Ft,mopen:Ht,mclose:Ht,mpunct:Ht,minner:Ht},minner:{mord:Ht,mop:Ht,mbin:$t,mrel:Ft,mopen:Ht,mpunct:Ht,minner:Ht}},Ut={mord:{mop:Ht},mop:{mord:Ht,mop:Ht},mbin:{},mrel:{},mopen:{},mclose:{mop:Ht},mpunct:{},minner:{mop:Ht}},Gt={},Yt={},_t={};function Wt(t){let e=t.type,r=t.names,n=t.props,o=t.htmlBuilder,a=t.mathmlBuilder;const i={type:e,numArgs:n.numArgs,argTypes:n.argTypes,greediness:void 0===n.greediness?1:n.greediness,allowedInText:!!n.allowedInText,allowedInMath:void 0===n.allowedInMath||n.allowedInMath,numOptionalArgs:n.numOptionalArgs||0,infix:!!n.infix,handler:t.handler};for(let t=0;r.length>t;++t)Gt[r[t]]=i;e&&(o&&(Yt[e]=o),a&&(_t[e]=a))}function Xt(t){Wt({type:t.type,names:[],props:{numArgs:0},handler(){throw Error("Should never be called.")},htmlBuilder:t.htmlBuilder,mathmlBuilder:t.mathmlBuilder})}const jt=function(t){const e=Et(t,"ordgroup");return e?e.body:[t]},Zt=It.makeSpan,Kt=["leftmost","mbin","mopen","mrel","mop","mpunct"],Jt=["rightmost","mrel","mclose","mpunct"],Qt={display:S.DISPLAY,text:S.TEXT,script:S.SCRIPT,scriptscript:S.SCRIPTSCRIPT},te={mord:"mord",mop:"mop",mbin:"mbin",mrel:"mrel",mopen:"mopen",mclose:"mclose",mpunct:"mpunct",minner:"minner"},ee=function(t,e,r,n){void 0===n&&(n=[null,null]);const o=[];for(let r=0;t.length>r;r++){const n=ie(t[r],e);if(n instanceof B){o.push(...n.children)}else o.push(n)}if(!r)return o;let a=e;if(1===t.length){const r=Et(t[0],"sizing")||Et(t[0],"styling");r&&("sizing"===r.type?a=e.havingSize(r.size):"styling"===r.type&&(a=e.havingStyle(Qt[r.style])))}const i=Zt([n[0]||"leftmost"],[],e),s=Zt([n[1]||"rightmost"],[],e);return re(o,(t,e)=>{const r=e.classes[0],n=t.classes[0];"mbin"===r&&p.contains(Jt,n)?e.classes[0]="mord":"mbin"===n&&p.contains(Kt,r)&&(t.classes[0]="mord")},{node:i},s),re(o,(t,e)=>{const r=oe(e),n=oe(t),o=r&&n?t.hasClass("mtight")?Ut[r][n]:Vt[r][n]:null;if(o)return It.makeGlue(o,a)},{node:i},s),o},re=function t(e,r,n,o){o&&e.push(o);let a=0;for(;e.length>a;a++){const o=e[a],i=ne(o);if(i){t(i.children,r,n);continue}if("mspace"===o.classes[0])continue;const s=r(o,n.node);s&&(n.insertAfter?n.insertAfter(s):(e.unshift(s),a++)),n.node=o,n.insertAfter=(t=>r=>{e.splice(t+1,0,r),a++})(a)}o&&e.pop()},ne=function(t){return t instanceof B||t instanceof R?t:null},oe=function(t,e){return t?(e&&(t=function t(e,r){const n=ne(e);if(n){const e=n.children;if(e.length){if("right"===r)return t(e[e.length-1],"right");if("left"===r)return t(e[0],"left")}}return e}(t,e)),te[t.classes[0]]||null):null},ae=function(t,e){const r=["nulldelimiter"].concat(t.baseSizingClasses());return Zt(e.concat(r))},ie=function(t,e,r){if(!t)return Zt();if(Yt[t.type]){let n=Yt[t.type](t,e);if(r&&e.size!==r.size){n=Zt(e.sizingClasses(r),[n],e);const t=e.sizeMultiplier/r.sizeMultiplier;n.height*=t,n.depth*=t}return n}throw new l("Got group of unknown type: '"+t.type+"'")};function se(t,e){const r=Zt(["base"],t,e),n=Zt(["strut"]);return n.style.height=r.height+r.depth+"em",n.style.verticalAlign=-r.depth+"em",r.children.unshift(n),r}function le(t,e){let r=null;1===t.length&&"tag"===t[0].type&&(r=t[0].tag,t=t[0].body);const n=ee(t,e,!0),o=[];let a,i=[];for(let t=0;n.length>t;t++)if(i.push(n[t]),n[t].hasClass("mbin")||n[t].hasClass("mrel")||n[t].hasClass("allowbreak")){let r=!1;for(;n.length-1>t&&n[t+1].hasClass("mspace")&&!n[t+1].hasClass("newline");)t++,i.push(n[t]),n[t].hasClass("nobreak")&&(r=!0);r||(o.push(se(i,e)),i=[])}else n[t].hasClass("newline")&&(i.pop(),i.length>0&&(o.push(se(i,e)),i=[]),o.push(n[t]));i.length>0&&o.push(se(i,e)),r&&(a=se(ee(r,e,!0)),a.classes=["tag"],o.push(a));const s=Zt(["katex-html"],o);if(s.setAttribute("aria-hidden","true"),a){const t=a.children[0];t.style.height=s.height+s.depth+"em",t.style.verticalAlign=-s.depth+"em"}return s}function he(t){return new B(t)}class me{constructor(t,e){this.type=void 0,this.attributes=void 0,this.children=void 0,this.type=t,this.attributes={},this.children=e||[]}setAttribute(t,e){this.attributes[t]=e}getAttribute(t){return this.attributes[t]}toNode(){const t=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(const e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&t.setAttribute(e,this.attributes[e]);for(let e=0;this.children.length>e;e++)t.appendChild(this.children[e].toNode());return t}toMarkup(){let t="<"+this.type;for(const e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&(t+=" "+e+'="',t+=p.escape(this.attributes[e]),t+='"');t+=">";for(let e=0;this.children.length>e;e++)t+=this.children[e].toMarkup();return t+="</"+this.type+">",t}toText(){return this.children.map(t=>t.toText()).join("")}}class ce{constructor(t){this.text=void 0,this.text=t}toNode(){return document.createTextNode(this.text)}toMarkup(){return p.escape(this.toText())}toText(){return this.text}}var ue={MathNode:me,TextNode:ce,SpaceNode:class{constructor(t){this.width=void 0,this.character=void 0,this.width=t,this.character=.05555>t||t>.05556?.1666>t||t>.1667?.2222>t||t>.2223?.2777>t||t>.2778?-.05556>t||t>-.05555?-.1667>t||t>-.1666?-.2223>t||t>-.2222?-.2778>t||t>-.2777?null:"":"":"":"":"":"":"":""}toNode(){if(this.character)return document.createTextNode(this.character);{const t=document.createElementNS("http://www.w3.org/1998/Math/MathML","mspace");return t.setAttribute("width",this.width+"em"),t}}toMarkup(){return this.character?`<mtext>${this.character}</mtext>`:`<mspace width="${this.width}em"/>`}toText(){return this.character?this.character:" "}},newDocumentFragment:he};const pe=function(t,e,r){return!j[e][t]||!j[e][t].replace||55349===t.charCodeAt(0)||ht.hasOwnProperty(t)&&r&&(r.fontFamily&&"tt"===r.fontFamily.substr(4,2)||r.font&&"tt"===r.font.substr(4,2))||(t=j[e][t].replace),new ue.TextNode(t)},de=function(t){return 1===t.length?t[0]:new ue.MathNode("mrow",t)},fe=function(t,e){if("texttt"===e.fontFamily)return"monospace";if("textsf"===e.fontFamily)return"textit"===e.fontShape&&"textbf"===e.fontWeight?"sans-serif-bold-italic":"textit"===e.fontShape?"sans-serif-italic":"textbf"===e.fontWeight?"bold-sans-serif":"sans-serif";if("textit"===e.fontShape&&"textbf"===e.fontWeight)return"bold-italic";if("textit"===e.fontShape)return"italic";if("textbf"===e.fontWeight)return"bold";const r=e.font;if(!r||"mathnormal"===r)return null;const n=t.mode;if("mathit"===r)return"italic";if("boldsymbol"===r)return"bold-italic";if("mathbf"===r)return"bold";if("mathbb"===r)return"double-struck";if("mathfrak"===r)return"fraktur";if("mathscr"===r||"mathcal"===r)return"script";if("mathsf"===r)return"sans-serif";if("mathtt"===r)return"monospace";let o=t.text;if(p.contains(["\\imath","\\jmath"],o))return null;return j[n][o]&&j[n][o].replace&&(o=j[n][o].replace),Y(o,It.fontMap[r].fontName,n)?It.fontMap[r].variant:null},ge=function(t,e,r){if(1===t.length){const n=ye(t[0],e);return r&&n instanceof me&&"mo"===n.type&&(n.setAttribute("lspace","0em"),n.setAttribute("rspace","0em")),[n]}const n=[];let o;for(let r=0;t.length>r;r++){const a=ye(t[r],e);if(a instanceof me&&o instanceof me){if("mtext"===a.type&&"mtext"===o.type&&a.getAttribute("mathvariant")===o.getAttribute("mathvariant")){o.children.push(...a.children);continue}if("mn"===a.type&&"mn"===o.type){o.children.push(...a.children);continue}if("mi"===a.type&&1===a.children.length&&"mn"===o.type){const t=a.children[0];if(t instanceof ce&&"."===t.text){o.children.push(...a.children);continue}}else if("mi"===o.type&&1===o.children.length){const t=o.children[0];if(t instanceof ce&&"̸"===t.text&&("mo"===a.type||"mi"===a.type||"mn"===a.type)){const t=a.children[0];t instanceof ce&&t.text.length>0&&(t.text=t.text.slice(0,1)+"̸"+t.text.slice(1),n.pop())}}}n.push(a),o=a}return n},xe=function(t,e,r){return de(ge(t,e,r))},ye=function(t,e){if(!t)return new ue.MathNode("mrow");if(_t[t.type]){return _t[t.type](t,e)}throw new l("Got group of unknown type: '"+t.type+"'")};function be(t,e,r,n){const o=ge(t,r);let a;a=1===o.length&&o[0]instanceof me&&p.contains(["mrow","mtable"],o[0].type)?o[0]:new ue.MathNode("mrow",o);const i=new ue.MathNode("annotation",[new ue.TextNode(e)]);i.setAttribute("encoding","application/x-tex");const s=new ue.MathNode("semantics",[a,i]),l=new ue.MathNode("math",[s]);return l.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML"),It.makeSpan([n?"katex":"katex-mathml"],[l])}const ve=function(t){return new xt({style:t.displayMode?S.DISPLAY:S.TEXT,maxSize:t.maxSize,minRuleThickness:t.minRuleThickness})},we=function(t,e){if(e.displayMode){const r=["katex-display"];e.leqno&&r.push("leqno"),e.fleqn&&r.push("fleqn"),t=It.makeSpan(r,[t])}return t},ke={widehat:"^",widecheck:"ˇ",widetilde:"~",utilde:"~",overleftarrow:"←",underleftarrow:"←",xleftarrow:"←",overrightarrow:"→",underrightarrow:"→",xrightarrow:"→",underbrace:"⏟",overbrace:"⏞",overgroup:"⏠",undergroup:"⏡",overleftrightarrow:"↔",underleftrightarrow:"↔",xleftrightarrow:"↔",Overrightarrow:"⇒",xRightarrow:"⇒",overleftharpoon:"↼",xleftharpoonup:"↼",overrightharpoon:"⇀",xrightharpoonup:"⇀",xLeftarrow:"⇐",xLeftrightarrow:"⇔",xhookleftarrow:"↩",xhookrightarrow:"↪",xmapsto:"↦",xrightharpoondown:"⇁",xleftharpoondown:"↽",xrightleftharpoons:"⇌",xleftrightharpoons:"⇋",xtwoheadleftarrow:"↞",xtwoheadrightarrow:"↠",xlongequal:"=",xtofrom:"⇄",xrightleftarrows:"⇄",xrightequilibrium:"⇌",xleftequilibrium:"⇋"},Se={overrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],overleftarrow:[["leftarrow"],.888,522,"xMinYMin"],underrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],underleftarrow:[["leftarrow"],.888,522,"xMinYMin"],xrightarrow:[["rightarrow"],1.469,522,"xMaxYMin"],xleftarrow:[["leftarrow"],1.469,522,"xMinYMin"],Overrightarrow:[["doublerightarrow"],.888,560,"xMaxYMin"],xRightarrow:[["doublerightarrow"],1.526,560,"xMaxYMin"],xLeftarrow:[["doubleleftarrow"],1.526,560,"xMinYMin"],overleftharpoon:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoonup:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoondown:[["leftharpoondown"],.888,522,"xMinYMin"],overrightharpoon:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoonup:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoondown:[["rightharpoondown"],.888,522,"xMaxYMin"],xlongequal:[["longequal"],.888,334,"xMinYMin"],xtwoheadleftarrow:[["twoheadleftarrow"],.888,334,"xMinYMin"],xtwoheadrightarrow:[["twoheadrightarrow"],.888,334,"xMaxYMin"],overleftrightarrow:[["leftarrow","rightarrow"],.888,522],overbrace:[["leftbrace","midbrace","rightbrace"],1.6,548],underbrace:[["leftbraceunder","midbraceunder","rightbraceunder"],1.6,548],underleftrightarrow:[["leftarrow","rightarrow"],.888,522],xleftrightarrow:[["leftarrow","rightarrow"],1.75,522],xLeftrightarrow:[["doubleleftarrow","doublerightarrow"],1.75,560],xrightleftharpoons:[["leftharpoondownplus","rightharpoonplus"],1.75,716],xleftrightharpoons:[["leftharpoonplus","rightharpoondownplus"],1.75,716],xhookleftarrow:[["leftarrow","righthook"],1.08,522],xhookrightarrow:[["lefthook","rightarrow"],1.08,522],overlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],underlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],overgroup:[["leftgroup","rightgroup"],.888,342],undergroup:[["leftgroupunder","rightgroupunder"],.888,342],xmapsto:[["leftmapsto","rightarrow"],1.5,522],xtofrom:[["leftToFrom","rightToFrom"],1.75,528],xrightleftarrows:[["baraboveleftarrow","rightarrowabovebar"],1.75,901],xrightequilibrium:[["baraboveshortleftharpoon","rightharpoonaboveshortbar"],1.75,716],xleftequilibrium:[["shortbaraboveleftharpoon","shortrightharpoonabovebar"],1.75,716]};var Te=function(t,e,r,n){let o;const a=t.height+t.depth+2*r;if(/fbox|color/.test(e)){if(o=It.makeSpan(["stretchy",e],[],n),"fbox"===e){const t=n.color&&n.getColor();t&&(o.style.borderColor=t)}}else{const t=[];/^[bx]cancel$/.test(e)&&t.push(new $({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(e)&&t.push(new $({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));const r=new D(t,{width:"100%",height:a+"em"});o=It.makeSvgSpan([],[r],n)}return o.height=a,o.style.height=a+"em",o},Me=function(t){const e=new ue.MathNode("mo",[new ue.TextNode(ke[t.substr(1)])]);return e.setAttribute("stretchy","true"),e},ze=function(t,e){const r=function(){let r=4e5;const n=t.label.substr(1);if(p.contains(["widehat","widecheck","widetilde","utilde"],n)){const a="ordgroup"===(o=t.base).type?o.body.length:1;let i,s,l;if(a>5)"widehat"===n||"widecheck"===n?(i=420,r=2364,l=.42,s=n+"4"):(i=312,r=2340,l=.34,s="tilde4");else{const t=[1,1,2,2,3,3][a];"widehat"===n||"widecheck"===n?(r=[0,1062,2364,2364,2364][t],i=[0,239,300,360,420][t],l=[0,.24,.3,.3,.36,.42][t],s=n+t):(r=[0,600,1033,2339,2340][t],i=[0,260,286,306,312][t],l=[0,.26,.286,.3,.306,.34][t],s="tilde"+t)}const h=new H(s),m=new D([h],{width:"100%",height:l+"em",viewBox:`0 0 ${r} ${i}`,preserveAspectRatio:"none"});return{span:It.makeSvgSpan([],[m],e),minWidth:0,height:l}}{const t=[],o=Se[n],a=o[0],i=o[1],s=o[2],l=s/1e3,h=a.length;let m,c;if(1===h){m=["hide-tail"],c=[o[3]]}else if(2===h)m=["halfarrow-left","halfarrow-right"],c=["xMinYMin","xMaxYMin"];else{if(3!==h)throw Error(`Correct katexImagesData or update code here to support\n ${h} children.`);m=["brace-left","brace-center","brace-right"],c=["xMinYMin","xMidYMin","xMaxYMin"]}for(let n=0;h>n;n++){const o=new H(a[n]),u=new D([o],{width:"400em",height:l+"em",viewBox:`0 0 ${r} ${s}`,preserveAspectRatio:c[n]+" slice"}),p=It.makeSvgSpan([m[n]],[u],e);if(1===h)return{span:p,minWidth:i,height:l};p.style.height=l+"em",t.push(p)}return{span:It.makeSpan(["stretchy"],t,e),minWidth:i,height:l}}var o}(),n=r.span,o=r.minWidth,a=r.height;return n.height=a,n.style.height=a+"em",o>0&&(n.style.minWidth=o+"em"),n};const Ae=(t,e)=>{let r,n;const o=Et(t,"supsub");let a;o?(n=Rt(o.base,"accent"),r=n.base,o.base=r,a=function(t){if(t instanceof I)return t;throw Error(`Expected span<HtmlDomNode> but got ${t+""}.`)}(ie(o,e)),o.base=n):(n=Rt(t,"accent"),r=n.base);const i=ie(r,e.havingCrampedStyle());let s=0;if(n.isShifty&&p.isCharacterBox(r)){const t=p.getBaseElem(r);s=F(ie(t,e.havingCrampedStyle())).skew}let l,h=Math.min(i.height,e.fontMetrics().xHeight);if(n.isStretchy)l=ze(n,e),l=It.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:i},{type:"elem",elem:l,wrapperClasses:["svg-align"],wrapperStyle:s>0?{width:`calc(100% - ${2*s}em)`,marginLeft:`${2*s}em`}:void 0}]},e);else{let t,r;"\\vec"===n.label?(t=It.staticSvg("vec",e),r=It.svgData.vec[1]):(t=It.makeOrd({mode:n.mode,text:n.label},e,"textord"),t=F(t),t.italic=0,r=t.width),l=It.makeSpan(["accent-body"],[t]);const o="\\textcircled"===n.label;o&&(l.classes.push("accent-full"),h=i.height);let a=s;o||(a-=r/2),l.style.left=a+"em","\\textcircled"===n.label&&(l.style.top=".2em"),l=It.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:i},{type:"kern",size:-h},{type:"elem",elem:l}]},e)}const m=It.makeSpan(["mord","accent"],[l],e);return a?(a.children[0]=m,a.height=Math.max(m.height,a.height),a.classes[0]="mord",a):m},Be=(t,e)=>{const r=t.isStretchy?Me(t.label):new ue.MathNode("mo",[pe(t.label,t.mode)]),n=new ue.MathNode("mover",[ye(t.base,e),r]);return n.setAttribute("accent","true"),n},Ce=RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map(t=>`\\${t}`).join("|"));Wt({type:"accent",names:["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring","\\widecheck","\\widehat","\\widetilde","\\overrightarrow","\\overleftarrow","\\Overrightarrow","\\overleftrightarrow","\\overgroup","\\overlinesegment","\\overleftharpoon","\\overrightharpoon"],props:{numArgs:1},handler:(t,e)=>{const r=e[0],n=!Ce.test(t.funcName);return{type:"accent",mode:t.parser.mode,label:t.funcName,isStretchy:n,isShifty:!n||"\\widehat"===t.funcName||"\\widetilde"===t.funcName||"\\widecheck"===t.funcName,base:r}},htmlBuilder:Ae,mathmlBuilder:Be}),Wt({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!1},handler:(t,e)=>({type:"accent",mode:t.parser.mode,label:t.funcName,isStretchy:!1,isShifty:!0,base:e[0]}),htmlBuilder:Ae,mathmlBuilder:Be}),Wt({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:(t,e)=>({type:"accentUnder",mode:t.parser.mode,label:t.funcName,base:e[0]}),htmlBuilder:(t,e)=>{const r=ie(t.base,e),n=ze(t,e),o="\\utilde"===t.label?.12:0,a=It.makeVList({positionType:"bottom",positionData:n.height+o,children:[{type:"elem",elem:n,wrapperClasses:["svg-align"]},{type:"kern",size:o},{type:"elem",elem:r}]},e);return It.makeSpan(["mord","accentunder"],[a],e)},mathmlBuilder:(t,e)=>{const r=Me(t.label),n=new ue.MathNode("munder",[ye(t.base,e),r]);return n.setAttribute("accentunder","true"),n}});const qe=t=>{const e=new ue.MathNode("mpadded",t?[t]:[]);return e.setAttribute("width","+0.6em"),e.setAttribute("lspace","0.3em"),e};Wt({type:"xArrow",names:["\\xleftarrow","\\xrightarrow","\\xLeftarrow","\\xRightarrow","\\xleftrightarrow","\\xLeftrightarrow","\\xhookleftarrow","\\xhookrightarrow","\\xmapsto","\\xrightharpoondown","\\xrightharpoonup","\\xleftharpoondown","\\xleftharpoonup","\\xrightleftharpoons","\\xleftrightharpoons","\\xlongequal","\\xtwoheadrightarrow","\\xtwoheadleftarrow","\\xtofrom","\\xrightleftarrows","\\xrightequilibrium","\\xleftequilibrium"],props:{numArgs:1,numOptionalArgs:1},handler:(t,e,r)=>({type:"xArrow",mode:t.parser.mode,label:t.funcName,body:e[0],below:r[0]}),htmlBuilder(t,e){const r=e.style;let n=e.havingStyle(r.sup());const o=It.wrapFragment(ie(t.body,n,e),e);let a;o.classes.push("x-arrow-pad"),t.below&&(n=e.havingStyle(r.sub()),a=It.wrapFragment(ie(t.below,n,e),e),a.classes.push("x-arrow-pad"));const i=ze(t,e),s=-e.fontMetrics().axisHeight+.5*i.height;let l,h=-e.fontMetrics().axisHeight-.5*i.height-.111;if((o.depth>.25||"\\xleftequilibrium"===t.label)&&(h-=o.depth),a){const t=-e.fontMetrics().axisHeight+a.height+.5*i.height+.111;l=It.makeVList({positionType:"individualShift",children:[{type:"elem",elem:o,shift:h},{type:"elem",elem:i,shift:s},{type:"elem",elem:a,shift:t}]},e)}else l=It.makeVList({positionType:"individualShift",children:[{type:"elem",elem:o,shift:h},{type:"elem",elem:i,shift:s}]},e);return l.children[0].children[0].children[1].classes.push("svg-align"),It.makeSpan(["mrel","x-arrow"],[l],e)},mathmlBuilder(t,e){const r=Me(t.label);let n;if(t.body){const o=qe(ye(t.body,e));if(t.below){const a=qe(ye(t.below,e));n=new ue.MathNode("munderover",[r,a,o])}else n=new ue.MathNode("mover",[r,o])}else if(t.below){const o=qe(ye(t.below,e));n=new ue.MathNode("munder",[r,o])}else n=qe(),n=new ue.MathNode("mover",[r,n]);return n}}),Wt({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler(t,e){let r=t.parser;const n=Rt(e[0],"ordgroup").body;let o="";for(let t=0;n.length>t;t++){o+=Rt(n[t],"textord").text}const a=parseInt(o);if(isNaN(a))throw new l(`\\@char has non-numeric argument ${o}`);return{type:"textord",mode:r.mode,text:String.fromCharCode(a)}}});const Ne=(t,e)=>{const r=ee(t.body,e.withColor(t.color),!1);return It.makeFragment(r)},Oe=(t,e)=>{const r=ge(t.body,e.withColor(t.color)),n=new ue.MathNode("mstyle",r);return n.setAttribute("mathcolor",t.color),n};Wt({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,greediness:3,argTypes:["color","original"]},handler(t,e){let r=t.parser;const n=Rt(e[0],"color-token").color;return{type:"color",mode:r.mode,color:n,body:jt(e[1])}},htmlBuilder:Ne,mathmlBuilder:Oe}),Wt({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,greediness:3,argTypes:["color"]},handler(t,e){let r=t.parser,n=t.breakOnTokenText;const o=Rt(e[0],"color-token").color;r.gullet.macros.set("\\current@color",o);const a=r.parseExpression(!0,n);return{type:"color",mode:r.mode,color:o,body:a}},htmlBuilder:Ne,mathmlBuilder:Oe}),Wt({type:"cr",names:["\\cr","\\newline"],props:{numArgs:0,numOptionalArgs:1,argTypes:["size"],allowedInText:!0},handler(t,e,r){let n=t.parser;const o=r[0],a="\\cr"===t.funcName;let i=!1;return a||(i=!n.settings.displayMode||!n.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode")),{type:"cr",mode:n.mode,newLine:i,newRow:a,size:o&&Rt(o,"size").value}},htmlBuilder(t,e){if(t.newRow)throw new l("\\cr valid only within a tabular/array environment");const r=It.makeSpan(["mspace"],[],e);return t.newLine&&(r.classes.push("newline"),t.size&&(r.style.marginTop=wt(t.size,e)+"em")),r},mathmlBuilder(t,e){const r=new ue.MathNode("mspace");return t.newLine&&(r.setAttribute("linebreak","newline"),t.size&&r.setAttribute("height",wt(t.size,e)+"em")),r}});const Ie=function(t,e,r){const n=Y(j.math[t]&&j.math[t].replace||t,e,r);if(!n)throw Error(`Unsupported symbol ${t} and font size ${e}.`);return n},Re=function(t,e,r,n){const o=r.havingBaseStyle(e),a=It.makeSpan(n.concat(o.sizingClasses(r)),[t],r),i=o.sizeMultiplier/r.sizeMultiplier;return a.height*=i,a.depth*=i,a.maxFontSize=o.sizeMultiplier,a},Ee=function(t,e,r){const n=e.havingBaseStyle(r),o=(1-e.sizeMultiplier/n.sizeMultiplier)*e.fontMetrics().axisHeight;t.classes.push("delimcenter"),t.style.top=o+"em",t.height-=o,t.depth+=o},Le=function(t,e,r,n,o,a){const i=function(t,e,r,n){return It.makeSymbol(t,"Size"+e+"-Regular",r,n)}(t,e,o,n),s=Re(It.makeSpan(["delimsizing","size"+e],[i],n),S.TEXT,n,a);return r&&Ee(s,n,S.TEXT),s},Pe=function(t,e,r){let n;return n="Size1-Regular"===e?"delim-size1":"delim-size4",{type:"elem",elem:It.makeSpan(["delimsizinginner",n],[It.makeSpan([],[It.makeSymbol(t,e,r)])])}},De={type:"kern",size:-.005},He=function(t,e,r,n,o,a){let i,s,l,h;i=l=h=t,s=null;let m="Size1-Regular";"\\uparrow"===t?l=h="⏐":"\\Uparrow"===t?l=h="‖":"\\downarrow"===t?i=l="⏐":"\\Downarrow"===t?i=l="‖":"\\updownarrow"===t?(i="\\uparrow",l="⏐",h="\\downarrow"):"\\Updownarrow"===t?(i="\\Uparrow",l="‖",h="\\Downarrow"):"["===t||"\\lbrack"===t?(i="⎡",l="⎢",h="⎣",m="Size4-Regular"):"]"===t||"\\rbrack"===t?(i="⎤",l="⎥",h="⎦",m="Size4-Regular"):"\\lfloor"===t||"⌊"===t?(l=i="⎢",h="⎣",m="Size4-Regular"):"\\lceil"===t||"⌈"===t?(i="⎡",l=h="⎢",m="Size4-Regular"):"\\rfloor"===t||"⌋"===t?(l=i="⎥",h="⎦",m="Size4-Regular"):"\\rceil"===t||"⌉"===t?(i="⎤",l=h="⎥",m="Size4-Regular"):"("===t||"\\lparen"===t?(i="⎛",l="⎜",h="⎝",m="Size4-Regular"):")"===t||"\\rparen"===t?(i="⎞",l="⎟",h="⎠",m="Size4-Regular"):"\\{"===t||"\\lbrace"===t?(i="⎧",s="⎨",h="⎩",l="⎪",m="Size4-Regular"):"\\}"===t||"\\rbrace"===t?(i="⎫",s="⎬",h="⎭",l="⎪",m="Size4-Regular"):"\\lgroup"===t||"⟮"===t?(i="⎧",h="⎩",l="⎪",m="Size4-Regular"):"\\rgroup"===t||"⟯"===t?(i="⎫",h="⎭",l="⎪",m="Size4-Regular"):"\\lmoustache"===t||"⎰"===t?(i="⎧",h="⎭",l="⎪",m="Size4-Regular"):"\\rmoustache"!==t&&"⎱"!==t||(i="⎫",h="⎩",l="⎪",m="Size4-Regular");const c=Ie(i,m,o),u=c.height+c.depth,p=Ie(l,m,o),d=p.height+p.depth,f=Ie(h,m,o),g=f.height+f.depth;let x=0,y=1;if(null!==s){const t=Ie(s,m,o);x=t.height+t.depth,y=2}const b=u+g+x,v=Math.max(0,Math.ceil((e-b)/(y*d))),w=b+v*y*d;let k=n.fontMetrics().axisHeight;r&&(k*=n.sizeMultiplier);const T=w/2-k,M=.005*(v+1)-d,z=[];if(z.push(Pe(h,m,o)),null===s)for(let t=0;v>t;t++)z.push(De),z.push(Pe(l,m,o));else{for(let t=0;v>t;t++)z.push(De),z.push(Pe(l,m,o));z.push({type:"kern",size:M}),z.push(Pe(l,m,o)),z.push(De),z.push(Pe(s,m,o));for(let t=0;v>t;t++)z.push(De),z.push(Pe(l,m,o))}z.push({type:"kern",size:M}),z.push(Pe(l,m,o)),z.push(De),z.push(Pe(i,m,o));const A=n.havingBaseStyle(S.TEXT),B=It.makeVList({positionType:"bottom",positionData:T,children:z},A);return Re(It.makeSpan(["delimsizing","mult"],[B],A),S.TEXT,n,a)},$e=function(t,e,r,n,o){const a=function(t,e,r){e*=1e3;let n="";switch(t){case"sqrtMain":n=function(t,e){return`M95,${622+t+e}\nc-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14\nc0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54\nc44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10\ns173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429\nc69,-144,104.5,-217.7,106.5,-221\nl${t/2.075} -${t}\nc5.3,-9.3,12,-14,20,-14\nH400000v${40+t}H845.2724\ns-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7\nc-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z\nM${834+t} ${e}h400000v${40+t}h-400000z`}(e,80);break;case"sqrtSize1":n=function(t,e){return`M263,${601+t+e}c0.7,0,18,39.7,52,119\nc34,79.3,68.167,158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120\nc340,-704.7,510.7,-1060.3,512,-1067\nl${t/2.084} -${t}\nc4.7,-7.3,11,-11,19,-11\nH40000v${40+t}H1012.3\ns-271.3,567,-271.3,567c-38.7,80.7,-84,175,-136,283c-52,108,-89.167,185.3,-111.5,232\nc-22.3,46.7,-33.8,70.3,-34.5,71c-4.7,4.7,-12.3,7,-23,7s-12,-1,-12,-1\ns-109,-253,-109,-253c-72.7,-168,-109.3,-252,-110,-252c-10.7,8,-22,16.7,-34,26\nc-22,17.3,-33.3,26,-34,26s-26,-26,-26,-26s76,-59,76,-59s76,-60,76,-60z\nM${1001+t} ${e}h400000v${40+t}h-400000z`}(e,80);break;case"sqrtSize2":n=function(t,e){return`M983 ${10+t+e}\nl${t/3.13} -${t}\nc4,-6.7,10,-10,18,-10 H400000v${40+t}\nH1013.1s-83.4,268,-264.1,840c-180.7,572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,7\ns-12,0,-12,0c-1.3,-3.3,-3.7,-11.7,-7,-25c-35.3,-125.3,-106.7,-373.3,-214,-744\nc-10,12,-21,25,-33,39s-32,39,-32,39c-6,-5.3,-15,-14,-27,-26s25,-30,25,-30\nc26.7,-32.7,52,-63,76,-91s52,-60,52,-60s208,722,208,722\nc56,-175.3,126.3,-397.3,211,-666c84.7,-268.7,153.8,-488.2,207.5,-658.5\nc53.7,-170.3,84.5,-266.8,92.5,-289.5z\nM${1001+t} ${e}h400000v${40+t}h-400000z`}(e,80);break;case"sqrtSize3":n=function(t,e){return`M424,${2398+t+e}\nc-1.3,-0.7,-38.5,-172,-111.5,-514c-73,-342,-109.8,-513.3,-110.5,-514\nc0,-2,-10.7,14.3,-32,49c-4.7,7.3,-9.8,15.7,-15.5,25c-5.7,9.3,-9.8,16,-12.5,20\ns-5,7,-5,7c-4,-3.3,-8.3,-7.7,-13,-13s-13,-13,-13,-13s76,-122,76,-122s77,-121,77,-121\ns209,968,209,968c0,-2,84.7,-361.7,254,-1079c169.3,-717.3,254.7,-1077.7,256,-1081\nl${t/4.223} -${t}c4,-6.7,10,-10,18,-10 H400000\nv${40+t}H1014.6\ns-87.3,378.7,-272.6,1166c-185.3,787.3,-279.3,1182.3,-282,1185\nc-2,6,-10,9,-24,9\nc-8,0,-12,-0.7,-12,-2z M${1001+t} ${e}\nh400000v${40+t}h-400000z`}(e,80);break;case"sqrtSize4":n=function(t,e){return`M473,${2713+t+e}\nc339.3,-1799.3,509.3,-2700,510,-2702 l${t/5.298} -${t}\nc3.3,-7.3,9.3,-11,18,-11 H400000v${40+t}H1017.7\ns-90.5,478,-276.2,1466c-185.7,988,-279.5,1483,-281.5,1485c-2,6,-10,9,-24,9\nc-8,0,-12,-0.7,-12,-2c0,-1.3,-5.3,-32,-16,-92c-50.7,-293.3,-119.7,-693.3,-207,-1200\nc0,-1.3,-5.3,8.7,-16,30c-10.7,21.3,-21.3,42.7,-32,64s-16,33,-16,33s-26,-26,-26,-26\ns76,-153,76,-153s77,-151,77,-151c0.7,0.7,35.7,202,105,604c67.3,400.7,102,602.7,104,\n606zM${1001+t} ${e}h400000v${40+t}H1017.7z`}(e,80);break;case"sqrtTall":n=function(t,e,r){return`M702 ${t+e}H400000${40+t}\nH742v${r-54-e-t}l-4 4-4 4c-.667.7 -2 1.5-4 2.5s-4.167 1.833-6.5 2.5-5.5 1-9.5 1\nh-12l-28-84c-16.667-52-96.667 -294.333-240-727l-212 -643 -85 170\nc-4-3.333-8.333-7.667-13 -13l-13-13l77-155 77-156c66 199.333 139 419.667\n219 661 l218 661zM702 ${e}H400000v${40+t}H742z`}(e,80,r)}return n}(t,n,r),i=new H(t,a),s=new D([i],{width:"400em",height:e+"em",viewBox:"0 0 400000 "+r,preserveAspectRatio:"xMinYMin slice"});return It.makeSvgSpan(["hide-tail"],[s],o)},Fe=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","\\surd"],Ve=["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱"],Ue=["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"],Ge=[0,1.2,1.8,2.4,3],Ye=[{type:"small",style:S.SCRIPTSCRIPT},{type:"small",style:S.SCRIPT},{type:"small",style:S.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],_e=[{type:"small",style:S.SCRIPTSCRIPT},{type:"small",style:S.SCRIPT},{type:"small",style:S.TEXT},{type:"stack"}],We=[{type:"small",style:S.SCRIPTSCRIPT},{type:"small",style:S.SCRIPT},{type:"small",style:S.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],Xe=function(t){if("small"===t.type)return"Main-Regular";if("large"===t.type)return"Size"+t.size+"-Regular";if("stack"===t.type)return"Size4-Regular";throw Error(`Add support for delim type '${t.type}' here.`)},je=function(t,e,r,n){for(let o=Math.min(2,3-n.style.size);r.length>o&&"stack"!==r[o].type;o++){const a=Ie(t,Xe(r[o]),"math");let i=a.height+a.depth;if("small"===r[o].type){i*=n.havingBaseStyle(r[o].style).sizeMultiplier}if(i>e)return r[o]}return r[r.length-1]},Ze=function(t,e,r,n,o,a){let i;"<"===t||"\\lt"===t||"⟨"===t?t="\\langle":">"!==t&&"\\gt"!==t&&"⟩"!==t||(t="\\rangle"),i=p.contains(Ue,t)?Ye:p.contains(Fe,t)?We:_e;const s=je(t,e,i,n);return"small"===s.type?function(t,e,r,n,o,a){const i=It.makeSymbol(t,"Main-Regular",o,n),s=Re(i,e,n,a);return r&&Ee(s,n,e),s}(t,s.style,r,n,o,a):"large"===s.type?Le(t,s.size,r,n,o,a):He(t,e,r,n,o,a)};var Ke=function(t,e){const r=e.havingBaseSizing(),n=je("\\surd",t*r.sizeMultiplier,We,r);let o=r.sizeMultiplier;const a=Math.max(0,e.minRuleThickness-e.fontMetrics().sqrtRuleThickness);let i,s,l=0,h=0,m=0;return"small"===n.type?(m=1e3+1e3*a+80,1>t?o=1:1.4>t&&(o=.7),l=(1+a+.08)/o,h=(1+a)/o,i=$e("sqrtMain",l,m,a,e),i.style.minWidth="0.853em",s=.833/o):"large"===n.type?(m=1080*Ge[n.size],h=(Ge[n.size]+a)/o,l=(Ge[n.size]+a+.08)/o,i=$e("sqrtSize"+n.size,l,m,a,e),i.style.minWidth="1.02em",s=1/o):(l=t+a+.08,h=t+a,m=Math.floor(1e3*t+a)+80,i=$e("sqrtTall",l,m,a,e),i.style.minWidth="0.742em",s=1.056),i.height=h,i.style.height=l+"em",{span:i,advanceWidth:s,ruleWidth:(e.fontMetrics().sqrtRuleThickness+a)*o}},Je=function(t,e,r,n,o){if("<"===t||"\\lt"===t||"⟨"===t?t="\\langle":">"!==t&&"\\gt"!==t&&"⟩"!==t||(t="\\rangle"),p.contains(Fe,t)||p.contains(Ue,t))return Le(t,e,!1,r,n,o);if(p.contains(Ve,t))return He(t,Ge[e],!1,r,n,o);throw new l("Illegal delimiter: '"+t+"'")},Qe=Ze,tr=function(t,e,r,n,o,a){const i=n.fontMetrics().axisHeight*n.sizeMultiplier,s=5/n.fontMetrics().ptPerEm,l=Math.max(e-i,r+i);return Ze(t,Math.max(l/500*901,2*l-s),!0,n,o,a)};const er={"\\bigl":{mclass:"mopen",size:1},"\\Bigl":{mclass:"mopen",size:2},"\\biggl":{mclass:"mopen",size:3},"\\Biggl":{mclass:"mopen",size:4},"\\bigr":{mclass:"mclose",size:1},"\\Bigr":{mclass:"mclose",size:2},"\\biggr":{mclass:"mclose",size:3},"\\Biggr":{mclass:"mclose",size:4},"\\bigm":{mclass:"mrel",size:1},"\\Bigm":{mclass:"mrel",size:2},"\\biggm":{mclass:"mrel",size:3},"\\Biggm":{mclass:"mrel",size:4},"\\big":{mclass:"mord",size:1},"\\Big":{mclass:"mord",size:2},"\\bigg":{mclass:"mord",size:3},"\\Bigg":{mclass:"mord",size:4}},rr=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","<",">","\\langle","⟨","\\rangle","⟩","\\lt","\\gt","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱","/","\\backslash","|","\\vert","\\|","\\Vert","\\uparrow","\\Uparrow","\\downarrow","\\Downarrow","\\updownarrow","\\Updownarrow","."];function nr(t,e){const r=Dt(t);if(r&&p.contains(rr,r.text))return r;throw new l("Invalid delimiter: '"+(r?r.text:JSON.stringify(t))+"' after '"+e.funcName+"'",t)}function or(t){if(!t.body)throw Error("Bug: The leftright ParseNode wasn't fully parsed.")}Wt({type:"delimsizing",names:["\\bigl","\\Bigl","\\biggl","\\Biggl","\\bigr","\\Bigr","\\biggr","\\Biggr","\\bigm","\\Bigm","\\biggm","\\Biggm","\\big","\\Big","\\bigg","\\Bigg"],props:{numArgs:1},handler:(t,e)=>{const r=nr(e[0],t);return{type:"delimsizing",mode:t.parser.mode,size:er[t.funcName].size,mclass:er[t.funcName].mclass,delim:r.text}},htmlBuilder:(t,e)=>"."===t.delim?It.makeSpan([t.mclass]):Je(t.delim,t.size,e,t.mode,[t.mclass]),mathmlBuilder:t=>{const e=[];"."!==t.delim&&e.push(pe(t.delim,t.mode));const r=new ue.MathNode("mo",e);return r.setAttribute("fence","mopen"===t.mclass||"mclose"===t.mclass?"true":"false"),r}}),Wt({type:"leftright-right",names:["\\right"],props:{numArgs:1},handler:(t,e)=>{const r=t.parser.gullet.macros.get("\\current@color");if(r&&"string"!=typeof r)throw new l("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:t.parser.mode,delim:nr(e[0],t).text,color:r}}}),Wt({type:"leftright",names:["\\left"],props:{numArgs:1},handler:(t,e)=>{const r=nr(e[0],t),n=t.parser;++n.leftrightDepth;const o=n.parseExpression(!1);--n.leftrightDepth,n.expect("\\right",!1);const a=Rt(n.parseFunction(),"leftright-right");return{type:"leftright",mode:n.mode,body:o,left:r.text,right:a.delim,rightColor:a.color}},htmlBuilder:(t,e)=>{or(t);const r=ee(t.body,e,!0,["mopen","mclose"]);let n,o,a=0,i=0,s=!1;for(let t=0;r.length>t;t++)r[t].isMiddle?s=!0:(a=Math.max(r[t].height,a),i=Math.max(r[t].depth,i));if(a*=e.sizeMultiplier,i*=e.sizeMultiplier,n="."===t.left?ae(e,["mopen"]):tr(t.left,a,i,e,t.mode,["mopen"]),r.unshift(n),s)for(let e=1;r.length>e;e++){const n=r[e].isMiddle;n&&(r[e]=tr(n.delim,a,i,n.options,t.mode,[]))}if("."===t.right)o=ae(e,["mclose"]);else{const r=t.rightColor?e.withColor(t.rightColor):e;o=tr(t.right,a,i,r,t.mode,["mclose"])}return r.push(o),It.makeSpan(["minner"],r,e)},mathmlBuilder:(t,e)=>{or(t);const r=ge(t.body,e);if("."!==t.left){const e=new ue.MathNode("mo",[pe(t.left,t.mode)]);e.setAttribute("fence","true"),r.unshift(e)}if("."!==t.right){const e=new ue.MathNode("mo",[pe(t.right,t.mode)]);e.setAttribute("fence","true"),t.rightColor&&e.setAttribute("mathcolor",t.rightColor),r.push(e)}return de(r)}}),Wt({type:"middle",names:["\\middle"],props:{numArgs:1},handler:(t,e)=>{const r=nr(e[0],t);if(!t.parser.leftrightDepth)throw new l("\\middle without preceding \\left",r);return{type:"middle",mode:t.parser.mode,delim:r.text}},htmlBuilder:(t,e)=>{let r;if("."===t.delim)r=ae(e,[]);else{r=Je(t.delim,1,e,t.mode,[]),r.isMiddle={delim:t.delim,options:e}}return r},mathmlBuilder:(t,e)=>{const r="\\vert"===t.delim||"|"===t.delim?pe("|","text"):pe(t.delim,t.mode),n=new ue.MathNode("mo",[r]);return n.setAttribute("fence","true"),n.setAttribute("lspace","0.05em"),n.setAttribute("rspace","0.05em"),n}});const ar=(t,e)=>{const r=It.wrapFragment(ie(t.body,e),e),n=t.label.substr(1),o=e.sizeMultiplier;let a,i=0;const s=p.isCharacterBox(t.body);if("sout"===n)a=It.makeSpan(["stretchy","sout"]),a.height=e.fontMetrics().defaultRuleThickness/o,i=-.5*e.fontMetrics().xHeight;else{/cancel/.test(n)?s||r.classes.push("cancel-pad"):r.classes.push("boxpad");let o=0,l=0;/box/.test(n)?(l=Math.max(e.fontMetrics().fboxrule,e.minRuleThickness),o=e.fontMetrics().fboxsep+("colorbox"===n?0:l)):o=s?.2:0,a=Te(r,n,o,e),/fbox|boxed|fcolorbox/.test(n)&&(a.style.borderStyle="solid",a.style.borderWidth=`${l}em`),i=r.depth+o,t.backgroundColor&&(a.style.backgroundColor=t.backgroundColor,t.borderColor&&(a.style.borderColor=t.borderColor))}let l;return l=It.makeVList(t.backgroundColor?{positionType:"individualShift",children:[{type:"elem",elem:a,shift:i},{type:"elem",elem:r,shift:0}]}:{positionType:"individualShift",children:[{type:"elem",elem:r,shift:0},{type:"elem",elem:a,shift:i,wrapperClasses:/cancel/.test(n)?["svg-align"]:[]}]},e),/cancel/.test(n)&&(l.height=r.height,l.depth=r.depth),It.makeSpan(/cancel/.test(n)&&!s?["mord","cancel-lap"]:["mord"],[l],e)},ir=(t,e)=>{let r=0;const n=new ue.MathNode(t.label.indexOf("colorbox")>-1?"mpadded":"menclose",[ye(t.body,e)]);switch(t.label){case"\\cancel":n.setAttribute("notation","updiagonalstrike");break;case"\\bcancel":n.setAttribute("notation","downdiagonalstrike");break;case"\\sout":n.setAttribute("notation","horizontalstrike");break;case"\\fbox":n.setAttribute("notation","box");break;case"\\fcolorbox":case"\\colorbox":if(r=e.fontMetrics().fboxsep*e.fontMetrics().ptPerEm,n.setAttribute("width",`+${2*r}pt`),n.setAttribute("height",`+${2*r}pt`),n.setAttribute("lspace",`${r}pt`),n.setAttribute("voffset",`${r}pt`),"\\fcolorbox"===t.label){const r=Math.max(e.fontMetrics().fboxrule,e.minRuleThickness);n.setAttribute("style","border: "+r+"em solid "+t.borderColor)}break;case"\\xcancel":n.setAttribute("notation","updiagonalstrike downdiagonalstrike")}return t.backgroundColor&&n.setAttribute("mathbackground",t.backgroundColor),n};Wt({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,greediness:3,argTypes:["color","text"]},handler(t,e,r){let n=t.parser,o=t.funcName;const a=Rt(e[0],"color-token").color;return{type:"enclose",mode:n.mode,label:o,backgroundColor:a,body:e[1]}},htmlBuilder:ar,mathmlBuilder:ir}),Wt({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,greediness:3,argTypes:["color","color","text"]},handler(t,e,r){let n=t.parser,o=t.funcName;const a=Rt(e[0],"color-token").color,i=Rt(e[1],"color-token").color;return{type:"enclose",mode:n.mode,label:o,backgroundColor:i,borderColor:a,body:e[2]}},htmlBuilder:ar,mathmlBuilder:ir}),Wt({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler:(t,e)=>({type:"enclose",mode:t.parser.mode,label:"\\fbox",body:e[0]})}),Wt({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout"],props:{numArgs:1},handler:(t,e,r)=>({type:"enclose",mode:t.parser.mode,label:t.funcName,body:e[0]}),htmlBuilder:ar,mathmlBuilder:ir});const sr={};function lr(t){let e=t.type,r=t.names,n=t.htmlBuilder,o=t.mathmlBuilder;const a={type:e,numArgs:t.props.numArgs||0,greediness:1,allowedInText:!1,numOptionalArgs:0,handler:t.handler};for(let t=0;r.length>t;++t)sr[r[t]]=a;n&&(Yt[e]=n),o&&(_t[e]=o)}function hr(t){const e=[];t.consumeSpaces();let r=t.fetch().text;for(;"\\hline"===r||"\\hdashline"===r;)t.consume(),e.push("\\hdashline"===r),t.consumeSpaces(),r=t.fetch().text;return e}function mr(t,e,r){let n=e.hskipBeforeAndAfter,o=e.addJot,a=e.cols,i=e.arraystretch,s=e.colSeparationType;if(t.gullet.beginGroup(),t.gullet.macros.set("\\\\","\\cr"),!i){const e=t.gullet.expandMacroAsText("\\arraystretch");if(null==e)i=1;else if(i=parseFloat(e),!i||0>i)throw new l(`Invalid \\arraystretch: ${e}`)}t.gullet.beginGroup();let h=[];const m=[h],c=[],u=[];for(u.push(hr(t));;){let e=t.parseExpression(!1,"\\cr");t.gullet.endGroup(),t.gullet.beginGroup(),e={type:"ordgroup",mode:t.mode,body:e},r&&(e={type:"styling",mode:t.mode,style:r,body:[e]}),h.push(e);const n=t.fetch().text;if("&"===n)t.consume();else{if("\\end"===n){1===h.length&&"styling"===e.type&&0===e.body[0].body.length&&m.pop(),m.length+1>u.length&&u.push([]);break}if("\\cr"!==n)throw new l("Expected & or \\\\ or \\cr or \\end",t.nextToken);{const e=Rt(t.parseFunction(),"cr");c.push(e.size),u.push(hr(t)),h=[],m.push(h)}}}return t.gullet.endGroup(),t.gullet.endGroup(),{type:"array",mode:t.mode,addJot:o,arraystretch:i,body:m,cols:a,rowGaps:c,hskipBeforeAndAfter:n,hLinesBeforeRow:u,colSeparationType:s}}function cr(t){return"d"===t.substr(0,1)?"display":"text"}const ur=function(t,e){let r,n;const o=t.body.length,a=t.hLinesBeforeRow;let i=0,s=Array(o);const h=[],m=Math.max(e.fontMetrics().arrayRuleWidth,e.minRuleThickness),c=1/e.fontMetrics().ptPerEm;let u=5*c;if(t.colSeparationType&&"small"===t.colSeparationType){u=e.havingStyle(S.SCRIPT).sizeMultiplier/e.sizeMultiplier*.2778}const d=3*c,f=t.arraystretch*(12*c),g=.7*f,x=.3*f;let y=0;function b(t){for(let e=0;t.length>e;++e)e>0&&(y+=.25),h.push({pos:y,isDashed:t[e]})}for(b(a[0]),r=0;t.body.length>r;++r){const o=t.body[r];let l=g,h=x;o.length>i&&(i=o.length);const m=Array(o.length);for(n=0;o.length>n;++n){const t=ie(o[n],e);t.depth>h&&(h=t.depth),t.height>l&&(l=t.height),m[n]=t}const c=t.rowGaps[r];let u=0;c&&(u=wt(c,e),u>0&&(u+=x,u>h&&(h=u),u=0)),t.addJot&&(h+=d),m.height=l,m.depth=h,y+=l,m.pos=y,y+=h+u,s[r]=m,b(a[r+1])}const v=y/2+e.fontMetrics().axisHeight,w=t.cols||[],k=[];let T,M;for(n=0,M=0;i>n||w.length>M;++n,++M){let a,h=w[M]||{},c=!0;for(;"separator"===h.type;){if(c||(T=It.makeSpan(["arraycolsep"],[]),T.style.width=e.fontMetrics().doubleRuleSep+"em",k.push(T)),"|"!==h.separator&&":"!==h.separator)throw new l("Invalid separator type: "+h.separator);{const t="|"===h.separator?"solid":"dashed",r=It.makeSpan(["vertical-separator"],[],e);r.style.height=y+"em",r.style.borderRightWidth=`${m}em`,r.style.borderRightStyle=t,r.style.margin=`0 -${m/2}em`,r.style.verticalAlign=-(y-v)+"em",k.push(r)}M++,h=w[M]||{},c=!1}if(n>=i)continue;(n>0||t.hskipBeforeAndAfter)&&(a=p.deflt(h.pregap,u),0!==a&&(T=It.makeSpan(["arraycolsep"],[]),T.style.width=a+"em",k.push(T)));let d=[];for(r=0;o>r;++r){const t=s[r],e=t[n];if(!e)continue;const o=t.pos-v;e.depth=t.depth,e.height=t.height,d.push({type:"elem",elem:e,shift:o})}d=It.makeVList({positionType:"individualShift",children:d},e),d=It.makeSpan(["col-align-"+(h.align||"c")],[d]),k.push(d),(i-1>n||t.hskipBeforeAndAfter)&&(a=p.deflt(h.postgap,u),0!==a&&(T=It.makeSpan(["arraycolsep"],[]),T.style.width=a+"em",k.push(T)))}if(s=It.makeSpan(["mtable"],k),h.length>0){const t=It.makeLineSpan("hline",e,m),r=It.makeLineSpan("hdashline",e,m),n=[{type:"elem",elem:s,shift:0}];for(;h.length>0;){const e=h.pop(),o=e.pos-v;n.push(e.isDashed?{type:"elem",elem:r,shift:o}:{type:"elem",elem:t,shift:o})}s=It.makeVList({positionType:"individualShift",children:n},e)}return It.makeSpan(["mord"],[s],e)},pr={c:"center ",l:"left ",r:"right "},dr=function(t,e){let r=new ue.MathNode("mtable",t.body.map((function(t){return new ue.MathNode("mtr",t.map((function(t){return new ue.MathNode("mtd",[ye(t,e)])})))})));r.setAttribute("rowspacing",(.5===t.arraystretch?.1:.16+t.arraystretch-1+(t.addJot?.09:0))+"em");let n="",o="";if(t.cols){const e=t.cols;let a="",i=!1,s=0,l=e.length;"separator"===e[0].type&&(n+="top ",s=1),"separator"===e[e.length-1].type&&(n+="bottom ",l-=1);for(let t=s;l>t;t++)"align"===e[t].type?(o+=pr[e[t].align],i&&(a+="none "),i=!0):"separator"===e[t].type&&i&&(a+="|"===e[t].separator?"solid ":"dashed ",i=!1);r.setAttribute("columnalign",o.trim()),/[sd]/.test(a)&&r.setAttribute("columnlines",a.trim())}if("align"===t.colSeparationType){const e=t.cols||[];let n="";for(let t=1;e.length>t;t++)n+=t%2?"0em ":"1em ";r.setAttribute("columnspacing",n.trim())}else r.setAttribute("columnspacing","alignat"===t.colSeparationType?"0em":"small"===t.colSeparationType?"0.2778em":"1em");let a="";const i=t.hLinesBeforeRow;n+=i[0].length>0?"left ":"",n+=i[i.length-1].length>0?"right ":"";for(let t=1;i.length-1>t;t++)a+=0===i[t].length?"none ":i[t][0]?"dashed ":"solid ";return/[sd]/.test(a)&&r.setAttribute("rowlines",a.trim()),""!==n&&(r=new ue.MathNode("menclose",[r]),r.setAttribute("notation",n.trim())),t.arraystretch&&1>t.arraystretch&&(r=new ue.MathNode("mstyle",[r]),r.setAttribute("scriptlevel","1")),r},fr=function(t,e){const r=[],n=mr(t.parser,{cols:r,addJot:!0},"display");let o,a=0;const i={type:"ordgroup",mode:t.mode,body:[]},s=Et(e[0],"ordgroup");if(s){let t="";for(let e=0;s.body.length>e;e++){t+=Rt(s.body[e],"textord").text}o=Number(t),a=2*o}const h=!a;n.body.forEach((function(t){for(let e=1;t.length>e;e+=2){const r=Rt(t[e],"styling");Rt(r.body[0],"ordgroup").body.unshift(i)}if(h)t.length>a&&(a=t.length);else{const e=t.length/2;if(e>o)throw new l("Too many math in a row: "+`expected ${o}, but got ${e}`,t[0])}}));for(let t=0;a>t;++t){let e="r",n=0;t%2==1?e="l":t>0&&h&&(n=1),r[t]={type:"align",align:e,pregap:n,postgap:0}}return n.colSeparationType=h?"align":"alignat",n};lr({type:"array",names:["array","darray"],props:{numArgs:1},handler(t,e){const r=(Dt(e[0])?[e[0]]:Rt(e[0],"ordgroup").body).map((function(t){const e=Pt(t).text;if(-1!=="lcr".indexOf(e))return{type:"align",align:e};if("|"===e)return{type:"separator",separator:"|"};if(":"===e)return{type:"separator",separator:":"};throw new l("Unknown column alignment: "+e,t)}));return mr(t.parser,{cols:r,hskipBeforeAndAfter:!0},cr(t.envName))},htmlBuilder:ur,mathmlBuilder:dr}),lr({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix"],props:{numArgs:0},handler(t){const e={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[t.envName],r=mr(t.parser,{hskipBeforeAndAfter:!1},cr(t.envName));return e?{type:"leftright",mode:t.mode,body:[r],left:e[0],right:e[1],rightColor:void 0}:r},htmlBuilder:ur,mathmlBuilder:dr}),lr({type:"array",names:["smallmatrix"],props:{numArgs:0},handler(t){const e=mr(t.parser,{arraystretch:.5},"script");return e.colSeparationType="small",e},htmlBuilder:ur,mathmlBuilder:dr}),lr({type:"array",names:["subarray"],props:{numArgs:1},handler(t,e){const r=(Dt(e[0])?[e[0]]:Rt(e[0],"ordgroup").body).map((function(t){const e=Pt(t).text;if(-1!=="lc".indexOf(e))return{type:"align",align:e};throw new l("Unknown column alignment: "+e,t)}));if(r.length>1)throw new l("{subarray} can contain only one column");let n={cols:r,hskipBeforeAndAfter:!1,arraystretch:.5};if(n=mr(t.parser,n,"script"),n.body[0].length>1)throw new l("{subarray} can contain only one column");return n},htmlBuilder:ur,mathmlBuilder:dr}),lr({type:"array",names:["cases","dcases"],props:{numArgs:0},handler(t){const e=mr(t.parser,{arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},cr(t.envName));return{type:"leftright",mode:t.mode,body:[e],left:"\\{",right:".",rightColor:void 0}},htmlBuilder:ur,mathmlBuilder:dr}),lr({type:"array",names:["aligned"],props:{numArgs:0},handler:fr,htmlBuilder:ur,mathmlBuilder:dr}),lr({type:"array",names:["gathered"],props:{numArgs:0},handler:t=>mr(t.parser,{cols:[{type:"align",align:"c"}],addJot:!0},"display"),htmlBuilder:ur,mathmlBuilder:dr}),lr({type:"array",names:["alignedat"],props:{numArgs:1},handler:fr,htmlBuilder:ur,mathmlBuilder:dr}),Wt({type:"text",names:["\\hline","\\hdashline"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler(t,e){throw new l(`${t.funcName} valid only within array environment`)}});const gr=sr;Wt({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler(t,e){let r=t.parser,n=t.funcName;const o=e[0];if("ordgroup"!==o.type)throw new l("Invalid environment name",o);let a="";for(let t=0;o.body.length>t;++t)a+=Rt(o.body[t],"textord").text;if("\\begin"===n){if(!gr.hasOwnProperty(a))throw new l("No such environment: "+a,o);const t=gr[a],e=r.parseArguments("\\begin{"+a+"}",t),n=t.handler({mode:r.mode,envName:a,parser:r},e.args,e.optArgs);r.expect("\\end",!1);const i=r.nextToken,s=Rt(r.parseFunction(),"environment");if(s.name!==a)throw new l(`Mismatch: \\begin{${a}} matched by \\end{${s.name}}`,i);return n}return{type:"environment",mode:r.mode,name:a,nameGroup:o}}});const xr=It.makeSpan;function yr(t,e){const r=ee(t.body,e,!0);return xr([t.mclass],r,e)}function br(t,e){let r;const n=ge(t.body,e);return"minner"===t.mclass?ue.newDocumentFragment(n):("mord"===t.mclass?t.isCharacterBox?(r=n[0],r.type="mi"):r=new ue.MathNode("mi",n):(t.isCharacterBox?(r=n[0],r.type="mo"):r=new ue.MathNode("mo",n),"mbin"===t.mclass?(r.attributes.lspace="0.22em",r.attributes.rspace="0.22em"):"mpunct"===t.mclass?(r.attributes.lspace="0em",r.attributes.rspace="0.17em"):"mopen"!==t.mclass&&"mclose"!==t.mclass||(r.attributes.lspace="0em",r.attributes.rspace="0em")),r)}Wt({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1},handler(t,e){const r=e[0];return{type:"mclass",mode:t.parser.mode,mclass:"m"+t.funcName.substr(5),body:jt(r),isCharacterBox:p.isCharacterBox(r)}},htmlBuilder:yr,mathmlBuilder:br});const vr=t=>{const e="ordgroup"===t.type&&t.body.length?t.body[0]:t;return"atom"!==e.type||"bin"!==e.family&&"rel"!==e.family?"mord":"m"+e.family};Wt({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler:(t,e)=>({type:"mclass",mode:t.parser.mode,mclass:vr(e[0]),body:[e[1]],isCharacterBox:p.isCharacterBox(e[1])})}),Wt({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler(t,e){let r=t.parser,n=t.funcName;const o=e[1],a=e[0];let i;i="\\stackrel"!==n?vr(o):"mrel";const s={type:"op",mode:o.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:"\\stackrel"!==n,body:jt(o)},l={type:"supsub",mode:a.mode,base:s,sup:"\\underset"===n?null:a,sub:"\\underset"===n?a:null};return{type:"mclass",mode:r.mode,mclass:i,body:[l],isCharacterBox:p.isCharacterBox(l)}},htmlBuilder:yr,mathmlBuilder:br});const wr=(t,e)=>{const r=e.withFont(t.font);return ie(t.body,r)},kr=(t,e)=>{const r=e.withFont(t.font);return ye(t.body,r)},Sr={"\\Bbb":"\\mathbb","\\bold":"\\mathbf","\\frak":"\\mathfrak","\\bm":"\\boldsymbol"};Wt({type:"font",names:["\\mathrm","\\mathit","\\mathbf","\\mathnormal","\\mathbb","\\mathcal","\\mathfrak","\\mathscr","\\mathsf","\\mathtt","\\Bbb","\\bold","\\frak"],props:{numArgs:1,greediness:2},handler:(t,e)=>{const r=e[0];let n=t.funcName;return n in Sr&&(n=Sr[n]),{type:"font",mode:t.parser.mode,font:n.slice(1),body:r}},htmlBuilder:wr,mathmlBuilder:kr}),Wt({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1,greediness:2},handler:(t,e)=>{let r=t.parser;const n=e[0],o=p.isCharacterBox(n);return{type:"mclass",mode:r.mode,mclass:vr(n),body:[{type:"font",mode:r.mode,font:"boldsymbol",body:n}],isCharacterBox:o}}}),Wt({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it"],props:{numArgs:0,allowedInText:!0},handler:(t,e)=>{let r=t.parser,n=t.funcName;const o=r.mode,a=r.parseExpression(!0,t.breakOnTokenText);return{type:"font",mode:o,font:`math${n.slice(1)}`,body:{type:"ordgroup",mode:r.mode,body:a}}},htmlBuilder:wr,mathmlBuilder:kr});const Tr=(t,e)=>{let r=e;return"display"===t?r=S.SCRIPT.id>r.id?S.DISPLAY:r.text():"text"===t&&r.size===S.DISPLAY.size?r=S.TEXT:"script"===t?r=S.SCRIPT:"scriptscript"===t&&(r=S.SCRIPTSCRIPT),r},Mr=(t,e)=>{const r=Tr(t.size,e.style),n=r.fracNum(),o=r.fracDen();let a;a=e.havingStyle(n);const i=ie(t.numer,a,e);if(t.continued){const t=8.5/e.fontMetrics().ptPerEm,r=3.5/e.fontMetrics().ptPerEm;i.height=t>i.height?t:i.height,i.depth=r>i.depth?r:i.depth}a=e.havingStyle(o);const s=ie(t.denom,a,e);let l,h,m,c,u,p,d,f,g,x;if(t.hasBarLine?(t.barSize?(h=wt(t.barSize,e),l=It.makeLineSpan("frac-line",e,h)):l=It.makeLineSpan("frac-line",e),h=l.height,m=l.height):(l=null,h=0,m=e.fontMetrics().defaultRuleThickness),r.size===S.DISPLAY.size||"display"===t.size?(c=e.fontMetrics().num1,u=h>0?3*m:7*m,p=e.fontMetrics().denom1):(h>0?(c=e.fontMetrics().num2,u=m):(c=e.fontMetrics().num3,u=3*m),p=e.fontMetrics().denom2),l){const t=e.fontMetrics().axisHeight;u>c-i.depth-(t+.5*h)&&(c+=u-(c-i.depth-(t+.5*h))),u>t-.5*h-(s.height-p)&&(p+=u-(t-.5*h-(s.height-p))),d=It.makeVList({positionType:"individualShift",children:[{type:"elem",elem:s,shift:p},{type:"elem",elem:l,shift:-(t-.5*h)},{type:"elem",elem:i,shift:-c}]},e)}else{const t=c-i.depth-(s.height-p);u>t&&(c+=.5*(u-t),p+=.5*(u-t)),d=It.makeVList({positionType:"individualShift",children:[{type:"elem",elem:s,shift:p},{type:"elem",elem:i,shift:-c}]},e)}return a=e.havingStyle(r),d.height*=a.sizeMultiplier/e.sizeMultiplier,d.depth*=a.sizeMultiplier/e.sizeMultiplier,f=r.size===S.DISPLAY.size?e.fontMetrics().delim1:e.fontMetrics().delim2,g=null==t.leftDelim?ae(e,["mopen"]):Qe(t.leftDelim,f,!0,e.havingStyle(r),t.mode,["mopen"]),x=t.continued?It.makeSpan([]):null==t.rightDelim?ae(e,["mclose"]):Qe(t.rightDelim,f,!0,e.havingStyle(r),t.mode,["mclose"]),It.makeSpan(["mord"].concat(a.sizingClasses(e)),[g,It.makeSpan(["mfrac"],[d]),x],e)},zr=(t,e)=>{let r=new ue.MathNode("mfrac",[ye(t.numer,e),ye(t.denom,e)]);if(t.hasBarLine){if(t.barSize){const n=wt(t.barSize,e);r.setAttribute("linethickness",n+"em")}}else r.setAttribute("linethickness","0px");const n=Tr(t.size,e.style);if(n.size!==e.style.size){r=new ue.MathNode("mstyle",[r]),r.setAttribute("displaystyle",n.size===S.DISPLAY.size?"true":"false"),r.setAttribute("scriptlevel","0")}if(null!=t.leftDelim||null!=t.rightDelim){const e=[];if(null!=t.leftDelim){const r=new ue.MathNode("mo",[new ue.TextNode(t.leftDelim.replace("\\",""))]);r.setAttribute("fence","true"),e.push(r)}if(e.push(r),null!=t.rightDelim){const r=new ue.MathNode("mo",[new ue.TextNode(t.rightDelim.replace("\\",""))]);r.setAttribute("fence","true"),e.push(r)}return de(e)}return r};Wt({type:"genfrac",names:["\\cfrac","\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,greediness:2},handler:(t,e)=>{let r=t.parser,n=t.funcName;const o=e[0],a=e[1];let i,s=null,l=null,h="auto";switch(n){case"\\cfrac":case"\\dfrac":case"\\frac":case"\\tfrac":i=!0;break;case"\\\\atopfrac":i=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":i=!1,s="(",l=")";break;case"\\\\bracefrac":i=!1,s="\\{",l="\\}";break;case"\\\\brackfrac":i=!1,s="[",l="]";break;default:throw Error("Unrecognized genfrac command")}switch(n){case"\\cfrac":case"\\dfrac":case"\\dbinom":h="display";break;case"\\tfrac":case"\\tbinom":h="text"}return{type:"genfrac",mode:r.mode,continued:"\\cfrac"===n,numer:o,denom:a,hasBarLine:i,leftDelim:s,rightDelim:l,size:h,barSize:null}},htmlBuilder:Mr,mathmlBuilder:zr}),Wt({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler(t){let e,r=t.parser,n=t.token;switch(t.funcName){case"\\over":e="\\frac";break;case"\\choose":e="\\binom";break;case"\\atop":e="\\\\atopfrac";break;case"\\brace":e="\\\\bracefrac";break;case"\\brack":e="\\\\brackfrac";break;default:throw Error("Unrecognized infix genfrac command")}return{type:"infix",mode:r.mode,replaceWith:e,token:n}}});const Ar=["display","text","script","scriptscript"],Br=function(t){let e=null;return t.length>0&&(e=t,e="."===e?null:e),e};Wt({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,greediness:6,argTypes:["math","math","size","text","math","math"]},handler(t,e){let r=t.parser;const n=e[4],o=e[5];let a=Et(e[0],"atom");a&&(a=Lt(e[0],"open"));const i=a?Br(a.text):null;let s=Et(e[1],"atom");s&&(s=Lt(e[1],"close"));const l=s?Br(s.text):null,h=Rt(e[2],"size");let m,c=null;h.isBlank?m=!0:(c=h.value,m=c.number>0);let u="auto",p=Et(e[3],"ordgroup");if(p){if(p.body.length>0){const t=Rt(p.body[0],"textord");u=Ar[Number(t.text)]}}else p=Rt(e[3],"textord"),u=Ar[Number(p.text)];return{type:"genfrac",mode:r.mode,numer:n,denom:o,continued:!1,hasBarLine:m,barSize:c,leftDelim:i,rightDelim:l,size:u}},htmlBuilder:Mr,mathmlBuilder:zr}),Wt({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler(t,e){let r=t.token;return{type:"infix",mode:t.parser.mode,replaceWith:"\\\\abovefrac",size:Rt(e[0],"size").value,token:r}}}),Wt({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:(t,e)=>{let r=t.parser;const n=e[0],o=function(t){if(!t)throw Error("Expected non-null, but got "+t);return t}(Rt(e[1],"infix").size);return{type:"genfrac",mode:r.mode,numer:n,denom:e[2],continued:!1,hasBarLine:o.number>0,barSize:o,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:Mr,mathmlBuilder:zr});const Cr=(t,e)=>{const r=e.style;let n,o;const a=Et(t,"supsub");a?(n=a.sup?ie(a.sup,e.havingStyle(r.sup()),e):ie(a.sub,e.havingStyle(r.sub()),e),o=Rt(a.base,"horizBrace")):o=Rt(t,"horizBrace");const i=ie(o.base,e.havingBaseStyle(S.DISPLAY)),s=ze(o,e);let l;if(o.isOver?(l=It.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:i},{type:"kern",size:.1},{type:"elem",elem:s}]},e),l.children[0].children[0].children[1].classes.push("svg-align")):(l=It.makeVList({positionType:"bottom",positionData:i.depth+.1+s.height,children:[{type:"elem",elem:s},{type:"kern",size:.1},{type:"elem",elem:i}]},e),l.children[0].children[0].children[0].classes.push("svg-align")),n){const t=It.makeSpan(["mord",o.isOver?"mover":"munder"],[l],e);l=It.makeVList(o.isOver?{positionType:"firstBaseline",children:[{type:"elem",elem:t},{type:"kern",size:.2},{type:"elem",elem:n}]}:{positionType:"bottom",positionData:t.depth+.2+n.height+n.depth,children:[{type:"elem",elem:n},{type:"kern",size:.2},{type:"elem",elem:t}]},e)}return It.makeSpan(["mord",o.isOver?"mover":"munder"],[l],e)};Wt({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler(t,e){let r=t.funcName;return{type:"horizBrace",mode:t.parser.mode,label:r,isOver:/^\\over/.test(r),base:e[0]}},htmlBuilder:Cr,mathmlBuilder:(t,e)=>{const r=Me(t.label);return new ue.MathNode(t.isOver?"mover":"munder",[ye(t.base,e),r])}}),Wt({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:(t,e)=>{let r=t.parser;const n=e[1],o=Rt(e[0],"url").url;return r.settings.isTrusted({command:"\\href",url:o})?{type:"href",mode:r.mode,href:o,body:jt(n)}:r.formatUnsupportedCmd("\\href")},htmlBuilder:(t,e)=>{const r=ee(t.body,e,!1);return It.makeAnchor(t.href,[],r,e)},mathmlBuilder:(t,e)=>{let r=xe(t.body,e);return r instanceof me||(r=new me("mrow",[r])),r.setAttribute("href",t.href),r}}),Wt({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:(t,e)=>{let r=t.parser;const n=Rt(e[0],"url").url;if(!r.settings.isTrusted({command:"\\url",url:n}))return r.formatUnsupportedCmd("\\url");const o=[];for(let t=0;n.length>t;t++){let e=n[t];"~"===e&&(e="\\textasciitilde"),o.push({type:"textord",mode:"text",text:e})}return{type:"href",mode:r.mode,href:n,body:jt({type:"text",mode:r.mode,font:"\\texttt",body:o})}}}),Wt({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInText:!0},handler:(t,e)=>({type:"htmlmathml",mode:t.parser.mode,html:jt(e[0]),mathml:jt(e[1])}),htmlBuilder:(t,e)=>{const r=ee(t.html,e,!1);return It.makeFragment(r)},mathmlBuilder:(t,e)=>xe(t.mathml,e)});const qr=function(t){if(/^[-+]? *(\d+(\.\d*)?|\.\d+)$/.test(t))return{number:+t,unit:"bp"};{const e=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(t);if(!e)throw new l("Invalid size: '"+t+"' in \\includegraphics");const r={number:+(e[1]+e[2]),unit:e[3]};if(!vt(r))throw new l("Invalid unit: '"+r.unit+"' in \\includegraphics.");return r}};Wt({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:(t,e,r)=>{let n=t.parser,o={number:0,unit:"em"},a={number:.9,unit:"em"},i={number:0,unit:"em"},s="";if(r[0]){const t=Rt(r[0],"raw").string.split(",");for(let e=0;t.length>e;e++){const r=t[e].split("=");if(2===r.length){const t=r[1].trim();switch(r[0].trim()){case"alt":s=t;break;case"width":o=qr(t);break;case"height":a=qr(t);break;case"totalheight":i=qr(t);break;default:throw new l("Invalid key: '"+r[0]+"' in \\includegraphics.")}}}}const h=Rt(e[0],"url").url;return""===s&&(s=h,s=s.replace(/^.*[\\/]/,""),s=s.substring(0,s.lastIndexOf("."))),n.settings.isTrusted({command:"\\includegraphics",url:h})?{type:"includegraphics",mode:n.mode,alt:s,width:o,height:a,totalheight:i,src:h}:n.formatUnsupportedCmd("\\includegraphics")},htmlBuilder:(t,e)=>{const r=wt(t.height,e);let n=0;t.totalheight.number>0&&(n=wt(t.totalheight,e)-r,n=Number(n.toFixed(2)));let o=0;t.width.number>0&&(o=wt(t.width,e));const a={height:r+n+"em"};o>0&&(a.width=o+"em"),n>0&&(a.verticalAlign=-n+"em");const i=new E(t.src,t.alt,a);return i.height=r,i.depth=n,i},mathmlBuilder:(t,e)=>{const r=new ue.MathNode("mglyph",[]);r.setAttribute("alt",t.alt);const n=wt(t.height,e);let o=0;if(t.totalheight.number>0&&(o=wt(t.totalheight,e)-n,o=o.toFixed(2),r.setAttribute("valign","-"+o+"em")),r.setAttribute("height",n+o+"em"),t.width.number>0){const n=wt(t.width,e);r.setAttribute("width",n+"em")}return r.setAttribute("src",t.src),r}}),Wt({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],allowedInText:!0},handler(t,e){let r=t.parser,n=t.funcName;const o=Rt(e[0],"size");if(r.settings.strict){const t="mu"===o.value.unit;"m"===n[1]?(t||r.settings.reportNonstrict("mathVsTextUnits",`LaTeX's ${n} supports only mu units, `+`not ${o.value.unit} units`),"math"!==r.mode&&r.settings.reportNonstrict("mathVsTextUnits",`LaTeX's ${n} works only in math mode`)):t&&r.settings.reportNonstrict("mathVsTextUnits",`LaTeX's ${n} doesn't support mu units`)}return{type:"kern",mode:r.mode,dimension:o.value}},htmlBuilder:(t,e)=>It.makeGlue(t.dimension,e),mathmlBuilder(t,e){const r=wt(t.dimension,e);return new ue.SpaceNode(r)}}),Wt({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:(t,e)=>{const r=e[0];return{type:"lap",mode:t.parser.mode,alignment:t.funcName.slice(5),body:r}},htmlBuilder:(t,e)=>{let r;"clap"===t.alignment?(r=It.makeSpan([],[ie(t.body,e)]),r=It.makeSpan(["inner"],[r],e)):r=It.makeSpan(["inner"],[ie(t.body,e)]);const n=It.makeSpan(["fix"],[]);let o=It.makeSpan([t.alignment],[r,n],e);const a=It.makeSpan(["strut"]);return a.style.height=o.height+o.depth+"em",a.style.verticalAlign=-o.depth+"em",o.children.unshift(a),o=It.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:o}]},e),It.makeSpan(["mord"],[o],e)},mathmlBuilder:(t,e)=>{const r=new ue.MathNode("mpadded",[ye(t.body,e)]);if("rlap"!==t.alignment){r.setAttribute("lspace",("llap"===t.alignment?"-1":"-0.5")+"width")}return r.setAttribute("width","0px"),r}}),Wt({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(t,e){let r=t.funcName,n=t.parser;const o=n.mode;n.switchMode("math");const a="\\("===r?"\\)":"$",i=n.parseExpression(!1,a);return n.expect(a),n.switchMode(o),{type:"styling",mode:n.mode,style:"text",body:i}}}),Wt({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(t,e){throw new l(`Mismatched ${t.funcName}`)}});const Nr=(t,e)=>{switch(e.style.size){case S.DISPLAY.size:return t.display;case S.TEXT.size:return t.text;case S.SCRIPT.size:return t.script;case S.SCRIPTSCRIPT.size:return t.scriptscript;default:return t.text}};Wt({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4},handler:(t,e)=>({type:"mathchoice",mode:t.parser.mode,display:jt(e[0]),text:jt(e[1]),script:jt(e[2]),scriptscript:jt(e[3])}),htmlBuilder:(t,e)=>{const r=Nr(t,e),n=ee(r,e,!1);return It.makeFragment(n)},mathmlBuilder:(t,e)=>{const r=Nr(t,e);return xe(r,e)}});const Or=(t,e,r,n,o,a,i)=>{let s,l,h;if(t=It.makeSpan([],[t]),e){const t=ie(e,n.havingStyle(o.sup()),n);l={elem:t,kern:Math.max(n.fontMetrics().bigOpSpacing1,n.fontMetrics().bigOpSpacing3-t.depth)}}if(r){const t=ie(r,n.havingStyle(o.sub()),n);s={elem:t,kern:Math.max(n.fontMetrics().bigOpSpacing2,n.fontMetrics().bigOpSpacing4-t.height)}}if(l&&s){const e=n.fontMetrics().bigOpSpacing5+s.elem.height+s.elem.depth+s.kern+t.depth+i;h=It.makeVList({positionType:"bottom",positionData:e,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:s.elem,marginLeft:-a+"em"},{type:"kern",size:s.kern},{type:"elem",elem:t},{type:"kern",size:l.kern},{type:"elem",elem:l.elem,marginLeft:a+"em"},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}else if(s){h=It.makeVList({positionType:"top",positionData:t.height-i,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:s.elem,marginLeft:-a+"em"},{type:"kern",size:s.kern},{type:"elem",elem:t}]},n)}else{if(!l)return t;h=It.makeVList({positionType:"bottom",positionData:t.depth+i,children:[{type:"elem",elem:t},{type:"kern",size:l.kern},{type:"elem",elem:l.elem,marginLeft:a+"em"},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}return It.makeSpan(["mop","op-limits"],[h],n)},Ir=["\\smallint"],Rr=(t,e)=>{let r,n,o,a=!1;const i=Et(t,"supsub");i?(r=i.sup,n=i.sub,o=Rt(i.base,"op"),a=!0):o=Rt(t,"op");const s=e.style;let l,h=!1;if(s.size===S.DISPLAY.size&&o.symbol&&!p.contains(Ir,o.name)&&(h=!0),o.symbol){const t=h?"Size2-Regular":"Size1-Regular";let r="";if("\\oiint"!==o.name&&"\\oiiint"!==o.name||(r=o.name.substr(1),o.name="oiint"===r?"\\iint":"\\iiint"),l=It.makeSymbol(o.name,t,"math",e,["mop","op-symbol",h?"large-op":"small-op"]),r.length>0){const t=l.italic,n=It.staticSvg(r+"Size"+(h?"2":"1"),e);l=It.makeVList({positionType:"individualShift",children:[{type:"elem",elem:l,shift:0},{type:"elem",elem:n,shift:h?.08:0}]},e),o.name="\\"+r,l.classes.unshift("mop"),l.italic=t}}else if(o.body){const t=ee(o.body,e,!0);1===t.length&&t[0]instanceof P?(l=t[0],l.classes[0]="mop"):l=It.makeSpan(["mop"],It.tryCombineChars(t),e)}else{const t=[];for(let r=1;o.name.length>r;r++)t.push(It.mathsym(o.name[r],o.mode,e));l=It.makeSpan(["mop"],t,e)}let m=0,c=0;return(l instanceof P||"\\oiint"===o.name||"\\oiiint"===o.name)&&!o.suppressBaseShift&&(m=(l.height-l.depth)/2-e.fontMetrics().axisHeight,c=l.italic),a?Or(l,r,n,e,s,c,m):(m&&(l.style.position="relative",l.style.top=m+"em"),l)},Er=(t,e)=>{let r;if(t.symbol)r=new me("mo",[pe(t.name,t.mode)]),p.contains(Ir,t.name)&&r.setAttribute("largeop","false");else if(t.body)r=new me("mo",ge(t.body,e));else{r=new me("mi",[new ce(t.name.slice(1))]);const e=new me("mo",[pe("","text")]);r=t.parentIsSupSub?new me("mo",[r,e]):he([r,e])}return r},Lr={"∏":"\\prod","∐":"\\coprod","∑":"\\sum","⋀":"\\bigwedge","":"\\bigvee","⋂":"\\bigcap","":"\\bigcup","⨀":"\\bigodot","⨁":"\\bigoplus","⨂":"\\bigotimes","⨄":"\\biguplus","⨆":"\\bigsqcup"};Wt({type:"op",names:["\\coprod","\\bigvee","\\bigwedge","\\biguplus","\\bigcap","\\bigcup","\\intop","\\prod","\\sum","\\bigotimes","\\bigoplus","\\bigodot","\\bigsqcup","\\smallint","∏","∐","∑","⋀","","⋂","","⨀","⨁","⨂","⨄","⨆"],props:{numArgs:0},handler:(t,e)=>{let r=t.funcName;return 1===r.length&&(r=Lr[r]),{type:"op",mode:t.parser.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:r}},htmlBuilder:Rr,mathmlBuilder:Er}),Wt({type:"op",names:["\\mathop"],props:{numArgs:1},handler:(t,e)=>({type:"op",mode:t.parser.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:jt(e[0])}),htmlBuilder:Rr,mathmlBuilder:Er});const Pr={"∫":"\\int","∬":"\\iint","∭":"\\iiint","∮":"\\oint","∯":"\\oiint","∰":"\\oiiint"};Wt({type:"op",names:["\\arcsin","\\arccos","\\arctan","\\arctg","\\arcctg","\\arg","\\ch","\\cos","\\cosec","\\cosh","\\cot","\\cotg","\\coth","\\csc","\\ctg","\\cth","\\deg","\\dim","\\exp","\\hom","\\ker","\\lg","\\ln","\\log","\\sec","\\sin","\\sinh","\\sh","\\tan","\\tanh","\\tg","\\th"],props:{numArgs:0},handler:t=>({type:"op",mode:t.parser.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:t.funcName}),htmlBuilder:Rr,mathmlBuilder:Er}),Wt({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler:t=>({type:"op",mode:t.parser.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:t.funcName}),htmlBuilder:Rr,mathmlBuilder:Er}),Wt({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","∫","∬","∭","∮","∯","∰"],props:{numArgs:0},handler(t){let e=t.funcName;return 1===e.length&&(e=Pr[e]),{type:"op",mode:t.parser.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:e}},htmlBuilder:Rr,mathmlBuilder:Er});const Dr=(t,e)=>{let r,n,o,a=!1;const i=Et(t,"supsub");let s;if(i?(r=i.sup,n=i.sub,o=Rt(i.base,"operatorname"),a=!0):o=Rt(t,"operatorname"),o.body.length>0){const t=o.body.map(t=>{const e=t.text;return"string"==typeof e?{type:"textord",mode:t.mode,text:e}:t}),r=ee(t,e.withFont("mathrm"),!0);for(let t=0;r.length>t;t++){const e=r[t];e instanceof P&&(e.text=e.text.replace(/\u2212/,"-").replace(/\u2217/,"*"))}s=It.makeSpan(["mop"],r,e)}else s=It.makeSpan(["mop"],[],e);return a?Or(s,r,n,e,e.style,0,0):s};function Hr(t,e,r){const n=ee(t,e,!1),o=e.sizeMultiplier/r.sizeMultiplier;for(let t=0;n.length>t;t++){const a=n[t].classes.indexOf("sizing");0>a?Array.prototype.push.apply(n[t].classes,e.sizingClasses(r)):n[t].classes[a+1]==="reset-size"+e.size&&(n[t].classes[a+1]="reset-size"+r.size),n[t].height*=o,n[t].depth*=o}return It.makeFragment(n)}Wt({type:"operatorname",names:["\\operatorname","\\operatorname*"],props:{numArgs:1},handler:(t,e)=>{let r=t.funcName;return{type:"operatorname",mode:t.parser.mode,body:jt(e[0]),alwaysHandleSupSub:"\\operatorname*"===r,limits:!1,parentIsSupSub:!1}},htmlBuilder:Dr,mathmlBuilder:(t,e)=>{let r=ge(t.body,e.withFont("mathrm")),n=!0;for(let t=0;r.length>t;t++){const e=r[t];if(e instanceof ue.SpaceNode);else if(e instanceof ue.MathNode)switch(e.type){case"mi":case"mn":case"ms":case"mspace":case"mtext":break;case"mo":{const t=e.children[0];1===e.children.length&&t instanceof ue.TextNode?t.text=t.text.replace(/\u2212/,"-").replace(/\u2217/,"*"):n=!1;break}default:n=!1}else n=!1}if(n){const t=r.map(t=>t.toText()).join("");r=[new ue.TextNode(t)]}const o=new ue.MathNode("mi",r);o.setAttribute("mathvariant","normal");const a=new ue.MathNode("mo",[pe("","text")]);return t.parentIsSupSub?new ue.MathNode("mo",[o,a]):ue.newDocumentFragment([o,a])}}),Xt({type:"ordgroup",htmlBuilder:(t,e)=>t.semisimple?It.makeFragment(ee(t.body,e,!1)):It.makeSpan(["mord"],ee(t.body,e,!0),e),mathmlBuilder:(t,e)=>xe(t.body,e,!0)}),Wt({type:"overline",names:["\\overline"],props:{numArgs:1},handler:(t,e)=>({type:"overline",mode:t.parser.mode,body:e[0]}),htmlBuilder(t,e){const r=ie(t.body,e.havingCrampedStyle()),n=It.makeLineSpan("overline-line",e),o=e.fontMetrics().defaultRuleThickness,a=It.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r},{type:"kern",size:3*o},{type:"elem",elem:n},{type:"kern",size:o}]},e);return It.makeSpan(["mord","overline"],[a],e)},mathmlBuilder(t,e){const r=new ue.MathNode("mo",[new ue.TextNode("‾")]);r.setAttribute("stretchy","true");const n=new ue.MathNode("mover",[ye(t.body,e),r]);return n.setAttribute("accent","true"),n}}),Wt({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:(t,e)=>({type:"phantom",mode:t.parser.mode,body:jt(e[0])}),htmlBuilder:(t,e)=>{const r=ee(t.body,e.withPhantom(),!1);return It.makeFragment(r)},mathmlBuilder:(t,e)=>{const r=ge(t.body,e);return new ue.MathNode("mphantom",r)}}),Wt({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:(t,e)=>({type:"hphantom",mode:t.parser.mode,body:e[0]}),htmlBuilder:(t,e)=>{let r=It.makeSpan([],[ie(t.body,e.withPhantom())]);if(r.height=0,r.depth=0,r.children)for(let t=0;r.children.length>t;t++)r.children[t].height=0,r.children[t].depth=0;return r=It.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},e),It.makeSpan(["mord"],[r],e)},mathmlBuilder:(t,e)=>{const r=ge(jt(t.body),e),n=new ue.MathNode("mphantom",r),o=new ue.MathNode("mpadded",[n]);return o.setAttribute("height","0px"),o.setAttribute("depth","0px"),o}}),Wt({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:(t,e)=>({type:"vphantom",mode:t.parser.mode,body:e[0]}),htmlBuilder:(t,e)=>{const r=It.makeSpan(["inner"],[ie(t.body,e.withPhantom())]),n=It.makeSpan(["fix"],[]);return It.makeSpan(["mord","rlap"],[r,n],e)},mathmlBuilder:(t,e)=>{const r=ge(jt(t.body),e),n=new ue.MathNode("mphantom",r),o=new ue.MathNode("mpadded",[n]);return o.setAttribute("width","0px"),o}}),Wt({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler(t,e){let r=t.parser;const n=Rt(e[0],"size").value;return{type:"raisebox",mode:r.mode,dy:n,body:e[1]}},htmlBuilder(t,e){const r=ie(t.body,e),n=wt(t.dy,e);return It.makeVList({positionType:"shift",positionData:-n,children:[{type:"elem",elem:r}]},e)},mathmlBuilder(t,e){const r=new ue.MathNode("mpadded",[ye(t.body,e)]);return r.setAttribute("voffset",t.dy.number+t.dy.unit),r}}),Wt({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,argTypes:["size","size","size"]},handler(t,e,r){let n=t.parser;const o=r[0],a=Rt(e[0],"size"),i=Rt(e[1],"size");return{type:"rule",mode:n.mode,shift:o&&Rt(o,"size").value,width:a.value,height:i.value}},htmlBuilder(t,e){const r=It.makeSpan(["mord","rule"],[],e),n=wt(t.width,e),o=wt(t.height,e),a=t.shift?wt(t.shift,e):0;return r.style.borderRightWidth=n+"em",r.style.borderTopWidth=o+"em",r.style.bottom=a+"em",r.width=n,r.height=o+a,r.depth=-a,r.maxFontSize=1.125*o*e.sizeMultiplier,r},mathmlBuilder(t,e){const r=wt(t.width,e),n=wt(t.height,e),o=t.shift?wt(t.shift,e):0,a=e.color&&e.getColor()||"black",i=new ue.MathNode("mspace");i.setAttribute("mathbackground",a),i.setAttribute("width",r+"em"),i.setAttribute("height",n+"em");const s=new ue.MathNode("mpadded",[i]);return 0>o?(s.setAttribute("height",o+"em"),s.setAttribute("depth","+"+-o+"em")):s.setAttribute("height","+"+o+"em"),s.setAttribute("voffset",o+"em"),s}});const $r=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"];Wt({type:"sizing",names:$r,props:{numArgs:0,allowedInText:!0},handler:(t,e)=>{let r=t.funcName,n=t.parser;const o=n.parseExpression(!1,t.breakOnTokenText);return{type:"sizing",mode:n.mode,size:$r.indexOf(r)+1,body:o}},htmlBuilder:(t,e)=>{const r=e.havingSize(t.size);return Hr(t.body,r,e)},mathmlBuilder:(t,e)=>{const r=e.havingSize(t.size),n=ge(t.body,r),o=new ue.MathNode("mstyle",n);return o.setAttribute("mathsize",r.sizeMultiplier+"em"),o}}),Wt({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:(t,e,r)=>{let n=t.parser,o=!1,a=!1;const i=r[0]&&Rt(r[0],"ordgroup");if(i){let t="";for(let e=0;i.body.length>e;++e){if(t=i.body[e].text,"t"===t)o=!0;else{if("b"!==t){o=!1,a=!1;break}a=!0}}}else o=!0,a=!0;return{type:"smash",mode:n.mode,body:e[0],smashHeight:o,smashDepth:a}},htmlBuilder:(t,e)=>{const r=It.makeSpan([],[ie(t.body,e)]);if(!t.smashHeight&&!t.smashDepth)return r;if(t.smashHeight&&(r.height=0,r.children))for(let t=0;r.children.length>t;t++)r.children[t].height=0;if(t.smashDepth&&(r.depth=0,r.children))for(let t=0;r.children.length>t;t++)r.children[t].depth=0;const n=It.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},e);return It.makeSpan(["mord"],[n],e)},mathmlBuilder:(t,e)=>{const r=new ue.MathNode("mpadded",[ye(t.body,e)]);return t.smashHeight&&r.setAttribute("height","0px"),t.smashDepth&&r.setAttribute("depth","0px"),r}}),Wt({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler:(t,e,r)=>({type:"sqrt",mode:t.parser.mode,body:e[0],index:r[0]}),htmlBuilder(t,e){let r=ie(t.body,e.havingCrampedStyle());0===r.height&&(r.height=e.fontMetrics().xHeight),r=It.wrapFragment(r,e);const n=e.fontMetrics().defaultRuleThickness;let o=n;S.TEXT.id>e.style.id&&(o=e.fontMetrics().xHeight);let a=n+o/4;const i=Ke(r.height+r.depth+a+n,e),s=i.span,l=i.ruleWidth,h=s.height-l;h>r.height+r.depth+a&&(a=(a+h-r.height-r.depth)/2);const m=s.height-r.height-a-l;r.style.paddingLeft=i.advanceWidth+"em";const c=It.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r,wrapperClasses:["svg-align"]},{type:"kern",size:-(r.height+m)},{type:"elem",elem:s},{type:"kern",size:l}]},e);if(t.index){const r=e.havingStyle(S.SCRIPTSCRIPT),n=ie(t.index,r,e),o=It.makeVList({positionType:"shift",positionData:-(.6*(c.height-c.depth)),children:[{type:"elem",elem:n}]},e),a=It.makeSpan(["root"],[o]);return It.makeSpan(["mord","sqrt"],[a,c],e)}return It.makeSpan(["mord","sqrt"],[c],e)},mathmlBuilder(t,e){const r=t.body,n=t.index;return n?new ue.MathNode("mroot",[ye(r,e),ye(n,e)]):new ue.MathNode("msqrt",[ye(r,e)])}});const Fr={display:S.DISPLAY,text:S.TEXT,script:S.SCRIPT,scriptscript:S.SCRIPTSCRIPT};Wt({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0},handler(t,e){let r=t.funcName,n=t.parser;const o=n.parseExpression(!0,t.breakOnTokenText),a=r.slice(1,r.length-5);return{type:"styling",mode:n.mode,style:a,body:o}},htmlBuilder(t,e){const r=e.havingStyle(Fr[t.style]).withFont("");return Hr(t.body,r,e)},mathmlBuilder(t,e){const r=e.havingStyle(Fr[t.style]),n=ge(t.body,r),o=new ue.MathNode("mstyle",n),a={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]}[t.style];return o.setAttribute("scriptlevel",a[0]),o.setAttribute("displaystyle",a[1]),o}});Xt({type:"supsub",htmlBuilder(t,e){const r=function(t,e){const r=t.base;if(r){if("op"===r.type){return r.limits&&(e.style.size===S.DISPLAY.size||r.alwaysHandleSupSub)?Rr:null}if("operatorname"===r.type){return r.alwaysHandleSupSub&&(e.style.size===S.DISPLAY.size||r.limits)?Dr:null}if("accent"===r.type)return p.isCharacterBox(r.base)?Ae:null;if("horizBrace"===r.type){return!t.sub===r.isOver?Cr:null}return null}return null}(t,e);if(r)return r(t,e);const n=t.base,o=t.sup,a=t.sub,i=ie(n,e);let s,l;const h=e.fontMetrics();let m=0,c=0;const u=n&&p.isCharacterBox(n);if(o){const t=e.havingStyle(e.style.sup());s=ie(o,t,e),u||(m=i.height-t.fontMetrics().supDrop*t.sizeMultiplier/e.sizeMultiplier)}if(a){const t=e.havingStyle(e.style.sub());l=ie(a,t,e),u||(c=i.depth+t.fontMetrics().subDrop*t.sizeMultiplier/e.sizeMultiplier)}let d;d=e.style===S.DISPLAY?h.sup1:e.style.cramped?h.sup3:h.sup2;const f=.5/h.ptPerEm/e.sizeMultiplier+"em";let g,x=null;if(l){const e=t.base&&"op"===t.base.type&&t.base.name&&("\\oiint"===t.base.name||"\\oiiint"===t.base.name);(i instanceof P||e)&&(x=-i.italic+"em")}if(s&&l){m=Math.max(m,d,s.depth+.25*h.xHeight),c=Math.max(c,h.sub2);const t=4*h.defaultRuleThickness;if(t>m-s.depth-(l.height-c)){c=t-(m-s.depth)+l.height;const e=.8*h.xHeight-(m-s.depth);e>0&&(m+=e,c-=e)}g=It.makeVList({positionType:"individualShift",children:[{type:"elem",elem:l,shift:c,marginRight:f,marginLeft:x},{type:"elem",elem:s,shift:-m,marginRight:f}]},e)}else if(l){c=Math.max(c,h.sub1,l.height-.8*h.xHeight),g=It.makeVList({positionType:"shift",positionData:c,children:[{type:"elem",elem:l,marginLeft:x,marginRight:f}]},e)}else{if(!s)throw Error("supsub must have either sup or sub.");m=Math.max(m,d,s.depth+.25*h.xHeight),g=It.makeVList({positionType:"shift",positionData:-m,children:[{type:"elem",elem:s,marginRight:f}]},e)}const y=oe(i,"right")||"mord";return It.makeSpan([y],[i,It.makeSpan(["msupsub"],[g])],e)},mathmlBuilder(t,e){let r,n,o=!1;const a=Et(t.base,"horizBrace");a&&(n=!!t.sup,n===a.isOver&&(o=!0,r=a.isOver)),!t.base||"op"!==t.base.type&&"operatorname"!==t.base.type||(t.base.parentIsSupSub=!0);const i=[ye(t.base,e)];let s;if(t.sub&&i.push(ye(t.sub,e)),t.sup&&i.push(ye(t.sup,e)),o)s=r?"mover":"munder";else if(t.sub)if(t.sup){const r=t.base;s=r&&"op"===r.type&&r.limits&&e.style===S.DISPLAY||r&&"operatorname"===r.type&&r.alwaysHandleSupSub&&(e.style===S.DISPLAY||r.limits)?"munderover":"msubsup"}else{const r=t.base;s=r&&"op"===r.type&&r.limits&&(e.style===S.DISPLAY||r.alwaysHandleSupSub)||r&&"operatorname"===r.type&&r.alwaysHandleSupSub&&(r.limits||e.style===S.DISPLAY)?"munder":"msub"}else{const r=t.base;s=r&&"op"===r.type&&r.limits&&(e.style===S.DISPLAY||r.alwaysHandleSupSub)||r&&"operatorname"===r.type&&r.alwaysHandleSupSub&&(r.limits||e.style===S.DISPLAY)?"mover":"msup"}return new ue.MathNode(s,i)}}),Xt({type:"atom",htmlBuilder:(t,e)=>It.mathsym(t.text,t.mode,e,["m"+t.family]),mathmlBuilder(t,e){const r=new ue.MathNode("mo",[pe(t.text,t.mode)]);if("bin"===t.family){const n=fe(t,e);"bold-italic"===n&&r.setAttribute("mathvariant",n)}else"punct"===t.family?r.setAttribute("separator","true"):"open"!==t.family&&"close"!==t.family||r.setAttribute("stretchy","false");return r}});const Vr={mi:"italic",mn:"normal",mtext:"normal"};Xt({type:"mathord",htmlBuilder:(t,e)=>It.makeOrd(t,e,"mathord"),mathmlBuilder(t,e){const r=new ue.MathNode("mi",[pe(t.text,t.mode,e)]),n=fe(t,e)||"italic";return n!==Vr[r.type]&&r.setAttribute("mathvariant",n),r}}),Xt({type:"textord",htmlBuilder:(t,e)=>It.makeOrd(t,e,"textord"),mathmlBuilder(t,e){const r=pe(t.text,t.mode,e),n=fe(t,e)||"normal";let o;return o=new ue.MathNode("text"===t.mode?"mtext":/[0-9]/.test(t.text)?"mn":"\\prime"===t.text?"mo":"mi",[r]),n!==Vr[o.type]&&o.setAttribute("mathvariant",n),o}});const Ur={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},Gr={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};Xt({type:"spacing",htmlBuilder(t,e){if(Gr.hasOwnProperty(t.text)){const r=Gr[t.text].className||"";if("text"===t.mode){const n=It.makeOrd(t,e,"textord");return n.classes.push(r),n}return It.makeSpan(["mspace",r],[It.mathsym(t.text,t.mode,e)],e)}if(Ur.hasOwnProperty(t.text))return It.makeSpan(["mspace",Ur[t.text]],[],e);throw new l(`Unknown type of space "${t.text}"`)},mathmlBuilder(t,e){let r;if(!Gr.hasOwnProperty(t.text)){if(Ur.hasOwnProperty(t.text))return new ue.MathNode("mspace");throw new l(`Unknown type of space "${t.text}"`)}return r=new ue.MathNode("mtext",[new ue.TextNode(" ")]),r}});const Yr=()=>{const t=new ue.MathNode("mtd",[]);return t.setAttribute("width","50%"),t};Xt({type:"tag",mathmlBuilder(t,e){const r=new ue.MathNode("mtable",[new ue.MathNode("mtr",[Yr(),new ue.MathNode("mtd",[xe(t.body,e)]),Yr(),new ue.MathNode("mtd",[xe(t.tag,e)])])]);return r.setAttribute("width","100%"),r}});const _r={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},Wr={"\\textbf":"textbf","\\textmd":"textmd"},Xr={"\\textit":"textit","\\textup":"textup"},jr=(t,e)=>{const r=t.font;return r?_r[r]?e.withTextFontFamily(_r[r]):Wr[r]?e.withTextFontWeight(Wr[r]):e.withTextFontShape(Xr[r]):e};Wt({type:"text",names:["\\text","\\textrm","\\textsf","\\texttt","\\textnormal","\\textbf","\\textmd","\\textit","\\textup"],props:{numArgs:1,argTypes:["text"],greediness:2,allowedInText:!0},handler(t,e){let r=t.funcName;return{type:"text",mode:t.parser.mode,body:jt(e[0]),font:r}},htmlBuilder(t,e){const r=jr(t,e),n=ee(t.body,r,!0);return It.makeSpan(["mord","text"],It.tryCombineChars(n),r)},mathmlBuilder(t,e){const r=jr(t,e);return xe(t.body,r)}}),Wt({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler:(t,e)=>({type:"underline",mode:t.parser.mode,body:e[0]}),htmlBuilder(t,e){const r=ie(t.body,e),n=It.makeLineSpan("underline-line",e),o=e.fontMetrics().defaultRuleThickness,a=It.makeVList({positionType:"top",positionData:r.height,children:[{type:"kern",size:o},{type:"elem",elem:n},{type:"kern",size:3*o},{type:"elem",elem:r}]},e);return It.makeSpan(["mord","underline"],[a],e)},mathmlBuilder(t,e){const r=new ue.MathNode("mo",[new ue.TextNode("‾")]);r.setAttribute("stretchy","true");const n=new ue.MathNode("munder",[ye(t.body,e),r]);return n.setAttribute("accentunder","true"),n}}),Wt({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler(t,e,r){throw new l("\\verb ended by end of line instead of matching delimiter")},htmlBuilder(t,e){const r=Zr(t),n=[],o=e.havingStyle(e.style.text());for(let e=0;r.length>e;e++){let a=r[e];"~"===a&&(a="\\textasciitilde"),n.push(It.makeSymbol(a,"Typewriter-Regular",t.mode,o,["mord","texttt"]))}return It.makeSpan(["mord","text"].concat(o.sizingClasses(e)),It.tryCombineChars(n),o)},mathmlBuilder(t,e){const r=new ue.TextNode(Zr(t)),n=new ue.MathNode("mtext",[r]);return n.setAttribute("mathvariant","monospace"),n}});const Zr=t=>t.body.replace(/ /g,t.star?"␣":" "),Kr=Gt,Jr=/^(\\[a-zA-Z@]+)[ \r\n ]*$/,Qr=/[̀-ͯ]+$/;class tn{constructor(t,e){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=t,this.settings=e,this.tokenRegex=/([ \r\n ]+)|([!-\[\]-‧‪-퟿豈-￿][̀-ͯ]*|[\ud800-\udbff][\udc00-\udfff][̀-ͯ]*|\\verb\*([^]).*?\3|\\verb([^*a-zA-Z]).*?\4|\\operatorname\*|\\[a-zA-Z@]+[ \r\n ]*|\\[^\ud800-\udfff])/g,this.catcodes={"%":14}}setCatcode(t,e){this.catcodes[t]=e}lex(){const t=this.input,e=this.tokenRegex.lastIndex;if(e===t.length)return new s("EOF",new i(this,e,e));const r=this.tokenRegex.exec(t);if(null===r||r.index!==e)throw new l(`Unexpected character: '${t[e]}'`,new s(t[e],new i(this,e,e+1)));let n=r[2]||" ";if(14===this.catcodes[n]){const e=t.indexOf("\n",this.tokenRegex.lastIndex);return-1===e?(this.tokenRegex.lastIndex=t.length,this.settings.reportNonstrict("commentAtEnd","% comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $)")):this.tokenRegex.lastIndex=e+1,this.lex()}const o=n.match(Jr);return o&&(n=o[1]),new s(n,new i(this,e,this.tokenRegex.lastIndex))}}class en{constructor(t,e){void 0===t&&(t={}),void 0===e&&(e={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=e,this.builtins=t,this.undefStack=[]}beginGroup(){this.undefStack.push({})}endGroup(){if(0===this.undefStack.length)throw new l("Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug");const t=this.undefStack.pop();for(const e in t)t.hasOwnProperty(e)&&(void 0===t[e]?delete this.current[e]:this.current[e]=t[e])}has(t){return this.current.hasOwnProperty(t)||this.builtins.hasOwnProperty(t)}get(t){return this.current.hasOwnProperty(t)?this.current[t]:this.builtins[t]}set(t,e,r){if(void 0===r&&(r=!1),r){for(let e=0;this.undefStack.length>e;e++)delete this.undefStack[e][t];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][t]=e)}else{const e=this.undefStack[this.undefStack.length-1];e&&!e.hasOwnProperty(t)&&(e[t]=this.current[t])}this.current[t]=e}}const rn={};function nn(t,e){rn[t]=e}nn("\\@firstoftwo",(function(t){return{tokens:t.consumeArgs(2)[0],numArgs:0}})),nn("\\@secondoftwo",(function(t){return{tokens:t.consumeArgs(2)[1],numArgs:0}})),nn("\\@ifnextchar",(function(t){const e=t.consumeArgs(3),r=t.future();return 1===e[0].length&&e[0][0].text===r.text?{tokens:e[1],numArgs:0}:{tokens:e[2],numArgs:0}})),nn("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}"),nn("\\TextOrMath",(function(t){const e=t.consumeArgs(2);return"text"===t.mode?{tokens:e[0],numArgs:0}:{tokens:e[1],numArgs:0}}));const on={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,A:10,b:11,B:11,c:12,C:12,d:13,D:13,e:14,E:14,f:15,F:15};nn("\\char",(function(t){let e,r=t.popToken(),n="";if("'"===r.text)e=8,r=t.popToken();else if('"'===r.text)e=16,r=t.popToken();else if("`"===r.text)if(r=t.popToken(),"\\"===r.text[0])n=r.text.charCodeAt(1);else{if("EOF"===r.text)throw new l("\\char` missing argument");n=r.text.charCodeAt(0)}else e=10;if(e){if(n=on[r.text],null==n||n>=e)throw new l(`Invalid base-${e} digit ${r.text}`);let o;for(;null!=(o=on[t.future().text])&&e>o;)n*=e,n+=o,t.popToken()}return`\\@char{${n}}`}));const an=(t,e)=>{let r=t.consumeArgs(1)[0];if(1!==r.length)throw new l("\\gdef's first argument must be a macro name");const n=r[0].text;let o=0;for(r=t.consumeArgs(1)[0];1===r.length&&"#"===r[0].text;){if(r=t.consumeArgs(1)[0],1!==r.length)throw new l(`Invalid argument number length "${r.length}"`);if(!/^[1-9]$/.test(r[0].text))throw new l(`Invalid argument number "${r[0].text}"`);if(o++,parseInt(r[0].text)!==o)throw new l(`Argument number "${r[0].text}" out of order`);r=t.consumeArgs(1)[0]}return t.macros.set(n,{tokens:r,numArgs:o},e),""};nn("\\gdef",t=>an(t,!0)),nn("\\def",t=>an(t,!1)),nn("\\global",t=>{const e=t.consumeArgs(1)[0];if(1!==e.length)throw new l("Invalid command after \\global");const r=e[0].text;if("\\def"===r)return an(t,!0);throw new l(`Invalid command '${r}' after \\global`)});const sn=(t,e,r)=>{let n=t.consumeArgs(1)[0];if(1!==n.length)throw new l("\\newcommand's first argument must be a macro name");const o=n[0].text,a=t.isDefined(o);if(a&&!e)throw new l(`\\newcommand{${o}} attempting to redefine `+`${o}; use \\renewcommand`);if(!a&&!r)throw new l(`\\renewcommand{${o}} when command ${o} `+"does not yet exist; use \\newcommand");let i=0;if(n=t.consumeArgs(1)[0],1===n.length&&"["===n[0].text){let e="",r=t.expandNextToken();for(;"]"!==r.text&&"EOF"!==r.text;)e+=r.text,r=t.expandNextToken();if(!e.match(/^\s*[0-9]+\s*$/))throw new l(`Invalid number of arguments: ${e}`);i=parseInt(e),n=t.consumeArgs(1)[0]}return t.macros.set(o,{tokens:n,numArgs:i}),""};nn("\\newcommand",t=>sn(t,!1,!0)),nn("\\renewcommand",t=>sn(t,!0,!1)),nn("\\providecommand",t=>sn(t,!0,!0)),nn("\\bgroup","{"),nn("\\egroup","}"),nn("\\lq","`"),nn("\\rq","'"),nn("\\aa","\\r a"),nn("\\AA","\\r A"),nn("\\textcopyright","\\html@mathml{\\textcircled{c}}{\\char`©}"),nn("\\copyright","\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}"),nn("\\textregistered","\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`®}"),nn("","\\mathscr{B}"),nn("","\\mathscr{E}"),nn("","\\mathscr{F}"),nn("","\\mathscr{H}"),nn("","\\mathscr{I}"),nn("","\\mathscr{L}"),nn("","\\mathscr{M}"),nn("","\\mathscr{R}"),nn("","\\mathfrak{C}"),nn("","\\mathfrak{H}"),nn("","\\mathfrak{Z}"),nn("\\Bbbk","\\Bbb{k}"),nn("·","\\cdotp"),nn("\\llap","\\mathllap{\\textrm{#1}}"),nn("\\rlap","\\mathrlap{\\textrm{#1}}"),nn("\\clap","\\mathclap{\\textrm{#1}}"),nn("\\not",'\\html@mathml{\\mathrel{\\mathrlap\\@not}}{\\char"338}'),nn("\\neq","\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`≠}}"),nn("\\ne","\\neq"),nn("≠","\\neq"),nn("\\notin","\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`∉}}"),nn("∉","\\notin"),nn("≘","\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`≘}}"),nn("≙","\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`≘}}"),nn("≚","\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`≚}}"),nn("≛","\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`≛}}"),nn("≝","\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`≝}}"),nn("≞","\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`≞}}"),nn("≟","\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`≟}}"),nn("⟂","\\perp"),nn("‼","\\mathclose{!\\mkern-0.8mu!}"),nn("∌","\\notni"),nn("⌜","\\ulcorner"),nn("⌝","\\urcorner"),nn("⌞","\\llcorner"),nn("⌟","\\lrcorner"),nn("©","\\copyright"),nn("®","\\textregistered"),nn("","\\textregistered"),nn("\\vdots","\\mathord{\\varvdots\\rule{0pt}{15pt}}"),nn("⋮","\\vdots"),nn("\\varGamma","\\mathit{\\Gamma}"),nn("\\varDelta","\\mathit{\\Delta}"),nn("\\varTheta","\\mathit{\\Theta}"),nn("\\varLambda","\\mathit{\\Lambda}"),nn("\\varXi","\\mathit{\\Xi}"),nn("\\varPi","\\mathit{\\Pi}"),nn("\\varSigma","\\mathit{\\Sigma}"),nn("\\varUpsilon","\\mathit{\\Upsilon}"),nn("\\varPhi","\\mathit{\\Phi}"),nn("\\varPsi","\\mathit{\\Psi}"),nn("\\varOmega","\\mathit{\\Omega}"),nn("\\substack","\\begin{subarray}{c}#1\\end{subarray}"),nn("\\colon","\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu"),nn("\\boxed","\\fbox{$\\displaystyle{#1}$}"),nn("\\iff","\\DOTSB\\;\\Longleftrightarrow\\;"),nn("\\implies","\\DOTSB\\;\\Longrightarrow\\;"),nn("\\impliedby","\\DOTSB\\;\\Longleftarrow\\;");const ln={",":"\\dotsc","\\not":"\\dotsb","+":"\\dotsb","=":"\\dotsb","<":"\\dotsb",">":"\\dotsb","-":"\\dotsb","*":"\\dotsb",":":"\\dotsb","\\DOTSB":"\\dotsb","\\coprod":"\\dotsb","\\bigvee":"\\dotsb","\\bigwedge":"\\dotsb","\\biguplus":"\\dotsb","\\bigcap":"\\dotsb","\\bigcup":"\\dotsb","\\prod":"\\dotsb","\\sum":"\\dotsb","\\bigotimes":"\\dotsb","\\bigoplus":"\\dotsb","\\bigodot":"\\dotsb","\\bigsqcup":"\\dotsb","\\And":"\\dotsb","\\longrightarrow":"\\dotsb","\\Longrightarrow":"\\dotsb","\\longleftarrow":"\\dotsb","\\Longleftarrow":"\\dotsb","\\longleftrightarrow":"\\dotsb","\\Longleftrightarrow":"\\dotsb","\\mapsto":"\\dotsb","\\longmapsto":"\\dotsb","\\hookrightarrow":"\\dotsb","\\doteq":"\\dotsb","\\mathbin":"\\dotsb","\\mathrel":"\\dotsb","\\relbar":"\\dotsb","\\Relbar":"\\dotsb","\\xrightarrow":"\\dotsb","\\xleftarrow":"\\dotsb","\\DOTSI":"\\dotsi","\\int":"\\dotsi","\\oint":"\\dotsi","\\iint":"\\dotsi","\\iiint":"\\dotsi","\\iiiint":"\\dotsi","\\idotsint":"\\dotsi","\\DOTSX":"\\dotsx"};nn("\\dots",(function(t){let e="\\dotso";const r=t.expandAfterFuture().text;return r in ln?e=ln[r]:("\\not"===r.substr(0,4)||r in j.math&&p.contains(["bin","rel"],j.math[r].group))&&(e="\\dotsb"),e}));const hn={")":!0,"]":!0,"\\rbrack":!0,"\\}":!0,"\\rbrace":!0,"\\rangle":!0,"\\rceil":!0,"\\rfloor":!0,"\\rgroup":!0,"\\rmoustache":!0,"\\right":!0,"\\bigr":!0,"\\biggr":!0,"\\Bigr":!0,"\\Biggr":!0,$:!0,";":!0,".":!0,",":!0};nn("\\dotso",(function(t){return t.future().text in hn?"\\ldots\\,":"\\ldots"})),nn("\\dotsc",(function(t){const e=t.future().text;return e in hn&&","!==e?"\\ldots\\,":"\\ldots"})),nn("\\cdots",(function(t){return t.future().text in hn?"\\@cdots\\,":"\\@cdots"})),nn("\\dotsb","\\cdots"),nn("\\dotsm","\\cdots"),nn("\\dotsi","\\!\\cdots"),nn("\\dotsx","\\ldots\\,"),nn("\\DOTSI","\\relax"),nn("\\DOTSB","\\relax"),nn("\\DOTSX","\\relax"),nn("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax"),nn("\\,","\\tmspace+{3mu}{.1667em}"),nn("\\thinspace","\\,"),nn("\\>","\\mskip{4mu}"),nn("\\:","\\tmspace+{4mu}{.2222em}"),nn("\\medspace","\\:"),nn("\\;","\\tmspace+{5mu}{.2777em}"),nn("\\thickspace","\\;"),nn("\\!","\\tmspace-{3mu}{.1667em}"),nn("\\negthinspace","\\!"),nn("\\negmedspace","\\tmspace-{4mu}{.2222em}"),nn("\\negthickspace","\\tmspace-{5mu}{.277em}"),nn("\\enspace","\\kern.5em "),nn("\\enskip","\\hskip.5em\\relax"),nn("\\quad","\\hskip1em\\relax"),nn("\\qquad","\\hskip2em\\relax"),nn("\\tag","\\@ifstar\\tag@literal\\tag@paren"),nn("\\tag@paren","\\tag@literal{({#1})}"),nn("\\tag@literal",t=>{if(t.macros.get("\\df@tag"))throw new l("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"}),nn("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}"),nn("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)"),nn("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}"),nn("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1"),nn("\\pmb","\\html@mathml{\\@binrel{#1}{\\mathrlap{#1}\\kern0.5px#1}}{\\mathbf{#1}}"),nn("\\\\","\\newline"),nn("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");const mn=V["Main-Regular"][84][1]-.7*V["Main-Regular"][65][1]+"em";nn("\\LaTeX","\\textrm{\\html@mathml{"+`L\\kern-.36em\\raisebox{${mn}}{\\scriptstyle A}`+"\\kern-.15em\\TeX}{LaTeX}}"),nn("\\KaTeX","\\textrm{\\html@mathml{"+`K\\kern-.17em\\raisebox{${mn}}{\\scriptstyle A}`+"\\kern-.15em\\TeX}{KaTeX}}"),nn("\\hspace","\\@ifstar\\@hspacer\\@hspace"),nn("\\@hspace","\\hskip #1\\relax"),nn("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax"),nn("\\ordinarycolon",":"),nn("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}"),nn("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}'),nn("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}'),nn("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}'),nn("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}'),nn("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}'),nn("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}'),nn("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}'),nn("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}'),nn("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}'),nn("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}'),nn("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}'),nn("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}'),nn("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}'),nn("∷","\\dblcolon"),nn("∹","\\eqcolon"),nn("≔","\\coloneqq"),nn("≕","\\eqqcolon"),nn("⩴","\\Coloneqq"),nn("\\ratio","\\vcentcolon"),nn("\\coloncolon","\\dblcolon"),nn("\\colonequals","\\coloneqq"),nn("\\coloncolonequals","\\Coloneqq"),nn("\\equalscolon","\\eqqcolon"),nn("\\equalscoloncolon","\\Eqqcolon"),nn("\\colonminus","\\coloneq"),nn("\\coloncolonminus","\\Coloneq"),nn("\\minuscolon","\\eqcolon"),nn("\\minuscoloncolon","\\Eqcolon"),nn("\\coloncolonapprox","\\Colonapprox"),nn("\\coloncolonsim","\\Colonsim"),nn("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),nn("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}"),nn("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),nn("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}"),nn("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`∌}}"),nn("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}"),nn("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}"),nn("\\gvertneqq","\\html@mathml{\\@gvertneqq}{≩}"),nn("\\lvertneqq","\\html@mathml{\\@lvertneqq}{≨}"),nn("\\ngeqq","\\html@mathml{\\@ngeqq}{≱}"),nn("\\ngeqslant","\\html@mathml{\\@ngeqslant}{≱}"),nn("\\nleqq","\\html@mathml{\\@nleqq}{≰}"),nn("\\nleqslant","\\html@mathml{\\@nleqslant}{≰}"),nn("\\nshortmid","\\html@mathml{\\@nshortmid}{∤}"),nn("\\nshortparallel","\\html@mathml{\\@nshortparallel}{∦}"),nn("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{⊈}"),nn("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{⊉}"),nn("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{⊊}"),nn("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{⫋}"),nn("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{⊋}"),nn("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{⫌}"),nn("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`⟦}}"),nn("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`⟧}}"),nn("⟦","\\llbracket"),nn("⟧","\\rrbracket"),nn("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`⦃}}"),nn("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`⦄}}"),nn("⦃","\\lBrace"),nn("⦄","\\rBrace"),nn("\\darr","\\downarrow"),nn("\\dArr","\\Downarrow"),nn("\\Darr","\\Downarrow"),nn("\\lang","\\langle"),nn("\\rang","\\rangle"),nn("\\uarr","\\uparrow"),nn("\\uArr","\\Uparrow"),nn("\\Uarr","\\Uparrow"),nn("\\N","\\mathbb{N}"),nn("\\R","\\mathbb{R}"),nn("\\Z","\\mathbb{Z}"),nn("\\alef","\\aleph"),nn("\\alefsym","\\aleph"),nn("\\Alpha","\\mathrm{A}"),nn("\\Beta","\\mathrm{B}"),nn("\\bull","\\bullet"),nn("\\Chi","\\mathrm{X}"),nn("\\clubs","\\clubsuit"),nn("\\cnums","\\mathbb{C}"),nn("\\Complex","\\mathbb{C}"),nn("\\Dagger","\\ddagger"),nn("\\diamonds","\\diamondsuit"),nn("\\empty","\\emptyset"),nn("\\Epsilon","\\mathrm{E}"),nn("\\Eta","\\mathrm{H}"),nn("\\exist","\\exists"),nn("\\harr","\\leftrightarrow"),nn("\\hArr","\\Leftrightarrow"),nn("\\Harr","\\Leftrightarrow"),nn("\\hearts","\\heartsuit"),nn("\\image","\\Im"),nn("\\infin","\\infty"),nn("\\Iota","\\mathrm{I}"),nn("\\isin","\\in"),nn("\\Kappa","\\mathrm{K}"),nn("\\larr","\\leftarrow"),nn("\\lArr","\\Leftarrow"),nn("\\Larr","\\Leftarrow"),nn("\\lrarr","\\leftrightarrow"),nn("\\lrArr","\\Leftrightarrow"),nn("\\Lrarr","\\Leftrightarrow"),nn("\\Mu","\\mathrm{M}"),nn("\\natnums","\\mathbb{N}"),nn("\\Nu","\\mathrm{N}"),nn("\\Omicron","\\mathrm{O}"),nn("\\plusmn","\\pm"),nn("\\rarr","\\rightarrow"),nn("\\rArr","\\Rightarrow"),nn("\\Rarr","\\Rightarrow"),nn("\\real","\\Re"),nn("\\reals","\\mathbb{R}"),nn("\\Reals","\\mathbb{R}"),nn("\\Rho","\\mathrm{P}"),nn("\\sdot","\\cdot"),nn("\\sect","\\S"),nn("\\spades","\\spadesuit"),nn("\\sub","\\subset"),nn("\\sube","\\subseteq"),nn("\\supe","\\supseteq"),nn("\\Tau","\\mathrm{T}"),nn("\\thetasym","\\vartheta"),nn("\\weierp","\\wp"),nn("\\Zeta","\\mathrm{Z}"),nn("\\argmin","\\DOTSB\\operatorname*{arg\\,min}"),nn("\\argmax","\\DOTSB\\operatorname*{arg\\,max}"),nn("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits"),nn("\\blue","\\textcolor{##6495ed}{#1}"),nn("\\orange","\\textcolor{##ffa500}{#1}"),nn("\\pink","\\textcolor{##ff00af}{#1}"),nn("\\red","\\textcolor{##df0030}{#1}"),nn("\\green","\\textcolor{##28ae7b}{#1}"),nn("\\gray","\\textcolor{gray}{#1}"),nn("\\purple","\\textcolor{##9d38bd}{#1}"),nn("\\blueA","\\textcolor{##ccfaff}{#1}"),nn("\\blueB","\\textcolor{##80f6ff}{#1}"),nn("\\blueC","\\textcolor{##63d9ea}{#1}"),nn("\\blueD","\\textcolor{##11accd}{#1}"),nn("\\blueE","\\textcolor{##0c7f99}{#1}"),nn("\\tealA","\\textcolor{##94fff5}{#1}"),nn("\\tealB","\\textcolor{##26edd5}{#1}"),nn("\\tealC","\\textcolor{##01d1c1}{#1}"),nn("\\tealD","\\textcolor{##01a995}{#1}"),nn("\\tealE","\\textcolor{##208170}{#1}"),nn("\\greenA","\\textcolor{##b6ffb0}{#1}"),nn("\\greenB","\\textcolor{##8af281}{#1}"),nn("\\greenC","\\textcolor{##74cf70}{#1}"),nn("\\greenD","\\textcolor{##1fab54}{#1}"),nn("\\greenE","\\textcolor{##0d923f}{#1}"),nn("\\goldA","\\textcolor{##ffd0a9}{#1}"),nn("\\goldB","\\textcolor{##ffbb71}{#1}"),nn("\\goldC","\\textcolor{##ff9c39}{#1}"),nn("\\goldD","\\textcolor{##e07d10}{#1}"),nn("\\goldE","\\textcolor{##a75a05}{#1}"),nn("\\redA","\\textcolor{##fca9a9}{#1}"),nn("\\redB","\\textcolor{##ff8482}{#1}"),nn("\\redC","\\textcolor{##f9685d}{#1}"),nn("\\redD","\\textcolor{##e84d39}{#1}"),nn("\\redE","\\textcolor{##bc2612}{#1}"),nn("\\maroonA","\\textcolor{##ffbde0}{#1}"),nn("\\maroonB","\\textcolor{##ff92c6}{#1}"),nn("\\maroonC","\\textcolor{##ed5fa6}{#1}"),nn("\\maroonD","\\textcolor{##ca337c}{#1}"),nn("\\maroonE","\\textcolor{##9e034e}{#1}"),nn("\\purpleA","\\textcolor{##ddd7ff}{#1}"),nn("\\purpleB","\\textcolor{##c6b9fc}{#1}"),nn("\\purpleC","\\textcolor{##aa87ff}{#1}"),nn("\\purpleD","\\textcolor{##7854ab}{#1}"),nn("\\purpleE","\\textcolor{##543b78}{#1}"),nn("\\mintA","\\textcolor{##f5f9e8}{#1}"),nn("\\mintB","\\textcolor{##edf2df}{#1}"),nn("\\mintC","\\textcolor{##e0e5cc}{#1}"),nn("\\grayA","\\textcolor{##f6f7f7}{#1}"),nn("\\grayB","\\textcolor{##f0f1f2}{#1}"),nn("\\grayC","\\textcolor{##e3e5e6}{#1}"),nn("\\grayD","\\textcolor{##d6d8da}{#1}"),nn("\\grayE","\\textcolor{##babec2}{#1}"),nn("\\grayF","\\textcolor{##888d93}{#1}"),nn("\\grayG","\\textcolor{##626569}{#1}"),nn("\\grayH","\\textcolor{##3b3e40}{#1}"),nn("\\grayI","\\textcolor{##21242c}{#1}"),nn("\\kaBlue","\\textcolor{##314453}{#1}"),nn("\\kaGreen","\\textcolor{##71B307}{#1}");const cn={"\\relax":!0,"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0};class un{constructor(t,e,r){this.settings=void 0,this.expansionCount=void 0,this.lexer=void 0,this.macros=void 0,this.stack=void 0,this.mode=void 0,this.settings=e,this.expansionCount=0,this.feed(t),this.macros=new en(rn,e.macros),this.mode=r,this.stack=[]}feed(t){this.lexer=new tn(t,this.settings)}switchMode(t){this.mode=t}beginGroup(){this.macros.beginGroup()}endGroup(){this.macros.endGroup()}future(){return 0===this.stack.length&&this.pushToken(this.lexer.lex()),this.stack[this.stack.length-1]}popToken(){return this.future(),this.stack.pop()}pushToken(t){this.stack.push(t)}pushTokens(t){this.stack.push(...t)}consumeSpaces(){for(;;){if(" "!==this.future().text)break;this.stack.pop()}}consumeArgs(t){const e=[];for(let r=0;t>r;++r){this.consumeSpaces();const t=this.popToken();if("{"===t.text){const n=[];let o=1;for(;0!==o;){const e=this.popToken();if(n.push(e),"{"===e.text)++o;else if("}"===e.text)--o;else if("EOF"===e.text)throw new l("End of input in macro argument",t)}n.pop(),n.reverse(),e[r]=n}else{if("EOF"===t.text)throw new l("End of input expecting macro argument");e[r]=[t]}}return e}expandOnce(){const t=this.popToken(),e=this._getExpansion(t.text);if(null==e)return this.pushToken(t),t;if(this.expansionCount++,this.expansionCount>this.settings.maxExpand)throw new l("Too many expansions: infinite loop or need to increase maxExpand setting");let r=e.tokens;if(e.numArgs){const t=this.consumeArgs(e.numArgs);r=r.slice();for(let e=r.length-1;e>=0;--e){let n=r[e];if("#"===n.text){if(0===e)throw new l("Incomplete placeholder at end of macro body",n);if(n=r[--e],"#"===n.text)r.splice(e+1,1);else{if(!/^[1-9]$/.test(n.text))throw new l("Not a valid argument number",n);r.splice(e,2,...t[+n.text-1])}}}}return this.pushTokens(r),r}expandAfterFuture(){return this.expandOnce(),this.future()}expandNextToken(){for(;;){const t=this.expandOnce();if(t instanceof s){if("\\relax"!==t.text)return this.stack.pop();this.stack.pop()}}throw Error()}expandMacro(t){if(!this.macros.get(t))return;const e=[],r=this.stack.length;for(this.pushToken(new s(t));this.stack.length>r;){this.expandOnce()instanceof s&&e.push(this.stack.pop())}return e}expandMacroAsText(t){const e=this.expandMacro(t);return e?e.map(t=>t.text).join(""):e}_getExpansion(t){const e=this.macros.get(t);if(null==e)return e;const r="function"==typeof e?e(this):e;if("string"==typeof r){let t=0;if(-1!==r.indexOf("#")){const e=r.replace(/##/g,"");for(;-1!==e.indexOf("#"+(t+1));)++t}const e=new tn(r,this.settings),n=[];let o=e.lex();for(;"EOF"!==o.text;)n.push(o),o=e.lex();return n.reverse(),{tokens:n,numArgs:t}}return r}isDefined(t){return this.macros.has(t)||Kr.hasOwnProperty(t)||j.math.hasOwnProperty(t)||j.text.hasOwnProperty(t)||cn.hasOwnProperty(t)}}var pn={"́":{text:"\\'",math:"\\acute"},"̀":{text:"\\`",math:"\\grave"},"̈":{text:'\\"',math:"\\ddot"},"̃":{text:"\\~",math:"\\tilde"},"̄":{text:"\\=",math:"\\bar"},"̆":{text:"\\u",math:"\\breve"},"̌":{text:"\\v",math:"\\check"},"̂":{text:"\\^",math:"\\hat"},"̇":{text:"\\.",math:"\\dot"},"̊":{text:"\\r",math:"\\mathring"},"̋":{text:"\\H"}},dn={"á":"á","à":"à","ä":"ä","ǟ":"ǟ","ã":"ã","ā":"ā","ă":"ă","ắ":"ắ","ằ":"ằ","ẵ":"ẵ","ǎ":"ǎ","â":"â","ấ":"ấ","ầ":"ầ","ẫ":"ẫ","ȧ":"ȧ","ǡ":"ǡ","å":"å","ǻ":"ǻ","ḃ":"ḃ","ć":"ć","č":"č","ĉ":"ĉ","ċ":"ċ","ď":"ď","ḋ":"ḋ","é":"é","è":"è","ë":"ë","ẽ":"ẽ","ē":"ē","ḗ":"ḗ","ḕ":"ḕ","ĕ":"ĕ","ě":"ě","ê":"ê","ế":"ế","ề":"ề","ễ":"ễ","ė":"ė","ḟ":"ḟ","ǵ":"ǵ","ḡ":"ḡ","ğ":"ğ","ǧ":"ǧ","ĝ":"ĝ","ġ":"ġ","ḧ":"ḧ","ȟ":"ȟ","ĥ":"ĥ","ḣ":"ḣ","í":"í","ì":"ì","ï":"ï","ḯ":"ḯ","ĩ":"ĩ","ī":"ī","ĭ":"ĭ","ǐ":"ǐ","î":"î","ǰ":"ǰ","ĵ":"ĵ","ḱ":"ḱ","ǩ":"ǩ","ĺ":"ĺ","ľ":"ľ","ḿ":"ḿ","ṁ":"ṁ","ń":"ń","ǹ":"ǹ","ñ":"ñ","ň":"ň","ṅ":"ṅ","ó":"ó","ò":"ò","ö":"ö","ȫ":"ȫ","õ":"õ","ṍ":"ṍ","ṏ":"ṏ","ȭ":"ȭ","ō":"ō","ṓ":"ṓ","ṑ":"ṑ","ŏ":"ŏ","ǒ":"ǒ","ô":"ô","ố":"ố","ồ":"ồ","ỗ":"ỗ","ȯ":"ȯ","ȱ":"ȱ","ő":"ő","ṕ":"ṕ","ṗ":"ṗ","ŕ":"ŕ","ř":"ř","ṙ":"ṙ","ś":"ś","ṥ":"ṥ","š":"š","ṧ":"ṧ","ŝ":"ŝ","ṡ":"ṡ","ẗ":"ẗ","ť":"ť","ṫ":"ṫ","ú":"ú","ù":"ù","ü":"ü","ǘ":"ǘ","ǜ":"ǜ","ǖ":"ǖ","ǚ":"ǚ","ũ":"ũ","ṹ":"ṹ","ū":"ū","ṻ":"ṻ","ŭ":"ŭ","ǔ":"ǔ","û":"û","ů":"ů","ű":"ű","ṽ":"ṽ","ẃ":"ẃ","ẁ":"ẁ","ẅ":"ẅ","ŵ":"ŵ","ẇ":"ẇ","ẘ":"ẘ","ẍ":"ẍ","ẋ":"ẋ","ý":"ý","ỳ":"ỳ","ÿ":"ÿ","ỹ":"ỹ","ȳ":"ȳ","ŷ":"ŷ","ẏ":"ẏ","ẙ":"ẙ","ź":"ź","ž":"ž","ẑ":"ẑ","ż":"ż","Á":"Á","À":"À","Ä":"Ä","Ǟ":"Ǟ","Ã":"Ã","Ā":"Ā","Ă":"Ă","Ắ":"Ắ","Ằ":"Ằ","Ẵ":"Ẵ","Ǎ":"Ǎ","Â":"Â","Ấ":"Ấ","Ầ":"Ầ","Ẫ":"Ẫ","Ȧ":"Ȧ","Ǡ":"Ǡ","Å":"Å","Ǻ":"Ǻ","Ḃ":"Ḃ","Ć":"Ć","Č":"Č","Ĉ":"Ĉ","Ċ":"Ċ","Ď":"Ď","Ḋ":"Ḋ","É":"É","È":"È","Ë":"Ë","Ẽ":"Ẽ","Ē":"Ē","Ḗ":"Ḗ","Ḕ":"Ḕ","Ĕ":"Ĕ","Ě":"Ě","Ê":"Ê","Ế":"Ế","Ề":"Ề","Ễ":"Ễ","Ė":"Ė","Ḟ":"Ḟ","Ǵ":"Ǵ","Ḡ":"Ḡ","Ğ":"Ğ","Ǧ":"Ǧ","Ĝ":"Ĝ","Ġ":"Ġ","Ḧ":"Ḧ","Ȟ":"Ȟ","Ĥ":"Ĥ","Ḣ":"Ḣ","Í":"Í","Ì":"Ì","Ï":"Ï","Ḯ":"Ḯ","Ĩ":"Ĩ","Ī":"Ī","Ĭ":"Ĭ","Ǐ":"Ǐ","Î":"Î","İ":"İ","Ĵ":"Ĵ","Ḱ":"Ḱ","Ǩ":"Ǩ","Ĺ":"Ĺ","Ľ":"Ľ","Ḿ":"Ḿ","Ṁ":"Ṁ","Ń":"Ń","Ǹ":"Ǹ","Ñ":"Ñ","Ň":"Ň","Ṅ":"Ṅ","Ó":"Ó","Ò":"Ò","Ö":"Ö","Ȫ":"Ȫ","Õ":"Õ","Ṍ":"Ṍ","Ṏ":"Ṏ","Ȭ":"Ȭ","Ō":"Ō","Ṓ":"Ṓ","Ṑ":"Ṑ","Ŏ":"Ŏ","Ǒ":"Ǒ","Ô":"Ô","Ố":"Ố","Ồ":"Ồ","Ỗ":"Ỗ","Ȯ":"Ȯ","Ȱ":"Ȱ","Ő":"Ő","Ṕ":"Ṕ","Ṗ":"Ṗ","Ŕ":"Ŕ","Ř":"Ř","Ṙ":"Ṙ","Ś":"Ś","Ṥ":"Ṥ","Š":"Š","Ṧ":"Ṧ","Ŝ":"Ŝ","Ṡ":"Ṡ","Ť":"Ť","Ṫ":"Ṫ","Ú":"Ú","Ù":"Ù","Ü":"Ü","Ǘ":"Ǘ","Ǜ":"Ǜ","Ǖ":"Ǖ","Ǚ":"Ǚ","Ũ":"Ũ","Ṹ":"Ṹ","Ū":"Ū","Ṻ":"Ṻ","Ŭ":"Ŭ","Ǔ":"Ǔ","Û":"Û","Ů":"Ů","Ű":"Ű","Ṽ":"Ṽ","Ẃ":"Ẃ","Ẁ":"Ẁ","Ẅ":"Ẅ","Ŵ":"Ŵ","Ẇ":"Ẇ","Ẍ":"Ẍ","Ẋ":"Ẋ","Ý":"Ý","Ỳ":"Ỳ","Ÿ":"Ÿ","Ỹ":"Ỹ","Ȳ":"Ȳ","Ŷ":"Ŷ","Ẏ":"Ẏ","Ź":"Ź","Ž":"Ž","Ẑ":"Ẑ","Ż":"Ż","ά":"ά","ὰ":"ὰ","ᾱ":"ᾱ","ᾰ":"ᾰ","έ":"έ","ὲ":"ὲ","ή":"ή","ὴ":"ὴ","ί":"ί","ὶ":"ὶ","ϊ":"ϊ","ΐ":"ΐ","ῒ":"ῒ","ῑ":"ῑ","ῐ":"ῐ","ό":"ό","ὸ":"ὸ","ύ":"ύ","ὺ":"ὺ","ϋ":"ϋ","ΰ":"ΰ","ῢ":"ῢ","ῡ":"ῡ","ῠ":"ῠ","ώ":"ώ","ὼ":"ὼ","Ύ":"Ύ","Ὺ":"Ὺ","Ϋ":"Ϋ","Ῡ":"Ῡ","Ῠ":"Ῠ","Ώ":"Ώ","Ὼ":"Ὼ"};class fn{constructor(t,e){this.mode=void 0,this.gullet=void 0,this.settings=void 0,this.leftrightDepth=void 0,this.nextToken=void 0,this.mode="math",this.gullet=new un(t,e,this.mode),this.settings=e,this.leftrightDepth=0}expect(t,e){if(void 0===e&&(e=!0),this.fetch().text!==t)throw new l(`Expected '${t}', got '${this.fetch().text}'`,this.fetch());e&&this.consume()}consume(){this.nextToken=null}fetch(){return null==this.nextToken&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken}switchMode(t){this.mode=t,this.gullet.switchMode(t)}parse(){this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set("\\color","\\textcolor");const t=this.parseExpression(!1);return this.expect("EOF"),this.gullet.endGroup(),t}parseExpression(t,e){const r=[];for(;;){"math"===this.mode&&this.consumeSpaces();const n=this.fetch();if(-1!==fn.endOfExpression.indexOf(n.text))break;if(e&&n.text===e)break;if(t&&Kr[n.text]&&Kr[n.text].infix)break;const o=this.parseAtom(e);if(!o)break;r.push(o)}return"text"===this.mode&&this.formLigatures(r),this.handleInfixNodes(r)}handleInfixNodes(t){let e,r=-1;for(let n=0;t.length>n;n++){const o=Et(t[n],"infix");if(o){if(-1!==r)throw new l("only one infix operator per group",o.token);r=n,e=o.replaceWith}}if(-1!==r&&e){let n,o;const a=t.slice(0,r),i=t.slice(r+1);let s;return n=1===a.length&&"ordgroup"===a[0].type?a[0]:{type:"ordgroup",mode:this.mode,body:a},o=1===i.length&&"ordgroup"===i[0].type?i[0]:{type:"ordgroup",mode:this.mode,body:i},s=this.callFunction(e,"\\\\abovefrac"===e?[n,t[r],o]:[n,o],[]),[s]}return t}handleSupSubscript(t){const e=this.fetch(),r=e.text;this.consume();const n=this.parseGroup(t,!1,fn.SUPSUB_GREEDINESS,void 0,void 0,!0);if(!n)throw new l("Expected group after '"+r+"'",e);return n}formatUnsupportedCmd(t){const e=[];for(let r=0;t.length>r;r++)e.push({type:"textord",mode:"text",text:t[r]});return{type:"color",mode:this.mode,color:this.settings.errorColor,body:[{type:"text",mode:this.mode,body:e}]}}parseAtom(t){const e=this.parseGroup("atom",!1,null,t);if("text"===this.mode)return e;let r,n;for(;;){this.consumeSpaces();const t=this.fetch();if("\\limits"===t.text||"\\nolimits"===t.text){let r=Et(e,"op");if(r){r.limits="\\limits"===t.text,r.alwaysHandleSupSub=!0}else{if(r=Et(e,"operatorname"),!r||!r.alwaysHandleSupSub)throw new l("Limit controls must follow a math operator",t);r.limits="\\limits"===t.text}this.consume()}else if("^"===t.text){if(r)throw new l("Double superscript",t);r=this.handleSupSubscript("superscript")}else if("_"===t.text){if(n)throw new l("Double subscript",t);n=this.handleSupSubscript("subscript")}else{if("'"!==t.text)break;{if(r)throw new l("Double superscript",t);const e={type:"textord",mode:this.mode,text:"\\prime"},n=[e];for(this.consume();"'"===this.fetch().text;)n.push(e),this.consume();"^"===this.fetch().text&&n.push(this.handleSupSubscript("superscript")),r={type:"ordgroup",mode:this.mode,body:n}}}}return r||n?{type:"supsub",mode:this.mode,base:e,sup:r,sub:n}:e}parseFunction(t,e,r){const n=this.fetch(),o=n.text,a=Kr[o];if(!a)return null;if(this.consume(),null!=r&&r>=a.greediness)throw new l("Got function '"+o+"' with no arguments"+(e?" as "+e:""),n);if("text"===this.mode&&!a.allowedInText)throw new l("Can't use function '"+o+"' in text mode",n);if("math"===this.mode&&!1===a.allowedInMath)throw new l("Can't use function '"+o+"' in math mode",n);const i=this.parseArguments(o,a);return this.callFunction(o,i.args,i.optArgs,n,t)}callFunction(t,e,r,n,o){const a=Kr[t];if(a&&a.handler)return a.handler({funcName:t,parser:this,token:n,breakOnTokenText:o},e,r);throw new l(`No function handler for ${t}`)}parseArguments(t,e){const r=e.numArgs+e.numOptionalArgs;if(0===r)return{args:[],optArgs:[]};const n=e.greediness,o=[],a=[];for(let i=0;r>i;i++){const r=e.numOptionalArgs>i,s=this.parseGroupOfType(`argument to '${t}'`,e.argTypes&&e.argTypes[i],r,n,i>0&&!r||0===i&&!r&&"math"===this.mode);if(!s){if(r){a.push(null);continue}throw new l(`Expected group after '${t}'`,this.fetch())}(r?a:o).push(s)}return{args:o,optArgs:a}}parseGroupOfType(t,e,r,n,o){switch(e){case"color":return o&&this.consumeSpaces(),this.parseColorGroup(r);case"size":return o&&this.consumeSpaces(),this.parseSizeGroup(r);case"url":return this.parseUrlGroup(r,o);case"math":case"text":return this.parseGroup(t,r,n,void 0,e,o);case"hbox":{const e=this.parseGroup(t,r,n,void 0,"text",o);return e?{type:"styling",mode:e.mode,body:[e],style:"text"}:e}case"raw":{if(o&&this.consumeSpaces(),r&&"{"===this.fetch().text)return null;const t=this.parseStringGroup("raw",r,!0);if(t)return{type:"raw",mode:"text",string:t.text};throw new l("Expected raw group",this.fetch())}case"original":case null:case void 0:return this.parseGroup(t,r,n,void 0,void 0,o);default:throw new l("Unknown group type as "+t,this.fetch())}}consumeSpaces(){for(;" "===this.fetch().text;)this.consume()}parseStringGroup(t,e,r){const n=e?"[":"{",o=e?"]":"}",a=this.fetch();if(a.text!==n){if(e)return null;if(r&&"EOF"!==a.text&&/[^{}[\]]/.test(a.text))return this.consume(),a}const i=this.mode;this.mode="text",this.expect(n);let s="";const h=this.fetch();let m,c=0,u=h;for(;(m=this.fetch()).text!==o||r&&c>0;){switch(m.text){case"EOF":throw new l("Unexpected end of input in "+t,h.range(u,s));case n:c++;break;case o:c--}u=m,s+=u.text,this.consume()}return this.expect(o),this.mode=i,h.range(u,s)}parseRegexGroup(t,e){const r=this.mode;this.mode="text";const n=this.fetch();let o,a=n,i="";for(;"EOF"!==(o=this.fetch()).text&&t.test(i+o.text);)a=o,i+=a.text,this.consume();if(""===i)throw new l("Invalid "+e+": '"+n.text+"'",n);return this.mode=r,n.range(a,i)}parseColorGroup(t){const e=this.parseStringGroup("color",t);if(!e)return null;const r=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(e.text);if(!r)throw new l("Invalid color: '"+e.text+"'",e);let n=r[0];return/^[0-9a-f]{6}$/i.test(n)&&(n="#"+n),{type:"color-token",mode:this.mode,color:n}}parseSizeGroup(t){let e,r=!1;if(e=t||"{"===this.fetch().text?this.parseStringGroup("size",t):this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,"size"),!e)return null;t||0!==e.text.length||(e.text="0pt",r=!0);const n=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(e.text);if(!n)throw new l("Invalid size: '"+e.text+"'",e);const o={number:+(n[1]+n[2]),unit:n[3]};if(!vt(o))throw new l("Invalid unit: '"+o.unit+"'",e);return{type:"size",mode:this.mode,value:o,isBlank:r}}parseUrlGroup(t,e){this.gullet.lexer.setCatcode("%",13);const r=this.parseStringGroup("url",t,!0);if(this.gullet.lexer.setCatcode("%",14),!r)return null;const n=r.text.replace(/\\([#$%&~_^{}])/g,"$1");return{type:"url",mode:this.mode,url:n}}parseGroup(t,e,r,n,o,a){const s=this.mode;o&&this.switchMode(o),a&&this.consumeSpaces();const h=this.fetch(),m=h.text;let c;if(e?"["===m:"{"===m||"\\begingroup"===m){this.consume();const t=fn.endOfGroup[m];this.gullet.beginGroup();const e=this.parseExpression(!1,t),r=this.fetch();this.expect(t),this.gullet.endGroup(),c={type:"ordgroup",mode:this.mode,loc:i.range(h,r),body:e,semisimple:"\\begingroup"===m||void 0}}else if(e)c=null;else if(c=this.parseFunction(n,t,r)||this.parseSymbol(),null==c&&"\\"===m[0]&&!cn.hasOwnProperty(m)){if(this.settings.throwOnError)throw new l("Undefined control sequence: "+m,h);c=this.formatUnsupportedCmd(m),this.consume()}return o&&this.switchMode(s),c}formLigatures(t){let e=t.length-1;for(let r=0;e>r;++r){const n=t[r],o=n.text;"-"===o&&"-"===t[r+1].text&&(e>r+1&&"-"===t[r+2].text?(t.splice(r,3,{type:"textord",mode:"text",loc:i.range(n,t[r+2]),text:"---"}),e-=2):(t.splice(r,2,{type:"textord",mode:"text",loc:i.range(n,t[r+1]),text:"--"}),e-=1)),"'"!==o&&"`"!==o||t[r+1].text!==o||(t.splice(r,2,{type:"textord",mode:"text",loc:i.range(n,t[r+1]),text:o+o}),e-=1)}}parseSymbol(){const t=this.fetch();let e=t.text;if(/^\\verb[^a-zA-Z]/.test(e)){this.consume();let t=e.slice(5);const r="*"===t.charAt(0);if(r&&(t=t.slice(1)),2>t.length||t.charAt(0)!==t.slice(-1))throw new l("\\verb assertion failed --\n please report what input caused this bug");return t=t.slice(1,-1),{type:"verb",mode:"text",body:t,star:r}}dn.hasOwnProperty(e[0])&&!j[this.mode][e[0]]&&(this.settings.strict&&"math"===this.mode&&this.settings.reportNonstrict("unicodeTextInMathMode",`Accented Unicode text character "${e[0]}" used in `+"math mode",t),e=dn[e[0]]+e.substr(1));const r=Qr.exec(e);let n;if(r&&(e=e.substring(0,r.index),"i"===e?e="ı":"j"===e&&(e="ȷ")),j[this.mode][e]){this.settings.strict&&"math"===this.mode&&"ÇÐÞçþ".indexOf(e)>=0&&this.settings.reportNonstrict("unicodeTextInMathMode",`Latin-1/Unicode text character "${e[0]}" used in `+"math mode",t);const r=j[this.mode][e].group,o=i.range(t);let a;if(W.hasOwnProperty(r)){a={type:"atom",mode:this.mode,family:r,loc:o,text:e}}else a={type:r,mode:this.mode,loc:o,text:e};n=a}else{if(128>e.charCodeAt(0))return null;this.settings.strict&&(z(e.charCodeAt(0))?"math"===this.mode&&this.settings.reportNonstrict("unicodeTextInMathMode",`Unicode text character "${e[0]}" used in math mode`,t):this.settings.reportNonstrict("unknownSymbol",`Unrecognized Unicode character "${e[0]}"`+` (${e.charCodeAt(0)})`,t)),n={type:"textord",mode:"text",loc:i.range(t),text:e}}if(this.consume(),r)for(let e=0;r[0].length>e;e++){const o=r[0][e];if(!pn[o])throw new l(`Unknown accent ' ${o}'`,t);const a=pn[o][this.mode];if(!a)throw new l(`Accent ${o} unsupported in ${this.mode} mode`,t);n={type:"accent",mode:this.mode,loc:i.range(t),label:a,isStretchy:!1,isShifty:!0,base:n}}return n}}fn.endOfExpression=["}","\\endgroup","\\end","\\right","&"],fn.endOfGroup={"[":"]","{":"}","\\begingroup":"\\endgroup"},fn.SUPSUB_GREEDINESS=1;const gn=function(t,e){if(!("string"==typeof t||t instanceof String))throw new TypeError("KaTeX can only parse string typed expression");const r=new fn(t,e);delete r.gullet.macros.current["\\df@tag"];let n=r.parse();if(r.gullet.macros.get("\\df@tag")){if(!e.displayMode)throw new l("\\tag works only in display equations");r.gullet.feed("\\df@tag"),n=[{type:"tag",mode:"text",body:n,tag:r.parse()}]}return n};let xn=function(t,e,r){e.textContent="";const n=bn(t,r).toNode();e.appendChild(n)};"undefined"!=typeof document&&"CSS1Compat"!==document.compatMode&&(void 0!==console&&console.warn("Warning: KaTeX doesn't work in quirks mode. Make sure your website has a suitable doctype."),xn=function(){throw new l("KaTeX doesn't work in quirks mode.")});const yn=function(t,e,r){if(r.throwOnError||!(t instanceof l))throw t;const n=It.makeSpan(["katex-error"],[new P(e)]);return n.setAttribute("title",""+t),n.setAttribute("style",`color:${r.errorColor}`),n},bn=function(t,e){const r=new d(e);try{return function(t,e,r){const n=ve(r);let o;if("mathml"===r.output)return be(t,e,n,!0);if("html"===r.output){const e=le(t,n);o=It.makeSpan(["katex"],[e])}else{const r=be(t,e,n,!1),a=le(t,n);o=It.makeSpan(["katex"],[r,a])}return we(o,r)}(gn(t,r),t,r)}catch(e){return yn(e,t,r)}};var vn={version:"0.11.1",render:xn,renderToString:function(t,e){return bn(t,e).toMarkup()},ParseError:l,__parse:function(t,e){const r=new d(e);return gn(t,r)},__renderToDomTree:bn,__renderToHTMLTree:function(t,e){const r=new d(e);try{return function(t,e,r){const n=le(t,ve(r)),o=It.makeSpan(["katex"],[n]);return we(o,r)}(gn(t,r),0,r)}catch(e){return yn(e,t,r)}},__setFontMetrics:function(t,e){V[t]=e},__defineSymbol:Z,__defineMacro:nn,__domTree:{Span:I,Anchor:R,SymbolNode:P,SvgNode:D,PathNode:H,LineNode:$}};const wn=function(t,e,r){let n=r,o=0;const a=t.length;for(;e.length>n;){const r=e[n];if(0>=o&&e.slice(n,n+a)===t)return n;"\\"===r?n++:"{"===r?o++:"}"===r&&o--,n++}return-1},kn=function(t,e,r,n){const o=[];for(let a=0;t.length>a;a++)if("text"===t[a].type){const i=t[a].data;let s,l=!0,h=0;for(s=i.indexOf(e),-1!==s&&(h=s,o.push({type:"text",data:i.slice(0,h)}),l=!1);;){if(l){if(s=i.indexOf(e,h),-1===s)break;o.push({type:"text",data:i.slice(h,s)}),h=s}else{if(s=wn(r,i,h+e.length),-1===s)break;o.push({type:"math",data:i.slice(h+e.length,s),rawData:i.slice(h,s+r.length),display:n}),h=s+r.length}l=!l}o.push({type:"text",data:i.slice(h)})}else o.push(t[a]);return o},Sn=function(t,e){const r=function(t,e){let r=[{type:"text",data:t}];for(let t=0;e.length>t;t++){const n=e[t];r=kn(r,n.left,n.right,n.display||!1)}return r}(t,e.delimiters),n=document.createDocumentFragment();for(let t=0;r.length>t;t++)if("text"===r[t].type)n.appendChild(document.createTextNode(r[t].data));else{const o=document.createElement("span");let a=r[t].data;e.displayMode=r[t].display;try{e.preProcess&&(a=e.preProcess(a)),vn.render(a,o,e)}catch(o){if(!(o instanceof vn.ParseError))throw o;e.errorCallback("KaTeX auto-render: Failed to parse `"+r[t].data+"` with ",o),n.appendChild(document.createTextNode(r[t].rawData));continue}n.appendChild(o)}return n},Tn=function(t,e){if(!t)throw Error("No element provided to render");const r={};for(const t in e)e.hasOwnProperty(t)&&(r[t]=e[t]);r.delimiters=r.delimiters||[{left:"$$",right:"$$",display:!0},{left:"\\(",right:"\\)",display:!1},{left:"\\[",right:"\\]",display:!0}],r.ignoredTags=r.ignoredTags||["script","noscript","style","textarea","pre","code"],r.ignoredClasses=r.ignoredClasses||[],r.errorCallback=r.errorCallback||console.error,r.macros=r.macros||{},function t(e,r){for(let n=0;e.childNodes.length>n;n++){const o=e.childNodes[n];if(3===o.nodeType){const t=Sn(o.textContent,r);n+=t.childNodes.length-1,e.replaceChild(t,o)}else if(1===o.nodeType){const e=" "+o.className+" ";-1===r.ignoredTags.indexOf(o.nodeName.toLowerCase())&&r.ignoredClasses.every(t=>-1===e.indexOf(" "+t+" "))&&t(o,r)}}}(t,r)};
/**!
* @preserve
Based on ASCIIMathTeXImg.js but now part of https://github.com/obedm503/showdown-katex
Based on ASCIIMathML, Version 1.4.7 Aug 30, 2005, (c) Peter Jipsen http://www.chapman.edu/~jipsen
Modified with TeX conversion for IMG rendering Sept 6, 2006 (c) David Lippman http://www.pierce.ctc.edu/dlippman
Updated to match ver 2.2 Mar 3, 2014
Latest at https://github.com/mathjax/asciimathml
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the 'Software'), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
var Mn,zn=0,An=1,Bn=2,Cn=3,qn=4,Nn=5,On=6,In=7,Rn=8,En=9,Ln=10,Pn={input:"'",tag:"mtext",output:"mbox",tex:null,tType:Ln},Dn=[{input:"alpha",tag:"mi",output:"α",tex:null,tType:zn},{input:"beta",tag:"mi",output:"β",tex:null,tType:zn},{input:"chi",tag:"mi",output:"χ",tex:null,tType:zn},{input:"delta",tag:"mi",output:"δ",tex:null,tType:zn},{input:"Delta",tag:"mo",output:"Δ",tex:null,tType:zn},{input:"epsi",tag:"mi",output:"ε",tex:"epsilon",tType:zn},{input:"varepsilon",tag:"mi",output:"ɛ",tex:null,tType:zn},{input:"eta",tag:"mi",output:"η",tex:null,tType:zn},{input:"gamma",tag:"mi",output:"γ",tex:null,tType:zn},{input:"Gamma",tag:"mo",output:"Γ",tex:null,tType:zn},{input:"iota",tag:"mi",output:"ι",tex:null,tType:zn},{input:"kappa",tag:"mi",output:"κ",tex:null,tType:zn},{input:"lambda",tag:"mi",output:"λ",tex:null,tType:zn},{input:"Lambda",tag:"mo",output:"Λ",tex:null,tType:zn},{input:"lamda",tag:"mi",output:"lambda",tex:null,tType:Rn},{input:"Lamda",tag:"mi",output:"Lambda",tex:null,tType:Rn},{input:"mu",tag:"mi",output:"μ",tex:null,tType:zn},{input:"nu",tag:"mi",output:"ν",tex:null,tType:zn},{input:"omega",tag:"mi",output:"ω",tex:null,tType:zn},{input:"Omega",tag:"mo",output:"Ω",tex:null,tType:zn},{input:"phi",tag:"mi",output:"φ",tex:null,tType:zn},{input:"varphi",tag:"mi",output:"ϕ",tex:null,tType:zn},{input:"Phi",tag:"mo",output:"Φ",tex:null,tType:zn},{input:"pi",tag:"mi",output:"π",tex:null,tType:zn},{input:"Pi",tag:"mo",output:"Π",tex:null,tType:zn},{input:"psi",tag:"mi",output:"ψ",tex:null,tType:zn},{input:"Psi",tag:"mi",output:"Ψ",tex:null,tType:zn},{input:"rho",tag:"mi",output:"ρ",tex:null,tType:zn},{input:"sigma",tag:"mi",output:"σ",tex:null,tType:zn},{input:"Sigma",tag:"mo",output:"Σ",tex:null,tType:zn},{input:"tau",tag:"mi",output:"τ",tex:null,tType:zn},{input:"theta",tag:"mi",output:"θ",tex:null,tType:zn},{input:"vartheta",tag:"mi",output:"ϑ",tex:null,tType:zn},{input:"Theta",tag:"mo",output:"Θ",tex:null,tType:zn},{input:"upsilon",tag:"mi",output:"υ",tex:null,tType:zn},{input:"xi",tag:"mi",output:"ξ",tex:null,tType:zn},{input:"Xi",tag:"mo",output:"Ξ",tex:null,tType:zn},{input:"zeta",tag:"mi",output:"ζ",tex:null,tType:zn},{input:"*",tag:"mo",output:"⋅",tex:"cdot",tType:zn},{input:"**",tag:"mo",output:"",tex:"ast",tType:zn},{input:"***",tag:"mo",output:"⋆",tex:"star",tType:zn},{input:"// ",tag:"mo",output:"/",tex:"/",tType:zn,val:!0,noTexCopy:!0},{input:"\\\\",tag:"mo",output:"\\",tex:"backslash",tType:zn},{input:"setminus",tag:"mo",output:"\\",tex:null,tType:zn},{input:"xx",tag:"mo",output:"×",tex:"times",tType:zn},{input:"|><",tag:"mo",output:"⋉",tex:"ltimes",tType:zn},{input:"><|",tag:"mo",output:"⋊",tex:"rtimes",tType:zn},{input:"|><|",tag:"mo",output:"⋈",tex:"bowtie",tType:zn},{input:"-:",tag:"mo",output:"÷",tex:"div",tType:zn},{input:"divide",tag:"mo",output:"-:",tex:null,tType:Rn},{input:"@",tag:"mo",output:"∘",tex:"circ",tType:zn},{input:"o+",tag:"mo",output:"⊕",tex:"oplus",tType:zn},{input:"ox",tag:"mo",output:"⊗",tex:"otimes",tType:zn},{input:"o.",tag:"mo",output:"⊙",tex:"odot",tType:zn},{input:"sum",tag:"mo",output:"∑",tex:null,tType:In},{input:"prod",tag:"mo",output:"∏",tex:null,tType:In},{input:"^^",tag:"mo",output:"∧",tex:"wedge",tType:zn},{input:"^^^",tag:"mo",output:"⋀",tex:"bigwedge",tType:In},{input:"vv",tag:"mo",output:"",tex:"vee",tType:zn},{input:"vvv",tag:"mo",output:"",tex:"bigvee",tType:In},{input:"nn",tag:"mo",output:"∩",tex:"cap",tType:zn},{input:"nnn",tag:"mo",output:"⋂",tex:"bigcap",tType:In},{input:"uu",tag:"mo",output:"",tex:"cup",tType:zn},{input:"uuu",tag:"mo",output:"",tex:"bigcup",tType:In},{input:"overset",tag:"mover",output:"stackrel",tex:null,tType:Bn},{input:"underset",tag:"munder",output:"stackrel",tex:null,tType:Bn},{input:"!=",tag:"mo",output:"≠",tex:"ne",tType:zn},{input:":=",tag:"mo",output:":=",tex:null,tType:zn},{input:"lt",tag:"mo",output:"<",tex:null,tType:zn},{input:"gt",tag:"mo",output:">",tex:null,tType:zn},{input:"<=",tag:"mo",output:"≤",tex:"le",tType:zn},{input:"lt=",tag:"mo",output:"≤",tex:"leq",tType:zn},{input:"gt=",tag:"mo",output:"≥",tex:"geq",tType:zn},{input:">=",tag:"mo",output:"≥",tex:"ge",tType:zn},{input:"-<",tag:"mo",output:"≺",tex:"prec",tType:zn},{input:"-lt",tag:"mo",output:"≺",tex:null,tType:zn},{input:">-",tag:"mo",output:"≻",tex:"succ",tType:zn},{input:"-<=",tag:"mo",output:"⪯",tex:"preceq",tType:zn},{input:">-=",tag:"mo",output:"⪰",tex:"succeq",tType:zn},{input:"in",tag:"mo",output:"∈",tex:null,tType:zn},{input:"!in",tag:"mo",output:"∉",tex:"notin",tType:zn},{input:"sub",tag:"mo",output:"⊂",tex:"subset",tType:zn},{input:"sup",tag:"mo",output:"⊃",tex:"supset",tType:zn},{input:"sube",tag:"mo",output:"⊆",tex:"subseteq",tType:zn},{input:"supe",tag:"mo",output:"⊇",tex:"supseteq",tType:zn},{input:"-=",tag:"mo",output:"≡",tex:"equiv",tType:zn},{input:"~=",tag:"mo",output:"≅",tex:"stackrel{\\sim}{=}",tType:zn},{input:"cong",tag:"mo",output:"~=",tex:null,tType:Rn},{input:"~~",tag:"mo",output:"≈",tex:"approx",tType:zn},{input:"prop",tag:"mo",output:"∝",tex:"propto",tType:zn},{input:"and",tag:"mtext",output:"and",tex:null,tType:On},{input:"or",tag:"mtext",output:"or",tex:null,tType:On},{input:"not",tag:"mo",output:"¬",tex:"neg",tType:zn},{input:"=>",tag:"mo",output:"⇒",tex:"Rightarrow",tType:zn},{input:"implies",tag:"mo",output:"=>",tex:null,tType:Rn},{input:"if",tag:"mo",output:"if",tex:null,tType:On},{input:"<=>",tag:"mo",output:"⇔",tex:"Leftrightarrow",tType:zn},{input:"iff",tag:"mo",output:"<=>",tex:null,tType:Rn},{input:"AA",tag:"mo",output:"∀",tex:"forall",tType:zn},{input:"EE",tag:"mo",output:"∃",tex:"exists",tType:zn},{input:"_|_",tag:"mo",output:"⊥",tex:"bot",tType:zn},{input:"TT",tag:"mo",output:"",tex:"top",tType:zn},{input:"|--",tag:"mo",output:"⊢",tex:"vdash",tType:zn},{input:"|==",tag:"mo",output:"⊨",tex:"models",tType:zn},{input:"(",tag:"mo",output:"(",tex:null,tType:qn,val:!0},{input:")",tag:"mo",output:")",tex:null,tType:Nn,val:!0},{input:"[",tag:"mo",output:"[",tex:null,tType:qn,val:!0},{input:"]",tag:"mo",output:"]",tex:null,tType:Nn,val:!0},{input:"{",tag:"mo",output:"{",tex:"lbrace",tType:qn},{input:"}",tag:"mo",output:"}",tex:"rbrace",tType:Nn},{input:"|",tag:"mo",output:"|",tex:null,tType:En,val:!0},{input:"(:",tag:"mo",output:"〈",tex:"langle",tType:qn},{input:":)",tag:"mo",output:"〉",tex:"rangle",tType:Nn},{input:"<<",tag:"mo",output:"〈",tex:"langle",tType:qn},{input:">>",tag:"mo",output:"〉",tex:"rangle",tType:Nn},{input:"{:",tag:"mo",output:"{:",tex:null,tType:qn,invisible:!0},{input:":}",tag:"mo",output:":}",tex:null,tType:Nn,invisible:!0},{input:"int",tag:"mo",output:"∫",tex:null,tType:zn},{input:"dx",tag:"mi",output:"{:d x:}",tex:null,tType:Rn},{input:"dy",tag:"mi",output:"{:d y:}",tex:null,tType:Rn},{input:"dz",tag:"mi",output:"{:d z:}",tex:null,tType:Rn},{input:"dt",tag:"mi",output:"{:d t:}",tex:null,tType:Rn},{input:"oint",tag:"mo",output:"∮",tex:null,tType:zn},{input:"del",tag:"mo",output:"∂",tex:"partial",tType:zn},{input:"grad",tag:"mo",output:"∇",tex:"nabla",tType:zn},{input:"+-",tag:"mo",output:"±",tex:"pm",tType:zn},{input:"O/",tag:"mo",output:"∅",tex:"emptyset",tType:zn},{input:"oo",tag:"mo",output:"∞",tex:"infty",tType:zn},{input:"aleph",tag:"mo",output:"ℵ",tex:null,tType:zn},{input:"...",tag:"mo",output:"...",tex:"ldots",tType:zn},{input:":.",tag:"mo",output:"∴",tex:"therefore",tType:zn},{input:":'",tag:"mo",output:"∵",tex:"because",tType:zn},{input:"/_",tag:"mo",output:"∠",tex:"angle",tType:zn},{input:"/_\\",tag:"mo",output:"△",tex:"triangle",tType:zn},{input:"\\ ",tag:"mo",output:" ",tex:null,tType:zn,val:!0},{input:"frown",tag:"mo",output:"⌢",tex:null,tType:zn},{input:"%",tag:"mo",output:"%",tex:"%",tType:zn,noTexCopy:!0},{input:"quad",tag:"mo",output:"  ",tex:null,tType:zn},{input:"qquad",tag:"mo",output:"    ",tex:null,tType:zn},{input:"cdots",tag:"mo",output:"⋯",tex:null,tType:zn},{input:"vdots",tag:"mo",output:"⋮",tex:null,tType:zn},{input:"ddots",tag:"mo",output:"⋱",tex:null,tType:zn},{input:"diamond",tag:"mo",output:"⋄",tex:null,tType:zn},{input:"square",tag:"mo",output:"□",tex:"boxempty",tType:zn},{input:"|__",tag:"mo",output:"⌊",tex:"lfloor",tType:zn},{input:"__|",tag:"mo",output:"⌋",tex:"rfloor",tType:zn},{input:"|~",tag:"mo",output:"⌈",tex:"lceil",tType:zn},{input:"lceiling",tag:"mo",output:"|~",tex:null,tType:Rn},{input:"~|",tag:"mo",output:"⌉",tex:"rceil",tType:zn},{input:"rceiling",tag:"mo",output:"~|",tex:null,tType:Rn},{input:"CC",tag:"mo",output:"",tex:"mathbb{C}",tType:zn,noTexCopy:!0},{input:"NN",tag:"mo",output:"",tex:"mathbb{N}",tType:zn,noTexCopy:!0},{input:"QQ",tag:"mo",output:"",tex:"mathbb{Q}",tType:zn,noTexCopy:!0},{input:"RR",tag:"mo",output:"",tex:"mathbb{R}",tType:zn,noTexCopy:!0},{input:"ZZ",tag:"mo",output:"",tex:"mathbb{Z}",tType:zn,noTexCopy:!0},{input:"f",tag:"mi",output:"f",tex:null,tType:An,func:!0,val:!0},{input:"g",tag:"mi",output:"g",tex:null,tType:An,func:!0,val:!0},{input:"''",tag:"mo",output:"''",tex:null,val:!0},{input:"'''",tag:"mo",output:"'''",tex:null,val:!0},{input:"''''",tag:"mo",output:"''''",tex:null,val:!0},{input:"lim",tag:"mo",output:"lim",tex:null,tType:In},{input:"Lim",tag:"mo",output:"Lim",tex:null,tType:In},{input:"sin",tag:"mo",output:"sin",tex:null,tType:An,func:!0},{input:"cos",tag:"mo",output:"cos",tex:null,tType:An,func:!0},{input:"tan",tag:"mo",output:"tan",tex:null,tType:An,func:!0},{input:"arcsin",tag:"mo",output:"arcsin",tex:null,tType:An,func:!0},{input:"arccos",tag:"mo",output:"arccos",tex:null,tType:An,func:!0},{input:"arctan",tag:"mo",output:"arctan",tex:null,tType:An,func:!0},{input:"sinh",tag:"mo",output:"sinh",tex:null,tType:An,func:!0},{input:"cosh",tag:"mo",output:"cosh",tex:null,tType:An,func:!0},{input:"tanh",tag:"mo",output:"tanh",tex:null,tType:An,func:!0},{input:"cot",tag:"mo",output:"cot",tex:null,tType:An,func:!0},{input:"coth",tag:"mo",output:"coth",tex:null,tType:An,func:!0},{input:"sech",tag:"mo",output:"sech",tex:null,tType:An,func:!0},{input:"csch",tag:"mo",output:"csch",tex:null,tType:An,func:!0},{input:"sec",tag:"mo",output:"sec",tex:null,tType:An,func:!0},{input:"csc",tag:"mo",output:"csc",tex:null,tType:An,func:!0},{input:"log",tag:"mo",output:"log",tex:null,tType:An,func:!0},{input:"ln",tag:"mo",output:"ln",tex:null,tType:An,func:!0},{input:"abs",tag:"mo",output:"abs",tex:null,tType:An,noTexCopy:!0,rewriteLeftRight:["|","|"]},{input:"norm",tag:"mo",output:"norm",tex:null,tType:An,noTexCopy:!0,rewriteLeftRight:["\\|","\\|"]},{input:"floor",tag:"mo",output:"floor",tex:null,tType:An,noTexCopy:!0,rewriteLeftRight:["\\lfloor","\\rfloor"]},{input:"ceil",tag:"mo",output:"ceil",tex:null,tType:An,noTexCopy:!0,rewriteLeftRight:["\\lceil","\\rceil"]},{input:"Sin",tag:"mo",output:"sin",tex:null,tType:An,func:!0},{input:"Cos",tag:"mo",output:"cos",tex:null,tType:An,func:!0},{input:"Tan",tag:"mo",output:"tan",tex:null,tType:An,func:!0},{input:"Arcsin",tag:"mo",output:"arcsin",tex:null,tType:An,func:!0},{input:"Arccos",tag:"mo",output:"arccos",tex:null,tType:An,func:!0},{input:"Arctan",tag:"mo",output:"arctan",tex:null,tType:An,func:!0},{input:"Sinh",tag:"mo",output:"sinh",tex:null,tType:An,func:!0},{input:"Sosh",tag:"mo",output:"cosh",tex:null,tType:An,func:!0},{input:"Tanh",tag:"mo",output:"tanh",tex:null,tType:An,func:!0},{input:"Cot",tag:"mo",output:"cot",tex:null,tType:An,func:!0},{input:"Sec",tag:"mo",output:"sec",tex:null,tType:An,func:!0},{input:"Csc",tag:"mo",output:"csc",tex:null,tType:An,func:!0},{input:"Log",tag:"mo",output:"log",tex:null,tType:An,func:!0},{input:"Ln",tag:"mo",output:"ln",tex:null,tType:An,func:!0},{input:"Abs",tag:"mo",output:"abs",tex:null,tType:An,noTexCopy:!0,rewriteLeftRight:["|","|"]},{input:"det",tag:"mo",output:"det",tex:null,tType:An,func:!0},{input:"exp",tag:"mo",output:"exp",tex:null,tType:An,func:!0},{input:"dim",tag:"mo",output:"dim",tex:null,tType:zn},{input:"mod",tag:"mo",output:"mod",tex:"text{mod}",tType:zn,noTexCopy:!0},{input:"gcd",tag:"mo",output:"gcd",tex:null,tType:An,func:!0},{input:"lcm",tag:"mo",output:"lcm",tex:"text{lcm}",tType:An,func:!0,noTexCopy:!0},{input:"lub",tag:"mo",output:"lub",tex:null,tType:zn},{input:"glb",tag:"mo",output:"glb",tex:null,tType:zn},{input:"min",tag:"mo",output:"min",tex:null,tType:In},{input:"max",tag:"mo",output:"max",tex:null,tType:In},{input:"uarr",tag:"mo",output:"↑",tex:"uparrow",tType:zn},{input:"darr",tag:"mo",output:"↓",tex:"downarrow",tType:zn},{input:"rarr",tag:"mo",output:"→",tex:"rightarrow",tType:zn},{input:"->",tag:"mo",output:"→",tex:"to",tType:zn},{input:">->",tag:"mo",output:"↣",tex:"rightarrowtail",tType:zn},{input:"->>",tag:"mo",output:"↠",tex:"twoheadrightarrow",tType:zn},{input:">->>",tag:"mo",output:"⤖",tex:"twoheadrightarrowtail",tType:zn},{input:"|->",tag:"mo",output:"↦",tex:"mapsto",tType:zn},{input:"larr",tag:"mo",output:"←",tex:"leftarrow",tType:zn},{input:"harr",tag:"mo",output:"↔",tex:"leftrightarrow",tType:zn},{input:"rArr",tag:"mo",output:"⇒",tex:"Rightarrow",tType:zn},{input:"lArr",tag:"mo",output:"⇐",tex:"Leftarrow",tType:zn},{input:"hArr",tag:"mo",output:"⇔",tex:"Leftrightarrow",tType:zn},{input:"sqrt",tag:"msqrt",output:"sqrt",tex:null,tType:An},{input:"root",tag:"mroot",output:"root",tex:null,tType:Bn},{input:"frac",tag:"mfrac",output:"/",tex:null,tType:Bn},{input:"/",tag:"mfrac",output:"/",tex:null,tType:Cn},{input:"stackrel",tag:"mover",output:"stackrel",tex:null,tType:Bn},{input:"_",tag:"msub",output:"_",tex:null,tType:Cn},{input:"^",tag:"msup",output:"^",tex:null,tType:Cn},{input:"cancel",tag:"menclose",output:"cancel",tex:null,tType:An},{input:"Sqrt",tag:"msqrt",output:"sqrt",tex:null,tType:An},{input:"hat",tag:"mover",output:"^",tex:null,tType:An,acc:!0},{input:"bar",tag:"mover",output:"¯",tex:"overline",tType:An,acc:!0},{input:"vec",tag:"mover",output:"→",tex:null,tType:An,acc:!0},{input:"tilde",tag:"mover",output:"~",tex:null,tType:An,acc:!0},{input:"dot",tag:"mover",output:".",tex:null,tType:An,acc:!0},{input:"ddot",tag:"mover",output:"..",tex:null,tType:An,acc:!0},{input:"ul",tag:"munder",output:"̲",tex:"underline",tType:An,acc:!0},{input:"ubrace",tag:"munder",output:"⏟",tex:"underbrace",tType:An,acc:!0},{input:"obrace",tag:"mover",output:"⏞",tex:"overbrace",tType:An,acc:!0},{input:"text",tag:"mtext",output:"text",tex:null,tType:Ln},{input:"mbox",tag:"mtext",output:"mbox",tex:null,tType:Ln},Pn,{input:"color",tag:"mstyle",tType:Bn},{input:"bb",tag:"mstyle",atName:"mathvariant",atVal:"bold",output:"bb",tex:"mathbf",tType:An,noTexCopy:!0},{input:"mathbf",tag:"mstyle",atName:"mathvariant",atVal:"bold",output:"mathbf",tex:null,tType:An},{input:"sf",tag:"mstyle",atName:"mathvariant",atVal:"sans-serif",output:"sf",tex:"mathsf",tType:An,noTexCopy:!0},{input:"mathsf",tag:"mstyle",atName:"mathvariant",atVal:"sans-serif",output:"mathsf",tex:null,tType:An},{input:"bbb",tag:"mstyle",atName:"mathvariant",atVal:"double-struck",output:"bbb",tex:"mathbb",tType:An,noTexCopy:!0},{input:"mathbb",tag:"mstyle",atName:"mathvariant",atVal:"double-struck",output:"mathbb",tex:null,tType:An},{input:"cc",tag:"mstyle",atName:"mathvariant",atVal:"script",output:"cc",tex:"mathcal",tType:An,noTexCopy:!0},{input:"mathcal",tag:"mstyle",atName:"mathvariant",atVal:"script",output:"mathcal",tex:null,tType:An},{input:"tt",tag:"mstyle",atName:"mathvariant",atVal:"monospace",output:"tt",tex:"mathtt",tType:An,noTexCopy:!0},{input:"mathtt",tag:"mstyle",atName:"mathvariant",atVal:"monospace",output:"mathtt",tex:null,tType:An},{input:"fr",tag:"mstyle",atName:"mathvariant",atVal:"fraktur",output:"fr",tex:"mathfrak",tType:An,noTexCopy:!0},{input:"mathfrak",tag:"mstyle",atName:"mathvariant",atVal:"fraktur",output:"mathfrak",tex:null,tType:An}],Hn=Dn.filter((function(t){return t.tex&&!0!==t.noTexCopy})).map((function(t){return{input:t.tex,tag:t.tag,output:t.output,tType:t.tType,acc:t.acc||!1}}));function $n(t,e){var r;r="\\"===t.charAt(e)&&"\\"!==t.charAt(e+1)&&" "!==t.charAt(e+1)?t.slice(e+1):t.slice(e);for(var n=0;r.length>n&&32>=r.charCodeAt(n);)n++;return r.slice(n)}function Fn(t,e,r){if(0===r){var n=t.length;for(r=-1;n>r+1;){var o=r+n>>1;e>t[o]?r=o:n=o}return n}for(var a=r;t.length>a&&e>t[a];)a++;return a}function Vn(t){for(var e,r,n,o,a,i=0,s="",l=!0,h=1;t.length>=h&&l;h++)o=t.slice(0,h),i=Fn(Mn,o,i),Mn.length>i&&t.slice(0,Mn[i].length)===Mn[i]&&(n=i,h=(s=Mn[i]).length),l=Mn.length>i&&t.slice(0,Mn[i].length)>=Mn[i];if(e=r,""!==s)return r=Dn[n].tType,Dn[n];r=zn,i=1,o=t.slice(0,1);for(var m=!0;o>="0"&&"9">=o&&t.length>=i;)o=t.slice(i,i+1),i++;if("."===o&&(o=t.slice(i,i+1))>="0"&&"9">=o)for(m=!1,i++;o>="0"&&"9">=o&&t.length>=i;)o=t.slice(i,i+1),i++;return m&&i>1||i>2?(o=t.slice(0,i-1),a="mn"):(i=2,a=("A">(o=t.slice(0,1))||o>"Z")&&("a">o||o>"z")?"mo":"mi"),"-"===o&&e===Cn?(r=Cn,{input:o,tag:a,output:o,tType:An,func:!0,val:!0}):{input:o,tag:a,output:o,tType:zn,val:!0}}function Un(t){if("{"===t.charAt(0)&&"}"===t.charAt(t.length-1)){var e=0,r=t.substr(1,5);"\\left"===r?"("===(r=t.charAt(6))||"["===r||"{"===r?e=7:"\\lbrace"===(r=t.substr(6,7))&&(e=13):"("!==(r=t.charAt(1))&&"["!==r||(e=2),e>0&&("\\right)}"===(r=t.substr(t.length-8))||"\\right]}"===r||"\\right.}"===r?t=(t="{"+t.substr(e)).substr(0,t.length-8)+"}":"\\rbrace}"===r&&(t=(t="{"+t.substr(e)).substr(0,t.length-14)+"}"))}return t}function Gn(t){var e="";return e="boolean"==typeof t.val&&t.val?"":"\\",t.tex?e+t.tex:e+t.input}function Yn(t,e){var r=Vn(t=$n(t,0));if(!r||r.tType===Nn&&e>0)return[null,t];switch(r.tType===Rn&&(r=Vn(t=r.output+$n(t,r.input.length))),r.tType){case In:case zn:t=$n(t,r.input.length);var n=Gn(r);return"\\"===n.charAt(0)||"mo"===r.tag?[n,t]:["{".concat(n,"}"),t];case qn:e++;var o=Wn(t=$n(t,r.input.length),!0,e);e--;var a=0;"\\right"===o[0].substr(0,6)&&(")"===(p=o[0].charAt(6))||"]"===p||"}"===p?a=6:"."===p?a=7:"\\rbrace"===(p=o[0].substr(6,7))&&(a=13));var i="";return a>0?(o[0]=o[0].substr(a),i=r.invisible?"{".concat(o[0],"}"):"{".concat(Gn(r)).concat(o[0],"}")):i=r.invisible?"{\\left.".concat(o[0],"}"):"{\\left".concat(Gn(r)).concat(o[0],"}"),[i,o[1]];case Ln:var s;r!==Pn&&(t=$n(t,r.input.length)),-1===(s="{"===t.charAt(0)?t.indexOf("}"):"("===t.charAt(0)?t.indexOf(")"):"["===t.charAt(0)?t.indexOf("]"):r===Pn?t.slice(1).indexOf("'")+1:0)&&(s=t.length);var l="";return" "===(p=t.slice(1,s)).charAt(0)&&(l="\\ "),l+="\\text{".concat(p,"}")," "===p.charAt(p.length-1)&&(l+="\\ "),[l,t=$n(t,s+1)];case An:var h=Yn(t=$n(t,r.input.length),e);return null===h[0]?["{".concat(Gn(r),"}"),t]:!0===r.func?"^"===(p=t.charAt(0))||"_"===p||"/"===p||"|"===p||","===p||1===r.input.length&&r.input.match(/\w/)&&"("!==p?["{".concat(Gn(r),"}"),t]:["{".concat(Gn(r),"{").concat(h[0],"}}"),h[1]]:(h[0]=Un(h[0]),"sqrt"===r.input?["\\sqrt{".concat(h[0],"}"),h[1]]:"cancel"===r.input?["\\cancel{".concat(h[0],"}"),h[1]]:void 0!==r.rewriteLeftRight?["{\\left".concat(r.rewriteLeftRight[0]).concat(h[0],"\\right").concat(r.rewriteLeftRight[1],"}"),h[1]]:!0===r.acc?["".concat(Gn(r),"{").concat(h[0],"}"),h[1]]:["{".concat(Gn(r),"{").concat(h[0],"}}"),h[1]]);case Bn:var m=Yn(t=$n(t,r.input.length),e);if(null===m[0])return["{".concat(Gn(r),"}"),t];m[0]=Un(m[0]);var c=Yn(m[1],e);if(null===c[0])return["{".concat(Gn(r),"}"),t];c[0]=Un(c[0]);return["color"===r.input?"{\\color{".concat(m[0].replace(/[{}]/g,""),"}").concat(c[0],"}"):"root"===r.input?"{\\sqrt[".concat(m[0],"]{").concat(c[0],"}}"):"{".concat(Gn(r),"{").concat(m[0],"}{").concat(c[0],"}}"),c[1]];case Cn:return t=$n(t,r.input.length),[r.output,t];case On:return t=$n(t,r.input.length),["{\\quad\\text{".concat(r.input,"}\\quad}"),t];case En:e++;var u=Wn(t=$n(t,r.input.length),!1,e);e--;var p="";if("|"===(p=u[0].charAt(u[0].length-1)))return["{\\left|".concat(u[0],"}"),u[1]];return["{\\mid}",t];default:return t=$n(t,r.input.length),["{".concat(Gn(r),"}"),t]}}function _n(t,e){var r,n=Vn(t=$n(t,0)),o=Yn(t,e),a=o[0],i=Vn(t=o[1]);if(i.tType!==Cn||"/"===i.input)return[a,t];if((o=Yn(t=$n(t,i.input.length),e))[0]=null===o[0]?"{}":Un(o[0]),t=o[1],"_"===i.input)if("^"===(r=Vn(t)).input){var s=Yn(t=$n(t,r.input.length),e);s[0]=Un(s[0]),t=s[1],a="{".concat(a),a+="_{".concat(o[0],"}"),a+="^{".concat(s[0],"}"),a+="}"}else a+="_{".concat(o[0],"}");else a="".concat(a,"^{").concat(o[0],"}");return void 0!==n.func&&n.func&&(r=Vn(t)).tType!==Cn&&r.tType!==Nn&&(o=_n(t,e),a="{".concat(a).concat(o[0],"}"),t=o[1]),[a,t]}function Wn(t,e,r){var n,o,a,i,s="",l=!1;do{o=(a=_n(t=$n(t,0),r))[0],(n=Vn(t=a[1])).tType===Cn&&"/"===n.input?((a=_n(t=$n(t,n.input.length),r))[0]=null===a[0]?"{}":Un(a[0]),t=a[1],o=Un(o),o="".concat("\\frac{").concat(o,"}"),s+=o+="{".concat(a[0],"}"),n=Vn(t)):o&&(s+=o)}while((n.tType!==Nn&&(n.tType!==En||e)||0===r)&&n&&n.output);if(n.tType===Nn||n.tType===En){var h=s.length;if(h>2&&"{"===s.charAt(0)&&s.indexOf(",")>0){var m=s.charAt(h-2);if(")"===m||"]"===m){var c=s.charAt(6);if("("===c&&")"===m&&"}"!==n.output||"["===c&&"]"===m){var u="\\matrix{",p=[];p.push(0);var d=!0,f=0,g=[];g[0]=[0];var x=0,y=0;for(i=1;h-1>i;i++)s.charAt(i)===c&&f++,s.charAt(i)===m&&0===--f&&","===s.charAt(i+2)&&"{"===s.charAt(i+3)&&(p.push(i+2),g[x=i+2]=[i+2]),"["!==s.charAt(i)&&"("!==s.charAt(i)&&"{"!==s.charAt(i)||y++,"]"!==s.charAt(i)&&")"!==s.charAt(i)&&"}"!==s.charAt(i)||y--,","===s.charAt(i)&&1===y&&g[x].push(i),0>y&&(x===i+1?i++:d=!1);p.push(h);var b=-1;if(0===f&&p.length>0&&d)for(i=0;p.length-1>i;i++){i>0&&(u+="\\\\");var v=void 0;if(0===i)if(1===g[p[i]].length)v=[s.substr(p[i]+7,p[i+1]-p[i]-15)];else{for(var w=[s.substring(p[i]+7,g[p[i]][1])],k=2;g[p[i]].length>k;k++)w.push(s.substring(g[p[i]][k-1]+1,g[p[i]][k]));w.push(s.substring(g[p[i]][g[p[i]].length-1]+1,p[i+1]-8))}else if(1===g[p[i]].length)v=[s.substr(p[i]+8,p[i+1]-p[i]-16)];else{v=[s.substring(p[i]+8,g[p[i]][1])];for(var S=2;g[p[i]].length>S;S++)v.push(s.substring(g[p[i]][S-1]+1,g[p[i]][S]));v.push(s.substring(g[p[i]][g[p[i]].length-1]+1,p[i+1]-8))}b>0&&v.length!==b?d=!1:-1===b&&(b=v.length),u+=v.join("&")}u+="}",d&&(s=u)}}}t=$n(t,n.input.length),"boolean"==typeof n.invisible&&n.invisible?(s+="\\right.",l=!0):(s+=o="\\right".concat(Gn(n)),l=!0)}return r>0&&!l&&(s+="\\right."),[s,t]}function Xn(t){return(t=t.replace(/(&nbsp;|\u00a0|&#160;)/g,"").replace(/&gt;/g,">").replace(/&lt;/g,"<")).match(/\S/)?Wn(t.replace(/^\s+/g,""),!1,0)[0]:""}function jn(t){var e=t.elements,r=t.config,n=t.isAsciimath;e.length&&e.forEach((function(t){var e=t.textContent,o=n?Xn(e):e,i=a.renderToString(o,r);t.parentNode.outerHTML='<span title="'.concat(e.trim(),'">').concat(i,"</span>")}))}function Zn(t){return t.replace(/[-[\]/{}()*+?.\\$^|]/g,"\\$&")}Dn.push.apply(Dn,r(Hn)),Dn.sort((function(t,e){return t.input>e.input?1:-1})),Mn=Dn.map((function(t){return t.input}));var Kn=function(t){return function(){var n=new DOMParser,o=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return e({displayMode:!0,throwOnError:!1,errorColor:"#ff0000"},t,{delimiters:(t.delimiters||[]).concat([{left:"$$",right:"$$",display:!1}])})}(t),a=o.delimiters.filter((function(t){return t.asciimath})).map((function(t){var e=t.left,r=t.right;return{test:RegExp("".concat(Zn(e),"(.*?)").concat(Zn(r)),"g"),replacer:function(t,n){return"".concat(e).concat(Xn(n)).concat(r)}}}));return[{type:"output",filter:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=n.parseFromString(t,"text/html").body;a.length&&e.querySelectorAll(":not(code):not(pre)").forEach((function(t){r(t.childNodes).filter((function(t){return"#text"===t.nodeName&&t.nodeValue.trim()})).forEach((function(t){var e=a.reduce((function(t,e){return t.replace(e.test,e.replacer)}),t.nodeValue);t.nodeValue=e}))}));var i=e.querySelectorAll("code.latex.language-latex"),s=e.querySelectorAll("code.asciimath.language-asciimath");return jn({elements:i,config:o}),jn({elements:s,config:o,isAsciimath:!0}),Tn(e,o),e.innerHTML}}]}};return t.extension("showdown-katex",Kn()),Kn}));
//# sourceMappingURL=showdown-katex.min.js.map