!function(e,t){“object”==typeof exports&&“object”==typeof module?module.exports=t():“function”==typeof define&&define.amd?define([],t):“object”==typeof exports?exports.katex=t():e.katex=t()}(“undefined”!=typeof self?self:this,(function(){return function(){“use strict”;var e={d:function(t,r){for(var n in r)e.o(r,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:r})},o:function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}},t={};e.d(t,{default:function(){return Yn}});class r{constructor(e,t){this.name=void 0,this.position=void 0,this.length=void 0,this.rawMessage=void 0;let n,o,s=“KaTeX parse error: ”+e;const i=t&&t.loc;if(i&&i.start<=i.end){const e=i.lexer.input;n=i.start,o=i.end,n===e.length?s+=“ at end of input: ”:s+=“ at position ”+(n+1)+“: ”;const t=e.slice(n,o).replace(//g,“$&u0332”);let r,a;r=n>15?“u2026”+e.slice(n-15,n):e.slice(0,n),a=o+15<e.length?e.slice(o,o+15)+“u2026”:e.slice(o),s+=r+t+a}const a=new Error(s);return a.name=“ParseError”,a.__proto__=r.prototype,a.position=n,null!=n&&null!=o&&(a.length=o-n),a.rawMessage=e,a}}r.prototype.__proto__=Error.prototype;var n=r;const o=/()/g,s={“&”:“&amp;”,“>”:“&gt;”,“<”:“&lt;”,‘“’:”&quot;“,”‘“:”&#x27;“},i=//g;const a=function(e){return”ordgroup“===e.type||”color“===e.type?1===e.body.length?a(e.body):e:”font“===e.type?a(e.body):e};var l={contains:function(e,t){return-1!==e.indexOf(t)},deflt:function(e,t){return void 0===e?t:e},escape:function(e){return String(e).replace(i,(e=>s))},hyphenate:function(e){return e.replace(o,”-$1“).toLowerCase()},getBaseElem:a,isCharacterBox:function(e){const t=a(e);return”mathord“===t.type||”textord“===t.type||”atom“===t.type},protocolFromUrl:function(e){const t=/^*([^\/#?]*?)(:|&#0*58|&#x0*3a|&colon)/i.exec(e);return t?”:“!==t?null:/^[a-zA-Z0-9+-.]*$/.test(t)?t.toLowerCase():null:”_relative“}};const h={displayMode:{type:”boolean“,description:”Render math in display mode, which puts the math in display style (so \int and \sum are large, for example), and centers the math on the page on its own line.“,cli:”-d, –display-mode“},output:{type:{enum:},description:”Determines the markup language of the output.“,cli:”-F, –format <type>“},leqno:{type:”boolean“,description:”Render display math in leqno style (left-justified tags).“},fleqn:{type:”boolean“,description:”Render display math flush left.“},throwOnError:{type:”boolean“,default:!0,cli:”-t, –no-throw-on-error“,cliDescription:”Render errors (in the color given by –error-color) instead of throwing a ParseError exception when encountering an error.“},errorColor:{type:”string“,default:”#cc0000“,cli:”-c, –error-color <color>“,cliDescription:”A color string given in the format ’rgb’ or ‘rrggbb’ (no #). This option determines the color of errors rendered by the -t option.“,cliProcessor:e=>”#“+e},macros:{type:”object“,cli:”-m, –macro <def>“,cliDescription:”Define custom macro of the form ‘\foo:expansion’ (use multiple -m arguments for multiple macros).“,cliDefault:[],cliProcessor:(e,t)=>(t.push(e),t)},minRuleThickness:{type:”number“,description:”Specifies a minimum thickness, in ems, for fraction lines, ‘\sqrt` top lines, `{array}` vertical lines, `\hline`, `\hdashline`, `\underline`, `\overline`, and the borders of `\fbox`, `\boxed`, and `\fcolorbox`.“,processor:e=>Math.max(0,e),cli:”–min-rule-thickness <size>“,cliProcessor:parseFloat},colorIsTextColor:{type:”boolean“,description:”Makes \color behave like LaTeX’s 2-argument \textcolor, instead of LaTeX’s one-argument \color mode change.“,cli:”-b, –color-is-text-color“},strict:{type:[{enum:},”boolean“,”function“],description:”Turn on strict / LaTeX faithfulness mode, which throws an error if the input uses features that are not supported by LaTeX.“,cli:”-S, –strict“,cliDefault:!1},trust:{type:,description:”Trust the input, enabling all HTML features such as \url.“,cli:”-T, –trust“},maxSize:{type:”number“,default:1/0,description:”If non-zero, all user-specified sizes, e.g. in \rule{500em}{500em}, will be capped to maxSize ems. Otherwise, elements and spaces can be arbitrarily large“,processor:e=>Math.max(0,e),cli:”-s, –max-size <n>“,cliProcessor:parseInt},maxExpand:{type:”number“,default:1e3,description:”Limit the number of macro expansions to the specified number, to prevent e.g. infinite macro loops. If set to Infinity, the macro expander will try to fully expand as in LaTeX.“,processor:e=>Math.max(0,e),cli:”-e, –max-expand <n>“,cliProcessor:e=>”Infinity“===e?1/0:parseInt(e)},globalGroup:{type:”boolean“,cli:!1}};function c(e){if(e.default)return e.default;const t=e.type,r=Array.isArray(t)?t:t;if(”string“!=typeof r)return r.enum;switch®{case”boolean“:return!1;case”string“:return”“;case”number“:return 0;case”object“:return{}}}class m{constructor(e){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.globalGroup=void 0,e=e||{};for(const t in h)if(h.hasOwnProperty(t)){const r=h;this=void 0!==e?r.processor?r.processor(e):e:c®}}reportNonstrict(e,t,r){let o=this.strict;if(”function“==typeof o&&(o=o(e,t,r)),o&&”ignore“!==o){if(!0===o||”error“===o)throw new n(”LaTeX-incompatible input and strict mode is set to ‘error’: “t” [“e”]“,r);”warn“===o?”undefined“!=typeof console&&console.warn(”LaTeX-incompatible input and strict mode is set to ‘warn’: “t” [“e”]“):”undefined“!=typeof console&&console.warn(”LaTeX-incompatible input and strict mode is set to unrecognized ‘“o”’: “t” [“e”]“)}}useStrictBehavior(e,t,r){let n=this.strict;if(”function“==typeof n)try{n=n(e,t,r)}catch(e){n=”error“}return!(!n||”ignore“===n)&&(!0===n||”error“===n||(”warn“===n?(”undefined“!=typeof console&&console.warn(”LaTeX-incompatible input and strict mode is set to ‘warn’: “t” [“e”]“),!1):(”undefined“!=typeof console&&console.warn(”LaTeX-incompatible input and strict mode is set to unrecognized ‘“n”’: “t” [“e”]“),!1)))}isTrusted(e){if(e.url&&!e.protocol){const t=l.protocolFromUrl(e.url);if(null==t)return!1;e.protocol=t}const t=”function“==typeof this.trust?this.trust(e):this.trust;return Boolean(t)}}class p{constructor(e,t,r){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=e,this.size=t,this.cramped=r}sup(){return u[d]}sub(){return u[g]}fracNum(){return u[f]}fracDen(){return u[b]}cramp(){return u[y]}text(){return u[x]}isTight(){return this.size>=2}}const u=[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)],d=,g=,f=,b=,y=,x=;var w={DISPLAY:u,TEXT:u,SCRIPT:u,SCRIPTSCRIPT:u};const v=[{name:”latin“,blocks:[,[768,879]]},{name:”cyrillic“,blocks:[]},{name:”armenian“,blocks:[]},{name:”brahmic“,blocks:[]},{name:”georgian“,blocks:[]},{name:”cjk“,blocks:[,[19968,40879],]},{name:”hangul“,blocks:[]}];const k=[];function S(e){for(let t=0;t<k.length;t+=2)if(e>=k&&e<=k)return!0;return!1}v.forEach((e=>e.blocks.forEach((e=>k.push(…e)))));const M=80,z={doubleleftarrow:”M262 157nl10-10c34-36 62.7-77 86-123 3.3-8 5-13.3 5-16 0-5.3-6.7-8-20-8-7.3n 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-28n 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.5nc2 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.5n 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-87n-86-123l-10-10h399738v-40H218c328 0 0 0 0 0l-10-8c-26.7-20-65.7-43-117-69 2.7n-2 6-3.7 10-5 36.7-16 72.3-37.3 107-64l10-8h399782v-40znm8 0v40h399730v-40zm0 194v40h399730v-40z“,doublerightarrow:”M399738 392ln-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-.5n 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 88n-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-68n-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-18n-13h-6c-12 .7-18 4-18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123l10 10H0v40h399782nc-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.3n-107 64l-10 8H0v40zM0 157v40h399730v-40zm0 194v40h399730v-40z“,leftarrow:”M400000 241H110l3-3c68.7-52.7 113.7-120n 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.8n-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 247nc-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 208n 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.3n 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-202n l-3-3h399890zM100 241v40h399900v-40z“,leftbrace:”M6 548l-6-6v-35l6-11c56-104 135.3-181.3 238-232 57.3-28.7 117n-45 179-50h399577v120H403c-43.3 7-81 15-113 26-100.7 33-179.7 91-237 174-2.7n 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 13n 35.313 51.3 80.813 93.8 136.5 127.5 55.688 33.7 117.188 55.8 184.5 66.5.688n 0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7n-331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z“,leftgroup:”M400000 80nH435C64 80 168.3 229.4 21 260c-5.9 1.2-18 0-18 0-2 0-3-1-3-3v-38C76 61 257 0n 435 0h399565z“,leftgroupunder:”M400000 262nH435C64 262 168.3 112.6 21 82c-5.9-1.2-18 0-18 0-2 0-3 1-3 3v38c76 158 257 219n 435 219h399565z“,leftharpoon:”M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3n-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 5n-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.7n-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.5n 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.3n-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.7n-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40zM0 435v40h400000v-40znm0 0v40h400000v-40z“,leftharpoondown:”M7 241c-4 4-6.333 8.667-7 14 0 5.333.667 9 2 11s5.333n 5.333 12 10c90.667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 .667 5n 1 9 1h5c10.667 0 16.667-2 18-6 2-2.667 1-9.667-3-21-32-87.333-82.667-157.667n-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 12n 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.7n-2 18-6 2-2.7 1-9.7-3-21-32-87.3-82.7-157.7-152-211l-3-3h399907v-40H7zm93 0nv40h399900v-40zM0 241v40h399900v-40zm0 0v40h399900v-40z“,lefthook:”M400000 281 H103s-33-11.2-61-33.5S0 197.3 0 164s14.2-61.2 42.5n-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.3n-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 21n 71.5 23h399859zM103 281v-40h399897v40z“,leftlinesegment:”M40 281 V428 H0 V94 H40 V241 H400000 v40znM40 281 V428 H0 V94 H40 V241 H400000 v40z“,leftmapsto:”M40 281 V448H0V74H40V241H400000v40znM40 281 V448H0V74H40V241H400000v40z“,leftToFrom:”M0 147h400000v40H0zm0 214c68 40 115.7 95.7 143 167h22c15.3 0 23n-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69-70-101l-7-8h399905v-40H95l7-8nc28.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.3n 68 321 0 361zm0-174v-40h399900v40zm100 154v40h399900v-40z“,longequal:”M0 50 h400000 v40H0z m0 194h40000v40H0znM0 50 h400000 v40H0z m0 194h40000v40H0z“,midbrace:”M200428 334nc-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 14n-53.3 86.7-123.7 153-211 199-66.7 36-137.3 56.3-212 62H0V214h199568c178.3-11.7n 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 11n 12 44.7 59.3 101.3 106.3 170 141s145.3 54.3 229 60h199572v120z“,midbraceunder:”M199572 214nc100.7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153l9 14c2.7-4 5.7-8.7 9-14n 53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3n 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 0n-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.6n-320.3 177.6S193.1 320.6 193.1 249.8c0-71.4 46.9-178.2 319.5-178.2znm368.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.8n60.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.8n-451.1 228.8-386.3 0-452.7-137.5-452.7-228.8 0-92.4 66.4-230 452.7-230znm502.4 230c0-111.2-82.4-277.2-502.4-277.2s-504 166-504 277.2nc0 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.6n-480.5 177.6S202.1 320.6 202.1 249.8c0-71.4 70.5-178.2 479.3-178.2znm525.8 178.2c0-86.4-86.8-215.4-525.7-215.4-437.9 0-524.7 129-524.7 215.4 0n85.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.8n-707.8 275.8-606 0-710.2-165.8-710.2-275.8C311 218.8 415.2 53 1021.2 53znm770.4 277.1c0-131.2-126.4-327.6-770.5-327.6S248.4 198.9 248.4 330.1nc0 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 128n-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 20n 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.7n 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-85n-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.5n-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 67n 151.7 139 205zm0 0v40h399900v-40z“,rightbrace:”M400000 542ln-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.5ns-117.2-55.8-184.5-66.5c-.7 0-2-.3-4-1-18.7-2.7-76-4.3-172-5H0V214h399571l6 1nc124.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.3n 28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237n-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 0n 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 18n 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.3n-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-2n-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 58n 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-11n-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.7n 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.5znm0 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.8n 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.5n-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 95n-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-.8n 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.3n 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.3n-64.7 57-92 95-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 435v40h399900v-40znm0-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.3n 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 0n-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 21n 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-40znM399960 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-23n 1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101l7 8H0v40h399905l-7 8c-28.7 32n-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 142n-167z M100 147v40h399900v-40zM0 341v40h399900v-40z“,twoheadleftarrow:”M0 167c68 40n 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-69n-70-101l-7-8h125l9 7c50.7 39.3 85 86 103 140h46c0-4.7-6.3-18.7-19-42-18-35.3n-40-67.3-66-96l-9-9h399716v-40H284l9-9c26-28.7 48-60.7 66-96 12.7-23.333 19n-37.333 19-42h-46c-18 54-52.3 100.7-103 140l-9 7H95l7-8c28.7-32 52-65.7 70-101n 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 167nc-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.3n 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 42n 18 35.3 40 67.3 66 96l9 9H0v40h399716l-9 9c-26 28.7-48 60.7-66 96-12.7 23.333n-19 37.333-19 42h46c18-54 52.3-100.7 103-140l9-7h125l-7 8c-28.7 32-52 65.7-70n 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-7n-2.175-9-5.437L2 97c-1-2-2-4-2-6 0-4 2-7 5-9l20-12C116 12 171 0 207 0c86 0n 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 0n 4.35-2 7.613-5 9.788l-19 13.05c-92 63.077-116.937 75.308-183 76.128n-68.267.847-113-73.952-191-73.952z“,tilde2:”M344 55.266c-142 0-300.638 81.316-311.5 86.418n-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.9n 31.9 283 0 358 0c148 0 188 122 331 122s314-97 326-97c4 0 8 2 10 7l7 21.114nc1 2.14 1 3.21 1 4.28 0 5.347-3 9.626-7 10.696l-22.3 12.622C852.6 158.372 751n 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.457n-11-10.37L.15 138c-1-7 3-12 10-13l19.2-6.4C378.4 40.7 634.3 0 804.3 0c337 0n 411.8 157 746.8 157 328 0 754-112 773-112 5 0 10 3 11 9l1 14.075c1 8.066-.697n 16.595-6.697 17.492l-21.052 7.31c-367.9 98.146-609.15 122.696-778.15 122.696n -338 0-409-156.573-744-156.573z“,tilde4:”M786 58C457 58 32 177.487 13 177.487c-6 0-10-3.345n-11-10.035L.15 143c-1-7 3-12 10-13l22-6.7C381.2 35 637.15 0 807.15 0c337 0 409n 177 744 177 328 0 754-127 773-127 5 0 10 3 11 9l1 14.794c1 7.805-3 13.38-9n 14.495l-20.7 5.574c-366.85 99.79-607.3 139.372-776.3 139.372-338 0-409n -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 5n3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11n10.667 11 18 0 6-1 10-3 12s-6.667 5-14 9c-28.667 14.667-53.667 35.667-75 63n-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 1n-7 1c-4.667 0-9.167-1.833-13.5-5.5S337 184 337 178c0-12.667 15.667-32.333 47-59nH213l-171-1c-8.667-6-13-12.333-13-19 0-4.667 4.333-11.333 13-20h359nc-16-25.333-24-45-24-59z“,widehat1:”M529 0h5l519 115c5 1 9 5 9 10 0 1-1 2-1 3l-4 22nc-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 10n-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 10n-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 10n-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 -202nc4 -14.7 6 -23 6 -25c0 -7.3 -7 -11 -21 -11c-8 0 -13.2 0.8 -15.5 2.5nc-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 130ns-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 47n121.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 6ns2.2 4.5 3.5 5.5c1.3 1 3.3 1.8 6 2.5s6 1 10 1c14 0 21 -3.7 21 -11nc0 -2 -2 -10.3 -6 -25c-20 -79.3 -65 -146.7 -135 -202l-3 -3h399890znM100 620v40h399900v-40z M0 241v40h399900v-40zM0 241v40h399900v-40z“,rightarrowabovebar:”M0 241v40h399891c-47.3 35.3-84 78-110 128-16.7 32n-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 0n13.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 39n-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.5n-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.5n-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 67n151.7 139 205zm96 379h399894v40H0zm0 0h399904v40H0z“,baraboveshortleftharpoon:”M507,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17nc2,0.7,5,1,9,1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21nc-32,-87.3,-82.7,-157.7,-152,-211c0,0,-3,-3,-3,-3l399351,0l0,-40nc-398570,0,-399437,0,-399437,0z M593 435 v40 H399500 v-40znM0 281 v-40 H399908 v40z M0 281 v-40 H399908 v40z“,rightharpoonaboveshortbar:”M0,241 l0,40c399126,0,399993,0,399993,0nc4.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,6nc-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.5znM0 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,11nc1.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,0znM93 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,0nc4.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,6nc-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.5znM500 241 v40 H399408 v-40z M500 435 v40 H400000 v-40z“};class A{constructor(e){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=e,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}hasClass(e){return l.contains(this.classes,e)}toNode(){const e=document.createDocumentFragment();for(let t=0;t<this.children.length;t++)e.appendChild(this.children.toNode());return e}toMarkup(){let e=”“;for(let t=0;t<this.children.length;t++)e+=this.children.toMarkup();return e}toText(){return this.children.map((e=>e.toText())).join(”“)}}var T={”AMS-Regular“:{32:,65:,66:,67:,68:,69:,70:,71:,72:,73:,74:,75:,76:,77:,78:,79:,80:,81:,82:,83:,84:,85:,86:,87:,88:,89:,90:,107:,160:,165:,174:,240:,295:,710:,732:,770:,771:,989:,1008:,8245:,8463:,8487:,8498:,8502:,8503:,8504:,8513:,8592:,8594:,8602:,8603:,8606:,8608:,8610:,8611:,8619:,8620:,8621:,8622:,8624:,8625:,8630:,8631:,8634:,8635:,8638:,8639:,8642:,8643:,8644:,8646:,8647:,8648:,8649:,8650:,8651:,8652:,8653:,8654:,8655:,8666:,8667:,8669:,8672:,8674:,8705:,8708:,8709:,8717:,8722:,8724:,8726:,8733:,8736:,8737:,8738:,8739:,8740:,8741:,8742:,8756:,8757:,8764:,8765:,8769:,8770:,8774:,8776:,8778:,8782:,8783:,8785:,8786:,8787:,8790:,8791:,8796:,8806:,8807:,8808:,8809:,8812:,8814:,8815:,8816:,8817:,8818:,8819:,8822:,8823:,8828:,8829:,8830:,8831:,8832:,8833:,8840:,8841:,8842:,8843:,8847:,8848:,8858:,8859:,8861:,8862:,8863:,8864:,8865:,8872:,8873:,8874:,8876:,8877:,8878:,8879:,8882:,8883:,8884:,8885:,8888:,8890:,8891:,8892:,8901:,8903:,8905:,8906:,8907:,8908:,8909:,8910:,8911:,8912:,8913:,8914:,8915:,8916:,8918:,8919:,8920:,8921:,8922:,8923:,8926:,8927:,8928:,8929:,8934:,8935:,8936:,8937:,8938:,8939:,8940:,8941:,8994:,8995:,9416:,9484:,9488:,9492:,9496:,9585:,9586:,9632:,9633:,9650:,9651:,9654:,9660:,9661:,9664:,9674:,9733:,10003:,10016:,10731:,10846:,10877:,10878:,10885:,10886:,10887:,10888:,10889:,10890:,10891:,10892:,10901:,10902:,10933:,10934:,10935:,10936:,10937:,10938:,10949:,10950:,10955:,10956:,57350:,57351:,57352:,57353:,57356:,57357:,57358:,57359:,57360:,57361:,57366:,57367:,57368:,57369:,57370:,57371:},”Caligraphic-Regular“:{32:,65:,66:,67:,68:,69:,70:,71:,72:,73:,74:,75:,76:,77:,78:,79:,80:,81:,82:,83:,84:,85:,86:,87:,88:,89:,90:,160:},”Fraktur-Regular“:{32:,33:,34:,38:,39:,40:,41:,42:,43:,44:,45:,46:,47:,48:,49:,50:,51:,52:,53:,54:,55:,56:,57:,58:,59:,61:,63:,65:,66:,67:,68:,69:,70:,71:,72:,73:,74:,75:,76:,77:,78:,79:,80:,81:,82:,83:,84:,85:,86:,87:,88:,89:,90:,91:,93:,94:,97:,98:,99:,100:,101:,102:,103:,104:,105:,106:,107:,108:,109:,110:,111:,112:,113:,114:,115:,116:,117:,118:,119:,120:,121:,122:,160:,8216:,8217:,58112:,58113:,58114:,58115:,58116:,58117:,58118:,58119:},”Main-Bold“:{32:,33:,34:,35:,36:,37:,38:,39:,40:,41:,42:,43:,44:,45:,46:,47:,48:,49:,50:,51:,52:,53:,54:,55:,56:,57:,58:,59:,60:,61:,62:,63:,64:,65:,66:,67:,68:,69:,70:,71:,72:,73:,74:,75:,76:,77:,78:,79:,80:,81:,82:,83:,84:,85:,86:,87:,88:,89:,90:,91:,92:,93:,94:,95:,97:,98:,99:,100:,101:,102:,103:,104:,105:,106:,107:,108:,109:,110:,111:,112:,113:,114:,115:,116:,117:,118:,119:,120:,121:,122:,123:,124:,125:,126:,160:,163:,168:,172:,176:,177:,184:,198:,215:,216:,223:,230:,247:,248:,305:,338:,339:,567:,710:,711:,713:,714:,715:,728:,729:,730:,732:,733:,915:,916:,920:,923:,926:,928:,931:,933:,934:,936:,937:,8211:,8212:,8216:,8217:,8220:,8221:,8224:,8225:,8242:,8407:,8463:,8465:,8467:,8472:,8476:,8501:,8592:,8593:,8594:,8595:,8596:,8597:,8598:,8599:,8600:,8601:,8636:,8637:,8640:,8641:,8656:,8657:,8658:,8659:,8660:,8661:,8704:,8706:,8707:,8709:,8711:,8712:,8715:,8722:,8723:,8725:,8726:,8727:,8728:,8729:,8730:,8733:,8734:,8736:,8739:,8741:,8743:,8744:,8745:,8746:,8747:,8764:,8768:,8771:,8773:,8776:,8781:,8801:,8804:,8805:,8810:,8811:,8826:,8827:,8834:,8835:,8838:,8839:,8846:,8849:,8850:,8851:,8852:,8853:,8854:,8855:,8856:,8857:,8866:,8867:,8868:,8869:,8900:,8901:,8902:,8968:,8969:,8970:,8971:,8994:,8995:,9651:,9657:,9661:,9667:,9711:,9824:,9825:,9826:,9827:,9837:,9838:,9839:,10216:,10217:,10815:,10927:,10928:,57376:},”Main-BoldItalic“:{32:,33:,34:,35:,37:,38:,39:,40:,41:,42:,43:,44:,45:,46:,47:,48:,49:,50:,51:,52:,53:,54:,55:,56:,57:,58:,59:,61:,63:,64:,65:,66:,67:,68:,69:,70:,71:,72:,73:,74:,75:,76:,77:,78:,79:,80:,81:,82:,83:,84:,85:,86:,87:,88:,89:,90:,91:,93:,94:,95:,97:,98:,99:,100:,101:,102:,103:,104:,105:,106:,107:,108:,109:,110:,111:,112:,113:,114:,115:,116:,117:,118:,119:,120:,121:,122:,126:,160:,168:,176:,184:,198:,216:,223:,230:,248:,305:,338:,339:,567:,710:,711:,713:,714:,715:,728:,729:,730:,732:,733:,915:,916:,920:,923:,926:,928:,931:,933:,934:,936:,937:,8211:,8212:,8216:,8217:,8220:,8221:},”Main-Italic“:{32:,33:,34:,35:,37:,38:,39:,40:,41:,42:,43:,44:,45:,46:,47:,48:,49:,50:,51:,52:,53:,54:,55:,56:,57:,58:,59:,61:,63:,64:,65:,66:,67:,68:,69:,70:,71:,72:,73:,74:,75:,76:,77:,78:,79:,80:,81:,82:,83:,84:,85:,86:,87:,88:,89:,90:,91:,93:,94:,95:,97:,98:,99:,100:,101:,102:,103:,104:,105:,106:,107:,108:,109:,110:,111:,112:,113:,114:,115:,116:,117:,118:,119:,120:,121:,122:,126:,160:,168:,176:,184:,198:,216:,223:,230:,248:,338:,339:,710:,711:,713:,714:,715:,728:,729:,730:,732:,733:,915:,916:,920:,923:,926:,928:,931:,933:,934:,936:,937:,8211:,8212:,8216:,8217:,8220:,8221:,8463:},”Main-Regular“:{32:,33:,34:,35:,36:,37:,38:,39:,40:,41:,42:,43:,44:,45:,46:,47:,48:,49:,50:,51:,52:,53:,54:,55:,56:,57:,58:,59:,60:,61:,62:,63:,64:,65:,66:,67:,68:,69:,70:,71:,72:,73:,74:,75:,76:,77:,78:,79:,80:,81:,82:,83:,84:,85:,86:,87:,88:,89:,90:,91:,92:,93:,94:,95:,97:,98:,99:,100:,101:,102:,103:,104:,105:,106:,107:,108:,109:,110:,111:,112:,113:,114:,115:,116:,117:,118:,119:,120:,121:,122:,123:,124:,125:,126:,160:,163:,167:,168:,172:,176:,177:,182:,184:,198:,215:,216:,223:,230:,247:,248:,305:,338:,339:,567:,710:,711:,713:,714:,715:,728:,729:,730:,732:,733:,915:,916:,920:,923:,926:,928:,931:,933:,934:,936:,937:,8211:,8212:,8216:,8217:,8220:,8221:,8224:,8225:,8230:,8242:,8407:,8463:,8465:,8467:,8472:,8476:,8501:,8592:,8593:,8594:,8595:,8596:,8597:,8598:,8599:,8600:,8601:,8614:,8617:,8618:,8636:,8637:,8640:,8641:,8652:,8656:,8657:,8658:,8659:,8660:,8661:,8704:,8706:,8707:,8709:,8711:,8712:,8715:,8722:,8723:,8725:,8726:,8727:,8728:,8729:,8730:,8733:,8734:,8736:,8739:,8741:,8743:,8744:,8745:,8746:,8747:,8764:,8768:,8771:,8773:,8776:,8781:,8784:,8801:,8804:,8805:,8810:,8811:,8826:,8827:,8834:,8835:,8838:,8839:,8846:,8849:,8850:,8851:,8852:,8853:,8854:,8855:,8856:,8857:,8866:,8867:,8868:,8869:,8872:,8900:,8901:,8902:,8904:,8942:,8943:,8945:,8968:,8969:,8970:,8971:,8994:,8995:,9136:,9137:,9651:,9657:,9661:,9667:,9711:,9824:,9825:,9826:,9827:,9837:,9838:,9839:,10216:,10217:,10222:,10223:,10229:,10230:,10231:,10232:,10233:,10234:,10236:,10815:,10927:,10928:,57376:},”Math-BoldItalic“:{32:,48:,49:,50:,51:,52:,53:,54:,55:,56:,57:,65:,66:,67:,68:,69:,70:,71:,72:,73:,74:,75:,76:,77:,78:,79:,80:,81:,82:,83:,84:,85:,86:,87:,88:,89:,90:,97:,98:,99:,100:,101:,102:,103:,104:,105:,106:,107:,108:,109:,110:,111:,112:,113:,114:,115:,116:,117:,118:,119:,120:,121:,122:,160:,915:,916:,920:,923:,926:,928:,931:,933:,934:,936:,937:,945:,946:,947:,948:,949:,950:,951:,952:,953:,954:,955:,956:,957:,958:,959:,960:,961:,962:,963:,964:,965:,966:,967:,968:,969:,977:,981:,982:,1009:,1013:,57649:,57911:},”Math-Italic“:{32:,48:,49:,50:,51:,52:,53:,54:,55:,56:,57:,65:,66:,67:,68:,69:,70:,71:,72:,73:,74:,75:,76:,77:,78:,79:,80:,81:,82:,83:,84:,85:,86:,87:,88:,89:,90:,97:,98:,99:,100:,101:,102:,103:,104:,105:,106:,107:,108:,109:,110:,111:,112:,113:,114:,115:,116:,117:,118:,119:,120:,121:,122:,160:,915:,916:,920:,923:,926:,928:,931:,933:,934:,936:,937:,945:,946:,947:,948:,949:,950:,951:,952:,953:,954:,955:,956:,957:,958:,959:,960:,961:,962:,963:,964:,965:,966:,967:,968:,969:,977:,981:,982:,1009:,1013:,57649:,57911:},”SansSerif-Bold“:{32:,33:,34:,35:,36:,37:,38:,39:,40:,41:,42:,43:,44:,45:,46:,47:,48:,49:,50:,51:,52:,53:,54:,55:,56:,57:,58:,59:,61:,63:,64:,65:,66:,67:,68:,69:,70:,71:,72:,73:,74:,75:,76:,77:,78:,79:,80:,81:,82:,83:,84:,85:,86:,87:,88:,89:,90:,91:,93:,94:,95:,97:,98:,99:,100:,101:,102:,103:,104:,105:,106:,107:,108:,109:,110:,111:,112:,113:,114:,115:,116:,117:,118:,119:,120:,121:,122:,126:,160:,168:,176:,180:,184:,305:,567:,710:,711:,713:,728:,729:,730:,732:,733:,915:,916:,920:,923:,926:,928:,931:,933:,934:,936:,937:,8211:,8212:,8216:,8217:,8220:,8221:},”SansSerif-Italic“:{32:,33:,34:,35:,36:,37:,38:,39:,40:,41:,42:,43:,44:,45:,46:,47:,48:,49:,50:,51:,52:,53:,54:,55:,56:,57:,58:,59:,61:,63:,64:,65:,66:,67:,68:,69:,70:,71:,72:,73:,74:,75:,76:,77:,78:,79:,80:,81:,82:,83:,84:,85:,86:,87:,88:,89:,90:,91:,93:,94:,95:,97:,98:,99:,100:,101:,102:,103:,104:,105:,106:,107:,108:,109:,110:,111:,112:,113:,114:,115:,116:,117:,118:,119:,120:,121:,122:,126:,160:,168:,176:,184:,305:,567:,710:,711:,713:,714:,715:,728:,729:,730:,732:,733:,915:,916:,920:,923:,926:,928:,931:,933:,934:,936:,937:,8211:,8212:,8216:,8217:,8220:,8221:},”SansSerif-Regular“:{32:,33:,34:,35:,36:,37:,38:,39:,40:,41:,42:,43:,44:,45:,46:,47:,48:,49:,50:,51:,52:,53:,54:,55:,56:,57:,58:,59:,61:,63:,64:,65:,66:,67:,68:,69:,70:,71:,72:,73:,74:,75:,76:,77:,78:,79:,80:,81:,82:,83:,84:,85:,86:,87:,88:,89:,90:,91:,93:,94:,95:,97:,98:,99:,100:,101:,102:,103:,104:,105:,106:,107:,108:,109:,110:,111:,112:,113:,114:,115:,116:,117:,118:,119:,120:,121:,122:,126:,160:,168:,176:,184:,305:,567:,710:,711:,713:,714:,715:,728:,729:,730:,732:,733:,915:,916:,920:,923:,926:,928:,931:,933:,934:,936:,937:,8211:,8212:,8216:,8217:,8220:,8221:},”Script-Regular“:{32:,65:,66:,67:,68:,69:,70:,71:,72:,73:,74:,75:,76:,77:,78:,79:,80:,81:,82:,83:,84:,85:,86:,87:,88:,89:,90:,160:},”Size1-Regular“:{32:,40:,41:,47:,91:,92:,93:,123:,125:,160:,710:,732:,770:,771:,8214:,8593:,8595:,8657:,8659:,8719:,8720:,8721:,8730:,8739:,8741:,8747:,8748:,8749:,8750:,8896:,8897:,8898:,8899:,8968:,8969:,8970:,8971:,9168:,10216:,10217:,10752:,10753:,10754:,10756:,10758:},”Size2-Regular“:{32:,40:,41:,47:,91:,92:,93:,123:,125:,160:,710:,732:,770:,771:,8719:,8720:,8721:,8730:,8747:,8748:,8749:,8750:,8896:,8897:,8898:,8899:,8968:,8969:,8970:,8971:,10216:,10217:,10752:,10753:,10754:,10756:,10758:},”Size3-Regular“:{32:,40:,41:,47:,91:,92:,93:,123:,125:,160:,710:,732:,770:,771:,8730:,8968:,8969:,8970:,8971:,10216:,10217:},”Size4-Regular“:{32:,40:,41:,47:,91:,92:,93:,123:,125:,160:,710:,732:,770:,771:,8730:,8968:,8969:,8970:,8971:,9115:,9116:,9117:,9118:,9119:,9120:,9121:,9122:,9123:,9124:,9125:,9126:,9127:,9128:,9129:,9130:,9131:,9132:,9133:,9143:,10216:,10217:,57344:,57345:,57680:,57681:,57682:,57683:},”Typewriter-Regular“:{32:,33:,34:,35:,36:,37:,38:,39:,40:,41:,42:,43:,44:,45:,46:,47:,48:,49:,50:,51:,52:,53:,54:,55:,56:,57:,58:,59:,60:,61:,62:,63:,64:,65:,66:,67:,68:,69:,70:,71:,72:,73:,74:,75:,76:,77:,78:,79:,80:,81:,82:,83:,84:,85:,86:,87:,88:,89:,90:,91:,92:,93:,94:,95:,96:,97:,98:,99:,100:,101:,102:,103:,104:,105:,106:,107:,108:,109:,110:,111:,112:,113:,114:,115:,116:,117:,118:,119:,120:,121:,122:,123:,124:,125:,126:,127:,160:,176:,184:,305:,567:,711:,713:,714:,715:,728:,730:,770:,771:,776:,915:,916:,920:,923:,926:,928:,931:,933:,934:,936:,937:,8216:,8217:,8242:,9251:}};const B={slant:,space:,stretch:,shrink:,xHeight:,quad:,extraSpace:,num1:,num2:,num3:,denom1:,denom2:,sup1:,sup2:,sup3:,sub1:,sub2:,supDrop:,subDrop:,delim1:,delim2:,axisHeight:,defaultRuleThickness:,bigOpSpacing1:,bigOpSpacing2:,bigOpSpacing3:,bigOpSpacing4:,bigOpSpacing5:,sqrtRuleThickness:,ptPerEm:,doubleRuleSep:,arrayRuleWidth:,fboxsep:,fboxrule:},C={”xc5“:”A“,”xd0“:”D“,”xde“:”o“,”xe5“:”a“,”xf0“:”d“,”xfe“:”o“,”u0410“:”A“,”u0411“:”B“,”u0412“:”B“,”u0413“:”F“,”u0414“:”A“,”u0415“:”E“,”u0416“:”K“,”u0417“:”3“,”u0418“:”N“,”u0419“:”N“,”u041a“:”K“,”u041b“:”N“,”u041c“:”M“,”u041d“:”H“,”u041e“:”O“,”u041f“:”N“,”u0420“:”P“,”u0421“:”C“,”u0422“:”T“,”u0423“:”y“,”u0424“:”O“,”u0425“:”X“,”u0426“:”U“,”u0427“:”h“,”u0428“:”W“,”u0429“:”W“,”u042a“:”B“,”u042b“:”X“,”u042c“:”B“,”u042d“:”3“,”u042e“:”X“,”u042f“:”R“,”u0430“:”a“,”u0431“:”b“,”u0432“:”a“,”u0433“:”r“,”u0434“:”y“,”u0435“:”e“,”u0436“:”m“,”u0437“:”e“,”u0438“:”n“,”u0439“:”n“,”u043a“:”n“,”u043b“:”n“,”u043c“:”m“,”u043d“:”n“,”u043e“:”o“,”u043f“:”n“,”u0440“:”p“,”u0441“:”c“,”u0442“:”o“,”u0443“:”y“,”u0444“:”b“,”u0445“:”x“,”u0446“:”n“,”u0447“:”n“,”u0448“:”w“,”u0449“:”w“,”u044a“:”a“,”u044b“:”m“,”u044c“:”a“,”u044d“:”e“,”u044e“:”m“,”u044f“:”r“};function N(e,t,r){if(!T)throw new Error(”Font metrics not found for font: “t”.“);let n=e.charCodeAt(0),o=T[n];if(!o&&ein C&&(n=C[e].charCodeAt(0),o=T[n]),o||”text“!==r||S(n)&&(o=T[77]),o)return{depth:o,height:o,italic:o,skew:o,width:o}}const q={};const I=[,[2,1,1],,[4,2,1],,[6,3,1],,[8,6,3],,[10,8,7],],R=,H=function(e,t){return t.size<2?e:I[t.size-1]};class O{constructor(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||O.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=R,this.maxSize=e.maxSize,this.minRuleThickness=e.minRuleThickness,this._fontMetrics=void 0}extend(e){const t={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 e)e.hasOwnProperty®&&(t=e);return new O(t)}havingStyle(e){return this.style===e?this:this.extend({style:e,size:H(this.textSize,e)})}havingCrampedStyle(){return this.havingStyle(this.style.cramp())}havingSize(e){return this.size===e&&this.textSize===e?this:this.extend({style:this.style.text(),size:e,textSize:e,sizeMultiplier:R})}havingBaseStyle(e){e=e||this.style.text();const t=H(O.BASESIZE,e);return this.size===t&&this.textSize===O.BASESIZE&&this.style===e?this:this.extend({style:e,size:t})}havingBaseSizing(){let e;switch(this.style.id){case 4:case 5:e=3;break;case 6:case 7:e=1;break;default:e=6}return this.extend({style:this.style.text(),size:e})}withColor(e){return this.extend({color:e})}withPhantom(){return this.extend({phantom:!0})}withFont(e){return this.extend({font:e})}withTextFontFamily(e){return this.extend({fontFamily:e,font:”“})}withTextFontWeight(e){return this.extend({fontWeight:e,font:”“})}withTextFontShape(e){return this.extend({fontShape:e,font:”“})}sizingClasses(e){return e.size!==this.size?:[]}baseSizingClasses(){return this.size!==O.BASESIZE?:[]}fontMetrics(){return this._fontMetrics||(this._fontMetrics=function(e){let t;if(t=e>=5?0:e>=3?1:2,!q){const e=q={cssEmPerMu:B.quad/18};for(const r in B)B.hasOwnProperty®&&(e=B[t])}return q}(this.size)),this._fontMetrics}getColor(){return this.phantom?”transparent“:this.color}}O.BASESIZE=6;var E=O;const L={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},D={ex:!0,em:!0,mu:!0},V=function(e){return”string“!=typeof e&&(e=e.unit),e in L||e in D||”ex“===e},P=function(e,t){let r;if(e.unit in L)r=L/t.fontMetrics().ptPerEm/t.sizeMultiplier;else if(”mu“===e.unit)r=t.fontMetrics().cssEmPerMu;else{let o;if(o=t.style.isTight()?t.havingStyle(t.style.text()):t,”ex“===e.unit)r=o.fontMetrics().xHeight;else{if(”em“!==e.unit)throw new n(”Invalid unit: ‘“e.unit”’“);r=o.fontMetrics().quad}o!==t&&(r*=o.sizeMultiplier/t.sizeMultiplier)}return Math.min(e.number*r,t.maxSize)},F=function(e){return+e.toFixed(4)+”em“},G=function(e){return e.filter((e=>e)).join(” “)},U=function(e,t,r){if(this.classes=e||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=r||{},t){t.style.isTight()&&this.classes.push(”mtight“);const e=t.getColor();e&&(this.style.color=e)}},Y=function(e){const t=document.createElement(e);t.className=G(this.classes);for(const e in this.style)this.style.hasOwnProperty(e)&&(t.style=this.style);for(const e in this.attributes)this.attributes.hasOwnProperty(e)&&t.setAttribute(e,this.attributes);for(let e=0;e<this.children.length;e++)t.appendChild(this.children.toNode());return t},X=function(e){let t=”<“+e;this.classes.length&&(t+=‘ class=”’+l.escape(G(this.classes))+‘“’);let r=”“;for(const e in this.style)this.style.hasOwnProperty(e)&&(r+=l.hyphenate(e)+”:“this.style[e]”;“);r&&(t+=‘ style=”’+l.escape®+‘“’);for(const e in this.attributes)this.attributes.hasOwnProperty(e)&&(t+=” “e‘=”’+l.escape(this.attributes)+‘“’);t+=”>“;for(let e=0;e<this.children.length;e++)t+=this.children.toMarkup();return t+=”</“e”>“,t};class W{constructor(e,t,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,U.call(this,e,r,n),this.children=t||[]}setAttribute(e,t){this.attributes=t}hasClass(e){return l.contains(this.classes,e)}toNode(){return Y.call(this,”span“)}toMarkup(){return X.call(this,”span“)}}class _{constructor(e,t,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,U.call(this,t,n),this.children=r||[],this.setAttribute(”href“,e)}setAttribute(e,t){this.attributes=t}hasClass(e){return l.contains(this.classes,e)}toNode(){return Y.call(this,”a“)}toMarkup(){return X.call(this,”a“)}}class j{constructor(e,t,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=t,this.src=e,this.classes=,this.style=r}hasClass(e){return l.contains(this.classes,e)}toNode(){const e=document.createElement(”img“);e.src=this.src,e.alt=this.alt,e.className=”mord“;for(const t in this.style)this.style.hasOwnProperty(t)&&(e.style=this.style);return e}toMarkup(){let e=‘<img src=”’+l.escape(this.src)+‘“ alt=”’+l.escape(this.alt)+‘“’,t=”“;for(const e in this.style)this.style.hasOwnProperty(e)&&(t+=l.hyphenate(e)+”:“this.style[e]”;“);return t&&(e+=‘ style=”’+l.escape(t)+‘“’),e+=”‘/>“,e}}const $={”xee“:”u0131u0302“,”xef“:”u0131u0308“,”xed“:”u0131u0301“,”xec“:”u0131u0300“};class Z{constructor(e,t,r,n,o,s,i,a){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=e,this.height=t||0,this.depth=r||0,this.italic=n||0,this.skew=o||0,this.width=s||0,this.classes=i||[],this.style=a||{},this.maxFontSize=0;const l=function(e){for(let t=0;t<v.length;t++){const r=v;for(let t=0;t<r.blocks.length;t++){const n=r.blocks;if(e>=n&&e<=n)return r.name}}return null}(this.text.charCodeAt(0));l&&this.classes.push(l+”_fallback“),//.test(this.text)&&(this.text=$)}hasClass(e){return l.contains(this.classes,e)}toNode(){const e=document.createTextNode(this.text);let t=null;this.italic>0&&(t=document.createElement(”span“),t.style.marginRight=F(this.italic)),this.classes.length>0&&(t=t||document.createElement(”span“),t.className=G(this.classes));for(const e in this.style)this.style.hasOwnProperty(e)&&(t=t||document.createElement(”span“),t.style=this.style);return t?(t.appendChild(e),t):e}toMarkup(){let e=!1,t=”<span“;this.classes.length&&(e=!0,t+=’ class=”‘,t+=l.escape(G(this.classes)),t+=’“‘);let r=”“;this.italic>0&&(r+=”margin-right:“this.italic”em;“);for(const e in this.style)this.style.hasOwnProperty(e)&&(r+=l.hyphenate(e)+”:“this.style[e]”;“);r&&(e=!0,t+=’ style=”‘+l.escape®+’“‘);const n=l.escape(this.text);return e?(t+=”>“,t+=n,t+=”</span>“,t):n}}class K{constructor(e,t){this.children=void 0,this.attributes=void 0,this.children=e||[],this.attributes=t||{}}toNode(){const e=document.createElementNS(”www.w3.org/2000/svg“,”svg“);for(const t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes);for(let t=0;t<this.children.length;t++)e.appendChild(this.children.toNode());return e}toMarkup(){let e=’<svg xmlns=”www.w3.org/2000/svg“‘;for(const t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=” “t’=”‘+l.escape(this.attributes)+’“‘);e+=”>“;for(let t=0;t<this.children.length;t++)e+=this.children.toMarkup();return e+=”</svg>“,e}}class J{constructor(e,t){this.pathName=void 0,this.alternate=void 0,this.pathName=e,this.alternate=t}toNode(){const e=document.createElementNS(”www.w3.org/2000/svg“,”path“);return this.alternate?e.setAttribute(”d“,this.alternate):e.setAttribute(”d“,z),e}toMarkup(){return this.alternate?’<path d=”‘+l.escape(this.alternate)+’“/>‘:’<path d=”‘+l.escape(z)+’“/>‘}}class Q{constructor(e){this.attributes=void 0,this.attributes=e||{}}toNode(){const e=document.createElementNS(”www.w3.org/2000/svg“,”line“);for(const t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes);return e}toMarkup(){let e=”<line“;for(const t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=” “t’=”‘+l.escape(this.attributes)+’“‘);return e+=”/>“,e}}function ee(e){if(e instanceof Z)return e;throw new Error(”Expected symbolNode but got “+String(e)+”.“)}const te={bin:1,close:1,inner:1,open:1,punct:1,rel:1},re={”accent-token“:1,mathord:1,”op-token“:1,spacing:1,textord:1},ne={math:{},text:{}};var oe=ne;function se(e,t,r,n,o,s){ne[o]={font:t,group:r,replace:n},s&&n&&(ne[n]=ne[o])}const ie=”math“,ae=”text“,le=”main“,he=”ams“,ce=”accent-token“,me=”bin“,pe=”close“,ue=”inner“,de=”mathord“,ge=”op-token“,fe=”open“,be=”punct“,ye=”rel“,xe=”spacing“,we=”textord“;se(ie,le,ye,”u2261“,”\equiv“,!0),se(ie,le,ye,”u227a“,”\prec“,!0),se(ie,le,ye,”u227b“,”\succ“,!0),se(ie,le,ye,”u223c“,”\sim“,!0),se(ie,le,ye,”u22a5“,”\perp“),se(ie,le,ye,”u2aaf“,”\preceq“,!0),se(ie,le,ye,”u2ab0“,”\succeq“,!0),se(ie,le,ye,”u2243“,”\simeq“,!0),se(ie,le,ye,”u2223“,”\mid“,!0),se(ie,le,ye,”u226a“,”\ll“,!0),se(ie,le,ye,”u226b“,”\gg“,!0),se(ie,le,ye,”u224d“,”\asymp“,!0),se(ie,le,ye,”u2225“,”\parallel“),se(ie,le,ye,”u22c8“,”\bowtie“,!0),se(ie,le,ye,”u2323“,”\smile“,!0),se(ie,le,ye,”u2291“,”\sqsubseteq“,!0),se(ie,le,ye,”u2292“,”\sqsupseteq“,!0),se(ie,le,ye,”u2250“,”\doteq“,!0),se(ie,le,ye,”u2322“,”\frown“,!0),se(ie,le,ye,”u220b“,”\ni“,!0),se(ie,le,ye,”u221d“,”\propto“,!0),se(ie,le,ye,”u22a2“,”\vdash“,!0),se(ie,le,ye,”u22a3“,”\dashv“,!0),se(ie,le,ye,”u220b“,”\owns“),se(ie,le,be,”.“,”\ldotp“),se(ie,le,be,”u22c5“,”\cdotp“),se(ie,le,we,”#“,”\#“),se(ae,le,we,”#“,”\#“),se(ie,le,we,”&“,”\&“),se(ae,le,we,”&“,”\&“),se(ie,le,we,”u2135“,”\aleph“,!0),se(ie,le,we,”u2200“,”\forall“,!0),se(ie,le,we,”u210f“,”\hbar“,!0),se(ie,le,we,”u2203“,”\exists“,!0),se(ie,le,we,”u2207“,”\nabla“,!0),se(ie,le,we,”u266d“,”\flat“,!0),se(ie,le,we,”u2113“,”\ell“,!0),se(ie,le,we,”u266e“,”\natural“,!0),se(ie,le,we,”u2663“,”\clubsuit“,!0),se(ie,le,we,”u2118“,”\wp“,!0),se(ie,le,we,”u266f“,”\sharp“,!0),se(ie,le,we,”u2662“,”\diamondsuit“,!0),se(ie,le,we,”u211c“,”\Re“,!0),se(ie,le,we,”u2661“,”\heartsuit“,!0),se(ie,le,we,”u2111“,”\Im“,!0),se(ie,le,we,”u2660“,”\spadesuit“,!0),se(ie,le,we,”xa7“,”\S“,!0),se(ae,le,we,”xa7“,”\S“),se(ie,le,we,”xb6“,”\P“,!0),se(ae,le,we,”xb6“,”\P“),se(ie,le,we,”u2020“,”\dag“),se(ae,le,we,”u2020“,”\dag“),se(ae,le,we,”u2020“,”\textdagger“),se(ie,le,we,”u2021“,”\ddag“),se(ae,le,we,”u2021“,”\ddag“),se(ae,le,we,”u2021“,”\textdaggerdbl“),se(ie,le,pe,”u23b1“,”\rmoustache“,!0),se(ie,le,fe,”u23b0“,”\lmoustache“,!0),se(ie,le,pe,”u27ef“,”\rgroup“,!0),se(ie,le,fe,”u27ee“,”\lgroup“,!0),se(ie,le,me,”u2213“,”\mp“,!0),se(ie,le,me,”u2296“,”\ominus“,!0),se(ie,le,me,”u228e“,”\uplus“,!0),se(ie,le,me,”u2293“,”\sqcap“,!0),se(ie,le,me,”u2217“,”\ast“),se(ie,le,me,”u2294“,”\sqcup“,!0),se(ie,le,me,”u25ef“,”\bigcirc“,!0),se(ie,le,me,”u2219“,”\bullet“,!0),se(ie,le,me,”u2021“,”\ddagger“),se(ie,le,me,”u2240“,”\wr“,!0),se(ie,le,me,”u2a3f“,”\amalg“),se(ie,le,me,”&“,”\And“),se(ie,le,ye,”u27f5“,”\longleftarrow“,!0),se(ie,le,ye,”u21d0“,”\Leftarrow“,!0),se(ie,le,ye,”u27f8“,”\Longleftarrow“,!0),se(ie,le,ye,”u27f6“,”\longrightarrow“,!0),se(ie,le,ye,”u21d2“,”\Rightarrow“,!0),se(ie,le,ye,”u27f9“,”\Longrightarrow“,!0),se(ie,le,ye,”u2194“,”\leftrightarrow“,!0),se(ie,le,ye,”u27f7“,”\longleftrightarrow“,!0),se(ie,le,ye,”u21d4“,”\Leftrightarrow“,!0),se(ie,le,ye,”u27fa“,”\Longleftrightarrow“,!0),se(ie,le,ye,”u21a6“,”\mapsto“,!0),se(ie,le,ye,”u27fc“,”\longmapsto“,!0),se(ie,le,ye,”u2197“,”\nearrow“,!0),se(ie,le,ye,”u21a9“,”\hookleftarrow“,!0),se(ie,le,ye,”u21aa“,”\hookrightarrow“,!0),se(ie,le,ye,”u2198“,”\searrow“,!0),se(ie,le,ye,”u21bc“,”\leftharpoonup“,!0),se(ie,le,ye,”u21c0“,”\rightharpoonup“,!0),se(ie,le,ye,”u2199“,”\swarrow“,!0),se(ie,le,ye,”u21bd“,”\leftharpoondown“,!0),se(ie,le,ye,”u21c1“,”\rightharpoondown“,!0),se(ie,le,ye,”u2196“,”\nwarrow“,!0),se(ie,le,ye,”u21cc“,”\rightleftharpoons“,!0),se(ie,he,ye,”u226e“,”\nless“,!0),se(ie,he,ye,”ue010“,”\@nleqslant“),se(ie,he,ye,”ue011“,”\@nleqq“),se(ie,he,ye,”u2a87“,”\lneq“,!0),se(ie,he,ye,”u2268“,”\lneqq“,!0),se(ie,he,ye,”ue00c“,”\@lvertneqq“),se(ie,he,ye,”u22e6“,”\lnsim“,!0),se(ie,he,ye,”u2a89“,”\lnapprox“,!0),se(ie,he,ye,”u2280“,”\nprec“,!0),se(ie,he,ye,”u22e0“,”\npreceq“,!0),se(ie,he,ye,”u22e8“,”\precnsim“,!0),se(ie,he,ye,”u2ab9“,”\precnapprox“,!0),se(ie,he,ye,”u2241“,”\nsim“,!0),se(ie,he,ye,”ue006“,”\@nshortmid“),se(ie,he,ye,”u2224“,”\nmid“,!0),se(ie,he,ye,”u22ac“,”\nvdash“,!0),se(ie,he,ye,”u22ad“,”\nvDash“,!0),se(ie,he,ye,”u22ea“,”\ntriangleleft“),se(ie,he,ye,”u22ec“,”\ntrianglelefteq“,!0),se(ie,he,ye,”u228a“,”\subsetneq“,!0),se(ie,he,ye,”ue01a“,”\@varsubsetneq“),se(ie,he,ye,”u2acb“,”\subsetneqq“,!0),se(ie,he,ye,”ue017“,”\@varsubsetneqq“),se(ie,he,ye,”u226f“,”\ngtr“,!0),se(ie,he,ye,”ue00f“,”\@ngeqslant“),se(ie,he,ye,”ue00e“,”\@ngeqq“),se(ie,he,ye,”u2a88“,”\gneq“,!0),se(ie,he,ye,”u2269“,”\gneqq“,!0),se(ie,he,ye,”ue00d“,”\@gvertneqq“),se(ie,he,ye,”u22e7“,”\gnsim“,!0),se(ie,he,ye,”u2a8a“,”\gnapprox“,!0),se(ie,he,ye,”u2281“,”\nsucc“,!0),se(ie,he,ye,”u22e1“,”\nsucceq“,!0),se(ie,he,ye,”u22e9“,”\succnsim“,!0),se(ie,he,ye,”u2aba“,”\succnapprox“,!0),se(ie,he,ye,”u2246“,”\ncong“,!0),se(ie,he,ye,”ue007“,”\@nshortparallel“),se(ie,he,ye,”u2226“,”\nparallel“,!0),se(ie,he,ye,”u22af“,”\nVDash“,!0),se(ie,he,ye,”u22eb“,”\ntriangleright“),se(ie,he,ye,”u22ed“,”\ntrianglerighteq“,!0),se(ie,he,ye,”ue018“,”\@nsupseteqq“),se(ie,he,ye,”u228b“,”\supsetneq“,!0),se(ie,he,ye,”ue01b“,”\@varsupsetneq“),se(ie,he,ye,”u2acc“,”\supsetneqq“,!0),se(ie,he,ye,”ue019“,”\@varsupsetneqq“),se(ie,he,ye,”u22ae“,”\nVdash“,!0),se(ie,he,ye,”u2ab5“,”\precneqq“,!0),se(ie,he,ye,”u2ab6“,”\succneqq“,!0),se(ie,he,ye,”ue016“,”\@nsubseteqq“),se(ie,he,me,”u22b4“,”\unlhd“),se(ie,he,me,”u22b5“,”\unrhd“),se(ie,he,ye,”u219a“,”\nleftarrow“,!0),se(ie,he,ye,”u219b“,”\nrightarrow“,!0),se(ie,he,ye,”u21cd“,”\nLeftarrow“,!0),se(ie,he,ye,”u21cf“,”\nRightarrow“,!0),se(ie,he,ye,”u21ae“,”\nleftrightarrow“,!0),se(ie,he,ye,”u21ce“,”\nLeftrightarrow“,!0),se(ie,he,ye,”u25b3“,”\vartriangle“),se(ie,he,we,”u210f“,”\hslash“),se(ie,he,we,”u25bd“,”\triangledown“),se(ie,he,we,”u25ca“,”\lozenge“),se(ie,he,we,”u24c8“,”\circledS“),se(ie,he,we,”xae“,”\circledR“),se(ae,he,we,”xae“,”\circledR“),se(ie,he,we,”u2221“,”\measuredangle“,!0),se(ie,he,we,”u2204“,”\nexists“),se(ie,he,we,”u2127“,”\mho“),se(ie,he,we,”u2132“,”\Finv“,!0),se(ie,he,we,”u2141“,”\Game“,!0),se(ie,he,we,”u2035“,”\backprime“),se(ie,he,we,”u25b2“,”\blacktriangle“),se(ie,he,we,”u25bc“,”\blacktriangledown“),se(ie,he,we,”u25a0“,”\blacksquare“),se(ie,he,we,”u29eb“,”\blacklozenge“),se(ie,he,we,”u2605“,”\bigstar“),se(ie,he,we,”u2222“,”\sphericalangle“,!0),se(ie,he,we,”u2201“,”\complement“,!0),se(ie,he,we,”xf0“,”\eth“,!0),se(ae,le,we,”xf0“,”xf0“),se(ie,he,we,”u2571“,”\diagup“),se(ie,he,we,”u2572“,”\diagdown“),se(ie,he,we,”u25a1“,”\square“),se(ie,he,we,”u25a1“,”\Box“),se(ie,he,we,”u25ca“,”\Diamond“),se(ie,he,we,”xa5“,”\yen“,!0),se(ae,he,we,”xa5“,”\yen“,!0),se(ie,he,we,”u2713“,”\checkmark“,!0),se(ae,he,we,”u2713“,”\checkmark“),se(ie,he,we,”u2136“,”\beth“,!0),se(ie,he,we,”u2138“,”\daleth“,!0),se(ie,he,we,”u2137“,”\gimel“,!0),se(ie,he,we,”u03dd“,”\digamma“,!0),se(ie,he,we,”u03f0“,”\varkappa“),se(ie,he,fe,”u250c“,”\@ulcorner“,!0),se(ie,he,pe,”u2510“,”\@urcorner“,!0),se(ie,he,fe,”u2514“,”\@llcorner“,!0),se(ie,he,pe,”u2518“,”\@lrcorner“,!0),se(ie,he,ye,”u2266“,”\leqq“,!0),se(ie,he,ye,”u2a7d“,”\leqslant“,!0),se(ie,he,ye,”u2a95“,”\eqslantless“,!0),se(ie,he,ye,”u2272“,”\lesssim“,!0),se(ie,he,ye,”u2a85“,”\lessapprox“,!0),se(ie,he,ye,”u224a“,”\approxeq“,!0),se(ie,he,me,”u22d6“,”\lessdot“),se(ie,he,ye,”u22d8“,”\lll“,!0),se(ie,he,ye,”u2276“,”\lessgtr“,!0),se(ie,he,ye,”u22da“,”\lesseqgtr“,!0),se(ie,he,ye,”u2a8b“,”\lesseqqgtr“,!0),se(ie,he,ye,”u2251“,”\doteqdot“),se(ie,he,ye,”u2253“,”\risingdotseq“,!0),se(ie,he,ye,”u2252“,”\fallingdotseq“,!0),se(ie,he,ye,”u223d“,”\backsim“,!0),se(ie,he,ye,”u22cd“,”\backsimeq“,!0),se(ie,he,ye,”u2ac5“,”\subseteqq“,!0),se(ie,he,ye,”u22d0“,”\Subset“,!0),se(ie,he,ye,”u228f“,”\sqsubset“,!0),se(ie,he,ye,”u227c“,”\preccurlyeq“,!0),se(ie,he,ye,”u22de“,”\curlyeqprec“,!0),se(ie,he,ye,”u227e“,”\precsim“,!0),se(ie,he,ye,”u2ab7“,”\precapprox“,!0),se(ie,he,ye,”u22b2“,”\vartriangleleft“),se(ie,he,ye,”u22b4“,”\trianglelefteq“),se(ie,he,ye,”u22a8“,”\vDash“,!0),se(ie,he,ye,”u22aa“,”\Vvdash“,!0),se(ie,he,ye,”u2323“,”\smallsmile“),se(ie,he,ye,”u2322“,”\smallfrown“),se(ie,he,ye,”u224f“,”\bumpeq“,!0),se(ie,he,ye,”u224e“,”\Bumpeq“,!0),se(ie,he,ye,”u2267“,”\geqq“,!0),se(ie,he,ye,”u2a7e“,”\geqslant“,!0),se(ie,he,ye,”u2a96“,”\eqslantgtr“,!0),se(ie,he,ye,”u2273“,”\gtrsim“,!0),se(ie,he,ye,”u2a86“,”\gtrapprox“,!0),se(ie,he,me,”u22d7“,”\gtrdot“),se(ie,he,ye,”u22d9“,”\ggg“,!0),se(ie,he,ye,”u2277“,”\gtrless“,!0),se(ie,he,ye,”u22db“,”\gtreqless“,!0),se(ie,he,ye,”u2a8c“,”\gtreqqless“,!0),se(ie,he,ye,”u2256“,”\eqcirc“,!0),se(ie,he,ye,”u2257“,”\circeq“,!0),se(ie,he,ye,”u225c“,”\triangleq“,!0),se(ie,he,ye,”u223c“,”\thicksim“),se(ie,he,ye,”u2248“,”\thickapprox“),se(ie,he,ye,”u2ac6“,”\supseteqq“,!0),se(ie,he,ye,”u22d1“,”\Supset“,!0),se(ie,he,ye,”u2290“,”\sqsupset“,!0),se(ie,he,ye,”u227d“,”\succcurlyeq“,!0),se(ie,he,ye,”u22df“,”\curlyeqsucc“,!0),se(ie,he,ye,”u227f“,”\succsim“,!0),se(ie,he,ye,”u2ab8“,”\succapprox“,!0),se(ie,he,ye,”u22b3“,”\vartriangleright“),se(ie,he,ye,”u22b5“,”\trianglerighteq“),se(ie,he,ye,”u22a9“,”\Vdash“,!0),se(ie,he,ye,”u2223“,”\shortmid“),se(ie,he,ye,”u2225“,”\shortparallel“),se(ie,he,ye,”u226c“,”\between“,!0),se(ie,he,ye,”u22d4“,”\pitchfork“,!0),se(ie,he,ye,”u221d“,”\varpropto“),se(ie,he,ye,”u25c0“,”\blacktriangleleft“),se(ie,he,ye,”u2234“,”\therefore“,!0),se(ie,he,ye,”u220d“,”\backepsilon“),se(ie,he,ye,”u25b6“,”\blacktriangleright“),se(ie,he,ye,”u2235“,”\because“,!0),se(ie,he,ye,”u22d8“,”\llless“),se(ie,he,ye,”u22d9“,”\gggtr“),se(ie,he,me,”u22b2“,”\lhd“),se(ie,he,me,”u22b3“,”\rhd“),se(ie,he,ye,”u2242“,”\eqsim“,!0),se(ie,le,ye,”u22c8“,”\Join“),se(ie,he,ye,”u2251“,”\Doteq“,!0),se(ie,he,me,”u2214“,”\dotplus“,!0),se(ie,he,me,”u2216“,”\smallsetminus“),se(ie,he,me,”u22d2“,”\Cap“,!0),se(ie,he,me,”u22d3“,”\Cup“,!0),se(ie,he,me,”u2a5e“,”\doublebarwedge“,!0),se(ie,he,me,”u229f“,”\boxminus“,!0),se(ie,he,me,”u229e“,”\boxplus“,!0),se(ie,he,me,”u22c7“,”\divideontimes“,!0),se(ie,he,me,”u22c9“,”\ltimes“,!0),se(ie,he,me,”u22ca“,”\rtimes“,!0),se(ie,he,me,”u22cb“,”\leftthreetimes“,!0),se(ie,he,me,”u22cc“,”\rightthreetimes“,!0),se(ie,he,me,”u22cf“,”\curlywedge“,!0),se(ie,he,me,”u22ce“,”\curlyvee“,!0),se(ie,he,me,”u229d“,”\circleddash“,!0),se(ie,he,me,”u229b“,”\circledast“,!0),se(ie,he,me,”u22c5“,”\centerdot“),se(ie,he,me,”u22ba“,”\intercal“,!0),se(ie,he,me,”u22d2“,”\doublecap“),se(ie,he,me,”u22d3“,”\doublecup“),se(ie,he,me,”u22a0“,”\boxtimes“,!0),se(ie,he,ye,”u21e2“,”\dashrightarrow“,!0),se(ie,he,ye,”u21e0“,”\dashleftarrow“,!0),se(ie,he,ye,”u21c7“,”\leftleftarrows“,!0),se(ie,he,ye,”u21c6“,”\leftrightarrows“,!0),se(ie,he,ye,”u21da“,”\Lleftarrow“,!0),se(ie,he,ye,”u219e“,”\twoheadleftarrow“,!0),se(ie,he,ye,”u21a2“,”\leftarrowtail“,!0),se(ie,he,ye,”u21ab“,”\looparrowleft“,!0),se(ie,he,ye,”u21cb“,”\leftrightharpoons“,!0),se(ie,he,ye,”u21b6“,”\curvearrowleft“,!0),se(ie,he,ye,”u21ba“,”\circlearrowleft“,!0),se(ie,he,ye,”u21b0“,”\Lsh“,!0),se(ie,he,ye,”u21c8“,”\upuparrows“,!0),se(ie,he,ye,”u21bf“,”\upharpoonleft“,!0),se(ie,he,ye,”u21c3“,”\downharpoonleft“,!0),se(ie,le,ye,”u22b6“,”\origof“,!0),se(ie,le,ye,”u22b7“,”\imageof“,!0),se(ie,he,ye,”u22b8“,”\multimap“,!0),se(ie,he,ye,”u21ad“,”\leftrightsquigarrow“,!0),se(ie,he,ye,”u21c9“,”\rightrightarrows“,!0),se(ie,he,ye,”u21c4“,”\rightleftarrows“,!0),se(ie,he,ye,”u21a0“,”\twoheadrightarrow“,!0),se(ie,he,ye,”u21a3“,”\rightarrowtail“,!0),se(ie,he,ye,”u21ac“,”\looparrowright“,!0),se(ie,he,ye,”u21b7“,”\curvearrowright“,!0),se(ie,he,ye,”u21bb“,”\circlearrowright“,!0),se(ie,he,ye,”u21b1“,”\Rsh“,!0),se(ie,he,ye,”u21ca“,”\downdownarrows“,!0),se(ie,he,ye,”u21be“,”\upharpoonright“,!0),se(ie,he,ye,”u21c2“,”\downharpoonright“,!0),se(ie,he,ye,”u21dd“,”\rightsquigarrow“,!0),se(ie,he,ye,”u21dd“,”\leadsto“),se(ie,he,ye,”u21db“,”\Rrightarrow“,!0),se(ie,he,ye,”u21be“,”\restriction“),se(ie,le,we,”u2018“,”`“),se(ie,le,we,”$“,”\$“),se(ae,le,we,”$“,”\$“),se(ae,le,we,”$“,”\textdollar“),se(ie,le,we,”%“,”\%“),se(ae,le,we,”%“,”\%“),se(ie,le,we,”_“,”_“),se(ae,le,we,”_“,”_“),se(ae,le,we,”_“,”\textunderscore“),se(ie,le,we,”u2220“,”\angle“,!0),se(ie,le,we,”u221e“,”\infty“,!0),se(ie,le,we,”u2032“,”\prime“),se(ie,le,we,”u25b3“,”\triangle“),se(ie,le,we,”u0393“,”\Gamma“,!0),se(ie,le,we,”u0394“,”\Delta“,!0),se(ie,le,we,”u0398“,”\Theta“,!0),se(ie,le,we,”u039b“,”\Lambda“,!0),se(ie,le,we,”u039e“,”\Xi“,!0),se(ie,le,we,”u03a0“,”\Pi“,!0),se(ie,le,we,”u03a3“,”\Sigma“,!0),se(ie,le,we,”u03a5“,”\Upsilon“,!0),se(ie,le,we,”u03a6“,”\Phi“,!0),se(ie,le,we,”u03a8“,”\Psi“,!0),se(ie,le,we,”u03a9“,”\Omega“,!0),se(ie,le,we,”A“,”u0391“),se(ie,le,we,”B“,”u0392“),se(ie,le,we,”E“,”u0395“),se(ie,le,we,”Z“,”u0396“),se(ie,le,we,”H“,”u0397“),se(ie,le,we,”I“,”u0399“),se(ie,le,we,”K“,”u039a“),se(ie,le,we,”M“,”u039c“),se(ie,le,we,”N“,”u039d“),se(ie,le,we,”O“,”u039f“),se(ie,le,we,”P“,”u03a1“),se(ie,le,we,”T“,”u03a4“),se(ie,le,we,”X“,”u03a7“),se(ie,le,we,”xac“,”\neg“,!0),se(ie,le,we,”xac“,”\lnot“),se(ie,le,we,”u22a4“,”\top“),se(ie,le,we,”u22a5“,”\bot“),se(ie,le,we,”u2205“,”\emptyset“),se(ie,he,we,”u2205“,”\varnothing“),se(ie,le,de,”u03b1“,”\alpha“,!0),se(ie,le,de,”u03b2“,”\beta“,!0),se(ie,le,de,”u03b3“,”\gamma“,!0),se(ie,le,de,”u03b4“,”\delta“,!0),se(ie,le,de,”u03f5“,”\epsilon“,!0),se(ie,le,de,”u03b6“,”\zeta“,!0),se(ie,le,de,”u03b7“,”\eta“,!0),se(ie,le,de,”u03b8“,”\theta“,!0),se(ie,le,de,”u03b9“,”\iota“,!0),se(ie,le,de,”u03ba“,”\kappa“,!0),se(ie,le,de,”u03bb“,”\lambda“,!0),se(ie,le,de,”u03bc“,”\mu“,!0),se(ie,le,de,”u03bd“,”\nu“,!0),se(ie,le,de,”u03be“,”\xi“,!0),se(ie,le,de,”u03bf“,”\omicron“,!0),se(ie,le,de,”u03c0“,”\pi“,!0),se(ie,le,de,”u03c1“,”\rho“,!0),se(ie,le,de,”u03c3“,”\sigma“,!0),se(ie,le,de,”u03c4“,”\tau“,!0),se(ie,le,de,”u03c5“,”\upsilon“,!0),se(ie,le,de,”u03d5“,”\phi“,!0),se(ie,le,de,”u03c7“,”\chi“,!0),se(ie,le,de,”u03c8“,”\psi“,!0),se(ie,le,de,”u03c9“,”\omega“,!0),se(ie,le,de,”u03b5“,”\varepsilon“,!0),se(ie,le,de,”u03d1“,”\vartheta“,!0),se(ie,le,de,”u03d6“,”\varpi“,!0),se(ie,le,de,”u03f1“,”\varrho“,!0),se(ie,le,de,”u03c2“,”\varsigma“,!0),se(ie,le,de,”u03c6“,”\varphi“,!0),se(ie,le,me,”u2217“,”*“,!0),se(ie,le,me,”+“,”+“),se(ie,le,me,”u2212“,”-“,!0),se(ie,le,me,”u22c5“,”\cdot“,!0),se(ie,le,me,”u2218“,”\circ“,!0),se(ie,le,me,”xf7“,”\div“,!0),se(ie,le,me,”xb1“,”\pm“,!0),se(ie,le,me,”xd7“,”\times“,!0),se(ie,le,me,”u2229“,”\cap“,!0),se(ie,le,me,”u222a“,”\cup“,!0),se(ie,le,me,”u2216“,”\setminus“,!0),se(ie,le,me,”u2227“,”\land“),se(ie,le,me,”u2228“,”\lor“),se(ie,le,me,”u2227“,”\wedge“,!0),se(ie,le,me,”u2228“,”\vee“,!0),se(ie,le,we,”u221a“,”\surd“),se(ie,le,fe,”u27e8“,”\langle“,!0),se(ie,le,fe,”u2223“,”\lvert“),se(ie,le,fe,”u2225“,”\lVert“),se(ie,le,pe,”?“,”?“),se(ie,le,pe,”!“,”!“),se(ie,le,pe,”u27e9“,”\rangle“,!0),se(ie,le,pe,”u2223“,”\rvert“),se(ie,le,pe,”u2225“,”\rVert“),se(ie,le,ye,”=“,”=“),se(ie,le,ye,”:“,”:“),se(ie,le,ye,”u2248“,”\approx“,!0),se(ie,le,ye,”u2245“,”\cong“,!0),se(ie,le,ye,”u2265“,”\ge“),se(ie,le,ye,”u2265“,”\geq“,!0),se(ie,le,ye,”u2190“,”\gets“),se(ie,le,ye,”>“,”\gt“,!0),se(ie,le,ye,”u2208“,”\in“,!0),se(ie,le,ye,”ue020“,”\@not“),se(ie,le,ye,”u2282“,”\subset“,!0),se(ie,le,ye,”u2283“,”\supset“,!0),se(ie,le,ye,”u2286“,”\subseteq“,!0),se(ie,le,ye,”u2287“,”\supseteq“,!0),se(ie,he,ye,”u2288“,”\nsubseteq“,!0),se(ie,he,ye,”u2289“,”\nsupseteq“,!0),se(ie,le,ye,”u22a8“,”\models“),se(ie,le,ye,”u2190“,”\leftarrow“,!0),se(ie,le,ye,”u2264“,”\le“),se(ie,le,ye,”u2264“,”\leq“,!0),se(ie,le,ye,”<“,”\lt“,!0),se(ie,le,ye,”u2192“,”\rightarrow“,!0),se(ie,le,ye,”u2192“,”\to“),se(ie,he,ye,”u2271“,”\ngeq“,!0),se(ie,he,ye,”u2270“,”\nleq“,!0),se(ie,le,xe,”xa0“,”\ “),se(ie,le,xe,”xa0“,”\space“),se(ie,le,xe,”xa0“,”\nobreakspace“),se(ae,le,xe,”xa0“,”\ “),se(ae,le,xe,”xa0“,” “),se(ae,le,xe,”xa0“,”\space“),se(ae,le,xe,”xa0“,”\nobreakspace“),se(ie,le,xe,null,”\nobreak“),se(ie,le,xe,null,”\allowbreak“),se(ie,le,be,”,“,”,“),se(ie,le,be,”;“,”;“),se(ie,he,me,”u22bc“,”\barwedge“,!0),se(ie,he,me,”u22bb“,”\veebar“,!0),se(ie,le,me,”u2299“,”\odot“,!0),se(ie,le,me,”u2295“,”\oplus“,!0),se(ie,le,me,”u2297“,”\otimes“,!0),se(ie,le,we,”u2202“,”\partial“,!0),se(ie,le,me,”u2298“,”\oslash“,!0),se(ie,he,me,”u229a“,”\circledcirc“,!0),se(ie,he,me,”u22a1“,”\boxdot“,!0),se(ie,le,me,”u25b3“,”\bigtriangleup“),se(ie,le,me,”u25bd“,”\bigtriangledown“),se(ie,le,me,”u2020“,”\dagger“),se(ie,le,me,”u22c4“,”\diamond“),se(ie,le,me,”u22c6“,”\star“),se(ie,le,me,”u25c3“,”\triangleleft“),se(ie,le,me,”u25b9“,”\triangleright“),se(ie,le,fe,”{“,”\{“),se(ae,le,we,”{“,”\{“),se(ae,le,we,”{“,”\textbraceleft“),se(ie,le,pe,”}“,”\}“),se(ae,le,we,”}“,”\}“),se(ae,le,we,”}“,”\textbraceright“),se(ie,le,fe,”{“,”\lbrace“),se(ie,le,pe,”}“,”\rbrace“),se(ie,le,fe,”[“,”\lbrack“,!0),se(ae,le,we,”“,”\rbrack“,!0),se(ae,le,we,”]“,”\rbrack“,!0),se(ie,le,fe,”(“,”\lparen“,!0),se(ie,le,pe,”)“,”\rparen“,!0),se(ae,le,we,”<“,”\textless“,!0),se(ae,le,we,”>“,”\textgreater“,!0),se(ie,le,fe,”u230a“,”\lfloor“,!0),se(ie,le,pe,”u230b“,”\rfloor“,!0),se(ie,le,fe,”u2308“,”\lceil“,!0),se(ie,le,pe,”u2309“,”\rceil“,!0),se(ie,le,we,”\“,”\backslash“),se(ie,le,we,”u2223“,”|“),se(ie,le,we,”u2223“,”\vert“),se(ae,le,we,”|“,”\textbar“,!0),se(ie,le,we,”u2225“,”\|“),se(ie,le,we,”u2225“,”\Vert“),se(ae,le,we,”u2225“,”\textbardbl“),se(ae,le,we,”~“,”\textasciitilde“),se(ae,le,we,”\“,”\textbackslash“),se(ae,le,we,”^“,”\textasciicircum“),se(ie,le,ye,”u2191“,”\uparrow“,!0),se(ie,le,ye,”u21d1“,”\Uparrow“,!0),se(ie,le,ye,”u2193“,”\downarrow“,!0),se(ie,le,ye,”u21d3“,”\Downarrow“,!0),se(ie,le,ye,”u2195“,”\updownarrow“,!0),se(ie,le,ye,”u21d5“,”\Updownarrow“,!0),se(ie,le,ge,”u2210“,”\coprod“),se(ie,le,ge,”u22c1“,”\bigvee“),se(ie,le,ge,”u22c0“,”\bigwedge“),se(ie,le,ge,”u2a04“,”\biguplus“),se(ie,le,ge,”u22c2“,”\bigcap“),se(ie,le,ge,”u22c3“,”\bigcup“),se(ie,le,ge,”u222b“,”\int“),se(ie,le,ge,”u222b“,”\intop“),se(ie,le,ge,”u222c“,”\iint“),se(ie,le,ge,”u222d“,”\iiint“),se(ie,le,ge,”u220f“,”\prod“),se(ie,le,ge,”u2211“,”\sum“),se(ie,le,ge,”u2a02“,”\bigotimes“),se(ie,le,ge,”u2a01“,”\bigoplus“),se(ie,le,ge,”u2a00“,”\bigodot“),se(ie,le,ge,”u222e“,”\oint“),se(ie,le,ge,”u222f“,”\oiint“),se(ie,le,ge,”u2230“,”\oiiint“),se(ie,le,ge,”u2a06“,”\bigsqcup“),se(ie,le,ge,”u222b“,”\smallint“),se(ae,le,ue,”u2026“,”\textellipsis“),se(ie,le,ue,”u2026“,”\mathellipsis“),se(ae,le,ue,”u2026“,”\ldots“,!0),se(ie,le,ue,”u2026“,”\ldots“,!0),se(ie,le,ue,”u22ef“,”\@cdots“,!0),se(ie,le,ue,”u22f1“,”\ddots“,!0),se(ie,le,we,”u22ee“,”\varvdots“),se(ie,le,ce,”u02ca“,”\acute“),se(ie,le,ce,”u02cb“,”\grave“),se(ie,le,ce,”xa8“,”\ddot“),se(ie,le,ce,”~“,”\tilde“),se(ie,le,ce,”u02c9“,”\bar“),se(ie,le,ce,”u02d8“,”\breve“),se(ie,le,ce,”u02c7“,”\check“),se(ie,le,ce,”^“,”\hat“),se(ie,le,ce,”u20d7“,”\vec“),se(ie,le,ce,”u02d9“,”\dot“),se(ie,le,ce,”u02da“,”\mathring“),se(ie,le,de,”ue131“,”\@imath“),se(ie,le,de,”ue237“,”\@jmath“),se(ie,le,we,”u0131“,”u0131“),se(ie,le,we,”u0237“,”u0237“),se(ae,le,we,”u0131“,”\i“,!0),se(ae,le,we,”u0237“,”\j“,!0),se(ae,le,we,”xdf“,”\ss“,!0),se(ae,le,we,”xe6“,”\ae“,!0),se(ae,le,we,”u0153“,”\oe“,!0),se(ae,le,we,”xf8“,”\o“,!0),se(ae,le,we,”xc6“,”\AE“,!0),se(ae,le,we,”u0152“,”\OE“,!0),se(ae,le,we,”xd8“,”\O“,!0),se(ae,le,ce,”u02ca“,”\’“),se(ae,le,ce,”u02cb“,”\‘“),se(ae,le,ce,”u02c6“,”\^“),se(ae,le,ce,”u02dc“,”\~“),se(ae,le,ce,”u02c9“,”\=“),se(ae,le,ce,”u02d8“,”\u“),se(ae,le,ce,”u02d9“,”\.“),se(ae,le,ce,”xb8“,”\c“),se(ae,le,ce,”u02da“,”\r“),se(ae,le,ce,”u02c7“,”\v“),se(ae,le,ce,”xa8“,’\”‘),se(ae,le,ce,“u02dd”,“\H”),se(ae,le,ce,“u25ef”,“\textcircled”);const ve={“–”:!0,“—”:!0,““”:!0,“””:!0};se(ae,le,we,“u2013”,“–”,!0),se(ae,le,we,“u2013”,“\textendash”),se(ae,le,we,“u2014”,“—”,!0),se(ae,le,we,“u2014”,“\textemdash”),se(ae,le,we,“u2018”,“`”,!0),se(ae,le,we,“u2018”,“\textquoteleft”),se(ae,le,we,“u2019”,“’”,!0),se(ae,le,we,“u2019”,“\textquoteright”),se(ae,le,we,“u201c”,““”,!0),se(ae,le,we,“u201c”,“\textquotedblleft”),se(ae,le,we,“u201d”,“””,!0),se(ae,le,we,“u201d”,“\textquotedblright”),se(ie,le,we,“xb0”,“\degree”,!0),se(ae,le,we,“xb0”,“\degree”),se(ae,le,we,“xb0”,“\textdegree”,!0),se(ie,le,we,“xa3”,“\pounds”),se(ie,le,we,“xa3”,“\mathsterling”,!0),se(ae,le,we,“xa3”,“\pounds”),se(ae,le,we,“xa3”,“\textsterling”,!0),se(ie,he,we,“u2720”,“\maltese”),se(ae,he,we,“u2720”,“\maltese”);const ke=‘0123456789/@.“’;for(let e=0;e<ke.length;e++){const t=ke.charAt(e);se(ie,le,we,t,t)}const Se=‘0123456789!@*()-=+”;:?/.,’;for(let e=0;e<Se.length;e++){const t=Se.charAt(e);se(ae,le,we,t,t)}const Me=“ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz”;for(let e=0;e<Me.length;e++){const t=Me.charAt(e);se(ie,le,de,t,t),se(ae,le,we,t,t)}se(ie,he,we,“C”,“u2102”),se(ae,he,we,“C”,“u2102”),se(ie,he,we,“H”,“u210d”),se(ae,he,we,“H”,“u210d”),se(ie,he,we,“N”,“u2115”),se(ae,he,we,“N”,“u2115”),se(ie,he,we,“P”,“u2119”),se(ae,he,we,“P”,“u2119”),se(ie,he,we,“Q”,“u211a”),se(ae,he,we,“Q”,“u211a”),se(ie,he,we,“R”,“u211d”),se(ae,he,we,“R”,“u211d”),se(ie,he,we,“Z”,“u2124”),se(ae,he,we,“Z”,“u2124”),se(ie,le,de,“h”,“u210e”),se(ae,le,de,“h”,“u210e”);let ze=“”;for(let e=0;e<Me.length;e++){const t=Me.charAt(e);ze=String.fromCharCode(55349,56320+e),se(ie,le,de,t,ze),se(ae,le,we,t,ze),ze=String.fromCharCode(55349,56372+e),se(ie,le,de,t,ze),se(ae,le,we,t,ze),ze=String.fromCharCode(55349,56424+e),se(ie,le,de,t,ze),se(ae,le,we,t,ze),ze=String.fromCharCode(55349,56580+e),se(ie,le,de,t,ze),se(ae,le,we,t,ze),ze=String.fromCharCode(55349,56684+e),se(ie,le,de,t,ze),se(ae,le,we,t,ze),ze=String.fromCharCode(55349,56736+e),se(ie,le,de,t,ze),se(ae,le,we,t,ze),ze=String.fromCharCode(55349,56788+e),se(ie,le,de,t,ze),se(ae,le,we,t,ze),ze=String.fromCharCode(55349,56840+e),se(ie,le,de,t,ze),se(ae,le,we,t,ze),ze=String.fromCharCode(55349,56944+e),se(ie,le,de,t,ze),se(ae,le,we,t,ze),e<26&&(ze=String.fromCharCode(55349,56632+e),se(ie,le,de,t,ze),se(ae,le,we,t,ze),ze=String.fromCharCode(55349,56476+e),se(ie,le,de,t,ze),se(ae,le,we,t,ze))}ze=String.fromCharCode(55349,56668),se(ie,le,de,“k”,ze),se(ae,le,we,“k”,ze);for(let e=0;e<10;e++){const t=e.toString();ze=String.fromCharCode(55349,57294+e),se(ie,le,de,t,ze),se(ae,le,we,t,ze),ze=String.fromCharCode(55349,57314+e),se(ie,le,de,t,ze),se(ae,le,we,t,ze),ze=String.fromCharCode(55349,57324+e),se(ie,le,de,t,ze),se(ae,le,we,t,ze),ze=String.fromCharCode(55349,57334+e),se(ie,le,de,t,ze),se(ae,le,we,t,ze)}const Ae=“xd0xdexfe”;for(let e=0;e<Ae.length;e++){const t=Ae.charAt(e);se(ie,le,de,t,t),se(ae,le,we,t,t)}const Te=[,[“mathbf”,“textbf”,“Main-Bold”],,[“mathnormal”,“textit”,“Math-Italic”],,[“boldsymbol”,“boldsymbol”,“Main-BoldItalic”],,[“”,“”,“”],[“”,“”,“”],[“”,“”,“”],[“mathfrak”,“textfrak”,“Fraktur-Regular”],,[“mathbb”,“textbb”,“AMS-Regular”],,[“mathboldfrak”,“textboldfrak”,“Fraktur-Regular”],,[“mathsf”,“textsf”,“SansSerif-Regular”],,[“mathboldsf”,“textboldsf”,“SansSerif-Bold”],,[“mathitsf”,“textitsf”,“SansSerif-Italic”],,[“”,“”,“”],[“”,“”,“”],[“mathtt”,“texttt”,“Typewriter-Regular”],],Be=[,[“”,“”,“”],[“mathsf”,“textsf”,“SansSerif-Regular”],,[“mathtt”,“texttt”,“Typewriter-Regular”]],Ce=function(e,t,r){return oe[e]&&oe[e].replace&&(e=oe[e].replace),{value:e,metrics:N(e,t,r)}},Ne=function(e,t,r,n,o){const s=Ce(e,t,r),i=s.metrics;let a;if(e=s.value,i){let t=i.italic;(“text”===r||n&&“mathit”===n.font)&&(t=0),a=new Z(e,i.height,i.depth,t,i.skew,i.width,o)}else“undefined”!=typeof console&&console.warn(“No character metrics for ‘”e“’ in style ‘”t“’ and mode ‘”r“’”),a=new Z(e,0,0,0,0,0,o);if(n){a.maxFontSize=n.sizeMultiplier,n.style.isTight()&&a.classes.push(“mtight”);const e=n.getColor();e&&(a.style.color=e)}return a},qe=(e,t)=>{if(G(e.classes)!==G(t.classes)||e.skew!==t.skew||e.maxFontSize!==t.maxFontSize)return!1;if(1===e.classes.length){const t=e.classes;if(“mbin”===t||“mord”===t)return!1}for(const r in e.style)if(e.style.hasOwnProperty®&&e.style!==t.style)return!1;for(const r in t.style)if(t.style.hasOwnProperty®&&e.style!==t.style)return!1;return!0},Ie=function(e){let t=0,r=0,n=0;for(let o=0;o<e.children.length;o++){const s=e.children;s.height>t&&(t=s.height),s.depth>r&&(r=s.depth),s.maxFontSize>n&&(n=s.maxFontSize)}e.height=t,e.depth=r,e.maxFontSize=n},Re=function(e,t,r,n){const o=new W(e,t,r,n);return Ie(o),o},He=(e,t,r,n)=>new W(e,t,r,n),Oe=function(e){const t=new A(e);return Ie(t),t},Ee=function(e,t,r){let n,o=“”;switch(e){case“amsrm”:o=“AMS”;break;case“textrm”:o=“Main”;break;case“textsf”:o=“SansSerif”;break;case“texttt”:o=“Typewriter”;break;default:o=e}return n=“textbf”===t&&“textit”===r?“BoldItalic”:“textbf”===t?“Bold”:“textit”===t?“Italic”:“Regular”,o+“-”+n},Le={mathbf:{variant:“bold”,fontName:“Main-Bold”},mathrm:{variant:“normal”,fontName:“Main-Regular”},textit:{variant:“italic”,fontName:“Main-Italic”},mathit:{variant:“italic”,fontName:“Main-Italic”},mathnormal:{variant:“italic”,fontName:“Math-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”}},De={vec:,oiintSize1:,oiintSize2:,oiiintSize1:,oiiintSize2:};var Ve={fontMap:Le,makeSymbol:Ne,mathsym:function(e,t,r,n){return void 0===n&&(n=[]),“boldsymbol”===r.font&&Ce(e,“Main-Bold”,t).metrics?Ne(e,“Main-Bold”,t,r,n.concat()):“\”===e||“main”===oe[e].font?Ne(e,“Main-Regular”,t,r,n):Ne(e,“AMS-Regular”,t,r,n.concat())},makeSpan:Re,makeSvgSpan:He,makeLineSpan:function(e,t,r){const n=Re(,[],t);return n.height=Math.max(r||t.fontMetrics().defaultRuleThickness,t.minRuleThickness),n.style.borderBottomWidth=F(n.height),n.maxFontSize=1,n},makeAnchor:function(e,t,r,n){const o=new _(e,t,r,n);return Ie(o),o},makeFragment:Oe,wrapFragment:function(e,t){return e instanceof A?Re([],,t):e},makeVList:function(e,t){const{children:r,depth:n}=function(e){if(“individualShift”===e.positionType){const t=e.children,r=[t],n=-t.shift-t.elem.depth;let o=n;for(let e=1;e<t.length;e++){const n=-t.shift-o-t.elem.depth,s=n-(t.elem.height+t.elem.depth);o+=n,r.push({type:“kern”,size:s}),r.push(t)}return{children:r,depth:n}}let t;if(“top”===e.positionType){let r=e.positionData;for(let t=0;t<e.children.length;t++){const n=e.children;r-=“kern”===n.type?n.size:n.elem.height+n.elem.depth}t=r}else if(“bottom”===e.positionType)t=-e.positionData;else{const r=e.children;if(“elem”!==r.type)throw new Error(‘First child must have type “elem”.’);if(“shift”===e.positionType)t=-r.elem.depth-e.positionData;else{if(“firstBaseline”!==e.positionType)throw new Error(“Invalid positionType ”e.positionType“.”);t=-r.elem.depth}}return{children:e.children,depth:t}}(e);let o=0;for(let e=0;e<r.length;e++){const t=r;if(“elem”===t.type){const e=t.elem;o=Math.max(o,e.maxFontSize,e.height)}}o+=2;const s=Re(,[]);s.style.height=F(o);const i=[];let a=n,l=n,h=n;for(let e=0;e<r.length;e++){const t=r;if(“kern”===t.type)h+=t.size;else{const e=t.elem,r=t.wrapperClasses||[],n=t.wrapperStyle||{},a=Re(r,,void 0,n);a.style.top=F(-o-h-e.depth),t.marginLeft&&(a.style.marginLeft=t.marginLeft),t.marginRight&&(a.style.marginRight=t.marginRight),i.push(a),h+=e.height+e.depth}a=Math.min(a,h),l=Math.max(l,h)}const c=Re(,i);let m;if(c.style.height=F(l),a<0){const e=Re([],),t=Re(,[e]);t.style.height=F(-a);const r=Re(,[new Z(“u200b”)]);m=[Re(,[c,r]),Re(,[t])]}else m=[Re(,[c])];const p=Re(,m);return 2===m.length&&p.classes.push(“vlist-t2”),p.height=l,p.depth=-a,p},makeOrd:function(e,t,r){const o=e.mode,s=e.text,i=,a=“math”===o||“text”===o&&t.font,l=a?t.font:t.fontFamily;let h=“”,c=“”;if(55349===s.charCodeAt(0)&&(=function(e,t){const r=1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320)+65536,o=“math”===t?0:1;if(119808<=r&&r<120484){const e=Math.floor((r-119808)/26);return[Te[2],Te[o]]}if(120782<=r&&r<=120831){const e=Math.floor((r-120782)/10);return[Be[2],Be[o]]}if(120485===r||120486===r)return[Te[2],Te[o]];if(120486<r&&r<120782)return;throw new n(“Unsupported character: ”+e)}(s,o)),h.length>0)return Ne(s,h,o,t,i.concat©);if(l){let e,n;if(“boldsymbol”===l){const t=function(e,t,r,n,o){return“textord”!==o&&Ce(e,“Math-BoldItalic”,t).metrics?{fontName:“Math-BoldItalic”,fontClass:“boldsymbol”}:{fontName:“Main-Bold”,fontClass:“mathbf”}}(s,o,0,0,r);e=t.fontName,n=}else a?(e=Le.fontName,n=):(e=Ee(l,t.fontWeight,t.fontShape),n=);if(Ce(s,e,o).metrics)return Ne(s,e,o,t,i.concat(n));if(ve.hasOwnProperty(s)&&“Typewriter”===e.slice(0,10)){const r=[];for(let a=0;a<s.length;a++)r.push(Ne(s,e,o,t,i.concat(n)));return Oe®}}if(“mathord”===r)return Ne(s,“Math-Italic”,o,t,i.concat());if(“textord”===r){const e=oe[s]&&oe[s].font;if(“ams”===e){const e=Ee(“amsrm”,t.fontWeight,t.fontShape);return Ne(s,e,o,t,i.concat(“amsrm”,t.fontWeight,t.fontShape))}if(“main”!==e&&e){const r=Ee(e,t.fontWeight,t.fontShape);return Ne(s,r,o,t,i.concat(r,t.fontWeight,t.fontShape))}{const e=Ee(“textrm”,t.fontWeight,t.fontShape);return Ne(s,e,o,t,i.concat(t.fontWeight,t.fontShape))}}throw new Error(“unexpected type: ”r“ in makeOrd”)},makeGlue:(e,t)=>{const r=Re(,[],t),n=P(e,t);return r.style.marginRight=F(n),r},staticSvg:function(e,t){const=De,s=new J®,i=new K(,{width:F(n),height:F(o),style:“width:”+F(n),viewBox:“0 0 ”+1e3*n+“ ”+1e3*o,preserveAspectRatio:“xMinYMin”}),a=He(,[i],t);return a.height=o,a.style.height=F(o),a.style.width=F(n),a},svgData:De,tryCombineChars:e=>{for(let t=0;t<e.length-1;t++){const r=e,n=e;r instanceof Z&&n instanceof Z&&qe(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,e.splice(t+1,1),t–)}return e}};const Pe={number:3,unit:“mu”},Fe={number:4,unit:“mu”},Ge={number:5,unit:“mu”},Ue={mord:{mop:Pe,mbin:Fe,mrel:Ge,minner:Pe},mop:{mord:Pe,mop:Pe,mrel:Ge,minner:Pe},mbin:{mord:Fe,mop:Fe,mopen:Fe,minner:Fe},mrel:{mord:Ge,mop:Ge,mopen:Ge,minner:Ge},mopen:{},mclose:{mop:Pe,mbin:Fe,mrel:Ge,minner:Pe},mpunct:{mord:Pe,mop:Pe,mrel:Ge,mopen:Pe,mclose:Pe,mpunct:Pe,minner:Pe},minner:{mord:Pe,mop:Pe,mbin:Fe,mrel:Ge,mopen:Pe,mpunct:Pe,minner:Pe}},Ye={mord:{mop:Pe},mop:{mord:Pe,mop:Pe},mbin:{},mrel:{},mopen:{},mclose:{mop:Pe},mpunct:{},minner:{mop:Pe}},Xe={},We={},_e={};function je(e){let{type:t,names:r,props:n,handler:o,htmlBuilder:s,mathmlBuilder:i}=e;const a={type:t,numArgs:n.numArgs,argTypes:n.argTypes,allowedInArgument:!!n.allowedInArgument,allowedInText:!!n.allowedInText,allowedInMath:void 0===n.allowedInMath||n.allowedInMath,numOptionalArgs:n.numOptionalArgs||0,infix:!!n.infix,primitive:!!n.primitive,handler:o};for(let e=0;e<r.length;++e)Xe[r]=a;t&&(s&&(We=s),i&&(_e=i))}function $e(e){let{type:t,htmlBuilder:r,mathmlBuilder:n}=e;je({type:t,names:[],props:{numArgs:0},handler(){throw new Error(“Should never be called.”)},htmlBuilder:r,mathmlBuilder:n})}const Ze=function(e){return“ordgroup”===e.type&&1===e.body.length?e.body:e},Ke=function(e){return“ordgroup”===e.type?e.body:},Je=Ve.makeSpan,Qe=,et=,tt={display:w.DISPLAY,text:w.TEXT,script:w.SCRIPT,scriptscript:w.SCRIPTSCRIPT},rt={mord:“mord”,mop:“mop”,mbin:“mbin”,mrel:“mrel”,mopen:“mopen”,mclose:“mclose”,mpunct:“mpunct”,minner:“minner”},nt=function(e,t,r,n){void 0===n&&(n=);const o=[];for(let r=0;r<e.length;r++){const n=ht(e,t);if(n instanceof A){const e=n.children;o.push(…e)}else o.push(n)}if(Ve.tryCombineChars(o),!r)return o;let s=t;if(1===e.length){const r=e;“sizing”===r.type?s=t.havingSize(r.size):“styling”===r.type&&(s=t.havingStyle(tt))}const i=Je([n||“leftmost”],[],t),a=Je([n||“rightmost”],[],t),h=“root”===r;return ot(o,((e,t)=>{const r=t.classes,n=e.classes;“mbin”===r&&l.contains(et,n)?t.classes=“mord”:“mbin”===n&&l.contains(Qe,r)&&(e.classes=“mord”)}),{node:i},a,h),ot(o,((e,t)=>{const r=at(t),n=at(e),o=r&&n?e.hasClass(“mtight”)?Ye[n]:Ue[n]:null;if(o)return Ve.makeGlue(o,s)}),{node:i},a,h),o},ot=function(e,t,r,n,o){n&&e.push(n);let s=0;for(;s<e.length;s++){const n=e,i=st(n);if(i){ot(i.children,t,r,null,o);continue}const a=!n.hasClass(“mspace”);if(a){const o=t(n,r.node);o&&(r.insertAfter?r.insertAfter(o):(e.unshift(o),s++))}a?r.node=n:o&&n.hasClass(“newline”)&&(r.node=Je()),r.insertAfter=(t=>r=>{e.splice(t+1,0,r),s++})(s)}n&&e.pop()},st=function(e){return e instanceof A||e instanceof _||e instanceof W&&e.hasClass(“enclosing”)?e:null},it=function(e,t){const r=st(e);if®{const e=r.children;if(e.length){if(“right”===t)return it(e,“right”);if(“left”===t)return it(e,“left”)}}return e},at=function(e,t){return e?(t&&(e=it(e,t)),rt[e.classes]||null):null},lt=function(e,t){const r=.concat(e.baseSizingClasses());return Je(t.concat®)},ht=function(e,t,r){if(!e)return Je();if(We){let n=We(e,t);if(r&&t.size!==r.size){n=Je(t.sizingClasses®,,t);const e=t.sizeMultiplier/r.sizeMultiplier;n.height*=e,n.depth*=e}return n}throw new n(“Got group of unknown type: ‘”e.type“’”)};function ct(e,t){const r=Je(,e,t),n=Je();return n.style.height=F(r.height+r.depth),r.depth&&(n.style.verticalAlign=F(-r.depth)),r.children.unshift(n),r}function mt(e,t){let r=null;1===e.length&&“tag”===e.type&&(r=e.tag,e=e.body);const n=nt(e,t,“root”);let o;2===n.length&&n.hasClass(“tag”)&&(o=n.pop());const s=[];let i,a=[];for(let e=0;e<n.length;e++)if(a.push(n),n.hasClass(“mbin”)||n.hasClass(“mrel”)||n.hasClass(“allowbreak”)){let r=!1;for(;e<n.length-1&&n.hasClass(“mspace”)&&!n.hasClass(“newline”);)e++,a.push(n),n.hasClass(“nobreak”)&&(r=!0);r||(s.push(ct(a,t)),a=[])}else n.hasClass(“newline”)&&(a.pop(),a.length>0&&(s.push(ct(a,t)),a=[]),s.push(n));a.length>0&&s.push(ct(a,t)),r?(i=ct(nt(r,t,!0)),i.classes=,s.push(i)):o&&s.push(o);const l=Je(,s);if(l.setAttribute(“aria-hidden”,“true”),i){const e=i.children;e.style.height=F(l.height+l.depth),l.depth&&(e.style.verticalAlign=F(-l.depth))}return l}function pt(e){return new A(e)}class ut{constructor(e,t,r){this.type=void 0,this.attributes=void 0,this.children=void 0,this.classes=void 0,this.type=e,this.attributes={},this.children=t||[],this.classes=r||}setAttribute(e,t){this.attributes=t}getAttribute(e){return this.attributes}toNode(){const e=document.createElementNS(“www.w3.org/1998/Math/MathML”,this.type);for(const t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes);this.classes.length>0&&(e.className=G(this.classes));for(let t=0;t<this.children.length;t++)e.appendChild(this.children.toNode());return e}toMarkup(){let e=“<”+this.type;for(const t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=“ ”t‘=“’,e+=l.escape(this.attributes),e+=‘”’);this.classes.length>0&&(e+=‘ class =“’+l.escape(G(this.classes))+‘”’),e+=“>”;for(let t=0;t<this.children.length;t++)e+=this.children.toMarkup();return e+=“</”this.type“>”,e}toText(){return this.children.map((e=>e.toText())).join(“”)}}class dt{constructor(e){this.text=void 0,this.text=e}toNode(){return document.createTextNode(this.text)}toMarkup(){return l.escape(this.toText())}toText(){return this.text}}var gt={MathNode:ut,TextNode:dt,SpaceNode:class{constructor(e){this.width=void 0,this.character=void 0,this.width=e,this.character=e>=.05555&&e<=.05556?“u200a”:e>=.1666&&e<=.1667?“u2009”:e>=.2222&&e<=.2223?“u2005”:e>=.2777&&e<=.2778?“u2005u200a”:e>=-.05556&&e<=-.05555?“u200au2063”:e>=-.1667&&e<=-.1666?“u2009u2063”:e>=-.2223&&e<=-.2222?“u205fu2063”:e>=-.2778&&e<=-.2777?“u2005u2063”:null}toNode(){if(this.character)return document.createTextNode(this.character);{const e=document.createElementNS(“www.w3.org/1998/Math/MathML”,“mspace”);return e.setAttribute(“width”,F(this.width)),e}}toMarkup(){return this.character?“<mtext>”this.character“</mtext>”:‘<mspace width=“’+F(this.width)+‘”/>’}toText(){return this.character?this.character:“ ”}},newDocumentFragment:pt};const ft=function(e,t,r){return!oe[e]||!oe[e].replace||55349===e.charCodeAt(0)||ve.hasOwnProperty(e)&&r&&(r.fontFamily&&“tt”===r.fontFamily.slice(4,6)||r.font&&“tt”===r.font.slice(4,6))||(e=oe[e].replace),new gt.TextNode(e)},bt=function(e){return 1===e.length?e:new gt.MathNode(“mrow”,e)},yt=function(e,t){if(“texttt”===t.fontFamily)return“monospace”;if(“textsf”===t.fontFamily)return“textit”===t.fontShape&&“textbf”===t.fontWeight?“sans-serif-bold-italic”:“textit”===t.fontShape?“sans-serif-italic”:“textbf”===t.fontWeight?“bold-sans-serif”:“sans-serif”;if(“textit”===t.fontShape&&“textbf”===t.fontWeight)return“bold-italic”;if(“textit”===t.fontShape)return“italic”;if(“textbf”===t.fontWeight)return“bold”;const r=t.font;if(!r||“mathnormal”===r)return null;const n=e.mode;if(“mathit”===r)return“italic”;if(“boldsymbol”===r)return“textord”===e.type?“bold”:“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=e.text;if(l.contains(,o))return null;oe[o]&&oe[o].replace&&(o=oe[o].replace);return N(o,Ve.fontMap.fontName,n)?Ve.fontMap.variant:null},xt=function(e,t,r){if(1===e.length){const n=vt(e,t);return r&&n instanceof ut&&“mo”===n.type&&(n.setAttribute(“lspace”,“0em”),n.setAttribute(“rspace”,“0em”)),}const n=[];let o;for(let r=0;r<e.length;r++){const s=vt(e,t);if(s instanceof ut&&o instanceof ut){if(“mtext”===s.type&&“mtext”===o.type&&s.getAttribute(“mathvariant”)===o.getAttribute(“mathvariant”)){o.children.push(…s.children);continue}if(“mn”===s.type&&“mn”===o.type){o.children.push(…s.children);continue}if(“mi”===s.type&&1===s.children.length&&“mn”===o.type){const e=s.children;if(e instanceof dt&&“.”===e.text){o.children.push(…s.children);continue}}else if(“mi”===o.type&&1===o.children.length){const e=o.children;if(e instanceof dt&&“u0338”===e.text&&(“mo”===s.type||“mi”===s.type||“mn”===s.type)){const e=s.children;e instanceof dt&&e.text.length>0&&(e.text=e.text.slice(0,1)+“u0338”+e.text.slice(1),n.pop())}}}n.push(s),o=s}return n},wt=function(e,t,r){return bt(xt(e,t,r))},vt=function(e,t){if(!e)return new gt.MathNode(“mrow”);if(_e){return _e(e,t)}throw new n(“Got group of unknown type: ‘”e.type“’”)};function kt(e,t,r,n,o){const s=xt(e,r);let i;i=1===s.length&&sinstanceof ut&&l.contains(,s.type)?s:new gt.MathNode(“mrow”,s);const a=new gt.MathNode(“annotation”,[new gt.TextNode(t)]);a.setAttribute(“encoding”,“application/x-tex”);const h=new gt.MathNode(“semantics”,),c=new gt.MathNode(“math”,);c.setAttribute(“xmlns”,“www.w3.org/1998/Math/MathML”),n&&c.setAttribute(“display”,“block”);const m=o?“katex”:“katex-mathml”;return Ve.makeSpan(,[c])}const St=function(e){return new E({style:e.displayMode?w.DISPLAY:w.TEXT,maxSize:e.maxSize,minRuleThickness:e.minRuleThickness})},Mt=function(e,t){if(t.displayMode){const r=;t.leqno&&r.push(“leqno”),t.fleqn&&r.push(“fleqn”),e=Ve.makeSpan(r,)}return e},zt=function(e,t,r){const n=St®;let o;if(“mathml”===r.output)return kt(e,t,n,r.displayMode,!0);if(“html”===r.output){const t=mt(e,n);o=Ve.makeSpan(,[t])}else{const s=kt(e,t,n,r.displayMode,!1),i=mt(e,n);o=Ve.makeSpan(,[s,i])}return Mt(o,r)};const At={widehat:“^”,widecheck:“u02c7”,widetilde:“~”,utilde:“~”,overleftarrow:“u2190”,underleftarrow:“u2190”,xleftarrow:“u2190”,overrightarrow:“u2192”,underrightarrow:“u2192”,xrightarrow:“u2192”,underbrace:“u23df”,overbrace:“u23de”,overgroup:“u23e0”,undergroup:“u23e1”,overleftrightarrow:“u2194”,underleftrightarrow:“u2194”,xleftrightarrow:“u2194”,Overrightarrow:“u21d2”,xRightarrow:“u21d2”,overleftharpoon:“u21bc”,xleftharpoonup:“u21bc”,overrightharpoon:“u21c0”,xrightharpoonup:“u21c0”,xLeftarrow:“u21d0”,xLeftrightarrow:“u21d4”,xhookleftarrow:“u21a9”,xhookrightarrow:“u21aa”,xmapsto:“u21a6”,xrightharpoondown:“u21c1”,xleftharpoondown:“u21bd”,xrightleftharpoons:“u21cc”,xleftrightharpoons:“u21cb”,xtwoheadleftarrow:“u219e”,xtwoheadrightarrow:“u21a0”,xlongequal:“=”,xtofrom:“u21c4”,xrightleftarrows:“u21c4”,xrightequilibrium:“u21cc”,xleftequilibrium:“u21cb”,“\cdrightarrow”:“u2192”,“\cdleftarrow”:“u2190”,“\cdlongequal”:“=”},Tt={overrightarrow:[,.888,522,“xMaxYMin”],overleftarrow:[,.888,522,“xMinYMin”],underrightarrow:[,.888,522,“xMaxYMin”],underleftarrow:[,.888,522,“xMinYMin”],xrightarrow:[,1.469,522,“xMaxYMin”],“\cdrightarrow”:[,3,522,“xMaxYMin”],xleftarrow:[,1.469,522,“xMinYMin”],“\cdleftarrow”:[,3,522,“xMinYMin”],Overrightarrow:[,.888,560,“xMaxYMin”],xRightarrow:[,1.526,560,“xMaxYMin”],xLeftarrow:[,1.526,560,“xMinYMin”],overleftharpoon:[,.888,522,“xMinYMin”],xleftharpoonup:[,.888,522,“xMinYMin”],xleftharpoondown:[,.888,522,“xMinYMin”],overrightharpoon:[,.888,522,“xMaxYMin”],xrightharpoonup:[,.888,522,“xMaxYMin”],xrightharpoondown:[,.888,522,“xMaxYMin”],xlongequal:[,.888,334,“xMinYMin”],“\cdlongequal”:[,3,334,“xMinYMin”],xtwoheadleftarrow:[,.888,334,“xMinYMin”],xtwoheadrightarrow:[,.888,334,“xMaxYMin”],overleftrightarrow:[,.888,522],overbrace:[,1.6,548],underbrace:[,1.6,548],underleftrightarrow:[,.888,522],xleftrightarrow:[,1.75,522],xLeftrightarrow:[,1.75,560],xrightleftharpoons:[,1.75,716],xleftrightharpoons:[,1.75,716],xhookleftarrow:[,1.08,522],xhookrightarrow:[,1.08,522],overlinesegment:[,.888,522],underlinesegment:[,.888,522],overgroup:[,.888,342],undergroup:[,.888,342],xmapsto:[,1.5,522],xtofrom:[,1.75,528],xrightleftarrows:[,1.75,901],xrightequilibrium:[,1.75,716],xleftequilibrium:[,1.75,716]};var Bt=function(e,t,r,n,o){let s;const i=e.height+e.depth+r+n;if(/fbox|color|angl/.test(t)){if(s=Ve.makeSpan(,[],o),“fbox”===t){const e=o.color&&o.getColor();e&&(s.style.borderColor=e)}}else{const e=[];/^cancel$/.test(t)&&e.push(new Q({x1:“0”,y1:“0”,x2:“100%”,y2:“100%”,“stroke-width”:“0.046em”})),/^x?cancel$/.test(t)&&e.push(new Q({x1:“0”,y1:“100%”,x2:“100%”,y2:“0”,“stroke-width”:“0.046em”}));const r=new K(e,{width:“100%”,height:F(i)});s=Ve.makeSvgSpan([],,o)}return s.height=i,s.style.height=F(i),s},Ct=function(e){const t=new gt.MathNode(“mo”,[new gt.TextNode(At)]);return t.setAttribute(“stretchy”,“true”),t},Nt=function(e,t){const{span:r,minWidth:n,height:o}=function(){let r=4e5;const n=e.label.slice(1);if(l.contains(,n)){const s=“ordgroup”===(o=e.base).type?o.body.length:1;let i,a,l;if(s>5)“widehat”===n||“widecheck”===n?(i=420,r=2364,l=.42,a=n+“4”):(i=312,r=2340,l=.34,a=“tilde4”);else{const e=[s];“widehat”===n||“widecheck”===n?(r=[e],i=[e],l=[e],a=n+e):(r=[e],i=[e],l=[e],a=“tilde”+e)}const h=new J(a),c=new K(,{width:“100%”,height:F(l),viewBox:“0 0 ”r“ ”+i,preserveAspectRatio:“none”});return{span:Ve.makeSvgSpan([],,t),minWidth:0,height:l}}{const e=[],o=Tt,[s,i,a]=o,l=a/1e3,h=s.length;let c,m;if(1===h){c=,m=[o]}else if(2===h)c=,m=;else{if(3!==h)throw new Error(“Correct katexImagesData or update code here to supportn ”hchildren.”);c=,m=}for(let n=0;n<h;n++){const o=new J(s),p=new K(,{width:“400em”,height:F(l),viewBox:“0 0 ”r“ ”+a,preserveAspectRatio:m+“ slice”}),u=Ve.makeSvgSpan([c],[p],t);if(1===h)return{span:u,minWidth:i,height:l};u.style.height=F(l),e.push(u)}return{span:Ve.makeSpan(,e,t),minWidth:i,height:l}}var o}();return r.height=o,r.style.height=F(o),n>0&&(r.style.minWidth=F(n)),r};function qt(e,t){if(!e||e.type!==t)throw new Error(“Expected node of type ”t“, but got ”+(e?“node of type ”+e.type:String(e)));return e}function It(e){const t=Rt(e);if(!t)throw new Error(“Expected node of symbol group type, but got ”+(e?“node of type ”+e.type:String(e)));return t}function Rt(e){return e&&(“atom”===e.type||re.hasOwnProperty(e.type))?e:null}const Ht=(e,t)=>{let r,n,o;e&&“supsub”===e.type?(n=qt(e.base,“accent”),r=n.base,e.base=r,o=function(e){if(e instanceof W)return e;throw new Error(“Expected span<HtmlDomNode> but got ”+String(e)+“.”)}(ht(e,t)),e.base=n):(n=qt(e,“accent”),r=n.base);const s=ht(r,t.havingCrampedStyle());let i=0;if(n.isShifty&&l.isCharacterBox®){const e=l.getBaseElem®;i=ee(ht(e,t.havingCrampedStyle())).skew}const a=“\c”===n.label;let h,c=a?s.height+s.depth:Math.min(s.height,t.fontMetrics().xHeight);if(n.isStretchy)h=Nt(n,t),h=Ve.makeVList({positionType:“firstBaseline”,children:[{type:“elem”,elem:s},{type:“elem”,elem:h,wrapperClasses:,wrapperStyle:i>0?{width:“calc(100% - ”+F(2*i)+“)”,marginLeft:F(2*i)}:void 0}]},t);else{let e,r;“\vec”===n.label?(e=Ve.staticSvg(“vec”,t),r=Ve.svgData.vec):(e=Ve.makeOrd({mode:n.mode,text:n.label},t,“textord”),e=ee(e),e.italic=0,r=e.width,a&&(c+=e.depth)),h=Ve.makeSpan(,[e]);const o=“\textcircled”===n.label;o&&(h.classes.push(“accent-full”),c=s.height);let l=i;o||(l-=r/2),h.style.left=F(l),“\textcircled”===n.label&&(h.style.top=“.2em”),h=Ve.makeVList({positionType:“firstBaseline”,children:},t)}const m=Ve.makeSpan(,[h],t);return o?(o.children=m,o.height=Math.max(m.height,o.height),o.classes=“mord”,o):m},Ot=(e,t)=>{const r=e.isStretchy?Ct(e.label):new gt.MathNode(“mo”,),n=new gt.MathNode(“mover”,);return n.setAttribute(“accent”,“true”),n},Et=new RegExp(.map((e=>“\”+e)).join(“|”));je({type:“accent”,names:,props:{numArgs:1},handler:(e,t)=>{const r=Ze(t),n=!Et.test(e.funcName),o=!n||“\widehat”===e.funcName||“\widetilde”===e.funcName||“\widecheck”===e.funcName;return{type:“accent”,mode:e.parser.mode,label:e.funcName,isStretchy:n,isShifty:o,base:r}},htmlBuilder:Ht,mathmlBuilder:Ot}),je({type:“accent”,names:,props:{numArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:},handler:(e,t)=>{const r=t;let n=e.parser.mode;return“math”===n&&(e.parser.settings.reportNonstrict(“mathVsTextAccents”,“LaTeX’s accent ”e.funcName“ works only in text mode”),n=“text”),{type:“accent”,mode:n,label:e.funcName,isStretchy:!1,isShifty:!0,base:r}},htmlBuilder:Ht,mathmlBuilder:Ot}),je({type:“accentUnder”,names:,props:{numArgs:1},handler:(e,t)=>{let{parser:r,funcName:n}=e;const o=t;return{type:“accentUnder”,mode:r.mode,label:n,base:o}},htmlBuilder:(e,t)=>{const r=ht(e.base,t),n=Nt(e,t),o=“\utilde”===e.label?.12:0,s=Ve.makeVList({positionType:“top”,positionData:r.height,children:[{type:“elem”,elem:n,wrapperClasses:},{type:“kern”,size:o},{type:“elem”,elem:r}]},t);return Ve.makeSpan(,[s],t)},mathmlBuilder:(e,t)=>{const r=Ct(e.label),n=new gt.MathNode(“munder”,);return n.setAttribute(“accentunder”,“true”),n}});const Lt=e=>{const t=new gt.MathNode(“mpadded”,e?:[]);return t.setAttribute(“width”,“+0.6em”),t.setAttribute(“lspace”,“0.3em”),t};je({type:“xArrow”,names:,props:{numArgs:1,numOptionalArgs:1},handler(e,t,r){let{parser:n,funcName:o}=e;return{type:“xArrow”,mode:n.mode,label:o,body:t,below:r}},htmlBuilder(e,t){const r=t.style;let n=t.havingStyle(r.sup());const o=Ve.wrapFragment(ht(e.body,n,t),t),s=“\x”===e.label.slice(0,2)?“x”:“cd”;let i;o.classes.push(s+“-arrow-pad”),e.below&&(n=t.havingStyle(r.sub()),i=Ve.wrapFragment(ht(e.below,n,t),t),i.classes.push(s+“-arrow-pad”));const a=Nt(e,t),l=-t.fontMetrics().axisHeight+.5*a.height;let h,c=-t.fontMetrics().axisHeight-.5*a.height-.111;if((o.depth>.25||“\xleftequilibrium”===e.label)&&(c-=o.depth),i){const e=-t.fontMetrics().axisHeight+i.height+.5*a.height+.111;h=Ve.makeVList({positionType:“individualShift”,children:},t)}else h=Ve.makeVList({positionType:“individualShift”,children:},t);return h.children.children.children.classes.push(“svg-align”),Ve.makeSpan(,[h],t)},mathmlBuilder(e,t){const r=Ct(e.label);let n;if(r.setAttribute(“minsize”,“x”===e.label.charAt(0)?“1.75em”:“3.0em”),e.body){const o=Lt(vt(e.body,t));if(e.below){const s=Lt(vt(e.below,t));n=new gt.MathNode(“munderover”,)}else n=new gt.MathNode(“mover”,)}else if(e.below){const o=Lt(vt(e.below,t));n=new gt.MathNode(“munder”,)}else n=Lt(),n=new gt.MathNode(“mover”,);return n}});const Dt=Ve.makeSpan;function Vt(e,t){const r=nt(e.body,t,!0);return Dt(,r,t)}function Pt(e,t){let r;const n=xt(e.body,t);return“minner”===e.mclass?r=new gt.MathNode(“mpadded”,n):“mord”===e.mclass?e.isCharacterBox?(r=n,r.type=“mi”):r=new gt.MathNode(“mi”,n):(e.isCharacterBox?(r=n,r.type=“mo”):r=new gt.MathNode(“mo”,n),“mbin”===e.mclass?(r.attributes.lspace=“0.22em”,r.attributes.rspace=“0.22em”):“mpunct”===e.mclass?(r.attributes.lspace=“0em”,r.attributes.rspace=“0.17em”):“mopen”===e.mclass||“mclose”===e.mclass?(r.attributes.lspace=“0em”,r.attributes.rspace=“0em”):“minner”===e.mclass&&(r.attributes.lspace=“0.0556em”,r.attributes.width=“+0.1111em”)),r}je({type:“mclass”,names:,props:{numArgs:1,primitive:!0},handler(e,t){let{parser:r,funcName:n}=e;const o=t;return{type:“mclass”,mode:r.mode,mclass:“m”+n.slice(5),body:Ke(o),isCharacterBox:l.isCharacterBox(o)}},htmlBuilder:Vt,mathmlBuilder:Pt});const Ft=e=>{const t=“ordgroup”===e.type&&e.body.length?e.body:e;return“atom”!==t.type||“bin”!==t.family&&“rel”!==t.family?“mord”:“m”+t.family};je({type:“mclass”,names:,props:{numArgs:2},handler(e,t){let{parser:r}=e;return{type:“mclass”,mode:r.mode,mclass:Ft(t),body:Ke(t),isCharacterBox:l.isCharacterBox(t)}}}),je({type:“mclass”,names:,props:{numArgs:2},handler(e,t){let{parser:r,funcName:n}=e;const o=t,s=t;let i;i=“\stackrel”!==n?Ft(o):“mrel”;const a={type:“op”,mode:o.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:“\stackrel”!==n,body:Ke(o)},h={type:“supsub”,mode:s.mode,base:a,sup:“\underset”===n?null:s,sub:“\underset”===n?s:null};return{type:“mclass”,mode:r.mode,mclass:i,body:,isCharacterBox:l.isCharacterBox(h)}},htmlBuilder:Vt,mathmlBuilder:Pt}),je({type:“pmb”,names:,props:{numArgs:1,allowedInText:!0},handler(e,t){let{parser:r}=e;return{type:“pmb”,mode:r.mode,mclass:Ft(t),body:Ke(t)}},htmlBuilder(e,t){const r=nt(e.body,t,!0),n=Ve.makeSpan(,r,t);return n.style.textShadow=“0.02em 0.01em 0.04px”,n},mathmlBuilder(e,t){const r=xt(e.body,t),n=new gt.MathNode(“mstyle”,r);return n.setAttribute(“style”,“text-shadow: 0.02em 0.01em 0.04px”),n}});const Gt={“>”:“\\cdrightarrow”,“<”:“\\cdleftarrow”,“=”:“\\cdlongequal”,A:“\uparrow”,V:“\downarrow”,“|”:“\Vert”,“.”:“no arrow”},Ut=e=>“textord”===e.type&&“@”===e.text;function Yt(e,t,r){const n=Gt;switch(n){case“\\cdrightarrow”:case“\\cdleftarrow”:return r.callFunction(n,[t],[t]);case“\uparrow”:case“\downarrow”:{const e={type:“atom”,text:n,mode:“math”,family:“rel”},o={type:“ordgroup”,mode:“math”,body:[r.callFunction(“\\cdleft”,[t],[]),r.callFunction(“\Big”,,[]),r.callFunction(“\\cdright”,[t],[])]};return r.callFunction(“\\cdparent”,,[])}case“\\cdlongequal”:return r.callFunction(“\\cdlongequal”,[],);case“\Vert”:{const e={type:“textord”,text:“\Vert”,mode:“math”};return r.callFunction(“\Big”,,[])}default:return{type:“textord”,text:“ ”,mode:“math”}}}je({type:“cdlabel”,names:,props:{numArgs:1},handler(e,t){let{parser:r,funcName:n}=e;return{type:“cdlabel”,mode:r.mode,side:n.slice(4),label:t}},htmlBuilder(e,t){const r=t.havingStyle(t.style.sup()),n=Ve.wrapFragment(ht(e.label,r,t),t);return n.classes.push(“cd-label-”+e.side),n.style.bottom=F(.8-n.depth),n.height=0,n.depth=0,n},mathmlBuilder(e,t){let r=new gt.MathNode(“mrow”,);return r=new gt.MathNode(“mpadded”,),r.setAttribute(“width”,“0”),“left”===e.side&&r.setAttribute(“lspace”,“-1width”),r.setAttribute(“voffset”,“0.7em”),r=new gt.MathNode(“mstyle”,),r.setAttribute(“displaystyle”,“false”),r.setAttribute(“scriptlevel”,“1”),r}}),je({type:“cdlabelparent”,names:,props:{numArgs:1},handler(e,t){let{parser:r}=e;return{type:“cdlabelparent”,mode:r.mode,fragment:t}},htmlBuilder(e,t){const r=Ve.wrapFragment(ht(e.fragment,t),t);return r.classes.push(“cd-vert-arrow”),r},mathmlBuilder(e,t){return new gt.MathNode(“mrow”,)}}),je({type:“textord”,names:,props:{numArgs:1,allowedInText:!0},handler(e,t){let{parser:r}=e;const o=qt(t,“ordgroup”).body;let s=“”;for(let e=0;e<o.length;e++){s+=qt(o,“textord”).text}let i,a=parseInt(s);if(isNaN(a))throw new n(“\@char has non-numeric argument ”+s);if(a<0||a>=1114111)throw new n(“\@char with invalid code point ”+s);return a<=65535?i=String.fromCharCode(a):(a-=65536,i=String.fromCharCode(55296+(a>>10),56320+(1023&a))),{type:“textord”,mode:r.mode,text:i}}});const Xt=(e,t)=>{const r=nt(e.body,t.withColor(e.color),!1);return Ve.makeFragment®},Wt=(e,t)=>{const r=xt(e.body,t.withColor(e.color)),n=new gt.MathNode(“mstyle”,r);return n.setAttribute(“mathcolor”,e.color),n};je({type:“color”,names:,props:{numArgs:2,allowedInText:!0,argTypes:},handler(e,t){let{parser:r}=e;const n=qt(t,“color-token”).color,o=t;return{type:“color”,mode:r.mode,color:n,body:Ke(o)}},htmlBuilder:Xt,mathmlBuilder:Wt}),je({type:“color”,names:,props:{numArgs:1,allowedInText:!0,argTypes:},handler(e,t){let{parser:r,breakOnTokenText:n}=e;const o=qt(t,“color-token”).color;r.gullet.macros.set(“\current@color”,o);const s=r.parseExpression(!0,n);return{type:“color”,mode:r.mode,color:o,body:s}},htmlBuilder:Xt,mathmlBuilder:Wt}),je({type:“cr”,names:,props:{numArgs:0,numOptionalArgs:0,allowedInText:!0},handler(e,t,r){let{parser:n}=e;const o=“[”===n.gullet.future().text?n.parseSizeGroup(!0):null,s=!n.settings.displayMode||!n.settings.useStrictBehavior(“newLineInDisplayMode”,“In LaTeX, \\ or \newline does nothing in display mode”);return{type:“cr”,mode:n.mode,newLine:s,size:o&&qt(o,“size”).value}},htmlBuilder(e,t){const r=Ve.makeSpan(,[],t);return e.newLine&&(r.classes.push(“newline”),e.size&&(r.style.marginTop=F(P(e.size,t)))),r},mathmlBuilder(e,t){const r=new gt.MathNode(“mspace”);return e.newLine&&(r.setAttribute(“linebreak”,“newline”),e.size&&r.setAttribute(“height”,F(P(e.size,t)))),r}});const _t={“\global”:“\global”,“\long”:“\\globallong”,“\\globallong”:“\\globallong”,“\def”:“\gdef”,“\gdef”:“\gdef”,“\edef”:“\xdef”,“\xdef”:“\xdef”,“\let”:“\\globallet”,“\futurelet”:“\\globalfuture”},jt=e=>{const t=e.text;if(/^(?:|EOF)$/.test(t))throw new n(“Expected a control sequence”,e);return t},$t=(e,t,r,n)=>{let o=e.gullet.macros.get(r.text);null==o&&(r.noexpand=!0,o={tokens:,numArgs:0,unexpandable:!e.gullet.isExpandable(r.text)}),e.gullet.macros.set(t,o,n)};je({type:“internal”,names:,props:{numArgs:0,allowedInText:!0},handler(e){let{parser:t,funcName:r}=e;t.consumeSpaces();const o=t.fetch();if(_t)return“\global”!==r&&“\\globallong”!==r||(o.text=_t),qt(t.parseFunction(),“internal”);throw new n(“Invalid token after macro prefix”,o)}}),je({type:“internal”,names:,props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){let{parser:t,funcName:r}=e,o=t.gullet.popToken();const s=o.text;if(/^(?:|EOF)$/.test(s))throw new n(“Expected a control sequence”,o);let i,a=0;const l=[];for(;“{”!==t.gullet.future().text;)if(o=t.gullet.popToken(),“#”===o.text){if(“{”===t.gullet.future().text){i=t.gullet.future(),l.push(“{”);break}if(o=t.gullet.popToken(),!/^$/.test(o.text))throw new n(‘Invalid argument number “’o.text‘”’);if(parseInt(o.text)!==a+1)throw new n(‘Argument number “’o.text‘” out of order’);a++,l.push([])}else{if(“EOF”===o.text)throw new n(“Expected a macro definition”);l.push(o.text)}let{tokens:h}=t.gullet.consumeArg();return i&&h.unshift(i),“\edef”!==r&&“\xdef”!==r||(h=t.gullet.expandTokens(h),h.reverse()),t.gullet.macros.set(s,{tokens:h,numArgs:a,delimiters:l},r===_t),{type:“internal”,mode:t.mode}}}),je({type:“internal”,names:,props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){let{parser:t,funcName:r}=e;const n=jt(t.gullet.popToken());t.gullet.consumeSpaces();const o=(e=>{let t=e.gullet.popToken();return“=”===t.text&&(t=e.gullet.popToken(),“ ”===t.text&&(t=e.gullet.popToken())),t})(t);return $t(t,n,o,“\\globallet”===r),{type:“internal”,mode:t.mode}}}),je({type:“internal”,names:,props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){let{parser:t,funcName:r}=e;const n=jt(t.gullet.popToken()),o=t.gullet.popToken(),s=t.gullet.popToken();return $t(t,n,s,“\\globalfuture”===r),t.gullet.pushToken(s),t.gullet.pushToken(o),{type:“internal”,mode:t.mode}}});const Zt=function(e,t,r){const n=N(oe.math&&oe.math.replace||e,t,r);if(!n)throw new Error(“Unsupported symbol ”e“ and font size ”t“.”);return n},Kt=function(e,t,r,n){const o=r.havingBaseStyle(t),s=Ve.makeSpan(n.concat(o.sizingClasses®),,r),i=o.sizeMultiplier/r.sizeMultiplier;return s.height*=i,s.depth*=i,s.maxFontSize=o.sizeMultiplier,s},Jt=function(e,t,r){const n=t.havingBaseStyle®,o=(1-t.sizeMultiplier/n.sizeMultiplier)*t.fontMetrics().axisHeight;e.classes.push(“delimcenter”),e.style.top=F(o),e.height-=o,e.depth+=o},Qt=function(e,t,r,n,o,s){const i=function(e,t,r,n){return Ve.makeSymbol(e,“Size”t“-Regular”,r,n)}(e,t,o,n),a=Kt(Ve.makeSpan(,[i],n),w.TEXT,n,s);return r&&Jt(a,n,w.TEXT),a},er=function(e,t,r){let n;n=“Size1-Regular”===t?“delim-size1”:“delim-size4”;return{type:“elem”,elem:Ve.makeSpan(,[Ve.makeSpan([],)])}},tr=function(e,t,r){const n=T[e.charCodeAt(0)]?T[e.charCodeAt(0)]:T[e.charCodeAt(0)],o=new J(“inner”,function(e,t){switch(e){case“u239c”:return“M291 0 H417 V”t“ H291z M291 0 H417 V”t“ H291z”;case“u2223”:return“M145 0 H188 V”t“ H145z M145 0 H188 V”t“ H145z”;case“u2225”:return“M145 0 H188 V”t“ H145z M145 0 H188 V”t“ H145zM367 0 H410 V”t“ H367z M367 0 H410 V”t“ H367z”;case“u239f”:return“M457 0 H583 V”t“ H457z M457 0 H583 V”t“ H457z”;case“u23a2”:return“M319 0 H403 V”t“ H319z M319 0 H403 V”t“ H319z”;case“u23a5”:return“M263 0 H347 V”t“ H263z M263 0 H347 V”t“ H263z”;case“u23aa”:return“M384 0 H504 V”t“ H384z M384 0 H504 V”t“ H384z”;case“u23d0”:return“M312 0 H355 V”t“ H312z M312 0 H355 V”t“ H312z”;case“u2016”:return“M257 0 H300 V”t“ H257z M257 0 H300 V”t“ H257zM478 0 H521 V”t“ H478z M478 0 H521 V”t“ H478z”;default:return“”}}(e,Math.round(1e3*t))),s=new K(,{width:F(n),height:F(t),style:“width:”+F(n),viewBox:“0 0 ”+1e3*n+“ ”+Math.round(1e3*t),preserveAspectRatio:“xMinYMin”}),i=Ve.makeSvgSpan([],,r);return i.height=t,i.style.height=F(t),i.style.width=F(n),{type:“elem”,elem:i}},rr={type:“kern”,size:-.008},nr=,or=,sr=function(e,t,r,n,o,s){let i,a,h,c,m=“”,p=0;i=h=c=e,a=null;let u=“Size1-Regular”;“\uparrow”===e?h=c=“u23d0”:“\Uparrow”===e?h=c=“u2016”:“\downarrow”===e?i=h=“u23d0”:“\Downarrow”===e?i=h=“u2016”:“\updownarrow”===e?(i=“\uparrow”,h=“u23d0”,c=“\downarrow”):“\Updownarrow”===e?(i=“\Uparrow”,h=“u2016”,c=“\Downarrow”):l.contains(nr,e)?(h=“u2223”,m=“vert”,p=333):l.contains(or,e)?(h=“u2225”,m=“doublevert”,p=556):“”===e||“\rbrack”===e?(i=“u23a4”,h=“u23a5”,c=“u23a6”,u=“Size4-Regular”,m=“rbrack”,p=667):“\lfloor”===e||“u230a”===e?(h=i=“u23a2”,c=“u23a3”,u=“Size4-Regular”,m=“lfloor”,p=667):“\lceil”===e||“u2308”===e?(i=“u23a1”,h=c=“u23a2”,u=“Size4-Regular”,m=“lceil”,p=667):“\rfloor”===e||“u230b”===e?(h=i=“u23a5”,c=“u23a6”,u=“Size4-Regular”,m=“rfloor”,p=667):“\rceil”===e||“u2309”===e?(i=“u23a4”,h=c=“u23a5”,u=“Size4-Regular”,m=“rceil”,p=667):“(”===e||“\lparen”===e?(i=“u239b”,h=“u239c”,c=“u239d”,u=“Size4-Regular”,m=“lparen”,p=875):“)”===e||“\rparen”===e?(i=“u239e”,h=“u239f”,c=“u23a0”,u=“Size4-Regular”,m=“rparen”,p=875):“\{”===e||“\lbrace”===e?(i=“u23a7”,a=“u23a8”,c=“u23a9”,h=“u23aa”,u=“Size4-Regular”):“\}”===e||“\rbrace”===e?(i=“u23ab”,a=“u23ac”,c=“u23ad”,h=“u23aa”,u=“Size4-Regular”):“\lgroup”===e||“u27ee”===e?(i=“u23a7”,c=“u23a9”,h=“u23aa”,u=“Size4-Regular”):“\rgroup”===e||“u27ef”===e?(i=“u23ab”,c=“u23ad”,h=“u23aa”,u=“Size4-Regular”):“\lmoustache”===e||“u23b0”===e?(i=“u23a7”,c=“u23ad”,h=“u23aa”,u=“Size4-Regular”):“\rmoustache”!==e&&“u23b1”!==e||(i=“u23ab”,c=“u23a9”,h=“u23aa”,u=“Size4-Regular”);const d=Zt(i,u,o),g=d.height+d.depth,f=Zt(h,u,o),b=f.height+f.depth,y=Zt(c,u,o),x=y.height+y.depth;let v=0,k=1;if(null!==a){const e=Zt(a,u,o);v=e.height+e.depth,k=2}const S=g+x+v,M=S+Math.max(0,Math.ceil((t-S)/(k*b)))*k*b;let z=n.fontMetrics().axisHeight;r&&(z*=n.sizeMultiplier);const A=M/2-z,T=[];if(m.length>0){const e=M-g-x,t=Math.round(1e3*M),r=function(e,t){switch(e){case“lbrack”:return“M403 1759 V84 H666 V0 H319 V1759 v”t“ v1759 h347 v-84nH403z M403 1759 V0 H319 V1759 v”t“ v1759 h84z”;case“rbrack”:return“M347 1759 V0 H0 V84 H263 V1759 v”t“ v1759 H0 v84 H347znM347 1759 V0 H263 V1759 v”t“ v1759 h84z”;case“vert”:return“M145 15 v585 v”t“ v585 c2.667,10,9.667,15,21,15nc10,0,16.667,-5,20,-15 v-585 v”-t“ v-585 c-2.667,-10,-9.667,-15,-21,-15nc-10,0,-16.667,5,-20,15z M188 15 H145 v585 v”t“ v585 h43z”;case“doublevert”:return“M145 15 v585 v”t“ v585 c2.667,10,9.667,15,21,15nc10,0,16.667,-5,20,-15 v-585 v”-t“ v-585 c-2.667,-10,-9.667,-15,-21,-15nc-10,0,-16.667,5,-20,15z M188 15 H145 v585 v”t“ v585 h43znM367 15 v585 v”t“ v585 c2.667,10,9.667,15,21,15nc10,0,16.667,-5,20,-15 v-585 v”-t“ v-585 c-2.667,-10,-9.667,-15,-21,-15nc-10,0,-16.667,5,-20,15z M410 15 H367 v585 v”t“ v585 h43z”;case“lfloor”:return“M319 602 V0 H403 V602 v”t“ v1715 h263 v84 H319znMM319 602 V0 H403 V602 v”t“ v1715 H319z”;case“rfloor”:return“M319 602 V0 H403 V602 v”t“ v1799 H0 v-84 H319znMM319 602 V0 H403 V602 v”t“ v1715 H319z”;case“lceil”:return“M403 1759 V84 H666 V0 H319 V1759 v”t“ v602 h84znM403 1759 V0 H319 V1759 v”t“ v602 h84z”;case“rceil”:return“M347 1759 V0 H0 V84 H263 V1759 v”t“ v602 h84znM347 1759 V0 h-84 V1759 v”t“ v602 h84z”;case“lparen”:return“M863,9c0,-2,-2,-5,-6,-9c0,0,-17,0,-17,0c-12.7,0,-19.3,0.3,-20,1nc-5.3,5.3,-10.3,11,-15,17c-242.7,294.7,-395.3,682,-458,1162c-21.3,163.3,-33.3,349,n-36,557 l0,”+(t+84)+“c0.2,6,0,26,0,60c2,159.3,10,310.7,24,454c53.3,528,210,n949.7,470,1265c4.7,6,9.7,11.7,15,17c0.7,0.7,7,1,19,1c0,0,18,0,18,0c4,-4,6,-7,6,-9nc0,-2.7,-3.3,-8.7,-10,-18c-135.3,-192.7,-235.5,-414.3,-300.5,-665c-65,-250.7,-102.5,n-544.7,-112.5,-882c-2,-104,-3,-167,-3,-189nl0,-”+(t+92)+“c0,-162.7,5.7,-314,17,-454c20.7,-272,63.7,-513,129,-723c65.3,n-210,155.3,-396.3,270,-559c6.7,-9.3,10,-15.3,10,-18z”;case“rparen”:return“M76,0c-16.7,0,-25,3,-25,9c0,2,2,6.3,6,13c21.3,28.7,42.3,60.3,n63,95c96.7,156.7,172.8,332.5,228.5,527.5c55.7,195,92.8,416.5,111.5,664.5nc11.3,139.3,17,290.7,17,454c0,28,1.7,43,3.3,45l0,”+(t+9)+“nc-3,4,-3.3,16.7,-3.3,38c0,162,-5.7,313.7,-17,455c-18.7,248,-55.8,469.3,-111.5,664nc-55.7,194.7,-131.8,370.3,-228.5,527c-20.7,34.7,-41.7,66.3,-63,95c-2,3.3,-4,7,-6,11nc0,7.3,5.7,11,17,11c0,0,11,0,11,0c9.3,0,14.3,-0.3,15,-1c5.3,-5.3,10.3,-11,15,-17nc242.7,-294.7,395.3,-681.7,458,-1161c21.3,-164.7,33.3,-350.7,36,-558nl0,-”+(t+144)+“c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,n-470,-1265c-4.7,-6,-9.7,-11.7,-15,-17c-0.7,-0.7,-6.7,-1,-18,-1z”;default:throw new Error(“Unknown stretchy delimiter.”)}}(m,Math.round(1e3*e)),o=new J(m,r),s=(p/1e3).toFixed(3)+“em”,i=(t/1e3).toFixed(3)+“em”,a=new K(,{width:s,height:i,viewBox:“0 0 ”p“ ”+t}),l=Ve.makeSvgSpan([],,n);l.height=t/1e3,l.style.width=s,l.style.height=i,T.push({type:“elem”,elem:l})}else{if(T.push(er(c,u,o)),T.push(rr),null===a){const e=M-g-x+.016;T.push(tr(h,e,n))}else{const e=(M-g-x-v)/2+.016;T.push(tr(h,e,n)),T.push(rr),T.push(er(a,u,o)),T.push(rr),T.push(tr(h,e,n))}T.push(rr),T.push(er(i,u,o))}const B=n.havingBaseStyle(w.TEXT),C=Ve.makeVList({positionType:“bottom”,positionData:A,children:T},B);return Kt(Ve.makeSpan(,[C],B),w.TEXT,n,s)},ir=.08,ar=function(e,t,r,n,o){const s=function(e,t,r){t*=1e3;let n=“”;switch(e){case“sqrtMain”:n=function(e,t){return“M95,”+(622+e+t)+“nc-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14nc0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54nc44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10ns173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429nc69,-144,104.5,-217.7,106.5,-221nl”e/2.075“ -”e“nc5.3,-9.3,12,-14,20,-14nH400000v”+(40+e)+“H845.2724ns-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7nc-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47znM”+(834+e)+“ ”t“h400000v”+(40+e)+“h-400000z”}(t,M);break;case“sqrtSize1”:n=function(e,t){return“M263,”+(601+e+t)+“c0.7,0,18,39.7,52,119nc34,79.3,68.167,158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120nc340,-704.7,510.7,-1060.3,512,-1067nl”e/2.084“ -”e“nc4.7,-7.3,11,-11,19,-11nH40000v”+(40+e)+“H1012.3ns-271.3,567,-271.3,567c-38.7,80.7,-84,175,-136,283c-52,108,-89.167,185.3,-111.5,232nc-22.3,46.7,-33.8,70.3,-34.5,71c-4.7,4.7,-12.3,7,-23,7s-12,-1,-12,-1ns-109,-253,-109,-253c-72.7,-168,-109.3,-252,-110,-252c-10.7,8,-22,16.7,-34,26nc-22,17.3,-33.3,26,-34,26s-26,-26,-26,-26s76,-59,76,-59s76,-60,76,-60znM”+(1001+e)+“ ”t“h400000v”+(40+e)+“h-400000z”}(t,M);break;case“sqrtSize2”:n=function(e,t){return“M983 ”+(10+e+t)+“nl”e/3.13“ -”e“nc4,-6.7,10,-10,18,-10 H400000v”+(40+e)+“nH1013.1s-83.4,268,-264.1,840c-180.7,572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,7ns-12,0,-12,0c-1.3,-3.3,-3.7,-11.7,-7,-25c-35.3,-125.3,-106.7,-373.3,-214,-744nc-10,12,-21,25,-33,39s-32,39,-32,39c-6,-5.3,-15,-14,-27,-26s25,-30,25,-30nc26.7,-32.7,52,-63,76,-91s52,-60,52,-60s208,722,208,722nc56,-175.3,126.3,-397.3,211,-666c84.7,-268.7,153.8,-488.2,207.5,-658.5nc53.7,-170.3,84.5,-266.8,92.5,-289.5znM”+(1001+e)+“ ”t“h400000v”+(40+e)+“h-400000z”}(t,M);break;case“sqrtSize3”:n=function(e,t){return“M424,”+(2398+e+t)+“nc-1.3,-0.7,-38.5,-172,-111.5,-514c-73,-342,-109.8,-513.3,-110.5,-514nc0,-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,20ns-5,7,-5,7c-4,-3.3,-8.3,-7.7,-13,-13s-13,-13,-13,-13s76,-122,76,-122s77,-121,77,-121ns209,968,209,968c0,-2,84.7,-361.7,254,-1079c169.3,-717.3,254.7,-1077.7,256,-1081nl”e/4.223“ -”e“c4,-6.7,10,-10,18,-10 H400000nv”+(40+e)+“H1014.6ns-87.3,378.7,-272.6,1166c-185.3,787.3,-279.3,1182.3,-282,1185nc-2,6,-10,9,-24,9nc-8,0,-12,-0.7,-12,-2z M”+(1001+e)+“ ”t“nh400000v”+(40+e)+“h-400000z”}(t,M);break;case“sqrtSize4”:n=function(e,t){return“M473,”+(2713+e+t)+“nc339.3,-1799.3,509.3,-2700,510,-2702 l”e/5.298“ -”e“nc3.3,-7.3,9.3,-11,18,-11 H400000v”+(40+e)+“H1017.7ns-90.5,478,-276.2,1466c-185.7,988,-279.5,1483,-281.5,1485c-2,6,-10,9,-24,9nc-8,0,-12,-0.7,-12,-2c0,-1.3,-5.3,-32,-16,-92c-50.7,-293.3,-119.7,-693.3,-207,-1200nc0,-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,-26ns76,-153,76,-153s77,-151,77,-151c0.7,0.7,35.7,202,105,604c67.3,400.7,102,602.7,104,n606zM”+(1001+e)+“ ”t“h400000v”+(40+e)+“H1017.7z”}(t,M);break;case“sqrtTall”:n=function(e,t,r){return“M702 ”+(e+t)+“H400000”+(40+e)+“nH742v”+(r-54-t-e)+“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 1nh-12l-28-84c-16.667-52-96.667 -294.333-240-727l-212 -643 -85 170nc-4-3.333-8.333-7.667-13 -13l-13-13l77-155 77-156c66 199.333 139 419.667n219 661 l218 661zM702 ”t“H400000v”+(40+e)+“H742z”}(t,M,r)}return n}(e,n,r),i=new J(e,s),a=new K(,{width:“400em”,height:F(t),viewBox:“0 0 400000 ”+r,preserveAspectRatio:“xMinYMin slice”});return Ve.makeSvgSpan(,[a],o)},lr=[“(”,“\lparen”,“)”,“\rparen”,“”,“\rbrack”,“\{”,“\lbrace”,“\}”,“\rbrace”,“\lfloor”,“\rfloor”,“u230a”,“u230b”,“\lceil”,“\rceil”,“u2308”,“u2309”,“\surd”],hr=,cr=,mr=,pr=,ur=,dr=,gr=function(e){if(“small”===e.type)return“Main-Regular”;if(“large”===e.type)return“Size”e.size“-Regular”;if(“stack”===e.type)return“Size4-Regular”;throw new Error(“Add support for delim type ‘”e.type“’ here.”)},fr=function(e,t,r,n){for(let o=Math.min(2,3-n.style.size);o<r.length&&“stack”!==r.type;o++){const s=Zt(e,gr(r),“math”);let i=s.height+s.depth;if(“small”===r.type){i*=n.havingBaseStyle(r.style).sizeMultiplier}if(i>t)return r}return r},br=function(e,t,r,n,o,s){let i;“<”===e||“\lt”===e||“u27e8”===e?e=“\langle”:“>”!==e&&“\gt”!==e&&“u27e9”!==e||(e=“\rangle”),i=l.contains(cr,e)?pr:l.contains(lr,e)?dr:ur;const a=fr(e,t,i,n);return“small”===a.type?function(e,t,r,n,o,s){const i=Ve.makeSymbol(e,“Main-Regular”,o,n),a=Kt(i,t,n,s);return r&&Jt(a,n,t),a}(e,a.style,r,n,o,s):“large”===a.type?Qt(e,a.size,r,n,o,s):sr(e,t,r,n,o,s)};var yr={sqrtImage:function(e,t){const r=t.havingBaseSizing(),n=fr(“\surd”,e*r.sizeMultiplier,dr,r);let o=r.sizeMultiplier;const s=Math.max(0,t.minRuleThickness-t.fontMetrics().sqrtRuleThickness);let i,a,l=0,h=0,c=0;return“small”===n.type?(c=1e3+1e3*s+80,e<1?o=1:e<1.4&&(o=.7),l=(1+s+ir)/o,h=(1+s)/o,i=ar(“sqrtMain”,l,c,s,t),i.style.minWidth=“0.853em”,a=.833/o):“large”===n.type?(c=1080*mr,h=(mr+s)/o,l=(mr+s+ir)/o,i=ar(“sqrtSize”+n.size,l,c,s,t),i.style.minWidth=“1.02em”,a=1/o):(l=e+s+ir,h=e+s,c=Math.floor(1e3*e+s)+80,i=ar(“sqrtTall”,l,c,s,t),i.style.minWidth=“0.742em”,a=1.056),i.height=h,i.style.height=F(l),{span:i,advanceWidth:a,ruleWidth:(t.fontMetrics().sqrtRuleThickness+s)*o}},sizedDelim:function(e,t,r,o,s){if(“<”===e||“\lt”===e||“u27e8”===e?e=“\langle”:“>”!==e&&“\gt”!==e&&“u27e9”!==e||(e=“\rangle”),l.contains(lr,e)||l.contains(cr,e))return Qt(e,t,!1,r,o,s);if(l.contains(hr,e))return sr(e,mr,!1,r,o,s);throw new n(“Illegal delimiter: ‘”e“’”)},sizeToMaxHeight:mr,customSizedDelim:br,leftRightDelim:function(e,t,r,n,o,s){const i=n.fontMetrics().axisHeight*n.sizeMultiplier,a=5/n.fontMetrics().ptPerEm,l=Math.max(t-i,r+i),h=Math.max(l/500*901,2*l-a);return br(e,h,!0,n,o,s)}};const xr={“\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}},wr=[“(”,“\lparen”,“)”,“\rparen”,“”,“\rbrack”,“\{”,“\lbrace”,“\}”,“\rbrace”,“\lfloor”,“\rfloor”,“u230a”,“u230b”,“\lceil”,“\rceil”,“u2308”,“u2309”,“<”,“>”,“\langle”,“u27e8”,“\rangle”,“u27e9”,“\lt”,“\gt”,“\lvert”,“\rvert”,“\lVert”,“\rVert”,“\lgroup”,“\rgroup”,“u27ee”,“u27ef”,“\lmoustache”,“\rmoustache”,“u23b0”,“u23b1”,“/”,“\backslash”,“|”,“\vert”,“\|”,“\Vert”,“\uparrow”,“\Uparrow”,“\downarrow”,“\Downarrow”,“\updownarrow”,“\Updownarrow”,“.”];function vr(e,t){const r=Rt(e);if(r&&l.contains(wr,r.text))return r;throw new n(r?“Invalid delimiter ‘”r.text“’ after ‘”t.funcName“’”:“Invalid delimiter type ‘”e.type“’”,e)}function kr(e){if(!e.body)throw new Error(“Bug: The leftright ParseNode wasn’t fully parsed.”)}je({type:“delimsizing”,names:,props:{numArgs:1,argTypes:},handler:(e,t)=>{const r=vr(t,e);return{type:“delimsizing”,mode:e.parser.mode,size:xr.size,mclass:xr.mclass,delim:r.text}},htmlBuilder:(e,t)=>“.”===e.delim?Ve.makeSpan():yr.sizedDelim(e.delim,e.size,t,e.mode,),mathmlBuilder:e=>{const t=[];“.”!==e.delim&&t.push(ft(e.delim,e.mode));const r=new gt.MathNode(“mo”,t);“mopen”===e.mclass||“mclose”===e.mclass?r.setAttribute(“fence”,“true”):r.setAttribute(“fence”,“false”),r.setAttribute(“stretchy”,“true”);const n=F(yr.sizeToMaxHeight);return r.setAttribute(“minsize”,n),r.setAttribute(“maxsize”,n),r}}),je({type:“leftright-right”,names:,props:{numArgs:1,primitive:!0},handler:(e,t)=>{const r=e.parser.gullet.macros.get(“\current@color”);if(r&&“string”!=typeof r)throw new n(“\current@color set to non-string in \right”);return{type:“leftright-right”,mode:e.parser.mode,delim:vr(t,e).text,color:r}}}),je({type:“leftright”,names:,props:{numArgs:1,primitive:!0},handler:(e,t)=>{const r=vr(t,e),n=e.parser;++n.leftrightDepth;const o=n.parseExpression(!1);–n.leftrightDepth,n.expect(“\right”,!1);const s=qt(n.parseFunction(),“leftright-right”);return{type:“leftright”,mode:n.mode,body:o,left:r.text,right:s.delim,rightColor:s.color}},htmlBuilder:(e,t)=>{kr(e);const r=nt(e.body,t,!0,);let n,o,s=0,i=0,a=!1;for(let e=0;e<r.length;e++)r.isMiddle?a=!0:(s=Math.max(r.height,s),i=Math.max(r.depth,i));if(s*=t.sizeMultiplier,i*=t.sizeMultiplier,n=“.”===e.left?lt(t,):yr.leftRightDelim(e.left,s,i,t,e.mode,),r.unshift(n),a)for(let t=1;t<r.length;t++){const n=r.isMiddle;n&&(r=yr.leftRightDelim(n.delim,s,i,n.options,e.mode,[]))}if(“.”===e.right)o=lt(t,);else{const r=e.rightColor?t.withColor(e.rightColor):t;o=yr.leftRightDelim(e.right,s,i,r,e.mode,)}return r.push(o),Ve.makeSpan(,r,t)},mathmlBuilder:(e,t)=>{kr(e);const r=xt(e.body,t);if(“.”!==e.left){const t=new gt.MathNode(“mo”,);t.setAttribute(“fence”,“true”),r.unshift(t)}if(“.”!==e.right){const t=new gt.MathNode(“mo”,);t.setAttribute(“fence”,“true”),e.rightColor&&t.setAttribute(“mathcolor”,e.rightColor),r.push(t)}return bt®}}),je({type:“middle”,names:,props:{numArgs:1,primitive:!0},handler:(e,t)=>{const r=vr(t,e);if(!e.parser.leftrightDepth)throw new n(“\middle without preceding \left”,r);return{type:“middle”,mode:e.parser.mode,delim:r.text}},htmlBuilder:(e,t)=>{let r;if(“.”===e.delim)r=lt(t,[]);else{r=yr.sizedDelim(e.delim,1,t,e.mode,);const n={delim:e.delim,options:t};r.isMiddle=n}return r},mathmlBuilder:(e,t)=>{const r=“\vert”===e.delim||“|”===e.delim?ft(“|”,“text”):ft(e.delim,e.mode),n=new gt.MathNode(“mo”,);return n.setAttribute(“fence”,“true”),n.setAttribute(“lspace”,“0.05em”),n.setAttribute(“rspace”,“0.05em”),n}});const Sr=(e,t)=>{const r=Ve.wrapFragment(ht(e.body,t),t),n=e.label.slice(1);let o,s=t.sizeMultiplier,i=0;const a=l.isCharacterBox(e.body);if(“sout”===n)o=Ve.makeSpan(),o.height=t.fontMetrics().defaultRuleThickness/s,i=-.5*t.fontMetrics().xHeight;else if(“phase”===n){const e=P({number:.6,unit:“pt”},t),n=P({number:.35,unit:“ex”},t);s/=t.havingBaseSizing().sizeMultiplier;const a=r.height+r.depth+e+n;r.style.paddingLeft=F(a/2+e);const l=Math.floor(1e3*a*s),c=“M400000 ”+(h=l)+“ H0 L”h/2“ 0 l65 45 L145 ”+(h-80)+“ H400000z”,m=new K([new J(“phase”,c)],{width:“400em”,height:F(l/1e3),viewBox:“0 0 400000 ”+l,preserveAspectRatio:“xMinYMin slice”});o=Ve.makeSvgSpan(,[m],t),o.style.height=F(a),i=r.depth+e+n}else{/cancel/.test(n)?a||r.classes.push(“cancel-pad”):“angl”===n?r.classes.push(“anglpad”):r.classes.push(“boxpad”);let s=0,l=0,h=0;/box/.test(n)?(h=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness),s=t.fontMetrics().fboxsep+(“colorbox”===n?0:h),l=s):“angl”===n?(h=Math.max(t.fontMetrics().defaultRuleThickness,t.minRuleThickness),s=4*h,l=Math.max(0,.25-r.depth)):(s=a?.2:0,l=s),o=Bt(r,n,s,l,t),/fbox|boxed|fcolorbox/.test(n)?(o.style.borderStyle=“solid”,o.style.borderWidth=F(h)):“angl”===n&&.049!==h&&(o.style.borderTopWidth=F(h),o.style.borderRightWidth=F(h)),i=r.depth+l,e.backgroundColor&&(o.style.backgroundColor=e.backgroundColor,e.borderColor&&(o.style.borderColor=e.borderColor))}var h;let c;if(e.backgroundColor)c=Ve.makeVList({positionType:“individualShift”,children:},t);else{const e=/cancel|phase/.test(n)?:[];c=Ve.makeVList({positionType:“individualShift”,children:},t)}return/cancel/.test(n)&&(c.height=r.height,c.depth=r.depth),/cancel/.test(n)&&!a?Ve.makeSpan(,[c],t):Ve.makeSpan(,[c],t)},Mr=(e,t)=>{let r=0;const n=new gt.MathNode(e.label.indexOf(“colorbox”)>-1?“mpadded”:“menclose”,);switch(e.label){case“\cancel”:n.setAttribute(“notation”,“updiagonalstrike”);break;case“\bcancel”:n.setAttribute(“notation”,“downdiagonalstrike”);break;case“\phase”:n.setAttribute(“notation”,“phasorangle”);break;case“\sout”:n.setAttribute(“notation”,“horizontalstrike”);break;case“\fbox”:n.setAttribute(“notation”,“box”);break;case“\angl”:n.setAttribute(“notation”,“actuarial”);break;case“\fcolorbox”:case“\colorbox”:if(r=t.fontMetrics().fboxsep*t.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”===e.label){const r=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness);n.setAttribute(“style”,“border: ”r“em solid ”+String(e.borderColor))}break;case“\xcancel”:n.setAttribute(“notation”,“updiagonalstrike downdiagonalstrike”)}return e.backgroundColor&&n.setAttribute(“mathbackground”,e.backgroundColor),n};je({type:“enclose”,names:,props:{numArgs:2,allowedInText:!0,argTypes:},handler(e,t,r){let{parser:n,funcName:o}=e;const s=qt(t,“color-token”).color,i=t;return{type:“enclose”,mode:n.mode,label:o,backgroundColor:s,body:i}},htmlBuilder:Sr,mathmlBuilder:Mr}),je({type:“enclose”,names:,props:{numArgs:3,allowedInText:!0,argTypes:},handler(e,t,r){let{parser:n,funcName:o}=e;const s=qt(t,“color-token”).color,i=qt(t,“color-token”).color,a=t;return{type:“enclose”,mode:n.mode,label:o,backgroundColor:i,borderColor:s,body:a}},htmlBuilder:Sr,mathmlBuilder:Mr}),je({type:“enclose”,names:,props:{numArgs:1,argTypes:,allowedInText:!0},handler(e,t){let{parser:r}=e;return{type:“enclose”,mode:r.mode,label:“\fbox”,body:t}}}),je({type:“enclose”,names:,props:{numArgs:1},handler(e,t){let{parser:r,funcName:n}=e;const o=t;return{type:“enclose”,mode:r.mode,label:n,body:o}},htmlBuilder:Sr,mathmlBuilder:Mr}),je({type:“enclose”,names:,props:{numArgs:1,argTypes:,allowedInText:!1},handler(e,t){let{parser:r}=e;return{type:“enclose”,mode:r.mode,label:“\angl”,body:t}}});const zr={};function Ar(e){let{type:t,names:r,props:n,handler:o,htmlBuilder:s,mathmlBuilder:i}=e;const a={type:t,numArgs:n.numArgs||0,allowedInText:!1,numOptionalArgs:0,handler:o};for(let e=0;e<r.length;++e)zr[r]=a;s&&(We=s),i&&(_e=i)}const Tr={};function Br(e,t){Tr=t}class Cr{constructor(e,t,r){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=e,this.start=t,this.end=r}static range(e,t){return t?e&&e.loc&&t.loc&&e.loc.lexer===t.loc.lexer?new Cr(e.loc.lexer,e.loc.start,t.loc.end):null:e&&e.loc}}class Nr{constructor(e,t){this.text=void 0,this.loc=void 0,this.noexpand=void 0,this.treatAsRelax=void 0,this.text=e,this.loc=t}range(e,t){return new Nr(t,Cr.range(this,e))}}function qr(e){const t=[];e.consumeSpaces();let r=e.fetch().text;for(“\relax”===r&&(e.consume(),e.consumeSpaces(),r=e.fetch().text);“\hline”===r||“\hdashline”===r;)e.consume(),t.push(“\hdashline”===r),e.consumeSpaces(),r=e.fetch().text;return t}const Ir=e=>{if(!e.parser.settings.displayMode)throw new n(“{”e.envName“} can be used only in display mode.”)};function Rr(e){if(-1===e.indexOf(“ed”))return-1===e.indexOf(“*”)}function Hr(e,t,r){let{hskipBeforeAndAfter:o,addJot:s,cols:i,arraystretch:a,colSeparationType:l,autoTag:h,singleRow:c,emptySingleRow:m,maxNumCols:p,leqno:u}=t;if(e.gullet.beginGroup(),c||e.gullet.macros.set(“\cr”,“\\\relax”),!a){const t=e.gullet.expandMacroAsText(“\arraystretch”);if(null==t)a=1;else if(a=parseFloat(t),!a||a<0)throw new n(“Invalid \arraystretch: ”+t)}e.gullet.beginGroup();let d=[];const g=,f=[],b=,y=null!=h?[]:void 0;function x(){h&&e.gullet.macros.set(“\@eqnsw”,“1”,!0)}function w(){y&&(e.gullet.macros.get(“\df@tag”)?(y.push(e.subparse([new Nr(“\df@tag”)])),e.gullet.macros.set(“\df@tag”,void 0,!0)):y.push(Boolean(h)&&“1”===e.gullet.macros.get(“\@eqnsw”)))}for(x(),b.push(qr(e));;){let t=e.parseExpression(!1,c?“\end”:“\\”);e.gullet.endGroup(),e.gullet.beginGroup(),t={type:“ordgroup”,mode:e.mode,body:t},r&&(t={type:“styling”,mode:e.mode,style:r,body:}),d.push(t);const o=e.fetch().text;if(“&”===o){if(p&&d.length===p){if(c||l)throw new n(“Too many tab characters: &”,e.nextToken);e.settings.reportNonstrict(“textEnv”,“Too few columns specified in the {array} column argument.”)}e.consume()}else{if(“\end”===o){w(),1===d.length&&“styling”===t.type&&0===t.body.body.length&&(g.length>1||!m)&&g.pop(),b.length<g.length+1&&b.push([]);break}if(“\\”!==o)throw new n(“Expected & or \\ or \cr or \end”,e.nextToken);{let t;e.consume(),“ ”!==e.gullet.future().text&&(t=e.parseSizeGroup(!0)),f.push(t?t.value:null),w(),b.push(qr(e)),d=[],g.push(d),x()}}}return e.gullet.endGroup(),e.gullet.endGroup(),{type:“array”,mode:e.mode,addJot:s,arraystretch:a,body:g,cols:i,rowGaps:f,hskipBeforeAndAfter:o,hLinesBeforeRow:b,colSeparationType:l,tags:y,leqno:u}}function Or(e){return“d”===e.slice(0,1)?“display”:“text”}const Er=function(e,t){let r,o;const s=e.body.length,i=e.hLinesBeforeRow;let a=0,h=new Array(s);const c=[],m=Math.max(t.fontMetrics().arrayRuleWidth,t.minRuleThickness),p=1/t.fontMetrics().ptPerEm;let u=5*p;if(e.colSeparationType&&“small”===e.colSeparationType){u=t.havingStyle(w.SCRIPT).sizeMultiplier/t.sizeMultiplier*.2778}const d=“CD”===e.colSeparationType?P({number:3,unit:“ex”},t):12*p,g=3*p,f=e.arraystretch*d,b=.7*f,y=.3*f;let x=0;function v(e){for(let t=0;t<e.length;++t)t>0&&(x+=.25),c.push({pos:x,isDashed:e})}for(v(i),r=0;r<e.body.length;++r){const n=e.body;let s=b,l=y;a<n.length&&(a=n.length);const c=new Array(n.length);for(o=0;o<n.length;++o){const e=ht(n,t);l<e.depth&&(l=e.depth),s<e.height&&(s=e.height),c=e}const m=e.rowGaps;let p=0;m&&(p=P(m,t),p>0&&(p+=y,l<p&&(l=p),p=0)),e.addJot&&(l+=g),c.height=s,c.depth=l,x+=s,c.pos=x,x+=l+p,h=c,v(i)}const k=x/2+t.fontMetrics().axisHeight,S=e.cols||[],M=;let z,A;const T=[];if(e.tags&&e.tags.some((e=>e)))for(r=0;r<s;++r){const n=h,o=n.pos-k,s=e.tags;let i;i=!0===s?Ve.makeSpan(,[],t):!1===s?Ve.makeSpan([],,t):Ve.makeSpan([],nt(s,t,!0),t),i.depth=n.depth,i.height=n.height,T.push({type:“elem”,elem:i,shift:o})}for(o=0,A=0;o<a||A<S.length;++o,++A){let i,c=S||{},p=!0;for(;“separator”===c.type;){if(p||(z=Ve.makeSpan(,[]),z.style.width=F(t.fontMetrics().doubleRuleSep),M.push(z)),“|”!==c.separator&&“:”!==c.separator)throw new n(“Invalid separator type: ”+c.separator);{const e=“|”===c.separator?“solid”:“dashed”,r=Ve.makeSpan(,[],t);r.style.height=F(x),r.style.borderRightWidth=F(m),r.style.borderRightStyle=e,r.style.margin=“0 ”+F(-m/2);const n=x-k;n&&(r.style.verticalAlign=F(-n)),M.push®}A++,c=S||{},p=!1}if(o>=a)continue;(o>0||e.hskipBeforeAndAfter)&&(i=l.deflt(c.pregap,u),0!==i&&(z=Ve.makeSpan(,[]),z.style.width=F(i),M.push(z)));let d=[];for(r=0;r<s;++r){const e=h,t=e;if(!t)continue;const n=e.pos-k;t.depth=e.depth,t.height=e.height,d.push({type:“elem”,elem:t,shift:n})}d=Ve.makeVList({positionType:“individualShift”,children:d},t),d=Ve.makeSpan(,[d]),M.push(d),(o<a-1||e.hskipBeforeAndAfter)&&(i=l.deflt(c.postgap,u),0!==i&&(z=Ve.makeSpan(,[]),z.style.width=F(i),M.push(z)))}if(h=Ve.makeSpan(,M),c.length>0){const e=Ve.makeLineSpan(“hline”,t,m),r=Ve.makeLineSpan(“hdashline”,t,m),n=;for(;c.length>0;){const t=c.pop(),o=t.pos-k;t.isDashed?n.push({type:“elem”,elem:r,shift:o}):n.push({type:“elem”,elem:e,shift:o})}h=Ve.makeVList({positionType:“individualShift”,children:n},t)}if(0===T.length)return Ve.makeSpan(,[h],t);{let e=Ve.makeVList({positionType:“individualShift”,children:T},t);return e=Ve.makeSpan(,[e],t),Ve.makeFragment()}},Lr={c:“center ”,l:“left ”,r:“right ”},Dr=function(e,t){const r=[],n=new gt.MathNode(“mtd”,[],),o=new gt.MathNode(“mtd”,[],);for(let s=0;s<e.body.length;s++){const i=e.body,a=[];for(let e=0;e<i.length;e++)a.push(new gt.MathNode(“mtd”,[vt(i,t)]));e.tags&&e.tags&&(a.unshift(n),a.push(n),e.leqno?a.unshift(o):a.push(o)),r.push(new gt.MathNode(“mtr”,a))}let s=new gt.MathNode(“mtable”,r);const i=.5===e.arraystretch?.1:.16+e.arraystretch-1+(e.addJot?.09:0);s.setAttribute(“rowspacing”,F(i));let a=“”,l=“”;if(e.cols&&e.cols.length>0){const t=e.cols;let r=“”,n=!1,o=0,i=t.length;“separator”===t.type&&(a+=“top ”,o=1),“separator”===t.type&&(a+=“bottom ”,i-=1);for(let e=o;e<i;e++)“align”===t.type?(l+=Lr[t.align],n&&(r+=“none ”),n=!0):“separator”===t.type&&n&&(r+=“|”===t.separator?“solid ”:“dashed ”,n=!1);s.setAttribute(“columnalign”,l.trim()),//.test®&&s.setAttribute(“columnlines”,r.trim())}if(“align”===e.colSeparationType){const t=e.cols||[];let r=“”;for(let e=1;e<t.length;e++)r+=e%2?“0em ”:“1em ”;s.setAttribute(“columnspacing”,r.trim())}else“alignat”===e.colSeparationType||“gather”===e.colSeparationType?s.setAttribute(“columnspacing”,“0em”):“small”===e.colSeparationType?s.setAttribute(“columnspacing”,“0.2778em”):“CD”===e.colSeparationType?s.setAttribute(“columnspacing”,“0.5em”):s.setAttribute(“columnspacing”,“1em”);let h=“”;const c=e.hLinesBeforeRow;a+=c.length>0?“left ”:“”,a+=c.length>0?“right ”:“”;for(let e=1;e<c.length-1;e++)h+=0===c.length?“none ”:c[0]?“dashed ”:“solid ”;return//.test(h)&&s.setAttribute(“rowlines”,h.trim()),“”!==a&&(s=new gt.MathNode(“menclose”,),s.setAttribute(“notation”,a.trim())),e.arraystretch&&e.arraystretch<1&&(s=new gt.MathNode(“mstyle”,),s.setAttribute(“scriptlevel”,“1”)),s},Vr=function(e,t){-1===e.envName.indexOf(“ed”)&&Ir(e);const r=[],o=e.envName.indexOf(“at”)>-1?“alignat”:“align”,s=“split”===e.envName,i=Hr(e.parser,{cols:r,addJot:!0,autoTag:s?void 0:Rr(e.envName),emptySingleRow:!0,colSeparationType:o,maxNumCols:s?2:void 0,leqno:e.parser.settings.leqno},“display”);let a,l=0;const h={type:“ordgroup”,mode:e.mode,body:[]};if(t&&“ordgroup”===t.type){let e=“”;for(let r=0;r<t.body.length;r++){e+=qt(t.body,“textord”).text}a=Number(e),l=2*a}const c=!l;i.body.forEach((function(e){for(let t=1;t<e.length;t+=2){const r=qt(e,“styling”);qt(r.body,“ordgroup”).body.unshift(h)}if©l<e.length&&(l=e.length);else{const t=e.length/2;if(a<t)throw new n(“Too many math in a row: expected ”a“, but got ”+t,e)}}));for(let e=0;e<l;++e){let t=“r”,n=0;e%2==1?t=“l”:e>0&&c&&(n=1),r={type:“align”,align:t,pregap:n,postgap:0}}return i.colSeparationType=c?“align”:“alignat”,i};Ar({type:“array”,names:,props:{numArgs:1},handler(e,t){const r=(Rt(t)?[t]:qt(t,“ordgroup”).body).map((function(e){const t=It(e).text;if(-1!==“lcr”.indexOf(t))return{type:“align”,align:t};if(“|”===t)return{type:“separator”,separator:“|”};if(“:”===t)return{type:“separator”,separator:“:”};throw new n(“Unknown column alignment: ”+t,e)})),o={cols:r,hskipBeforeAndAfter:!0,maxNumCols:r.length};return Hr(e.parser,o,Or(e.envName))},htmlBuilder:Er,mathmlBuilder:Dr}),Ar({type:“array”,names:,props:{numArgs:0},handler(e){const t={matrix:null,pmatrix:,bmatrix:[“”],Bmatrix:,vmatrix:,Vmatrix:}[e.envName.replace(“*”,“”)];let r=“c”;const o={hskipBeforeAndAfter:!1,cols:};if(“*”===e.envName.charAt(e.envName.length-1)){const t=e.parser;if(t.consumeSpaces(),“[”===t.fetch().text){if(t.consume(),t.consumeSpaces(),r=t.fetch().text,-1===“lcr”.indexOf®)throw new n(“Expected l or c or r”,t.nextToken);t.consume(),t.consumeSpaces(),t.expect(“]”),t.consume(),o.cols=}}const s=Hr(e.parser,o,Or(e.envName)),i=Math.max(0,…s.body.map((e=>e.length)));return s.cols=new Array(i).fill({type:“align”,align:r}),t?{type:“leftright”,mode:e.mode,body:,left:t,right:t,rightColor:void 0}:s},htmlBuilder:Er,mathmlBuilder:Dr}),Ar({type:“array”,names:,props:{numArgs:0},handler(e){const t=Hr(e.parser,{arraystretch:.5},“script”);return t.colSeparationType=“small”,t},htmlBuilder:Er,mathmlBuilder:Dr}),Ar({type:“array”,names:,props:{numArgs:1},handler(e,t){const r=(Rt(t)?[t]:qt(t,“ordgroup”).body).map((function(e){const t=It(e).text;if(-1!==“lc”.indexOf(t))return{type:“align”,align:t};throw new n(“Unknown column alignment: ”+t,e)}));if(r.length>1)throw new n(“{subarray} can contain only one column”);let o={cols:r,hskipBeforeAndAfter:!1,arraystretch:.5};if(o=Hr(e.parser,o,“script”),o.body.length>0&&o.body.length>1)throw new n(“{subarray} can contain only one column”);return o},htmlBuilder:Er,mathmlBuilder:Dr}),Ar({type:“array”,names:,props:{numArgs:0},handler(e){const t=Hr(e.parser,{arraystretch:1.2,cols:},Or(e.envName));return{type:“leftright”,mode:e.mode,body:,left:e.envName.indexOf(“r”)>-1?“.”:“\{”,right:e.envName.indexOf(“r”)>-1?“\}”:“.”,rightColor:void 0}},htmlBuilder:Er,mathmlBuilder:Dr}),Ar({type:“array”,names:,props:{numArgs:0},handler:Vr,htmlBuilder:Er,mathmlBuilder:Dr}),Ar({type:“array”,names:,props:{numArgs:0},handler(e){l.contains(,e.envName)&&Ir(e);const t={cols:,addJot:!0,colSeparationType:“gather”,autoTag:Rr(e.envName),emptySingleRow:!0,leqno:e.parser.settings.leqno};return Hr(e.parser,t,“display”)},htmlBuilder:Er,mathmlBuilder:Dr}),Ar({type:“array”,names:,props:{numArgs:1},handler:Vr,htmlBuilder:Er,mathmlBuilder:Dr}),Ar({type:“array”,names:,props:{numArgs:0},handler(e){Ir(e);const t={autoTag:Rr(e.envName),emptySingleRow:!0,singleRow:!0,maxNumCols:1,leqno:e.parser.settings.leqno};return Hr(e.parser,t,“display”)},htmlBuilder:Er,mathmlBuilder:Dr}),Ar({type:“array”,names:,props:{numArgs:0},handler(e){return Ir(e),function(e){const t=[];for(e.gullet.beginGroup(),e.gullet.macros.set(“\cr”,“\\\relax”),e.gullet.beginGroup();;){t.push(e.parseExpression(!1,“\\”)),e.gullet.endGroup(),e.gullet.beginGroup();const r=e.fetch().text;if(“&”!==r&&“\\”!==r){if(“\end”===r){0===t.length&&t.pop();break}throw new n(“Expected \\ or \cr or \end”,e.nextToken)}e.consume()}let r=[];const o=;for(let a=0;a<t.length;a++){const l=t;let h={type:“styling”,body:[],mode:“math”,style:“display”};for(let t=0;t<l.length;t++)if(Ut(l)){r.push(h),t+=1;const o=It(l).text,a=new Array(2);if(a={type:“ordgroup”,mode:“math”,body:[]},a={type:“ordgroup”,mode:“math”,body:[]},“=|.”.indexOf(o)>-1);else{if(!(“<>AV”.indexOf(o)>-1))throw new n(‘Expected one of “<>AV=|.” after @’,l);for(let e=0;e<2;e++){let r=!0;for(let h=t+1;h<l.length;h++){if(i=o,(“mathord”===(s=l).type||“atom”===s.type)&&s.text===i){r=!1,t=h;break}if(Ut(l))throw new n(“Missing a ”o“ character to complete a CD arrow.”,l);a.body.push(l)}if®throw new n(“Missing a ”o“ character to complete a CD arrow.”,l)}}const c={type:“styling”,body:,mode:“math”,style:“display”};r.push©,h={type:“styling”,body:[],mode:“math”,style:“display”}}else h.body.push(l);a%2==0?r.push(h):r.shift(),r=[],o.push®}var s,i;return e.gullet.endGroup(),e.gullet.endGroup(),{type:“array”,mode:“math”,body:o,arraystretch:1,addJot:!0,rowGaps:,cols:new Array(o.length).fill({type:“align”,align:“c”,pregap:.25,postgap:.25}),colSeparationType:“CD”,hLinesBeforeRow:new Array(o.length+1).fill([])}}(e.parser)},htmlBuilder:Er,mathmlBuilder:Dr}),Br(“\nonumber”,“\gdef\@eqnsw{0}”),Br(“\notag”,“\nonumber”),je({type:“text”,names:,props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler(e,t){throw new n(e.funcName+“ valid only within array environment”)}});var Pr=zr;je({type:“environment”,names:,props:{numArgs:1,argTypes:},handler(e,t){let{parser:r,funcName:o}=e;const s=t;if(“ordgroup”!==s.type)throw new n(“Invalid environment name”,s);let i=“”;for(let e=0;e<s.body.length;++e)i+=qt(s.body,“textord”).text;if(“\begin”===o){if(!Pr.hasOwnProperty(i))throw new n(“No such environment: ”+i,s);const e=Pr,{args:t,optArgs:o}=r.parseArguments(“\begin{”i“}”,e),a={mode:r.mode,envName:i,parser:r},l=e.handler(a,t,o);r.expect(“\end”,!1);const h=r.nextToken,c=qt(r.parseFunction(),“environment”);if(c.name!==i)throw new n(“Mismatch: \begin{”i“} matched by \end{”c.name“}”,h);return l}return{type:“environment”,mode:r.mode,name:i,nameGroup:s}}});const Fr=(e,t)=>{const r=e.font,n=t.withFont®;return ht(e.body,n)},Gr=(e,t)=>{const r=e.font,n=t.withFont®;return vt(e.body,n)},Ur={“\Bbb”:“\mathbb”,“\bold”:“\mathbf”,“\frak”:“\mathfrak”,“\bm”:“\boldsymbol”};je({type:“font”,names:,props:{numArgs:1,allowedInArgument:!0},handler:(e,t)=>{let{parser:r,funcName:n}=e;const o=Ze(t);let s=n;return s in Ur&&(s=Ur),{type:“font”,mode:r.mode,font:s.slice(1),body:o}},htmlBuilder:Fr,mathmlBuilder:Gr}),je({type:“mclass”,names:,props:{numArgs:1},handler:(e,t)=>{let{parser:r}=e;const n=t,o=l.isCharacterBox(n);return{“mclass”,mode:r.mode,mclass:Ft(n),body:,isCharacterBox:o}}}),je({type:“font”,names:,props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{let{parser:r,funcName:n,breakOnTokenText:o}=e;const{mode:s}=r,i=r.parseExpression(!0,o);return{type:“font”,mode:s,font:“math”+n.slice(1),body:{type:“ordgroup”,mode:r.mode,body:i}}},htmlBuilder:Fr,mathmlBuilder:Gr});const Yr=(e,t)=>{let r=t;return“display”===e?r=r.id>=w.SCRIPT.id?r.text():w.DISPLAY:“text”===e&&r.size===w.DISPLAY.size?r=w.TEXT:“script”===e?r=w.SCRIPT:“scriptscript”===e&&(r=w.SCRIPTSCRIPT),r},Xr=(e,t)=>{const r=Yr(e.size,t.style),n=r.fracNum(),o=r.fracDen();let s;s=t.havingStyle(n);const i=ht(e.numer,s,t);if(e.continued){const e=8.5/t.fontMetrics().ptPerEm,r=3.5/t.fontMetrics().ptPerEm;i.height=i.height<e?e:i.height,i.depth=i.depth<r?r:i.depth}s=t.havingStyle(o);const a=ht(e.denom,s,t);let l,h,c,m,p,u,d,g,f,b;if(e.hasBarLine?(e.barSize?(h=P(e.barSize,t),l=Ve.makeLineSpan(“frac-line”,t,h)):l=Ve.makeLineSpan(“frac-line”,t),h=l.height,c=l.height):(l=null,h=0,c=t.fontMetrics().defaultRuleThickness),r.size===w.DISPLAY.size||“display”===e.size?(m=t.fontMetrics().num1,p=h>0?3*c:7*c,u=t.fontMetrics().denom1):(h>0?(m=t.fontMetrics().num2,p=c):(m=t.fontMetrics().num3,p=3*c),u=t.fontMetrics().denom2),l){const e=t.fontMetrics().axisHeight;m-i.depth-(e+.5*h)<p&&(m+=p-(m-i.depth-(e+.5*h))),e-.5*h-(a.height-u)<p&&(u+=p-(e-.5*h-(a.height-u)));const r=-(e-.5*h);d=Ve.makeVList({positionType:“individualShift”,children:},t)}else{const e=m-i.depth-(a.height-u);e<p&&(m+=.5*(p-e),u+=.5*(p-e)),d=Ve.makeVList({positionType:“individualShift”,children:},t)}return s=t.havingStyle®,d.height*=s.sizeMultiplier/t.sizeMultiplier,d.depth*=s.sizeMultiplier/t.sizeMultiplier,g=r.size===w.DISPLAY.size?t.fontMetrics().delim1:r.size===w.SCRIPTSCRIPT.size?t.havingStyle(w.SCRIPT).fontMetrics().delim2:t.fontMetrics().delim2,f=null==e.leftDelim?lt(t,):yr.customSizedDelim(e.leftDelim,g,!0,t.havingStyle®,e.mode,),b=e.continued?Ve.makeSpan([]):null==e.rightDelim?lt(t,):yr.customSizedDelim(e.rightDelim,g,!0,t.havingStyle®,e.mode,),Ve.makeSpan(.concat(s.sizingClasses(t)),[f,Ve.makeSpan(,[d]),b],t)},Wr=(e,t)=>{let r=new gt.MathNode(“mfrac”,);if(e.hasBarLine){if(e.barSize){const n=P(e.barSize,t);r.setAttribute(“linethickness”,F(n))}}else r.setAttribute(“linethickness”,“0px”);const n=Yr(e.size,t.style);if(n.size!==t.style.size){r=new gt.MathNode(“mstyle”,);const e=n.size===w.DISPLAY.size?“true”:“false”;r.setAttribute(“displaystyle”,e),r.setAttribute(“scriptlevel”,“0”)}if(null!=e.leftDelim||null!=e.rightDelim){const t=[];if(null!=e.leftDelim){const r=new gt.MathNode(“mo”,[new gt.TextNode(e.leftDelim.replace(“\”,“”))]);r.setAttribute(“fence”,“true”),t.push®}if(t.push®,null!=e.rightDelim){const r=new gt.MathNode(“mo”,[new gt.TextNode(e.rightDelim.replace(“\”,“”))]);r.setAttribute(“fence”,“true”),t.push®}return bt(t)}return r};je({type:“genfrac”,names:,props:{numArgs:2,allowedInArgument:!0},handler:(e,t)=>{let{parser:r,funcName:n}=e;const o=t,s=t;let i,a=null,l=null,h=“auto”;switch(n){case“\dfrac”:case“\frac”:case“\tfrac”:i=!0;break;case“\\atopfrac”:i=!1;break;case“\dbinom”:case“\binom”:case“\tbinom”:i=!1,a=“(”,l=“)”;break;case“\\bracefrac”:i=!1,a=“\{”,l=“\}”;break;case“\\brackfrac”:i=!1,a=“”;break;default:throw new Error(“Unrecognized genfrac command”)}switch(n){case“\dfrac”:case“\dbinom”:h=“display”;break;case“\tfrac”:case“\tbinom”:h=“text”}return{type:“genfrac”,mode:r.mode,continued:!1,numer:o,denom:s,hasBarLine:i,leftDelim:a,rightDelim:l,size:h,barSize:null}},htmlBuilder:Xr,mathmlBuilder:Wr}),je({type:“genfrac”,names:,props:{numArgs:2},handler:(e,t)=>{let{parser:r,funcName:n}=e;const o=t,s=t;return{type:“genfrac”,mode:r.mode,continued:!0,numer:o,denom:s,hasBarLine:!0,leftDelim:null,rightDelim:null,size:“display”,barSize:null}}}),je({type:“infix”,names:,props:{numArgs:0,infix:!0},handler(e){let t,{parser:r,funcName:n,token:o}=e;switch(n){case“\over”:t=“\frac”;break;case“\choose”:t=“\binom”;break;case“\atop”:t=“\\atopfrac”;break;case“\brace”:t=“\\bracefrac”;break;case“\brack”:t=“\\brackfrac”;break;default:throw new Error(“Unrecognized infix genfrac command”)}return{type:“infix”,mode:r.mode,replaceWith:t,token:o}}});const _r=,jr=function(e){let t=null;return e.length>0&&(t=e,t=“.”===t?null:t),t};je({type:“genfrac”,names:,props:{numArgs:6,allowedInArgument:!0,argTypes:},handler(e,t){let{parser:r}=e;const n=t,o=t,s=Ze(t),i=“atom”===s.type&&“open”===s.family?jr(s.text):null,a=Ze(t),l=“atom”===a.type&&“close”===a.family?jr(a.text):null,h=qt(t,“size”);let c,m=null;h.isBlank?c=!0:(m=h.value,c=m.number>0);let p=“auto”,u=t;if(“ordgroup”===u.type){if(u.body.length>0){const e=qt(u.body,“textord”);p=_r}}else u=qt(u,“textord”),p=_r;return{type:“genfrac”,mode:r.mode,numer:n,denom:o,continued:!1,hasBarLine:c,barSize:m,leftDelim:i,rightDelim:l,size:p}},htmlBuilder:Xr,mathmlBuilder:Wr}),je({type:“infix”,names:,props:{numArgs:1,argTypes:,infix:!0},handler(e,t){let{parser:r,funcName:n,token:o}=e;return{type:“infix”,mode:r.mode,replaceWith:“\\abovefrac”,size:qt(t,“size”).value,token:o}}}),je({type:“genfrac”,names:,props:{numArgs:3,argTypes:},handler:(e,t)=>{let{parser:r,funcName:n}=e;const o=t,s=function(e){if(!e)throw new Error(“Expected non-null, but got ”+String(e));return e}(qt(t,“infix”).size),i=t,a=s.number>0;return{type:“genfrac”,mode:r.mode,numer:o,denom:i,continued:!1,hasBarLine:a,barSize:s,leftDelim:null,rightDelim:null,size:“auto”}},htmlBuilder:Xr,mathmlBuilder:Wr});const $r=(e,t)=>{const r=t.style;let n,o;“supsub”===e.type?(n=e.sup?ht(e.sup,t.havingStyle(r.sup()),t):ht(e.sub,t.havingStyle(r.sub()),t),o=qt(e.base,“horizBrace”)):o=qt(e,“horizBrace”);const s=ht(o.base,t.havingBaseStyle(w.DISPLAY)),i=Nt(o,t);let a;if(o.isOver?(a=Ve.makeVList({positionType:“firstBaseline”,children:},t),a.children.children.children.classes.push(“svg-align”)):(a=Ve.makeVList({positionType:“bottom”,positionData:s.depth+.1+i.height,children:},t),a.children.children.children.classes.push(“svg-align”)),n){const e=Ve.makeSpan(,[a],t);a=o.isOver?Ve.makeVList({positionType:“firstBaseline”,children:},t):Ve.makeVList({positionType:“bottom”,positionData:e.depth+.2+n.height+n.depth,children:},t)}return Ve.makeSpan(,[a],t)};je({type:“horizBrace”,names:,props:{numArgs:1},handler(e,t){let{parser:r,funcName:n}=e;return{type:“horizBrace”,mode:r.mode,label:n,isOver:/^\over/.test(n),base:t}},htmlBuilder:$r,mathmlBuilder:(e,t)=>{const r=Ct(e.label);return new gt.MathNode(e.isOver?“mover”:“munder”,)}}),je({type:“href”,names:,props:{numArgs:2,argTypes:,allowedInText:!0},handler:(e,t)=>{let{parser:r}=e;const n=t,o=qt(t,“url”).url;return r.settings.isTrusted({command:“\href”,url:o})?{type:“href”,mode:r.mode,href:o,body:Ke(n)}:r.formatUnsupportedCmd(“\href”)},htmlBuilder:(e,t)=>{const r=nt(e.body,t,!1);return Ve.makeAnchor(e.href,[],r,t)},mathmlBuilder:(e,t)=>{let r=wt(e.body,t);return r instanceof ut||(r=new ut(“mrow”,)),r.setAttribute(“href”,e.href),r}}),je({type:“href”,names:,props:{numArgs:1,argTypes:,allowedInText:!0},handler:(e,t)=>{let{parser:r}=e;const n=qt(t,“url”).url;if(!r.settings.isTrusted({command:“\url”,url:n}))return r.formatUnsupportedCmd(“\url”);const o=[];for(let e=0;e<n.length;e++){let t=n;“~”===t&&(t=“\textasciitilde”),o.push({type:“textord”,mode:“text”,text:t})}const s={type:“text”,mode:r.mode,font:“\texttt”,body:o};return{type:“href”,mode:r.mode,href:n,body:Ke(s)}}}),je({type:“hbox”,names:,props:{numArgs:1,argTypes:,allowedInText:!0,primitive:!0},handler(e,t){let{parser:r}=e;return{type:“hbox”,mode:r.mode,body:Ke(t)}},htmlBuilder(e,t){const r=nt(e.body,t,!1);return Ve.makeFragment®},mathmlBuilder(e,t){return new gt.MathNode(“mrow”,xt(e.body,t))}}),je({type:“html”,names:,props:{numArgs:2,argTypes:,allowedInText:!0},handler:(e,t)=>{let{parser:r,funcName:o,token:s}=e;const i=qt(t,“raw”).string,a=t;let l;r.settings.strict&&r.settings.reportNonstrict(“htmlExtension”,“HTML extension is disabled on strict mode”);const h={};switch(o){case“\htmlClass”:h.class=i,l={command:“\htmlClass”,class:i};break;case“\htmlId”:h.id=i,l={command:“\htmlId”,id:i};break;case“\htmlStyle”:h.style=i,l={command:“\htmlStyle”,style:i};break;case“\htmlData”:{const e=i.split(“,”);for(let t=0;t<e.length;t++){const r=e.split(“=”);if(2!==r.length)throw new n(“Error parsing key-value for \htmlData”);h[“data-”+r[0].trim()]=r.trim()}l={command:“\htmlData”,attributes:h};break}default:throw new Error(“Unrecognized html command”)}return r.settings.isTrusted(l)?{type:“html”,mode:r.mode,attributes:h,body:Ke(a)}:r.formatUnsupportedCmd(o)},htmlBuilder:(e,t)=>{const r=nt(e.body,t,!1),n=;e.attributes.class&&n.push(…e.attributes.class.trim().split(/s+/));const o=Ve.makeSpan(n,r,t);for(const t in e.attributes)“class”!==t&&e.attributes.hasOwnProperty(t)&&o.setAttribute(t,e.attributes);return o},mathmlBuilder:(e,t)=>wt(e.body,t)}),je({type:“htmlmathml”,names:,props:{numArgs:2,allowedInText:!0},handler:(e,t)=>{let{parser:r}=e;return{type:“htmlmathml”,mode:r.mode,html:Ke(t),mathml:Ke(t)}},htmlBuilder:(e,t)=>{const r=nt(e.html,t,!1);return Ve.makeFragment®},mathmlBuilder:(e,t)=>wt(e.mathml,t)});const Zr=function(e){if(/^? *(d+(.d*)?|.d+)$/.test(e))return{number:+e,unit:“bp”};{const t=/(?) *(d+(?:.d*)?|.d+) *([a-z]{2})/.exec(e);if(!t)throw new n(“Invalid size: ‘”e“’ in \includegraphics”);const r={number:+(t+t),unit:t};if(!V®)throw new n(“Invalid unit: ‘”r.unit“’ in \includegraphics.”);return r}};je({type:“includegraphics”,names:,props:{numArgs:1,numOptionalArgs:1,argTypes:,allowedInText:!1},handler:(e,t,r)=>{let{parser:o}=e,s={number:0,unit:“em”},i={number:.9,unit:“em”},a={number:0,unit:“em”},l=“”;if(r){const e=qt(r,“raw”).string.split(“,”);for(let t=0;t<e.length;t++){const r=e.split(“=”);if(2===r.length){const e=r.trim();switch(r.trim()){case“alt”:l=e;break;case“width”:s=Zr(e);break;case“height”:i=Zr(e);break;case“totalheight”:a=Zr(e);break;default:throw new n(“Invalid key: ‘”r[0]“’ in \includegraphics.”)}}}}const h=qt(t,“url”).url;return“”===l&&(l=h,l=l.replace(/^.*/,“”),l=l.substring(0,l.lastIndexOf(“.”))),o.settings.isTrusted({command:“\includegraphics”,url:h})?{type:“includegraphics”,mode:o.mode,alt:l,width:s,height:i,totalheight:a,src:h}:o.formatUnsupportedCmd(“\includegraphics”)},htmlBuilder:(e,t)=>{const r=P(e.height,t);let n=0;e.totalheight.number>0&&(n=P(e.totalheight,t)-r);let o=0;e.width.number>0&&(o=P(e.width,t));const s={height:F(r+n)};o>0&&(s.width=F(o)),n>0&&(s.verticalAlign=F(-n));const i=new j(e.src,e.alt,s);return i.height=r,i.depth=n,i},mathmlBuilder:(e,t)=>{const r=new gt.MathNode(“mglyph”,[]);r.setAttribute(“alt”,e.alt);const n=P(e.height,t);let o=0;if(e.totalheight.number>0&&(o=P(e.totalheight,t)-n,r.setAttribute(“valign”,F(-o))),r.setAttribute(“height”,F(n+o)),e.width.number>0){const n=P(e.width,t);r.setAttribute(“width”,F(n))}return r.setAttribute(“src”,e.src),r}}),je({type:“kern”,names:,props:{numArgs:1,argTypes:,primitive:!0,allowedInText:!0},handler(e,t){let{parser:r,funcName:n}=e;const o=qt(t,“size”);if(r.settings.strict){const e=“m”===n,t=“mu”===o.value.unit;e?(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(e,t){return Ve.makeGlue(e.dimension,t)},mathmlBuilder(e,t){const r=P(e.dimension,t);return new gt.SpaceNode®}}),je({type:“lap”,names:,props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{let{parser:r,funcName:n}=e;const o=t;return{type:“lap”,mode:r.mode,alignment:n.slice(5),body:o}},htmlBuilder:(e,t)=>{let r;“clap”===e.alignment?(r=Ve.makeSpan([],),r=Ve.makeSpan(,[r],t)):r=Ve.makeSpan(,[ht(e.body,t)]);const n=Ve.makeSpan(,[]);let o=Ve.makeSpan(,[r,n],t);const s=Ve.makeSpan();return s.style.height=F(o.height+o.depth),o.depth&&(s.style.verticalAlign=F(-o.depth)),o.children.unshift(s),o=Ve.makeSpan(,[o],t),Ve.makeSpan(,[o],t)},mathmlBuilder:(e,t)=>{const r=new gt.MathNode(“mpadded”,);if(“rlap”!==e.alignment){const t=“llap”===e.alignment?“-1”:“-0.5”;r.setAttribute(“lspace”,t+“width”)}return r.setAttribute(“width”,“0px”),r}}),je({type:“styling”,names:,props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){let{funcName:r,parser:n}=e;const o=n.mode;n.switchMode(“math”);const s=“\(”===r?“\)”:“$”,i=n.parseExpression(!1,s);return n.expect(s),n.switchMode(o),{type:“styling”,mode:n.mode,style:“text”,body:i}}}),je({type:“text”,names:“],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){throw new n(”Mismatched “+e.funcName)}});const Kr=(e,t)=>{switch(t.style.size){case w.DISPLAY.size:return e.display;case w.TEXT.size:return e.text;case w.SCRIPT.size:return e.script;case w.SCRIPTSCRIPT.size:return e.scriptscript;default:return e.text}};je({type:”mathchoice“,names:,props:{numArgs:4,primitive:!0},handler:(e,t)=>{let{parser:r}=e;return{type:”mathchoice“,mode:r.mode,display:Ke(t),text:Ke(t),script:Ke(t),scriptscript:Ke(t)}},htmlBuilder:(e,t)=>{const r=Kr(e,t),n=nt(r,t,!1);return Ve.makeFragment(n)},mathmlBuilder:(e,t)=>{const r=Kr(e,t);return wt(r,t)}});const Jr=(e,t,r,n,o,s,i)=>{e=Ve.makeSpan([],);const a=r&&l.isCharacterBox®;let h,c,m;if(t){const e=ht(t,n.havingStyle(o.sup()),n);c={elem:e,kern:Math.max(n.fontMetrics().bigOpSpacing1,n.fontMetrics().bigOpSpacing3-e.depth)}}if®{const e=ht(r,n.havingStyle(o.sub()),n);h={elem:e,kern:Math.max(n.fontMetrics().bigOpSpacing2,n.fontMetrics().bigOpSpacing4-e.height)}}if(c&&h){const t=n.fontMetrics().bigOpSpacing5+h.elem.height+h.elem.depth+h.kern+e.depth+i;m=Ve.makeVList({positionType:”bottom“,positionData:t,children:},n)}else if(h){const t=e.height-i;m=Ve.makeVList({positionType:”top“,positionData:t,children:},n)}else{if(!c)return e;{const t=e.depth+i;m=Ve.makeVList({positionType:”bottom“,positionData:t,children:},n)}}const p=;if(h&&0!==s&&!a){const e=Ve.makeSpan(,[],n);e.style.marginRight=F(s),p.unshift(e)}return Ve.makeSpan(,p,n)},Qr=,en=(e,t)=>{let r,n,o,s=!1;”supsub“===e.type?(r=e.sup,n=e.sub,o=qt(e.base,”op“),s=!0):o=qt(e,”op“);const i=t.style;let a,h=!1;if(i.size===w.DISPLAY.size&&o.symbol&&!l.contains(Qr,o.name)&&(h=!0),o.symbol){const e=h?”Size2-Regular“:”Size1-Regular“;let r=”“;if(”\oiint“!==o.name&&”\oiiint“!==o.name||(r=o.name.slice(1),o.name=”oiint“===r?”\iint“:”\iiint“),a=Ve.makeSymbol(o.name,e,”math“,t,),r.length>0){const e=a.italic,n=Ve.staticSvg(r+”Size“+(h?”2“:”1“),t);a=Ve.makeVList({positionType:”individualShift“,children:},t),o.name=”\“+r,a.classes.unshift(”mop“),a.italic=e}}else if(o.body){const e=nt(o.body,t,!0);1===e.length&&einstanceof Z?(a=e,a.classes=”mop“):a=Ve.makeSpan(,e,t)}else{const e=[];for(let r=1;r<o.name.length;r++)e.push(Ve.mathsym(o.name,o.mode,t));a=Ve.makeSpan(,e,t)}let c=0,m=0;return(a instanceof Z||”\oiint“===o.name||”\oiiint“===o.name)&&!o.suppressBaseShift&&(c=(a.height-a.depth)/2-t.fontMetrics().axisHeight,m=a.italic),s?Jr(a,r,n,t,i,m,c):(c&&(a.style.position=”relative“,a.style.top=F©),a)},tn=(e,t)=>{let r;if(e.symbol)r=new ut(”mo“,),l.contains(Qr,e.name)&&r.setAttribute(”largeop“,”false“);else if(e.body)r=new ut(”mo“,xt(e.body,t));else{r=new ut(”mi“,[new dt(e.name.slice(1))]);const t=new ut(”mo“,);r=e.parentIsSupSub?new ut(”mrow“,):pt()}return r},rn={”u220f“:”\prod“,”u2210“:”\coprod“,”u2211“:”\sum“,”u22c0“:”\bigwedge“,”u22c1“:”\bigvee“,”u22c2“:”\bigcap“,”u22c3“:”\bigcup“,”u2a00“:”\bigodot“,”u2a01“:”\bigoplus“,”u2a02“:”\bigotimes“,”u2a04“:”\biguplus“,”u2a06“:”\bigsqcup“};je({type:”op“,names:,props:{numArgs:0},handler:(e,t)=>{let{parser:r,funcName:n}=e,o=n;return 1===o.length&&(o=rn),{type:”op“,mode:r.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:o}},htmlBuilder:en,mathmlBuilder:tn}),je({type:”op“,names:,props:{numArgs:1,primitive:!0},handler:(e,t)=>{let{parser:r}=e;const n=t;return{type:”op“,mode:r.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:Ke(n)}},htmlBuilder:en,mathmlBuilder:tn});const nn={”u222b“:”\int“,”u222c“:”\iint“,”u222d“:”\iiint“,”u222e“:”\oint“,”u222f“:”\oiint“,”u2230“:”\oiiint“};je({type:”op“,names:,props:{numArgs:0},handler(e){let{parser:t,funcName:r}=e;return{type:”op“,mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:en,mathmlBuilder:tn}),je({type:”op“,names:,props:{numArgs:0},handler(e){let{parser:t,funcName:r}=e;return{type:”op“,mode:t.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:en,mathmlBuilder:tn}),je({type:”op“,names:,props:{numArgs:0},handler(e){let{parser:t,funcName:r}=e,n=r;return 1===n.length&&(n=nn),{type:”op“,mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:n}},htmlBuilder:en,mathmlBuilder:tn});const on=(e,t)=>{let r,n,o,s,i=!1;if(”supsub“===e.type?(r=e.sup,n=e.sub,o=qt(e.base,”operatorname“),i=!0):o=qt(e,”operatorname“),o.body.length>0){const e=o.body.map((e=>{const t=e.text;return”string“==typeof t?{type:”textord“,mode:e.mode,text:t}:e})),r=nt(e,t.withFont(”mathrm“),!0);for(let e=0;e<r.length;e++){const t=r;t instanceof Z&&(t.text=t.text.replace(/u2212/,”-“).replace(/u2217/,”*“))}s=Ve.makeSpan(,r,t)}else s=Ve.makeSpan(,[],t);return i?Jr(s,r,n,t,t.style,0,0):s};function sn(e,t,r){const n=nt(e,t,!1),o=t.sizeMultiplier/r.sizeMultiplier;for(let e=0;e<n.length;e++){const s=n.classes.indexOf(”sizing“);s<0?Array.prototype.push.apply(n.classes,t.sizingClasses®):n.classes===”reset-size“+t.size&&(n.classes=”reset-size“+r.size),n.height*=o,n.depth*=o}return Ve.makeFragment(n)}je({type:”operatorname“,names:,props:{numArgs:1},handler:(e,t)=>{let{parser:r,funcName:n}=e;const o=t;return{type:”operatorname“,mode:r.mode,body:Ke(o),alwaysHandleSupSub:”\operatornamewithlimits“===n,limits:!1,parentIsSupSub:!1}},htmlBuilder:on,mathmlBuilder:(e,t)=>{let r=xt(e.body,t.withFont(”mathrm“)),n=!0;for(let e=0;e<r.length;e++){const t=r;if(t instanceof gt.SpaceNode);else if(t instanceof gt.MathNode)switch(t.type){case”mi“:case”mn“:case”ms“:case”mspace“:case”mtext“:break;case”mo“:{const e=t.children;1===t.children.length&&e instanceof gt.TextNode?e.text=e.text.replace(/u2212/,”-“).replace(/u2217/,”*“):n=!1;break}default:n=!1}else n=!1}if(n){const e=r.map((e=>e.toText())).join(”“);r=[new gt.TextNode(e)]}const o=new gt.MathNode(”mi“,r);o.setAttribute(”mathvariant“,”normal“);const s=new gt.MathNode(”mo“,);return e.parentIsSupSub?new gt.MathNode(”mrow“,):gt.newDocumentFragment()}}),Br(”\operatorname“,”\@ifstar\operatornamewithlimits\operatorname@“),$e({type:”ordgroup“,htmlBuilder(e,t){return e.semisimple?Ve.makeFragment(nt(e.body,t,!1)):Ve.makeSpan(,nt(e.body,t,!0),t)},mathmlBuilder(e,t){return wt(e.body,t,!0)}}),je({type:”overline“,names:,props:{numArgs:1},handler(e,t){let{parser:r}=e;const n=t;return{type:”overline“,mode:r.mode,body:n}},htmlBuilder(e,t){const r=ht(e.body,t.havingCrampedStyle()),n=Ve.makeLineSpan(”overline-line“,t),o=t.fontMetrics().defaultRuleThickness,s=Ve.makeVList({positionType:”firstBaseline“,children:},t);return Ve.makeSpan(,[s],t)},mathmlBuilder(e,t){const r=new gt.MathNode(”mo“,[new gt.TextNode(”u203e“)]);r.setAttribute(”stretchy“,”true“);const n=new gt.MathNode(”mover“,);return n.setAttribute(”accent“,”true“),n}}),je({type:”phantom“,names:,props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{let{parser:r}=e;const n=t;return{type:”phantom“,mode:r.mode,body:Ke(n)}},htmlBuilder:(e,t)=>{const r=nt(e.body,t.withPhantom(),!1);return Ve.makeFragment®},mathmlBuilder:(e,t)=>{const r=xt(e.body,t);return new gt.MathNode(”mphantom“,r)}}),je({type:”hphantom“,names:,props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{let{parser:r}=e;const n=t;return{type:”hphantom“,mode:r.mode,body:n}},htmlBuilder:(e,t)=>{let r=Ve.makeSpan([],);if(r.height=0,r.depth=0,r.children)for(let e=0;e<r.children.length;e++)r.children.height=0,r.children.depth=0;return r=Ve.makeVList({positionType:”firstBaseline“,children:},t),Ve.makeSpan(,[r],t)},mathmlBuilder:(e,t)=>{const r=xt(Ke(e.body),t),n=new gt.MathNode(”mphantom“,r),o=new gt.MathNode(”mpadded“,);return o.setAttribute(”height“,”0px“),o.setAttribute(”depth“,”0px“),o}}),je({type:”vphantom“,names:,props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{let{parser:r}=e;const n=t;return{type:”vphantom“,mode:r.mode,body:n}},htmlBuilder:(e,t)=>{const r=Ve.makeSpan(,[ht(e.body,t.withPhantom())]),n=Ve.makeSpan(,[]);return Ve.makeSpan(,[r,n],t)},mathmlBuilder:(e,t)=>{const r=xt(Ke(e.body),t),n=new gt.MathNode(”mphantom“,r),o=new gt.MathNode(”mpadded“,);return o.setAttribute(”width“,”0px“),o}}),je({type:”raisebox“,names:,props:{numArgs:2,argTypes:,allowedInText:!0},handler(e,t){let{parser:r}=e;const n=qt(t,”size“).value,o=t;return{type:”raisebox“,mode:r.mode,dy:n,body:o}},htmlBuilder(e,t){const r=ht(e.body,t),n=P(e.dy,t);return Ve.makeVList({positionType:”shift“,positionData:-n,children:},t)},mathmlBuilder(e,t){const r=new gt.MathNode(”mpadded“,),n=e.dy.number+e.dy.unit;return r.setAttribute(”voffset“,n),r}}),je({type:”internal“,names:,props:{numArgs:0,allowedInText:!0},handler(e){let{parser:t}=e;return{type:”internal“,mode:t.mode}}}),je({type:”rule“,names:,props:{numArgs:2,numOptionalArgs:1,argTypes:},handler(e,t,r){let{parser:n}=e;const o=r,s=qt(t,”size“),i=qt(t,”size“);return{type:”rule“,mode:n.mode,shift:o&&qt(o,”size“).value,width:s.value,height:i.value}},htmlBuilder(e,t){const r=Ve.makeSpan(,[],t),n=P(e.width,t),o=P(e.height,t),s=e.shift?P(e.shift,t):0;return r.style.borderRightWidth=F(n),r.style.borderTopWidth=F(o),r.style.bottom=F(s),r.width=n,r.height=o+s,r.depth=-s,r.maxFontSize=1.125*o*t.sizeMultiplier,r},mathmlBuilder(e,t){const r=P(e.width,t),n=P(e.height,t),o=e.shift?P(e.shift,t):0,s=t.color&&t.getColor()||”black“,i=new gt.MathNode(”mspace“);i.setAttribute(”mathbackground“,s),i.setAttribute(”width“,F®),i.setAttribute(”height“,F(n));const a=new gt.MathNode(”mpadded“,);return o>=0?a.setAttribute(”height“,F(o)):(a.setAttribute(”height“,F(o)),a.setAttribute(”depth“,F(-o))),a.setAttribute(”voffset“,F(o)),a}});const an=;je({type:”sizing“,names:an,props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{let{breakOnTokenText:r,funcName:n,parser:o}=e;const s=o.parseExpression(!1,r);return{type:”sizing“,mode:o.mode,size:an.indexOf(n)+1,body:s}},htmlBuilder:(e,t)=>{const r=t.havingSize(e.size);return sn(e.body,r,t)},mathmlBuilder:(e,t)=>{const r=t.havingSize(e.size),n=xt(e.body,r),o=new gt.MathNode(”mstyle“,n);return o.setAttribute(”mathsize“,F(r.sizeMultiplier)),o}}),je({type:”smash“,names:,props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:(e,t,r)=>{let{parser:n}=e,o=!1,s=!1;const i=r&&qt(r,”ordgroup“);if(i){let e=”“;for(let t=0;t<i.body.length;++t){if(e=i.body.text,”t“===e)o=!0;else{if(”b“!==e){o=!1,s=!1;break}s=!0}}}else o=!0,s=!0;const a=t;return{type:”smash“,mode:n.mode,body:a,smashHeight:o,smashDepth:s}},htmlBuilder:(e,t)=>{const r=Ve.makeSpan([],);if(!e.smashHeight&&!e.smashDepth)return r;if(e.smashHeight&&(r.height=0,r.children))for(let e=0;e<r.children.length;e++)r.children.height=0;if(e.smashDepth&&(r.depth=0,r.children))for(let e=0;e<r.children.length;e++)r.children.depth=0;const n=Ve.makeVList({positionType:”firstBaseline“,children:},t);return Ve.makeSpan(,[n],t)},mathmlBuilder:(e,t)=>{const r=new gt.MathNode(”mpadded“,);return e.smashHeight&&r.setAttribute(”height“,”0px“),e.smashDepth&&r.setAttribute(”depth“,”0px“),r}}),je({type:”sqrt“,names:,props:{numArgs:1,numOptionalArgs:1},handler(e,t,r){let{parser:n}=e;const o=r,s=t;return{type:”sqrt“,mode:n.mode,body:s,index:o}},htmlBuilder(e,t){let r=ht(e.body,t.havingCrampedStyle());0===r.height&&(r.height=t.fontMetrics().xHeight),r=Ve.wrapFragment(r,t);const n=t.fontMetrics().defaultRuleThickness;let o=n;t.style.id<w.TEXT.id&&(o=t.fontMetrics().xHeight);let s=n+o/4;const i=r.height+r.depth+s+n,{span:a,ruleWidth:l,advanceWidth:h}=yr.sqrtImage(i,t),c=a.height-l;c>r.height+r.depth+s&&(s=(s+c-r.height-r.depth)/2);const m=a.height-r.height-s-l;r.style.paddingLeft=F(h);const p=Ve.makeVList({positionType:”firstBaseline“,children:[{type:”elem“,elem:r,wrapperClasses:},{type:”kern“,size:-(r.height+m)},{type:”elem“,elem:a},{type:”kern“,size:l}]},t);if(e.index){const r=t.havingStyle(w.SCRIPTSCRIPT),n=ht(e.index,r,t),o=.6*(p.height-p.depth),s=Ve.makeVList({positionType:”shift“,positionData:-o,children:},t),i=Ve.makeSpan(,[s]);return Ve.makeSpan(,[i,p],t)}return Ve.makeSpan(,[p],t)},mathmlBuilder(e,t){const{body:r,index:n}=e;return n?new gt.MathNode(”mroot“,):new gt.MathNode(”msqrt“,)}});const ln={display:w.DISPLAY,text:w.TEXT,script:w.SCRIPT,scriptscript:w.SCRIPTSCRIPT};je({type:”styling“,names:,props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e,t){let{breakOnTokenText:r,funcName:n,parser:o}=e;const s=o.parseExpression(!0,r),i=n.slice(1,n.length-5);return{type:”styling“,mode:o.mode,style:i,body:s}},htmlBuilder(e,t){const r=ln,n=t.havingStyle®.withFont(”“);return sn(e.body,n,t)},mathmlBuilder(e,t){const r=ln,n=t.havingStyle®,o=xt(e.body,n),s=new gt.MathNode(”mstyle“,o),i=display:[”0“,”true“],text:[”0“,”false“],script:[”1“,”false“],scriptscript:[”2“,”false“];return s.setAttribute(”scriptlevel“,i),s.setAttribute(”displaystyle“,i),s}});$e({type:”supsub“,htmlBuilder(e,t){const r=function(e,t){const r=e.base;if®return”op“===r.type?r.limits&&(t.style.size===w.DISPLAY.size||r.alwaysHandleSupSub)?en:null:”operatorname“===r.type?r.alwaysHandleSupSub&&(t.style.size===w.DISPLAY.size||r.limits)?on:null:”accent“===r.type?l.isCharacterBox(r.base)?Ht:null:”horizBrace“===r.type&&!e.sub===r.isOver?$r:null;return null}(e,t);if®return r(e,t);const{base:n,sup:o,sub:s}=e,i=ht(n,t);let a,h;const c=t.fontMetrics();let m=0,p=0;const u=n&&l.isCharacterBox(n);if(o){const e=t.havingStyle(t.style.sup());a=ht(o,e,t),u||(m=i.height-e.fontMetrics().supDrop*e.sizeMultiplier/t.sizeMultiplier)}if(s){const e=t.havingStyle(t.style.sub());h=ht(s,e,t),u||(p=i.depth+e.fontMetrics().subDrop*e.sizeMultiplier/t.sizeMultiplier)}let d;d=t.style===w.DISPLAY?c.sup1:t.style.cramped?c.sup3:c.sup2;const g=t.sizeMultiplier,f=F(.5/c.ptPerEm/g);let b,y=null;if(h){const t=e.base&&”op“===e.base.type&&e.base.name&&(”\oiint“===e.base.name||”\oiiint“===e.base.name);(i instanceof Z||t)&&(y=F(-i.italic))}if(a&&h){m=Math.max(m,d,a.depth+.25*c.xHeight),p=Math.max(p,c.sub2);const e=4*c.defaultRuleThickness;if(m-a.depth-(h.height-p)<e){p=e-(m-a.depth)+h.height;const t=.8*c.xHeight-(m-a.depth);t>0&&(m+=t,p-=t)}const r=;b=Ve.makeVList({positionType:”individualShift“,children:r},t)}else if(h){p=Math.max(p,c.sub1,h.height-.8*c.xHeight);const e=;b=Ve.makeVList({positionType:”shift“,positionData:p,children:e},t)}else{if(!a)throw new Error(”supsub must have either sup or sub.“);m=Math.max(m,d,a.depth+.25*c.xHeight),b=Ve.makeVList({positionType:”shift“,positionData:-m,children:},t)}const x=at(i,”right“)||”mord“;return Ve.makeSpan(,[i,Ve.makeSpan(,[b])],t)},mathmlBuilder(e,t){let r,n,o=!1;e.base&&”horizBrace“===e.base.type&&(n=!!e.sup,n===e.base.isOver&&(o=!0,r=e.base.isOver)),!e.base||”op“!==e.base.type&&”operatorname“!==e.base.type||(e.base.parentIsSupSub=!0);const s=;let i;if(e.sub&&s.push(vt(e.sub,t)),e.sup&&s.push(vt(e.sup,t)),o)i=r?”mover“:”munder“;else if(e.sub)if(e.sup){const r=e.base;i=r&&”op“===r.type&&r.limits&&t.style===w.DISPLAY||r&&”operatorname“===r.type&&r.alwaysHandleSupSub&&(t.style===w.DISPLAY||r.limits)?”munderover“:”msubsup“}else{const r=e.base;i=r&&”op“===r.type&&r.limits&&(t.style===w.DISPLAY||r.alwaysHandleSupSub)||r&&”operatorname“===r.type&&r.alwaysHandleSupSub&&(r.limits||t.style===w.DISPLAY)?”munder“:”msub“}else{const r=e.base;i=r&&”op“===r.type&&r.limits&&(t.style===w.DISPLAY||r.alwaysHandleSupSub)||r&&”operatorname“===r.type&&r.alwaysHandleSupSub&&(r.limits||t.style===w.DISPLAY)?”mover“:”msup“}return new gt.MathNode(i,s)}}),$e({type:”atom“,htmlBuilder(e,t){return Ve.mathsym(e.text,e.mode,t,)},mathmlBuilder(e,t){const r=new gt.MathNode(”mo“,);if(”bin“===e.family){const n=yt(e,t);”bold-italic“===n&&r.setAttribute(”mathvariant“,n)}else”punct“===e.family?r.setAttribute(”separator“,”true“):”open“!==e.family&&”close“!==e.family||r.setAttribute(”stretchy“,”false“);return r}});const hn={mi:”italic“,mn:”normal“,mtext:”normal“};$e({type:”mathord“,htmlBuilder(e,t){return Ve.makeOrd(e,t,”mathord“)},mathmlBuilder(e,t){const r=new gt.MathNode(”mi“,),n=yt(e,t)||”italic“;return n!==hn&&r.setAttribute(”mathvariant“,n),r}}),$e({type:”textord“,htmlBuilder(e,t){return Ve.makeOrd(e,t,”textord“)},mathmlBuilder(e,t){const r=ft(e.text,e.mode,t),n=yt(e,t)||”normal“;let o;return o=”text“===e.mode?new gt.MathNode(”mtext“,):/[0-9]/.test(e.text)?new gt.MathNode(”mn“,):”\prime“===e.text?new gt.MathNode(”mo“,):new gt.MathNode(”mi“,),n!==hn&&o.setAttribute(”mathvariant“,n),o}});const cn={”\nobreak“:”nobreak“,”\allowbreak“:”allowbreak“},mn={” “:{},”\ “:{},”~“:{className:”nobreak“},”\space“:{},”\nobreakspace“:{className:”nobreak“}};$e({type:”spacing“,htmlBuilder(e,t){if(mn.hasOwnProperty(e.text)){const r=mn.className||”“;if(”text“===e.mode){const n=Ve.makeOrd(e,t,”textord“);return n.classes.push®,n}return Ve.makeSpan(,[Ve.mathsym(e.text,e.mode,t)],t)}if(cn.hasOwnProperty(e.text))return Ve.makeSpan([”mspace“,cn],[],t);throw new n(‘Unknown type of space ”’e.text‘“’)},mathmlBuilder(e,t){let r;if(!mn.hasOwnProperty(e.text)){if(cn.hasOwnProperty(e.text))return new gt.MathNode(”mspace“);throw new n(‘Unknown type of space ”’e.text‘“’)}return r=new gt.MathNode(”mtext“,[new gt.TextNode(”xa0“)]),r}});const pn=()=>{const e=new gt.MathNode(”mtd“,[]);return e.setAttribute(”width“,”50%“),e};$e({type:”tag“,mathmlBuilder(e,t){const r=new gt.MathNode(”mtable“,[new gt.MathNode(”mtr“,[pn(),new gt.MathNode(”mtd“,),pn(),new gt.MathNode(”mtd“,)])]);return r.setAttribute(”width“,”100%“),r}});const un={”\text“:void 0,”\textrm“:”textrm“,”\textsf“:”textsf“,”\texttt“:”texttt“,”\textnormal“:”textrm“},dn={”\textbf“:”textbf“,”\textmd“:”textmd“},gn={”\textit“:”textit“,”\textup“:”textup“},fn=(e,t)=>{const r=e.font;return r?un?t.withTextFontFamily(un):dn?t.withTextFontWeight(dn):t.withTextFontShape(gn):t};je({type:”text“,names:,props:{numArgs:1,argTypes:,allowedInArgument:!0,allowedInText:!0},handler(e,t){let{parser:r,funcName:n}=e;const o=t;return{type:”text“,mode:r.mode,body:Ke(o),font:n}},htmlBuilder(e,t){const r=fn(e,t),n=nt(e.body,r,!0);return Ve.makeSpan(,n,r)},mathmlBuilder(e,t){const r=fn(e,t);return wt(e.body,r)}}),je({type:”underline“,names:,props:{numArgs:1,allowedInText:!0},handler(e,t){let{parser:r}=e;return{type:”underline“,mode:r.mode,body:t}},htmlBuilder(e,t){const r=ht(e.body,t),n=Ve.makeLineSpan(”underline-line“,t),o=t.fontMetrics().defaultRuleThickness,s=Ve.makeVList({positionType:”top“,positionData:r.height,children:},t);return Ve.makeSpan(,[s],t)},mathmlBuilder(e,t){const r=new gt.MathNode(”mo“,[new gt.TextNode(”u203e“)]);r.setAttribute(”stretchy“,”true“);const n=new gt.MathNode(”munder“,);return n.setAttribute(”accentunder“,”true“),n}}),je({type:”vcenter“,names:,props:{numArgs:1,argTypes:,allowedInText:!1},handler(e,t){let{parser:r}=e;return{type:”vcenter“,mode:r.mode,body:t}},htmlBuilder(e,t){const r=ht(e.body,t),n=t.fontMetrics().axisHeight,o=.5*(r.height-n-(r.depth+n));return Ve.makeVList({positionType:”shift“,positionData:o,children:},t)},mathmlBuilder(e,t){return new gt.MathNode(”mpadded“,,[”vcenter“])}}),je({type:”verb“,names:,props:{numArgs:0,allowedInText:!0},handler(e,t,r){throw new n(”\verb ended by end of line instead of matching delimiter“)},htmlBuilder(e,t){const r=bn(e),n=[],o=t.havingStyle(t.style.text());for(let t=0;t<r.length;t++){let s=r;”~“===s&&(s=”\textasciitilde“),n.push(Ve.makeSymbol(s,”Typewriter-Regular“,e.mode,o,))}return Ve.makeSpan(.concat(o.sizingClasses(t)),Ve.tryCombineChars(n),o)},mathmlBuilder(e,t){const r=new gt.TextNode(bn(e)),n=new gt.MathNode(”mtext“,);return n.setAttribute(”mathvariant“,”monospace“),n}});const bn=e=>e.body.replace(/ /g,e.star?”u2423“:”xa0“);var yn=Xe;const xn=”[ rnt]“,wn=”(\\[a-zA-Z+)“xn”*“,vn=”“,kn=new RegExp(vn+”+$“),Sn=”(“xn”+)|\\(n|[ rt]+n?)[ rt]*|([!-\[\]-u2027u202a-ud7ffuf900-uffff]“vn”*|[udc00-udfff]“vn”*|\\verb*().*?\4|\\verb().*?\5|“wn”|\\)“;class Mn{constructor(e,t){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=e,this.settings=t,this.tokenRegex=new RegExp(Sn,”g“),this.catcodes={”%“:14,”~“:13}}setCatcode(e,t){this.catcodes=t}lex(){const e=this.input,t=this.tokenRegex.lastIndex;if(t===e.length)return new Nr(”EOF“,new Cr(this,t,t));const r=this.tokenRegex.exec(e);if(null===r||r.index!==t)throw new n(”Unexpected character: ‘“e[t]”’“,new Nr(e,new Cr(this,t,t+1)));const o=r||r||(r?”\ “:” “);if(14===this.catcodes){const t=e.indexOf(”n“,this.tokenRegex.lastIndex);return-1===t?(this.tokenRegex.lastIndex=e.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=t+1,this.lex()}return new Nr(o,new Cr(this,t,this.tokenRegex.lastIndex))}}class zn{constructor(e,t){void 0===e&&(e={}),void 0===t&&(t={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=t,this.builtins=e,this.undefStack=[]}beginGroup(){this.undefStack.push({})}endGroup(){if(0===this.undefStack.length)throw new n(”Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug“);const e=this.undefStack.pop();for(const t in e)e.hasOwnProperty(t)&&(null==e?delete this.current:this.current=e)}endGroups(){for(;this.undefStack.length>0;)this.endGroup()}has(e){return this.current.hasOwnProperty(e)||this.builtins.hasOwnProperty(e)}get(e){return this.current.hasOwnProperty(e)?this.current:this.builtins}set(e,t,r){if(void 0===r&&(r=!1),r){for(let t=0;t<this.undefStack.length;t++)delete this.undefStack[e];this.undefStack.length>0&&(this.undefStack[e]=t)}else{const t=this.undefStack;t&&!t.hasOwnProperty(e)&&(t=this.current)}null==t?delete this.current:this.current=t}}var An=Tr;Br(”\noexpand“,(function(e){const t=e.popToken();return e.isExpandable(t.text)&&(t.noexpand=!0,t.treatAsRelax=!0),{tokens:,numArgs:0}})),Br(”\expandafter“,(function(e){const t=e.popToken();return e.expandOnce(!0),{tokens:,numArgs:0}})),Br(”\@firstoftwo“,(function(e){return{tokens:e.consumeArgs(2),numArgs:0}})),Br(”\@secondoftwo“,(function(e){return{tokens:e.consumeArgs(2),numArgs:0}})),Br(”\@ifnextchar“,(function(e){const t=e.consumeArgs(3);e.consumeSpaces();const r=e.future();return 1===t.length&&t[0].text===r.text?{tokens:t,numArgs:0}:{tokens:t,numArgs:0}})),Br(”\@ifstar“,”\@ifnextchar *{\@firstoftwo{#1}}“),Br(”\TextOrMath“,(function(e){const t=e.consumeArgs(2);return”text“===e.mode?{tokens:t,numArgs:0}:{tokens:t,numArgs:0}}));const Tn={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};Br(”\char“,(function(e){let t,r=e.popToken(),o=”“;if(”‘“===r.text)t=8,r=e.popToken();else if(’”‘===r.text)t=16,r=e.popToken();else if(“`”===r.text)if(r=e.popToken(),“\”===r.text)o=r.text.charCodeAt(1);else{if(“EOF”===r.text)throw new n(“\char` missing argument”);o=r.text.charCodeAt(0)}else t=10;if(t){if(o=Tn,null==o||o>=t)throw new n(“Invalid base-”t“ digit ”+r.text);let s;for(;null!=(s=Tn)&&s<t;)o*=t,o+=s,e.popToken()}return“\@char{”o“}”}));const Bn=(e,t,r)=>{let o=e.consumeArg().tokens;if(1!==o.length)throw new n(“\newcommand’s first argument must be a macro name”);const s=o.text,i=e.isDefined(s);if(i&&!t)throw new n(“\newcommand{”s“} attempting to redefine ”s“; use \renewcommand”);if(!i&&!r)throw new n(“\renewcommand{”s“} when command ”s“ does not yet exist; use \newcommand”);let a=0;if(o=e.consumeArg().tokens,1===o.length&&“[”===o.text){let t=“”,r=e.expandNextToken();for(;“]”!==r.text&&“EOF”!==r.text;)t+=r.text,r=e.expandNextToken();if(!t.match(/^s*+s*$/))throw new n(“Invalid number of arguments: ”+t);a=parseInt(t),o=e.consumeArg().tokens}return e.macros.set(s,{tokens:o,numArgs:a}),“”};Br(“\newcommand”,(e=>Bn(e,!1,!0))),Br(“\renewcommand”,(e=>Bn(e,!0,!1))),Br(“\providecommand”,(e=>Bn(e,!0,!0))),Br(“\message”,(e=>{const t=e.consumeArgs(1);return console.log(t.reverse().map((e=>e.text)).join(“”)),“”})),Br(“\errmessage”,(e=>{const t=e.consumeArgs(1);return console.error(t.reverse().map((e=>e.text)).join(“”)),“”})),Br(“\show”,(e=>{const t=e.popToken(),r=t.text;return console.log(t,e.macros.get®,yn,oe.math,oe.text),“”})),Br(“\bgroup”,“{”),Br(“\egroup”,“}”),Br(“~”,“\nobreakspace”),Br(“\lq”,“‘”),Br(“\rq”,“’”),Br(“\aa”,“\r a”),Br(“\AA”,“\r A”),Br(“\textcopyright”,“\html@mathml{\textcircled{c}}{\char`xa9}”),Br(“\copyright”,“\TextOrMath{\textcopyright}{\text{\textcopyright}}”),Br(“\textregistered”,“\html@mathml{\textcircled{\scriptsize R}}{\char`xae}”),Br(“u212c”,“\mathscr{B}”),Br(“u2130”,“\mathscr{E}”),Br(“u2131”,“\mathscr{F}”),Br(“u210b”,“\mathscr{H}”),Br(“u2110”,“\mathscr{I}”),Br(“u2112”,“\mathscr{L}”),Br(“u2133”,“\mathscr{M}”),Br(“u211b”,“\mathscr{R}”),Br(“u212d”,“\mathfrak{C}”),Br(“u210c”,“\mathfrak{H}”),Br(“u2128”,“\mathfrak{Z}”),Br(“\Bbbk”,“\Bbb{k}”),Br(“xb7”,“\cdotp”),Br(“\llap”,“\mathllap{\textrm{#1}}”),Br(“\rlap”,“\mathrlap{\textrm{#1}}”),Br(“\clap”,“\mathclap{\textrm{#1}}”),Br(“\mathstrut”,“\vphantom{(}”),Br(“\underbar”,“\underline{\text{#1}}”),Br(“\not”,‘\html@mathml{\mathrel{\mathrlap\@not}}{\char“338}’),Br(”\neq“,”\html@mathml{\mathrel{\not=}}{\mathrel{\char`u2260}}“),Br(”\ne“,”\neq“),Br(”u2260“,”\neq“),Br(”\notin“,”\html@mathml{\mathrel{{\in}\mathllap{/\mskip1mu}}}{\mathrel{\char`u2209}}“),Br(”u2209“,”\notin“),Br(”u2258“,”\html@mathml{\mathrel{=\kern{-1em}\raisebox{0.4em}{$\scriptsize\frown$}}}{\mathrel{\char`u2258}}“),Br(”u2259“,”\html@mathml{\stackrel{\tiny\wedge}{=}}{\mathrel{\char`u2258}}“),Br(”u225a“,”\html@mathml{\stackrel{\tiny\vee}{=}}{\mathrel{\char`u225a}}“),Br(”u225b“,”\html@mathml{\stackrel{\scriptsize\star}{=}}{\mathrel{\char`u225b}}“),Br(”u225d“,”\html@mathml{\stackrel{\tiny\mathrm{def}}{=}}{\mathrel{\char`u225d}}“),Br(”u225e“,”\html@mathml{\stackrel{\tiny\mathrm{m}}{=}}{\mathrel{\char`u225e}}“),Br(”u225f“,”\html@mathml{\stackrel{\tiny?}{=}}{\mathrel{\char`u225f}}“),Br(”u27c2“,”\perp“),Br(”u203c“,”\mathclose{!\mkern-0.8mu!}“),Br(”u220c“,”\notni“),Br(”u231c“,”\ulcorner“),Br(”u231d“,”\urcorner“),Br(”u231e“,”\llcorner“),Br(”u231f“,”\lrcorner“),Br(”xa9“,”\copyright“),Br(”xae“,”\textregistered“),Br(”ufe0f“,”\textregistered“),Br(”\ulcorner“,‘\html@mathml{\@ulcorner}{\mathop{\char”231c}}’),Br(“\urcorner”,‘\html@mathml{\@urcorner}{\mathop{\char“231d}}’),Br(”\llcorner“,‘\html@mathml{\@llcorner}{\mathop{\char”231e}}’),Br(“\lrcorner”,‘\html@mathml{\@lrcorner}{\mathop{\char“231f}}’),Br(”\vdots“,”\mathord{\varvdots\rule{0pt}{15pt}}“),Br(”u22ee“,”\vdots“),Br(”\varGamma“,”\mathit{\Gamma}“),Br(”\varDelta“,”\mathit{\Delta}“),Br(”\varTheta“,”\mathit{\Theta}“),Br(”\varLambda“,”\mathit{\Lambda}“),Br(”\varXi“,”\mathit{\Xi}“),Br(”\varPi“,”\mathit{\Pi}“),Br(”\varSigma“,”\mathit{\Sigma}“),Br(”\varUpsilon“,”\mathit{\Upsilon}“),Br(”\varPhi“,”\mathit{\Phi}“),Br(”\varPsi“,”\mathit{\Psi}“),Br(”\varOmega“,”\mathit{\Omega}“),Br(”\substack“,”\begin{subarray}{c}#1\end{subarray}“),Br(”\colon“,”\nobreak\mskip2mu\mathpunct{}\mathchoice{\mkern-3mu}{\mkern-3mu}{}{}{:}\mskip6mu\relax“),Br(”\boxed“,”\fbox{$\displaystyle{#1}$}“),Br(”\iff“,”\DOTSB\;\Longleftrightarrow\;“),Br(”\implies“,”\DOTSB\;\Longrightarrow\;“),Br(”\impliedby“,”\DOTSB\;\Longleftarrow\;“);const Cn={”,“:”\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“};Br(”\dots“,(function(e){let t=”\dotso“;const r=e.expandAfterFuture().text;return r in Cn?t=Cn:(”\not“===r.slice(0,4)||r in oe.math&&l.contains(,oe.math.group))&&(t=”\dotsb“),t}));const Nn={”)“:!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};Br(”\dotso“,(function(e){return e.future().text in Nn?”\ldots\,“:”\ldots“})),Br(”\dotsc“,(function(e){const t=e.future().text;return t in Nn&&”,“!==t?”\ldots\,“:”\ldots“})),Br(”\cdots“,(function(e){return e.future().text in Nn?”\@cdots\,“:”\@cdots“})),Br(”\dotsb“,”\cdots“),Br(”\dotsm“,”\cdots“),Br(”\dotsi“,”\!\cdots“),Br(”\dotsx“,”\ldots\,“),Br(”\DOTSI“,”\relax“),Br(”\DOTSB“,”\relax“),Br(”\DOTSX“,”\relax“),Br(”\tmspace“,”\TextOrMath{\kern#1#3}{\mskip#1#2}\relax“),Br(”\,“,”\tmspace+{3mu}{.1667em}“),Br(”\thinspace“,”\,“),Br(”\>“,”\mskip{4mu}“),Br(”\:“,”\tmspace+{4mu}{.2222em}“),Br(”\medspace“,”\:“),Br(”\;“,”\tmspace+{5mu}{.2777em}“),Br(”\thickspace“,”\;“),Br(”\!“,”\tmspace-{3mu}{.1667em}“),Br(”\negthinspace“,”\!“),Br(”\negmedspace“,”\tmspace-{4mu}{.2222em}“),Br(”\negthickspace“,”\tmspace-{5mu}{.277em}“),Br(”\enspace“,”\kern.5em “),Br(”\enskip“,”\hskip.5em\relax“),Br(”\quad“,”\hskip1em\relax“),Br(”\qquad“,”\hskip2em\relax“),Br(”\tag“,”\@ifstar\tag@literal\tag@paren“),Br(”\tag@paren“,”\tag@literal{({#1})}“),Br(”\tag@literal“,(e=>{if(e.macros.get(”\df@tag“))throw new n(”Multiple \tag“);return”\gdef\df@tag{\text{#1}}“})),Br(”\bmod“,”\mathchoice{\mskip1mu}{\mskip1mu}{\mskip5mu}{\mskip5mu}\mathbin{\rm mod}\mathchoice{\mskip1mu}{\mskip1mu}{\mskip5mu}{\mskip5mu}“),Br(”\pod“,”\allowbreak\mathchoice{\mkern18mu}{\mkern8mu}{\mkern8mu}{\mkern8mu}(#1)“),Br(”\pmod“,”\pod{{\rm mod}\mkern6mu#1}“),Br(”\mod“,”\allowbreak\mathchoice{\mkern18mu}{\mkern12mu}{\mkern12mu}{\mkern12mu}{\rm mod}\,\,#1“),Br(”\newline“,”\\\relax“),Br(”\TeX“,”\textrm{\html@mathml{T\kern-.1667em\raisebox{-.5ex}{E}\kern-.125emX}{TeX}}“);const qn=F(T[”T“.charCodeAt(0)]-.7*T[”A“.charCodeAt(0)]);Br(”\LaTeX“,”\textrm{\html@mathml{L\kern-.36em\raisebox{“qn”}{\scriptstyle A}\kern-.15em\TeX}{LaTeX}}“),Br(”\KaTeX“,”\textrm{\html@mathml{K\kern-.17em\raisebox{“qn”}{\scriptstyle A}\kern-.15em\TeX}{KaTeX}}“),Br(”\hspace“,”\@ifstar\@hspacer\@hspace“),Br(”\@hspace“,”\hskip #1\relax“),Br(”\@hspacer“,”\rule{0pt}{0pt}\hskip #1\relax“),Br(”\ordinarycolon“,”:“),Br(”\vcentcolon“,”\mathrel{\mathop\ordinarycolon}“),Br(”\dblcolon“,‘\html@mathml{\mathrel{\vcentcolon\mathrel{\mkern-.9mu}\vcentcolon}}{\mathop{\char”2237}}’),Br(“\coloneqq”,‘\html@mathml{\mathrel{\vcentcolon\mathrel{\mkern-1.2mu}=}}{\mathop{\char“2254}}’),Br(”\Coloneqq“,‘\html@mathml{\mathrel{\dblcolon\mathrel{\mkern-1.2mu}=}}{\mathop{\char”2237\char“3d}}’),Br(”\coloneq“,‘\html@mathml{\mathrel{\vcentcolon\mathrel{\mkern-1.2mu}\mathrel{-}}}{\mathop{\char”3a\char“2212}}’),Br(”\Coloneq“,‘\html@mathml{\mathrel{\dblcolon\mathrel{\mkern-1.2mu}\mathrel{-}}}{\mathop{\char”2237\char“2212}}’),Br(”\eqqcolon“,‘\html@mathml{\mathrel{=\mathrel{\mkern-1.2mu}\vcentcolon}}{\mathop{\char”2255}}’),Br(“\Eqqcolon”,‘\html@mathml{\mathrel{=\mathrel{\mkern-1.2mu}\dblcolon}}{\mathop{\char“3d\char”2237}}’),Br(“\eqcolon”,‘\html@mathml{\mathrel{\mathrel{-}\mathrel{\mkern-1.2mu}\vcentcolon}}{\mathop{\char“2239}}’),Br(”\Eqcolon“,‘\html@mathml{\mathrel{\mathrel{-}\mathrel{\mkern-1.2mu}\dblcolon}}{\mathop{\char”2212\char“2237}}’),Br(”\colonapprox“,‘\html@mathml{\mathrel{\vcentcolon\mathrel{\mkern-1.2mu}\approx}}{\mathop{\char”3a\char“2248}}’),Br(”\Colonapprox“,‘\html@mathml{\mathrel{\dblcolon\mathrel{\mkern-1.2mu}\approx}}{\mathop{\char”2237\char“2248}}’),Br(”\colonsim“,‘\html@mathml{\mathrel{\vcentcolon\mathrel{\mkern-1.2mu}\sim}}{\mathop{\char”3a\char“223c}}’),Br(”\Colonsim“,‘\html@mathml{\mathrel{\dblcolon\mathrel{\mkern-1.2mu}\sim}}{\mathop{\char”2237\char“223c}}’),Br(”u2237“,”\dblcolon“),Br(”u2239“,”\eqcolon“),Br(”u2254“,”\coloneqq“),Br(”u2255“,”\eqqcolon“),Br(”u2a74“,”\Coloneqq“),Br(”\ratio“,”\vcentcolon“),Br(”\coloncolon“,”\dblcolon“),Br(”\colonequals“,”\coloneqq“),Br(”\coloncolonequals“,”\Coloneqq“),Br(”\equalscolon“,”\eqqcolon“),Br(”\equalscoloncolon“,”\Eqqcolon“),Br(”\colonminus“,”\coloneq“),Br(”\coloncolonminus“,”\Coloneq“),Br(”\minuscolon“,”\eqcolon“),Br(”\minuscoloncolon“,”\Eqcolon“),Br(”\coloncolonapprox“,”\Colonapprox“),Br(”\coloncolonsim“,”\Colonsim“),Br(”\simcolon“,”\mathrel{\sim\mathrel{\mkern-1.2mu}\vcentcolon}“),Br(”\simcoloncolon“,”\mathrel{\sim\mathrel{\mkern-1.2mu}\dblcolon}“),Br(”\approxcolon“,”\mathrel{\approx\mathrel{\mkern-1.2mu}\vcentcolon}“),Br(”\approxcoloncolon“,”\mathrel{\approx\mathrel{\mkern-1.2mu}\dblcolon}“),Br(”\notni“,”\html@mathml{\not\ni}{\mathrel{\char`u220c}}“),Br(”\limsup“,”\DOTSB\operatorname*{lim\,sup}“),Br(”\liminf“,”\DOTSB\operatorname*{lim\,inf}“),Br(”\injlim“,”\DOTSB\operatorname*{inj\,lim}“),Br(”\projlim“,”\DOTSB\operatorname*{proj\,lim}“),Br(”\varlimsup“,”\DOTSB\operatorname*{\overline{lim}}“),Br(”\varliminf“,”\DOTSB\operatorname*{\underline{lim}}“),Br(”\varinjlim“,”\DOTSB\operatorname*{\underrightarrow{lim}}“),Br(”\varprojlim“,”\DOTSB\operatorname*{\underleftarrow{lim}}“),Br(”\gvertneqq“,”\html@mathml{\@gvertneqq}{u2269}“),Br(”\lvertneqq“,”\html@mathml{\@lvertneqq}{u2268}“),Br(”\ngeqq“,”\html@mathml{\@ngeqq}{u2271}“),Br(”\ngeqslant“,”\html@mathml{\@ngeqslant}{u2271}“),Br(”\nleqq“,”\html@mathml{\@nleqq}{u2270}“),Br(”\nleqslant“,”\html@mathml{\@nleqslant}{u2270}“),Br(”\nshortmid“,”\html@mathml{\@nshortmid}{u2224}“),Br(”\nshortparallel“,”\html@mathml{\@nshortparallel}{u2226}“),Br(”\nsubseteqq“,”\html@mathml{\@nsubseteqq}{u2288}“),Br(”\nsupseteqq“,”\html@mathml{\@nsupseteqq}{u2289}“),Br(”\varsubsetneq“,”\html@mathml{\@varsubsetneq}{u228a}“),Br(”\varsubsetneqq“,”\html@mathml{\@varsubsetneqq}{u2acb}“),Br(”\varsupsetneq“,”\html@mathml{\@varsupsetneq}{u228b}“),Br(”\varsupsetneqq“,”\html@mathml{\@varsupsetneqq}{u2acc}“),Br(”\imath“,”\html@mathml{\@imath}{u0131}“),Br(”\jmath“,”\html@mathml{\@jmath}{u0237}“),Br(”\llbracket“,”\html@mathml{\mathopen{[\mkern-3.2mu\mkern-3.2mu]}}{\mathclose{\char`u27e7}}“),Br(”u27e6“,”\llbracket“),Br(”u27e7“,”\rrbracket“),Br(”\lBrace“,”\html@mathml{\mathopen{\{\mkern-3.2mu\mkern-3.2mu\}}}{\mathclose{\char`u2984}}“),Br(”u2983“,”\lBrace“),Br(”u2984“,”\rBrace“),Br(”\minuso“,”\mathbin{\html@mathml{{\mathrlap{\mathchoice{\kern{0.145em}}{\kern{0.145em}}{\kern{0.1015em}}{\kern{0.0725em}}\circ}{-}}}{\char`u29b5}}“),Br(”u29b5“,”\minuso“),Br(”\darr“,”\downarrow“),Br(”\dArr“,”\Downarrow“),Br(”\Darr“,”\Downarrow“),Br(”\lang“,”\langle“),Br(”\rang“,”\rangle“),Br(”\uarr“,”\uparrow“),Br(”\uArr“,”\Uparrow“),Br(”\Uarr“,”\Uparrow“),Br(”\N“,”\mathbb{N}“),Br(”\R“,”\mathbb{R}“),Br(”\Z“,”\mathbb{Z}“),Br(”\alef“,”\aleph“),Br(”\alefsym“,”\aleph“),Br(”\Alpha“,”\mathrm{A}“),Br(”\Beta“,”\mathrm{B}“),Br(”\bull“,”\bullet“),Br(”\Chi“,”\mathrm{X}“),Br(”\clubs“,”\clubsuit“),Br(”\cnums“,”\mathbb{C}“),Br(”\Complex“,”\mathbb{C}“),Br(”\Dagger“,”\ddagger“),Br(”\diamonds“,”\diamondsuit“),Br(”\empty“,”\emptyset“),Br(”\Epsilon“,”\mathrm{E}“),Br(”\Eta“,”\mathrm{H}“),Br(”\exist“,”\exists“),Br(”\harr“,”\leftrightarrow“),Br(”\hArr“,”\Leftrightarrow“),Br(”\Harr“,”\Leftrightarrow“),Br(”\hearts“,”\heartsuit“),Br(”\image“,”\Im“),Br(”\infin“,”\infty“),Br(”\Iota“,”\mathrm{I}“),Br(”\isin“,”\in“),Br(”\Kappa“,”\mathrm{K}“),Br(”\larr“,”\leftarrow“),Br(”\lArr“,”\Leftarrow“),Br(”\Larr“,”\Leftarrow“),Br(”\lrarr“,”\leftrightarrow“),Br(”\lrArr“,”\Leftrightarrow“),Br(”\Lrarr“,”\Leftrightarrow“),Br(”\Mu“,”\mathrm{M}“),Br(”\natnums“,”\mathbb{N}“),Br(”\Nu“,”\mathrm{N}“),Br(”\Omicron“,”\mathrm{O}“),Br(”\plusmn“,”\pm“),Br(”\rarr“,”\rightarrow“),Br(”\rArr“,”\Rightarrow“),Br(”\Rarr“,”\Rightarrow“),Br(”\real“,”\Re“),Br(”\reals“,”\mathbb{R}“),Br(”\Reals“,”\mathbb{R}“),Br(”\Rho“,”\mathrm{P}“),Br(”\sdot“,”\cdot“),Br(”\sect“,”\S“),Br(”\spades“,”\spadesuit“),Br(”\sub“,”\subset“),Br(”\sube“,”\subseteq“),Br(”\supe“,”\supseteq“),Br(”\Tau“,”\mathrm{T}“),Br(”\thetasym“,”\vartheta“),Br(”\weierp“,”\wp“),Br(”\Zeta“,”\mathrm{Z}“),Br(”\argmin“,”\DOTSB\operatorname*{arg\,min}“),Br(”\argmax“,”\DOTSB\operatorname*{arg\,max}“),Br(”\plim“,”\DOTSB\mathop{\operatorname{plim}}\limits“),Br(”\bra“,”\mathinner{\langle{#1}|}“),Br(”\ket“,”\mathinner{|{#1}\rangle}“),Br(”\braket“,”\mathinner{\langle{#1}\rangle}“),Br(”\Bra“,”\left\langle#1\right|“),Br(”\Ket“,”\left|#1\right\rangle“);const In=e=>t=>{const r=t.consumeArg().tokens,n=t.consumeArg().tokens,o=t.consumeArg().tokens,s=t.consumeArg().tokens,i=t.macros.get(”|“),a=t.macros.get(”\|“);t.macros.beginGroup();const l=t=>r=>{e&&(r.macros.set(”|“,i),o.length&&r.macros.set(”\|“,a));let s=t;if(!t&&o.length){”|“===r.future().text&&(r.popToken(),s=!0)}return{tokens:s?o:n,numArgs:0}};t.macros.set(”|“,l(!1)),o.length&&t.macros.set(”\|“,l(!0));const h=t.consumeArg().tokens,c=t.expandTokens();return t.macros.endGroup(),{tokens:c.reverse(),numArgs:0}};Br(”\bra@ket“,In(!1)),Br(”\bra@set“,In(!0)),Br(”\Braket“,”\bra@ket{\left\langle}{\,\middle\vert\,}{\,\middle\vert\,}{\right\rangle}“),Br(”\Set“,”\bra@set{\left\{\:}{\;\middle\vert\;}{\;\middle\Vert\;}{\:\right\}}“),Br(”\set“,”\bra@set{\{\,}{\mid}{}{\,\}}“),Br(”\angln“,”{\angl n}“),Br(”\blue“,”\textcolor{##6495ed}{#1}“),Br(”\orange“,”\textcolor{##ffa500}{#1}“),Br(”\pink“,”\textcolor{##ff00af}{#1}“),Br(”\red“,”\textcolor{##df0030}{#1}“),Br(”\green“,”\textcolor{##28ae7b}{#1}“),Br(”\gray“,”\textcolor{gray}{#1}“),Br(”\purple“,”\textcolor{##9d38bd}{#1}“),Br(”\blueA“,”\textcolor{##ccfaff}{#1}“),Br(”\blueB“,”\textcolor{##80f6ff}{#1}“),Br(”\blueC“,”\textcolor{##63d9ea}{#1}“),Br(”\blueD“,”\textcolor{##11accd}{#1}“),Br(”\blueE“,”\textcolor{##0c7f99}{#1}“),Br(”\tealA“,”\textcolor{##94fff5}{#1}“),Br(”\tealB“,”\textcolor{##26edd5}{#1}“),Br(”\tealC“,”\textcolor{##01d1c1}{#1}“),Br(”\tealD“,”\textcolor{##01a995}{#1}“),Br(”\tealE“,”\textcolor{##208170}{#1}“),Br(”\greenA“,”\textcolor{##b6ffb0}{#1}“),Br(”\greenB“,”\textcolor{##8af281}{#1}“),Br(”\greenC“,”\textcolor{##74cf70}{#1}“),Br(”\greenD“,”\textcolor{##1fab54}{#1}“),Br(”\greenE“,”\textcolor{##0d923f}{#1}“),Br(”\goldA“,”\textcolor{##ffd0a9}{#1}“),Br(”\goldB“,”\textcolor{##ffbb71}{#1}“),Br(”\goldC“,”\textcolor{##ff9c39}{#1}“),Br(”\goldD“,”\textcolor{##e07d10}{#1}“),Br(”\goldE“,”\textcolor{##a75a05}{#1}“),Br(”\redA“,”\textcolor{##fca9a9}{#1}“),Br(”\redB“,”\textcolor{##ff8482}{#1}“),Br(”\redC“,”\textcolor{##f9685d}{#1}“),Br(”\redD“,”\textcolor{##e84d39}{#1}“),Br(”\redE“,”\textcolor{##bc2612}{#1}“),Br(”\maroonA“,”\textcolor{##ffbde0}{#1}“),Br(”\maroonB“,”\textcolor{##ff92c6}{#1}“),Br(”\maroonC“,”\textcolor{##ed5fa6}{#1}“),Br(”\maroonD“,”\textcolor{##ca337c}{#1}“),Br(”\maroonE“,”\textcolor{##9e034e}{#1}“),Br(”\purpleA“,”\textcolor{##ddd7ff}{#1}“),Br(”\purpleB“,”\textcolor{##c6b9fc}{#1}“),Br(”\purpleC“,”\textcolor{##aa87ff}{#1}“),Br(”\purpleD“,”\textcolor{##7854ab}{#1}“),Br(”\purpleE“,”\textcolor{##543b78}{#1}“),Br(”\mintA“,”\textcolor{##f5f9e8}{#1}“),Br(”\mintB“,”\textcolor{##edf2df}{#1}“),Br(”\mintC“,”\textcolor{##e0e5cc}{#1}“),Br(”\grayA“,”\textcolor{##f6f7f7}{#1}“),Br(”\grayB“,”\textcolor{##f0f1f2}{#1}“),Br(”\grayC“,”\textcolor{##e3e5e6}{#1}“),Br(”\grayD“,”\textcolor{##d6d8da}{#1}“),Br(”\grayE“,”\textcolor{##babec2}{#1}“),Br(”\grayF“,”\textcolor{##888d93}{#1}“),Br(”\grayG“,”\textcolor{##626569}{#1}“),Br(”\grayH“,”\textcolor{##3b3e40}{#1}“),Br(”\grayI“,”\textcolor{##21242c}{#1}“),Br(”\kaBlue“,”\textcolor{##314453}{#1}“),Br(”\kaGreen“,”\textcolor{##71B307}{#1}“);const Rn={”^“:!0,_:!0,”\limits“:!0,”\nolimits“:!0};class Hn{constructor(e,t,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=t,this.expansionCount=0,this.feed(e),this.macros=new zn(An,t.macros),this.mode=r,this.stack=[]}feed(e){this.lexer=new Mn(e,this.settings)}switchMode(e){this.mode=e}beginGroup(){this.macros.beginGroup()}endGroup(){this.macros.endGroup()}endGroups(){this.macros.endGroups()}future(){return 0===this.stack.length&&this.pushToken(this.lexer.lex()),this.stack}popToken(){return this.future(),this.stack.pop()}pushToken(e){this.stack.push(e)}pushTokens(e){this.stack.push(…e)}scanArgument(e){let t,r,n;if(e){if(this.consumeSpaces(),”[“!==this.future().text)return null;t=this.popToken(),({tokens:n,end:r}=this.consumeArg(”]))}else({tokens:n,start:t,end:r}=this.consumeArg());return this.pushToken(new Nr(“EOF”,r.loc)),this.pushTokens(n),t.range(r,“”)}consumeSpaces(){for(;;){if(“ ”!==this.future().text)break;this.stack.pop()}}consumeArg(e){const t=[],r=e&&e.length>0;r||this.consumeSpaces();const o=this.future();let s,i=0,a=0;do{if(s=this.popToken(),t.push(s),“{”===s.text)++i;else if(“}”===s.text){if(–i,-1===i)throw new n(“Extra }”,s)}else if(“EOF”===s.text)throw new n(“Unexpected end of input in a macro argument, expected ‘”+(e&&r?e:“}”)+“’”,s);if(e&&r)if((0===i||1===i&&“{”===e)&&s.text===e){if(++a,a===e.length){t.splice(-a,a);break}}else a=0}while(0!==i||r);return“{”===o.text&&“}”===t.text&&(t.pop(),t.shift()),t.reverse(),{tokens:t,start:o,end:s}}consumeArgs(e,t){if(t){if(t.length!==e+1)throw new n(“The length of delimiters doesn’t match the number of args!”);const r=t;for(let e=0;e<r.length;e++){const t=this.popToken();if(r!==t.text)throw new n(“Use of the macro doesn’t match its definition”,t)}}const r=[];for(let n=0;n<e;n++)r.push(this.consumeArg(t&&t).tokens);return r}countExpansion(e){if(this.expansionCount+=e,this.expansionCount>this.settings.maxExpand)throw new n(“Too many expansions: infinite loop or need to increase maxExpand setting”)}expandOnce(e){const t=this.popToken(),r=t.text,o=t.noexpand?null:this._getExpansion®;if(null==o||e&&o.unexpandable){if(e&&null==o&&“\”===r&&!this.isDefined®)throw new n(“Undefined control sequence: ”+r);return this.pushToken(t),!1}this.countExpansion(1);let s=o.tokens;const i=this.consumeArgs(o.numArgs,o.delimiters);if(o.numArgs){s=s.slice();for(let e=s.length-1;e>=0;–e){let t=s;if(“#”===t.text){if(0===e)throw new n(“Incomplete placeholder at end of macro body”,t);if(t=s,“#”===t.text)s.splice(e+1,1);else{if(!/^$/.test(t.text))throw new n(“Not a valid argument number”,t);s.splice(e,2,…i)}}}}return this.pushTokens(s),s.length}expandAfterFuture(){return this.expandOnce(),this.future()}expandNextToken(){for(;;)if(!1===this.expandOnce()){const e=this.stack.pop();return e.treatAsRelax&&(e.text=“\relax”),e}throw new Error}expandMacro(e){return this.macros.has(e)?this.expandTokens([new Nr(e)]):void 0}expandTokens(e){const t=[],r=this.stack.length;for(this.pushTokens(e);this.stack.length>r;)if(!1===this.expandOnce(!0)){const e=this.stack.pop();e.treatAsRelax&&(e.noexpand=!1,e.treatAsRelax=!1),t.push(e)}return this.countExpansion(t.length),t}expandMacroAsText(e){const t=this.expandMacro(e);return t?t.map((e=>e.text)).join(“”):t}_getExpansion(e){const t=this.macros.get(e);if(null==t)return t;if(1===e.length){const t=this.lexer.catcodes;if(null!=t&&13!==t)return}const r=“function”==typeof t?t(this):t;if(“string”==typeof r){let e=0;if(-1!==r.indexOf(“#”)){const t=r.replace(/##/g,“”);for(;-1!==t.indexOf(“#”+(e+1));)++e}const t=new Mn(r,this.settings),n=[];let o=t.lex();for(;“EOF”!==o.text;)n.push(o),o=t.lex();n.reverse();return{tokens:n,numArgs:e}}return r}isDefined(e){return this.macros.has(e)||yn.hasOwnProperty(e)||oe.math.hasOwnProperty(e)||oe.text.hasOwnProperty(e)||Rn.hasOwnProperty(e)}isExpandable(e){const t=this.macros.get(e);return null!=t?“string”==typeof t||“function”==typeof t||!t.unexpandable:yn.hasOwnProperty(e)&&!yn.primitive}}const On=/^/,En=Object.freeze({“u208a”:“+”,“u208b”:“-”,“u208c”:“=”,“u208d”:“(”,“u208e”:“)”,“u2080”:“0”,“u2081”:“1”,“u2082”:“2”,“u2083”:“3”,“u2084”:“4”,“u2085”:“5”,“u2086”:“6”,“u2087”:“7”,“u2088”:“8”,“u2089”:“9”,“u2090”:“a”,“u2091”:“e”,“u2095”:“h”,“u1d62”:“i”,“u2c7c”:“j”,“u2096”:“k”,“u2097”:“l”,“u2098”:“m”,“u2099”:“n”,“u2092”:“o”,“u209a”:“p”,“u1d63”:“r”,“u209b”:“s”,“u209c”:“t”,“u1d64”:“u”,“u1d65”:“v”,“u2093”:“x”,“u1d66”:“u03b2”,“u1d67”:“u03b3”,“u1d68”:“u03c1”,“u1d69”:“u03d5”,“u1d6a”:“u03c7”,“u207a”:“+”,“u207b”:“-”,“u207c”:“=”,“u207d”:“(”,“u207e”:“)”,“u2070”:“0”,“xb9”:“1”,“xb2”:“2”,“xb3”:“3”,“u2074”:“4”,“u2075”:“5”,“u2076”:“6”,“u2077”:“7”,“u2078”:“8”,“u2079”:“9”,“u1d2c”:“A”,“u1d2e”:“B”,“u1d30”:“D”,“u1d31”:“E”,“u1d33”:“G”,“u1d34”:“H”,“u1d35”:“I”,“u1d36”:“J”,“u1d37”:“K”,“u1d38”:“L”,“u1d39”:“M”,“u1d3a”:“N”,“u1d3c”:“O”,“u1d3e”:“P”,“u1d3f”:“R”,“u1d40”:“T”,“u1d41”:“U”,“u2c7d”:“V”,“u1d42”:“W”,“u1d43”:“a”,“u1d47”:“b”,“u1d9c”:“c”,“u1d48”:“d”,“u1d49”:“e”,“u1da0”:“f”,“u1d4d”:“g”,“u02b0”:“h”,“u2071”:“i”,“u02b2”:“j”,“u1d4f”:“k”,“u02e1”:“l”,“u1d50”:“m”,“u207f”:“n”,“u1d52”:“o”,“u1d56”:“p”,“u02b3”:“r”,“u02e2”:“s”,“u1d57”:“t”,“u1d58”:“u”,“u1d5b”:“v”,“u02b7”:“w”,“u02e3”:“x”,“u02b8”:“y”,“u1dbb”:“z”,“u1d5d”:“u03b2”,“u1d5e”:“u03b3”,“u1d5f”:“u03b4”,“u1d60”:“u03d5”,“u1d61”:“u03c7”,“u1dbf”:“u03b8”}),Ln={“u0301”:{text:“\‘”,math:“\acute”},“u0300”:{text:“\`”,math:“\grave”},“u0308”:{text:’\“‘,math:”\ddot“},”u0303“:{text:”\~“,math:”\tilde“},”u0304“:{text:”\=“,math:”\bar“},”u0306“:{text:”\u“,math:”\breve“},”u030c“:{text:”\v“,math:”\check“},”u0302“:{text:”\^“,math:”\hat“},”u0307“:{text:”\.“,math:”\dot“},”u030a“:{text:”\r“,math:”\mathring“},”u030b“:{text:”\H“},”u0327“:{text:”\c“}},Dn={”xe1“:”au0301“,”xe0“:”au0300“,”xe4“:”au0308“,”u01df“:”au0308u0304“,”xe3“:”au0303“,”u0101“:”au0304“,”u0103“:”au0306“,”u1eaf“:”au0306u0301“,”u1eb1“:”au0306u0300“,”u1eb5“:”au0306u0303“,”u01ce“:”au030c“,”xe2“:”au0302“,”u1ea5“:”au0302u0301“,”u1ea7“:”au0302u0300“,”u1eab“:”au0302u0303“,”u0227“:”au0307“,”u01e1“:”au0307u0304“,”xe5“:”au030a“,”u01fb“:”au030au0301“,”u1e03“:”bu0307“,”u0107“:”cu0301“,”u1e09“:”cu0327u0301“,”u010d“:”cu030c“,”u0109“:”cu0302“,”u010b“:”cu0307“,”xe7“:”cu0327“,”u010f“:”du030c“,”u1e0b“:”du0307“,”u1e11“:”du0327“,”xe9“:”eu0301“,”xe8“:”eu0300“,”xeb“:”eu0308“,”u1ebd“:”eu0303“,”u0113“:”eu0304“,”u1e17“:”eu0304u0301“,”u1e15“:”eu0304u0300“,”u0115“:”eu0306“,”u1e1d“:”eu0327u0306“,”u011b“:”eu030c“,”xea“:”eu0302“,”u1ebf“:”eu0302u0301“,”u1ec1“:”eu0302u0300“,”u1ec5“:”eu0302u0303“,”u0117“:”eu0307“,”u0229“:”eu0327“,”u1e1f“:”fu0307“,”u01f5“:”gu0301“,”u1e21“:”gu0304“,”u011f“:”gu0306“,”u01e7“:”gu030c“,”u011d“:”gu0302“,”u0121“:”gu0307“,”u0123“:”gu0327“,”u1e27“:”hu0308“,”u021f“:”hu030c“,”u0125“:”hu0302“,”u1e23“:”hu0307“,”u1e29“:”hu0327“,”xed“:”iu0301“,”xec“:”iu0300“,”xef“:”iu0308“,”u1e2f“:”iu0308u0301“,”u0129“:”iu0303“,”u012b“:”iu0304“,”u012d“:”iu0306“,”u01d0“:”iu030c“,”xee“:”iu0302“,”u01f0“:”ju030c“,”u0135“:”ju0302“,”u1e31“:”ku0301“,”u01e9“:”ku030c“,”u0137“:”ku0327“,”u013a“:”lu0301“,”u013e“:”lu030c“,”u013c“:”lu0327“,”u1e3f“:”mu0301“,”u1e41“:”mu0307“,”u0144“:”nu0301“,”u01f9“:”nu0300“,”xf1“:”nu0303“,”u0148“:”nu030c“,”u1e45“:”nu0307“,”u0146“:”nu0327“,”xf3“:”ou0301“,”xf2“:”ou0300“,”xf6“:”ou0308“,”u022b“:”ou0308u0304“,”xf5“:”ou0303“,”u1e4d“:”ou0303u0301“,”u1e4f“:”ou0303u0308“,”u022d“:”ou0303u0304“,”u014d“:”ou0304“,”u1e53“:”ou0304u0301“,”u1e51“:”ou0304u0300“,”u014f“:”ou0306“,”u01d2“:”ou030c“,”xf4“:”ou0302“,”u1ed1“:”ou0302u0301“,”u1ed3“:”ou0302u0300“,”u1ed7“:”ou0302u0303“,”u022f“:”ou0307“,”u0231“:”ou0307u0304“,”u0151“:”ou030b“,”u1e55“:”pu0301“,”u1e57“:”pu0307“,”u0155“:”ru0301“,”u0159“:”ru030c“,”u1e59“:”ru0307“,”u0157“:”ru0327“,”u015b“:”su0301“,”u1e65“:”su0301u0307“,”u0161“:”su030c“,”u1e67“:”su030cu0307“,”u015d“:”su0302“,”u1e61“:”su0307“,”u015f“:”su0327“,”u1e97“:”tu0308“,”u0165“:”tu030c“,”u1e6b“:”tu0307“,”u0163“:”tu0327“,”xfa“:”uu0301“,”xf9“:”uu0300“,”xfc“:”uu0308“,”u01d8“:”uu0308u0301“,”u01dc“:”uu0308u0300“,”u01d6“:”uu0308u0304“,”u01da“:”uu0308u030c“,”u0169“:”uu0303“,”u1e79“:”uu0303u0301“,”u016b“:”uu0304“,”u1e7b“:”uu0304u0308“,”u016d“:”uu0306“,”u01d4“:”uu030c“,”xfb“:”uu0302“,”u016f“:”uu030a“,”u0171“:”uu030b“,”u1e7d“:”vu0303“,”u1e83“:”wu0301“,”u1e81“:”wu0300“,”u1e85“:”wu0308“,”u0175“:”wu0302“,”u1e87“:”wu0307“,”u1e98“:”wu030a“,”u1e8d“:”xu0308“,”u1e8b“:”xu0307“,”xfd“:”yu0301“,”u1ef3“:”yu0300“,”xff“:”yu0308“,”u1ef9“:”yu0303“,”u0233“:”yu0304“,”u0177“:”yu0302“,”u1e8f“:”yu0307“,”u1e99“:”yu030a“,”u017a“:”zu0301“,”u017e“:”zu030c“,”u1e91“:”zu0302“,”u017c“:”zu0307“,”xc1“:”Au0301“,”xc0“:”Au0300“,”xc4“:”Au0308“,”u01de“:”Au0308u0304“,”xc3“:”Au0303“,”u0100“:”Au0304“,”u0102“:”Au0306“,”u1eae“:”Au0306u0301“,”u1eb0“:”Au0306u0300“,”u1eb4“:”Au0306u0303“,”u01cd“:”Au030c“,”xc2“:”Au0302“,”u1ea4“:”Au0302u0301“,”u1ea6“:”Au0302u0300“,”u1eaa“:”Au0302u0303“,”u0226“:”Au0307“,”u01e0“:”Au0307u0304“,”xc5“:”Au030a“,”u01fa“:”Au030au0301“,”u1e02“:”Bu0307“,”u0106“:”Cu0301“,”u1e08“:”Cu0327u0301“,”u010c“:”Cu030c“,”u0108“:”Cu0302“,”u010a“:”Cu0307“,”xc7“:”Cu0327“,”u010e“:”Du030c“,”u1e0a“:”Du0307“,”u1e10“:”Du0327“,”xc9“:”Eu0301“,”xc8“:”Eu0300“,”xcb“:”Eu0308“,”u1ebc“:”Eu0303“,”u0112“:”Eu0304“,”u1e16“:”Eu0304u0301“,”u1e14“:”Eu0304u0300“,”u0114“:”Eu0306“,”u1e1c“:”Eu0327u0306“,”u011a“:”Eu030c“,”xca“:”Eu0302“,”u1ebe“:”Eu0302u0301“,”u1ec0“:”Eu0302u0300“,”u1ec4“:”Eu0302u0303“,”u0116“:”Eu0307“,”u0228“:”Eu0327“,”u1e1e“:”Fu0307“,”u01f4“:”Gu0301“,”u1e20“:”Gu0304“,”u011e“:”Gu0306“,”u01e6“:”Gu030c“,”u011c“:”Gu0302“,”u0120“:”Gu0307“,”u0122“:”Gu0327“,”u1e26“:”Hu0308“,”u021e“:”Hu030c“,”u0124“:”Hu0302“,”u1e22“:”Hu0307“,”u1e28“:”Hu0327“,”xcd“:”Iu0301“,”xcc“:”Iu0300“,”xcf“:”Iu0308“,”u1e2e“:”Iu0308u0301“,”u0128“:”Iu0303“,”u012a“:”Iu0304“,”u012c“:”Iu0306“,”u01cf“:”Iu030c“,”xce“:”Iu0302“,”u0130“:”Iu0307“,”u0134“:”Ju0302“,”u1e30“:”Ku0301“,”u01e8“:”Ku030c“,”u0136“:”Ku0327“,”u0139“:”Lu0301“,”u013d“:”Lu030c“,”u013b“:”Lu0327“,”u1e3e“:”Mu0301“,”u1e40“:”Mu0307“,”u0143“:”Nu0301“,”u01f8“:”Nu0300“,”xd1“:”Nu0303“,”u0147“:”Nu030c“,”u1e44“:”Nu0307“,”u0145“:”Nu0327“,”xd3“:”Ou0301“,”xd2“:”Ou0300“,”xd6“:”Ou0308“,”u022a“:”Ou0308u0304“,”xd5“:”Ou0303“,”u1e4c“:”Ou0303u0301“,”u1e4e“:”Ou0303u0308“,”u022c“:”Ou0303u0304“,”u014c“:”Ou0304“,”u1e52“:”Ou0304u0301“,”u1e50“:”Ou0304u0300“,”u014e“:”Ou0306“,”u01d1“:”Ou030c“,”xd4“:”Ou0302“,”u1ed0“:”Ou0302u0301“,”u1ed2“:”Ou0302u0300“,”u1ed6“:”Ou0302u0303“,”u022e“:”Ou0307“,”u0230“:”Ou0307u0304“,”u0150“:”Ou030b“,”u1e54“:”Pu0301“,”u1e56“:”Pu0307“,”u0154“:”Ru0301“,”u0158“:”Ru030c“,”u1e58“:”Ru0307“,”u0156“:”Ru0327“,”u015a“:”Su0301“,”u1e64“:”Su0301u0307“,”u0160“:”Su030c“,”u1e66“:”Su030cu0307“,”u015c“:”Su0302“,”u1e60“:”Su0307“,”u015e“:”Su0327“,”u0164“:”Tu030c“,”u1e6a“:”Tu0307“,”u0162“:”Tu0327“,”xda“:”Uu0301“,”xd9“:”Uu0300“,”xdc“:”Uu0308“,”u01d7“:”Uu0308u0301“,”u01db“:”Uu0308u0300“,”u01d5“:”Uu0308u0304“,”u01d9“:”Uu0308u030c“,”u0168“:”Uu0303“,”u1e78“:”Uu0303u0301“,”u016a“:”Uu0304“,”u1e7a“:”Uu0304u0308“,”u016c“:”Uu0306“,”u01d3“:”Uu030c“,”xdb“:”Uu0302“,”u016e“:”Uu030a“,”u0170“:”Uu030b“,”u1e7c“:”Vu0303“,”u1e82“:”Wu0301“,”u1e80“:”Wu0300“,”u1e84“:”Wu0308“,”u0174“:”Wu0302“,”u1e86“:”Wu0307“,”u1e8c“:”Xu0308“,”u1e8a“:”Xu0307“,”xdd“:”Yu0301“,”u1ef2“:”Yu0300“,”u0178“:”Yu0308“,”u1ef8“:”Yu0303“,”u0232“:”Yu0304“,”u0176“:”Yu0302“,”u1e8e“:”Yu0307“,”u0179“:”Zu0301“,”u017d“:”Zu030c“,”u1e90“:”Zu0302“,”u017b“:”Zu0307“,”u03ac“:”u03b1u0301“,”u1f70“:”u03b1u0300“,”u1fb1“:”u03b1u0304“,”u1fb0“:”u03b1u0306“,”u03ad“:”u03b5u0301“,”u1f72“:”u03b5u0300“,”u03ae“:”u03b7u0301“,”u1f74“:”u03b7u0300“,”u03af“:”u03b9u0301“,”u1f76“:”u03b9u0300“,”u03ca“:”u03b9u0308“,”u0390“:”u03b9u0308u0301“,”u1fd2“:”u03b9u0308u0300“,”u1fd1“:”u03b9u0304“,”u1fd0“:”u03b9u0306“,”u03cc“:”u03bfu0301“,”u1f78“:”u03bfu0300“,”u03cd“:”u03c5u0301“,”u1f7a“:”u03c5u0300“,”u03cb“:”u03c5u0308“,”u03b0“:”u03c5u0308u0301“,”u1fe2“:”u03c5u0308u0300“,”u1fe1“:”u03c5u0304“,”u1fe0“:”u03c5u0306“,”u03ce“:”u03c9u0301“,”u1f7c“:”u03c9u0300“,”u038e“:”u03a5u0301“,”u1fea“:”u03a5u0300“,”u03ab“:”u03a5u0308“,”u1fe9“:”u03a5u0304“,”u1fe8“:”u03a5u0306“,”u038f“:”u03a9u0301“,”u1ffa“:”u03a9u0300“};class Vn{constructor(e,t){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 Hn(e,t,this.mode),this.settings=t,this.leftrightDepth=0}expect(e,t){if(void 0===t&&(t=!0),this.fetch().text!==e)throw new n(”Expected ’“e”‘, got ’“+this.fetch().text+”‘“,this.fetch());t&&this.consume()}consume(){this.nextToken=null}fetch(){return null==this.nextToken&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken}switchMode(e){this.mode=e,this.gullet.switchMode(e)}parse(){this.settings.globalGroup||this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set(”\color“,”\textcolor“);try{const e=this.parseExpression(!1);return this.expect(”EOF“),this.settings.globalGroup||this.gullet.endGroup(),e}finally{this.gullet.endGroups()}}subparse(e){const t=this.nextToken;this.consume(),this.gullet.pushToken(new Nr(”}“)),this.gullet.pushTokens(e);const r=this.parseExpression(!1);return this.expect(”}“),this.nextToken=t,r}parseExpression(e,t){const r=[];for(;;){”math“===this.mode&&this.consumeSpaces();const n=this.fetch();if(-1!==Vn.endOfExpression.indexOf(n.text))break;if(t&&n.text===t)break;if(e&&yn&&yn.infix)break;const o=this.parseAtom(t);if(!o)break;”internal“!==o.type&&r.push(o)}return”text“===this.mode&&this.formLigatures®,this.handleInfixNodes®}handleInfixNodes(e){let t,r=-1;for(let o=0;o<e.length;o++)if(”infix“===e.type){if(-1!==r)throw new n(”only one infix operator per group“,e.token);r=o,t=e.replaceWith}if(-1!==r&&t){let n,o;const s=e.slice(0,r),i=e.slice(r+1);let a;return n=1===s.length&&”ordgroup“===s.type?s:{type:”ordgroup“,mode:this.mode,body:s},o=1===i.length&&”ordgroup“===i.type?i:{type:”ordgroup“,mode:this.mode,body:i},a=”\\abovefrac“===t?this.callFunction(t,[n,e,o],[]):this.callFunction(t,,[]),[a]}return e}handleSupSubscript(e){const t=this.fetch(),r=t.text;this.consume(),this.consumeSpaces();const o=this.parseGroup(e);if(!o)throw new n(”Expected group after ’“r”‘“,t);return o}formatUnsupportedCmd(e){const t=[];for(let r=0;r<e.length;r++)t.push({type:”textord“,mode:”text“,text:e});const r={type:”text“,mode:this.mode,body:t};return{type:”color“,mode:this.mode,color:this.settings.errorColor,body:}}parseAtom(e){const t=this.parseGroup(”atom“,e);if(”text“===this.mode)return t;let r,o;for(;;){this.consumeSpaces();const e=this.fetch();if(”\limits“===e.text||”\nolimits“===e.text){if(t&&”op“===t.type){const r=”\limits“===e.text;t.limits=r,t.alwaysHandleSupSub=!0}else{if(!t||”operatorname“!==t.type)throw new n(”Limit controls must follow a math operator“,e);t.alwaysHandleSupSub&&(t.limits=”\limits“===e.text)}this.consume()}else if(”^“===e.text){if®throw new n(”Double superscript“,e);r=this.handleSupSubscript(”superscript“)}else if(”_“===e.text){if(o)throw new n(”Double subscript“,e);o=this.handleSupSubscript(”subscript“)}else if(”’“===e.text){if®throw new n(”Double superscript“,e);const t={type:”textord“,mode:this.mode,text:”\prime“},o=;for(this.consume();”‘“===this.fetch().text;)o.push(t),this.consume();”^“===this.fetch().text&&o.push(this.handleSupSubscript(”superscript“)),r={type:”ordgroup“,mode:this.mode,body:o}}else{if(!En)break;{const t=On.test(e.text),n=[];for(n.push(new Nr(En)),this.consume();;){const e=this.fetch().text;if(!En)break;if(On.test(e)!==t)break;n.unshift(new Nr(En)),this.consume()}const s=this.subparse(n);t?o={type:”ordgroup“,mode:”math“,body:s}:r={type:”ordgroup“,mode:”math“,body:s}}}}return r||o?{type:”supsub“,mode:this.mode,base:t,sup:r,sub:o}:t}parseFunction(e,t){const r=this.fetch(),o=r.text,s=yn;if(!s)return null;if(this.consume(),t&&”atom“!==t&&!s.allowedInArgument)throw new n(”Got function ’“o”‘ with no arguments“+(t?” as “+t:”“),r);if(”text“===this.mode&&!s.allowedInText)throw new n(”Can’t use function ‘“o”’ in text mode“,r);if(”math“===this.mode&&!1===s.allowedInMath)throw new n(”Can’t use function ‘“o”’ in math mode“,r);const{args:i,optArgs:a}=this.parseArguments(o,s);return this.callFunction(o,i,a,r,e)}callFunction(e,t,r,o,s){const i={funcName:e,parser:this,token:o,breakOnTokenText:s},a=yn;if(a&&a.handler)return a.handler(i,t,r);throw new n(”No function handler for “+e)}parseArguments(e,t){const r=t.numArgs+t.numOptionalArgs;if(0===r)return{args:[],optArgs:};const o=[],s=;for(let i=0;i<r;i++){let r=t.argTypes&&t.argTypes;const a=i<t.numOptionalArgs;(t.primitive&&null==r||”sqrt“===t.type&&1===i&&null==s)&&(r=”primitive“);const l=this.parseGroupOfType(”argument to ‘“e”’“,r,a);if(a)s.push(l);else{if(null==l)throw new n(”Null argument, please report this as a bug“);o.push(l)}}return{args:o,optArgs:s}}parseGroupOfType(e,t,r){switch(t){case”color“:return this.parseColorGroup®;case”size“:return this.parseSizeGroup®;case”url“:return this.parseUrlGroup®;case”math“:case”text“:return this.parseArgumentGroup(r,t);case”hbox“:{const e=this.parseArgumentGroup(r,”text“);return null!=e?{type:”styling“,mode:e.mode,body:,style:”text“}:null}case”raw“:{const e=this.parseStringGroup(”raw“,r);return null!=e?{type:”raw“,mode:”text“,string:e.text}:null}case”primitive“:{if®throw new n(”A primitive argument cannot be optional“);const t=this.parseGroup(e);if(null==t)throw new n(”Expected group as “+e,this.fetch());return t}case”original“:case null:case void 0:return this.parseArgumentGroup®;default:throw new n(”Unknown group type as “+e,this.fetch())}}consumeSpaces(){for(;” “===this.fetch().text;)this.consume()}parseStringGroup(e,t){const r=this.gullet.scanArgument(t);if(null==r)return null;let n,o=”“;for(;”EOF“!==(n=this.fetch()).text;)o+=n.text,this.consume();return this.consume(),r.text=o,r}parseRegexGroup(e,t){const r=this.fetch();let o,s=r,i=”“;for(;”EOF“!==(o=this.fetch()).text&&e.test(i+o.text);)s=o,i+=s.text,this.consume();if(”“===i)throw new n(”Invalid “t”: ‘“r.text”’“,r);return r.range(s,i)}parseColorGroup(e){const t=this.parseStringGroup(”color“,e);if(null==t)return null;const r=/^(#{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(t.text);if(!r)throw new n(”Invalid color: ‘“t.text”’“,t);let o=r;return/^{6}$/i.test(o)&&(o=”#“+o),{type:”color-token“,mode:this.mode,color:o}}parseSizeGroup(e){let t,r=!1;if(this.gullet.consumeSpaces(),t=e||”{“===this.gullet.future().text?this.parseStringGroup(”size“,e):this.parseRegexGroup(/^? *(?:$|d+|d+.d*|.d*) *[a-z]{0,2} *$/,”size“),!t)return null;e||0!==t.text.length||(t.text=”0pt“,r=!0);const o=/(?) *(d+(?:.d*)?|.d+) *([a-z]{2})/.exec(t.text);if(!o)throw new n(”Invalid size: ‘“t.text”’“,t);const s={number:+(o+o),unit:o};if(!V(s))throw new n(”Invalid unit: ‘“s.unit”’“,t);return{type:”size“,mode:this.mode,value:s,isBlank:r}}parseUrlGroup(e){this.gullet.lexer.setCatcode(”%“,13),this.gullet.lexer.setCatcode(”~“,12);const t=this.parseStringGroup(”url“,e);if(this.gullet.lexer.setCatcode(”%“,14),this.gullet.lexer.setCatcode(”~“,13),null==t)return null;const r=t.text.replace(/\()/g,”$1“);return{type:”url“,mode:this.mode,url:r}}parseArgumentGroup(e,t){const r=this.gullet.scanArgument(e);if(null==r)return null;const n=this.mode;t&&this.switchMode(t),this.gullet.beginGroup();const o=this.parseExpression(!1,”EOF“);this.expect(”EOF“),this.gullet.endGroup();const s={type:”ordgroup“,mode:this.mode,loc:r.loc,body:o};return t&&this.switchMode(n),s}parseGroup(e,t){const r=this.fetch(),o=r.text;let s;if(”{“===o||”\begingroup“===o){this.consume();const e=”{“===o?”}“:”\endgroup“;this.gullet.beginGroup();const t=this.parseExpression(!1,e),n=this.fetch();this.expect(e),this.gullet.endGroup(),s={type:”ordgroup“,mode:this.mode,loc:Cr.range(r,n),body:t,semisimple:”\begingroup“===o||void 0}}else if(s=this.parseFunction(t,e)||this.parseSymbol(),null==s&&”\“===o&&!Rn.hasOwnProperty(o)){if(this.settings.throwOnError)throw new n(”Undefined control sequence: “+o,r);s=this.formatUnsupportedCmd(o),this.consume()}return s}formLigatures(e){let t=e.length-1;for(let r=0;r<t;++r){const n=e,o=n.text;”-“===o&&”-“===e.text&&(r+1<t&&”-“===e.text?(e.splice(r,3,{type:”textord“,mode:”text“,loc:Cr.range(n,e),text:”—“}),t-=2):(e.splice(r,2,{type:”textord“,mode:”text“,loc:Cr.range(n,e),text:”–“}),t-=1)),”‘“!==o&&”`“!==o||e.text!==o||(e.splice(r,2,{type:”textord“,mode:”text“,loc:Cr.range(n,e),text:o+o}),t-=1)}}parseSymbol(){const e=this.fetch();let t=e.text;if(/^\verb/.test(t)){this.consume();let e=t.slice(5);const r=”*“===e.charAt(0);if(r&&(e=e.slice(1)),e.length<2||e.charAt(0)!==e.slice(-1))throw new n(”\verb assertion failed –n please report what input caused this bug“);return e=e.slice(1,-1),{type:”verb“,mode:”text“,body:e,star:r}}Dn.hasOwnProperty(t)&&!oe[t]&&(this.settings.strict&&”math“===this.mode&&this.settings.reportNonstrict(”unicodeTextInMathMode“,’Accented Unicode text character ”‘t[0]’“ used in math mode’,e),t=Dn[t]+t.slice(1));const r=kn.exec(t);let o;if(r&&(t=t.substring(0,r.index),”i“===t?t=”u0131“:”j“===t&&(t=”u0237“)),oe[t]){this.settings.strict&&”math“===this.mode&&Ae.indexOf(t)>=0&&this.settings.reportNonstrict(”unicodeTextInMathMode“,‘Latin-1/Unicode text character ”’t[0]‘“ used in math mode’,e);const r=oe[t].group,n=Cr.range(e);let s;if(te.hasOwnProperty®){const e=r;s={type:”atom“,mode:this.mode,family:e,loc:n,text:t}}else s={type:r,mode:this.mode,loc:n,text:t};o=s}else{if(!(t.charCodeAt(0)>=128))return null;this.settings.strict&&(S(t.charCodeAt(0))?”math“===this.mode&&this.settings.reportNonstrict(”unicodeTextInMathMode“,‘Unicode text character ”’t[0]‘“ used in math mode’,e):this.settings.reportNonstrict(”unknownSymbol“,‘Unrecognized Unicode character ”’t[0]‘“ (’+t.charCodeAt(0)+”)“,e)),o={type:”textord“,mode:”text“,loc:Cr.range(e),text:t}}if(this.consume(),r)for(let t=0;t<r.length;t++){const s=r[t];if(!Ln)throw new n(”Unknown accent ‘ “s”’“,e);const i=Ln[this.mode]||Ln.text;if(!i)throw new n(”Accent “s” unsupported in “this.mode” mode“,e);o={type:”accent“,mode:this.mode,loc:Cr.range(e),label:i,isStretchy:!1,isShifty:!0,base:o}}return o}}Vn.endOfExpression=;var Pn=function(e,t){if(!(”string“==typeof e||e instanceof String))throw new TypeError(”KaTeX can only parse string typed expression“);const r=new Vn(e,t);delete tag”] at r.gullet.macros.current["\df;let o=r.parse();if(delete color“] at r.gullet.macros.current["\current,delete r.gullet.macros.current,r.gullet.macros.get(”\df@tag“)){if(!t.displayMode)throw new n(”\tag works only in display equations“);o=[{type:”tag“,mode:”text“,body:o,tag:r.subparse([new Nr(”\df@tag“)])}]}return o};let Fn=function(e,t,r){t.textContent=”“;const n=Un(e,r).toNode();t.appendChild(n)};”undefined“!=typeof document&&”CSS1Compat“!==document.compatMode&&(”undefined“!=typeof console&&console.warn(”Warning: KaTeX doesn’t work in quirks mode. Make sure your website has a suitable doctype.“),Fn=function(){throw new n(”KaTeX doesn’t work in quirks mode.“)});const Gn=function(e,t,r){if(r.throwOnError||!(e instanceof n))throw e;const o=Ve.makeSpan(,[new Z(t)]);return o.setAttribute(”title“,e.toString()),o.setAttribute(”style“,”color:“+r.errorColor),o},Un=function(e,t){const r=new m(t);try{const t=Pn(e,r);return zt(t,e,r)}catch(t){return Gn(t,e,r)}};var Yn={version:”0.16.10“,render:Fn,renderToString:function(e,t){return Un(e,t).toMarkup()},ParseError:n,SETTINGS_SCHEMA:h,__parse:function(e,t){const r=new m(t);return Pn(e,r)},__renderToDomTree:Un,__renderToHTMLTree:function(e,t){const r=new m(t);try{return function(e,t,r){const n=mt(e,St®),o=Ve.makeSpan(,[n]);return Mt(o,r)}(Pn(e,r),0,r)}catch(t){return Gn(t,e,r)}},__setFontMetrics:function(e,t){T=t},__defineSymbol:se,__defineFunction:je,__defineMacro:Br,__domTree:{Span:W,Anchor:_,SymbolNode:Z,SvgNode:K,PathNode:J,LineNode:Q}};return t=t.default}()}));