mirror of
https://github.com/vastxie/99AI.git
synced 2025-09-21 19:16:37 +08:00
262 lines
262 KiB
JavaScript
262 lines
262 KiB
JavaScript
import{bL as Mn}from"./index-ff703318.js";var Ft={exports:{}},pa;function Tn(){return pa||(pa=1,function(va,Bn){(function(ae,fe){va.exports=fe()})(typeof self<"u"?self:Mn,function(){return function(){var X0={};(function(){X0.d=function(l,e){for(var t in e)X0.o(e,t)&&!X0.o(l,t)&&Object.defineProperty(l,t,{enumerable:!0,get:e[t]})}})(),function(){X0.o=function(l,e){return Object.prototype.hasOwnProperty.call(l,e)}}();var ae={};X0.d(ae,{default:function(){return wn}});var fe=function l(e,t){this.position=void 0;var r="KaTeX parse error: "+e,a,n=t&&t.loc;if(n&&n.start<=n.end){var s=n.lexer.input;a=n.start;var u=n.end;a===s.length?r+=" at end of input: ":r+=" at position "+(a+1)+": ";var m=s.slice(a,u).replace(/[^]/g,"$&̲"),d;a>15?d="…"+s.slice(a-15,a):d=s.slice(0,a);var v;u+15<s.length?v=s.slice(u,u+15)+"…":v=s.slice(u),r+=d+m+v}var y=new Error(r);return y.name="ParseError",y.__proto__=l.prototype,y.position=a,y};fe.prototype.__proto__=Error.prototype;var M=fe,ga=function(e,t){return e.indexOf(t)!==-1},ba=function(e,t){return e===void 0?t:e},ya=/([A-Z])/g,xa=function(e){return e.replace(ya,"-$1").toLowerCase()},wa={"&":"&",">":">","<":"<",'"':""","'":"'"},ka=/[&><"']/g;function Sa(l){return String(l).replace(ka,function(e){return wa[e]})}var Rt=function l(e){return e.type==="ordgroup"||e.type==="color"?e.body.length===1?l(e.body[0]):e:e.type==="font"?l(e.body):e},Aa=function(e){var t=Rt(e);return t.type==="mathord"||t.type==="textord"||t.type==="atom"},Ma=function(e){if(!e)throw new Error("Expected non-null, but got "+String(e));return e},Ba=function(e){var t=/^\s*([^\\/#]*?)(?::|�*58|�*3a)/i.exec(e);return t!=null?t[1]:"_relative"},I={contains:ga,deflt:ba,escape:Sa,hyphenate:xa,getBaseElem:Rt,isCharacterBox:Aa,protocolFromUrl:Ba},pe={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:["htmlAndMathml","html","mathml"]},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:function(e){return"#"+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:function(e,t){return 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:function(e){return 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:["warn","ignore","error"]},"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:["boolean","function"],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:function(e){return 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:function(e){return Math.max(0,e)},cli:"-e, --max-expand <n>",cliProcessor:function(e){return e==="Infinity"?1/0:parseInt(e)}},globalGroup:{type:"boolean",cli:!1}};function za(l){if(l.default)return l.default;var e=l.type,t=Array.isArray(e)?e[0]:e;if(typeof t!="string")return t.enum[0];switch(t){case"boolean":return!1;case"string":return"";case"number":return 0;case"object":return{}}}var Ge=function(){function l(t){this.displayMode=void 0,this.output=void 0,this.leqno=void 0,this.fleqn=void 0,this.throwOnError=void 0,this.errorColor=void 0,this.macros=void 0,this.minRuleThickness=void 0,this.colorIsTextColor=void 0,this.strict=void 0,this.trust=void 0,this.maxSize=void 0,this.maxExpand=void 0,this.globalGroup=void 0,t=t||{};for(var r in pe)if(pe.hasOwnProperty(r)){var a=pe[r];this[r]=t[r]!==void 0?a.processor?a.processor(t[r]):t[r]:za(a)}}var e=l.prototype;return e.reportNonstrict=function(r,a,n){var s=this.strict;if(typeof s=="function"&&(s=s(r,a,n)),!(!s||s==="ignore")){if(s===!0||s==="error")throw new M("LaTeX-incompatible input and strict mode is set to 'error': "+(a+" ["+r+"]"),n);s==="warn"?typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(a+" ["+r+"]")):typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+s+"': "+a+" ["+r+"]"))}},e.useStrictBehavior=function(r,a,n){var s=this.strict;if(typeof s=="function")try{s=s(r,a,n)}catch{s="error"}return!s||s==="ignore"?!1:s===!0||s==="error"?!0:s==="warn"?(typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(a+" ["+r+"]")),!1):(typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+s+"': "+a+" ["+r+"]")),!1)},e.isTrusted=function(r){r.url&&!r.protocol&&(r.protocol=I.protocolFromUrl(r.url));var a=typeof this.trust=="function"?this.trust(r):this.trust;return!!a},l}(),N0=function(){function l(t,r,a){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=t,this.size=r,this.cramped=a}var e=l.prototype;return e.sup=function(){return y0[Ta[this.id]]},e.sub=function(){return y0[Ca[this.id]]},e.fracNum=function(){return y0[Da[this.id]]},e.fracDen=function(){return y0[Na[this.id]]},e.cramp=function(){return y0[Ea[this.id]]},e.text=function(){return y0[qa[this.id]]},e.isTight=function(){return this.size>=2},l}(),Ve=0,ve=1,j0=2,A0=3,ne=4,m0=5,$0=6,a0=7,y0=[new N0(Ve,0,!1),new N0(ve,0,!0),new N0(j0,1,!1),new N0(A0,1,!0),new N0(ne,2,!1),new N0(m0,2,!0),new N0($0,3,!1),new N0(a0,3,!0)],Ta=[ne,m0,ne,m0,$0,a0,$0,a0],Ca=[m0,m0,m0,m0,a0,a0,a0,a0],Da=[j0,A0,ne,m0,$0,a0,$0,a0],Na=[A0,A0,m0,m0,a0,a0,a0,a0],Ea=[ve,ve,A0,A0,m0,m0,a0,a0],qa=[Ve,ve,j0,A0,j0,A0,j0,A0],F={DISPLAY:y0[Ve],TEXT:y0[j0],SCRIPT:y0[ne],SCRIPTSCRIPT:y0[$0]},Ue=[{name:"latin",blocks:[[256,591],[768,879]]},{name:"cyrillic",blocks:[[1024,1279]]},{name:"armenian",blocks:[[1328,1423]]},{name:"brahmic",blocks:[[2304,4255]]},{name:"georgian",blocks:[[4256,4351]]},{name:"cjk",blocks:[[12288,12543],[19968,40879],[65280,65376]]},{name:"hangul",blocks:[[44032,55215]]}];function Fa(l){for(var e=0;e<Ue.length;e++)for(var t=Ue[e],r=0;r<t.blocks.length;r++){var a=t.blocks[r];if(l>=a[0]&&l<=a[1])return t.name}return null}var ie=[];Ue.forEach(function(l){return l.blocks.forEach(function(e){return ie.push.apply(ie,e)})});function It(l){for(var e=0;e<ie.length;e+=2)if(l>=ie[e]&&l<=ie[e+1])return!0;return!1}var Z0=80,Ra=function(e,t){return"M95,"+(622+e+t)+`
|
||
c-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14
|
||
c0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54
|
||
c44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10
|
||
s173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429
|
||
c69,-144,104.5,-217.7,106.5,-221
|
||
l`+e/2.075+" -"+e+`
|
||
c5.3,-9.3,12,-14,20,-14
|
||
H400000v`+(40+e)+`H845.2724
|
||
s-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7
|
||
c-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z
|
||
M`+(834+e)+" "+t+"h400000v"+(40+e)+"h-400000z"},Ia=function(e,t){return"M263,"+(601+e+t)+`c0.7,0,18,39.7,52,119
|
||
c34,79.3,68.167,158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120
|
||
c340,-704.7,510.7,-1060.3,512,-1067
|
||
l`+e/2.084+" -"+e+`
|
||
c4.7,-7.3,11,-11,19,-11
|
||
H40000v`+(40+e)+`H1012.3
|
||
s-271.3,567,-271.3,567c-38.7,80.7,-84,175,-136,283c-52,108,-89.167,185.3,-111.5,232
|
||
c-22.3,46.7,-33.8,70.3,-34.5,71c-4.7,4.7,-12.3,7,-23,7s-12,-1,-12,-1
|
||
s-109,-253,-109,-253c-72.7,-168,-109.3,-252,-110,-252c-10.7,8,-22,16.7,-34,26
|
||
c-22,17.3,-33.3,26,-34,26s-26,-26,-26,-26s76,-59,76,-59s76,-60,76,-60z
|
||
M`+(1001+e)+" "+t+"h400000v"+(40+e)+"h-400000z"},Oa=function(e,t){return"M983 "+(10+e+t)+`
|
||
l`+e/3.13+" -"+e+`
|
||
c4,-6.7,10,-10,18,-10 H400000v`+(40+e)+`
|
||
H1013.1s-83.4,268,-264.1,840c-180.7,572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,7
|
||
s-12,0,-12,0c-1.3,-3.3,-3.7,-11.7,-7,-25c-35.3,-125.3,-106.7,-373.3,-214,-744
|
||
c-10,12,-21,25,-33,39s-32,39,-32,39c-6,-5.3,-15,-14,-27,-26s25,-30,25,-30
|
||
c26.7,-32.7,52,-63,76,-91s52,-60,52,-60s208,722,208,722
|
||
c56,-175.3,126.3,-397.3,211,-666c84.7,-268.7,153.8,-488.2,207.5,-658.5
|
||
c53.7,-170.3,84.5,-266.8,92.5,-289.5z
|
||
M`+(1001+e)+" "+t+"h400000v"+(40+e)+"h-400000z"},La=function(e,t){return"M424,"+(2398+e+t)+`
|
||
c-1.3,-0.7,-38.5,-172,-111.5,-514c-73,-342,-109.8,-513.3,-110.5,-514
|
||
c0,-2,-10.7,14.3,-32,49c-4.7,7.3,-9.8,15.7,-15.5,25c-5.7,9.3,-9.8,16,-12.5,20
|
||
s-5,7,-5,7c-4,-3.3,-8.3,-7.7,-13,-13s-13,-13,-13,-13s76,-122,76,-122s77,-121,77,-121
|
||
s209,968,209,968c0,-2,84.7,-361.7,254,-1079c169.3,-717.3,254.7,-1077.7,256,-1081
|
||
l`+e/4.223+" -"+e+`c4,-6.7,10,-10,18,-10 H400000
|
||
v`+(40+e)+`H1014.6
|
||
s-87.3,378.7,-272.6,1166c-185.3,787.3,-279.3,1182.3,-282,1185
|
||
c-2,6,-10,9,-24,9
|
||
c-8,0,-12,-0.7,-12,-2z M`+(1001+e)+" "+t+`
|
||
h400000v`+(40+e)+"h-400000z"},Ha=function(e,t){return"M473,"+(2713+e+t)+`
|
||
c339.3,-1799.3,509.3,-2700,510,-2702 l`+e/5.298+" -"+e+`
|
||
c3.3,-7.3,9.3,-11,18,-11 H400000v`+(40+e)+`H1017.7
|
||
s-90.5,478,-276.2,1466c-185.7,988,-279.5,1483,-281.5,1485c-2,6,-10,9,-24,9
|
||
c-8,0,-12,-0.7,-12,-2c0,-1.3,-5.3,-32,-16,-92c-50.7,-293.3,-119.7,-693.3,-207,-1200
|
||
c0,-1.3,-5.3,8.7,-16,30c-10.7,21.3,-21.3,42.7,-32,64s-16,33,-16,33s-26,-26,-26,-26
|
||
s76,-153,76,-153s77,-151,77,-151c0.7,0.7,35.7,202,105,604c67.3,400.7,102,602.7,104,
|
||
606zM`+(1001+e)+" "+t+"h400000v"+(40+e)+"H1017.7z"},Pa=function(e){var t=e/2;return"M400000 "+e+" H0 L"+t+" 0 l65 45 L145 "+(e-80)+" H400000z"},Ga=function(e,t,r){var a=r-54-t-e;return"M702 "+(e+t)+"H400000"+(40+e)+`
|
||
H742v`+a+`l-4 4-4 4c-.667.7 -2 1.5-4 2.5s-4.167 1.833-6.5 2.5-5.5 1-9.5 1
|
||
h-12l-28-84c-16.667-52-96.667 -294.333-240-727l-212 -643 -85 170
|
||
c-4-3.333-8.333-7.667-13 -13l-13-13l77-155 77-156c66 199.333 139 419.667
|
||
219 661 l218 661zM702 `+t+"H400000v"+(40+e)+"H742z"},Va=function(e,t,r){t=1e3*t;var a="";switch(e){case"sqrtMain":a=Ra(t,Z0);break;case"sqrtSize1":a=Ia(t,Z0);break;case"sqrtSize2":a=Oa(t,Z0);break;case"sqrtSize3":a=La(t,Z0);break;case"sqrtSize4":a=Ha(t,Z0);break;case"sqrtTall":a=Ga(t,Z0,r)}return a},Ua=function(e,t){switch(e){case"⎜":return"M291 0 H417 V"+t+" H291z M291 0 H417 V"+t+" H291z";case"∣":return"M145 0 H188 V"+t+" H145z M145 0 H188 V"+t+" H145z";case"∥":return"M145 0 H188 V"+t+" H145z M145 0 H188 V"+t+" H145z"+("M367 0 H410 V"+t+" H367z M367 0 H410 V"+t+" H367z");case"⎟":return"M457 0 H583 V"+t+" H457z M457 0 H583 V"+t+" H457z";case"⎢":return"M319 0 H403 V"+t+" H319z M319 0 H403 V"+t+" H319z";case"⎥":return"M263 0 H347 V"+t+" H263z M263 0 H347 V"+t+" H263z";case"⎪":return"M384 0 H504 V"+t+" H384z M384 0 H504 V"+t+" H384z";case"⏐":return"M312 0 H355 V"+t+" H312z M312 0 H355 V"+t+" H312z";case"‖":return"M257 0 H300 V"+t+" H257z M257 0 H300 V"+t+" H257z"+("M478 0 H521 V"+t+" H478z M478 0 H521 V"+t+" H478z");default:return""}},Ot={doubleleftarrow:`M262 157
|
||
l10-10c34-36 62.7-77 86-123 3.3-8 5-13.3 5-16 0-5.3-6.7-8-20-8-7.3
|
||
0-12.2.5-14.5 1.5-2.3 1-4.8 4.5-7.5 10.5-49.3 97.3-121.7 169.3-217 216-28
|
||
14-57.3 25-88 33-6.7 2-11 3.8-13 5.5-2 1.7-3 4.2-3 7.5s1 5.8 3 7.5
|
||
c2 1.7 6.3 3.5 13 5.5 68 17.3 128.2 47.8 180.5 91.5 52.3 43.7 93.8 96.2 124.5
|
||
157.5 9.3 8 15.3 12.3 18 13h6c12-.7 18-4 18-10 0-2-1.7-7-5-15-23.3-46-52-87
|
||
-86-123l-10-10h399738v-40H218c328 0 0 0 0 0l-10-8c-26.7-20-65.7-43-117-69 2.7
|
||
-2 6-3.7 10-5 36.7-16 72.3-37.3 107-64l10-8h399782v-40z
|
||
m8 0v40h399730v-40zm0 194v40h399730v-40z`,doublerightarrow:`M399738 392l
|
||
-10 10c-34 36-62.7 77-86 123-3.3 8-5 13.3-5 16 0 5.3 6.7 8 20 8 7.3 0 12.2-.5
|
||
14.5-1.5 2.3-1 4.8-4.5 7.5-10.5 49.3-97.3 121.7-169.3 217-216 28-14 57.3-25 88
|
||
-33 6.7-2 11-3.8 13-5.5 2-1.7 3-4.2 3-7.5s-1-5.8-3-7.5c-2-1.7-6.3-3.5-13-5.5-68
|
||
-17.3-128.2-47.8-180.5-91.5-52.3-43.7-93.8-96.2-124.5-157.5-9.3-8-15.3-12.3-18
|
||
-13h-6c-12 .7-18 4-18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123l10 10H0v40h399782
|
||
c-328 0 0 0 0 0l10 8c26.7 20 65.7 43 117 69-2.7 2-6 3.7-10 5-36.7 16-72.3 37.3
|
||
-107 64l-10 8H0v40zM0 157v40h399730v-40zm0 194v40h399730v-40z`,leftarrow:`M400000 241H110l3-3c68.7-52.7 113.7-120
|
||
135-202 4-14.7 6-23 6-25 0-7.3-7-11-21-11-8 0-13.2.8-15.5 2.5-2.3 1.7-4.2 5.8
|
||
-5.5 12.5-1.3 4.7-2.7 10.3-4 17-12 48.7-34.8 92-68.5 130S65.3 228.3 18 247
|
||
c-10 4-16 7.7-18 11 0 8.7 6 14.3 18 17 47.3 18.7 87.8 47 121.5 85S196 441.3 208
|
||
490c.7 2 1.3 5 2 9s1.2 6.7 1.5 8c.3 1.3 1 3.3 2 6s2.2 4.5 3.5 5.5c1.3 1 3.3
|
||
1.8 6 2.5s6 1 10 1c14 0 21-3.7 21-11 0-2-2-10.3-6-25-20-79.3-65-146.7-135-202
|
||
l-3-3h399890zM100 241v40h399900v-40z`,leftbrace:`M6 548l-6-6v-35l6-11c56-104 135.3-181.3 238-232 57.3-28.7 117
|
||
-45 179-50h399577v120H403c-43.3 7-81 15-113 26-100.7 33-179.7 91-237 174-2.7
|
||
5-6 9-10 13-.7 1-7.3 1-20 1H6z`,leftbraceunder:`M0 6l6-6h17c12.688 0 19.313.3 20 1 4 4 7.313 8.3 10 13
|
||
35.313 51.3 80.813 93.8 136.5 127.5 55.688 33.7 117.188 55.8 184.5 66.5.688
|
||
0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7
|
||
-331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z`,leftgroup:`M400000 80
|
||
H435C64 80 168.3 229.4 21 260c-5.9 1.2-18 0-18 0-2 0-3-1-3-3v-38C76 61 257 0
|
||
435 0h399565z`,leftgroupunder:`M400000 262
|
||
H435C64 262 168.3 112.6 21 82c-5.9-1.2-18 0-18 0-2 0-3 1-3 3v38c76 158 257 219
|
||
435 219h399565z`,leftharpoon:`M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3
|
||
-3.3 10.2-9.5 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5
|
||
-18.3 3-21-1.3-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7
|
||
-196 228-6.7 4.7-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40z`,leftharpoonplus:`M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3-3.3 10.2-9.5
|
||
20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5-18.3 3-21-1.3
|
||
-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7-196 228-6.7 4.7
|
||
-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40zM0 435v40h400000v-40z
|
||
m0 0v40h400000v-40z`,leftharpoondown:`M7 241c-4 4-6.333 8.667-7 14 0 5.333.667 9 2 11s5.333
|
||
5.333 12 10c90.667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 .667 5
|
||
1 9 1h5c10.667 0 16.667-2 18-6 2-2.667 1-9.667-3-21-32-87.333-82.667-157.667
|
||
-152-211l-3-3h399907v-40zM93 281 H400000 v-40L7 241z`,leftharpoondownplus:`M7 435c-4 4-6.3 8.7-7 14 0 5.3.7 9 2 11s5.3 5.3 12
|
||
10c90.7 54 156 130 196 228 3.3 10.7 6.3 16.3 9 17 2 .7 5 1 9 1h5c10.7 0 16.7
|
||
-2 18-6 2-2.7 1-9.7-3-21-32-87.3-82.7-157.7-152-211l-3-3h399907v-40H7zm93 0
|
||
v40h399900v-40zM0 241v40h399900v-40zm0 0v40h399900v-40z`,lefthook:`M400000 281 H103s-33-11.2-61-33.5S0 197.3 0 164s14.2-61.2 42.5
|
||
-83.5C70.8 58.2 104 47 142 47 c16.7 0 25 6.7 25 20 0 12-8.7 18.7-26 20-40 3.3
|
||
-68.7 15.7-86 37-10 12-15 25.3-15 40 0 22.7 9.8 40.7 29.5 54 19.7 13.3 43.5 21
|
||
71.5 23h399859zM103 281v-40h399897v40z`,leftlinesegment:`M40 281 V428 H0 V94 H40 V241 H400000 v40z
|
||
M40 281 V428 H0 V94 H40 V241 H400000 v40z`,leftmapsto:`M40 281 V448H0V74H40V241H400000v40z
|
||
M40 281 V448H0V74H40V241H400000v40z`,leftToFrom:`M0 147h400000v40H0zm0 214c68 40 115.7 95.7 143 167h22c15.3 0 23
|
||
-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69-70-101l-7-8h399905v-40H95l7-8
|
||
c28.7-32 52-65.7 70-101 10.7-23.3 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 265.3
|
||
68 321 0 361zm0-174v-40h399900v40zm100 154v40h399900v-40z`,longequal:`M0 50 h400000 v40H0z m0 194h40000v40H0z
|
||
M0 50 h400000 v40H0z m0 194h40000v40H0z`,midbrace:`M200428 334
|
||
c-100.7-8.3-195.3-44-280-108-55.3-42-101.7-93-139-153l-9-14c-2.7 4-5.7 8.7-9 14
|
||
-53.3 86.7-123.7 153-211 199-66.7 36-137.3 56.3-212 62H0V214h199568c178.3-11.7
|
||
311.7-78.3 403-201 6-8 9.7-12 11-12 .7-.7 6.7-1 18-1s17.3.3 18 1c1.3 0 5 4 11
|
||
12 44.7 59.3 101.3 106.3 170 141s145.3 54.3 229 60h199572v120z`,midbraceunder:`M199572 214
|
||
c100.7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153l9 14c2.7-4 5.7-8.7 9-14
|
||
53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3
|
||
11.7-311.7 78.3-403 201-6 8-9.7 12-11 12-.7.7-6.7 1-18 1s-17.3-.3-18-1c-1.3 0
|
||
-5-4-11-12-44.7-59.3-101.3-106.3-170-141s-145.3-54.3-229-60H0V214z`,oiintSize1:`M512.6 71.6c272.6 0 320.3 106.8 320.3 178.2 0 70.8-47.7 177.6
|
||
-320.3 177.6S193.1 320.6 193.1 249.8c0-71.4 46.9-178.2 319.5-178.2z
|
||
m368.1 178.2c0-86.4-60.9-215.4-368.1-215.4-306.4 0-367.3 129-367.3 215.4 0 85.8
|
||
60.9 214.8 367.3 214.8 307.2 0 368.1-129 368.1-214.8z`,oiintSize2:`M757.8 100.1c384.7 0 451.1 137.6 451.1 230 0 91.3-66.4 228.8
|
||
-451.1 228.8-386.3 0-452.7-137.5-452.7-228.8 0-92.4 66.4-230 452.7-230z
|
||
m502.4 230c0-111.2-82.4-277.2-502.4-277.2s-504 166-504 277.2
|
||
c0 110 84 276 504 276s502.4-166 502.4-276z`,oiiintSize1:`M681.4 71.6c408.9 0 480.5 106.8 480.5 178.2 0 70.8-71.6 177.6
|
||
-480.5 177.6S202.1 320.6 202.1 249.8c0-71.4 70.5-178.2 479.3-178.2z
|
||
m525.8 178.2c0-86.4-86.8-215.4-525.7-215.4-437.9 0-524.7 129-524.7 215.4 0
|
||
85.8 86.8 214.8 524.7 214.8 438.9 0 525.7-129 525.7-214.8z`,oiiintSize2:`M1021.2 53c603.6 0 707.8 165.8 707.8 277.2 0 110-104.2 275.8
|
||
-707.8 275.8-606 0-710.2-165.8-710.2-275.8C311 218.8 415.2 53 1021.2 53z
|
||
m770.4 277.1c0-131.2-126.4-327.6-770.5-327.6S248.4 198.9 248.4 330.1
|
||
c0 130 128.8 326.4 772.7 326.4s770.5-196.4 770.5-326.4z`,rightarrow:`M0 241v40h399891c-47.3 35.3-84 78-110 128
|
||
-16.7 32-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20
|
||
11 8 0 13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7
|
||
39-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85
|
||
-40.5-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5
|
||
-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67
|
||
151.7 139 205zm0 0v40h399900v-40z`,rightbrace:`M400000 542l
|
||
-6 6h-17c-12.7 0-19.3-.3-20-1-4-4-7.3-8.3-10-13-35.3-51.3-80.8-93.8-136.5-127.5
|
||
s-117.2-55.8-184.5-66.5c-.7 0-2-.3-4-1-18.7-2.7-76-4.3-172-5H0V214h399571l6 1
|
||
c124.7 8 235 61.7 331 161 31.3 33.3 59.7 72.7 85 118l7 13v35z`,rightbraceunder:`M399994 0l6 6v35l-6 11c-56 104-135.3 181.3-238 232-57.3
|
||
28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237
|
||
-174 2.7-5 6-9 10-13 .7-1 7.3-1 20-1h17z`,rightgroup:`M0 80h399565c371 0 266.7 149.4 414 180 5.9 1.2 18 0 18 0 2 0
|
||
3-1 3-3v-38c-76-158-257-219-435-219H0z`,rightgroupunder:`M0 262h399565c371 0 266.7-149.4 414-180 5.9-1.2 18 0 18
|
||
0 2 0 3 1 3 3v38c-76 158-257 219-435 219H0z`,rightharpoon:`M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3
|
||
-3.7-15.3-11-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2
|
||
-10.7 0-16.7 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58
|
||
69.2 92 94.5zm0 0v40h399900v-40z`,rightharpoonplus:`M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3-3.7-15.3-11
|
||
-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2-10.7 0-16.7
|
||
2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58 69.2 92 94.5z
|
||
m0 0v40h399900v-40z m100 194v40h399900v-40zm0 0v40h399900v-40z`,rightharpoondown:`M399747 511c0 7.3 6.7 11 20 11 8 0 13-.8 15-2.5s4.7-6.8
|
||
8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3 8.5-5.8 9.5
|
||
-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3-64.7 57-92 95
|
||
-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 241v40h399900v-40z`,rightharpoondownplus:`M399747 705c0 7.3 6.7 11 20 11 8 0 13-.8
|
||
15-2.5s4.7-6.8 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3
|
||
8.5-5.8 9.5-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3
|
||
-64.7 57-92 95-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 435v40h399900v-40z
|
||
m0-194v40h400000v-40zm0 0v40h400000v-40z`,righthook:`M399859 241c-764 0 0 0 0 0 40-3.3 68.7-15.7 86-37 10-12 15-25.3
|
||
15-40 0-22.7-9.8-40.7-29.5-54-19.7-13.3-43.5-21-71.5-23-17.3-1.3-26-8-26-20 0
|
||
-13.3 8.7-20 26-20 38 0 71 11.2 99 33.5 0 0 7 5.6 21 16.7 14 11.2 21 33.5 21
|
||
66.8s-14 61.2-42 83.5c-28 22.3-61 33.5-99 33.5L0 241z M0 281v-40h399859v40z`,rightlinesegment:`M399960 241 V94 h40 V428 h-40 V281 H0 v-40z
|
||
M399960 241 V94 h40 V428 h-40 V281 H0 v-40z`,rightToFrom:`M400000 167c-70.7-42-118-97.7-142-167h-23c-15.3 0-23 .3-23
|
||
1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101l7 8H0v40h399905l-7 8c-28.7 32
|
||
-52 65.7-70 101-10.7 23.3-16 35.7-16 37 0 .7 7.7 1 23 1h23c24-69.3 71.3-125 142
|
||
-167z M100 147v40h399900v-40zM0 341v40h399900v-40z`,twoheadleftarrow:`M0 167c68 40
|
||
115.7 95.7 143 167h22c15.3 0 23-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69
|
||
-70-101l-7-8h125l9 7c50.7 39.3 85 86 103 140h46c0-4.7-6.3-18.7-19-42-18-35.3
|
||
-40-67.3-66-96l-9-9h399716v-40H284l9-9c26-28.7 48-60.7 66-96 12.7-23.333 19
|
||
-37.333 19-42h-46c-18 54-52.3 100.7-103 140l-9 7H95l7-8c28.7-32 52-65.7 70-101
|
||
10.7-23.333 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 71.3 68 127 0 167z`,twoheadrightarrow:`M400000 167
|
||
c-68-40-115.7-95.7-143-167h-22c-15.3 0-23 .3-23 1 0 1.3 5.3 13.7 16 37 18 35.3
|
||
41.3 69 70 101l7 8h-125l-9-7c-50.7-39.3-85-86-103-140h-46c0 4.7 6.3 18.7 19 42
|
||
18 35.3 40 67.3 66 96l9 9H0v40h399716l-9 9c-26 28.7-48 60.7-66 96-12.7 23.333
|
||
-19 37.333-19 42h46c18-54 52.3-100.7 103-140l9-7h125l-7 8c-28.7 32-52 65.7-70
|
||
101-10.7 23.333-16 35.7-16 37 0 .7 7.7 1 23 1h22c27.3-71.3 75-127 143-167z`,tilde1:`M200 55.538c-77 0-168 73.953-177 73.953-3 0-7
|
||
-2.175-9-5.437L2 97c-1-2-2-4-2-6 0-4 2-7 5-9l20-12C116 12 171 0 207 0c86 0
|
||
114 68 191 68 78 0 168-68 177-68 4 0 7 2 9 5l12 19c1 2.175 2 4.35 2 6.525 0
|
||
4.35-2 7.613-5 9.788l-19 13.05c-92 63.077-116.937 75.308-183 76.128
|
||
-68.267.847-113-73.952-191-73.952z`,tilde2:`M344 55.266c-142 0-300.638 81.316-311.5 86.418
|
||
-8.01 3.762-22.5 10.91-23.5 5.562L1 120c-1-2-1-3-1-4 0-5 3-9 8-10l18.4-9C160.9
|
||
31.9 283 0 358 0c148 0 188 122 331 122s314-97 326-97c4 0 8 2 10 7l7 21.114
|
||
c1 2.14 1 3.21 1 4.28 0 5.347-3 9.626-7 10.696l-22.3 12.622C852.6 158.372 751
|
||
181.476 676 181.476c-149 0-189-126.21-332-126.21z`,tilde3:`M786 59C457 59 32 175.242 13 175.242c-6 0-10-3.457
|
||
-11-10.37L.15 138c-1-7 3-12 10-13l19.2-6.4C378.4 40.7 634.3 0 804.3 0c337 0
|
||
411.8 157 746.8 157 328 0 754-112 773-112 5 0 10 3 11 9l1 14.075c1 8.066-.697
|
||
16.595-6.697 17.492l-21.052 7.31c-367.9 98.146-609.15 122.696-778.15 122.696
|
||
-338 0-409-156.573-744-156.573z`,tilde4:`M786 58C457 58 32 177.487 13 177.487c-6 0-10-3.345
|
||
-11-10.035L.15 143c-1-7 3-12 10-13l22-6.7C381.2 35 637.15 0 807.15 0c337 0 409
|
||
177 744 177 328 0 754-127 773-127 5 0 10 3 11 9l1 14.794c1 7.805-3 13.38-9
|
||
14.495l-20.7 5.574c-366.85 99.79-607.3 139.372-776.3 139.372-338 0-409
|
||
-175.236-744-175.236z`,vec:`M377 20c0-5.333 1.833-10 5.5-14S391 0 397 0c4.667 0 8.667 1.667 12 5
|
||
3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11
|
||
10.667 11 18 0 6-1 10-3 12s-6.667 5-14 9c-28.667 14.667-53.667 35.667-75 63
|
||
-1.333 1.333-3.167 3.5-5.5 6.5s-4 4.833-5 5.5c-1 .667-2.5 1.333-4.5 2s-4.333 1
|
||
-7 1c-4.667 0-9.167-1.833-13.5-5.5S337 184 337 178c0-12.667 15.667-32.333 47-59
|
||
H213l-171-1c-8.667-6-13-12.333-13-19 0-4.667 4.333-11.333 13-20h359
|
||
c-16-25.333-24-45-24-59z`,widehat1:`M529 0h5l519 115c5 1 9 5 9 10 0 1-1 2-1 3l-4 22
|
||
c-1 5-5 9-11 9h-2L532 67 19 159h-2c-5 0-9-4-11-9l-5-22c-1-6 2-12 8-13z`,widehat2:`M1181 0h2l1171 176c6 0 10 5 10 11l-2 23c-1 6-5 10
|
||
-11 10h-1L1182 67 15 220h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z`,widehat3:`M1181 0h2l1171 236c6 0 10 5 10 11l-2 23c-1 6-5 10
|
||
-11 10h-1L1182 67 15 280h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z`,widehat4:`M1181 0h2l1171 296c6 0 10 5 10 11l-2 23c-1 6-5 10
|
||
-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,
|
||
-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,
|
||
-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,
|
||
-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,
|
||
-11,-10h-1l-1168,273l-1167,-273h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z`,baraboveleftarrow:`M400000 620h-399890l3 -3c68.7 -52.7 113.7 -120 135 -202
|
||
c4 -14.7 6 -23 6 -25c0 -7.3 -7 -11 -21 -11c-8 0 -13.2 0.8 -15.5 2.5
|
||
c-2.3 1.7 -4.2 5.8 -5.5 12.5c-1.3 4.7 -2.7 10.3 -4 17c-12 48.7 -34.8 92 -68.5 130
|
||
s-74.2 66.3 -121.5 85c-10 4 -16 7.7 -18 11c0 8.7 6 14.3 18 17c47.3 18.7 87.8 47
|
||
121.5 85s56.5 81.3 68.5 130c0.7 2 1.3 5 2 9s1.2 6.7 1.5 8c0.3 1.3 1 3.3 2 6
|
||
s2.2 4.5 3.5 5.5c1.3 1 3.3 1.8 6 2.5s6 1 10 1c14 0 21 -3.7 21 -11
|
||
c0 -2 -2 -10.3 -6 -25c-20 -79.3 -65 -146.7 -135 -202l-3 -3h399890z
|
||
M100 620v40h399900v-40z M0 241v40h399900v-40zM0 241v40h399900v-40z`,rightarrowabovebar:`M0 241v40h399891c-47.3 35.3-84 78-110 128-16.7 32
|
||
-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20 11 8 0
|
||
13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7 39
|
||
-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85-40.5
|
||
-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5
|
||
-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67
|
||
151.7 139 205zm96 379h399894v40H0zm0 0h399904v40H0z`,baraboveshortleftharpoon:`M507,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11
|
||
c1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17
|
||
c2,0.7,5,1,9,1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21
|
||
c-32,-87.3,-82.7,-157.7,-152,-211c0,0,-3,-3,-3,-3l399351,0l0,-40
|
||
c-398570,0,-399437,0,-399437,0z M593 435 v40 H399500 v-40z
|
||
M0 281 v-40 H399908 v40z M0 281 v-40 H399908 v40z`,rightharpoonaboveshortbar:`M0,241 l0,40c399126,0,399993,0,399993,0
|
||
c4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,
|
||
-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6
|
||
c-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z
|
||
M0 241 v40 H399908 v-40z M0 475 v-40 H399500 v40z M0 475 v-40 H399500 v40z`,shortbaraboveleftharpoon:`M7,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11
|
||
c1.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,
|
||
1c0,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,
|
||
-152,-211c0,0,-3,-3,-3,-3l399907,0l0,-40c-399126,0,-399993,0,-399993,0z
|
||
M93 435 v40 H400000 v-40z M500 241 v40 H400000 v-40z M500 241 v40 H400000 v-40z`,shortrightharpoonabovebar:`M53,241l0,40c398570,0,399437,0,399437,0
|
||
c4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,
|
||
-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6
|
||
c-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z
|
||
M500 241 v40 H399408 v-40z M500 435 v40 H400000 v-40z`},Wa=function(e,t){switch(e){case"lbrack":return"M403 1759 V84 H666 V0 H319 V1759 v"+t+` v1759 h347 v-84
|
||
H403z M403 1759 V0 H319 V1759 v`+t+" v1759 h84z";case"rbrack":return"M347 1759 V0 H0 V84 H263 V1759 v"+t+` v1759 H0 v84 H347z
|
||
M347 1759 V0 H263 V1759 v`+t+" v1759 h84z";case"vert":return"M145 15 v585 v"+t+` v585 c2.667,10,9.667,15,21,15
|
||
c10,0,16.667,-5,20,-15 v-585 v`+-t+` v-585 c-2.667,-10,-9.667,-15,-21,-15
|
||
c-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,15
|
||
c10,0,16.667,-5,20,-15 v-585 v`+-t+` v-585 c-2.667,-10,-9.667,-15,-21,-15
|
||
c-10,0,-16.667,5,-20,15z M188 15 H145 v585 v`+t+` v585 h43z
|
||
M367 15 v585 v`+t+` v585 c2.667,10,9.667,15,21,15
|
||
c10,0,16.667,-5,20,-15 v-585 v`+-t+` v-585 c-2.667,-10,-9.667,-15,-21,-15
|
||
c-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 H319z
|
||
MM319 602 V0 H403 V602 v`+t+" v1715 H319z";case"rfloor":return"M319 602 V0 H403 V602 v"+t+` v1799 H0 v-84 H319z
|
||
MM319 602 V0 H403 V602 v`+t+" v1715 H319z";case"lceil":return"M403 1759 V84 H666 V0 H319 V1759 v"+t+` v602 h84z
|
||
M403 1759 V0 H319 V1759 v`+t+" v602 h84z";case"rceil":return"M347 1759 V0 H0 V84 H263 V1759 v"+t+` v602 h84z
|
||
M347 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,1
|
||
c-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,
|
||
-36,557 l0,`+(t+84)+`c0.2,6,0,26,0,60c2,159.3,10,310.7,24,454c53.3,528,210,
|
||
949.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,-9
|
||
c0,-2.7,-3.3,-8.7,-10,-18c-135.3,-192.7,-235.5,-414.3,-300.5,-665c-65,-250.7,-102.5,
|
||
-544.7,-112.5,-882c-2,-104,-3,-167,-3,-189
|
||
l0,-`+(t+92)+`c0,-162.7,5.7,-314,17,-454c20.7,-272,63.7,-513,129,-723c65.3,
|
||
-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,
|
||
63,95c96.7,156.7,172.8,332.5,228.5,527.5c55.7,195,92.8,416.5,111.5,664.5
|
||
c11.3,139.3,17,290.7,17,454c0,28,1.7,43,3.3,45l0,`+(t+9)+`
|
||
c-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,664
|
||
c-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,11
|
||
c0,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,-17
|
||
c242.7,-294.7,395.3,-681.7,458,-1161c21.3,-164.7,33.3,-350.7,36,-558
|
||
l0,-`+(t+144)+`c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
||
-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.")}},le=function(){function l(t){this.children=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.children=t,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}var e=l.prototype;return e.hasClass=function(r){return I.contains(this.classes,r)},e.toNode=function(){for(var r=document.createDocumentFragment(),a=0;a<this.children.length;a++)r.appendChild(this.children[a].toNode());return r},e.toMarkup=function(){for(var r="",a=0;a<this.children.length;a++)r+=this.children[a].toMarkup();return r},e.toText=function(){var r=function(n){return n.toText()};return this.children.map(r).join("")},l}(),x0={"AMS-Regular":{32:[0,0,0,0,.25],65:[0,.68889,0,0,.72222],66:[0,.68889,0,0,.66667],67:[0,.68889,0,0,.72222],68:[0,.68889,0,0,.72222],69:[0,.68889,0,0,.66667],70:[0,.68889,0,0,.61111],71:[0,.68889,0,0,.77778],72:[0,.68889,0,0,.77778],73:[0,.68889,0,0,.38889],74:[.16667,.68889,0,0,.5],75:[0,.68889,0,0,.77778],76:[0,.68889,0,0,.66667],77:[0,.68889,0,0,.94445],78:[0,.68889,0,0,.72222],79:[.16667,.68889,0,0,.77778],80:[0,.68889,0,0,.61111],81:[.16667,.68889,0,0,.77778],82:[0,.68889,0,0,.72222],83:[0,.68889,0,0,.55556],84:[0,.68889,0,0,.66667],85:[0,.68889,0,0,.72222],86:[0,.68889,0,0,.72222],87:[0,.68889,0,0,1],88:[0,.68889,0,0,.72222],89:[0,.68889,0,0,.72222],90:[0,.68889,0,0,.66667],107:[0,.68889,0,0,.55556],160:[0,0,0,0,.25],165:[0,.675,.025,0,.75],174:[.15559,.69224,0,0,.94666],240:[0,.68889,0,0,.55556],295:[0,.68889,0,0,.54028],710:[0,.825,0,0,2.33334],732:[0,.9,0,0,2.33334],770:[0,.825,0,0,2.33334],771:[0,.9,0,0,2.33334],989:[.08167,.58167,0,0,.77778],1008:[0,.43056,.04028,0,.66667],8245:[0,.54986,0,0,.275],8463:[0,.68889,0,0,.54028],8487:[0,.68889,0,0,.72222],8498:[0,.68889,0,0,.55556],8502:[0,.68889,0,0,.66667],8503:[0,.68889,0,0,.44445],8504:[0,.68889,0,0,.66667],8513:[0,.68889,0,0,.63889],8592:[-.03598,.46402,0,0,.5],8594:[-.03598,.46402,0,0,.5],8602:[-.13313,.36687,0,0,1],8603:[-.13313,.36687,0,0,1],8606:[.01354,.52239,0,0,1],8608:[.01354,.52239,0,0,1],8610:[.01354,.52239,0,0,1.11111],8611:[.01354,.52239,0,0,1.11111],8619:[0,.54986,0,0,1],8620:[0,.54986,0,0,1],8621:[-.13313,.37788,0,0,1.38889],8622:[-.13313,.36687,0,0,1],8624:[0,.69224,0,0,.5],8625:[0,.69224,0,0,.5],8630:[0,.43056,0,0,1],8631:[0,.43056,0,0,1],8634:[.08198,.58198,0,0,.77778],8635:[.08198,.58198,0,0,.77778],8638:[.19444,.69224,0,0,.41667],8639:[.19444,.69224,0,0,.41667],8642:[.19444,.69224,0,0,.41667],8643:[.19444,.69224,0,0,.41667],8644:[.1808,.675,0,0,1],8646:[.1808,.675,0,0,1],8647:[.1808,.675,0,0,1],8648:[.19444,.69224,0,0,.83334],8649:[.1808,.675,0,0,1],8650:[.19444,.69224,0,0,.83334],8651:[.01354,.52239,0,0,1],8652:[.01354,.52239,0,0,1],8653:[-.13313,.36687,0,0,1],8654:[-.13313,.36687,0,0,1],8655:[-.13313,.36687,0,0,1],8666:[.13667,.63667,0,0,1],8667:[.13667,.63667,0,0,1],8669:[-.13313,.37788,0,0,1],8672:[-.064,.437,0,0,1.334],8674:[-.064,.437,0,0,1.334],8705:[0,.825,0,0,.5],8708:[0,.68889,0,0,.55556],8709:[.08167,.58167,0,0,.77778],8717:[0,.43056,0,0,.42917],8722:[-.03598,.46402,0,0,.5],8724:[.08198,.69224,0,0,.77778],8726:[.08167,.58167,0,0,.77778],8733:[0,.69224,0,0,.77778],8736:[0,.69224,0,0,.72222],8737:[0,.69224,0,0,.72222],8738:[.03517,.52239,0,0,.72222],8739:[.08167,.58167,0,0,.22222],8740:[.25142,.74111,0,0,.27778],8741:[.08167,.58167,0,0,.38889],8742:[.25142,.74111,0,0,.5],8756:[0,.69224,0,0,.66667],8757:[0,.69224,0,0,.66667],8764:[-.13313,.36687,0,0,.77778],8765:[-.13313,.37788,0,0,.77778],8769:[-.13313,.36687,0,0,.77778],8770:[-.03625,.46375,0,0,.77778],8774:[.30274,.79383,0,0,.77778],8776:[-.01688,.48312,0,0,.77778],8778:[.08167,.58167,0,0,.77778],8782:[.06062,.54986,0,0,.77778],8783:[.06062,.54986,0,0,.77778],8785:[.08198,.58198,0,0,.77778],8786:[.08198,.58198,0,0,.77778],8787:[.08198,.58198,0,0,.77778],8790:[0,.69224,0,0,.77778],8791:[.22958,.72958,0,0,.77778],8796:[.08198,.91667,0,0,.77778],8806:[.25583,.75583,0,0,.77778],8807:[.25583,.75583,0,0,.77778],8808:[.25142,.75726,0,0,.77778],8809:[.25142,.75726,0,0,.77778],8812:[.25583,.75583,0,0,.5],8814:[.20576,.70576,0,0,.77778],8815:[.20576,.70576,0,0,.77778],8816:[.30274,.79383,0,0,.77778],8817:[.30274,.79383,0,0,.77778],8818:[.22958,.72958,0,0,.77778],8819:[.22958,.72958,0,0,.77778],8822:[.1808,.675,0,0,.77778],8823:[.1808,.675,0,0,.77778],8828:[.13667,.63667,0,0,.77778],8829:[.13667,.63667,0,0,.77778],8830:[.22958,.72958,0,0,.77778],8831:[.22958,.72958,0,0,.77778],8832:[.20576,.70576,0,0,.77778],8833:[.20576,.70576,0,0,.77778],8840:[.30274,.79383,0,0,.77778],8841:[.30274,.79383,0,0,.77778],8842:[.13597,.63597,0,0,.77778],8843:[.13597,.63597,0,0,.77778],8847:[.03517,.54986,0,0,.77778],8848:[.03517,.54986,0,0,.77778],8858:[.08198,.58198,0,0,.77778],8859:[.08198,.58198,0,0,.77778],8861:[.08198,.58198,0,0,.77778],8862:[0,.675,0,0,.77778],8863:[0,.675,0,0,.77778],8864:[0,.675,0,0,.77778],8865:[0,.675,0,0,.77778],8872:[0,.69224,0,0,.61111],8873:[0,.69224,0,0,.72222],8874:[0,.69224,0,0,.88889],8876:[0,.68889,0,0,.61111],8877:[0,.68889,0,0,.61111],8878:[0,.68889,0,0,.72222],8879:[0,.68889,0,0,.72222],8882:[.03517,.54986,0,0,.77778],8883:[.03517,.54986,0,0,.77778],8884:[.13667,.63667,0,0,.77778],8885:[.13667,.63667,0,0,.77778],8888:[0,.54986,0,0,1.11111],8890:[.19444,.43056,0,0,.55556],8891:[.19444,.69224,0,0,.61111],8892:[.19444,.69224,0,0,.61111],8901:[0,.54986,0,0,.27778],8903:[.08167,.58167,0,0,.77778],8905:[.08167,.58167,0,0,.77778],8906:[.08167,.58167,0,0,.77778],8907:[0,.69224,0,0,.77778],8908:[0,.69224,0,0,.77778],8909:[-.03598,.46402,0,0,.77778],8910:[0,.54986,0,0,.76042],8911:[0,.54986,0,0,.76042],8912:[.03517,.54986,0,0,.77778],8913:[.03517,.54986,0,0,.77778],8914:[0,.54986,0,0,.66667],8915:[0,.54986,0,0,.66667],8916:[0,.69224,0,0,.66667],8918:[.0391,.5391,0,0,.77778],8919:[.0391,.5391,0,0,.77778],8920:[.03517,.54986,0,0,1.33334],8921:[.03517,.54986,0,0,1.33334],8922:[.38569,.88569,0,0,.77778],8923:[.38569,.88569,0,0,.77778],8926:[.13667,.63667,0,0,.77778],8927:[.13667,.63667,0,0,.77778],8928:[.30274,.79383,0,0,.77778],8929:[.30274,.79383,0,0,.77778],8934:[.23222,.74111,0,0,.77778],8935:[.23222,.74111,0,0,.77778],8936:[.23222,.74111,0,0,.77778],8937:[.23222,.74111,0,0,.77778],8938:[.20576,.70576,0,0,.77778],8939:[.20576,.70576,0,0,.77778],8940:[.30274,.79383,0,0,.77778],8941:[.30274,.79383,0,0,.77778],8994:[.19444,.69224,0,0,.77778],8995:[.19444,.69224,0,0,.77778],9416:[.15559,.69224,0,0,.90222],9484:[0,.69224,0,0,.5],9488:[0,.69224,0,0,.5],9492:[0,.37788,0,0,.5],9496:[0,.37788,0,0,.5],9585:[.19444,.68889,0,0,.88889],9586:[.19444,.74111,0,0,.88889],9632:[0,.675,0,0,.77778],9633:[0,.675,0,0,.77778],9650:[0,.54986,0,0,.72222],9651:[0,.54986,0,0,.72222],9654:[.03517,.54986,0,0,.77778],9660:[0,.54986,0,0,.72222],9661:[0,.54986,0,0,.72222],9664:[.03517,.54986,0,0,.77778],9674:[.11111,.69224,0,0,.66667],9733:[.19444,.69224,0,0,.94445],10003:[0,.69224,0,0,.83334],10016:[0,.69224,0,0,.83334],10731:[.11111,.69224,0,0,.66667],10846:[.19444,.75583,0,0,.61111],10877:[.13667,.63667,0,0,.77778],10878:[.13667,.63667,0,0,.77778],10885:[.25583,.75583,0,0,.77778],10886:[.25583,.75583,0,0,.77778],10887:[.13597,.63597,0,0,.77778],10888:[.13597,.63597,0,0,.77778],10889:[.26167,.75726,0,0,.77778],10890:[.26167,.75726,0,0,.77778],10891:[.48256,.98256,0,0,.77778],10892:[.48256,.98256,0,0,.77778],10901:[.13667,.63667,0,0,.77778],10902:[.13667,.63667,0,0,.77778],10933:[.25142,.75726,0,0,.77778],10934:[.25142,.75726,0,0,.77778],10935:[.26167,.75726,0,0,.77778],10936:[.26167,.75726,0,0,.77778],10937:[.26167,.75726,0,0,.77778],10938:[.26167,.75726,0,0,.77778],10949:[.25583,.75583,0,0,.77778],10950:[.25583,.75583,0,0,.77778],10955:[.28481,.79383,0,0,.77778],10956:[.28481,.79383,0,0,.77778],57350:[.08167,.58167,0,0,.22222],57351:[.08167,.58167,0,0,.38889],57352:[.08167,.58167,0,0,.77778],57353:[0,.43056,.04028,0,.66667],57356:[.25142,.75726,0,0,.77778],57357:[.25142,.75726,0,0,.77778],57358:[.41951,.91951,0,0,.77778],57359:[.30274,.79383,0,0,.77778],57360:[.30274,.79383,0,0,.77778],57361:[.41951,.91951,0,0,.77778],57366:[.25142,.75726,0,0,.77778],57367:[.25142,.75726,0,0,.77778],57368:[.25142,.75726,0,0,.77778],57369:[.25142,.75726,0,0,.77778],57370:[.13597,.63597,0,0,.77778],57371:[.13597,.63597,0,0,.77778]},"Caligraphic-Regular":{32:[0,0,0,0,.25],65:[0,.68333,0,.19445,.79847],66:[0,.68333,.03041,.13889,.65681],67:[0,.68333,.05834,.13889,.52653],68:[0,.68333,.02778,.08334,.77139],69:[0,.68333,.08944,.11111,.52778],70:[0,.68333,.09931,.11111,.71875],71:[.09722,.68333,.0593,.11111,.59487],72:[0,.68333,.00965,.11111,.84452],73:[0,.68333,.07382,0,.54452],74:[.09722,.68333,.18472,.16667,.67778],75:[0,.68333,.01445,.05556,.76195],76:[0,.68333,0,.13889,.68972],77:[0,.68333,0,.13889,1.2009],78:[0,.68333,.14736,.08334,.82049],79:[0,.68333,.02778,.11111,.79611],80:[0,.68333,.08222,.08334,.69556],81:[.09722,.68333,0,.11111,.81667],82:[0,.68333,0,.08334,.8475],83:[0,.68333,.075,.13889,.60556],84:[0,.68333,.25417,0,.54464],85:[0,.68333,.09931,.08334,.62583],86:[0,.68333,.08222,0,.61278],87:[0,.68333,.08222,.08334,.98778],88:[0,.68333,.14643,.13889,.7133],89:[.09722,.68333,.08222,.08334,.66834],90:[0,.68333,.07944,.13889,.72473],160:[0,0,0,0,.25]},"Fraktur-Regular":{32:[0,0,0,0,.25],33:[0,.69141,0,0,.29574],34:[0,.69141,0,0,.21471],38:[0,.69141,0,0,.73786],39:[0,.69141,0,0,.21201],40:[.24982,.74947,0,0,.38865],41:[.24982,.74947,0,0,.38865],42:[0,.62119,0,0,.27764],43:[.08319,.58283,0,0,.75623],44:[0,.10803,0,0,.27764],45:[.08319,.58283,0,0,.75623],46:[0,.10803,0,0,.27764],47:[.24982,.74947,0,0,.50181],48:[0,.47534,0,0,.50181],49:[0,.47534,0,0,.50181],50:[0,.47534,0,0,.50181],51:[.18906,.47534,0,0,.50181],52:[.18906,.47534,0,0,.50181],53:[.18906,.47534,0,0,.50181],54:[0,.69141,0,0,.50181],55:[.18906,.47534,0,0,.50181],56:[0,.69141,0,0,.50181],57:[.18906,.47534,0,0,.50181],58:[0,.47534,0,0,.21606],59:[.12604,.47534,0,0,.21606],61:[-.13099,.36866,0,0,.75623],63:[0,.69141,0,0,.36245],65:[0,.69141,0,0,.7176],66:[0,.69141,0,0,.88397],67:[0,.69141,0,0,.61254],68:[0,.69141,0,0,.83158],69:[0,.69141,0,0,.66278],70:[.12604,.69141,0,0,.61119],71:[0,.69141,0,0,.78539],72:[.06302,.69141,0,0,.7203],73:[0,.69141,0,0,.55448],74:[.12604,.69141,0,0,.55231],75:[0,.69141,0,0,.66845],76:[0,.69141,0,0,.66602],77:[0,.69141,0,0,1.04953],78:[0,.69141,0,0,.83212],79:[0,.69141,0,0,.82699],80:[.18906,.69141,0,0,.82753],81:[.03781,.69141,0,0,.82699],82:[0,.69141,0,0,.82807],83:[0,.69141,0,0,.82861],84:[0,.69141,0,0,.66899],85:[0,.69141,0,0,.64576],86:[0,.69141,0,0,.83131],87:[0,.69141,0,0,1.04602],88:[0,.69141,0,0,.71922],89:[.18906,.69141,0,0,.83293],90:[.12604,.69141,0,0,.60201],91:[.24982,.74947,0,0,.27764],93:[.24982,.74947,0,0,.27764],94:[0,.69141,0,0,.49965],97:[0,.47534,0,0,.50046],98:[0,.69141,0,0,.51315],99:[0,.47534,0,0,.38946],100:[0,.62119,0,0,.49857],101:[0,.47534,0,0,.40053],102:[.18906,.69141,0,0,.32626],103:[.18906,.47534,0,0,.5037],104:[.18906,.69141,0,0,.52126],105:[0,.69141,0,0,.27899],106:[0,.69141,0,0,.28088],107:[0,.69141,0,0,.38946],108:[0,.69141,0,0,.27953],109:[0,.47534,0,0,.76676],110:[0,.47534,0,0,.52666],111:[0,.47534,0,0,.48885],112:[.18906,.52396,0,0,.50046],113:[.18906,.47534,0,0,.48912],114:[0,.47534,0,0,.38919],115:[0,.47534,0,0,.44266],116:[0,.62119,0,0,.33301],117:[0,.47534,0,0,.5172],118:[0,.52396,0,0,.5118],119:[0,.52396,0,0,.77351],120:[.18906,.47534,0,0,.38865],121:[.18906,.47534,0,0,.49884],122:[.18906,.47534,0,0,.39054],160:[0,0,0,0,.25],8216:[0,.69141,0,0,.21471],8217:[0,.69141,0,0,.21471],58112:[0,.62119,0,0,.49749],58113:[0,.62119,0,0,.4983],58114:[.18906,.69141,0,0,.33328],58115:[.18906,.69141,0,0,.32923],58116:[.18906,.47534,0,0,.50343],58117:[0,.69141,0,0,.33301],58118:[0,.62119,0,0,.33409],58119:[0,.47534,0,0,.50073]},"Main-Bold":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.35],34:[0,.69444,0,0,.60278],35:[.19444,.69444,0,0,.95833],36:[.05556,.75,0,0,.575],37:[.05556,.75,0,0,.95833],38:[0,.69444,0,0,.89444],39:[0,.69444,0,0,.31944],40:[.25,.75,0,0,.44722],41:[.25,.75,0,0,.44722],42:[0,.75,0,0,.575],43:[.13333,.63333,0,0,.89444],44:[.19444,.15556,0,0,.31944],45:[0,.44444,0,0,.38333],46:[0,.15556,0,0,.31944],47:[.25,.75,0,0,.575],48:[0,.64444,0,0,.575],49:[0,.64444,0,0,.575],50:[0,.64444,0,0,.575],51:[0,.64444,0,0,.575],52:[0,.64444,0,0,.575],53:[0,.64444,0,0,.575],54:[0,.64444,0,0,.575],55:[0,.64444,0,0,.575],56:[0,.64444,0,0,.575],57:[0,.64444,0,0,.575],58:[0,.44444,0,0,.31944],59:[.19444,.44444,0,0,.31944],60:[.08556,.58556,0,0,.89444],61:[-.10889,.39111,0,0,.89444],62:[.08556,.58556,0,0,.89444],63:[0,.69444,0,0,.54305],64:[0,.69444,0,0,.89444],65:[0,.68611,0,0,.86944],66:[0,.68611,0,0,.81805],67:[0,.68611,0,0,.83055],68:[0,.68611,0,0,.88194],69:[0,.68611,0,0,.75555],70:[0,.68611,0,0,.72361],71:[0,.68611,0,0,.90416],72:[0,.68611,0,0,.9],73:[0,.68611,0,0,.43611],74:[0,.68611,0,0,.59444],75:[0,.68611,0,0,.90138],76:[0,.68611,0,0,.69166],77:[0,.68611,0,0,1.09166],78:[0,.68611,0,0,.9],79:[0,.68611,0,0,.86388],80:[0,.68611,0,0,.78611],81:[.19444,.68611,0,0,.86388],82:[0,.68611,0,0,.8625],83:[0,.68611,0,0,.63889],84:[0,.68611,0,0,.8],85:[0,.68611,0,0,.88472],86:[0,.68611,.01597,0,.86944],87:[0,.68611,.01597,0,1.18888],88:[0,.68611,0,0,.86944],89:[0,.68611,.02875,0,.86944],90:[0,.68611,0,0,.70277],91:[.25,.75,0,0,.31944],92:[.25,.75,0,0,.575],93:[.25,.75,0,0,.31944],94:[0,.69444,0,0,.575],95:[.31,.13444,.03194,0,.575],97:[0,.44444,0,0,.55902],98:[0,.69444,0,0,.63889],99:[0,.44444,0,0,.51111],100:[0,.69444,0,0,.63889],101:[0,.44444,0,0,.52708],102:[0,.69444,.10903,0,.35139],103:[.19444,.44444,.01597,0,.575],104:[0,.69444,0,0,.63889],105:[0,.69444,0,0,.31944],106:[.19444,.69444,0,0,.35139],107:[0,.69444,0,0,.60694],108:[0,.69444,0,0,.31944],109:[0,.44444,0,0,.95833],110:[0,.44444,0,0,.63889],111:[0,.44444,0,0,.575],112:[.19444,.44444,0,0,.63889],113:[.19444,.44444,0,0,.60694],114:[0,.44444,0,0,.47361],115:[0,.44444,0,0,.45361],116:[0,.63492,0,0,.44722],117:[0,.44444,0,0,.63889],118:[0,.44444,.01597,0,.60694],119:[0,.44444,.01597,0,.83055],120:[0,.44444,0,0,.60694],121:[.19444,.44444,.01597,0,.60694],122:[0,.44444,0,0,.51111],123:[.25,.75,0,0,.575],124:[.25,.75,0,0,.31944],125:[.25,.75,0,0,.575],126:[.35,.34444,0,0,.575],160:[0,0,0,0,.25],163:[0,.69444,0,0,.86853],168:[0,.69444,0,0,.575],172:[0,.44444,0,0,.76666],176:[0,.69444,0,0,.86944],177:[.13333,.63333,0,0,.89444],184:[.17014,0,0,0,.51111],198:[0,.68611,0,0,1.04166],215:[.13333,.63333,0,0,.89444],216:[.04861,.73472,0,0,.89444],223:[0,.69444,0,0,.59722],230:[0,.44444,0,0,.83055],247:[.13333,.63333,0,0,.89444],248:[.09722,.54167,0,0,.575],305:[0,.44444,0,0,.31944],338:[0,.68611,0,0,1.16944],339:[0,.44444,0,0,.89444],567:[.19444,.44444,0,0,.35139],710:[0,.69444,0,0,.575],711:[0,.63194,0,0,.575],713:[0,.59611,0,0,.575],714:[0,.69444,0,0,.575],715:[0,.69444,0,0,.575],728:[0,.69444,0,0,.575],729:[0,.69444,0,0,.31944],730:[0,.69444,0,0,.86944],732:[0,.69444,0,0,.575],733:[0,.69444,0,0,.575],915:[0,.68611,0,0,.69166],916:[0,.68611,0,0,.95833],920:[0,.68611,0,0,.89444],923:[0,.68611,0,0,.80555],926:[0,.68611,0,0,.76666],928:[0,.68611,0,0,.9],931:[0,.68611,0,0,.83055],933:[0,.68611,0,0,.89444],934:[0,.68611,0,0,.83055],936:[0,.68611,0,0,.89444],937:[0,.68611,0,0,.83055],8211:[0,.44444,.03194,0,.575],8212:[0,.44444,.03194,0,1.14999],8216:[0,.69444,0,0,.31944],8217:[0,.69444,0,0,.31944],8220:[0,.69444,0,0,.60278],8221:[0,.69444,0,0,.60278],8224:[.19444,.69444,0,0,.51111],8225:[.19444,.69444,0,0,.51111],8242:[0,.55556,0,0,.34444],8407:[0,.72444,.15486,0,.575],8463:[0,.69444,0,0,.66759],8465:[0,.69444,0,0,.83055],8467:[0,.69444,0,0,.47361],8472:[.19444,.44444,0,0,.74027],8476:[0,.69444,0,0,.83055],8501:[0,.69444,0,0,.70277],8592:[-.10889,.39111,0,0,1.14999],8593:[.19444,.69444,0,0,.575],8594:[-.10889,.39111,0,0,1.14999],8595:[.19444,.69444,0,0,.575],8596:[-.10889,.39111,0,0,1.14999],8597:[.25,.75,0,0,.575],8598:[.19444,.69444,0,0,1.14999],8599:[.19444,.69444,0,0,1.14999],8600:[.19444,.69444,0,0,1.14999],8601:[.19444,.69444,0,0,1.14999],8636:[-.10889,.39111,0,0,1.14999],8637:[-.10889,.39111,0,0,1.14999],8640:[-.10889,.39111,0,0,1.14999],8641:[-.10889,.39111,0,0,1.14999],8656:[-.10889,.39111,0,0,1.14999],8657:[.19444,.69444,0,0,.70277],8658:[-.10889,.39111,0,0,1.14999],8659:[.19444,.69444,0,0,.70277],8660:[-.10889,.39111,0,0,1.14999],8661:[.25,.75,0,0,.70277],8704:[0,.69444,0,0,.63889],8706:[0,.69444,.06389,0,.62847],8707:[0,.69444,0,0,.63889],8709:[.05556,.75,0,0,.575],8711:[0,.68611,0,0,.95833],8712:[.08556,.58556,0,0,.76666],8715:[.08556,.58556,0,0,.76666],8722:[.13333,.63333,0,0,.89444],8723:[.13333,.63333,0,0,.89444],8725:[.25,.75,0,0,.575],8726:[.25,.75,0,0,.575],8727:[-.02778,.47222,0,0,.575],8728:[-.02639,.47361,0,0,.575],8729:[-.02639,.47361,0,0,.575],8730:[.18,.82,0,0,.95833],8733:[0,.44444,0,0,.89444],8734:[0,.44444,0,0,1.14999],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.31944],8741:[.25,.75,0,0,.575],8743:[0,.55556,0,0,.76666],8744:[0,.55556,0,0,.76666],8745:[0,.55556,0,0,.76666],8746:[0,.55556,0,0,.76666],8747:[.19444,.69444,.12778,0,.56875],8764:[-.10889,.39111,0,0,.89444],8768:[.19444,.69444,0,0,.31944],8771:[.00222,.50222,0,0,.89444],8773:[.027,.638,0,0,.894],8776:[.02444,.52444,0,0,.89444],8781:[.00222,.50222,0,0,.89444],8801:[.00222,.50222,0,0,.89444],8804:[.19667,.69667,0,0,.89444],8805:[.19667,.69667,0,0,.89444],8810:[.08556,.58556,0,0,1.14999],8811:[.08556,.58556,0,0,1.14999],8826:[.08556,.58556,0,0,.89444],8827:[.08556,.58556,0,0,.89444],8834:[.08556,.58556,0,0,.89444],8835:[.08556,.58556,0,0,.89444],8838:[.19667,.69667,0,0,.89444],8839:[.19667,.69667,0,0,.89444],8846:[0,.55556,0,0,.76666],8849:[.19667,.69667,0,0,.89444],8850:[.19667,.69667,0,0,.89444],8851:[0,.55556,0,0,.76666],8852:[0,.55556,0,0,.76666],8853:[.13333,.63333,0,0,.89444],8854:[.13333,.63333,0,0,.89444],8855:[.13333,.63333,0,0,.89444],8856:[.13333,.63333,0,0,.89444],8857:[.13333,.63333,0,0,.89444],8866:[0,.69444,0,0,.70277],8867:[0,.69444,0,0,.70277],8868:[0,.69444,0,0,.89444],8869:[0,.69444,0,0,.89444],8900:[-.02639,.47361,0,0,.575],8901:[-.02639,.47361,0,0,.31944],8902:[-.02778,.47222,0,0,.575],8968:[.25,.75,0,0,.51111],8969:[.25,.75,0,0,.51111],8970:[.25,.75,0,0,.51111],8971:[.25,.75,0,0,.51111],8994:[-.13889,.36111,0,0,1.14999],8995:[-.13889,.36111,0,0,1.14999],9651:[.19444,.69444,0,0,1.02222],9657:[-.02778,.47222,0,0,.575],9661:[.19444,.69444,0,0,1.02222],9667:[-.02778,.47222,0,0,.575],9711:[.19444,.69444,0,0,1.14999],9824:[.12963,.69444,0,0,.89444],9825:[.12963,.69444,0,0,.89444],9826:[.12963,.69444,0,0,.89444],9827:[.12963,.69444,0,0,.89444],9837:[0,.75,0,0,.44722],9838:[.19444,.69444,0,0,.44722],9839:[.19444,.69444,0,0,.44722],10216:[.25,.75,0,0,.44722],10217:[.25,.75,0,0,.44722],10815:[0,.68611,0,0,.9],10927:[.19667,.69667,0,0,.89444],10928:[.19667,.69667,0,0,.89444],57376:[.19444,.69444,0,0,0]},"Main-BoldItalic":{32:[0,0,0,0,.25],33:[0,.69444,.11417,0,.38611],34:[0,.69444,.07939,0,.62055],35:[.19444,.69444,.06833,0,.94444],37:[.05556,.75,.12861,0,.94444],38:[0,.69444,.08528,0,.88555],39:[0,.69444,.12945,0,.35555],40:[.25,.75,.15806,0,.47333],41:[.25,.75,.03306,0,.47333],42:[0,.75,.14333,0,.59111],43:[.10333,.60333,.03306,0,.88555],44:[.19444,.14722,0,0,.35555],45:[0,.44444,.02611,0,.41444],46:[0,.14722,0,0,.35555],47:[.25,.75,.15806,0,.59111],48:[0,.64444,.13167,0,.59111],49:[0,.64444,.13167,0,.59111],50:[0,.64444,.13167,0,.59111],51:[0,.64444,.13167,0,.59111],52:[.19444,.64444,.13167,0,.59111],53:[0,.64444,.13167,0,.59111],54:[0,.64444,.13167,0,.59111],55:[.19444,.64444,.13167,0,.59111],56:[0,.64444,.13167,0,.59111],57:[0,.64444,.13167,0,.59111],58:[0,.44444,.06695,0,.35555],59:[.19444,.44444,.06695,0,.35555],61:[-.10889,.39111,.06833,0,.88555],63:[0,.69444,.11472,0,.59111],64:[0,.69444,.09208,0,.88555],65:[0,.68611,0,0,.86555],66:[0,.68611,.0992,0,.81666],67:[0,.68611,.14208,0,.82666],68:[0,.68611,.09062,0,.87555],69:[0,.68611,.11431,0,.75666],70:[0,.68611,.12903,0,.72722],71:[0,.68611,.07347,0,.89527],72:[0,.68611,.17208,0,.8961],73:[0,.68611,.15681,0,.47166],74:[0,.68611,.145,0,.61055],75:[0,.68611,.14208,0,.89499],76:[0,.68611,0,0,.69777],77:[0,.68611,.17208,0,1.07277],78:[0,.68611,.17208,0,.8961],79:[0,.68611,.09062,0,.85499],80:[0,.68611,.0992,0,.78721],81:[.19444,.68611,.09062,0,.85499],82:[0,.68611,.02559,0,.85944],83:[0,.68611,.11264,0,.64999],84:[0,.68611,.12903,0,.7961],85:[0,.68611,.17208,0,.88083],86:[0,.68611,.18625,0,.86555],87:[0,.68611,.18625,0,1.15999],88:[0,.68611,.15681,0,.86555],89:[0,.68611,.19803,0,.86555],90:[0,.68611,.14208,0,.70888],91:[.25,.75,.1875,0,.35611],93:[.25,.75,.09972,0,.35611],94:[0,.69444,.06709,0,.59111],95:[.31,.13444,.09811,0,.59111],97:[0,.44444,.09426,0,.59111],98:[0,.69444,.07861,0,.53222],99:[0,.44444,.05222,0,.53222],100:[0,.69444,.10861,0,.59111],101:[0,.44444,.085,0,.53222],102:[.19444,.69444,.21778,0,.4],103:[.19444,.44444,.105,0,.53222],104:[0,.69444,.09426,0,.59111],105:[0,.69326,.11387,0,.35555],106:[.19444,.69326,.1672,0,.35555],107:[0,.69444,.11111,0,.53222],108:[0,.69444,.10861,0,.29666],109:[0,.44444,.09426,0,.94444],110:[0,.44444,.09426,0,.64999],111:[0,.44444,.07861,0,.59111],112:[.19444,.44444,.07861,0,.59111],113:[.19444,.44444,.105,0,.53222],114:[0,.44444,.11111,0,.50167],115:[0,.44444,.08167,0,.48694],116:[0,.63492,.09639,0,.385],117:[0,.44444,.09426,0,.62055],118:[0,.44444,.11111,0,.53222],119:[0,.44444,.11111,0,.76777],120:[0,.44444,.12583,0,.56055],121:[.19444,.44444,.105,0,.56166],122:[0,.44444,.13889,0,.49055],126:[.35,.34444,.11472,0,.59111],160:[0,0,0,0,.25],168:[0,.69444,.11473,0,.59111],176:[0,.69444,0,0,.94888],184:[.17014,0,0,0,.53222],198:[0,.68611,.11431,0,1.02277],216:[.04861,.73472,.09062,0,.88555],223:[.19444,.69444,.09736,0,.665],230:[0,.44444,.085,0,.82666],248:[.09722,.54167,.09458,0,.59111],305:[0,.44444,.09426,0,.35555],338:[0,.68611,.11431,0,1.14054],339:[0,.44444,.085,0,.82666],567:[.19444,.44444,.04611,0,.385],710:[0,.69444,.06709,0,.59111],711:[0,.63194,.08271,0,.59111],713:[0,.59444,.10444,0,.59111],714:[0,.69444,.08528,0,.59111],715:[0,.69444,0,0,.59111],728:[0,.69444,.10333,0,.59111],729:[0,.69444,.12945,0,.35555],730:[0,.69444,0,0,.94888],732:[0,.69444,.11472,0,.59111],733:[0,.69444,.11472,0,.59111],915:[0,.68611,.12903,0,.69777],916:[0,.68611,0,0,.94444],920:[0,.68611,.09062,0,.88555],923:[0,.68611,0,0,.80666],926:[0,.68611,.15092,0,.76777],928:[0,.68611,.17208,0,.8961],931:[0,.68611,.11431,0,.82666],933:[0,.68611,.10778,0,.88555],934:[0,.68611,.05632,0,.82666],936:[0,.68611,.10778,0,.88555],937:[0,.68611,.0992,0,.82666],8211:[0,.44444,.09811,0,.59111],8212:[0,.44444,.09811,0,1.18221],8216:[0,.69444,.12945,0,.35555],8217:[0,.69444,.12945,0,.35555],8220:[0,.69444,.16772,0,.62055],8221:[0,.69444,.07939,0,.62055]},"Main-Italic":{32:[0,0,0,0,.25],33:[0,.69444,.12417,0,.30667],34:[0,.69444,.06961,0,.51444],35:[.19444,.69444,.06616,0,.81777],37:[.05556,.75,.13639,0,.81777],38:[0,.69444,.09694,0,.76666],39:[0,.69444,.12417,0,.30667],40:[.25,.75,.16194,0,.40889],41:[.25,.75,.03694,0,.40889],42:[0,.75,.14917,0,.51111],43:[.05667,.56167,.03694,0,.76666],44:[.19444,.10556,0,0,.30667],45:[0,.43056,.02826,0,.35778],46:[0,.10556,0,0,.30667],47:[.25,.75,.16194,0,.51111],48:[0,.64444,.13556,0,.51111],49:[0,.64444,.13556,0,.51111],50:[0,.64444,.13556,0,.51111],51:[0,.64444,.13556,0,.51111],52:[.19444,.64444,.13556,0,.51111],53:[0,.64444,.13556,0,.51111],54:[0,.64444,.13556,0,.51111],55:[.19444,.64444,.13556,0,.51111],56:[0,.64444,.13556,0,.51111],57:[0,.64444,.13556,0,.51111],58:[0,.43056,.0582,0,.30667],59:[.19444,.43056,.0582,0,.30667],61:[-.13313,.36687,.06616,0,.76666],63:[0,.69444,.1225,0,.51111],64:[0,.69444,.09597,0,.76666],65:[0,.68333,0,0,.74333],66:[0,.68333,.10257,0,.70389],67:[0,.68333,.14528,0,.71555],68:[0,.68333,.09403,0,.755],69:[0,.68333,.12028,0,.67833],70:[0,.68333,.13305,0,.65277],71:[0,.68333,.08722,0,.77361],72:[0,.68333,.16389,0,.74333],73:[0,.68333,.15806,0,.38555],74:[0,.68333,.14028,0,.525],75:[0,.68333,.14528,0,.76888],76:[0,.68333,0,0,.62722],77:[0,.68333,.16389,0,.89666],78:[0,.68333,.16389,0,.74333],79:[0,.68333,.09403,0,.76666],80:[0,.68333,.10257,0,.67833],81:[.19444,.68333,.09403,0,.76666],82:[0,.68333,.03868,0,.72944],83:[0,.68333,.11972,0,.56222],84:[0,.68333,.13305,0,.71555],85:[0,.68333,.16389,0,.74333],86:[0,.68333,.18361,0,.74333],87:[0,.68333,.18361,0,.99888],88:[0,.68333,.15806,0,.74333],89:[0,.68333,.19383,0,.74333],90:[0,.68333,.14528,0,.61333],91:[.25,.75,.1875,0,.30667],93:[.25,.75,.10528,0,.30667],94:[0,.69444,.06646,0,.51111],95:[.31,.12056,.09208,0,.51111],97:[0,.43056,.07671,0,.51111],98:[0,.69444,.06312,0,.46],99:[0,.43056,.05653,0,.46],100:[0,.69444,.10333,0,.51111],101:[0,.43056,.07514,0,.46],102:[.19444,.69444,.21194,0,.30667],103:[.19444,.43056,.08847,0,.46],104:[0,.69444,.07671,0,.51111],105:[0,.65536,.1019,0,.30667],106:[.19444,.65536,.14467,0,.30667],107:[0,.69444,.10764,0,.46],108:[0,.69444,.10333,0,.25555],109:[0,.43056,.07671,0,.81777],110:[0,.43056,.07671,0,.56222],111:[0,.43056,.06312,0,.51111],112:[.19444,.43056,.06312,0,.51111],113:[.19444,.43056,.08847,0,.46],114:[0,.43056,.10764,0,.42166],115:[0,.43056,.08208,0,.40889],116:[0,.61508,.09486,0,.33222],117:[0,.43056,.07671,0,.53666],118:[0,.43056,.10764,0,.46],119:[0,.43056,.10764,0,.66444],120:[0,.43056,.12042,0,.46389],121:[.19444,.43056,.08847,0,.48555],122:[0,.43056,.12292,0,.40889],126:[.35,.31786,.11585,0,.51111],160:[0,0,0,0,.25],168:[0,.66786,.10474,0,.51111],176:[0,.69444,0,0,.83129],184:[.17014,0,0,0,.46],198:[0,.68333,.12028,0,.88277],216:[.04861,.73194,.09403,0,.76666],223:[.19444,.69444,.10514,0,.53666],230:[0,.43056,.07514,0,.71555],248:[.09722,.52778,.09194,0,.51111],338:[0,.68333,.12028,0,.98499],339:[0,.43056,.07514,0,.71555],710:[0,.69444,.06646,0,.51111],711:[0,.62847,.08295,0,.51111],713:[0,.56167,.10333,0,.51111],714:[0,.69444,.09694,0,.51111],715:[0,.69444,0,0,.51111],728:[0,.69444,.10806,0,.51111],729:[0,.66786,.11752,0,.30667],730:[0,.69444,0,0,.83129],732:[0,.66786,.11585,0,.51111],733:[0,.69444,.1225,0,.51111],915:[0,.68333,.13305,0,.62722],916:[0,.68333,0,0,.81777],920:[0,.68333,.09403,0,.76666],923:[0,.68333,0,0,.69222],926:[0,.68333,.15294,0,.66444],928:[0,.68333,.16389,0,.74333],931:[0,.68333,.12028,0,.71555],933:[0,.68333,.11111,0,.76666],934:[0,.68333,.05986,0,.71555],936:[0,.68333,.11111,0,.76666],937:[0,.68333,.10257,0,.71555],8211:[0,.43056,.09208,0,.51111],8212:[0,.43056,.09208,0,1.02222],8216:[0,.69444,.12417,0,.30667],8217:[0,.69444,.12417,0,.30667],8220:[0,.69444,.1685,0,.51444],8221:[0,.69444,.06961,0,.51444],8463:[0,.68889,0,0,.54028]},"Main-Regular":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.27778],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.77778],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.19444,.10556,0,0,.27778],45:[0,.43056,0,0,.33333],46:[0,.10556,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.64444,0,0,.5],49:[0,.64444,0,0,.5],50:[0,.64444,0,0,.5],51:[0,.64444,0,0,.5],52:[0,.64444,0,0,.5],53:[0,.64444,0,0,.5],54:[0,.64444,0,0,.5],55:[0,.64444,0,0,.5],56:[0,.64444,0,0,.5],57:[0,.64444,0,0,.5],58:[0,.43056,0,0,.27778],59:[.19444,.43056,0,0,.27778],60:[.0391,.5391,0,0,.77778],61:[-.13313,.36687,0,0,.77778],62:[.0391,.5391,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.77778],65:[0,.68333,0,0,.75],66:[0,.68333,0,0,.70834],67:[0,.68333,0,0,.72222],68:[0,.68333,0,0,.76389],69:[0,.68333,0,0,.68056],70:[0,.68333,0,0,.65278],71:[0,.68333,0,0,.78472],72:[0,.68333,0,0,.75],73:[0,.68333,0,0,.36111],74:[0,.68333,0,0,.51389],75:[0,.68333,0,0,.77778],76:[0,.68333,0,0,.625],77:[0,.68333,0,0,.91667],78:[0,.68333,0,0,.75],79:[0,.68333,0,0,.77778],80:[0,.68333,0,0,.68056],81:[.19444,.68333,0,0,.77778],82:[0,.68333,0,0,.73611],83:[0,.68333,0,0,.55556],84:[0,.68333,0,0,.72222],85:[0,.68333,0,0,.75],86:[0,.68333,.01389,0,.75],87:[0,.68333,.01389,0,1.02778],88:[0,.68333,0,0,.75],89:[0,.68333,.025,0,.75],90:[0,.68333,0,0,.61111],91:[.25,.75,0,0,.27778],92:[.25,.75,0,0,.5],93:[.25,.75,0,0,.27778],94:[0,.69444,0,0,.5],95:[.31,.12056,.02778,0,.5],97:[0,.43056,0,0,.5],98:[0,.69444,0,0,.55556],99:[0,.43056,0,0,.44445],100:[0,.69444,0,0,.55556],101:[0,.43056,0,0,.44445],102:[0,.69444,.07778,0,.30556],103:[.19444,.43056,.01389,0,.5],104:[0,.69444,0,0,.55556],105:[0,.66786,0,0,.27778],106:[.19444,.66786,0,0,.30556],107:[0,.69444,0,0,.52778],108:[0,.69444,0,0,.27778],109:[0,.43056,0,0,.83334],110:[0,.43056,0,0,.55556],111:[0,.43056,0,0,.5],112:[.19444,.43056,0,0,.55556],113:[.19444,.43056,0,0,.52778],114:[0,.43056,0,0,.39167],115:[0,.43056,0,0,.39445],116:[0,.61508,0,0,.38889],117:[0,.43056,0,0,.55556],118:[0,.43056,.01389,0,.52778],119:[0,.43056,.01389,0,.72222],120:[0,.43056,0,0,.52778],121:[.19444,.43056,.01389,0,.52778],122:[0,.43056,0,0,.44445],123:[.25,.75,0,0,.5],124:[.25,.75,0,0,.27778],125:[.25,.75,0,0,.5],126:[.35,.31786,0,0,.5],160:[0,0,0,0,.25],163:[0,.69444,0,0,.76909],167:[.19444,.69444,0,0,.44445],168:[0,.66786,0,0,.5],172:[0,.43056,0,0,.66667],176:[0,.69444,0,0,.75],177:[.08333,.58333,0,0,.77778],182:[.19444,.69444,0,0,.61111],184:[.17014,0,0,0,.44445],198:[0,.68333,0,0,.90278],215:[.08333,.58333,0,0,.77778],216:[.04861,.73194,0,0,.77778],223:[0,.69444,0,0,.5],230:[0,.43056,0,0,.72222],247:[.08333,.58333,0,0,.77778],248:[.09722,.52778,0,0,.5],305:[0,.43056,0,0,.27778],338:[0,.68333,0,0,1.01389],339:[0,.43056,0,0,.77778],567:[.19444,.43056,0,0,.30556],710:[0,.69444,0,0,.5],711:[0,.62847,0,0,.5],713:[0,.56778,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.66786,0,0,.27778],730:[0,.69444,0,0,.75],732:[0,.66786,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.68333,0,0,.625],916:[0,.68333,0,0,.83334],920:[0,.68333,0,0,.77778],923:[0,.68333,0,0,.69445],926:[0,.68333,0,0,.66667],928:[0,.68333,0,0,.75],931:[0,.68333,0,0,.72222],933:[0,.68333,0,0,.77778],934:[0,.68333,0,0,.72222],936:[0,.68333,0,0,.77778],937:[0,.68333,0,0,.72222],8211:[0,.43056,.02778,0,.5],8212:[0,.43056,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5],8224:[.19444,.69444,0,0,.44445],8225:[.19444,.69444,0,0,.44445],8230:[0,.123,0,0,1.172],8242:[0,.55556,0,0,.275],8407:[0,.71444,.15382,0,.5],8463:[0,.68889,0,0,.54028],8465:[0,.69444,0,0,.72222],8467:[0,.69444,0,.11111,.41667],8472:[.19444,.43056,0,.11111,.63646],8476:[0,.69444,0,0,.72222],8501:[0,.69444,0,0,.61111],8592:[-.13313,.36687,0,0,1],8593:[.19444,.69444,0,0,.5],8594:[-.13313,.36687,0,0,1],8595:[.19444,.69444,0,0,.5],8596:[-.13313,.36687,0,0,1],8597:[.25,.75,0,0,.5],8598:[.19444,.69444,0,0,1],8599:[.19444,.69444,0,0,1],8600:[.19444,.69444,0,0,1],8601:[.19444,.69444,0,0,1],8614:[.011,.511,0,0,1],8617:[.011,.511,0,0,1.126],8618:[.011,.511,0,0,1.126],8636:[-.13313,.36687,0,0,1],8637:[-.13313,.36687,0,0,1],8640:[-.13313,.36687,0,0,1],8641:[-.13313,.36687,0,0,1],8652:[.011,.671,0,0,1],8656:[-.13313,.36687,0,0,1],8657:[.19444,.69444,0,0,.61111],8658:[-.13313,.36687,0,0,1],8659:[.19444,.69444,0,0,.61111],8660:[-.13313,.36687,0,0,1],8661:[.25,.75,0,0,.61111],8704:[0,.69444,0,0,.55556],8706:[0,.69444,.05556,.08334,.5309],8707:[0,.69444,0,0,.55556],8709:[.05556,.75,0,0,.5],8711:[0,.68333,0,0,.83334],8712:[.0391,.5391,0,0,.66667],8715:[.0391,.5391,0,0,.66667],8722:[.08333,.58333,0,0,.77778],8723:[.08333,.58333,0,0,.77778],8725:[.25,.75,0,0,.5],8726:[.25,.75,0,0,.5],8727:[-.03472,.46528,0,0,.5],8728:[-.05555,.44445,0,0,.5],8729:[-.05555,.44445,0,0,.5],8730:[.2,.8,0,0,.83334],8733:[0,.43056,0,0,.77778],8734:[0,.43056,0,0,1],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.27778],8741:[.25,.75,0,0,.5],8743:[0,.55556,0,0,.66667],8744:[0,.55556,0,0,.66667],8745:[0,.55556,0,0,.66667],8746:[0,.55556,0,0,.66667],8747:[.19444,.69444,.11111,0,.41667],8764:[-.13313,.36687,0,0,.77778],8768:[.19444,.69444,0,0,.27778],8771:[-.03625,.46375,0,0,.77778],8773:[-.022,.589,0,0,.778],8776:[-.01688,.48312,0,0,.77778],8781:[-.03625,.46375,0,0,.77778],8784:[-.133,.673,0,0,.778],8801:[-.03625,.46375,0,0,.77778],8804:[.13597,.63597,0,0,.77778],8805:[.13597,.63597,0,0,.77778],8810:[.0391,.5391,0,0,1],8811:[.0391,.5391,0,0,1],8826:[.0391,.5391,0,0,.77778],8827:[.0391,.5391,0,0,.77778],8834:[.0391,.5391,0,0,.77778],8835:[.0391,.5391,0,0,.77778],8838:[.13597,.63597,0,0,.77778],8839:[.13597,.63597,0,0,.77778],8846:[0,.55556,0,0,.66667],8849:[.13597,.63597,0,0,.77778],8850:[.13597,.63597,0,0,.77778],8851:[0,.55556,0,0,.66667],8852:[0,.55556,0,0,.66667],8853:[.08333,.58333,0,0,.77778],8854:[.08333,.58333,0,0,.77778],8855:[.08333,.58333,0,0,.77778],8856:[.08333,.58333,0,0,.77778],8857:[.08333,.58333,0,0,.77778],8866:[0,.69444,0,0,.61111],8867:[0,.69444,0,0,.61111],8868:[0,.69444,0,0,.77778],8869:[0,.69444,0,0,.77778],8872:[.249,.75,0,0,.867],8900:[-.05555,.44445,0,0,.5],8901:[-.05555,.44445,0,0,.27778],8902:[-.03472,.46528,0,0,.5],8904:[.005,.505,0,0,.9],8942:[.03,.903,0,0,.278],8943:[-.19,.313,0,0,1.172],8945:[-.1,.823,0,0,1.282],8968:[.25,.75,0,0,.44445],8969:[.25,.75,0,0,.44445],8970:[.25,.75,0,0,.44445],8971:[.25,.75,0,0,.44445],8994:[-.14236,.35764,0,0,1],8995:[-.14236,.35764,0,0,1],9136:[.244,.744,0,0,.412],9137:[.244,.745,0,0,.412],9651:[.19444,.69444,0,0,.88889],9657:[-.03472,.46528,0,0,.5],9661:[.19444,.69444,0,0,.88889],9667:[-.03472,.46528,0,0,.5],9711:[.19444,.69444,0,0,1],9824:[.12963,.69444,0,0,.77778],9825:[.12963,.69444,0,0,.77778],9826:[.12963,.69444,0,0,.77778],9827:[.12963,.69444,0,0,.77778],9837:[0,.75,0,0,.38889],9838:[.19444,.69444,0,0,.38889],9839:[.19444,.69444,0,0,.38889],10216:[.25,.75,0,0,.38889],10217:[.25,.75,0,0,.38889],10222:[.244,.744,0,0,.412],10223:[.244,.745,0,0,.412],10229:[.011,.511,0,0,1.609],10230:[.011,.511,0,0,1.638],10231:[.011,.511,0,0,1.859],10232:[.024,.525,0,0,1.609],10233:[.024,.525,0,0,1.638],10234:[.024,.525,0,0,1.858],10236:[.011,.511,0,0,1.638],10815:[0,.68333,0,0,.75],10927:[.13597,.63597,0,0,.77778],10928:[.13597,.63597,0,0,.77778],57376:[.19444,.69444,0,0,0]},"Math-BoldItalic":{32:[0,0,0,0,.25],48:[0,.44444,0,0,.575],49:[0,.44444,0,0,.575],50:[0,.44444,0,0,.575],51:[.19444,.44444,0,0,.575],52:[.19444,.44444,0,0,.575],53:[.19444,.44444,0,0,.575],54:[0,.64444,0,0,.575],55:[.19444,.44444,0,0,.575],56:[0,.64444,0,0,.575],57:[.19444,.44444,0,0,.575],65:[0,.68611,0,0,.86944],66:[0,.68611,.04835,0,.8664],67:[0,.68611,.06979,0,.81694],68:[0,.68611,.03194,0,.93812],69:[0,.68611,.05451,0,.81007],70:[0,.68611,.15972,0,.68889],71:[0,.68611,0,0,.88673],72:[0,.68611,.08229,0,.98229],73:[0,.68611,.07778,0,.51111],74:[0,.68611,.10069,0,.63125],75:[0,.68611,.06979,0,.97118],76:[0,.68611,0,0,.75555],77:[0,.68611,.11424,0,1.14201],78:[0,.68611,.11424,0,.95034],79:[0,.68611,.03194,0,.83666],80:[0,.68611,.15972,0,.72309],81:[.19444,.68611,0,0,.86861],82:[0,.68611,.00421,0,.87235],83:[0,.68611,.05382,0,.69271],84:[0,.68611,.15972,0,.63663],85:[0,.68611,.11424,0,.80027],86:[0,.68611,.25555,0,.67778],87:[0,.68611,.15972,0,1.09305],88:[0,.68611,.07778,0,.94722],89:[0,.68611,.25555,0,.67458],90:[0,.68611,.06979,0,.77257],97:[0,.44444,0,0,.63287],98:[0,.69444,0,0,.52083],99:[0,.44444,0,0,.51342],100:[0,.69444,0,0,.60972],101:[0,.44444,0,0,.55361],102:[.19444,.69444,.11042,0,.56806],103:[.19444,.44444,.03704,0,.5449],104:[0,.69444,0,0,.66759],105:[0,.69326,0,0,.4048],106:[.19444,.69326,.0622,0,.47083],107:[0,.69444,.01852,0,.6037],108:[0,.69444,.0088,0,.34815],109:[0,.44444,0,0,1.0324],110:[0,.44444,0,0,.71296],111:[0,.44444,0,0,.58472],112:[.19444,.44444,0,0,.60092],113:[.19444,.44444,.03704,0,.54213],114:[0,.44444,.03194,0,.5287],115:[0,.44444,0,0,.53125],116:[0,.63492,0,0,.41528],117:[0,.44444,0,0,.68102],118:[0,.44444,.03704,0,.56666],119:[0,.44444,.02778,0,.83148],120:[0,.44444,0,0,.65903],121:[.19444,.44444,.03704,0,.59028],122:[0,.44444,.04213,0,.55509],160:[0,0,0,0,.25],915:[0,.68611,.15972,0,.65694],916:[0,.68611,0,0,.95833],920:[0,.68611,.03194,0,.86722],923:[0,.68611,0,0,.80555],926:[0,.68611,.07458,0,.84125],928:[0,.68611,.08229,0,.98229],931:[0,.68611,.05451,0,.88507],933:[0,.68611,.15972,0,.67083],934:[0,.68611,0,0,.76666],936:[0,.68611,.11653,0,.71402],937:[0,.68611,.04835,0,.8789],945:[0,.44444,0,0,.76064],946:[.19444,.69444,.03403,0,.65972],947:[.19444,.44444,.06389,0,.59003],948:[0,.69444,.03819,0,.52222],949:[0,.44444,0,0,.52882],950:[.19444,.69444,.06215,0,.50833],951:[.19444,.44444,.03704,0,.6],952:[0,.69444,.03194,0,.5618],953:[0,.44444,0,0,.41204],954:[0,.44444,0,0,.66759],955:[0,.69444,0,0,.67083],956:[.19444,.44444,0,0,.70787],957:[0,.44444,.06898,0,.57685],958:[.19444,.69444,.03021,0,.50833],959:[0,.44444,0,0,.58472],960:[0,.44444,.03704,0,.68241],961:[.19444,.44444,0,0,.6118],962:[.09722,.44444,.07917,0,.42361],963:[0,.44444,.03704,0,.68588],964:[0,.44444,.13472,0,.52083],965:[0,.44444,.03704,0,.63055],966:[.19444,.44444,0,0,.74722],967:[.19444,.44444,0,0,.71805],968:[.19444,.69444,.03704,0,.75833],969:[0,.44444,.03704,0,.71782],977:[0,.69444,0,0,.69155],981:[.19444,.69444,0,0,.7125],982:[0,.44444,.03194,0,.975],1009:[.19444,.44444,0,0,.6118],1013:[0,.44444,0,0,.48333],57649:[0,.44444,0,0,.39352],57911:[.19444,.44444,0,0,.43889]},"Math-Italic":{32:[0,0,0,0,.25],48:[0,.43056,0,0,.5],49:[0,.43056,0,0,.5],50:[0,.43056,0,0,.5],51:[.19444,.43056,0,0,.5],52:[.19444,.43056,0,0,.5],53:[.19444,.43056,0,0,.5],54:[0,.64444,0,0,.5],55:[.19444,.43056,0,0,.5],56:[0,.64444,0,0,.5],57:[.19444,.43056,0,0,.5],65:[0,.68333,0,.13889,.75],66:[0,.68333,.05017,.08334,.75851],67:[0,.68333,.07153,.08334,.71472],68:[0,.68333,.02778,.05556,.82792],69:[0,.68333,.05764,.08334,.7382],70:[0,.68333,.13889,.08334,.64306],71:[0,.68333,0,.08334,.78625],72:[0,.68333,.08125,.05556,.83125],73:[0,.68333,.07847,.11111,.43958],74:[0,.68333,.09618,.16667,.55451],75:[0,.68333,.07153,.05556,.84931],76:[0,.68333,0,.02778,.68056],77:[0,.68333,.10903,.08334,.97014],78:[0,.68333,.10903,.08334,.80347],79:[0,.68333,.02778,.08334,.76278],80:[0,.68333,.13889,.08334,.64201],81:[.19444,.68333,0,.08334,.79056],82:[0,.68333,.00773,.08334,.75929],83:[0,.68333,.05764,.08334,.6132],84:[0,.68333,.13889,.08334,.58438],85:[0,.68333,.10903,.02778,.68278],86:[0,.68333,.22222,0,.58333],87:[0,.68333,.13889,0,.94445],88:[0,.68333,.07847,.08334,.82847],89:[0,.68333,.22222,0,.58056],90:[0,.68333,.07153,.08334,.68264],97:[0,.43056,0,0,.52859],98:[0,.69444,0,0,.42917],99:[0,.43056,0,.05556,.43276],100:[0,.69444,0,.16667,.52049],101:[0,.43056,0,.05556,.46563],102:[.19444,.69444,.10764,.16667,.48959],103:[.19444,.43056,.03588,.02778,.47697],104:[0,.69444,0,0,.57616],105:[0,.65952,0,0,.34451],106:[.19444,.65952,.05724,0,.41181],107:[0,.69444,.03148,0,.5206],108:[0,.69444,.01968,.08334,.29838],109:[0,.43056,0,0,.87801],110:[0,.43056,0,0,.60023],111:[0,.43056,0,.05556,.48472],112:[.19444,.43056,0,.08334,.50313],113:[.19444,.43056,.03588,.08334,.44641],114:[0,.43056,.02778,.05556,.45116],115:[0,.43056,0,.05556,.46875],116:[0,.61508,0,.08334,.36111],117:[0,.43056,0,.02778,.57246],118:[0,.43056,.03588,.02778,.48472],119:[0,.43056,.02691,.08334,.71592],120:[0,.43056,0,.02778,.57153],121:[.19444,.43056,.03588,.05556,.49028],122:[0,.43056,.04398,.05556,.46505],160:[0,0,0,0,.25],915:[0,.68333,.13889,.08334,.61528],916:[0,.68333,0,.16667,.83334],920:[0,.68333,.02778,.08334,.76278],923:[0,.68333,0,.16667,.69445],926:[0,.68333,.07569,.08334,.74236],928:[0,.68333,.08125,.05556,.83125],931:[0,.68333,.05764,.08334,.77986],933:[0,.68333,.13889,.05556,.58333],934:[0,.68333,0,.08334,.66667],936:[0,.68333,.11,.05556,.61222],937:[0,.68333,.05017,.08334,.7724],945:[0,.43056,.0037,.02778,.6397],946:[.19444,.69444,.05278,.08334,.56563],947:[.19444,.43056,.05556,0,.51773],948:[0,.69444,.03785,.05556,.44444],949:[0,.43056,0,.08334,.46632],950:[.19444,.69444,.07378,.08334,.4375],951:[.19444,.43056,.03588,.05556,.49653],952:[0,.69444,.02778,.08334,.46944],953:[0,.43056,0,.05556,.35394],954:[0,.43056,0,0,.57616],955:[0,.69444,0,0,.58334],956:[.19444,.43056,0,.02778,.60255],957:[0,.43056,.06366,.02778,.49398],958:[.19444,.69444,.04601,.11111,.4375],959:[0,.43056,0,.05556,.48472],960:[0,.43056,.03588,0,.57003],961:[.19444,.43056,0,.08334,.51702],962:[.09722,.43056,.07986,.08334,.36285],963:[0,.43056,.03588,0,.57141],964:[0,.43056,.1132,.02778,.43715],965:[0,.43056,.03588,.02778,.54028],966:[.19444,.43056,0,.08334,.65417],967:[.19444,.43056,0,.05556,.62569],968:[.19444,.69444,.03588,.11111,.65139],969:[0,.43056,.03588,0,.62245],977:[0,.69444,0,.08334,.59144],981:[.19444,.69444,0,.08334,.59583],982:[0,.43056,.02778,0,.82813],1009:[.19444,.43056,0,.08334,.51702],1013:[0,.43056,0,.05556,.4059],57649:[0,.43056,0,.02778,.32246],57911:[.19444,.43056,0,.08334,.38403]},"SansSerif-Bold":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.36667],34:[0,.69444,0,0,.55834],35:[.19444,.69444,0,0,.91667],36:[.05556,.75,0,0,.55],37:[.05556,.75,0,0,1.02912],38:[0,.69444,0,0,.83056],39:[0,.69444,0,0,.30556],40:[.25,.75,0,0,.42778],41:[.25,.75,0,0,.42778],42:[0,.75,0,0,.55],43:[.11667,.61667,0,0,.85556],44:[.10556,.13056,0,0,.30556],45:[0,.45833,0,0,.36667],46:[0,.13056,0,0,.30556],47:[.25,.75,0,0,.55],48:[0,.69444,0,0,.55],49:[0,.69444,0,0,.55],50:[0,.69444,0,0,.55],51:[0,.69444,0,0,.55],52:[0,.69444,0,0,.55],53:[0,.69444,0,0,.55],54:[0,.69444,0,0,.55],55:[0,.69444,0,0,.55],56:[0,.69444,0,0,.55],57:[0,.69444,0,0,.55],58:[0,.45833,0,0,.30556],59:[.10556,.45833,0,0,.30556],61:[-.09375,.40625,0,0,.85556],63:[0,.69444,0,0,.51945],64:[0,.69444,0,0,.73334],65:[0,.69444,0,0,.73334],66:[0,.69444,0,0,.73334],67:[0,.69444,0,0,.70278],68:[0,.69444,0,0,.79445],69:[0,.69444,0,0,.64167],70:[0,.69444,0,0,.61111],71:[0,.69444,0,0,.73334],72:[0,.69444,0,0,.79445],73:[0,.69444,0,0,.33056],74:[0,.69444,0,0,.51945],75:[0,.69444,0,0,.76389],76:[0,.69444,0,0,.58056],77:[0,.69444,0,0,.97778],78:[0,.69444,0,0,.79445],79:[0,.69444,0,0,.79445],80:[0,.69444,0,0,.70278],81:[.10556,.69444,0,0,.79445],82:[0,.69444,0,0,.70278],83:[0,.69444,0,0,.61111],84:[0,.69444,0,0,.73334],85:[0,.69444,0,0,.76389],86:[0,.69444,.01528,0,.73334],87:[0,.69444,.01528,0,1.03889],88:[0,.69444,0,0,.73334],89:[0,.69444,.0275,0,.73334],90:[0,.69444,0,0,.67223],91:[.25,.75,0,0,.34306],93:[.25,.75,0,0,.34306],94:[0,.69444,0,0,.55],95:[.35,.10833,.03056,0,.55],97:[0,.45833,0,0,.525],98:[0,.69444,0,0,.56111],99:[0,.45833,0,0,.48889],100:[0,.69444,0,0,.56111],101:[0,.45833,0,0,.51111],102:[0,.69444,.07639,0,.33611],103:[.19444,.45833,.01528,0,.55],104:[0,.69444,0,0,.56111],105:[0,.69444,0,0,.25556],106:[.19444,.69444,0,0,.28611],107:[0,.69444,0,0,.53056],108:[0,.69444,0,0,.25556],109:[0,.45833,0,0,.86667],110:[0,.45833,0,0,.56111],111:[0,.45833,0,0,.55],112:[.19444,.45833,0,0,.56111],113:[.19444,.45833,0,0,.56111],114:[0,.45833,.01528,0,.37222],115:[0,.45833,0,0,.42167],116:[0,.58929,0,0,.40417],117:[0,.45833,0,0,.56111],118:[0,.45833,.01528,0,.5],119:[0,.45833,.01528,0,.74445],120:[0,.45833,0,0,.5],121:[.19444,.45833,.01528,0,.5],122:[0,.45833,0,0,.47639],126:[.35,.34444,0,0,.55],160:[0,0,0,0,.25],168:[0,.69444,0,0,.55],176:[0,.69444,0,0,.73334],180:[0,.69444,0,0,.55],184:[.17014,0,0,0,.48889],305:[0,.45833,0,0,.25556],567:[.19444,.45833,0,0,.28611],710:[0,.69444,0,0,.55],711:[0,.63542,0,0,.55],713:[0,.63778,0,0,.55],728:[0,.69444,0,0,.55],729:[0,.69444,0,0,.30556],730:[0,.69444,0,0,.73334],732:[0,.69444,0,0,.55],733:[0,.69444,0,0,.55],915:[0,.69444,0,0,.58056],916:[0,.69444,0,0,.91667],920:[0,.69444,0,0,.85556],923:[0,.69444,0,0,.67223],926:[0,.69444,0,0,.73334],928:[0,.69444,0,0,.79445],931:[0,.69444,0,0,.79445],933:[0,.69444,0,0,.85556],934:[0,.69444,0,0,.79445],936:[0,.69444,0,0,.85556],937:[0,.69444,0,0,.79445],8211:[0,.45833,.03056,0,.55],8212:[0,.45833,.03056,0,1.10001],8216:[0,.69444,0,0,.30556],8217:[0,.69444,0,0,.30556],8220:[0,.69444,0,0,.55834],8221:[0,.69444,0,0,.55834]},"SansSerif-Italic":{32:[0,0,0,0,.25],33:[0,.69444,.05733,0,.31945],34:[0,.69444,.00316,0,.5],35:[.19444,.69444,.05087,0,.83334],36:[.05556,.75,.11156,0,.5],37:[.05556,.75,.03126,0,.83334],38:[0,.69444,.03058,0,.75834],39:[0,.69444,.07816,0,.27778],40:[.25,.75,.13164,0,.38889],41:[.25,.75,.02536,0,.38889],42:[0,.75,.11775,0,.5],43:[.08333,.58333,.02536,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,.01946,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,.13164,0,.5],48:[0,.65556,.11156,0,.5],49:[0,.65556,.11156,0,.5],50:[0,.65556,.11156,0,.5],51:[0,.65556,.11156,0,.5],52:[0,.65556,.11156,0,.5],53:[0,.65556,.11156,0,.5],54:[0,.65556,.11156,0,.5],55:[0,.65556,.11156,0,.5],56:[0,.65556,.11156,0,.5],57:[0,.65556,.11156,0,.5],58:[0,.44444,.02502,0,.27778],59:[.125,.44444,.02502,0,.27778],61:[-.13,.37,.05087,0,.77778],63:[0,.69444,.11809,0,.47222],64:[0,.69444,.07555,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,.08293,0,.66667],67:[0,.69444,.11983,0,.63889],68:[0,.69444,.07555,0,.72223],69:[0,.69444,.11983,0,.59722],70:[0,.69444,.13372,0,.56945],71:[0,.69444,.11983,0,.66667],72:[0,.69444,.08094,0,.70834],73:[0,.69444,.13372,0,.27778],74:[0,.69444,.08094,0,.47222],75:[0,.69444,.11983,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,.08094,0,.875],78:[0,.69444,.08094,0,.70834],79:[0,.69444,.07555,0,.73611],80:[0,.69444,.08293,0,.63889],81:[.125,.69444,.07555,0,.73611],82:[0,.69444,.08293,0,.64584],83:[0,.69444,.09205,0,.55556],84:[0,.69444,.13372,0,.68056],85:[0,.69444,.08094,0,.6875],86:[0,.69444,.1615,0,.66667],87:[0,.69444,.1615,0,.94445],88:[0,.69444,.13372,0,.66667],89:[0,.69444,.17261,0,.66667],90:[0,.69444,.11983,0,.61111],91:[.25,.75,.15942,0,.28889],93:[.25,.75,.08719,0,.28889],94:[0,.69444,.0799,0,.5],95:[.35,.09444,.08616,0,.5],97:[0,.44444,.00981,0,.48056],98:[0,.69444,.03057,0,.51667],99:[0,.44444,.08336,0,.44445],100:[0,.69444,.09483,0,.51667],101:[0,.44444,.06778,0,.44445],102:[0,.69444,.21705,0,.30556],103:[.19444,.44444,.10836,0,.5],104:[0,.69444,.01778,0,.51667],105:[0,.67937,.09718,0,.23889],106:[.19444,.67937,.09162,0,.26667],107:[0,.69444,.08336,0,.48889],108:[0,.69444,.09483,0,.23889],109:[0,.44444,.01778,0,.79445],110:[0,.44444,.01778,0,.51667],111:[0,.44444,.06613,0,.5],112:[.19444,.44444,.0389,0,.51667],113:[.19444,.44444,.04169,0,.51667],114:[0,.44444,.10836,0,.34167],115:[0,.44444,.0778,0,.38333],116:[0,.57143,.07225,0,.36111],117:[0,.44444,.04169,0,.51667],118:[0,.44444,.10836,0,.46111],119:[0,.44444,.10836,0,.68334],120:[0,.44444,.09169,0,.46111],121:[.19444,.44444,.10836,0,.46111],122:[0,.44444,.08752,0,.43472],126:[.35,.32659,.08826,0,.5],160:[0,0,0,0,.25],168:[0,.67937,.06385,0,.5],176:[0,.69444,0,0,.73752],184:[.17014,0,0,0,.44445],305:[0,.44444,.04169,0,.23889],567:[.19444,.44444,.04169,0,.26667],710:[0,.69444,.0799,0,.5],711:[0,.63194,.08432,0,.5],713:[0,.60889,.08776,0,.5],714:[0,.69444,.09205,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,.09483,0,.5],729:[0,.67937,.07774,0,.27778],730:[0,.69444,0,0,.73752],732:[0,.67659,.08826,0,.5],733:[0,.69444,.09205,0,.5],915:[0,.69444,.13372,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,.07555,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,.12816,0,.66667],928:[0,.69444,.08094,0,.70834],931:[0,.69444,.11983,0,.72222],933:[0,.69444,.09031,0,.77778],934:[0,.69444,.04603,0,.72222],936:[0,.69444,.09031,0,.77778],937:[0,.69444,.08293,0,.72222],8211:[0,.44444,.08616,0,.5],8212:[0,.44444,.08616,0,1],8216:[0,.69444,.07816,0,.27778],8217:[0,.69444,.07816,0,.27778],8220:[0,.69444,.14205,0,.5],8221:[0,.69444,.00316,0,.5]},"SansSerif-Regular":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.31945],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.75834],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,0,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.65556,0,0,.5],49:[0,.65556,0,0,.5],50:[0,.65556,0,0,.5],51:[0,.65556,0,0,.5],52:[0,.65556,0,0,.5],53:[0,.65556,0,0,.5],54:[0,.65556,0,0,.5],55:[0,.65556,0,0,.5],56:[0,.65556,0,0,.5],57:[0,.65556,0,0,.5],58:[0,.44444,0,0,.27778],59:[.125,.44444,0,0,.27778],61:[-.13,.37,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,0,0,.66667],67:[0,.69444,0,0,.63889],68:[0,.69444,0,0,.72223],69:[0,.69444,0,0,.59722],70:[0,.69444,0,0,.56945],71:[0,.69444,0,0,.66667],72:[0,.69444,0,0,.70834],73:[0,.69444,0,0,.27778],74:[0,.69444,0,0,.47222],75:[0,.69444,0,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,0,0,.875],78:[0,.69444,0,0,.70834],79:[0,.69444,0,0,.73611],80:[0,.69444,0,0,.63889],81:[.125,.69444,0,0,.73611],82:[0,.69444,0,0,.64584],83:[0,.69444,0,0,.55556],84:[0,.69444,0,0,.68056],85:[0,.69444,0,0,.6875],86:[0,.69444,.01389,0,.66667],87:[0,.69444,.01389,0,.94445],88:[0,.69444,0,0,.66667],89:[0,.69444,.025,0,.66667],90:[0,.69444,0,0,.61111],91:[.25,.75,0,0,.28889],93:[.25,.75,0,0,.28889],94:[0,.69444,0,0,.5],95:[.35,.09444,.02778,0,.5],97:[0,.44444,0,0,.48056],98:[0,.69444,0,0,.51667],99:[0,.44444,0,0,.44445],100:[0,.69444,0,0,.51667],101:[0,.44444,0,0,.44445],102:[0,.69444,.06944,0,.30556],103:[.19444,.44444,.01389,0,.5],104:[0,.69444,0,0,.51667],105:[0,.67937,0,0,.23889],106:[.19444,.67937,0,0,.26667],107:[0,.69444,0,0,.48889],108:[0,.69444,0,0,.23889],109:[0,.44444,0,0,.79445],110:[0,.44444,0,0,.51667],111:[0,.44444,0,0,.5],112:[.19444,.44444,0,0,.51667],113:[.19444,.44444,0,0,.51667],114:[0,.44444,.01389,0,.34167],115:[0,.44444,0,0,.38333],116:[0,.57143,0,0,.36111],117:[0,.44444,0,0,.51667],118:[0,.44444,.01389,0,.46111],119:[0,.44444,.01389,0,.68334],120:[0,.44444,0,0,.46111],121:[.19444,.44444,.01389,0,.46111],122:[0,.44444,0,0,.43472],126:[.35,.32659,0,0,.5],160:[0,0,0,0,.25],168:[0,.67937,0,0,.5],176:[0,.69444,0,0,.66667],184:[.17014,0,0,0,.44445],305:[0,.44444,0,0,.23889],567:[.19444,.44444,0,0,.26667],710:[0,.69444,0,0,.5],711:[0,.63194,0,0,.5],713:[0,.60889,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.67937,0,0,.27778],730:[0,.69444,0,0,.66667],732:[0,.67659,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.69444,0,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,0,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,0,0,.66667],928:[0,.69444,0,0,.70834],931:[0,.69444,0,0,.72222],933:[0,.69444,0,0,.77778],934:[0,.69444,0,0,.72222],936:[0,.69444,0,0,.77778],937:[0,.69444,0,0,.72222],8211:[0,.44444,.02778,0,.5],8212:[0,.44444,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5]},"Script-Regular":{32:[0,0,0,0,.25],65:[0,.7,.22925,0,.80253],66:[0,.7,.04087,0,.90757],67:[0,.7,.1689,0,.66619],68:[0,.7,.09371,0,.77443],69:[0,.7,.18583,0,.56162],70:[0,.7,.13634,0,.89544],71:[0,.7,.17322,0,.60961],72:[0,.7,.29694,0,.96919],73:[0,.7,.19189,0,.80907],74:[.27778,.7,.19189,0,1.05159],75:[0,.7,.31259,0,.91364],76:[0,.7,.19189,0,.87373],77:[0,.7,.15981,0,1.08031],78:[0,.7,.3525,0,.9015],79:[0,.7,.08078,0,.73787],80:[0,.7,.08078,0,1.01262],81:[0,.7,.03305,0,.88282],82:[0,.7,.06259,0,.85],83:[0,.7,.19189,0,.86767],84:[0,.7,.29087,0,.74697],85:[0,.7,.25815,0,.79996],86:[0,.7,.27523,0,.62204],87:[0,.7,.27523,0,.80532],88:[0,.7,.26006,0,.94445],89:[0,.7,.2939,0,.70961],90:[0,.7,.24037,0,.8212],160:[0,0,0,0,.25]},"Size1-Regular":{32:[0,0,0,0,.25],40:[.35001,.85,0,0,.45834],41:[.35001,.85,0,0,.45834],47:[.35001,.85,0,0,.57778],91:[.35001,.85,0,0,.41667],92:[.35001,.85,0,0,.57778],93:[.35001,.85,0,0,.41667],123:[.35001,.85,0,0,.58334],125:[.35001,.85,0,0,.58334],160:[0,0,0,0,.25],710:[0,.72222,0,0,.55556],732:[0,.72222,0,0,.55556],770:[0,.72222,0,0,.55556],771:[0,.72222,0,0,.55556],8214:[-99e-5,.601,0,0,.77778],8593:[1e-5,.6,0,0,.66667],8595:[1e-5,.6,0,0,.66667],8657:[1e-5,.6,0,0,.77778],8659:[1e-5,.6,0,0,.77778],8719:[.25001,.75,0,0,.94445],8720:[.25001,.75,0,0,.94445],8721:[.25001,.75,0,0,1.05556],8730:[.35001,.85,0,0,1],8739:[-.00599,.606,0,0,.33333],8741:[-.00599,.606,0,0,.55556],8747:[.30612,.805,.19445,0,.47222],8748:[.306,.805,.19445,0,.47222],8749:[.306,.805,.19445,0,.47222],8750:[.30612,.805,.19445,0,.47222],8896:[.25001,.75,0,0,.83334],8897:[.25001,.75,0,0,.83334],8898:[.25001,.75,0,0,.83334],8899:[.25001,.75,0,0,.83334],8968:[.35001,.85,0,0,.47222],8969:[.35001,.85,0,0,.47222],8970:[.35001,.85,0,0,.47222],8971:[.35001,.85,0,0,.47222],9168:[-99e-5,.601,0,0,.66667],10216:[.35001,.85,0,0,.47222],10217:[.35001,.85,0,0,.47222],10752:[.25001,.75,0,0,1.11111],10753:[.25001,.75,0,0,1.11111],10754:[.25001,.75,0,0,1.11111],10756:[.25001,.75,0,0,.83334],10758:[.25001,.75,0,0,.83334]},"Size2-Regular":{32:[0,0,0,0,.25],40:[.65002,1.15,0,0,.59722],41:[.65002,1.15,0,0,.59722],47:[.65002,1.15,0,0,.81111],91:[.65002,1.15,0,0,.47222],92:[.65002,1.15,0,0,.81111],93:[.65002,1.15,0,0,.47222],123:[.65002,1.15,0,0,.66667],125:[.65002,1.15,0,0,.66667],160:[0,0,0,0,.25],710:[0,.75,0,0,1],732:[0,.75,0,0,1],770:[0,.75,0,0,1],771:[0,.75,0,0,1],8719:[.55001,1.05,0,0,1.27778],8720:[.55001,1.05,0,0,1.27778],8721:[.55001,1.05,0,0,1.44445],8730:[.65002,1.15,0,0,1],8747:[.86225,1.36,.44445,0,.55556],8748:[.862,1.36,.44445,0,.55556],8749:[.862,1.36,.44445,0,.55556],8750:[.86225,1.36,.44445,0,.55556],8896:[.55001,1.05,0,0,1.11111],8897:[.55001,1.05,0,0,1.11111],8898:[.55001,1.05,0,0,1.11111],8899:[.55001,1.05,0,0,1.11111],8968:[.65002,1.15,0,0,.52778],8969:[.65002,1.15,0,0,.52778],8970:[.65002,1.15,0,0,.52778],8971:[.65002,1.15,0,0,.52778],10216:[.65002,1.15,0,0,.61111],10217:[.65002,1.15,0,0,.61111],10752:[.55001,1.05,0,0,1.51112],10753:[.55001,1.05,0,0,1.51112],10754:[.55001,1.05,0,0,1.51112],10756:[.55001,1.05,0,0,1.11111],10758:[.55001,1.05,0,0,1.11111]},"Size3-Regular":{32:[0,0,0,0,.25],40:[.95003,1.45,0,0,.73611],41:[.95003,1.45,0,0,.73611],47:[.95003,1.45,0,0,1.04445],91:[.95003,1.45,0,0,.52778],92:[.95003,1.45,0,0,1.04445],93:[.95003,1.45,0,0,.52778],123:[.95003,1.45,0,0,.75],125:[.95003,1.45,0,0,.75],160:[0,0,0,0,.25],710:[0,.75,0,0,1.44445],732:[0,.75,0,0,1.44445],770:[0,.75,0,0,1.44445],771:[0,.75,0,0,1.44445],8730:[.95003,1.45,0,0,1],8968:[.95003,1.45,0,0,.58334],8969:[.95003,1.45,0,0,.58334],8970:[.95003,1.45,0,0,.58334],8971:[.95003,1.45,0,0,.58334],10216:[.95003,1.45,0,0,.75],10217:[.95003,1.45,0,0,.75]},"Size4-Regular":{32:[0,0,0,0,.25],40:[1.25003,1.75,0,0,.79167],41:[1.25003,1.75,0,0,.79167],47:[1.25003,1.75,0,0,1.27778],91:[1.25003,1.75,0,0,.58334],92:[1.25003,1.75,0,0,1.27778],93:[1.25003,1.75,0,0,.58334],123:[1.25003,1.75,0,0,.80556],125:[1.25003,1.75,0,0,.80556],160:[0,0,0,0,.25],710:[0,.825,0,0,1.8889],732:[0,.825,0,0,1.8889],770:[0,.825,0,0,1.8889],771:[0,.825,0,0,1.8889],8730:[1.25003,1.75,0,0,1],8968:[1.25003,1.75,0,0,.63889],8969:[1.25003,1.75,0,0,.63889],8970:[1.25003,1.75,0,0,.63889],8971:[1.25003,1.75,0,0,.63889],9115:[.64502,1.155,0,0,.875],9116:[1e-5,.6,0,0,.875],9117:[.64502,1.155,0,0,.875],9118:[.64502,1.155,0,0,.875],9119:[1e-5,.6,0,0,.875],9120:[.64502,1.155,0,0,.875],9121:[.64502,1.155,0,0,.66667],9122:[-99e-5,.601,0,0,.66667],9123:[.64502,1.155,0,0,.66667],9124:[.64502,1.155,0,0,.66667],9125:[-99e-5,.601,0,0,.66667],9126:[.64502,1.155,0,0,.66667],9127:[1e-5,.9,0,0,.88889],9128:[.65002,1.15,0,0,.88889],9129:[.90001,0,0,0,.88889],9130:[0,.3,0,0,.88889],9131:[1e-5,.9,0,0,.88889],9132:[.65002,1.15,0,0,.88889],9133:[.90001,0,0,0,.88889],9143:[.88502,.915,0,0,1.05556],10216:[1.25003,1.75,0,0,.80556],10217:[1.25003,1.75,0,0,.80556],57344:[-.00499,.605,0,0,1.05556],57345:[-.00499,.605,0,0,1.05556],57680:[0,.12,0,0,.45],57681:[0,.12,0,0,.45],57682:[0,.12,0,0,.45],57683:[0,.12,0,0,.45]},"Typewriter-Regular":{32:[0,0,0,0,.525],33:[0,.61111,0,0,.525],34:[0,.61111,0,0,.525],35:[0,.61111,0,0,.525],36:[.08333,.69444,0,0,.525],37:[.08333,.69444,0,0,.525],38:[0,.61111,0,0,.525],39:[0,.61111,0,0,.525],40:[.08333,.69444,0,0,.525],41:[.08333,.69444,0,0,.525],42:[0,.52083,0,0,.525],43:[-.08056,.53055,0,0,.525],44:[.13889,.125,0,0,.525],45:[-.08056,.53055,0,0,.525],46:[0,.125,0,0,.525],47:[.08333,.69444,0,0,.525],48:[0,.61111,0,0,.525],49:[0,.61111,0,0,.525],50:[0,.61111,0,0,.525],51:[0,.61111,0,0,.525],52:[0,.61111,0,0,.525],53:[0,.61111,0,0,.525],54:[0,.61111,0,0,.525],55:[0,.61111,0,0,.525],56:[0,.61111,0,0,.525],57:[0,.61111,0,0,.525],58:[0,.43056,0,0,.525],59:[.13889,.43056,0,0,.525],60:[-.05556,.55556,0,0,.525],61:[-.19549,.41562,0,0,.525],62:[-.05556,.55556,0,0,.525],63:[0,.61111,0,0,.525],64:[0,.61111,0,0,.525],65:[0,.61111,0,0,.525],66:[0,.61111,0,0,.525],67:[0,.61111,0,0,.525],68:[0,.61111,0,0,.525],69:[0,.61111,0,0,.525],70:[0,.61111,0,0,.525],71:[0,.61111,0,0,.525],72:[0,.61111,0,0,.525],73:[0,.61111,0,0,.525],74:[0,.61111,0,0,.525],75:[0,.61111,0,0,.525],76:[0,.61111,0,0,.525],77:[0,.61111,0,0,.525],78:[0,.61111,0,0,.525],79:[0,.61111,0,0,.525],80:[0,.61111,0,0,.525],81:[.13889,.61111,0,0,.525],82:[0,.61111,0,0,.525],83:[0,.61111,0,0,.525],84:[0,.61111,0,0,.525],85:[0,.61111,0,0,.525],86:[0,.61111,0,0,.525],87:[0,.61111,0,0,.525],88:[0,.61111,0,0,.525],89:[0,.61111,0,0,.525],90:[0,.61111,0,0,.525],91:[.08333,.69444,0,0,.525],92:[.08333,.69444,0,0,.525],93:[.08333,.69444,0,0,.525],94:[0,.61111,0,0,.525],95:[.09514,0,0,0,.525],96:[0,.61111,0,0,.525],97:[0,.43056,0,0,.525],98:[0,.61111,0,0,.525],99:[0,.43056,0,0,.525],100:[0,.61111,0,0,.525],101:[0,.43056,0,0,.525],102:[0,.61111,0,0,.525],103:[.22222,.43056,0,0,.525],104:[0,.61111,0,0,.525],105:[0,.61111,0,0,.525],106:[.22222,.61111,0,0,.525],107:[0,.61111,0,0,.525],108:[0,.61111,0,0,.525],109:[0,.43056,0,0,.525],110:[0,.43056,0,0,.525],111:[0,.43056,0,0,.525],112:[.22222,.43056,0,0,.525],113:[.22222,.43056,0,0,.525],114:[0,.43056,0,0,.525],115:[0,.43056,0,0,.525],116:[0,.55358,0,0,.525],117:[0,.43056,0,0,.525],118:[0,.43056,0,0,.525],119:[0,.43056,0,0,.525],120:[0,.43056,0,0,.525],121:[.22222,.43056,0,0,.525],122:[0,.43056,0,0,.525],123:[.08333,.69444,0,0,.525],124:[.08333,.69444,0,0,.525],125:[.08333,.69444,0,0,.525],126:[0,.61111,0,0,.525],127:[0,.61111,0,0,.525],160:[0,0,0,0,.525],176:[0,.61111,0,0,.525],184:[.19445,0,0,0,.525],305:[0,.43056,0,0,.525],567:[.22222,.43056,0,0,.525],711:[0,.56597,0,0,.525],713:[0,.56555,0,0,.525],714:[0,.61111,0,0,.525],715:[0,.61111,0,0,.525],728:[0,.61111,0,0,.525],730:[0,.61111,0,0,.525],770:[0,.61111,0,0,.525],771:[0,.61111,0,0,.525],776:[0,.61111,0,0,.525],915:[0,.61111,0,0,.525],916:[0,.61111,0,0,.525],920:[0,.61111,0,0,.525],923:[0,.61111,0,0,.525],926:[0,.61111,0,0,.525],928:[0,.61111,0,0,.525],931:[0,.61111,0,0,.525],933:[0,.61111,0,0,.525],934:[0,.61111,0,0,.525],936:[0,.61111,0,0,.525],937:[0,.61111,0,0,.525],8216:[0,.61111,0,0,.525],8217:[0,.61111,0,0,.525],8242:[0,.61111,0,0,.525],9251:[.11111,.21944,0,0,.525]}},ge={slant:[.25,.25,.25],space:[0,0,0],stretch:[0,0,0],shrink:[0,0,0],xHeight:[.431,.431,.431],quad:[1,1.171,1.472],extraSpace:[0,0,0],num1:[.677,.732,.925],num2:[.394,.384,.387],num3:[.444,.471,.504],denom1:[.686,.752,1.025],denom2:[.345,.344,.532],sup1:[.413,.503,.504],sup2:[.363,.431,.404],sup3:[.289,.286,.294],sub1:[.15,.143,.2],sub2:[.247,.286,.4],supDrop:[.386,.353,.494],subDrop:[.05,.071,.1],delim1:[2.39,1.7,1.98],delim2:[1.01,1.157,1.42],axisHeight:[.25,.25,.25],defaultRuleThickness:[.04,.049,.049],bigOpSpacing1:[.111,.111,.111],bigOpSpacing2:[.166,.166,.166],bigOpSpacing3:[.2,.2,.2],bigOpSpacing4:[.6,.611,.611],bigOpSpacing5:[.1,.143,.143],sqrtRuleThickness:[.04,.04,.04],ptPerEm:[10,10,10],doubleRuleSep:[.2,.2,.2],arrayRuleWidth:[.04,.04,.04],fboxsep:[.3,.3,.3],fboxrule:[.04,.04,.04]},Lt={Å:"A",Ð:"D",Þ:"o",å:"a",ð:"d",þ:"o",А:"A",Б:"B",В:"B",Г:"F",Д:"A",Е:"E",Ж:"K",З:"3",И:"N",Й:"N",К:"K",Л:"N",М:"M",Н:"H",О:"O",П:"N",Р:"P",С:"C",Т:"T",У:"y",Ф:"O",Х:"X",Ц:"U",Ч:"h",Ш:"W",Щ:"W",Ъ:"B",Ы:"X",Ь:"B",Э:"3",Ю:"X",Я:"R",а:"a",б:"b",в:"a",г:"r",д:"y",е:"e",ж:"m",з:"e",и:"n",й:"n",к:"n",л:"n",м:"m",н:"n",о:"o",п:"n",р:"p",с:"c",т:"o",у:"y",ф:"b",х:"x",ц:"n",ч:"n",ш:"w",щ:"w",ъ:"a",ы:"m",ь:"a",э:"e",ю:"m",я:"r"};function Ya(l,e){x0[l]=e}function We(l,e,t){if(!x0[e])throw new Error("Font metrics not found for font: "+e+".");var r=l.charCodeAt(0),a=x0[e][r];if(!a&&l[0]in Lt&&(r=Lt[l[0]].charCodeAt(0),a=x0[e][r]),!a&&t==="text"&&It(r)&&(a=x0[e][77]),a)return{depth:a[0],height:a[1],italic:a[2],skew:a[3],width:a[4]}}var Ye={};function Xa(l){var e;if(l>=5?e=0:l>=3?e=1:e=2,!Ye[e]){var t=Ye[e]={cssEmPerMu:ge.quad[e]/18};for(var r in ge)ge.hasOwnProperty(r)&&(t[r]=ge[r][e])}return Ye[e]}var ja=[[1,1,1],[2,1,1],[3,1,1],[4,2,1],[5,2,1],[6,3,1],[7,4,2],[8,6,3],[9,7,6],[10,8,7],[11,10,9]],Ht=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],Pt=function(e,t){return t.size<2?e:ja[e-1][t.size-1]},Gt=function(){function l(t){this.style=void 0,this.color=void 0,this.size=void 0,this.textSize=void 0,this.phantom=void 0,this.font=void 0,this.fontFamily=void 0,this.fontWeight=void 0,this.fontShape=void 0,this.sizeMultiplier=void 0,this.maxSize=void 0,this.minRuleThickness=void 0,this._fontMetrics=void 0,this.style=t.style,this.color=t.color,this.size=t.size||l.BASESIZE,this.textSize=t.textSize||this.size,this.phantom=!!t.phantom,this.font=t.font||"",this.fontFamily=t.fontFamily||"",this.fontWeight=t.fontWeight||"",this.fontShape=t.fontShape||"",this.sizeMultiplier=Ht[this.size-1],this.maxSize=t.maxSize,this.minRuleThickness=t.minRuleThickness,this._fontMetrics=void 0}var e=l.prototype;return e.extend=function(r){var a={style:this.style,size:this.size,textSize:this.textSize,color:this.color,phantom:this.phantom,font:this.font,fontFamily:this.fontFamily,fontWeight:this.fontWeight,fontShape:this.fontShape,maxSize:this.maxSize,minRuleThickness:this.minRuleThickness};for(var n in r)r.hasOwnProperty(n)&&(a[n]=r[n]);return new l(a)},e.havingStyle=function(r){return this.style===r?this:this.extend({style:r,size:Pt(this.textSize,r)})},e.havingCrampedStyle=function(){return this.havingStyle(this.style.cramp())},e.havingSize=function(r){return this.size===r&&this.textSize===r?this:this.extend({style:this.style.text(),size:r,textSize:r,sizeMultiplier:Ht[r-1]})},e.havingBaseStyle=function(r){r=r||this.style.text();var a=Pt(l.BASESIZE,r);return this.size===a&&this.textSize===l.BASESIZE&&this.style===r?this:this.extend({style:r,size:a})},e.havingBaseSizing=function(){var r;switch(this.style.id){case 4:case 5:r=3;break;case 6:case 7:r=1;break;default:r=6}return this.extend({style:this.style.text(),size:r})},e.withColor=function(r){return this.extend({color:r})},e.withPhantom=function(){return this.extend({phantom:!0})},e.withFont=function(r){return this.extend({font:r})},e.withTextFontFamily=function(r){return this.extend({fontFamily:r,font:""})},e.withTextFontWeight=function(r){return this.extend({fontWeight:r,font:""})},e.withTextFontShape=function(r){return this.extend({fontShape:r,font:""})},e.sizingClasses=function(r){return r.size!==this.size?["sizing","reset-size"+r.size,"size"+this.size]:[]},e.baseSizingClasses=function(){return this.size!==l.BASESIZE?["sizing","reset-size"+this.size,"size"+l.BASESIZE]:[]},e.fontMetrics=function(){return this._fontMetrics||(this._fontMetrics=Xa(this.size)),this._fontMetrics},e.getColor=function(){return this.phantom?"transparent":this.color},l}();Gt.BASESIZE=6;var $a=Gt,Xe={pt:1,mm:7227/2540,cm:7227/254,in:72.27,bp:803/800,pc:12,dd:1238/1157,cc:14856/1157,nd:685/642,nc:1370/107,sp:1/65536,px:803/800},Za={ex:!0,em:!0,mu:!0},Vt=function(e){return typeof e!="string"&&(e=e.unit),e in Xe||e in Za||e==="ex"},$=function(e,t){var r;if(e.unit in Xe)r=Xe[e.unit]/t.fontMetrics().ptPerEm/t.sizeMultiplier;else if(e.unit==="mu")r=t.fontMetrics().cssEmPerMu;else{var a;if(t.style.isTight()?a=t.havingStyle(t.style.text()):a=t,e.unit==="ex")r=a.fontMetrics().xHeight;else if(e.unit==="em")r=a.fontMetrics().quad;else throw new M("Invalid unit: '"+e.unit+"'");a!==t&&(r*=a.sizeMultiplier/t.sizeMultiplier)}return Math.min(e.number*r,t.maxSize)},z=function(e){return+e.toFixed(4)+"em"},E0=function(e){return e.filter(function(t){return t}).join(" ")},Ut=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");var a=t.getColor();a&&(this.style.color=a)}},Wt=function(e){var t=document.createElement(e);t.className=E0(this.classes);for(var r in this.style)this.style.hasOwnProperty(r)&&(t.style[r]=this.style[r]);for(var a in this.attributes)this.attributes.hasOwnProperty(a)&&t.setAttribute(a,this.attributes[a]);for(var n=0;n<this.children.length;n++)t.appendChild(this.children[n].toNode());return t},Yt=function(e){var t="<"+e;this.classes.length&&(t+=' class="'+I.escape(E0(this.classes))+'"');var r="";for(var a in this.style)this.style.hasOwnProperty(a)&&(r+=I.hyphenate(a)+":"+this.style[a]+";");r&&(t+=' style="'+I.escape(r)+'"');for(var n in this.attributes)this.attributes.hasOwnProperty(n)&&(t+=" "+n+'="'+I.escape(this.attributes[n])+'"');t+=">";for(var s=0;s<this.children.length;s++)t+=this.children[s].toMarkup();return t+="</"+e+">",t},se=function(){function l(t,r,a,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,Ut.call(this,t,a,n),this.children=r||[]}var e=l.prototype;return e.setAttribute=function(r,a){this.attributes[r]=a},e.hasClass=function(r){return I.contains(this.classes,r)},e.toNode=function(){return Wt.call(this,"span")},e.toMarkup=function(){return Yt.call(this,"span")},l}(),je=function(){function l(t,r,a,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,Ut.call(this,r,n),this.children=a||[],this.setAttribute("href",t)}var e=l.prototype;return e.setAttribute=function(r,a){this.attributes[r]=a},e.hasClass=function(r){return I.contains(this.classes,r)},e.toNode=function(){return Wt.call(this,"a")},e.toMarkup=function(){return Yt.call(this,"a")},l}(),Ka=function(){function l(t,r,a){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=r,this.src=t,this.classes=["mord"],this.style=a}var e=l.prototype;return e.hasClass=function(r){return I.contains(this.classes,r)},e.toNode=function(){var r=document.createElement("img");r.src=this.src,r.alt=this.alt,r.className="mord";for(var a in this.style)this.style.hasOwnProperty(a)&&(r.style[a]=this.style[a]);return r},e.toMarkup=function(){var r="<img src='"+this.src+" 'alt='"+this.alt+"' ",a="";for(var n in this.style)this.style.hasOwnProperty(n)&&(a+=I.hyphenate(n)+":"+this.style[n]+";");return a&&(r+=' style="'+I.escape(a)+'"'),r+="'/>",r},l}(),Ja={î:"ı̂",ï:"ı̈",í:"ı́",ì:"ı̀"},c0=function(){function l(t,r,a,n,s,u,m,d){this.text=void 0,this.height=void 0,this.depth=void 0,this.italic=void 0,this.skew=void 0,this.width=void 0,this.maxFontSize=void 0,this.classes=void 0,this.style=void 0,this.text=t,this.height=r||0,this.depth=a||0,this.italic=n||0,this.skew=s||0,this.width=u||0,this.classes=m||[],this.style=d||{},this.maxFontSize=0;var v=Fa(this.text.charCodeAt(0));v&&this.classes.push(v+"_fallback"),/[îïíì]/.test(this.text)&&(this.text=Ja[this.text])}var e=l.prototype;return e.hasClass=function(r){return I.contains(this.classes,r)},e.toNode=function(){var r=document.createTextNode(this.text),a=null;this.italic>0&&(a=document.createElement("span"),a.style.marginRight=z(this.italic)),this.classes.length>0&&(a=a||document.createElement("span"),a.className=E0(this.classes));for(var n in this.style)this.style.hasOwnProperty(n)&&(a=a||document.createElement("span"),a.style[n]=this.style[n]);return a?(a.appendChild(r),a):r},e.toMarkup=function(){var r=!1,a="<span";this.classes.length&&(r=!0,a+=' class="',a+=I.escape(E0(this.classes)),a+='"');var n="";this.italic>0&&(n+="margin-right:"+this.italic+"em;");for(var s in this.style)this.style.hasOwnProperty(s)&&(n+=I.hyphenate(s)+":"+this.style[s]+";");n&&(r=!0,a+=' style="'+I.escape(n)+'"');var u=I.escape(this.text);return r?(a+=">",a+=u,a+="</span>",a):u},l}(),M0=function(){function l(t,r){this.children=void 0,this.attributes=void 0,this.children=t||[],this.attributes=r||{}}var e=l.prototype;return e.toNode=function(){var r="http://www.w3.org/2000/svg",a=document.createElementNS(r,"svg");for(var n in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,n)&&a.setAttribute(n,this.attributes[n]);for(var s=0;s<this.children.length;s++)a.appendChild(this.children[s].toNode());return a},e.toMarkup=function(){var r='<svg xmlns="http://www.w3.org/2000/svg"';for(var a in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,a)&&(r+=" "+a+"='"+this.attributes[a]+"'");r+=">";for(var n=0;n<this.children.length;n++)r+=this.children[n].toMarkup();return r+="</svg>",r},l}(),q0=function(){function l(t,r){this.pathName=void 0,this.alternate=void 0,this.pathName=t,this.alternate=r}var e=l.prototype;return e.toNode=function(){var r="http://www.w3.org/2000/svg",a=document.createElementNS(r,"path");return this.alternate?a.setAttribute("d",this.alternate):a.setAttribute("d",Ot[this.pathName]),a},e.toMarkup=function(){return this.alternate?"<path d='"+this.alternate+"'/>":"<path d='"+Ot[this.pathName]+"'/>"},l}(),$e=function(){function l(t){this.attributes=void 0,this.attributes=t||{}}var e=l.prototype;return e.toNode=function(){var r="http://www.w3.org/2000/svg",a=document.createElementNS(r,"line");for(var n in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,n)&&a.setAttribute(n,this.attributes[n]);return a},e.toMarkup=function(){var r="<line";for(var a in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,a)&&(r+=" "+a+"='"+this.attributes[a]+"'");return r+="/>",r},l}();function Xt(l){if(l instanceof c0)return l;throw new Error("Expected symbolNode but got "+String(l)+".")}function Qa(l){if(l instanceof se)return l;throw new Error("Expected span<HtmlDomNode> but got "+String(l)+".")}var _a={bin:1,close:1,inner:1,open:1,punct:1,rel:1},e1={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1},be={math:{},text:{}},Z=be;function i(l,e,t,r,a,n){be[l][a]={font:e,group:t,replace:r},n&&r&&(be[l][r]=be[l][a])}var o="math",S="text",h="main",f="ams",j="accent-token",D="bin",n0="close",K0="inner",R="mathord",_="op-token",u0="open",ye="punct",p="rel",B0="spacing",g="textord";i(o,h,p,"≡","\\equiv",!0),i(o,h,p,"≺","\\prec",!0),i(o,h,p,"≻","\\succ",!0),i(o,h,p,"∼","\\sim",!0),i(o,h,p,"⊥","\\perp"),i(o,h,p,"⪯","\\preceq",!0),i(o,h,p,"⪰","\\succeq",!0),i(o,h,p,"≃","\\simeq",!0),i(o,h,p,"∣","\\mid",!0),i(o,h,p,"≪","\\ll",!0),i(o,h,p,"≫","\\gg",!0),i(o,h,p,"≍","\\asymp",!0),i(o,h,p,"∥","\\parallel"),i(o,h,p,"⋈","\\bowtie",!0),i(o,h,p,"⌣","\\smile",!0),i(o,h,p,"⊑","\\sqsubseteq",!0),i(o,h,p,"⊒","\\sqsupseteq",!0),i(o,h,p,"≐","\\doteq",!0),i(o,h,p,"⌢","\\frown",!0),i(o,h,p,"∋","\\ni",!0),i(o,h,p,"∝","\\propto",!0),i(o,h,p,"⊢","\\vdash",!0),i(o,h,p,"⊣","\\dashv",!0),i(o,h,p,"∋","\\owns"),i(o,h,ye,".","\\ldotp"),i(o,h,ye,"⋅","\\cdotp"),i(o,h,g,"#","\\#"),i(S,h,g,"#","\\#"),i(o,h,g,"&","\\&"),i(S,h,g,"&","\\&"),i(o,h,g,"ℵ","\\aleph",!0),i(o,h,g,"∀","\\forall",!0),i(o,h,g,"ℏ","\\hbar",!0),i(o,h,g,"∃","\\exists",!0),i(o,h,g,"∇","\\nabla",!0),i(o,h,g,"♭","\\flat",!0),i(o,h,g,"ℓ","\\ell",!0),i(o,h,g,"♮","\\natural",!0),i(o,h,g,"♣","\\clubsuit",!0),i(o,h,g,"℘","\\wp",!0),i(o,h,g,"♯","\\sharp",!0),i(o,h,g,"♢","\\diamondsuit",!0),i(o,h,g,"ℜ","\\Re",!0),i(o,h,g,"♡","\\heartsuit",!0),i(o,h,g,"ℑ","\\Im",!0),i(o,h,g,"♠","\\spadesuit",!0),i(o,h,g,"§","\\S",!0),i(S,h,g,"§","\\S"),i(o,h,g,"¶","\\P",!0),i(S,h,g,"¶","\\P"),i(o,h,g,"†","\\dag"),i(S,h,g,"†","\\dag"),i(S,h,g,"†","\\textdagger"),i(o,h,g,"‡","\\ddag"),i(S,h,g,"‡","\\ddag"),i(S,h,g,"‡","\\textdaggerdbl"),i(o,h,n0,"⎱","\\rmoustache",!0),i(o,h,u0,"⎰","\\lmoustache",!0),i(o,h,n0,"⟯","\\rgroup",!0),i(o,h,u0,"⟮","\\lgroup",!0),i(o,h,D,"∓","\\mp",!0),i(o,h,D,"⊖","\\ominus",!0),i(o,h,D,"⊎","\\uplus",!0),i(o,h,D,"⊓","\\sqcap",!0),i(o,h,D,"∗","\\ast"),i(o,h,D,"⊔","\\sqcup",!0),i(o,h,D,"◯","\\bigcirc",!0),i(o,h,D,"∙","\\bullet",!0),i(o,h,D,"‡","\\ddagger"),i(o,h,D,"≀","\\wr",!0),i(o,h,D,"⨿","\\amalg"),i(o,h,D,"&","\\And"),i(o,h,p,"⟵","\\longleftarrow",!0),i(o,h,p,"⇐","\\Leftarrow",!0),i(o,h,p,"⟸","\\Longleftarrow",!0),i(o,h,p,"⟶","\\longrightarrow",!0),i(o,h,p,"⇒","\\Rightarrow",!0),i(o,h,p,"⟹","\\Longrightarrow",!0),i(o,h,p,"↔","\\leftrightarrow",!0),i(o,h,p,"⟷","\\longleftrightarrow",!0),i(o,h,p,"⇔","\\Leftrightarrow",!0),i(o,h,p,"⟺","\\Longleftrightarrow",!0),i(o,h,p,"↦","\\mapsto",!0),i(o,h,p,"⟼","\\longmapsto",!0),i(o,h,p,"↗","\\nearrow",!0),i(o,h,p,"↩","\\hookleftarrow",!0),i(o,h,p,"↪","\\hookrightarrow",!0),i(o,h,p,"↘","\\searrow",!0),i(o,h,p,"↼","\\leftharpoonup",!0),i(o,h,p,"⇀","\\rightharpoonup",!0),i(o,h,p,"↙","\\swarrow",!0),i(o,h,p,"↽","\\leftharpoondown",!0),i(o,h,p,"⇁","\\rightharpoondown",!0),i(o,h,p,"↖","\\nwarrow",!0),i(o,h,p,"⇌","\\rightleftharpoons",!0),i(o,f,p,"≮","\\nless",!0),i(o,f,p,"","\\@nleqslant"),i(o,f,p,"","\\@nleqq"),i(o,f,p,"⪇","\\lneq",!0),i(o,f,p,"≨","\\lneqq",!0),i(o,f,p,"","\\@lvertneqq"),i(o,f,p,"⋦","\\lnsim",!0),i(o,f,p,"⪉","\\lnapprox",!0),i(o,f,p,"⊀","\\nprec",!0),i(o,f,p,"⋠","\\npreceq",!0),i(o,f,p,"⋨","\\precnsim",!0),i(o,f,p,"⪹","\\precnapprox",!0),i(o,f,p,"≁","\\nsim",!0),i(o,f,p,"","\\@nshortmid"),i(o,f,p,"∤","\\nmid",!0),i(o,f,p,"⊬","\\nvdash",!0),i(o,f,p,"⊭","\\nvDash",!0),i(o,f,p,"⋪","\\ntriangleleft"),i(o,f,p,"⋬","\\ntrianglelefteq",!0),i(o,f,p,"⊊","\\subsetneq",!0),i(o,f,p,"","\\@varsubsetneq"),i(o,f,p,"⫋","\\subsetneqq",!0),i(o,f,p,"","\\@varsubsetneqq"),i(o,f,p,"≯","\\ngtr",!0),i(o,f,p,"","\\@ngeqslant"),i(o,f,p,"","\\@ngeqq"),i(o,f,p,"⪈","\\gneq",!0),i(o,f,p,"≩","\\gneqq",!0),i(o,f,p,"","\\@gvertneqq"),i(o,f,p,"⋧","\\gnsim",!0),i(o,f,p,"⪊","\\gnapprox",!0),i(o,f,p,"⊁","\\nsucc",!0),i(o,f,p,"⋡","\\nsucceq",!0),i(o,f,p,"⋩","\\succnsim",!0),i(o,f,p,"⪺","\\succnapprox",!0),i(o,f,p,"≆","\\ncong",!0),i(o,f,p,"","\\@nshortparallel"),i(o,f,p,"∦","\\nparallel",!0),i(o,f,p,"⊯","\\nVDash",!0),i(o,f,p,"⋫","\\ntriangleright"),i(o,f,p,"⋭","\\ntrianglerighteq",!0),i(o,f,p,"","\\@nsupseteqq"),i(o,f,p,"⊋","\\supsetneq",!0),i(o,f,p,"","\\@varsupsetneq"),i(o,f,p,"⫌","\\supsetneqq",!0),i(o,f,p,"","\\@varsupsetneqq"),i(o,f,p,"⊮","\\nVdash",!0),i(o,f,p,"⪵","\\precneqq",!0),i(o,f,p,"⪶","\\succneqq",!0),i(o,f,p,"","\\@nsubseteqq"),i(o,f,D,"⊴","\\unlhd"),i(o,f,D,"⊵","\\unrhd"),i(o,f,p,"↚","\\nleftarrow",!0),i(o,f,p,"↛","\\nrightarrow",!0),i(o,f,p,"⇍","\\nLeftarrow",!0),i(o,f,p,"⇏","\\nRightarrow",!0),i(o,f,p,"↮","\\nleftrightarrow",!0),i(o,f,p,"⇎","\\nLeftrightarrow",!0),i(o,f,p,"△","\\vartriangle"),i(o,f,g,"ℏ","\\hslash"),i(o,f,g,"▽","\\triangledown"),i(o,f,g,"◊","\\lozenge"),i(o,f,g,"Ⓢ","\\circledS"),i(o,f,g,"®","\\circledR"),i(S,f,g,"®","\\circledR"),i(o,f,g,"∡","\\measuredangle",!0),i(o,f,g,"∄","\\nexists"),i(o,f,g,"℧","\\mho"),i(o,f,g,"Ⅎ","\\Finv",!0),i(o,f,g,"⅁","\\Game",!0),i(o,f,g,"‵","\\backprime"),i(o,f,g,"▲","\\blacktriangle"),i(o,f,g,"▼","\\blacktriangledown"),i(o,f,g,"■","\\blacksquare"),i(o,f,g,"⧫","\\blacklozenge"),i(o,f,g,"★","\\bigstar"),i(o,f,g,"∢","\\sphericalangle",!0),i(o,f,g,"∁","\\complement",!0),i(o,f,g,"ð","\\eth",!0),i(S,h,g,"ð","ð"),i(o,f,g,"╱","\\diagup"),i(o,f,g,"╲","\\diagdown"),i(o,f,g,"□","\\square"),i(o,f,g,"□","\\Box"),i(o,f,g,"◊","\\Diamond"),i(o,f,g,"¥","\\yen",!0),i(S,f,g,"¥","\\yen",!0),i(o,f,g,"✓","\\checkmark",!0),i(S,f,g,"✓","\\checkmark"),i(o,f,g,"ℶ","\\beth",!0),i(o,f,g,"ℸ","\\daleth",!0),i(o,f,g,"ℷ","\\gimel",!0),i(o,f,g,"ϝ","\\digamma",!0),i(o,f,g,"ϰ","\\varkappa"),i(o,f,u0,"┌","\\@ulcorner",!0),i(o,f,n0,"┐","\\@urcorner",!0),i(o,f,u0,"└","\\@llcorner",!0),i(o,f,n0,"┘","\\@lrcorner",!0),i(o,f,p,"≦","\\leqq",!0),i(o,f,p,"⩽","\\leqslant",!0),i(o,f,p,"⪕","\\eqslantless",!0),i(o,f,p,"≲","\\lesssim",!0),i(o,f,p,"⪅","\\lessapprox",!0),i(o,f,p,"≊","\\approxeq",!0),i(o,f,D,"⋖","\\lessdot"),i(o,f,p,"⋘","\\lll",!0),i(o,f,p,"≶","\\lessgtr",!0),i(o,f,p,"⋚","\\lesseqgtr",!0),i(o,f,p,"⪋","\\lesseqqgtr",!0),i(o,f,p,"≑","\\doteqdot"),i(o,f,p,"≓","\\risingdotseq",!0),i(o,f,p,"≒","\\fallingdotseq",!0),i(o,f,p,"∽","\\backsim",!0),i(o,f,p,"⋍","\\backsimeq",!0),i(o,f,p,"⫅","\\subseteqq",!0),i(o,f,p,"⋐","\\Subset",!0),i(o,f,p,"⊏","\\sqsubset",!0),i(o,f,p,"≼","\\preccurlyeq",!0),i(o,f,p,"⋞","\\curlyeqprec",!0),i(o,f,p,"≾","\\precsim",!0),i(o,f,p,"⪷","\\precapprox",!0),i(o,f,p,"⊲","\\vartriangleleft"),i(o,f,p,"⊴","\\trianglelefteq"),i(o,f,p,"⊨","\\vDash",!0),i(o,f,p,"⊪","\\Vvdash",!0),i(o,f,p,"⌣","\\smallsmile"),i(o,f,p,"⌢","\\smallfrown"),i(o,f,p,"≏","\\bumpeq",!0),i(o,f,p,"≎","\\Bumpeq",!0),i(o,f,p,"≧","\\geqq",!0),i(o,f,p,"⩾","\\geqslant",!0),i(o,f,p,"⪖","\\eqslantgtr",!0),i(o,f,p,"≳","\\gtrsim",!0),i(o,f,p,"⪆","\\gtrapprox",!0),i(o,f,D,"⋗","\\gtrdot"),i(o,f,p,"⋙","\\ggg",!0),i(o,f,p,"≷","\\gtrless",!0),i(o,f,p,"⋛","\\gtreqless",!0),i(o,f,p,"⪌","\\gtreqqless",!0),i(o,f,p,"≖","\\eqcirc",!0),i(o,f,p,"≗","\\circeq",!0),i(o,f,p,"≜","\\triangleq",!0),i(o,f,p,"∼","\\thicksim"),i(o,f,p,"≈","\\thickapprox"),i(o,f,p,"⫆","\\supseteqq",!0),i(o,f,p,"⋑","\\Supset",!0),i(o,f,p,"⊐","\\sqsupset",!0),i(o,f,p,"≽","\\succcurlyeq",!0),i(o,f,p,"⋟","\\curlyeqsucc",!0),i(o,f,p,"≿","\\succsim",!0),i(o,f,p,"⪸","\\succapprox",!0),i(o,f,p,"⊳","\\vartriangleright"),i(o,f,p,"⊵","\\trianglerighteq"),i(o,f,p,"⊩","\\Vdash",!0),i(o,f,p,"∣","\\shortmid"),i(o,f,p,"∥","\\shortparallel"),i(o,f,p,"≬","\\between",!0),i(o,f,p,"⋔","\\pitchfork",!0),i(o,f,p,"∝","\\varpropto"),i(o,f,p,"◀","\\blacktriangleleft"),i(o,f,p,"∴","\\therefore",!0),i(o,f,p,"∍","\\backepsilon"),i(o,f,p,"▶","\\blacktriangleright"),i(o,f,p,"∵","\\because",!0),i(o,f,p,"⋘","\\llless"),i(o,f,p,"⋙","\\gggtr"),i(o,f,D,"⊲","\\lhd"),i(o,f,D,"⊳","\\rhd"),i(o,f,p,"≂","\\eqsim",!0),i(o,h,p,"⋈","\\Join"),i(o,f,p,"≑","\\Doteq",!0),i(o,f,D,"∔","\\dotplus",!0),i(o,f,D,"∖","\\smallsetminus"),i(o,f,D,"⋒","\\Cap",!0),i(o,f,D,"⋓","\\Cup",!0),i(o,f,D,"⩞","\\doublebarwedge",!0),i(o,f,D,"⊟","\\boxminus",!0),i(o,f,D,"⊞","\\boxplus",!0),i(o,f,D,"⋇","\\divideontimes",!0),i(o,f,D,"⋉","\\ltimes",!0),i(o,f,D,"⋊","\\rtimes",!0),i(o,f,D,"⋋","\\leftthreetimes",!0),i(o,f,D,"⋌","\\rightthreetimes",!0),i(o,f,D,"⋏","\\curlywedge",!0),i(o,f,D,"⋎","\\curlyvee",!0),i(o,f,D,"⊝","\\circleddash",!0),i(o,f,D,"⊛","\\circledast",!0),i(o,f,D,"⋅","\\centerdot"),i(o,f,D,"⊺","\\intercal",!0),i(o,f,D,"⋒","\\doublecap"),i(o,f,D,"⋓","\\doublecup"),i(o,f,D,"⊠","\\boxtimes",!0),i(o,f,p,"⇢","\\dashrightarrow",!0),i(o,f,p,"⇠","\\dashleftarrow",!0),i(o,f,p,"⇇","\\leftleftarrows",!0),i(o,f,p,"⇆","\\leftrightarrows",!0),i(o,f,p,"⇚","\\Lleftarrow",!0),i(o,f,p,"↞","\\twoheadleftarrow",!0),i(o,f,p,"↢","\\leftarrowtail",!0),i(o,f,p,"↫","\\looparrowleft",!0),i(o,f,p,"⇋","\\leftrightharpoons",!0),i(o,f,p,"↶","\\curvearrowleft",!0),i(o,f,p,"↺","\\circlearrowleft",!0),i(o,f,p,"↰","\\Lsh",!0),i(o,f,p,"⇈","\\upuparrows",!0),i(o,f,p,"↿","\\upharpoonleft",!0),i(o,f,p,"⇃","\\downharpoonleft",!0),i(o,h,p,"⊶","\\origof",!0),i(o,h,p,"⊷","\\imageof",!0),i(o,f,p,"⊸","\\multimap",!0),i(o,f,p,"↭","\\leftrightsquigarrow",!0),i(o,f,p,"⇉","\\rightrightarrows",!0),i(o,f,p,"⇄","\\rightleftarrows",!0),i(o,f,p,"↠","\\twoheadrightarrow",!0),i(o,f,p,"↣","\\rightarrowtail",!0),i(o,f,p,"↬","\\looparrowright",!0),i(o,f,p,"↷","\\curvearrowright",!0),i(o,f,p,"↻","\\circlearrowright",!0),i(o,f,p,"↱","\\Rsh",!0),i(o,f,p,"⇊","\\downdownarrows",!0),i(o,f,p,"↾","\\upharpoonright",!0),i(o,f,p,"⇂","\\downharpoonright",!0),i(o,f,p,"⇝","\\rightsquigarrow",!0),i(o,f,p,"⇝","\\leadsto"),i(o,f,p,"⇛","\\Rrightarrow",!0),i(o,f,p,"↾","\\restriction"),i(o,h,g,"‘","`"),i(o,h,g,"$","\\$"),i(S,h,g,"$","\\$"),i(S,h,g,"$","\\textdollar"),i(o,h,g,"%","\\%"),i(S,h,g,"%","\\%"),i(o,h,g,"_","\\_"),i(S,h,g,"_","\\_"),i(S,h,g,"_","\\textunderscore"),i(o,h,g,"∠","\\angle",!0),i(o,h,g,"∞","\\infty",!0),i(o,h,g,"′","\\prime"),i(o,h,g,"△","\\triangle"),i(o,h,g,"Γ","\\Gamma",!0),i(o,h,g,"Δ","\\Delta",!0),i(o,h,g,"Θ","\\Theta",!0),i(o,h,g,"Λ","\\Lambda",!0),i(o,h,g,"Ξ","\\Xi",!0),i(o,h,g,"Π","\\Pi",!0),i(o,h,g,"Σ","\\Sigma",!0),i(o,h,g,"Υ","\\Upsilon",!0),i(o,h,g,"Φ","\\Phi",!0),i(o,h,g,"Ψ","\\Psi",!0),i(o,h,g,"Ω","\\Omega",!0),i(o,h,g,"A","Α"),i(o,h,g,"B","Β"),i(o,h,g,"E","Ε"),i(o,h,g,"Z","Ζ"),i(o,h,g,"H","Η"),i(o,h,g,"I","Ι"),i(o,h,g,"K","Κ"),i(o,h,g,"M","Μ"),i(o,h,g,"N","Ν"),i(o,h,g,"O","Ο"),i(o,h,g,"P","Ρ"),i(o,h,g,"T","Τ"),i(o,h,g,"X","Χ"),i(o,h,g,"¬","\\neg",!0),i(o,h,g,"¬","\\lnot"),i(o,h,g,"⊤","\\top"),i(o,h,g,"⊥","\\bot"),i(o,h,g,"∅","\\emptyset"),i(o,f,g,"∅","\\varnothing"),i(o,h,R,"α","\\alpha",!0),i(o,h,R,"β","\\beta",!0),i(o,h,R,"γ","\\gamma",!0),i(o,h,R,"δ","\\delta",!0),i(o,h,R,"ϵ","\\epsilon",!0),i(o,h,R,"ζ","\\zeta",!0),i(o,h,R,"η","\\eta",!0),i(o,h,R,"θ","\\theta",!0),i(o,h,R,"ι","\\iota",!0),i(o,h,R,"κ","\\kappa",!0),i(o,h,R,"λ","\\lambda",!0),i(o,h,R,"μ","\\mu",!0),i(o,h,R,"ν","\\nu",!0),i(o,h,R,"ξ","\\xi",!0),i(o,h,R,"ο","\\omicron",!0),i(o,h,R,"π","\\pi",!0),i(o,h,R,"ρ","\\rho",!0),i(o,h,R,"σ","\\sigma",!0),i(o,h,R,"τ","\\tau",!0),i(o,h,R,"υ","\\upsilon",!0),i(o,h,R,"ϕ","\\phi",!0),i(o,h,R,"χ","\\chi",!0),i(o,h,R,"ψ","\\psi",!0),i(o,h,R,"ω","\\omega",!0),i(o,h,R,"ε","\\varepsilon",!0),i(o,h,R,"ϑ","\\vartheta",!0),i(o,h,R,"ϖ","\\varpi",!0),i(o,h,R,"ϱ","\\varrho",!0),i(o,h,R,"ς","\\varsigma",!0),i(o,h,R,"φ","\\varphi",!0),i(o,h,D,"∗","*",!0),i(o,h,D,"+","+"),i(o,h,D,"−","-",!0),i(o,h,D,"⋅","\\cdot",!0),i(o,h,D,"∘","\\circ",!0),i(o,h,D,"÷","\\div",!0),i(o,h,D,"±","\\pm",!0),i(o,h,D,"×","\\times",!0),i(o,h,D,"∩","\\cap",!0),i(o,h,D,"∪","\\cup",!0),i(o,h,D,"∖","\\setminus",!0),i(o,h,D,"∧","\\land"),i(o,h,D,"∨","\\lor"),i(o,h,D,"∧","\\wedge",!0),i(o,h,D,"∨","\\vee",!0),i(o,h,g,"√","\\surd"),i(o,h,u0,"⟨","\\langle",!0),i(o,h,u0,"∣","\\lvert"),i(o,h,u0,"∥","\\lVert"),i(o,h,n0,"?","?"),i(o,h,n0,"!","!"),i(o,h,n0,"⟩","\\rangle",!0),i(o,h,n0,"∣","\\rvert"),i(o,h,n0,"∥","\\rVert"),i(o,h,p,"=","="),i(o,h,p,":",":"),i(o,h,p,"≈","\\approx",!0),i(o,h,p,"≅","\\cong",!0),i(o,h,p,"≥","\\ge"),i(o,h,p,"≥","\\geq",!0),i(o,h,p,"←","\\gets"),i(o,h,p,">","\\gt",!0),i(o,h,p,"∈","\\in",!0),i(o,h,p,"","\\@not"),i(o,h,p,"⊂","\\subset",!0),i(o,h,p,"⊃","\\supset",!0),i(o,h,p,"⊆","\\subseteq",!0),i(o,h,p,"⊇","\\supseteq",!0),i(o,f,p,"⊈","\\nsubseteq",!0),i(o,f,p,"⊉","\\nsupseteq",!0),i(o,h,p,"⊨","\\models"),i(o,h,p,"←","\\leftarrow",!0),i(o,h,p,"≤","\\le"),i(o,h,p,"≤","\\leq",!0),i(o,h,p,"<","\\lt",!0),i(o,h,p,"→","\\rightarrow",!0),i(o,h,p,"→","\\to"),i(o,f,p,"≱","\\ngeq",!0),i(o,f,p,"≰","\\nleq",!0),i(o,h,B0," ","\\ "),i(o,h,B0," ","\\space"),i(o,h,B0," ","\\nobreakspace"),i(S,h,B0," ","\\ "),i(S,h,B0," "," "),i(S,h,B0," ","\\space"),i(S,h,B0," ","\\nobreakspace"),i(o,h,B0,null,"\\nobreak"),i(o,h,B0,null,"\\allowbreak"),i(o,h,ye,",",","),i(o,h,ye,";",";"),i(o,f,D,"⊼","\\barwedge",!0),i(o,f,D,"⊻","\\veebar",!0),i(o,h,D,"⊙","\\odot",!0),i(o,h,D,"⊕","\\oplus",!0),i(o,h,D,"⊗","\\otimes",!0),i(o,h,g,"∂","\\partial",!0),i(o,h,D,"⊘","\\oslash",!0),i(o,f,D,"⊚","\\circledcirc",!0),i(o,f,D,"⊡","\\boxdot",!0),i(o,h,D,"△","\\bigtriangleup"),i(o,h,D,"▽","\\bigtriangledown"),i(o,h,D,"†","\\dagger"),i(o,h,D,"⋄","\\diamond"),i(o,h,D,"⋆","\\star"),i(o,h,D,"◃","\\triangleleft"),i(o,h,D,"▹","\\triangleright"),i(o,h,u0,"{","\\{"),i(S,h,g,"{","\\{"),i(S,h,g,"{","\\textbraceleft"),i(o,h,n0,"}","\\}"),i(S,h,g,"}","\\}"),i(S,h,g,"}","\\textbraceright"),i(o,h,u0,"{","\\lbrace"),i(o,h,n0,"}","\\rbrace"),i(o,h,u0,"[","\\lbrack",!0),i(S,h,g,"[","\\lbrack",!0),i(o,h,n0,"]","\\rbrack",!0),i(S,h,g,"]","\\rbrack",!0),i(o,h,u0,"(","\\lparen",!0),i(o,h,n0,")","\\rparen",!0),i(S,h,g,"<","\\textless",!0),i(S,h,g,">","\\textgreater",!0),i(o,h,u0,"⌊","\\lfloor",!0),i(o,h,n0,"⌋","\\rfloor",!0),i(o,h,u0,"⌈","\\lceil",!0),i(o,h,n0,"⌉","\\rceil",!0),i(o,h,g,"\\","\\backslash"),i(o,h,g,"∣","|"),i(o,h,g,"∣","\\vert"),i(S,h,g,"|","\\textbar",!0),i(o,h,g,"∥","\\|"),i(o,h,g,"∥","\\Vert"),i(S,h,g,"∥","\\textbardbl"),i(S,h,g,"~","\\textasciitilde"),i(S,h,g,"\\","\\textbackslash"),i(S,h,g,"^","\\textasciicircum"),i(o,h,p,"↑","\\uparrow",!0),i(o,h,p,"⇑","\\Uparrow",!0),i(o,h,p,"↓","\\downarrow",!0),i(o,h,p,"⇓","\\Downarrow",!0),i(o,h,p,"↕","\\updownarrow",!0),i(o,h,p,"⇕","\\Updownarrow",!0),i(o,h,_,"∐","\\coprod"),i(o,h,_,"⋁","\\bigvee"),i(o,h,_,"⋀","\\bigwedge"),i(o,h,_,"⨄","\\biguplus"),i(o,h,_,"⋂","\\bigcap"),i(o,h,_,"⋃","\\bigcup"),i(o,h,_,"∫","\\int"),i(o,h,_,"∫","\\intop"),i(o,h,_,"∬","\\iint"),i(o,h,_,"∭","\\iiint"),i(o,h,_,"∏","\\prod"),i(o,h,_,"∑","\\sum"),i(o,h,_,"⨂","\\bigotimes"),i(o,h,_,"⨁","\\bigoplus"),i(o,h,_,"⨀","\\bigodot"),i(o,h,_,"∮","\\oint"),i(o,h,_,"∯","\\oiint"),i(o,h,_,"∰","\\oiiint"),i(o,h,_,"⨆","\\bigsqcup"),i(o,h,_,"∫","\\smallint"),i(S,h,K0,"…","\\textellipsis"),i(o,h,K0,"…","\\mathellipsis"),i(S,h,K0,"…","\\ldots",!0),i(o,h,K0,"…","\\ldots",!0),i(o,h,K0,"⋯","\\@cdots",!0),i(o,h,K0,"⋱","\\ddots",!0),i(o,h,g,"⋮","\\varvdots"),i(o,h,j,"ˊ","\\acute"),i(o,h,j,"ˋ","\\grave"),i(o,h,j,"¨","\\ddot"),i(o,h,j,"~","\\tilde"),i(o,h,j,"ˉ","\\bar"),i(o,h,j,"˘","\\breve"),i(o,h,j,"ˇ","\\check"),i(o,h,j,"^","\\hat"),i(o,h,j,"⃗","\\vec"),i(o,h,j,"˙","\\dot"),i(o,h,j,"˚","\\mathring"),i(o,h,R,"","\\@imath"),i(o,h,R,"","\\@jmath"),i(o,h,g,"ı","ı"),i(o,h,g,"ȷ","ȷ"),i(S,h,g,"ı","\\i",!0),i(S,h,g,"ȷ","\\j",!0),i(S,h,g,"ß","\\ss",!0),i(S,h,g,"æ","\\ae",!0),i(S,h,g,"œ","\\oe",!0),i(S,h,g,"ø","\\o",!0),i(S,h,g,"Æ","\\AE",!0),i(S,h,g,"Œ","\\OE",!0),i(S,h,g,"Ø","\\O",!0),i(S,h,j,"ˊ","\\'"),i(S,h,j,"ˋ","\\`"),i(S,h,j,"ˆ","\\^"),i(S,h,j,"˜","\\~"),i(S,h,j,"ˉ","\\="),i(S,h,j,"˘","\\u"),i(S,h,j,"˙","\\."),i(S,h,j,"¸","\\c"),i(S,h,j,"˚","\\r"),i(S,h,j,"ˇ","\\v"),i(S,h,j,"¨",'\\"'),i(S,h,j,"˝","\\H"),i(S,h,j,"◯","\\textcircled");var jt={"--":!0,"---":!0,"``":!0,"''":!0};i(S,h,g,"–","--",!0),i(S,h,g,"–","\\textendash"),i(S,h,g,"—","---",!0),i(S,h,g,"—","\\textemdash"),i(S,h,g,"‘","`",!0),i(S,h,g,"‘","\\textquoteleft"),i(S,h,g,"’","'",!0),i(S,h,g,"’","\\textquoteright"),i(S,h,g,"“","``",!0),i(S,h,g,"“","\\textquotedblleft"),i(S,h,g,"”","''",!0),i(S,h,g,"”","\\textquotedblright"),i(o,h,g,"°","\\degree",!0),i(S,h,g,"°","\\degree"),i(S,h,g,"°","\\textdegree",!0),i(o,h,g,"£","\\pounds"),i(o,h,g,"£","\\mathsterling",!0),i(S,h,g,"£","\\pounds"),i(S,h,g,"£","\\textsterling",!0),i(o,f,g,"✠","\\maltese"),i(S,f,g,"✠","\\maltese");for(var $t='0123456789/@."',Ze=0;Ze<$t.length;Ze++){var Zt=$t.charAt(Ze);i(o,h,g,Zt,Zt)}for(var Kt='0123456789!@*()-=+";:?/.,',Ke=0;Ke<Kt.length;Ke++){var Jt=Kt.charAt(Ke);i(S,h,g,Jt,Jt)}for(var xe="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",Je=0;Je<xe.length;Je++){var we=xe.charAt(Je);i(o,h,R,we,we),i(S,h,g,we,we)}i(o,f,g,"C","ℂ"),i(S,f,g,"C","ℂ"),i(o,f,g,"H","ℍ"),i(S,f,g,"H","ℍ"),i(o,f,g,"N","ℕ"),i(S,f,g,"N","ℕ"),i(o,f,g,"P","ℙ"),i(S,f,g,"P","ℙ"),i(o,f,g,"Q","ℚ"),i(S,f,g,"Q","ℚ"),i(o,f,g,"R","ℝ"),i(S,f,g,"R","ℝ"),i(o,f,g,"Z","ℤ"),i(S,f,g,"Z","ℤ"),i(o,h,R,"h","ℎ"),i(S,h,R,"h","ℎ");for(var O="",l0=0;l0<xe.length;l0++){var e0=xe.charAt(l0);O=String.fromCharCode(55349,56320+l0),i(o,h,R,e0,O),i(S,h,g,e0,O),O=String.fromCharCode(55349,56372+l0),i(o,h,R,e0,O),i(S,h,g,e0,O),O=String.fromCharCode(55349,56424+l0),i(o,h,R,e0,O),i(S,h,g,e0,O),O=String.fromCharCode(55349,56580+l0),i(o,h,R,e0,O),i(S,h,g,e0,O),O=String.fromCharCode(55349,56736+l0),i(o,h,R,e0,O),i(S,h,g,e0,O),O=String.fromCharCode(55349,56788+l0),i(o,h,R,e0,O),i(S,h,g,e0,O),O=String.fromCharCode(55349,56840+l0),i(o,h,R,e0,O),i(S,h,g,e0,O),O=String.fromCharCode(55349,56944+l0),i(o,h,R,e0,O),i(S,h,g,e0,O),l0<26&&(O=String.fromCharCode(55349,56632+l0),i(o,h,R,e0,O),i(S,h,g,e0,O),O=String.fromCharCode(55349,56476+l0),i(o,h,R,e0,O),i(S,h,g,e0,O))}O=String.fromCharCode(55349,56668),i(o,h,R,"k",O),i(S,h,g,"k",O);for(var V0=0;V0<10;V0++){var F0=V0.toString();O=String.fromCharCode(55349,57294+V0),i(o,h,R,F0,O),i(S,h,g,F0,O),O=String.fromCharCode(55349,57314+V0),i(o,h,R,F0,O),i(S,h,g,F0,O),O=String.fromCharCode(55349,57324+V0),i(o,h,R,F0,O),i(S,h,g,F0,O),O=String.fromCharCode(55349,57334+V0),i(o,h,R,F0,O),i(S,h,g,F0,O)}for(var Qe="ÐÞþ",_e=0;_e<Qe.length;_e++){var ke=Qe.charAt(_e);i(o,h,R,ke,ke),i(S,h,g,ke,ke)}var Se=[["mathbf","textbf","Main-Bold"],["mathbf","textbf","Main-Bold"],["mathnormal","textit","Math-Italic"],["mathnormal","textit","Math-Italic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["mathscr","textscr","Script-Regular"],["","",""],["","",""],["","",""],["mathfrak","textfrak","Fraktur-Regular"],["mathfrak","textfrak","Fraktur-Regular"],["mathbb","textbb","AMS-Regular"],["mathbb","textbb","AMS-Regular"],["","",""],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathitsf","textitsf","SansSerif-Italic"],["mathitsf","textitsf","SansSerif-Italic"],["","",""],["","",""],["mathtt","texttt","Typewriter-Regular"],["mathtt","texttt","Typewriter-Regular"]],Qt=[["mathbf","textbf","Main-Bold"],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathtt","texttt","Typewriter-Regular"]],t1=function(e,t){var r=e.charCodeAt(0),a=e.charCodeAt(1),n=(r-55296)*1024+(a-56320)+65536,s=t==="math"?0:1;if(119808<=n&&n<120484){var u=Math.floor((n-119808)/26);return[Se[u][2],Se[u][s]]}else if(120782<=n&&n<=120831){var m=Math.floor((n-120782)/10);return[Qt[m][2],Qt[m][s]]}else{if(n===120485||n===120486)return[Se[0][2],Se[0][s]];if(120486<n&&n<120782)return["",""];throw new M("Unsupported character: "+e)}},Ae=function(e,t,r){return Z[r][e]&&Z[r][e].replace&&(e=Z[r][e].replace),{value:e,metrics:We(e,t,r)}},g0=function(e,t,r,a,n){var s=Ae(e,t,r),u=s.metrics;e=s.value;var m;if(u){var d=u.italic;(r==="text"||a&&a.font==="mathit")&&(d=0),m=new c0(e,u.height,u.depth,d,u.skew,u.width,n)}else typeof console<"u"&&console.warn("No character metrics "+("for '"+e+"' in style '"+t+"' and mode '"+r+"'")),m=new c0(e,0,0,0,0,0,n);if(a){m.maxFontSize=a.sizeMultiplier,a.style.isTight()&&m.classes.push("mtight");var v=a.getColor();v&&(m.style.color=v)}return m},r1=function(e,t,r,a){return a===void 0&&(a=[]),r.font==="boldsymbol"&&Ae(e,"Main-Bold",t).metrics?g0(e,"Main-Bold",t,r,a.concat(["mathbf"])):e==="\\"||Z[t][e].font==="main"?g0(e,"Main-Regular",t,r,a):g0(e,"AMS-Regular",t,r,a.concat(["amsrm"]))},a1=function(e,t,r,a,n){return n!=="textord"&&Ae(e,"Math-BoldItalic",t).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}},n1=function(e,t,r){var a=e.mode,n=e.text,s=["mord"],u=a==="math"||a==="text"&&t.font,m=u?t.font:t.fontFamily;if(n.charCodeAt(0)===55349){var d=t1(n,a),v=d[0],y=d[1];return g0(n,v,a,t,s.concat(y))}else if(m){var w,x;if(m==="boldsymbol"){var k=a1(n,a,t,s,r);w=k.fontName,x=[k.fontClass]}else u?(w=tr[m].fontName,x=[m]):(w=Me(m,t.fontWeight,t.fontShape),x=[m,t.fontWeight,t.fontShape]);if(Ae(n,w,a).metrics)return g0(n,w,a,t,s.concat(x));if(jt.hasOwnProperty(n)&&w.slice(0,10)==="Typewriter"){for(var B=[],T=0;T<n.length;T++)B.push(g0(n[T],w,a,t,s.concat(x)));return er(B)}}if(r==="mathord")return g0(n,"Math-Italic",a,t,s.concat(["mathnormal"]));if(r==="textord"){var N=Z[a][n]&&Z[a][n].font;if(N==="ams"){var E=Me("amsrm",t.fontWeight,t.fontShape);return g0(n,E,a,t,s.concat("amsrm",t.fontWeight,t.fontShape))}else if(N==="main"||!N){var q=Me("textrm",t.fontWeight,t.fontShape);return g0(n,q,a,t,s.concat(t.fontWeight,t.fontShape))}else{var V=Me(N,t.fontWeight,t.fontShape);return g0(n,V,a,t,s.concat(V,t.fontWeight,t.fontShape))}}else throw new Error("unexpected type: "+r+" in makeOrd")},i1=function(e,t){if(E0(e.classes)!==E0(t.classes)||e.skew!==t.skew||e.maxFontSize!==t.maxFontSize)return!1;if(e.classes.length===1){var r=e.classes[0];if(r==="mbin"||r==="mord")return!1}for(var a in e.style)if(e.style.hasOwnProperty(a)&&e.style[a]!==t.style[a])return!1;for(var n in t.style)if(t.style.hasOwnProperty(n)&&e.style[n]!==t.style[n])return!1;return!0},l1=function(e){for(var t=0;t<e.length-1;t++){var r=e[t],a=e[t+1];r instanceof c0&&a instanceof c0&&i1(r,a)&&(r.text+=a.text,r.height=Math.max(r.height,a.height),r.depth=Math.max(r.depth,a.depth),r.italic=a.italic,e.splice(t+1,1),t--)}return e},et=function(e){for(var t=0,r=0,a=0,n=0;n<e.children.length;n++){var s=e.children[n];s.height>t&&(t=s.height),s.depth>r&&(r=s.depth),s.maxFontSize>a&&(a=s.maxFontSize)}e.height=t,e.depth=r,e.maxFontSize=a},s0=function(e,t,r,a){var n=new se(e,t,r,a);return et(n),n},_t=function(e,t,r,a){return new se(e,t,r,a)},s1=function(e,t,r){var a=s0([e],[],t);return a.height=Math.max(r||t.fontMetrics().defaultRuleThickness,t.minRuleThickness),a.style.borderBottomWidth=z(a.height),a.maxFontSize=1,a},o1=function(e,t,r,a){var n=new je(e,t,r,a);return et(n),n},er=function(e){var t=new le(e);return et(t),t},u1=function(e,t){return e instanceof le?s0([],[e],t):e},h1=function(e){if(e.positionType==="individualShift"){for(var t=e.children,r=[t[0]],a=-t[0].shift-t[0].elem.depth,n=a,s=1;s<t.length;s++){var u=-t[s].shift-n-t[s].elem.depth,m=u-(t[s-1].elem.height+t[s-1].elem.depth);n=n+u,r.push({type:"kern",size:m}),r.push(t[s])}return{children:r,depth:a}}var d;if(e.positionType==="top"){for(var v=e.positionData,y=0;y<e.children.length;y++){var w=e.children[y];v-=w.type==="kern"?w.size:w.elem.height+w.elem.depth}d=v}else if(e.positionType==="bottom")d=-e.positionData;else{var x=e.children[0];if(x.type!=="elem")throw new Error('First child must have type "elem".');if(e.positionType==="shift")d=-x.elem.depth-e.positionData;else if(e.positionType==="firstBaseline")d=-x.elem.depth;else throw new Error("Invalid positionType "+e.positionType+".")}return{children:e.children,depth:d}},m1=function(e,t){for(var r=h1(e),a=r.children,n=r.depth,s=0,u=0;u<a.length;u++){var m=a[u];if(m.type==="elem"){var d=m.elem;s=Math.max(s,d.maxFontSize,d.height)}}s+=2;var v=s0(["pstrut"],[]);v.style.height=z(s);for(var y=[],w=n,x=n,k=n,B=0;B<a.length;B++){var T=a[B];if(T.type==="kern")k+=T.size;else{var N=T.elem,E=T.wrapperClasses||[],q=T.wrapperStyle||{},V=s0(E,[v,N],void 0,q);V.style.top=z(-s-k-N.depth),T.marginLeft&&(V.style.marginLeft=T.marginLeft),T.marginRight&&(V.style.marginRight=T.marginRight),y.push(V),k+=N.height+N.depth}w=Math.min(w,k),x=Math.max(x,k)}var H=s0(["vlist"],y);H.style.height=z(x);var U;if(w<0){var G=s0([],[]),W=s0(["vlist"],[G]);W.style.height=z(-w);var X=s0(["vlist-s"],[new c0("")]);U=[s0(["vlist-r"],[H,X]),s0(["vlist-r"],[W])]}else U=[s0(["vlist-r"],[H])];var r0=s0(["vlist-t"],U);return U.length===2&&r0.classes.push("vlist-t2"),r0.height=x,r0.depth=-w,r0},c1=function(e,t){var r=s0(["mspace"],[],t),a=$(e,t);return r.style.marginRight=z(a),r},Me=function(e,t,r){var a="";switch(e){case"amsrm":a="AMS";break;case"textrm":a="Main";break;case"textsf":a="SansSerif";break;case"texttt":a="Typewriter";break;default:a=e}var n;return t==="textbf"&&r==="textit"?n="BoldItalic":t==="textbf"?n="Bold":t==="textit"?n="Italic":n="Regular",a+"-"+n},tr={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"}},rr={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]},d1=function(e,t){var r=rr[e],a=r[0],n=r[1],s=r[2],u=new q0(a),m=new M0([u],{width:z(n),height:z(s),style:"width:"+z(n),viewBox:"0 0 "+1e3*n+" "+1e3*s,preserveAspectRatio:"xMinYMin"}),d=_t(["overlay"],[m],t);return d.height=s,d.style.height=z(s),d.style.width=z(n),d},b={fontMap:tr,makeSymbol:g0,mathsym:r1,makeSpan:s0,makeSvgSpan:_t,makeLineSpan:s1,makeAnchor:o1,makeFragment:er,wrapFragment:u1,makeVList:m1,makeOrd:n1,makeGlue:c1,staticSvg:d1,svgData:rr,tryCombineChars:l1},K={number:3,unit:"mu"},U0={number:4,unit:"mu"},z0={number:5,unit:"mu"},f1={mord:{mop:K,mbin:U0,mrel:z0,minner:K},mop:{mord:K,mop:K,mrel:z0,minner:K},mbin:{mord:U0,mop:U0,mopen:U0,minner:U0},mrel:{mord:z0,mop:z0,mopen:z0,minner:z0},mopen:{},mclose:{mop:K,mbin:U0,mrel:z0,minner:K},mpunct:{mord:K,mop:K,mrel:z0,mopen:K,mclose:K,mpunct:K,minner:K},minner:{mord:K,mop:K,mbin:U0,mrel:z0,mopen:K,mpunct:K,minner:K}},p1={mord:{mop:K},mop:{mord:K,mop:K},mbin:{},mrel:{},mopen:{},mclose:{mop:K},mpunct:{},minner:{mop:K}},ar={},Be={},ze={};function C(l){for(var e=l.type,t=l.names,r=l.props,a=l.handler,n=l.htmlBuilder,s=l.mathmlBuilder,u={type:e,numArgs:r.numArgs,argTypes:r.argTypes,allowedInArgument:!!r.allowedInArgument,allowedInText:!!r.allowedInText,allowedInMath:r.allowedInMath===void 0?!0:r.allowedInMath,numOptionalArgs:r.numOptionalArgs||0,infix:!!r.infix,primitive:!!r.primitive,handler:a},m=0;m<t.length;++m)ar[t[m]]=u;e&&(n&&(Be[e]=n),s&&(ze[e]=s))}function W0(l){var e=l.type,t=l.htmlBuilder,r=l.mathmlBuilder;C({type:e,names:[],props:{numArgs:0},handler:function(){throw new Error("Should never be called.")},htmlBuilder:t,mathmlBuilder:r})}var Te=function(e){return e.type==="ordgroup"&&e.body.length===1?e.body[0]:e},Q=function(e){return e.type==="ordgroup"?e.body:[e]},T0=b.makeSpan,v1=["leftmost","mbin","mopen","mrel","mop","mpunct"],g1=["rightmost","mrel","mclose","mpunct"],b1={display:F.DISPLAY,text:F.TEXT,script:F.SCRIPT,scriptscript:F.SCRIPTSCRIPT},y1={mord:"mord",mop:"mop",mbin:"mbin",mrel:"mrel",mopen:"mopen",mclose:"mclose",mpunct:"mpunct",minner:"minner"},t0=function(e,t,r,a){a===void 0&&(a=[null,null]);for(var n=[],s=0;s<e.length;s++){var u=P(e[s],t);if(u instanceof le){var m=u.children;n.push.apply(n,m)}else n.push(u)}if(b.tryCombineChars(n),!r)return n;var d=t;if(e.length===1){var v=e[0];v.type==="sizing"?d=t.havingSize(v.size):v.type==="styling"&&(d=t.havingStyle(b1[v.style]))}var y=T0([a[0]||"leftmost"],[],t),w=T0([a[1]||"rightmost"],[],t),x=r==="root";return nr(n,function(k,B){var T=B.classes[0],N=k.classes[0];T==="mbin"&&I.contains(g1,N)?B.classes[0]="mord":N==="mbin"&&I.contains(v1,T)&&(k.classes[0]="mord")},{node:y},w,x),nr(n,function(k,B){var T=tt(B),N=tt(k),E=T&&N?k.hasClass("mtight")?p1[T][N]:f1[T][N]:null;if(E)return b.makeGlue(E,d)},{node:y},w,x),n},nr=function l(e,t,r,a,n){a&&e.push(a);for(var s=0;s<e.length;s++){var u=e[s],m=ir(u);if(m){l(m.children,t,r,null,n);continue}var d=!u.hasClass("mspace");if(d){var v=t(u,r.node);v&&(r.insertAfter?r.insertAfter(v):(e.unshift(v),s++))}d?r.node=u:n&&u.hasClass("newline")&&(r.node=T0(["leftmost"])),r.insertAfter=function(y){return function(w){e.splice(y+1,0,w),s++}}(s)}a&&e.pop()},ir=function(e){return e instanceof le||e instanceof je||e instanceof se&&e.hasClass("enclosing")?e:null},x1=function l(e,t){var r=ir(e);if(r){var a=r.children;if(a.length){if(t==="right")return l(a[a.length-1],"right");if(t==="left")return l(a[0],"left")}}return e},tt=function(e,t){return e?(t&&(e=x1(e,t)),y1[e.classes[0]]||null):null},oe=function(e,t){var r=["nulldelimiter"].concat(e.baseSizingClasses());return T0(t.concat(r))},P=function(e,t,r){if(!e)return T0();if(Be[e.type]){var a=Be[e.type](e,t);if(r&&t.size!==r.size){a=T0(t.sizingClasses(r),[a],t);var n=t.sizeMultiplier/r.sizeMultiplier;a.height*=n,a.depth*=n}return a}else throw new M("Got group of unknown type: '"+e.type+"'")};function Ce(l,e){var t=T0(["base"],l,e),r=T0(["strut"]);return r.style.height=z(t.height+t.depth),t.depth&&(r.style.verticalAlign=z(-t.depth)),t.children.unshift(r),t}function rt(l,e){var t=null;l.length===1&&l[0].type==="tag"&&(t=l[0].tag,l=l[0].body);var r=t0(l,e,"root"),a;r.length===2&&r[1].hasClass("tag")&&(a=r.pop());for(var n=[],s=[],u=0;u<r.length;u++)if(s.push(r[u]),r[u].hasClass("mbin")||r[u].hasClass("mrel")||r[u].hasClass("allowbreak")){for(var m=!1;u<r.length-1&&r[u+1].hasClass("mspace")&&!r[u+1].hasClass("newline");)u++,s.push(r[u]),r[u].hasClass("nobreak")&&(m=!0);m||(n.push(Ce(s,e)),s=[])}else r[u].hasClass("newline")&&(s.pop(),s.length>0&&(n.push(Ce(s,e)),s=[]),n.push(r[u]));s.length>0&&n.push(Ce(s,e));var d;t?(d=Ce(t0(t,e,!0)),d.classes=["tag"],n.push(d)):a&&n.push(a);var v=T0(["katex-html"],n);if(v.setAttribute("aria-hidden","true"),d){var y=d.children[0];y.style.height=z(v.height+v.depth),v.depth&&(y.style.verticalAlign=z(-v.depth))}return v}function lr(l){return new le(l)}var d0=function(){function l(t,r,a){this.type=void 0,this.attributes=void 0,this.children=void 0,this.classes=void 0,this.type=t,this.attributes={},this.children=r||[],this.classes=a||[]}var e=l.prototype;return e.setAttribute=function(r,a){this.attributes[r]=a},e.getAttribute=function(r){return this.attributes[r]},e.toNode=function(){var r=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(var a in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,a)&&r.setAttribute(a,this.attributes[a]);this.classes.length>0&&(r.className=E0(this.classes));for(var n=0;n<this.children.length;n++)r.appendChild(this.children[n].toNode());return r},e.toMarkup=function(){var r="<"+this.type;for(var a in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,a)&&(r+=" "+a+'="',r+=I.escape(this.attributes[a]),r+='"');this.classes.length>0&&(r+=' class ="'+I.escape(E0(this.classes))+'"'),r+=">";for(var n=0;n<this.children.length;n++)r+=this.children[n].toMarkup();return r+="</"+this.type+">",r},e.toText=function(){return this.children.map(function(r){return r.toText()}).join("")},l}(),ue=function(){function l(t){this.text=void 0,this.text=t}var e=l.prototype;return e.toNode=function(){return document.createTextNode(this.text)},e.toMarkup=function(){return I.escape(this.toText())},e.toText=function(){return this.text},l}(),w1=function(){function l(t){this.width=void 0,this.character=void 0,this.width=t,t>=.05555&&t<=.05556?this.character=" ":t>=.1666&&t<=.1667?this.character=" ":t>=.2222&&t<=.2223?this.character=" ":t>=.2777&&t<=.2778?this.character=" ":t>=-.05556&&t<=-.05555?this.character=" ":t>=-.1667&&t<=-.1666?this.character=" ":t>=-.2223&&t<=-.2222?this.character=" ":t>=-.2778&&t<=-.2777?this.character=" ":this.character=null}var e=l.prototype;return e.toNode=function(){if(this.character)return document.createTextNode(this.character);var r=document.createElementNS("http://www.w3.org/1998/Math/MathML","mspace");return r.setAttribute("width",z(this.width)),r},e.toMarkup=function(){return this.character?"<mtext>"+this.character+"</mtext>":'<mspace width="'+z(this.width)+'"/>'},e.toText=function(){return this.character?this.character:" "},l}(),A={MathNode:d0,TextNode:ue,SpaceNode:w1,newDocumentFragment:lr},f0=function(e,t,r){return Z[t][e]&&Z[t][e].replace&&e.charCodeAt(0)!==55349&&!(jt.hasOwnProperty(e)&&r&&(r.fontFamily&&r.fontFamily.slice(4,6)==="tt"||r.font&&r.font.slice(4,6)==="tt"))&&(e=Z[t][e].replace),new A.TextNode(e)},at=function(e){return e.length===1?e[0]:new A.MathNode("mrow",e)},nt=function(e,t){if(t.fontFamily==="texttt")return"monospace";if(t.fontFamily==="textsf")return t.fontShape==="textit"&&t.fontWeight==="textbf"?"sans-serif-bold-italic":t.fontShape==="textit"?"sans-serif-italic":t.fontWeight==="textbf"?"bold-sans-serif":"sans-serif";if(t.fontShape==="textit"&&t.fontWeight==="textbf")return"bold-italic";if(t.fontShape==="textit")return"italic";if(t.fontWeight==="textbf")return"bold";var r=t.font;if(!r||r==="mathnormal")return null;var a=e.mode;if(r==="mathit")return"italic";if(r==="boldsymbol")return e.type==="textord"?"bold":"bold-italic";if(r==="mathbf")return"bold";if(r==="mathbb")return"double-struck";if(r==="mathfrak")return"fraktur";if(r==="mathscr"||r==="mathcal")return"script";if(r==="mathsf")return"sans-serif";if(r==="mathtt")return"monospace";var n=e.text;if(I.contains(["\\imath","\\jmath"],n))return null;Z[a][n]&&Z[a][n].replace&&(n=Z[a][n].replace);var s=b.fontMap[r].fontName;return We(n,s,a)?b.fontMap[r].variant:null},o0=function(e,t,r){if(e.length===1){var a=Y(e[0],t);return r&&a instanceof d0&&a.type==="mo"&&(a.setAttribute("lspace","0em"),a.setAttribute("rspace","0em")),[a]}for(var n=[],s,u=0;u<e.length;u++){var m=Y(e[u],t);if(m instanceof d0&&s instanceof d0){if(m.type==="mtext"&&s.type==="mtext"&&m.getAttribute("mathvariant")===s.getAttribute("mathvariant")){var d;(d=s.children).push.apply(d,m.children);continue}else if(m.type==="mn"&&s.type==="mn"){var v;(v=s.children).push.apply(v,m.children);continue}else if(m.type==="mi"&&m.children.length===1&&s.type==="mn"){var y=m.children[0];if(y instanceof ue&&y.text==="."){var w;(w=s.children).push.apply(w,m.children);continue}}else if(s.type==="mi"&&s.children.length===1){var x=s.children[0];if(x instanceof ue&&x.text==="̸"&&(m.type==="mo"||m.type==="mi"||m.type==="mn")){var k=m.children[0];k instanceof ue&&k.text.length>0&&(k.text=k.text.slice(0,1)+"̸"+k.text.slice(1),n.pop())}}}n.push(m),s=m}return n},R0=function(e,t,r){return at(o0(e,t,r))},Y=function(e,t){if(!e)return new A.MathNode("mrow");if(ze[e.type]){var r=ze[e.type](e,t);return r}else throw new M("Got group of unknown type: '"+e.type+"'")};function sr(l,e,t,r,a){var n=o0(l,t),s;n.length===1&&n[0]instanceof d0&&I.contains(["mrow","mtable"],n[0].type)?s=n[0]:s=new A.MathNode("mrow",n);var u=new A.MathNode("annotation",[new A.TextNode(e)]);u.setAttribute("encoding","application/x-tex");var m=new A.MathNode("semantics",[s,u]),d=new A.MathNode("math",[m]);d.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML"),r&&d.setAttribute("display","block");var v=a?"katex":"katex-mathml";return b.makeSpan([v],[d])}var or=function(e){return new $a({style:e.displayMode?F.DISPLAY:F.TEXT,maxSize:e.maxSize,minRuleThickness:e.minRuleThickness})},ur=function(e,t){if(t.displayMode){var r=["katex-display"];t.leqno&&r.push("leqno"),t.fleqn&&r.push("fleqn"),e=b.makeSpan(r,[e])}return e},k1=function(e,t,r){var a=or(r),n;if(r.output==="mathml")return sr(e,t,a,r.displayMode,!0);if(r.output==="html"){var s=rt(e,a);n=b.makeSpan(["katex"],[s])}else{var u=sr(e,t,a,r.displayMode,!1),m=rt(e,a);n=b.makeSpan(["katex"],[u,m])}return ur(n,r)},S1=function(e,t,r){var a=or(r),n=rt(e,a),s=b.makeSpan(["katex"],[n]);return ur(s,r)},A1={widehat:"^",widecheck:"ˇ",widetilde:"~",utilde:"~",overleftarrow:"←",underleftarrow:"←",xleftarrow:"←",overrightarrow:"→",underrightarrow:"→",xrightarrow:"→",underbrace:"⏟",overbrace:"⏞",overgroup:"⏠",undergroup:"⏡",overleftrightarrow:"↔",underleftrightarrow:"↔",xleftrightarrow:"↔",Overrightarrow:"⇒",xRightarrow:"⇒",overleftharpoon:"↼",xleftharpoonup:"↼",overrightharpoon:"⇀",xrightharpoonup:"⇀",xLeftarrow:"⇐",xLeftrightarrow:"⇔",xhookleftarrow:"↩",xhookrightarrow:"↪",xmapsto:"↦",xrightharpoondown:"⇁",xleftharpoondown:"↽",xrightleftharpoons:"⇌",xleftrightharpoons:"⇋",xtwoheadleftarrow:"↞",xtwoheadrightarrow:"↠",xlongequal:"=",xtofrom:"⇄",xrightleftarrows:"⇄",xrightequilibrium:"⇌",xleftequilibrium:"⇋","\\cdrightarrow":"→","\\cdleftarrow":"←","\\cdlongequal":"="},M1=function(e){var t=new A.MathNode("mo",[new A.TextNode(A1[e.replace(/^\\/,"")])]);return t.setAttribute("stretchy","true"),t},B1={overrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],overleftarrow:[["leftarrow"],.888,522,"xMinYMin"],underrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],underleftarrow:[["leftarrow"],.888,522,"xMinYMin"],xrightarrow:[["rightarrow"],1.469,522,"xMaxYMin"],"\\cdrightarrow":[["rightarrow"],3,522,"xMaxYMin"],xleftarrow:[["leftarrow"],1.469,522,"xMinYMin"],"\\cdleftarrow":[["leftarrow"],3,522,"xMinYMin"],Overrightarrow:[["doublerightarrow"],.888,560,"xMaxYMin"],xRightarrow:[["doublerightarrow"],1.526,560,"xMaxYMin"],xLeftarrow:[["doubleleftarrow"],1.526,560,"xMinYMin"],overleftharpoon:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoonup:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoondown:[["leftharpoondown"],.888,522,"xMinYMin"],overrightharpoon:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoonup:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoondown:[["rightharpoondown"],.888,522,"xMaxYMin"],xlongequal:[["longequal"],.888,334,"xMinYMin"],"\\cdlongequal":[["longequal"],3,334,"xMinYMin"],xtwoheadleftarrow:[["twoheadleftarrow"],.888,334,"xMinYMin"],xtwoheadrightarrow:[["twoheadrightarrow"],.888,334,"xMaxYMin"],overleftrightarrow:[["leftarrow","rightarrow"],.888,522],overbrace:[["leftbrace","midbrace","rightbrace"],1.6,548],underbrace:[["leftbraceunder","midbraceunder","rightbraceunder"],1.6,548],underleftrightarrow:[["leftarrow","rightarrow"],.888,522],xleftrightarrow:[["leftarrow","rightarrow"],1.75,522],xLeftrightarrow:[["doubleleftarrow","doublerightarrow"],1.75,560],xrightleftharpoons:[["leftharpoondownplus","rightharpoonplus"],1.75,716],xleftrightharpoons:[["leftharpoonplus","rightharpoondownplus"],1.75,716],xhookleftarrow:[["leftarrow","righthook"],1.08,522],xhookrightarrow:[["lefthook","rightarrow"],1.08,522],overlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],underlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],overgroup:[["leftgroup","rightgroup"],.888,342],undergroup:[["leftgroupunder","rightgroupunder"],.888,342],xmapsto:[["leftmapsto","rightarrow"],1.5,522],xtofrom:[["leftToFrom","rightToFrom"],1.75,528],xrightleftarrows:[["baraboveleftarrow","rightarrowabovebar"],1.75,901],xrightequilibrium:[["baraboveshortleftharpoon","rightharpoonaboveshortbar"],1.75,716],xleftequilibrium:[["shortbaraboveleftharpoon","shortrightharpoonabovebar"],1.75,716]},z1=function(e){return e.type==="ordgroup"?e.body.length:1},T1=function(e,t){function r(){var m=4e5,d=e.label.slice(1);if(I.contains(["widehat","widecheck","widetilde","utilde"],d)){var v=e,y=z1(v.base),w,x,k;if(y>5)d==="widehat"||d==="widecheck"?(w=420,m=2364,k=.42,x=d+"4"):(w=312,m=2340,k=.34,x="tilde4");else{var B=[1,1,2,2,3,3][y];d==="widehat"||d==="widecheck"?(m=[0,1062,2364,2364,2364][B],w=[0,239,300,360,420][B],k=[0,.24,.3,.3,.36,.42][B],x=d+B):(m=[0,600,1033,2339,2340][B],w=[0,260,286,306,312][B],k=[0,.26,.286,.3,.306,.34][B],x="tilde"+B)}var T=new q0(x),N=new M0([T],{width:"100%",height:z(k),viewBox:"0 0 "+m+" "+w,preserveAspectRatio:"none"});return{span:b.makeSvgSpan([],[N],t),minWidth:0,height:k}}else{var E=[],q=B1[d],V=q[0],H=q[1],U=q[2],G=U/1e3,W=V.length,X,r0;if(W===1){var h0=q[3];X=["hide-tail"],r0=[h0]}else if(W===2)X=["halfarrow-left","halfarrow-right"],r0=["xMinYMin","xMaxYMin"];else if(W===3)X=["brace-left","brace-center","brace-right"],r0=["xMinYMin","xMidYMin","xMaxYMin"];else throw new Error(`Correct katexImagesData or update code here to support
|
||
`+W+" children.");for(var J=0;J<W;J++){var Y0=new q0(V[J]),p0=new M0([Y0],{width:"400em",height:z(G),viewBox:"0 0 "+m+" "+U,preserveAspectRatio:r0[J]+" slice"}),i0=b.makeSvgSpan([X[J]],[p0],t);if(W===1)return{span:i0,minWidth:H,height:G};i0.style.height=z(G),E.push(i0)}return{span:b.makeSpan(["stretchy"],E,t),minWidth:H,height:G}}}var a=r(),n=a.span,s=a.minWidth,u=a.height;return n.height=u,n.style.height=z(u),s>0&&(n.style.minWidth=z(s)),n},C1=function(e,t,r,a,n){var s,u=e.height+e.depth+r+a;if(/fbox|color|angl/.test(t)){if(s=b.makeSpan(["stretchy",t],[],n),t==="fbox"){var m=n.color&&n.getColor();m&&(s.style.borderColor=m)}}else{var d=[];/^[bx]cancel$/.test(t)&&d.push(new $e({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(t)&&d.push(new $e({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));var v=new M0(d,{width:"100%",height:z(u)});s=b.makeSvgSpan([],[v],n)}return s.height=u,s.style.height=z(u),s},C0={encloseSpan:C1,mathMLnode:M1,svgSpan:T1};function L(l,e){if(!l||l.type!==e)throw new Error("Expected node of type "+e+", but got "+(l?"node of type "+l.type:String(l)));return l}function it(l){var e=De(l);if(!e)throw new Error("Expected node of symbol group type, but got "+(l?"node of type "+l.type:String(l)));return e}function De(l){return l&&(l.type==="atom"||e1.hasOwnProperty(l.type))?l:null}var lt=function(e,t){var r,a,n;e&&e.type==="supsub"?(a=L(e.base,"accent"),r=a.base,e.base=r,n=Qa(P(e,t)),e.base=a):(a=L(e,"accent"),r=a.base);var s=P(r,t.havingCrampedStyle()),u=a.isShifty&&I.isCharacterBox(r),m=0;if(u){var d=I.getBaseElem(r),v=P(d,t.havingCrampedStyle());m=Xt(v).skew}var y=a.label==="\\c",w=y?s.height+s.depth:Math.min(s.height,t.fontMetrics().xHeight),x;if(a.isStretchy)x=C0.svgSpan(a,t),x=b.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:s},{type:"elem",elem:x,wrapperClasses:["svg-align"],wrapperStyle:m>0?{width:"calc(100% - "+z(2*m)+")",marginLeft:z(2*m)}:void 0}]},t);else{var k,B;a.label==="\\vec"?(k=b.staticSvg("vec",t),B=b.svgData.vec[1]):(k=b.makeOrd({mode:a.mode,text:a.label},t,"textord"),k=Xt(k),k.italic=0,B=k.width,y&&(w+=k.depth)),x=b.makeSpan(["accent-body"],[k]);var T=a.label==="\\textcircled";T&&(x.classes.push("accent-full"),w=s.height);var N=m;T||(N-=B/2),x.style.left=z(N),a.label==="\\textcircled"&&(x.style.top=".2em"),x=b.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:s},{type:"kern",size:-w},{type:"elem",elem:x}]},t)}var E=b.makeSpan(["mord","accent"],[x],t);return n?(n.children[0]=E,n.height=Math.max(E.height,n.height),n.classes[0]="mord",n):E},hr=function(e,t){var r=e.isStretchy?C0.mathMLnode(e.label):new A.MathNode("mo",[f0(e.label,e.mode)]),a=new A.MathNode("mover",[Y(e.base,t),r]);return a.setAttribute("accent","true"),a},D1=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map(function(l){return"\\"+l}).join("|"));C({type:"accent",names:["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring","\\widecheck","\\widehat","\\widetilde","\\overrightarrow","\\overleftarrow","\\Overrightarrow","\\overleftrightarrow","\\overgroup","\\overlinesegment","\\overleftharpoon","\\overrightharpoon"],props:{numArgs:1},handler:function(e,t){var r=Te(t[0]),a=!D1.test(e.funcName),n=!a||e.funcName==="\\widehat"||e.funcName==="\\widetilde"||e.funcName==="\\widecheck";return{type:"accent",mode:e.parser.mode,label:e.funcName,isStretchy:a,isShifty:n,base:r}},htmlBuilder:lt,mathmlBuilder:hr}),C({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\c","\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["primitive"]},handler:function(e,t){var r=t[0],a=e.parser.mode;return a==="math"&&(e.parser.settings.reportNonstrict("mathVsTextAccents","LaTeX's accent "+e.funcName+" works only in text mode"),a="text"),{type:"accent",mode:a,label:e.funcName,isStretchy:!1,isShifty:!0,base:r}},htmlBuilder:lt,mathmlBuilder:hr}),C({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:function(e,t){var r=e.parser,a=e.funcName,n=t[0];return{type:"accentUnder",mode:r.mode,label:a,base:n}},htmlBuilder:function(e,t){var r=P(e.base,t),a=C0.svgSpan(e,t),n=e.label==="\\utilde"?.12:0,s=b.makeVList({positionType:"top",positionData:r.height,children:[{type:"elem",elem:a,wrapperClasses:["svg-align"]},{type:"kern",size:n},{type:"elem",elem:r}]},t);return b.makeSpan(["mord","accentunder"],[s],t)},mathmlBuilder:function(e,t){var r=C0.mathMLnode(e.label),a=new A.MathNode("munder",[Y(e.base,t),r]);return a.setAttribute("accentunder","true"),a}});var Ne=function(e){var t=new A.MathNode("mpadded",e?[e]:[]);return t.setAttribute("width","+0.6em"),t.setAttribute("lspace","0.3em"),t};C({type:"xArrow",names:["\\xleftarrow","\\xrightarrow","\\xLeftarrow","\\xRightarrow","\\xleftrightarrow","\\xLeftrightarrow","\\xhookleftarrow","\\xhookrightarrow","\\xmapsto","\\xrightharpoondown","\\xrightharpoonup","\\xleftharpoondown","\\xleftharpoonup","\\xrightleftharpoons","\\xleftrightharpoons","\\xlongequal","\\xtwoheadrightarrow","\\xtwoheadleftarrow","\\xtofrom","\\xrightleftarrows","\\xrightequilibrium","\\xleftequilibrium","\\\\cdrightarrow","\\\\cdleftarrow","\\\\cdlongequal"],props:{numArgs:1,numOptionalArgs:1},handler:function(e,t,r){var a=e.parser,n=e.funcName;return{type:"xArrow",mode:a.mode,label:n,body:t[0],below:r[0]}},htmlBuilder:function(e,t){var r=t.style,a=t.havingStyle(r.sup()),n=b.wrapFragment(P(e.body,a,t),t),s=e.label.slice(0,2)==="\\x"?"x":"cd";n.classes.push(s+"-arrow-pad");var u;e.below&&(a=t.havingStyle(r.sub()),u=b.wrapFragment(P(e.below,a,t),t),u.classes.push(s+"-arrow-pad"));var m=C0.svgSpan(e,t),d=-t.fontMetrics().axisHeight+.5*m.height,v=-t.fontMetrics().axisHeight-.5*m.height-.111;(n.depth>.25||e.label==="\\xleftequilibrium")&&(v-=n.depth);var y;if(u){var w=-t.fontMetrics().axisHeight+u.height+.5*m.height+.111;y=b.makeVList({positionType:"individualShift",children:[{type:"elem",elem:n,shift:v},{type:"elem",elem:m,shift:d},{type:"elem",elem:u,shift:w}]},t)}else y=b.makeVList({positionType:"individualShift",children:[{type:"elem",elem:n,shift:v},{type:"elem",elem:m,shift:d}]},t);return y.children[0].children[0].children[1].classes.push("svg-align"),b.makeSpan(["mrel","x-arrow"],[y],t)},mathmlBuilder:function(e,t){var r=C0.mathMLnode(e.label);r.setAttribute("minsize",e.label.charAt(0)==="x"?"1.75em":"3.0em");var a;if(e.body){var n=Ne(Y(e.body,t));if(e.below){var s=Ne(Y(e.below,t));a=new A.MathNode("munderover",[r,s,n])}else a=new A.MathNode("mover",[r,n])}else if(e.below){var u=Ne(Y(e.below,t));a=new A.MathNode("munder",[r,u])}else a=Ne(),a=new A.MathNode("mover",[r,a]);return a}});var N1=b.makeSpan;function mr(l,e){var t=t0(l.body,e,!0);return N1([l.mclass],t,e)}function cr(l,e){var t,r=o0(l.body,e);return l.mclass==="minner"?t=new A.MathNode("mpadded",r):l.mclass==="mord"?l.isCharacterBox?(t=r[0],t.type="mi"):t=new A.MathNode("mi",r):(l.isCharacterBox?(t=r[0],t.type="mo"):t=new A.MathNode("mo",r),l.mclass==="mbin"?(t.attributes.lspace="0.22em",t.attributes.rspace="0.22em"):l.mclass==="mpunct"?(t.attributes.lspace="0em",t.attributes.rspace="0.17em"):l.mclass==="mopen"||l.mclass==="mclose"?(t.attributes.lspace="0em",t.attributes.rspace="0em"):l.mclass==="minner"&&(t.attributes.lspace="0.0556em",t.attributes.width="+0.1111em")),t}C({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1,primitive:!0},handler:function(e,t){var r=e.parser,a=e.funcName,n=t[0];return{type:"mclass",mode:r.mode,mclass:"m"+a.slice(5),body:Q(n),isCharacterBox:I.isCharacterBox(n)}},htmlBuilder:mr,mathmlBuilder:cr});var Ee=function(e){var t=e.type==="ordgroup"&&e.body.length?e.body[0]:e;return t.type==="atom"&&(t.family==="bin"||t.family==="rel")?"m"+t.family:"mord"};C({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler:function(e,t){var r=e.parser;return{type:"mclass",mode:r.mode,mclass:Ee(t[0]),body:Q(t[1]),isCharacterBox:I.isCharacterBox(t[1])}}}),C({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler:function(e,t){var r=e.parser,a=e.funcName,n=t[1],s=t[0],u;a!=="\\stackrel"?u=Ee(n):u="mrel";var m={type:"op",mode:n.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:a!=="\\stackrel",body:Q(n)},d={type:"supsub",mode:s.mode,base:m,sup:a==="\\underset"?null:s,sub:a==="\\underset"?s:null};return{type:"mclass",mode:r.mode,mclass:u,body:[d],isCharacterBox:I.isCharacterBox(d)}},htmlBuilder:mr,mathmlBuilder:cr}),C({type:"pmb",names:["\\pmb"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){var r=e.parser;return{type:"pmb",mode:r.mode,mclass:Ee(t[0]),body:Q(t[0])}},htmlBuilder:function(e,t){var r=t0(e.body,t,!0),a=b.makeSpan([e.mclass],r,t);return a.style.textShadow="0.02em 0.01em 0.04px",a},mathmlBuilder:function(e,t){var r=o0(e.body,t),a=new A.MathNode("mstyle",r);return a.setAttribute("style","text-shadow: 0.02em 0.01em 0.04px"),a}});var E1={">":"\\\\cdrightarrow","<":"\\\\cdleftarrow","=":"\\\\cdlongequal",A:"\\uparrow",V:"\\downarrow","|":"\\Vert",".":"no arrow"},dr=function(){return{type:"styling",body:[],mode:"math",style:"display"}},fr=function(e){return e.type==="textord"&&e.text==="@"},q1=function(e,t){return(e.type==="mathord"||e.type==="atom")&&e.text===t};function F1(l,e,t){var r=E1[l];switch(r){case"\\\\cdrightarrow":case"\\\\cdleftarrow":return t.callFunction(r,[e[0]],[e[1]]);case"\\uparrow":case"\\downarrow":{var a=t.callFunction("\\\\cdleft",[e[0]],[]),n={type:"atom",text:r,mode:"math",family:"rel"},s=t.callFunction("\\Big",[n],[]),u=t.callFunction("\\\\cdright",[e[1]],[]),m={type:"ordgroup",mode:"math",body:[a,s,u]};return t.callFunction("\\\\cdparent",[m],[])}case"\\\\cdlongequal":return t.callFunction("\\\\cdlongequal",[],[]);case"\\Vert":{var d={type:"textord",text:"\\Vert",mode:"math"};return t.callFunction("\\Big",[d],[])}default:return{type:"textord",text:" ",mode:"math"}}}function R1(l){var e=[];for(l.gullet.beginGroup(),l.gullet.macros.set("\\cr","\\\\\\relax"),l.gullet.beginGroup();;){e.push(l.parseExpression(!1,"\\\\")),l.gullet.endGroup(),l.gullet.beginGroup();var t=l.fetch().text;if(t==="&"||t==="\\\\")l.consume();else if(t==="\\end"){e[e.length-1].length===0&&e.pop();break}else throw new M("Expected \\\\ or \\cr or \\end",l.nextToken)}for(var r=[],a=[r],n=0;n<e.length;n++){for(var s=e[n],u=dr(),m=0;m<s.length;m++)if(!fr(s[m]))u.body.push(s[m]);else{r.push(u),m+=1;var d=it(s[m]).text,v=new Array(2);if(v[0]={type:"ordgroup",mode:"math",body:[]},v[1]={type:"ordgroup",mode:"math",body:[]},!("=|.".indexOf(d)>-1))if("<>AV".indexOf(d)>-1)for(var y=0;y<2;y++){for(var w=!0,x=m+1;x<s.length;x++){if(q1(s[x],d)){w=!1,m=x;break}if(fr(s[x]))throw new M("Missing a "+d+" character to complete a CD arrow.",s[x]);v[y].body.push(s[x])}if(w)throw new M("Missing a "+d+" character to complete a CD arrow.",s[m])}else throw new M('Expected one of "<>AV=|." after @',s[m]);var k=F1(d,v,l),B={type:"styling",body:[k],mode:"math",style:"display"};r.push(B),u=dr()}n%2===0?r.push(u):r.shift(),r=[],a.push(r)}l.gullet.endGroup(),l.gullet.endGroup();var T=new Array(a[0].length).fill({type:"align",align:"c",pregap:.25,postgap:.25});return{type:"array",mode:"math",body:a,arraystretch:1,addJot:!0,rowGaps:[null],cols:T,colSeparationType:"CD",hLinesBeforeRow:new Array(a.length+1).fill([])}}C({type:"cdlabel",names:["\\\\cdleft","\\\\cdright"],props:{numArgs:1},handler:function(e,t){var r=e.parser,a=e.funcName;return{type:"cdlabel",mode:r.mode,side:a.slice(4),label:t[0]}},htmlBuilder:function(e,t){var r=t.havingStyle(t.style.sup()),a=b.wrapFragment(P(e.label,r,t),t);return a.classes.push("cd-label-"+e.side),a.style.bottom=z(.8-a.depth),a.height=0,a.depth=0,a},mathmlBuilder:function(e,t){var r=new A.MathNode("mrow",[Y(e.label,t)]);return r=new A.MathNode("mpadded",[r]),r.setAttribute("width","0"),e.side==="left"&&r.setAttribute("lspace","-1width"),r.setAttribute("voffset","0.7em"),r=new A.MathNode("mstyle",[r]),r.setAttribute("displaystyle","false"),r.setAttribute("scriptlevel","1"),r}}),C({type:"cdlabelparent",names:["\\\\cdparent"],props:{numArgs:1},handler:function(e,t){var r=e.parser;return{type:"cdlabelparent",mode:r.mode,fragment:t[0]}},htmlBuilder:function(e,t){var r=b.wrapFragment(P(e.fragment,t),t);return r.classes.push("cd-vert-arrow"),r},mathmlBuilder:function(e,t){return new A.MathNode("mrow",[Y(e.fragment,t)])}}),C({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){for(var r=e.parser,a=L(t[0],"ordgroup"),n=a.body,s="",u=0;u<n.length;u++){var m=L(n[u],"textord");s+=m.text}var d=parseInt(s),v;if(isNaN(d))throw new M("\\@char has non-numeric argument "+s);if(d<0||d>=1114111)throw new M("\\@char with invalid code point "+s);return d<=65535?v=String.fromCharCode(d):(d-=65536,v=String.fromCharCode((d>>10)+55296,(d&1023)+56320)),{type:"textord",mode:r.mode,text:v}}});var pr=function(e,t){var r=t0(e.body,t.withColor(e.color),!1);return b.makeFragment(r)},vr=function(e,t){var r=o0(e.body,t.withColor(e.color)),a=new A.MathNode("mstyle",r);return a.setAttribute("mathcolor",e.color),a};C({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,argTypes:["color","original"]},handler:function(e,t){var r=e.parser,a=L(t[0],"color-token").color,n=t[1];return{type:"color",mode:r.mode,color:a,body:Q(n)}},htmlBuilder:pr,mathmlBuilder:vr}),C({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,argTypes:["color"]},handler:function(e,t){var r=e.parser,a=e.breakOnTokenText,n=L(t[0],"color-token").color;r.gullet.macros.set("\\current@color",n);var s=r.parseExpression(!0,a);return{type:"color",mode:r.mode,color:n,body:s}},htmlBuilder:pr,mathmlBuilder:vr}),C({type:"cr",names:["\\\\"],props:{numArgs:0,numOptionalArgs:0,allowedInText:!0},handler:function(e,t,r){var a=e.parser,n=a.gullet.future().text==="["?a.parseSizeGroup(!0):null,s=!a.settings.displayMode||!a.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode");return{type:"cr",mode:a.mode,newLine:s,size:n&&L(n,"size").value}},htmlBuilder:function(e,t){var r=b.makeSpan(["mspace"],[],t);return e.newLine&&(r.classes.push("newline"),e.size&&(r.style.marginTop=z($(e.size,t)))),r},mathmlBuilder:function(e,t){var r=new A.MathNode("mspace");return e.newLine&&(r.setAttribute("linebreak","newline"),e.size&&r.setAttribute("height",z($(e.size,t)))),r}});var st={"\\global":"\\global","\\long":"\\\\globallong","\\\\globallong":"\\\\globallong","\\def":"\\gdef","\\gdef":"\\gdef","\\edef":"\\xdef","\\xdef":"\\xdef","\\let":"\\\\globallet","\\futurelet":"\\\\globalfuture"},gr=function(e){var t=e.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(t))throw new M("Expected a control sequence",e);return t},I1=function(e){var t=e.gullet.popToken();return t.text==="="&&(t=e.gullet.popToken(),t.text===" "&&(t=e.gullet.popToken())),t},br=function(e,t,r,a){var n=e.gullet.macros.get(r.text);n==null&&(r.noexpand=!0,n={tokens:[r],numArgs:0,unexpandable:!e.gullet.isExpandable(r.text)}),e.gullet.macros.set(t,n,a)};C({type:"internal",names:["\\global","\\long","\\\\globallong"],props:{numArgs:0,allowedInText:!0},handler:function(e){var t=e.parser,r=e.funcName;t.consumeSpaces();var a=t.fetch();if(st[a.text])return(r==="\\global"||r==="\\\\globallong")&&(a.text=st[a.text]),L(t.parseFunction(),"internal");throw new M("Invalid token after macro prefix",a)}}),C({type:"internal",names:["\\def","\\gdef","\\edef","\\xdef"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler:function(e){var t=e.parser,r=e.funcName,a=t.gullet.popToken(),n=a.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(n))throw new M("Expected a control sequence",a);for(var s=0,u,m=[[]];t.gullet.future().text!=="{";)if(a=t.gullet.popToken(),a.text==="#"){if(t.gullet.future().text==="{"){u=t.gullet.future(),m[s].push("{");break}if(a=t.gullet.popToken(),!/^[1-9]$/.test(a.text))throw new M('Invalid argument number "'+a.text+'"');if(parseInt(a.text)!==s+1)throw new M('Argument number "'+a.text+'" out of order');s++,m.push([])}else{if(a.text==="EOF")throw new M("Expected a macro definition");m[s].push(a.text)}var d=t.gullet.consumeArg(),v=d.tokens;return u&&v.unshift(u),(r==="\\edef"||r==="\\xdef")&&(v=t.gullet.expandTokens(v),v.reverse()),t.gullet.macros.set(n,{tokens:v,numArgs:s,delimiters:m},r===st[r]),{type:"internal",mode:t.mode}}}),C({type:"internal",names:["\\let","\\\\globallet"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler:function(e){var t=e.parser,r=e.funcName,a=gr(t.gullet.popToken());t.gullet.consumeSpaces();var n=I1(t);return br(t,a,n,r==="\\\\globallet"),{type:"internal",mode:t.mode}}}),C({type:"internal",names:["\\futurelet","\\\\globalfuture"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler:function(e){var t=e.parser,r=e.funcName,a=gr(t.gullet.popToken()),n=t.gullet.popToken(),s=t.gullet.popToken();return br(t,a,s,r==="\\\\globalfuture"),t.gullet.pushToken(s),t.gullet.pushToken(n),{type:"internal",mode:t.mode}}});var he=function(e,t,r){var a=Z.math[e]&&Z.math[e].replace,n=We(a||e,t,r);if(!n)throw new Error("Unsupported symbol "+e+" and font size "+t+".");return n},ot=function(e,t,r,a){var n=r.havingBaseStyle(t),s=b.makeSpan(a.concat(n.sizingClasses(r)),[e],r),u=n.sizeMultiplier/r.sizeMultiplier;return s.height*=u,s.depth*=u,s.maxFontSize=n.sizeMultiplier,s},yr=function(e,t,r){var a=t.havingBaseStyle(r),n=(1-t.sizeMultiplier/a.sizeMultiplier)*t.fontMetrics().axisHeight;e.classes.push("delimcenter"),e.style.top=z(n),e.height-=n,e.depth+=n},O1=function(e,t,r,a,n,s){var u=b.makeSymbol(e,"Main-Regular",n,a),m=ot(u,t,a,s);return r&&yr(m,a,t),m},L1=function(e,t,r,a){return b.makeSymbol(e,"Size"+t+"-Regular",r,a)},xr=function(e,t,r,a,n,s){var u=L1(e,t,n,a),m=ot(b.makeSpan(["delimsizing","size"+t],[u],a),F.TEXT,a,s);return r&&yr(m,a,F.TEXT),m},ut=function(e,t,r){var a;t==="Size1-Regular"?a="delim-size1":a="delim-size4";var n=b.makeSpan(["delimsizinginner",a],[b.makeSpan([],[b.makeSymbol(e,t,r)])]);return{type:"elem",elem:n}},ht=function(e,t,r){var a=x0["Size4-Regular"][e.charCodeAt(0)]?x0["Size4-Regular"][e.charCodeAt(0)][4]:x0["Size1-Regular"][e.charCodeAt(0)][4],n=new q0("inner",Ua(e,Math.round(1e3*t))),s=new M0([n],{width:z(a),height:z(t),style:"width:"+z(a),viewBox:"0 0 "+1e3*a+" "+Math.round(1e3*t),preserveAspectRatio:"xMinYMin"}),u=b.makeSvgSpan([],[s],r);return u.height=t,u.style.height=z(t),u.style.width=z(a),{type:"elem",elem:u}},mt=.008,qe={type:"kern",size:-1*mt},H1=["|","\\lvert","\\rvert","\\vert"],P1=["\\|","\\lVert","\\rVert","\\Vert"],wr=function(e,t,r,a,n,s){var u,m,d,v,y="",w=0;u=d=v=e,m=null;var x="Size1-Regular";e==="\\uparrow"?d=v="⏐":e==="\\Uparrow"?d=v="‖":e==="\\downarrow"?u=d="⏐":e==="\\Downarrow"?u=d="‖":e==="\\updownarrow"?(u="\\uparrow",d="⏐",v="\\downarrow"):e==="\\Updownarrow"?(u="\\Uparrow",d="‖",v="\\Downarrow"):I.contains(H1,e)?(d="∣",y="vert",w=333):I.contains(P1,e)?(d="∥",y="doublevert",w=556):e==="["||e==="\\lbrack"?(u="⎡",d="⎢",v="⎣",x="Size4-Regular",y="lbrack",w=667):e==="]"||e==="\\rbrack"?(u="⎤",d="⎥",v="⎦",x="Size4-Regular",y="rbrack",w=667):e==="\\lfloor"||e==="⌊"?(d=u="⎢",v="⎣",x="Size4-Regular",y="lfloor",w=667):e==="\\lceil"||e==="⌈"?(u="⎡",d=v="⎢",x="Size4-Regular",y="lceil",w=667):e==="\\rfloor"||e==="⌋"?(d=u="⎥",v="⎦",x="Size4-Regular",y="rfloor",w=667):e==="\\rceil"||e==="⌉"?(u="⎤",d=v="⎥",x="Size4-Regular",y="rceil",w=667):e==="("||e==="\\lparen"?(u="⎛",d="⎜",v="⎝",x="Size4-Regular",y="lparen",w=875):e===")"||e==="\\rparen"?(u="⎞",d="⎟",v="⎠",x="Size4-Regular",y="rparen",w=875):e==="\\{"||e==="\\lbrace"?(u="⎧",m="⎨",v="⎩",d="⎪",x="Size4-Regular"):e==="\\}"||e==="\\rbrace"?(u="⎫",m="⎬",v="⎭",d="⎪",x="Size4-Regular"):e==="\\lgroup"||e==="⟮"?(u="⎧",v="⎩",d="⎪",x="Size4-Regular"):e==="\\rgroup"||e==="⟯"?(u="⎫",v="⎭",d="⎪",x="Size4-Regular"):e==="\\lmoustache"||e==="⎰"?(u="⎧",v="⎭",d="⎪",x="Size4-Regular"):(e==="\\rmoustache"||e==="⎱")&&(u="⎫",v="⎩",d="⎪",x="Size4-Regular");var k=he(u,x,n),B=k.height+k.depth,T=he(d,x,n),N=T.height+T.depth,E=he(v,x,n),q=E.height+E.depth,V=0,H=1;if(m!==null){var U=he(m,x,n);V=U.height+U.depth,H=2}var G=B+q+V,W=Math.max(0,Math.ceil((t-G)/(H*N))),X=G+W*H*N,r0=a.fontMetrics().axisHeight;r&&(r0*=a.sizeMultiplier);var h0=X/2-r0,J=[];if(y.length>0){var Y0=X-B-q,p0=Math.round(X*1e3),i0=Wa(y,Math.round(Y0*1e3)),H0=new q0(y,i0),Q0=(w/1e3).toFixed(3)+"em",_0=(p0/1e3).toFixed(3)+"em",Dt=new M0([H0],{width:Q0,height:_0,viewBox:"0 0 "+w+" "+p0}),P0=b.makeSvgSpan([],[Dt],a);P0.height=p0/1e3,P0.style.width=Q0,P0.style.height=_0,J.push({type:"elem",elem:P0})}else{if(J.push(ut(v,x,n)),J.push(qe),m===null){var G0=X-B-q+2*mt;J.push(ht(d,G0,a))}else{var v0=(X-B-q-V)/2+2*mt;J.push(ht(d,v0,a)),J.push(qe),J.push(ut(m,x,n)),J.push(qe),J.push(ht(d,v0,a))}J.push(qe),J.push(ut(u,x,n))}var de=a.havingBaseStyle(F.TEXT),Nt=b.makeVList({positionType:"bottom",positionData:h0,children:J},de);return ot(b.makeSpan(["delimsizing","mult"],[Nt],de),F.TEXT,a,s)},ct=80,dt=.08,ft=function(e,t,r,a,n){var s=Va(e,a,r),u=new q0(e,s),m=new M0([u],{width:"400em",height:z(t),viewBox:"0 0 400000 "+r,preserveAspectRatio:"xMinYMin slice"});return b.makeSvgSpan(["hide-tail"],[m],n)},G1=function(e,t){var r=t.havingBaseSizing(),a=Mr("\\surd",e*r.sizeMultiplier,Ar,r),n=r.sizeMultiplier,s=Math.max(0,t.minRuleThickness-t.fontMetrics().sqrtRuleThickness),u,m=0,d=0,v=0,y;return a.type==="small"?(v=1e3+1e3*s+ct,e<1?n=1:e<1.4&&(n=.7),m=(1+s+dt)/n,d=(1+s)/n,u=ft("sqrtMain",m,v,s,t),u.style.minWidth="0.853em",y=.833/n):a.type==="large"?(v=(1e3+ct)*me[a.size],d=(me[a.size]+s)/n,m=(me[a.size]+s+dt)/n,u=ft("sqrtSize"+a.size,m,v,s,t),u.style.minWidth="1.02em",y=1/n):(m=e+s+dt,d=e+s,v=Math.floor(1e3*e+s)+ct,u=ft("sqrtTall",m,v,s,t),u.style.minWidth="0.742em",y=1.056),u.height=d,u.style.height=z(m),{span:u,advanceWidth:y,ruleWidth:(t.fontMetrics().sqrtRuleThickness+s)*n}},kr=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","\\surd"],V1=["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱"],Sr=["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"],me=[0,1.2,1.8,2.4,3],U1=function(e,t,r,a,n){if(e==="<"||e==="\\lt"||e==="⟨"?e="\\langle":(e===">"||e==="\\gt"||e==="⟩")&&(e="\\rangle"),I.contains(kr,e)||I.contains(Sr,e))return xr(e,t,!1,r,a,n);if(I.contains(V1,e))return wr(e,me[t],!1,r,a,n);throw new M("Illegal delimiter: '"+e+"'")},W1=[{type:"small",style:F.SCRIPTSCRIPT},{type:"small",style:F.SCRIPT},{type:"small",style:F.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],Y1=[{type:"small",style:F.SCRIPTSCRIPT},{type:"small",style:F.SCRIPT},{type:"small",style:F.TEXT},{type:"stack"}],Ar=[{type:"small",style:F.SCRIPTSCRIPT},{type:"small",style:F.SCRIPT},{type:"small",style:F.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],X1=function(e){if(e.type==="small")return"Main-Regular";if(e.type==="large")return"Size"+e.size+"-Regular";if(e.type==="stack")return"Size4-Regular";throw new Error("Add support for delim type '"+e.type+"' here.")},Mr=function(e,t,r,a){for(var n=Math.min(2,3-a.style.size),s=n;s<r.length&&r[s].type!=="stack";s++){var u=he(e,X1(r[s]),"math"),m=u.height+u.depth;if(r[s].type==="small"){var d=a.havingBaseStyle(r[s].style);m*=d.sizeMultiplier}if(m>t)return r[s]}return r[r.length-1]},Br=function(e,t,r,a,n,s){e==="<"||e==="\\lt"||e==="⟨"?e="\\langle":(e===">"||e==="\\gt"||e==="⟩")&&(e="\\rangle");var u;I.contains(Sr,e)?u=W1:I.contains(kr,e)?u=Ar:u=Y1;var m=Mr(e,t,u,a);return m.type==="small"?O1(e,m.style,r,a,n,s):m.type==="large"?xr(e,m.size,r,a,n,s):wr(e,t,r,a,n,s)},j1=function(e,t,r,a,n,s){var u=a.fontMetrics().axisHeight*a.sizeMultiplier,m=901,d=5/a.fontMetrics().ptPerEm,v=Math.max(t-u,r+u),y=Math.max(v/500*m,2*v-d);return Br(e,y,!0,a,n,s)},D0={sqrtImage:G1,sizedDelim:U1,sizeToMaxHeight:me,customSizedDelim:Br,leftRightDelim:j1},zr={"\\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}},$1=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","<",">","\\langle","⟨","\\rangle","⟩","\\lt","\\gt","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱","/","\\backslash","|","\\vert","\\|","\\Vert","\\uparrow","\\Uparrow","\\downarrow","\\Downarrow","\\updownarrow","\\Updownarrow","."];function Fe(l,e){var t=De(l);if(t&&I.contains($1,t.text))return t;throw t?new M("Invalid delimiter '"+t.text+"' after '"+e.funcName+"'",l):new M("Invalid delimiter type '"+l.type+"'",l)}C({type:"delimsizing",names:["\\bigl","\\Bigl","\\biggl","\\Biggl","\\bigr","\\Bigr","\\biggr","\\Biggr","\\bigm","\\Bigm","\\biggm","\\Biggm","\\big","\\Big","\\bigg","\\Bigg"],props:{numArgs:1,argTypes:["primitive"]},handler:function(e,t){var r=Fe(t[0],e);return{type:"delimsizing",mode:e.parser.mode,size:zr[e.funcName].size,mclass:zr[e.funcName].mclass,delim:r.text}},htmlBuilder:function(e,t){return e.delim==="."?b.makeSpan([e.mclass]):D0.sizedDelim(e.delim,e.size,t,e.mode,[e.mclass])},mathmlBuilder:function(e){var t=[];e.delim!=="."&&t.push(f0(e.delim,e.mode));var r=new A.MathNode("mo",t);e.mclass==="mopen"||e.mclass==="mclose"?r.setAttribute("fence","true"):r.setAttribute("fence","false"),r.setAttribute("stretchy","true");var a=z(D0.sizeToMaxHeight[e.size]);return r.setAttribute("minsize",a),r.setAttribute("maxsize",a),r}});function Tr(l){if(!l.body)throw new Error("Bug: The leftright ParseNode wasn't fully parsed.")}C({type:"leftright-right",names:["\\right"],props:{numArgs:1,primitive:!0},handler:function(e,t){var r=e.parser.gullet.macros.get("\\current@color");if(r&&typeof r!="string")throw new M("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:e.parser.mode,delim:Fe(t[0],e).text,color:r}}}),C({type:"leftright",names:["\\left"],props:{numArgs:1,primitive:!0},handler:function(e,t){var r=Fe(t[0],e),a=e.parser;++a.leftrightDepth;var n=a.parseExpression(!1);--a.leftrightDepth,a.expect("\\right",!1);var s=L(a.parseFunction(),"leftright-right");return{type:"leftright",mode:a.mode,body:n,left:r.text,right:s.delim,rightColor:s.color}},htmlBuilder:function(e,t){Tr(e);for(var r=t0(e.body,t,!0,["mopen","mclose"]),a=0,n=0,s=!1,u=0;u<r.length;u++)r[u].isMiddle?s=!0:(a=Math.max(r[u].height,a),n=Math.max(r[u].depth,n));a*=t.sizeMultiplier,n*=t.sizeMultiplier;var m;if(e.left==="."?m=oe(t,["mopen"]):m=D0.leftRightDelim(e.left,a,n,t,e.mode,["mopen"]),r.unshift(m),s)for(var d=1;d<r.length;d++){var v=r[d],y=v.isMiddle;y&&(r[d]=D0.leftRightDelim(y.delim,a,n,y.options,e.mode,[]))}var w;if(e.right===".")w=oe(t,["mclose"]);else{var x=e.rightColor?t.withColor(e.rightColor):t;w=D0.leftRightDelim(e.right,a,n,x,e.mode,["mclose"])}return r.push(w),b.makeSpan(["minner"],r,t)},mathmlBuilder:function(e,t){Tr(e);var r=o0(e.body,t);if(e.left!=="."){var a=new A.MathNode("mo",[f0(e.left,e.mode)]);a.setAttribute("fence","true"),r.unshift(a)}if(e.right!=="."){var n=new A.MathNode("mo",[f0(e.right,e.mode)]);n.setAttribute("fence","true"),e.rightColor&&n.setAttribute("mathcolor",e.rightColor),r.push(n)}return at(r)}}),C({type:"middle",names:["\\middle"],props:{numArgs:1,primitive:!0},handler:function(e,t){var r=Fe(t[0],e);if(!e.parser.leftrightDepth)throw new M("\\middle without preceding \\left",r);return{type:"middle",mode:e.parser.mode,delim:r.text}},htmlBuilder:function(e,t){var r;if(e.delim===".")r=oe(t,[]);else{r=D0.sizedDelim(e.delim,1,t,e.mode,[]);var a={delim:e.delim,options:t};r.isMiddle=a}return r},mathmlBuilder:function(e,t){var r=e.delim==="\\vert"||e.delim==="|"?f0("|","text"):f0(e.delim,e.mode),a=new A.MathNode("mo",[r]);return a.setAttribute("fence","true"),a.setAttribute("lspace","0.05em"),a.setAttribute("rspace","0.05em"),a}});var pt=function(e,t){var r=b.wrapFragment(P(e.body,t),t),a=e.label.slice(1),n=t.sizeMultiplier,s,u=0,m=I.isCharacterBox(e.body);if(a==="sout")s=b.makeSpan(["stretchy","sout"]),s.height=t.fontMetrics().defaultRuleThickness/n,u=-.5*t.fontMetrics().xHeight;else if(a==="phase"){var d=$({number:.6,unit:"pt"},t),v=$({number:.35,unit:"ex"},t),y=t.havingBaseSizing();n=n/y.sizeMultiplier;var w=r.height+r.depth+d+v;r.style.paddingLeft=z(w/2+d);var x=Math.floor(1e3*w*n),k=Pa(x),B=new M0([new q0("phase",k)],{width:"400em",height:z(x/1e3),viewBox:"0 0 400000 "+x,preserveAspectRatio:"xMinYMin slice"});s=b.makeSvgSpan(["hide-tail"],[B],t),s.style.height=z(w),u=r.depth+d+v}else{/cancel/.test(a)?m||r.classes.push("cancel-pad"):a==="angl"?r.classes.push("anglpad"):r.classes.push("boxpad");var T=0,N=0,E=0;/box/.test(a)?(E=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness),T=t.fontMetrics().fboxsep+(a==="colorbox"?0:E),N=T):a==="angl"?(E=Math.max(t.fontMetrics().defaultRuleThickness,t.minRuleThickness),T=4*E,N=Math.max(0,.25-r.depth)):(T=m?.2:0,N=T),s=C0.encloseSpan(r,a,T,N,t),/fbox|boxed|fcolorbox/.test(a)?(s.style.borderStyle="solid",s.style.borderWidth=z(E)):a==="angl"&&E!==.049&&(s.style.borderTopWidth=z(E),s.style.borderRightWidth=z(E)),u=r.depth+N,e.backgroundColor&&(s.style.backgroundColor=e.backgroundColor,e.borderColor&&(s.style.borderColor=e.borderColor))}var q;if(e.backgroundColor)q=b.makeVList({positionType:"individualShift",children:[{type:"elem",elem:s,shift:u},{type:"elem",elem:r,shift:0}]},t);else{var V=/cancel|phase/.test(a)?["svg-align"]:[];q=b.makeVList({positionType:"individualShift",children:[{type:"elem",elem:r,shift:0},{type:"elem",elem:s,shift:u,wrapperClasses:V}]},t)}return/cancel/.test(a)&&(q.height=r.height,q.depth=r.depth),/cancel/.test(a)&&!m?b.makeSpan(["mord","cancel-lap"],[q],t):b.makeSpan(["mord"],[q],t)},vt=function(e,t){var r=0,a=new A.MathNode(e.label.indexOf("colorbox")>-1?"mpadded":"menclose",[Y(e.body,t)]);switch(e.label){case"\\cancel":a.setAttribute("notation","updiagonalstrike");break;case"\\bcancel":a.setAttribute("notation","downdiagonalstrike");break;case"\\phase":a.setAttribute("notation","phasorangle");break;case"\\sout":a.setAttribute("notation","horizontalstrike");break;case"\\fbox":a.setAttribute("notation","box");break;case"\\angl":a.setAttribute("notation","actuarial");break;case"\\fcolorbox":case"\\colorbox":if(r=t.fontMetrics().fboxsep*t.fontMetrics().ptPerEm,a.setAttribute("width","+"+2*r+"pt"),a.setAttribute("height","+"+2*r+"pt"),a.setAttribute("lspace",r+"pt"),a.setAttribute("voffset",r+"pt"),e.label==="\\fcolorbox"){var n=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness);a.setAttribute("style","border: "+n+"em solid "+String(e.borderColor))}break;case"\\xcancel":a.setAttribute("notation","updiagonalstrike downdiagonalstrike");break}return e.backgroundColor&&a.setAttribute("mathbackground",e.backgroundColor),a};C({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,argTypes:["color","text"]},handler:function(e,t,r){var a=e.parser,n=e.funcName,s=L(t[0],"color-token").color,u=t[1];return{type:"enclose",mode:a.mode,label:n,backgroundColor:s,body:u}},htmlBuilder:pt,mathmlBuilder:vt}),C({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,argTypes:["color","color","text"]},handler:function(e,t,r){var a=e.parser,n=e.funcName,s=L(t[0],"color-token").color,u=L(t[1],"color-token").color,m=t[2];return{type:"enclose",mode:a.mode,label:n,backgroundColor:u,borderColor:s,body:m}},htmlBuilder:pt,mathmlBuilder:vt}),C({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler:function(e,t){var r=e.parser;return{type:"enclose",mode:r.mode,label:"\\fbox",body:t[0]}}}),C({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout","\\phase"],props:{numArgs:1},handler:function(e,t){var r=e.parser,a=e.funcName,n=t[0];return{type:"enclose",mode:r.mode,label:a,body:n}},htmlBuilder:pt,mathmlBuilder:vt}),C({type:"enclose",names:["\\angl"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!1},handler:function(e,t){var r=e.parser;return{type:"enclose",mode:r.mode,label:"\\angl",body:t[0]}}});var Cr={};function w0(l){for(var e=l.type,t=l.names,r=l.props,a=l.handler,n=l.htmlBuilder,s=l.mathmlBuilder,u={type:e,numArgs:r.numArgs||0,allowedInText:!1,numOptionalArgs:0,handler:a},m=0;m<t.length;++m)Cr[t[m]]=u;n&&(Be[e]=n),s&&(ze[e]=s)}var Dr={};function c(l,e){Dr[l]=e}var b0=function(){function l(e,t,r){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=e,this.start=t,this.end=r}return l.range=function(t,r){return r?!t||!t.loc||!r.loc||t.loc.lexer!==r.loc.lexer?null:new l(t.loc.lexer,t.loc.start,r.loc.end):t&&t.loc},l}(),I0=function(){function l(t,r){this.text=void 0,this.loc=void 0,this.noexpand=void 0,this.treatAsRelax=void 0,this.text=t,this.loc=r}var e=l.prototype;return e.range=function(r,a){return new l(a,b0.range(this,r))},l}();function Nr(l){var e=[];l.consumeSpaces();var t=l.fetch().text;for(t==="\\relax"&&(l.consume(),l.consumeSpaces(),t=l.fetch().text);t==="\\hline"||t==="\\hdashline";)l.consume(),e.push(t==="\\hdashline"),l.consumeSpaces(),t=l.fetch().text;return e}var Re=function(e){var t=e.parser.settings;if(!t.displayMode)throw new M("{"+e.envName+"} can be used only in display mode.")};function gt(l){if(l.indexOf("ed")===-1)return l.indexOf("*")===-1}function O0(l,e,t){var r=e.hskipBeforeAndAfter,a=e.addJot,n=e.cols,s=e.arraystretch,u=e.colSeparationType,m=e.autoTag,d=e.singleRow,v=e.emptySingleRow,y=e.maxNumCols,w=e.leqno;if(l.gullet.beginGroup(),d||l.gullet.macros.set("\\cr","\\\\\\relax"),!s){var x=l.gullet.expandMacroAsText("\\arraystretch");if(x==null)s=1;else if(s=parseFloat(x),!s||s<0)throw new M("Invalid \\arraystretch: "+x)}l.gullet.beginGroup();var k=[],B=[k],T=[],N=[],E=m!=null?[]:void 0;function q(){m&&l.gullet.macros.set("\\@eqnsw","1",!0)}function V(){E&&(l.gullet.macros.get("\\df@tag")?(E.push(l.subparse([new I0("\\df@tag")])),l.gullet.macros.set("\\df@tag",void 0,!0)):E.push(!!m&&l.gullet.macros.get("\\@eqnsw")==="1"))}for(q(),N.push(Nr(l));;){var H=l.parseExpression(!1,d?"\\end":"\\\\");l.gullet.endGroup(),l.gullet.beginGroup(),H={type:"ordgroup",mode:l.mode,body:H},t&&(H={type:"styling",mode:l.mode,style:t,body:[H]}),k.push(H);var U=l.fetch().text;if(U==="&"){if(y&&k.length===y){if(d||u)throw new M("Too many tab characters: &",l.nextToken);l.settings.reportNonstrict("textEnv","Too few columns specified in the {array} column argument.")}l.consume()}else if(U==="\\end"){V(),k.length===1&&H.type==="styling"&&H.body[0].body.length===0&&(B.length>1||!v)&&B.pop(),N.length<B.length+1&&N.push([]);break}else if(U==="\\\\"){l.consume();var G=void 0;l.gullet.future().text!==" "&&(G=l.parseSizeGroup(!0)),T.push(G?G.value:null),V(),N.push(Nr(l)),k=[],B.push(k),q()}else throw new M("Expected & or \\\\ or \\cr or \\end",l.nextToken)}return l.gullet.endGroup(),l.gullet.endGroup(),{type:"array",mode:l.mode,addJot:a,arraystretch:s,body:B,cols:n,rowGaps:T,hskipBeforeAndAfter:r,hLinesBeforeRow:N,colSeparationType:u,tags:E,leqno:w}}function bt(l){return l.slice(0,1)==="d"?"display":"text"}var k0=function(e,t){var r,a,n=e.body.length,s=e.hLinesBeforeRow,u=0,m=new Array(n),d=[],v=Math.max(t.fontMetrics().arrayRuleWidth,t.minRuleThickness),y=1/t.fontMetrics().ptPerEm,w=5*y;if(e.colSeparationType&&e.colSeparationType==="small"){var x=t.havingStyle(F.SCRIPT).sizeMultiplier;w=.2778*(x/t.sizeMultiplier)}var k=e.colSeparationType==="CD"?$({number:3,unit:"ex"},t):12*y,B=3*y,T=e.arraystretch*k,N=.7*T,E=.3*T,q=0;function V(He){for(var Pe=0;Pe<He.length;++Pe)Pe>0&&(q+=.25),d.push({pos:q,isDashed:He[Pe]})}for(V(s[0]),r=0;r<e.body.length;++r){var H=e.body[r],U=N,G=E;u<H.length&&(u=H.length);var W=new Array(H.length);for(a=0;a<H.length;++a){var X=P(H[a],t);G<X.depth&&(G=X.depth),U<X.height&&(U=X.height),W[a]=X}var r0=e.rowGaps[r],h0=0;r0&&(h0=$(r0,t),h0>0&&(h0+=E,G<h0&&(G=h0),h0=0)),e.addJot&&(G+=B),W.height=U,W.depth=G,q+=U,W.pos=q,q+=G+h0,m[r]=W,V(s[r+1])}var J=q/2+t.fontMetrics().axisHeight,Y0=e.cols||[],p0=[],i0,H0,Q0=[];if(e.tags&&e.tags.some(function(He){return He}))for(r=0;r<n;++r){var _0=m[r],Dt=_0.pos-J,P0=e.tags[r],G0=void 0;P0===!0?G0=b.makeSpan(["eqn-num"],[],t):P0===!1?G0=b.makeSpan([],[],t):G0=b.makeSpan([],t0(P0,t,!0),t),G0.depth=_0.depth,G0.height=_0.height,Q0.push({type:"elem",elem:G0,shift:Dt})}for(a=0,H0=0;a<u||H0<Y0.length;++a,++H0){for(var v0=Y0[H0]||{},de=!0;v0.type==="separator";){if(de||(i0=b.makeSpan(["arraycolsep"],[]),i0.style.width=z(t.fontMetrics().doubleRuleSep),p0.push(i0)),v0.separator==="|"||v0.separator===":"){var Nt=v0.separator==="|"?"solid":"dashed",ee=b.makeSpan(["vertical-separator"],[],t);ee.style.height=z(q),ee.style.borderRightWidth=z(v),ee.style.borderRightStyle=Nt,ee.style.margin="0 "+z(-v/2);var ca=q-J;ca&&(ee.style.verticalAlign=z(-ca)),p0.push(ee)}else throw new M("Invalid separator type: "+v0.separator);H0++,v0=Y0[H0]||{},de=!1}if(!(a>=u)){var te=void 0;(a>0||e.hskipBeforeAndAfter)&&(te=I.deflt(v0.pregap,w),te!==0&&(i0=b.makeSpan(["arraycolsep"],[]),i0.style.width=z(te),p0.push(i0)));var re=[];for(r=0;r<n;++r){var Oe=m[r],Le=Oe[a];if(Le){var kn=Oe.pos-J;Le.depth=Oe.depth,Le.height=Oe.height,re.push({type:"elem",elem:Le,shift:kn})}}re=b.makeVList({positionType:"individualShift",children:re},t),re=b.makeSpan(["col-align-"+(v0.align||"c")],[re]),p0.push(re),(a<u-1||e.hskipBeforeAndAfter)&&(te=I.deflt(v0.postgap,w),te!==0&&(i0=b.makeSpan(["arraycolsep"],[]),i0.style.width=z(te),p0.push(i0)))}}if(m=b.makeSpan(["mtable"],p0),d.length>0){for(var Sn=b.makeLineSpan("hline",t,v),An=b.makeLineSpan("hdashline",t,v),Et=[{type:"elem",elem:m,shift:0}];d.length>0;){var da=d.pop(),fa=da.pos-J;da.isDashed?Et.push({type:"elem",elem:An,shift:fa}):Et.push({type:"elem",elem:Sn,shift:fa})}m=b.makeVList({positionType:"individualShift",children:Et},t)}if(Q0.length===0)return b.makeSpan(["mord"],[m],t);var qt=b.makeVList({positionType:"individualShift",children:Q0},t);return qt=b.makeSpan(["tag"],[qt],t),b.makeFragment([m,qt])},Z1={c:"center ",l:"left ",r:"right "},S0=function(e,t){for(var r=[],a=new A.MathNode("mtd",[],["mtr-glue"]),n=new A.MathNode("mtd",[],["mml-eqn-num"]),s=0;s<e.body.length;s++){for(var u=e.body[s],m=[],d=0;d<u.length;d++)m.push(new A.MathNode("mtd",[Y(u[d],t)]));e.tags&&e.tags[s]&&(m.unshift(a),m.push(a),e.leqno?m.unshift(n):m.push(n)),r.push(new A.MathNode("mtr",m))}var v=new A.MathNode("mtable",r),y=e.arraystretch===.5?.1:.16+e.arraystretch-1+(e.addJot?.09:0);v.setAttribute("rowspacing",z(y));var w="",x="";if(e.cols&&e.cols.length>0){var k=e.cols,B="",T=!1,N=0,E=k.length;k[0].type==="separator"&&(w+="top ",N=1),k[k.length-1].type==="separator"&&(w+="bottom ",E-=1);for(var q=N;q<E;q++)k[q].type==="align"?(x+=Z1[k[q].align],T&&(B+="none "),T=!0):k[q].type==="separator"&&T&&(B+=k[q].separator==="|"?"solid ":"dashed ",T=!1);v.setAttribute("columnalign",x.trim()),/[sd]/.test(B)&&v.setAttribute("columnlines",B.trim())}if(e.colSeparationType==="align"){for(var V=e.cols||[],H="",U=1;U<V.length;U++)H+=U%2?"0em ":"1em ";v.setAttribute("columnspacing",H.trim())}else e.colSeparationType==="alignat"||e.colSeparationType==="gather"?v.setAttribute("columnspacing","0em"):e.colSeparationType==="small"?v.setAttribute("columnspacing","0.2778em"):e.colSeparationType==="CD"?v.setAttribute("columnspacing","0.5em"):v.setAttribute("columnspacing","1em");var G="",W=e.hLinesBeforeRow;w+=W[0].length>0?"left ":"",w+=W[W.length-1].length>0?"right ":"";for(var X=1;X<W.length-1;X++)G+=W[X].length===0?"none ":W[X][0]?"dashed ":"solid ";return/[sd]/.test(G)&&v.setAttribute("rowlines",G.trim()),w!==""&&(v=new A.MathNode("menclose",[v]),v.setAttribute("notation",w.trim())),e.arraystretch&&e.arraystretch<1&&(v=new A.MathNode("mstyle",[v]),v.setAttribute("scriptlevel","1")),v},Er=function(e,t){e.envName.indexOf("ed")===-1&&Re(e);var r=[],a=e.envName.indexOf("at")>-1?"alignat":"align",n=e.envName==="split",s=O0(e.parser,{cols:r,addJot:!0,autoTag:n?void 0:gt(e.envName),emptySingleRow:!0,colSeparationType:a,maxNumCols:n?2:void 0,leqno:e.parser.settings.leqno},"display"),u,m=0,d={type:"ordgroup",mode:e.mode,body:[]};if(t[0]&&t[0].type==="ordgroup"){for(var v="",y=0;y<t[0].body.length;y++){var w=L(t[0].body[y],"textord");v+=w.text}u=Number(v),m=u*2}var x=!m;s.body.forEach(function(N){for(var E=1;E<N.length;E+=2){var q=L(N[E],"styling"),V=L(q.body[0],"ordgroup");V.body.unshift(d)}if(x)m<N.length&&(m=N.length);else{var H=N.length/2;if(u<H)throw new M("Too many math in a row: "+("expected "+u+", but got "+H),N[0])}});for(var k=0;k<m;++k){var B="r",T=0;k%2===1?B="l":k>0&&x&&(T=1),r[k]={type:"align",align:B,pregap:T,postgap:0}}return s.colSeparationType=x?"align":"alignat",s};w0({type:"array",names:["array","darray"],props:{numArgs:1},handler:function(e,t){var r=De(t[0]),a=r?[t[0]]:L(t[0],"ordgroup").body,n=a.map(function(u){var m=it(u),d=m.text;if("lcr".indexOf(d)!==-1)return{type:"align",align:d};if(d==="|")return{type:"separator",separator:"|"};if(d===":")return{type:"separator",separator:":"};throw new M("Unknown column alignment: "+d,u)}),s={cols:n,hskipBeforeAndAfter:!0,maxNumCols:n.length};return O0(e.parser,s,bt(e.envName))},htmlBuilder:k0,mathmlBuilder:S0}),w0({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix","matrix*","pmatrix*","bmatrix*","Bmatrix*","vmatrix*","Vmatrix*"],props:{numArgs:0},handler:function(e){var t={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[e.envName.replace("*","")],r="c",a={hskipBeforeAndAfter:!1,cols:[{type:"align",align:r}]};if(e.envName.charAt(e.envName.length-1)==="*"){var n=e.parser;if(n.consumeSpaces(),n.fetch().text==="["){if(n.consume(),n.consumeSpaces(),r=n.fetch().text,"lcr".indexOf(r)===-1)throw new M("Expected l or c or r",n.nextToken);n.consume(),n.consumeSpaces(),n.expect("]"),n.consume(),a.cols=[{type:"align",align:r}]}}var s=O0(e.parser,a,bt(e.envName)),u=Math.max.apply(Math,[0].concat(s.body.map(function(m){return m.length})));return s.cols=new Array(u).fill({type:"align",align:r}),t?{type:"leftright",mode:e.mode,body:[s],left:t[0],right:t[1],rightColor:void 0}:s},htmlBuilder:k0,mathmlBuilder:S0}),w0({type:"array",names:["smallmatrix"],props:{numArgs:0},handler:function(e){var t={arraystretch:.5},r=O0(e.parser,t,"script");return r.colSeparationType="small",r},htmlBuilder:k0,mathmlBuilder:S0}),w0({type:"array",names:["subarray"],props:{numArgs:1},handler:function(e,t){var r=De(t[0]),a=r?[t[0]]:L(t[0],"ordgroup").body,n=a.map(function(u){var m=it(u),d=m.text;if("lc".indexOf(d)!==-1)return{type:"align",align:d};throw new M("Unknown column alignment: "+d,u)});if(n.length>1)throw new M("{subarray} can contain only one column");var s={cols:n,hskipBeforeAndAfter:!1,arraystretch:.5};if(s=O0(e.parser,s,"script"),s.body.length>0&&s.body[0].length>1)throw new M("{subarray} can contain only one column");return s},htmlBuilder:k0,mathmlBuilder:S0}),w0({type:"array",names:["cases","dcases","rcases","drcases"],props:{numArgs:0},handler:function(e){var t={arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},r=O0(e.parser,t,bt(e.envName));return{type:"leftright",mode:e.mode,body:[r],left:e.envName.indexOf("r")>-1?".":"\\{",right:e.envName.indexOf("r")>-1?"\\}":".",rightColor:void 0}},htmlBuilder:k0,mathmlBuilder:S0}),w0({type:"array",names:["align","align*","aligned","split"],props:{numArgs:0},handler:Er,htmlBuilder:k0,mathmlBuilder:S0}),w0({type:"array",names:["gathered","gather","gather*"],props:{numArgs:0},handler:function(e){I.contains(["gather","gather*"],e.envName)&&Re(e);var t={cols:[{type:"align",align:"c"}],addJot:!0,colSeparationType:"gather",autoTag:gt(e.envName),emptySingleRow:!0,leqno:e.parser.settings.leqno};return O0(e.parser,t,"display")},htmlBuilder:k0,mathmlBuilder:S0}),w0({type:"array",names:["alignat","alignat*","alignedat"],props:{numArgs:1},handler:Er,htmlBuilder:k0,mathmlBuilder:S0}),w0({type:"array",names:["equation","equation*"],props:{numArgs:0},handler:function(e){Re(e);var t={autoTag:gt(e.envName),emptySingleRow:!0,singleRow:!0,maxNumCols:1,leqno:e.parser.settings.leqno};return O0(e.parser,t,"display")},htmlBuilder:k0,mathmlBuilder:S0}),w0({type:"array",names:["CD"],props:{numArgs:0},handler:function(e){return Re(e),R1(e.parser)},htmlBuilder:k0,mathmlBuilder:S0}),c("\\nonumber","\\gdef\\@eqnsw{0}"),c("\\notag","\\nonumber"),C({type:"text",names:["\\hline","\\hdashline"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler:function(e,t){throw new M(e.funcName+" valid only within array environment")}});var K1=Cr,qr=K1;C({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler:function(e,t){var r=e.parser,a=e.funcName,n=t[0];if(n.type!=="ordgroup")throw new M("Invalid environment name",n);for(var s="",u=0;u<n.body.length;++u)s+=L(n.body[u],"textord").text;if(a==="\\begin"){if(!qr.hasOwnProperty(s))throw new M("No such environment: "+s,n);var m=qr[s],d=r.parseArguments("\\begin{"+s+"}",m),v=d.args,y=d.optArgs,w={mode:r.mode,envName:s,parser:r},x=m.handler(w,v,y);r.expect("\\end",!1);var k=r.nextToken,B=L(r.parseFunction(),"environment");if(B.name!==s)throw new M("Mismatch: \\begin{"+s+"} matched by \\end{"+B.name+"}",k);return x}return{type:"environment",mode:r.mode,name:s,nameGroup:n}}});var Fr=function(e,t){var r=e.font,a=t.withFont(r);return P(e.body,a)},Rr=function(e,t){var r=e.font,a=t.withFont(r);return Y(e.body,a)},Ir={"\\Bbb":"\\mathbb","\\bold":"\\mathbf","\\frak":"\\mathfrak","\\bm":"\\boldsymbol"};C({type:"font",names:["\\mathrm","\\mathit","\\mathbf","\\mathnormal","\\mathbb","\\mathcal","\\mathfrak","\\mathscr","\\mathsf","\\mathtt","\\Bbb","\\bold","\\frak"],props:{numArgs:1,allowedInArgument:!0},handler:function(e,t){var r=e.parser,a=e.funcName,n=Te(t[0]),s=a;return s in Ir&&(s=Ir[s]),{type:"font",mode:r.mode,font:s.slice(1),body:n}},htmlBuilder:Fr,mathmlBuilder:Rr}),C({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1},handler:function(e,t){var r=e.parser,a=t[0],n=I.isCharacterBox(a);return{type:"mclass",mode:r.mode,mclass:Ee(a),body:[{type:"font",mode:r.mode,font:"boldsymbol",body:a}],isCharacterBox:n}}}),C({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it","\\cal"],props:{numArgs:0,allowedInText:!0},handler:function(e,t){var r=e.parser,a=e.funcName,n=e.breakOnTokenText,s=r.mode,u=r.parseExpression(!0,n),m="math"+a.slice(1);return{type:"font",mode:s,font:m,body:{type:"ordgroup",mode:r.mode,body:u}}},htmlBuilder:Fr,mathmlBuilder:Rr});var Or=function(e,t){var r=t;return e==="display"?r=r.id>=F.SCRIPT.id?r.text():F.DISPLAY:e==="text"&&r.size===F.DISPLAY.size?r=F.TEXT:e==="script"?r=F.SCRIPT:e==="scriptscript"&&(r=F.SCRIPTSCRIPT),r},yt=function(e,t){var r=Or(e.size,t.style),a=r.fracNum(),n=r.fracDen(),s;s=t.havingStyle(a);var u=P(e.numer,s,t);if(e.continued){var m=8.5/t.fontMetrics().ptPerEm,d=3.5/t.fontMetrics().ptPerEm;u.height=u.height<m?m:u.height,u.depth=u.depth<d?d:u.depth}s=t.havingStyle(n);var v=P(e.denom,s,t),y,w,x;e.hasBarLine?(e.barSize?(w=$(e.barSize,t),y=b.makeLineSpan("frac-line",t,w)):y=b.makeLineSpan("frac-line",t),w=y.height,x=y.height):(y=null,w=0,x=t.fontMetrics().defaultRuleThickness);var k,B,T;r.size===F.DISPLAY.size||e.size==="display"?(k=t.fontMetrics().num1,w>0?B=3*x:B=7*x,T=t.fontMetrics().denom1):(w>0?(k=t.fontMetrics().num2,B=x):(k=t.fontMetrics().num3,B=3*x),T=t.fontMetrics().denom2);var N;if(y){var q=t.fontMetrics().axisHeight;k-u.depth-(q+.5*w)<B&&(k+=B-(k-u.depth-(q+.5*w))),q-.5*w-(v.height-T)<B&&(T+=B-(q-.5*w-(v.height-T)));var V=-(q-.5*w);N=b.makeVList({positionType:"individualShift",children:[{type:"elem",elem:v,shift:T},{type:"elem",elem:y,shift:V},{type:"elem",elem:u,shift:-k}]},t)}else{var E=k-u.depth-(v.height-T);E<B&&(k+=.5*(B-E),T+=.5*(B-E)),N=b.makeVList({positionType:"individualShift",children:[{type:"elem",elem:v,shift:T},{type:"elem",elem:u,shift:-k}]},t)}s=t.havingStyle(r),N.height*=s.sizeMultiplier/t.sizeMultiplier,N.depth*=s.sizeMultiplier/t.sizeMultiplier;var H;r.size===F.DISPLAY.size?H=t.fontMetrics().delim1:r.size===F.SCRIPTSCRIPT.size?H=t.havingStyle(F.SCRIPT).fontMetrics().delim2:H=t.fontMetrics().delim2;var U,G;return e.leftDelim==null?U=oe(t,["mopen"]):U=D0.customSizedDelim(e.leftDelim,H,!0,t.havingStyle(r),e.mode,["mopen"]),e.continued?G=b.makeSpan([]):e.rightDelim==null?G=oe(t,["mclose"]):G=D0.customSizedDelim(e.rightDelim,H,!0,t.havingStyle(r),e.mode,["mclose"]),b.makeSpan(["mord"].concat(s.sizingClasses(t)),[U,b.makeSpan(["mfrac"],[N]),G],t)},xt=function(e,t){var r=new A.MathNode("mfrac",[Y(e.numer,t),Y(e.denom,t)]);if(!e.hasBarLine)r.setAttribute("linethickness","0px");else if(e.barSize){var a=$(e.barSize,t);r.setAttribute("linethickness",z(a))}var n=Or(e.size,t.style);if(n.size!==t.style.size){r=new A.MathNode("mstyle",[r]);var s=n.size===F.DISPLAY.size?"true":"false";r.setAttribute("displaystyle",s),r.setAttribute("scriptlevel","0")}if(e.leftDelim!=null||e.rightDelim!=null){var u=[];if(e.leftDelim!=null){var m=new A.MathNode("mo",[new A.TextNode(e.leftDelim.replace("\\",""))]);m.setAttribute("fence","true"),u.push(m)}if(u.push(r),e.rightDelim!=null){var d=new A.MathNode("mo",[new A.TextNode(e.rightDelim.replace("\\",""))]);d.setAttribute("fence","true"),u.push(d)}return at(u)}return r};C({type:"genfrac",names:["\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,allowedInArgument:!0},handler:function(e,t){var r=e.parser,a=e.funcName,n=t[0],s=t[1],u,m=null,d=null,v="auto";switch(a){case"\\dfrac":case"\\frac":case"\\tfrac":u=!0;break;case"\\\\atopfrac":u=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":u=!1,m="(",d=")";break;case"\\\\bracefrac":u=!1,m="\\{",d="\\}";break;case"\\\\brackfrac":u=!1,m="[",d="]";break;default:throw new Error("Unrecognized genfrac command")}switch(a){case"\\dfrac":case"\\dbinom":v="display";break;case"\\tfrac":case"\\tbinom":v="text";break}return{type:"genfrac",mode:r.mode,continued:!1,numer:n,denom:s,hasBarLine:u,leftDelim:m,rightDelim:d,size:v,barSize:null}},htmlBuilder:yt,mathmlBuilder:xt}),C({type:"genfrac",names:["\\cfrac"],props:{numArgs:2},handler:function(e,t){var r=e.parser;e.funcName;var a=t[0],n=t[1];return{type:"genfrac",mode:r.mode,continued:!0,numer:a,denom:n,hasBarLine:!0,leftDelim:null,rightDelim:null,size:"display",barSize:null}}}),C({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler:function(e){var t=e.parser,r=e.funcName,a=e.token,n;switch(r){case"\\over":n="\\frac";break;case"\\choose":n="\\binom";break;case"\\atop":n="\\\\atopfrac";break;case"\\brace":n="\\\\bracefrac";break;case"\\brack":n="\\\\brackfrac";break;default:throw new Error("Unrecognized infix genfrac command")}return{type:"infix",mode:t.mode,replaceWith:n,token:a}}});var Lr=["display","text","script","scriptscript"],Hr=function(e){var t=null;return e.length>0&&(t=e,t=t==="."?null:t),t};C({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,allowedInArgument:!0,argTypes:["math","math","size","text","math","math"]},handler:function(e,t){var r=e.parser,a=t[4],n=t[5],s=Te(t[0]),u=s.type==="atom"&&s.family==="open"?Hr(s.text):null,m=Te(t[1]),d=m.type==="atom"&&m.family==="close"?Hr(m.text):null,v=L(t[2],"size"),y,w=null;v.isBlank?y=!0:(w=v.value,y=w.number>0);var x="auto",k=t[3];if(k.type==="ordgroup"){if(k.body.length>0){var B=L(k.body[0],"textord");x=Lr[Number(B.text)]}}else k=L(k,"textord"),x=Lr[Number(k.text)];return{type:"genfrac",mode:r.mode,numer:a,denom:n,continued:!1,hasBarLine:y,barSize:w,leftDelim:u,rightDelim:d,size:x}},htmlBuilder:yt,mathmlBuilder:xt}),C({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler:function(e,t){var r=e.parser;e.funcName;var a=e.token;return{type:"infix",mode:r.mode,replaceWith:"\\\\abovefrac",size:L(t[0],"size").value,token:a}}}),C({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:function(e,t){var r=e.parser;e.funcName;var a=t[0],n=Ma(L(t[1],"infix").size),s=t[2],u=n.number>0;return{type:"genfrac",mode:r.mode,numer:a,denom:s,continued:!1,hasBarLine:u,barSize:n,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:yt,mathmlBuilder:xt});var Pr=function(e,t){var r=t.style,a,n;e.type==="supsub"?(a=e.sup?P(e.sup,t.havingStyle(r.sup()),t):P(e.sub,t.havingStyle(r.sub()),t),n=L(e.base,"horizBrace")):n=L(e,"horizBrace");var s=P(n.base,t.havingBaseStyle(F.DISPLAY)),u=C0.svgSpan(n,t),m;if(n.isOver?(m=b.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:s},{type:"kern",size:.1},{type:"elem",elem:u}]},t),m.children[0].children[0].children[1].classes.push("svg-align")):(m=b.makeVList({positionType:"bottom",positionData:s.depth+.1+u.height,children:[{type:"elem",elem:u},{type:"kern",size:.1},{type:"elem",elem:s}]},t),m.children[0].children[0].children[0].classes.push("svg-align")),a){var d=b.makeSpan(["mord",n.isOver?"mover":"munder"],[m],t);n.isOver?m=b.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:d},{type:"kern",size:.2},{type:"elem",elem:a}]},t):m=b.makeVList({positionType:"bottom",positionData:d.depth+.2+a.height+a.depth,children:[{type:"elem",elem:a},{type:"kern",size:.2},{type:"elem",elem:d}]},t)}return b.makeSpan(["mord",n.isOver?"mover":"munder"],[m],t)},J1=function(e,t){var r=C0.mathMLnode(e.label);return new A.MathNode(e.isOver?"mover":"munder",[Y(e.base,t),r])};C({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler:function(e,t){var r=e.parser,a=e.funcName;return{type:"horizBrace",mode:r.mode,label:a,isOver:/^\\over/.test(a),base:t[0]}},htmlBuilder:Pr,mathmlBuilder:J1}),C({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:function(e,t){var r=e.parser,a=t[1],n=L(t[0],"url").url;return r.settings.isTrusted({command:"\\href",url:n})?{type:"href",mode:r.mode,href:n,body:Q(a)}:r.formatUnsupportedCmd("\\href")},htmlBuilder:function(e,t){var r=t0(e.body,t,!1);return b.makeAnchor(e.href,[],r,t)},mathmlBuilder:function(e,t){var r=R0(e.body,t);return r instanceof d0||(r=new d0("mrow",[r])),r.setAttribute("href",e.href),r}}),C({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:function(e,t){var r=e.parser,a=L(t[0],"url").url;if(!r.settings.isTrusted({command:"\\url",url:a}))return r.formatUnsupportedCmd("\\url");for(var n=[],s=0;s<a.length;s++){var u=a[s];u==="~"&&(u="\\textasciitilde"),n.push({type:"textord",mode:"text",text:u})}var m={type:"text",mode:r.mode,font:"\\texttt",body:n};return{type:"href",mode:r.mode,href:a,body:Q(m)}}}),C({type:"hbox",names:["\\hbox"],props:{numArgs:1,argTypes:["text"],allowedInText:!0,primitive:!0},handler:function(e,t){var r=e.parser;return{type:"hbox",mode:r.mode,body:Q(t[0])}},htmlBuilder:function(e,t){var r=t0(e.body,t,!1);return b.makeFragment(r)},mathmlBuilder:function(e,t){return new A.MathNode("mrow",o0(e.body,t))}}),C({type:"html",names:["\\htmlClass","\\htmlId","\\htmlStyle","\\htmlData"],props:{numArgs:2,argTypes:["raw","original"],allowedInText:!0},handler:function(e,t){var r=e.parser,a=e.funcName;e.token;var n=L(t[0],"raw").string,s=t[1];r.settings.strict&&r.settings.reportNonstrict("htmlExtension","HTML extension is disabled on strict mode");var u,m={};switch(a){case"\\htmlClass":m.class=n,u={command:"\\htmlClass",class:n};break;case"\\htmlId":m.id=n,u={command:"\\htmlId",id:n};break;case"\\htmlStyle":m.style=n,u={command:"\\htmlStyle",style:n};break;case"\\htmlData":{for(var d=n.split(","),v=0;v<d.length;v++){var y=d[v].split("=");if(y.length!==2)throw new M("Error parsing key-value for \\htmlData");m["data-"+y[0].trim()]=y[1].trim()}u={command:"\\htmlData",attributes:m};break}default:throw new Error("Unrecognized html command")}return r.settings.isTrusted(u)?{type:"html",mode:r.mode,attributes:m,body:Q(s)}:r.formatUnsupportedCmd(a)},htmlBuilder:function(e,t){var r=t0(e.body,t,!1),a=["enclosing"];e.attributes.class&&a.push.apply(a,e.attributes.class.trim().split(/\s+/));var n=b.makeSpan(a,r,t);for(var s in e.attributes)s!=="class"&&e.attributes.hasOwnProperty(s)&&n.setAttribute(s,e.attributes[s]);return n},mathmlBuilder:function(e,t){return R0(e.body,t)}}),C({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInText:!0},handler:function(e,t){var r=e.parser;return{type:"htmlmathml",mode:r.mode,html:Q(t[0]),mathml:Q(t[1])}},htmlBuilder:function(e,t){var r=t0(e.html,t,!1);return b.makeFragment(r)},mathmlBuilder:function(e,t){return R0(e.mathml,t)}});var wt=function(e){if(/^[-+]? *(\d+(\.\d*)?|\.\d+)$/.test(e))return{number:+e,unit:"bp"};var t=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(e);if(!t)throw new M("Invalid size: '"+e+"' in \\includegraphics");var r={number:+(t[1]+t[2]),unit:t[3]};if(!Vt(r))throw new M("Invalid unit: '"+r.unit+"' in \\includegraphics.");return r};C({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:function(e,t,r){var a=e.parser,n={number:0,unit:"em"},s={number:.9,unit:"em"},u={number:0,unit:"em"},m="";if(r[0])for(var d=L(r[0],"raw").string,v=d.split(","),y=0;y<v.length;y++){var w=v[y].split("=");if(w.length===2){var x=w[1].trim();switch(w[0].trim()){case"alt":m=x;break;case"width":n=wt(x);break;case"height":s=wt(x);break;case"totalheight":u=wt(x);break;default:throw new M("Invalid key: '"+w[0]+"' in \\includegraphics.")}}}var k=L(t[0],"url").url;return m===""&&(m=k,m=m.replace(/^.*[\\/]/,""),m=m.substring(0,m.lastIndexOf("."))),a.settings.isTrusted({command:"\\includegraphics",url:k})?{type:"includegraphics",mode:a.mode,alt:m,width:n,height:s,totalheight:u,src:k}:a.formatUnsupportedCmd("\\includegraphics")},htmlBuilder:function(e,t){var r=$(e.height,t),a=0;e.totalheight.number>0&&(a=$(e.totalheight,t)-r);var n=0;e.width.number>0&&(n=$(e.width,t));var s={height:z(r+a)};n>0&&(s.width=z(n)),a>0&&(s.verticalAlign=z(-a));var u=new Ka(e.src,e.alt,s);return u.height=r,u.depth=a,u},mathmlBuilder:function(e,t){var r=new A.MathNode("mglyph",[]);r.setAttribute("alt",e.alt);var a=$(e.height,t),n=0;if(e.totalheight.number>0&&(n=$(e.totalheight,t)-a,r.setAttribute("valign",z(-n))),r.setAttribute("height",z(a+n)),e.width.number>0){var s=$(e.width,t);r.setAttribute("width",z(s))}return r.setAttribute("src",e.src),r}}),C({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],primitive:!0,allowedInText:!0},handler:function(e,t){var r=e.parser,a=e.funcName,n=L(t[0],"size");if(r.settings.strict){var s=a[1]==="m",u=n.value.unit==="mu";s?(u||r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+a+" supports only mu units, "+("not "+n.value.unit+" units")),r.mode!=="math"&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+a+" works only in math mode")):u&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+a+" doesn't support mu units")}return{type:"kern",mode:r.mode,dimension:n.value}},htmlBuilder:function(e,t){return b.makeGlue(e.dimension,t)},mathmlBuilder:function(e,t){var r=$(e.dimension,t);return new A.SpaceNode(r)}}),C({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){var r=e.parser,a=e.funcName,n=t[0];return{type:"lap",mode:r.mode,alignment:a.slice(5),body:n}},htmlBuilder:function(e,t){var r;e.alignment==="clap"?(r=b.makeSpan([],[P(e.body,t)]),r=b.makeSpan(["inner"],[r],t)):r=b.makeSpan(["inner"],[P(e.body,t)]);var a=b.makeSpan(["fix"],[]),n=b.makeSpan([e.alignment],[r,a],t),s=b.makeSpan(["strut"]);return s.style.height=z(n.height+n.depth),n.depth&&(s.style.verticalAlign=z(-n.depth)),n.children.unshift(s),n=b.makeSpan(["thinbox"],[n],t),b.makeSpan(["mord","vbox"],[n],t)},mathmlBuilder:function(e,t){var r=new A.MathNode("mpadded",[Y(e.body,t)]);if(e.alignment!=="rlap"){var a=e.alignment==="llap"?"-1":"-0.5";r.setAttribute("lspace",a+"width")}return r.setAttribute("width","0px"),r}}),C({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler:function(e,t){var r=e.funcName,a=e.parser,n=a.mode;a.switchMode("math");var s=r==="\\("?"\\)":"$",u=a.parseExpression(!1,s);return a.expect(s),a.switchMode(n),{type:"styling",mode:a.mode,style:"text",body:u}}}),C({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler:function(e,t){throw new M("Mismatched "+e.funcName)}});var Gr=function(e,t){switch(t.style.size){case F.DISPLAY.size:return e.display;case F.TEXT.size:return e.text;case F.SCRIPT.size:return e.script;case F.SCRIPTSCRIPT.size:return e.scriptscript;default:return e.text}};C({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4,primitive:!0},handler:function(e,t){var r=e.parser;return{type:"mathchoice",mode:r.mode,display:Q(t[0]),text:Q(t[1]),script:Q(t[2]),scriptscript:Q(t[3])}},htmlBuilder:function(e,t){var r=Gr(e,t),a=t0(r,t,!1);return b.makeFragment(a)},mathmlBuilder:function(e,t){var r=Gr(e,t);return R0(r,t)}});var Vr=function(e,t,r,a,n,s,u){e=b.makeSpan([],[e]);var m=r&&I.isCharacterBox(r),d,v;if(t){var y=P(t,a.havingStyle(n.sup()),a);v={elem:y,kern:Math.max(a.fontMetrics().bigOpSpacing1,a.fontMetrics().bigOpSpacing3-y.depth)}}if(r){var w=P(r,a.havingStyle(n.sub()),a);d={elem:w,kern:Math.max(a.fontMetrics().bigOpSpacing2,a.fontMetrics().bigOpSpacing4-w.height)}}var x;if(v&&d){var k=a.fontMetrics().bigOpSpacing5+d.elem.height+d.elem.depth+d.kern+e.depth+u;x=b.makeVList({positionType:"bottom",positionData:k,children:[{type:"kern",size:a.fontMetrics().bigOpSpacing5},{type:"elem",elem:d.elem,marginLeft:z(-s)},{type:"kern",size:d.kern},{type:"elem",elem:e},{type:"kern",size:v.kern},{type:"elem",elem:v.elem,marginLeft:z(s)},{type:"kern",size:a.fontMetrics().bigOpSpacing5}]},a)}else if(d){var B=e.height-u;x=b.makeVList({positionType:"top",positionData:B,children:[{type:"kern",size:a.fontMetrics().bigOpSpacing5},{type:"elem",elem:d.elem,marginLeft:z(-s)},{type:"kern",size:d.kern},{type:"elem",elem:e}]},a)}else if(v){var T=e.depth+u;x=b.makeVList({positionType:"bottom",positionData:T,children:[{type:"elem",elem:e},{type:"kern",size:v.kern},{type:"elem",elem:v.elem,marginLeft:z(s)},{type:"kern",size:a.fontMetrics().bigOpSpacing5}]},a)}else return e;var N=[x];if(d&&s!==0&&!m){var E=b.makeSpan(["mspace"],[],a);E.style.marginRight=z(s),N.unshift(E)}return b.makeSpan(["mop","op-limits"],N,a)},Ur=["\\smallint"],J0=function(e,t){var r,a,n=!1,s;e.type==="supsub"?(r=e.sup,a=e.sub,s=L(e.base,"op"),n=!0):s=L(e,"op");var u=t.style,m=!1;u.size===F.DISPLAY.size&&s.symbol&&!I.contains(Ur,s.name)&&(m=!0);var d;if(s.symbol){var v=m?"Size2-Regular":"Size1-Regular",y="";if((s.name==="\\oiint"||s.name==="\\oiiint")&&(y=s.name.slice(1),s.name=y==="oiint"?"\\iint":"\\iiint"),d=b.makeSymbol(s.name,v,"math",t,["mop","op-symbol",m?"large-op":"small-op"]),y.length>0){var w=d.italic,x=b.staticSvg(y+"Size"+(m?"2":"1"),t);d=b.makeVList({positionType:"individualShift",children:[{type:"elem",elem:d,shift:0},{type:"elem",elem:x,shift:m?.08:0}]},t),s.name="\\"+y,d.classes.unshift("mop"),d.italic=w}}else if(s.body){var k=t0(s.body,t,!0);k.length===1&&k[0]instanceof c0?(d=k[0],d.classes[0]="mop"):d=b.makeSpan(["mop"],k,t)}else{for(var B=[],T=1;T<s.name.length;T++)B.push(b.mathsym(s.name[T],s.mode,t));d=b.makeSpan(["mop"],B,t)}var N=0,E=0;return(d instanceof c0||s.name==="\\oiint"||s.name==="\\oiiint")&&!s.suppressBaseShift&&(N=(d.height-d.depth)/2-t.fontMetrics().axisHeight,E=d.italic),n?Vr(d,r,a,t,u,E,N):(N&&(d.style.position="relative",d.style.top=z(N)),d)},ce=function(e,t){var r;if(e.symbol)r=new d0("mo",[f0(e.name,e.mode)]),I.contains(Ur,e.name)&&r.setAttribute("largeop","false");else if(e.body)r=new d0("mo",o0(e.body,t));else{r=new d0("mi",[new ue(e.name.slice(1))]);var a=new d0("mo",[f0("","text")]);e.parentIsSupSub?r=new d0("mrow",[r,a]):r=lr([r,a])}return r},Q1={"∏":"\\prod","∐":"\\coprod","∑":"\\sum","⋀":"\\bigwedge","⋁":"\\bigvee","⋂":"\\bigcap","⋃":"\\bigcup","⨀":"\\bigodot","⨁":"\\bigoplus","⨂":"\\bigotimes","⨄":"\\biguplus","⨆":"\\bigsqcup"};C({type:"op",names:["\\coprod","\\bigvee","\\bigwedge","\\biguplus","\\bigcap","\\bigcup","\\intop","\\prod","\\sum","\\bigotimes","\\bigoplus","\\bigodot","\\bigsqcup","\\smallint","∏","∐","∑","⋀","⋁","⋂","⋃","⨀","⨁","⨂","⨄","⨆"],props:{numArgs:0},handler:function(e,t){var r=e.parser,a=e.funcName,n=a;return n.length===1&&(n=Q1[n]),{type:"op",mode:r.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:n}},htmlBuilder:J0,mathmlBuilder:ce}),C({type:"op",names:["\\mathop"],props:{numArgs:1,primitive:!0},handler:function(e,t){var r=e.parser,a=t[0];return{type:"op",mode:r.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:Q(a)}},htmlBuilder:J0,mathmlBuilder:ce});var _1={"∫":"\\int","∬":"\\iint","∭":"\\iiint","∮":"\\oint","∯":"\\oiint","∰":"\\oiiint"};C({type:"op",names:["\\arcsin","\\arccos","\\arctan","\\arctg","\\arcctg","\\arg","\\ch","\\cos","\\cosec","\\cosh","\\cot","\\cotg","\\coth","\\csc","\\ctg","\\cth","\\deg","\\dim","\\exp","\\hom","\\ker","\\lg","\\ln","\\log","\\sec","\\sin","\\sinh","\\sh","\\tan","\\tanh","\\tg","\\th"],props:{numArgs:0},handler:function(e){var t=e.parser,r=e.funcName;return{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:J0,mathmlBuilder:ce}),C({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler:function(e){var t=e.parser,r=e.funcName;return{type:"op",mode:t.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:J0,mathmlBuilder:ce}),C({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","∫","∬","∭","∮","∯","∰"],props:{numArgs:0},handler:function(e){var t=e.parser,r=e.funcName,a=r;return a.length===1&&(a=_1[a]),{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:a}},htmlBuilder:J0,mathmlBuilder:ce});var Wr=function(e,t){var r,a,n=!1,s;e.type==="supsub"?(r=e.sup,a=e.sub,s=L(e.base,"operatorname"),n=!0):s=L(e,"operatorname");var u;if(s.body.length>0){for(var m=s.body.map(function(w){var x=w.text;return typeof x=="string"?{type:"textord",mode:w.mode,text:x}:w}),d=t0(m,t.withFont("mathrm"),!0),v=0;v<d.length;v++){var y=d[v];y instanceof c0&&(y.text=y.text.replace(/\u2212/,"-").replace(/\u2217/,"*"))}u=b.makeSpan(["mop"],d,t)}else u=b.makeSpan(["mop"],[],t);return n?Vr(u,r,a,t,t.style,0,0):u},en=function(e,t){for(var r=o0(e.body,t.withFont("mathrm")),a=!0,n=0;n<r.length;n++){var s=r[n];if(!(s instanceof A.SpaceNode))if(s instanceof A.MathNode)switch(s.type){case"mi":case"mn":case"ms":case"mspace":case"mtext":break;case"mo":{var u=s.children[0];s.children.length===1&&u instanceof A.TextNode?u.text=u.text.replace(/\u2212/,"-").replace(/\u2217/,"*"):a=!1;break}default:a=!1}else a=!1}if(a){var m=r.map(function(y){return y.toText()}).join("");r=[new A.TextNode(m)]}var d=new A.MathNode("mi",r);d.setAttribute("mathvariant","normal");var v=new A.MathNode("mo",[f0("","text")]);return e.parentIsSupSub?new A.MathNode("mrow",[d,v]):A.newDocumentFragment([d,v])};C({type:"operatorname",names:["\\operatorname@","\\operatornamewithlimits"],props:{numArgs:1},handler:function(e,t){var r=e.parser,a=e.funcName,n=t[0];return{type:"operatorname",mode:r.mode,body:Q(n),alwaysHandleSupSub:a==="\\operatornamewithlimits",limits:!1,parentIsSupSub:!1}},htmlBuilder:Wr,mathmlBuilder:en}),c("\\operatorname","\\@ifstar\\operatornamewithlimits\\operatorname@"),W0({type:"ordgroup",htmlBuilder:function(e,t){return e.semisimple?b.makeFragment(t0(e.body,t,!1)):b.makeSpan(["mord"],t0(e.body,t,!0),t)},mathmlBuilder:function(e,t){return R0(e.body,t,!0)}}),C({type:"overline",names:["\\overline"],props:{numArgs:1},handler:function(e,t){var r=e.parser,a=t[0];return{type:"overline",mode:r.mode,body:a}},htmlBuilder:function(e,t){var r=P(e.body,t.havingCrampedStyle()),a=b.makeLineSpan("overline-line",t),n=t.fontMetrics().defaultRuleThickness,s=b.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r},{type:"kern",size:3*n},{type:"elem",elem:a},{type:"kern",size:n}]},t);return b.makeSpan(["mord","overline"],[s],t)},mathmlBuilder:function(e,t){var r=new A.MathNode("mo",[new A.TextNode("‾")]);r.setAttribute("stretchy","true");var a=new A.MathNode("mover",[Y(e.body,t),r]);return a.setAttribute("accent","true"),a}}),C({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){var r=e.parser,a=t[0];return{type:"phantom",mode:r.mode,body:Q(a)}},htmlBuilder:function(e,t){var r=t0(e.body,t.withPhantom(),!1);return b.makeFragment(r)},mathmlBuilder:function(e,t){var r=o0(e.body,t);return new A.MathNode("mphantom",r)}}),C({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){var r=e.parser,a=t[0];return{type:"hphantom",mode:r.mode,body:a}},htmlBuilder:function(e,t){var r=b.makeSpan([],[P(e.body,t.withPhantom())]);if(r.height=0,r.depth=0,r.children)for(var a=0;a<r.children.length;a++)r.children[a].height=0,r.children[a].depth=0;return r=b.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},t),b.makeSpan(["mord"],[r],t)},mathmlBuilder:function(e,t){var r=o0(Q(e.body),t),a=new A.MathNode("mphantom",r),n=new A.MathNode("mpadded",[a]);return n.setAttribute("height","0px"),n.setAttribute("depth","0px"),n}}),C({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){var r=e.parser,a=t[0];return{type:"vphantom",mode:r.mode,body:a}},htmlBuilder:function(e,t){var r=b.makeSpan(["inner"],[P(e.body,t.withPhantom())]),a=b.makeSpan(["fix"],[]);return b.makeSpan(["mord","rlap"],[r,a],t)},mathmlBuilder:function(e,t){var r=o0(Q(e.body),t),a=new A.MathNode("mphantom",r),n=new A.MathNode("mpadded",[a]);return n.setAttribute("width","0px"),n}}),C({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler:function(e,t){var r=e.parser,a=L(t[0],"size").value,n=t[1];return{type:"raisebox",mode:r.mode,dy:a,body:n}},htmlBuilder:function(e,t){var r=P(e.body,t),a=$(e.dy,t);return b.makeVList({positionType:"shift",positionData:-a,children:[{type:"elem",elem:r}]},t)},mathmlBuilder:function(e,t){var r=new A.MathNode("mpadded",[Y(e.body,t)]),a=e.dy.number+e.dy.unit;return r.setAttribute("voffset",a),r}}),C({type:"internal",names:["\\relax"],props:{numArgs:0,allowedInText:!0},handler:function(e){var t=e.parser;return{type:"internal",mode:t.mode}}}),C({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,argTypes:["size","size","size"]},handler:function(e,t,r){var a=e.parser,n=r[0],s=L(t[0],"size"),u=L(t[1],"size");return{type:"rule",mode:a.mode,shift:n&&L(n,"size").value,width:s.value,height:u.value}},htmlBuilder:function(e,t){var r=b.makeSpan(["mord","rule"],[],t),a=$(e.width,t),n=$(e.height,t),s=e.shift?$(e.shift,t):0;return r.style.borderRightWidth=z(a),r.style.borderTopWidth=z(n),r.style.bottom=z(s),r.width=a,r.height=n+s,r.depth=-s,r.maxFontSize=n*1.125*t.sizeMultiplier,r},mathmlBuilder:function(e,t){var r=$(e.width,t),a=$(e.height,t),n=e.shift?$(e.shift,t):0,s=t.color&&t.getColor()||"black",u=new A.MathNode("mspace");u.setAttribute("mathbackground",s),u.setAttribute("width",z(r)),u.setAttribute("height",z(a));var m=new A.MathNode("mpadded",[u]);return n>=0?m.setAttribute("height",z(n)):(m.setAttribute("height",z(n)),m.setAttribute("depth",z(-n))),m.setAttribute("voffset",z(n)),m}});function Yr(l,e,t){for(var r=t0(l,e,!1),a=e.sizeMultiplier/t.sizeMultiplier,n=0;n<r.length;n++){var s=r[n].classes.indexOf("sizing");s<0?Array.prototype.push.apply(r[n].classes,e.sizingClasses(t)):r[n].classes[s+1]==="reset-size"+e.size&&(r[n].classes[s+1]="reset-size"+t.size),r[n].height*=a,r[n].depth*=a}return b.makeFragment(r)}var Xr=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"],tn=function(e,t){var r=t.havingSize(e.size);return Yr(e.body,r,t)};C({type:"sizing",names:Xr,props:{numArgs:0,allowedInText:!0},handler:function(e,t){var r=e.breakOnTokenText,a=e.funcName,n=e.parser,s=n.parseExpression(!1,r);return{type:"sizing",mode:n.mode,size:Xr.indexOf(a)+1,body:s}},htmlBuilder:tn,mathmlBuilder:function(e,t){var r=t.havingSize(e.size),a=o0(e.body,r),n=new A.MathNode("mstyle",a);return n.setAttribute("mathsize",z(r.sizeMultiplier)),n}}),C({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:function(e,t,r){var a=e.parser,n=!1,s=!1,u=r[0]&&L(r[0],"ordgroup");if(u)for(var m="",d=0;d<u.body.length;++d){var v=u.body[d];if(m=v.text,m==="t")n=!0;else if(m==="b")s=!0;else{n=!1,s=!1;break}}else n=!0,s=!0;var y=t[0];return{type:"smash",mode:a.mode,body:y,smashHeight:n,smashDepth:s}},htmlBuilder:function(e,t){var r=b.makeSpan([],[P(e.body,t)]);if(!e.smashHeight&&!e.smashDepth)return r;if(e.smashHeight&&(r.height=0,r.children))for(var a=0;a<r.children.length;a++)r.children[a].height=0;if(e.smashDepth&&(r.depth=0,r.children))for(var n=0;n<r.children.length;n++)r.children[n].depth=0;var s=b.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},t);return b.makeSpan(["mord"],[s],t)},mathmlBuilder:function(e,t){var r=new A.MathNode("mpadded",[Y(e.body,t)]);return e.smashHeight&&r.setAttribute("height","0px"),e.smashDepth&&r.setAttribute("depth","0px"),r}}),C({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler:function(e,t,r){var a=e.parser,n=r[0],s=t[0];return{type:"sqrt",mode:a.mode,body:s,index:n}},htmlBuilder:function(e,t){var r=P(e.body,t.havingCrampedStyle());r.height===0&&(r.height=t.fontMetrics().xHeight),r=b.wrapFragment(r,t);var a=t.fontMetrics(),n=a.defaultRuleThickness,s=n;t.style.id<F.TEXT.id&&(s=t.fontMetrics().xHeight);var u=n+s/4,m=r.height+r.depth+u+n,d=D0.sqrtImage(m,t),v=d.span,y=d.ruleWidth,w=d.advanceWidth,x=v.height-y;x>r.height+r.depth+u&&(u=(u+x-r.height-r.depth)/2);var k=v.height-r.height-u-y;r.style.paddingLeft=z(w);var B=b.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r,wrapperClasses:["svg-align"]},{type:"kern",size:-(r.height+k)},{type:"elem",elem:v},{type:"kern",size:y}]},t);if(e.index){var T=t.havingStyle(F.SCRIPTSCRIPT),N=P(e.index,T,t),E=.6*(B.height-B.depth),q=b.makeVList({positionType:"shift",positionData:-E,children:[{type:"elem",elem:N}]},t),V=b.makeSpan(["root"],[q]);return b.makeSpan(["mord","sqrt"],[V,B],t)}else return b.makeSpan(["mord","sqrt"],[B],t)},mathmlBuilder:function(e,t){var r=e.body,a=e.index;return a?new A.MathNode("mroot",[Y(r,t),Y(a,t)]):new A.MathNode("msqrt",[Y(r,t)])}});var jr={display:F.DISPLAY,text:F.TEXT,script:F.SCRIPT,scriptscript:F.SCRIPTSCRIPT};C({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler:function(e,t){var r=e.breakOnTokenText,a=e.funcName,n=e.parser,s=n.parseExpression(!0,r),u=a.slice(1,a.length-5);return{type:"styling",mode:n.mode,style:u,body:s}},htmlBuilder:function(e,t){var r=jr[e.style],a=t.havingStyle(r).withFont("");return Yr(e.body,a,t)},mathmlBuilder:function(e,t){var r=jr[e.style],a=t.havingStyle(r),n=o0(e.body,a),s=new A.MathNode("mstyle",n),u={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]},m=u[e.style];return s.setAttribute("scriptlevel",m[0]),s.setAttribute("displaystyle",m[1]),s}});var rn=function(e,t){var r=e.base;if(r)if(r.type==="op"){var a=r.limits&&(t.style.size===F.DISPLAY.size||r.alwaysHandleSupSub);return a?J0:null}else if(r.type==="operatorname"){var n=r.alwaysHandleSupSub&&(t.style.size===F.DISPLAY.size||r.limits);return n?Wr:null}else{if(r.type==="accent")return I.isCharacterBox(r.base)?lt:null;if(r.type==="horizBrace"){var s=!e.sub;return s===r.isOver?Pr:null}else return null}else return null};W0({type:"supsub",htmlBuilder:function(e,t){var r=rn(e,t);if(r)return r(e,t);var a=e.base,n=e.sup,s=e.sub,u=P(a,t),m,d,v=t.fontMetrics(),y=0,w=0,x=a&&I.isCharacterBox(a);if(n){var k=t.havingStyle(t.style.sup());m=P(n,k,t),x||(y=u.height-k.fontMetrics().supDrop*k.sizeMultiplier/t.sizeMultiplier)}if(s){var B=t.havingStyle(t.style.sub());d=P(s,B,t),x||(w=u.depth+B.fontMetrics().subDrop*B.sizeMultiplier/t.sizeMultiplier)}var T;t.style===F.DISPLAY?T=v.sup1:t.style.cramped?T=v.sup3:T=v.sup2;var N=t.sizeMultiplier,E=z(.5/v.ptPerEm/N),q=null;if(d){var V=e.base&&e.base.type==="op"&&e.base.name&&(e.base.name==="\\oiint"||e.base.name==="\\oiiint");(u instanceof c0||V)&&(q=z(-u.italic))}var H;if(m&&d){y=Math.max(y,T,m.depth+.25*v.xHeight),w=Math.max(w,v.sub2);var U=v.defaultRuleThickness,G=4*U;if(y-m.depth-(d.height-w)<G){w=G-(y-m.depth)+d.height;var W=.8*v.xHeight-(y-m.depth);W>0&&(y+=W,w-=W)}var X=[{type:"elem",elem:d,shift:w,marginRight:E,marginLeft:q},{type:"elem",elem:m,shift:-y,marginRight:E}];H=b.makeVList({positionType:"individualShift",children:X},t)}else if(d){w=Math.max(w,v.sub1,d.height-.8*v.xHeight);var r0=[{type:"elem",elem:d,marginLeft:q,marginRight:E}];H=b.makeVList({positionType:"shift",positionData:w,children:r0},t)}else if(m)y=Math.max(y,T,m.depth+.25*v.xHeight),H=b.makeVList({positionType:"shift",positionData:-y,children:[{type:"elem",elem:m,marginRight:E}]},t);else throw new Error("supsub must have either sup or sub.");var h0=tt(u,"right")||"mord";return b.makeSpan([h0],[u,b.makeSpan(["msupsub"],[H])],t)},mathmlBuilder:function(e,t){var r=!1,a,n;e.base&&e.base.type==="horizBrace"&&(n=!!e.sup,n===e.base.isOver&&(r=!0,a=e.base.isOver)),e.base&&(e.base.type==="op"||e.base.type==="operatorname")&&(e.base.parentIsSupSub=!0);var s=[Y(e.base,t)];e.sub&&s.push(Y(e.sub,t)),e.sup&&s.push(Y(e.sup,t));var u;if(r)u=a?"mover":"munder";else if(e.sub)if(e.sup){var v=e.base;v&&v.type==="op"&&v.limits&&t.style===F.DISPLAY||v&&v.type==="operatorname"&&v.alwaysHandleSupSub&&(t.style===F.DISPLAY||v.limits)?u="munderover":u="msubsup"}else{var d=e.base;d&&d.type==="op"&&d.limits&&(t.style===F.DISPLAY||d.alwaysHandleSupSub)||d&&d.type==="operatorname"&&d.alwaysHandleSupSub&&(d.limits||t.style===F.DISPLAY)?u="munder":u="msub"}else{var m=e.base;m&&m.type==="op"&&m.limits&&(t.style===F.DISPLAY||m.alwaysHandleSupSub)||m&&m.type==="operatorname"&&m.alwaysHandleSupSub&&(m.limits||t.style===F.DISPLAY)?u="mover":u="msup"}return new A.MathNode(u,s)}}),W0({type:"atom",htmlBuilder:function(e,t){return b.mathsym(e.text,e.mode,t,["m"+e.family])},mathmlBuilder:function(e,t){var r=new A.MathNode("mo",[f0(e.text,e.mode)]);if(e.family==="bin"){var a=nt(e,t);a==="bold-italic"&&r.setAttribute("mathvariant",a)}else e.family==="punct"?r.setAttribute("separator","true"):(e.family==="open"||e.family==="close")&&r.setAttribute("stretchy","false");return r}});var $r={mi:"italic",mn:"normal",mtext:"normal"};W0({type:"mathord",htmlBuilder:function(e,t){return b.makeOrd(e,t,"mathord")},mathmlBuilder:function(e,t){var r=new A.MathNode("mi",[f0(e.text,e.mode,t)]),a=nt(e,t)||"italic";return a!==$r[r.type]&&r.setAttribute("mathvariant",a),r}}),W0({type:"textord",htmlBuilder:function(e,t){return b.makeOrd(e,t,"textord")},mathmlBuilder:function(e,t){var r=f0(e.text,e.mode,t),a=nt(e,t)||"normal",n;return e.mode==="text"?n=new A.MathNode("mtext",[r]):/[0-9]/.test(e.text)?n=new A.MathNode("mn",[r]):e.text==="\\prime"?n=new A.MathNode("mo",[r]):n=new A.MathNode("mi",[r]),a!==$r[n.type]&&n.setAttribute("mathvariant",a),n}});var kt={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},St={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};W0({type:"spacing",htmlBuilder:function(e,t){if(St.hasOwnProperty(e.text)){var r=St[e.text].className||"";if(e.mode==="text"){var a=b.makeOrd(e,t,"textord");return a.classes.push(r),a}else return b.makeSpan(["mspace",r],[b.mathsym(e.text,e.mode,t)],t)}else{if(kt.hasOwnProperty(e.text))return b.makeSpan(["mspace",kt[e.text]],[],t);throw new M('Unknown type of space "'+e.text+'"')}},mathmlBuilder:function(e,t){var r;if(St.hasOwnProperty(e.text))r=new A.MathNode("mtext",[new A.TextNode(" ")]);else{if(kt.hasOwnProperty(e.text))return new A.MathNode("mspace");throw new M('Unknown type of space "'+e.text+'"')}return r}});var Zr=function(){var e=new A.MathNode("mtd",[]);return e.setAttribute("width","50%"),e};W0({type:"tag",mathmlBuilder:function(e,t){var r=new A.MathNode("mtable",[new A.MathNode("mtr",[Zr(),new A.MathNode("mtd",[R0(e.body,t)]),Zr(),new A.MathNode("mtd",[R0(e.tag,t)])])]);return r.setAttribute("width","100%"),r}});var Kr={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},Jr={"\\textbf":"textbf","\\textmd":"textmd"},an={"\\textit":"textit","\\textup":"textup"},Qr=function(e,t){var r=e.font;return r?Kr[r]?t.withTextFontFamily(Kr[r]):Jr[r]?t.withTextFontWeight(Jr[r]):t.withTextFontShape(an[r]):t};C({type:"text",names:["\\text","\\textrm","\\textsf","\\texttt","\\textnormal","\\textbf","\\textmd","\\textit","\\textup"],props:{numArgs:1,argTypes:["text"],allowedInArgument:!0,allowedInText:!0},handler:function(e,t){var r=e.parser,a=e.funcName,n=t[0];return{type:"text",mode:r.mode,body:Q(n),font:a}},htmlBuilder:function(e,t){var r=Qr(e,t),a=t0(e.body,r,!0);return b.makeSpan(["mord","text"],a,r)},mathmlBuilder:function(e,t){var r=Qr(e,t);return R0(e.body,r)}}),C({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){var r=e.parser;return{type:"underline",mode:r.mode,body:t[0]}},htmlBuilder:function(e,t){var r=P(e.body,t),a=b.makeLineSpan("underline-line",t),n=t.fontMetrics().defaultRuleThickness,s=b.makeVList({positionType:"top",positionData:r.height,children:[{type:"kern",size:n},{type:"elem",elem:a},{type:"kern",size:3*n},{type:"elem",elem:r}]},t);return b.makeSpan(["mord","underline"],[s],t)},mathmlBuilder:function(e,t){var r=new A.MathNode("mo",[new A.TextNode("‾")]);r.setAttribute("stretchy","true");var a=new A.MathNode("munder",[Y(e.body,t),r]);return a.setAttribute("accentunder","true"),a}}),C({type:"vcenter",names:["\\vcenter"],props:{numArgs:1,argTypes:["original"],allowedInText:!1},handler:function(e,t){var r=e.parser;return{type:"vcenter",mode:r.mode,body:t[0]}},htmlBuilder:function(e,t){var r=P(e.body,t),a=t.fontMetrics().axisHeight,n=.5*(r.height-a-(r.depth+a));return b.makeVList({positionType:"shift",positionData:n,children:[{type:"elem",elem:r}]},t)},mathmlBuilder:function(e,t){return new A.MathNode("mpadded",[Y(e.body,t)],["vcenter"])}}),C({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler:function(e,t,r){throw new M("\\verb ended by end of line instead of matching delimiter")},htmlBuilder:function(e,t){for(var r=_r(e),a=[],n=t.havingStyle(t.style.text()),s=0;s<r.length;s++){var u=r[s];u==="~"&&(u="\\textasciitilde"),a.push(b.makeSymbol(u,"Typewriter-Regular",e.mode,n,["mord","texttt"]))}return b.makeSpan(["mord","text"].concat(n.sizingClasses(t)),b.tryCombineChars(a),n)},mathmlBuilder:function(e,t){var r=new A.TextNode(_r(e)),a=new A.MathNode("mtext",[r]);return a.setAttribute("mathvariant","monospace"),a}});var _r=function(e){return e.body.replace(/ /g,e.star?"␣":" ")},nn=ar,L0=nn,ea=`[ \r
|
||
]`,ln="\\\\[a-zA-Z@]+",sn="\\\\[^\uD800-\uDFFF]",on="("+ln+")"+ea+"*",un=`\\\\(
|
||
|[ \r ]+
|
||
?)[ \r ]*`,At="[̀-ͯ]",hn=new RegExp(At+"+$"),mn="("+ea+"+)|"+(un+"|")+"([!-\\[\\]-‧-豈-]"+(At+"*")+"|[\uD800-\uDBFF][\uDC00-\uDFFF]"+(At+"*")+"|\\\\verb\\*([^]).*?\\4|\\\\verb([^*a-zA-Z]).*?\\5"+("|"+on)+("|"+sn+")"),ta=function(){function l(t,r){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=t,this.settings=r,this.tokenRegex=new RegExp(mn,"g"),this.catcodes={"%":14,"~":13}}var e=l.prototype;return e.setCatcode=function(r,a){this.catcodes[r]=a},e.lex=function(){var r=this.input,a=this.tokenRegex.lastIndex;if(a===r.length)return new I0("EOF",new b0(this,a,a));var n=this.tokenRegex.exec(r);if(n===null||n.index!==a)throw new M("Unexpected character: '"+r[a]+"'",new I0(r[a],new b0(this,a,a+1)));var s=n[6]||n[3]||(n[2]?"\\ ":" ");if(this.catcodes[s]===14){var u=r.indexOf(`
|
||
`,this.tokenRegex.lastIndex);return u===-1?(this.tokenRegex.lastIndex=r.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=u+1,this.lex()}return new I0(s,new b0(this,a,this.tokenRegex.lastIndex))},l}(),cn=function(){function l(t,r){t===void 0&&(t={}),r===void 0&&(r={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=r,this.builtins=t,this.undefStack=[]}var e=l.prototype;return e.beginGroup=function(){this.undefStack.push({})},e.endGroup=function(){if(this.undefStack.length===0)throw new M("Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug");var r=this.undefStack.pop();for(var a in r)r.hasOwnProperty(a)&&(r[a]==null?delete this.current[a]:this.current[a]=r[a])},e.endGroups=function(){for(;this.undefStack.length>0;)this.endGroup()},e.has=function(r){return this.current.hasOwnProperty(r)||this.builtins.hasOwnProperty(r)},e.get=function(r){return this.current.hasOwnProperty(r)?this.current[r]:this.builtins[r]},e.set=function(r,a,n){if(n===void 0&&(n=!1),n){for(var s=0;s<this.undefStack.length;s++)delete this.undefStack[s][r];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][r]=a)}else{var u=this.undefStack[this.undefStack.length-1];u&&!u.hasOwnProperty(r)&&(u[r]=this.current[r])}a==null?delete this.current[r]:this.current[r]=a},l}(),dn=Dr,fn=dn;c("\\noexpand",function(l){var e=l.popToken();return l.isExpandable(e.text)&&(e.noexpand=!0,e.treatAsRelax=!0),{tokens:[e],numArgs:0}}),c("\\expandafter",function(l){var e=l.popToken();return l.expandOnce(!0),{tokens:[e],numArgs:0}}),c("\\@firstoftwo",function(l){var e=l.consumeArgs(2);return{tokens:e[0],numArgs:0}}),c("\\@secondoftwo",function(l){var e=l.consumeArgs(2);return{tokens:e[1],numArgs:0}}),c("\\@ifnextchar",function(l){var e=l.consumeArgs(3);l.consumeSpaces();var t=l.future();return e[0].length===1&&e[0][0].text===t.text?{tokens:e[1],numArgs:0}:{tokens:e[2],numArgs:0}}),c("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}"),c("\\TextOrMath",function(l){var e=l.consumeArgs(2);return l.mode==="text"?{tokens:e[0],numArgs:0}:{tokens:e[1],numArgs:0}});var ra={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};c("\\char",function(l){var e=l.popToken(),t,r="";if(e.text==="'")t=8,e=l.popToken();else if(e.text==='"')t=16,e=l.popToken();else if(e.text==="`")if(e=l.popToken(),e.text[0]==="\\")r=e.text.charCodeAt(1);else{if(e.text==="EOF")throw new M("\\char` missing argument");r=e.text.charCodeAt(0)}else t=10;if(t){if(r=ra[e.text],r==null||r>=t)throw new M("Invalid base-"+t+" digit "+e.text);for(var a;(a=ra[l.future().text])!=null&&a<t;)r*=t,r+=a,l.popToken()}return"\\@char{"+r+"}"});var Mt=function(e,t,r){var a=e.consumeArg().tokens;if(a.length!==1)throw new M("\\newcommand's first argument must be a macro name");var n=a[0].text,s=e.isDefined(n);if(s&&!t)throw new M("\\newcommand{"+n+"} attempting to redefine "+(n+"; use \\renewcommand"));if(!s&&!r)throw new M("\\renewcommand{"+n+"} when command "+n+" does not yet exist; use \\newcommand");var u=0;if(a=e.consumeArg().tokens,a.length===1&&a[0].text==="["){for(var m="",d=e.expandNextToken();d.text!=="]"&&d.text!=="EOF";)m+=d.text,d=e.expandNextToken();if(!m.match(/^\s*[0-9]+\s*$/))throw new M("Invalid number of arguments: "+m);u=parseInt(m),a=e.consumeArg().tokens}return e.macros.set(n,{tokens:a,numArgs:u}),""};c("\\newcommand",function(l){return Mt(l,!1,!0)}),c("\\renewcommand",function(l){return Mt(l,!0,!1)}),c("\\providecommand",function(l){return Mt(l,!0,!0)}),c("\\message",function(l){var e=l.consumeArgs(1)[0];return console.log(e.reverse().map(function(t){return t.text}).join("")),""}),c("\\errmessage",function(l){var e=l.consumeArgs(1)[0];return console.error(e.reverse().map(function(t){return t.text}).join("")),""}),c("\\show",function(l){var e=l.popToken(),t=e.text;return console.log(e,l.macros.get(t),L0[t],Z.math[t],Z.text[t]),""}),c("\\bgroup","{"),c("\\egroup","}"),c("~","\\nobreakspace"),c("\\lq","`"),c("\\rq","'"),c("\\aa","\\r a"),c("\\AA","\\r A"),c("\\textcopyright","\\html@mathml{\\textcircled{c}}{\\char`©}"),c("\\copyright","\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}"),c("\\textregistered","\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`®}"),c("ℬ","\\mathscr{B}"),c("ℰ","\\mathscr{E}"),c("ℱ","\\mathscr{F}"),c("ℋ","\\mathscr{H}"),c("ℐ","\\mathscr{I}"),c("ℒ","\\mathscr{L}"),c("ℳ","\\mathscr{M}"),c("ℛ","\\mathscr{R}"),c("ℭ","\\mathfrak{C}"),c("ℌ","\\mathfrak{H}"),c("ℨ","\\mathfrak{Z}"),c("\\Bbbk","\\Bbb{k}"),c("·","\\cdotp"),c("\\llap","\\mathllap{\\textrm{#1}}"),c("\\rlap","\\mathrlap{\\textrm{#1}}"),c("\\clap","\\mathclap{\\textrm{#1}}"),c("\\mathstrut","\\vphantom{(}"),c("\\underbar","\\underline{\\text{#1}}"),c("\\not",'\\html@mathml{\\mathrel{\\mathrlap\\@not}}{\\char"338}'),c("\\neq","\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`≠}}"),c("\\ne","\\neq"),c("≠","\\neq"),c("\\notin","\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`∉}}"),c("∉","\\notin"),c("≘","\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`≘}}"),c("≙","\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`≘}}"),c("≚","\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`≚}}"),c("≛","\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`≛}}"),c("≝","\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`≝}}"),c("≞","\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`≞}}"),c("≟","\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`≟}}"),c("⟂","\\perp"),c("‼","\\mathclose{!\\mkern-0.8mu!}"),c("∌","\\notni"),c("⌜","\\ulcorner"),c("⌝","\\urcorner"),c("⌞","\\llcorner"),c("⌟","\\lrcorner"),c("©","\\copyright"),c("®","\\textregistered"),c("️","\\textregistered"),c("\\ulcorner",'\\html@mathml{\\@ulcorner}{\\mathop{\\char"231c}}'),c("\\urcorner",'\\html@mathml{\\@urcorner}{\\mathop{\\char"231d}}'),c("\\llcorner",'\\html@mathml{\\@llcorner}{\\mathop{\\char"231e}}'),c("\\lrcorner",'\\html@mathml{\\@lrcorner}{\\mathop{\\char"231f}}'),c("\\vdots","\\mathord{\\varvdots\\rule{0pt}{15pt}}"),c("⋮","\\vdots"),c("\\varGamma","\\mathit{\\Gamma}"),c("\\varDelta","\\mathit{\\Delta}"),c("\\varTheta","\\mathit{\\Theta}"),c("\\varLambda","\\mathit{\\Lambda}"),c("\\varXi","\\mathit{\\Xi}"),c("\\varPi","\\mathit{\\Pi}"),c("\\varSigma","\\mathit{\\Sigma}"),c("\\varUpsilon","\\mathit{\\Upsilon}"),c("\\varPhi","\\mathit{\\Phi}"),c("\\varPsi","\\mathit{\\Psi}"),c("\\varOmega","\\mathit{\\Omega}"),c("\\substack","\\begin{subarray}{c}#1\\end{subarray}"),c("\\colon","\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu\\relax"),c("\\boxed","\\fbox{$\\displaystyle{#1}$}"),c("\\iff","\\DOTSB\\;\\Longleftrightarrow\\;"),c("\\implies","\\DOTSB\\;\\Longrightarrow\\;"),c("\\impliedby","\\DOTSB\\;\\Longleftarrow\\;");var aa={",":"\\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"};c("\\dots",function(l){var e="\\dotso",t=l.expandAfterFuture().text;return t in aa?e=aa[t]:(t.slice(0,4)==="\\not"||t in Z.math&&I.contains(["bin","rel"],Z.math[t].group))&&(e="\\dotsb"),e});var Bt={")":!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};c("\\dotso",function(l){var e=l.future().text;return e in Bt?"\\ldots\\,":"\\ldots"}),c("\\dotsc",function(l){var e=l.future().text;return e in Bt&&e!==","?"\\ldots\\,":"\\ldots"}),c("\\cdots",function(l){var e=l.future().text;return e in Bt?"\\@cdots\\,":"\\@cdots"}),c("\\dotsb","\\cdots"),c("\\dotsm","\\cdots"),c("\\dotsi","\\!\\cdots"),c("\\dotsx","\\ldots\\,"),c("\\DOTSI","\\relax"),c("\\DOTSB","\\relax"),c("\\DOTSX","\\relax"),c("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax"),c("\\,","\\tmspace+{3mu}{.1667em}"),c("\\thinspace","\\,"),c("\\>","\\mskip{4mu}"),c("\\:","\\tmspace+{4mu}{.2222em}"),c("\\medspace","\\:"),c("\\;","\\tmspace+{5mu}{.2777em}"),c("\\thickspace","\\;"),c("\\!","\\tmspace-{3mu}{.1667em}"),c("\\negthinspace","\\!"),c("\\negmedspace","\\tmspace-{4mu}{.2222em}"),c("\\negthickspace","\\tmspace-{5mu}{.277em}"),c("\\enspace","\\kern.5em "),c("\\enskip","\\hskip.5em\\relax"),c("\\quad","\\hskip1em\\relax"),c("\\qquad","\\hskip2em\\relax"),c("\\tag","\\@ifstar\\tag@literal\\tag@paren"),c("\\tag@paren","\\tag@literal{({#1})}"),c("\\tag@literal",function(l){if(l.macros.get("\\df@tag"))throw new M("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"}),c("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}"),c("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)"),c("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}"),c("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1"),c("\\newline","\\\\\\relax"),c("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");var na=z(x0["Main-Regular"]["T".charCodeAt(0)][1]-.7*x0["Main-Regular"]["A".charCodeAt(0)][1]);c("\\LaTeX","\\textrm{\\html@mathml{"+("L\\kern-.36em\\raisebox{"+na+"}{\\scriptstyle A}")+"\\kern-.15em\\TeX}{LaTeX}}"),c("\\KaTeX","\\textrm{\\html@mathml{"+("K\\kern-.17em\\raisebox{"+na+"}{\\scriptstyle A}")+"\\kern-.15em\\TeX}{KaTeX}}"),c("\\hspace","\\@ifstar\\@hspacer\\@hspace"),c("\\@hspace","\\hskip #1\\relax"),c("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax"),c("\\ordinarycolon",":"),c("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}"),c("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}'),c("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}'),c("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}'),c("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}'),c("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}'),c("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}'),c("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}'),c("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}'),c("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}'),c("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}'),c("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}'),c("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}'),c("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}'),c("∷","\\dblcolon"),c("∹","\\eqcolon"),c("≔","\\coloneqq"),c("≕","\\eqqcolon"),c("⩴","\\Coloneqq"),c("\\ratio","\\vcentcolon"),c("\\coloncolon","\\dblcolon"),c("\\colonequals","\\coloneqq"),c("\\coloncolonequals","\\Coloneqq"),c("\\equalscolon","\\eqqcolon"),c("\\equalscoloncolon","\\Eqqcolon"),c("\\colonminus","\\coloneq"),c("\\coloncolonminus","\\Coloneq"),c("\\minuscolon","\\eqcolon"),c("\\minuscoloncolon","\\Eqcolon"),c("\\coloncolonapprox","\\Colonapprox"),c("\\coloncolonsim","\\Colonsim"),c("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),c("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}"),c("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),c("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}"),c("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`∌}}"),c("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}"),c("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}"),c("\\injlim","\\DOTSB\\operatorname*{inj\\,lim}"),c("\\projlim","\\DOTSB\\operatorname*{proj\\,lim}"),c("\\varlimsup","\\DOTSB\\operatorname*{\\overline{lim}}"),c("\\varliminf","\\DOTSB\\operatorname*{\\underline{lim}}"),c("\\varinjlim","\\DOTSB\\operatorname*{\\underrightarrow{lim}}"),c("\\varprojlim","\\DOTSB\\operatorname*{\\underleftarrow{lim}}"),c("\\gvertneqq","\\html@mathml{\\@gvertneqq}{≩}"),c("\\lvertneqq","\\html@mathml{\\@lvertneqq}{≨}"),c("\\ngeqq","\\html@mathml{\\@ngeqq}{≱}"),c("\\ngeqslant","\\html@mathml{\\@ngeqslant}{≱}"),c("\\nleqq","\\html@mathml{\\@nleqq}{≰}"),c("\\nleqslant","\\html@mathml{\\@nleqslant}{≰}"),c("\\nshortmid","\\html@mathml{\\@nshortmid}{∤}"),c("\\nshortparallel","\\html@mathml{\\@nshortparallel}{∦}"),c("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{⊈}"),c("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{⊉}"),c("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{⊊}"),c("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{⫋}"),c("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{⊋}"),c("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{⫌}"),c("\\imath","\\html@mathml{\\@imath}{ı}"),c("\\jmath","\\html@mathml{\\@jmath}{ȷ}"),c("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`⟦}}"),c("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`⟧}}"),c("⟦","\\llbracket"),c("⟧","\\rrbracket"),c("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`⦃}}"),c("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`⦄}}"),c("⦃","\\lBrace"),c("⦄","\\rBrace"),c("\\minuso","\\mathbin{\\html@mathml{{\\mathrlap{\\mathchoice{\\kern{0.145em}}{\\kern{0.145em}}{\\kern{0.1015em}}{\\kern{0.0725em}}\\circ}{-}}}{\\char`⦵}}"),c("⦵","\\minuso"),c("\\darr","\\downarrow"),c("\\dArr","\\Downarrow"),c("\\Darr","\\Downarrow"),c("\\lang","\\langle"),c("\\rang","\\rangle"),c("\\uarr","\\uparrow"),c("\\uArr","\\Uparrow"),c("\\Uarr","\\Uparrow"),c("\\N","\\mathbb{N}"),c("\\R","\\mathbb{R}"),c("\\Z","\\mathbb{Z}"),c("\\alef","\\aleph"),c("\\alefsym","\\aleph"),c("\\Alpha","\\mathrm{A}"),c("\\Beta","\\mathrm{B}"),c("\\bull","\\bullet"),c("\\Chi","\\mathrm{X}"),c("\\clubs","\\clubsuit"),c("\\cnums","\\mathbb{C}"),c("\\Complex","\\mathbb{C}"),c("\\Dagger","\\ddagger"),c("\\diamonds","\\diamondsuit"),c("\\empty","\\emptyset"),c("\\Epsilon","\\mathrm{E}"),c("\\Eta","\\mathrm{H}"),c("\\exist","\\exists"),c("\\harr","\\leftrightarrow"),c("\\hArr","\\Leftrightarrow"),c("\\Harr","\\Leftrightarrow"),c("\\hearts","\\heartsuit"),c("\\image","\\Im"),c("\\infin","\\infty"),c("\\Iota","\\mathrm{I}"),c("\\isin","\\in"),c("\\Kappa","\\mathrm{K}"),c("\\larr","\\leftarrow"),c("\\lArr","\\Leftarrow"),c("\\Larr","\\Leftarrow"),c("\\lrarr","\\leftrightarrow"),c("\\lrArr","\\Leftrightarrow"),c("\\Lrarr","\\Leftrightarrow"),c("\\Mu","\\mathrm{M}"),c("\\natnums","\\mathbb{N}"),c("\\Nu","\\mathrm{N}"),c("\\Omicron","\\mathrm{O}"),c("\\plusmn","\\pm"),c("\\rarr","\\rightarrow"),c("\\rArr","\\Rightarrow"),c("\\Rarr","\\Rightarrow"),c("\\real","\\Re"),c("\\reals","\\mathbb{R}"),c("\\Reals","\\mathbb{R}"),c("\\Rho","\\mathrm{P}"),c("\\sdot","\\cdot"),c("\\sect","\\S"),c("\\spades","\\spadesuit"),c("\\sub","\\subset"),c("\\sube","\\subseteq"),c("\\supe","\\supseteq"),c("\\Tau","\\mathrm{T}"),c("\\thetasym","\\vartheta"),c("\\weierp","\\wp"),c("\\Zeta","\\mathrm{Z}"),c("\\argmin","\\DOTSB\\operatorname*{arg\\,min}"),c("\\argmax","\\DOTSB\\operatorname*{arg\\,max}"),c("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits"),c("\\bra","\\mathinner{\\langle{#1}|}"),c("\\ket","\\mathinner{|{#1}\\rangle}"),c("\\braket","\\mathinner{\\langle{#1}\\rangle}"),c("\\Bra","\\left\\langle#1\\right|"),c("\\Ket","\\left|#1\\right\\rangle");var ia=function(e){return function(t){var r=t.consumeArg().tokens,a=t.consumeArg().tokens,n=t.consumeArg().tokens,s=t.consumeArg().tokens,u=t.macros.get("|"),m=t.macros.get("\\|");t.macros.beginGroup();var d=function(x){return function(k){e&&(k.macros.set("|",u),n.length&&k.macros.set("\\|",m));var B=x;if(!x&&n.length){var T=k.future();T.text==="|"&&(k.popToken(),B=!0)}return{tokens:B?n:a,numArgs:0}}};t.macros.set("|",d(!1)),n.length&&t.macros.set("\\|",d(!0));var v=t.consumeArg().tokens,y=t.expandTokens([].concat(s,v,r));return t.macros.endGroup(),{tokens:y.reverse(),numArgs:0}}};c("\\bra@ket",ia(!1)),c("\\bra@set",ia(!0)),c("\\Braket","\\bra@ket{\\left\\langle}{\\,\\middle\\vert\\,}{\\,\\middle\\vert\\,}{\\right\\rangle}"),c("\\Set","\\bra@set{\\left\\{\\:}{\\;\\middle\\vert\\;}{\\;\\middle\\Vert\\;}{\\:\\right\\}}"),c("\\set","\\bra@set{\\{\\,}{\\mid}{}{\\,\\}}"),c("\\angln","{\\angl n}"),c("\\blue","\\textcolor{##6495ed}{#1}"),c("\\orange","\\textcolor{##ffa500}{#1}"),c("\\pink","\\textcolor{##ff00af}{#1}"),c("\\red","\\textcolor{##df0030}{#1}"),c("\\green","\\textcolor{##28ae7b}{#1}"),c("\\gray","\\textcolor{gray}{#1}"),c("\\purple","\\textcolor{##9d38bd}{#1}"),c("\\blueA","\\textcolor{##ccfaff}{#1}"),c("\\blueB","\\textcolor{##80f6ff}{#1}"),c("\\blueC","\\textcolor{##63d9ea}{#1}"),c("\\blueD","\\textcolor{##11accd}{#1}"),c("\\blueE","\\textcolor{##0c7f99}{#1}"),c("\\tealA","\\textcolor{##94fff5}{#1}"),c("\\tealB","\\textcolor{##26edd5}{#1}"),c("\\tealC","\\textcolor{##01d1c1}{#1}"),c("\\tealD","\\textcolor{##01a995}{#1}"),c("\\tealE","\\textcolor{##208170}{#1}"),c("\\greenA","\\textcolor{##b6ffb0}{#1}"),c("\\greenB","\\textcolor{##8af281}{#1}"),c("\\greenC","\\textcolor{##74cf70}{#1}"),c("\\greenD","\\textcolor{##1fab54}{#1}"),c("\\greenE","\\textcolor{##0d923f}{#1}"),c("\\goldA","\\textcolor{##ffd0a9}{#1}"),c("\\goldB","\\textcolor{##ffbb71}{#1}"),c("\\goldC","\\textcolor{##ff9c39}{#1}"),c("\\goldD","\\textcolor{##e07d10}{#1}"),c("\\goldE","\\textcolor{##a75a05}{#1}"),c("\\redA","\\textcolor{##fca9a9}{#1}"),c("\\redB","\\textcolor{##ff8482}{#1}"),c("\\redC","\\textcolor{##f9685d}{#1}"),c("\\redD","\\textcolor{##e84d39}{#1}"),c("\\redE","\\textcolor{##bc2612}{#1}"),c("\\maroonA","\\textcolor{##ffbde0}{#1}"),c("\\maroonB","\\textcolor{##ff92c6}{#1}"),c("\\maroonC","\\textcolor{##ed5fa6}{#1}"),c("\\maroonD","\\textcolor{##ca337c}{#1}"),c("\\maroonE","\\textcolor{##9e034e}{#1}"),c("\\purpleA","\\textcolor{##ddd7ff}{#1}"),c("\\purpleB","\\textcolor{##c6b9fc}{#1}"),c("\\purpleC","\\textcolor{##aa87ff}{#1}"),c("\\purpleD","\\textcolor{##7854ab}{#1}"),c("\\purpleE","\\textcolor{##543b78}{#1}"),c("\\mintA","\\textcolor{##f5f9e8}{#1}"),c("\\mintB","\\textcolor{##edf2df}{#1}"),c("\\mintC","\\textcolor{##e0e5cc}{#1}"),c("\\grayA","\\textcolor{##f6f7f7}{#1}"),c("\\grayB","\\textcolor{##f0f1f2}{#1}"),c("\\grayC","\\textcolor{##e3e5e6}{#1}"),c("\\grayD","\\textcolor{##d6d8da}{#1}"),c("\\grayE","\\textcolor{##babec2}{#1}"),c("\\grayF","\\textcolor{##888d93}{#1}"),c("\\grayG","\\textcolor{##626569}{#1}"),c("\\grayH","\\textcolor{##3b3e40}{#1}"),c("\\grayI","\\textcolor{##21242c}{#1}"),c("\\kaBlue","\\textcolor{##314453}{#1}"),c("\\kaGreen","\\textcolor{##71B307}{#1}");var la={"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0},pn=function(){function l(t,r,a){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=r,this.expansionCount=0,this.feed(t),this.macros=new cn(fn,r.macros),this.mode=a,this.stack=[]}var e=l.prototype;return e.feed=function(r){this.lexer=new ta(r,this.settings)},e.switchMode=function(r){this.mode=r},e.beginGroup=function(){this.macros.beginGroup()},e.endGroup=function(){this.macros.endGroup()},e.endGroups=function(){this.macros.endGroups()},e.future=function(){return this.stack.length===0&&this.pushToken(this.lexer.lex()),this.stack[this.stack.length-1]},e.popToken=function(){return this.future(),this.stack.pop()},e.pushToken=function(r){this.stack.push(r)},e.pushTokens=function(r){var a;(a=this.stack).push.apply(a,r)},e.scanArgument=function(r){var a,n,s;if(r){if(this.consumeSpaces(),this.future().text!=="[")return null;a=this.popToken();var u=this.consumeArg(["]"]);s=u.tokens,n=u.end}else{var m=this.consumeArg();s=m.tokens,a=m.start,n=m.end}return this.pushToken(new I0("EOF",n.loc)),this.pushTokens(s),a.range(n,"")},e.consumeSpaces=function(){for(;;){var r=this.future();if(r.text===" ")this.stack.pop();else break}},e.consumeArg=function(r){var a=[],n=r&&r.length>0;n||this.consumeSpaces();var s=this.future(),u,m=0,d=0;do{if(u=this.popToken(),a.push(u),u.text==="{")++m;else if(u.text==="}"){if(--m,m===-1)throw new M("Extra }",u)}else if(u.text==="EOF")throw new M("Unexpected end of input in a macro argument, expected '"+(r&&n?r[d]:"}")+"'",u);if(r&&n)if((m===0||m===1&&r[d]==="{")&&u.text===r[d]){if(++d,d===r.length){a.splice(-d,d);break}}else d=0}while(m!==0||n);return s.text==="{"&&a[a.length-1].text==="}"&&(a.pop(),a.shift()),a.reverse(),{tokens:a,start:s,end:u}},e.consumeArgs=function(r,a){if(a){if(a.length!==r+1)throw new M("The length of delimiters doesn't match the number of args!");for(var n=a[0],s=0;s<n.length;s++){var u=this.popToken();if(n[s]!==u.text)throw new M("Use of the macro doesn't match its definition",u)}}for(var m=[],d=0;d<r;d++)m.push(this.consumeArg(a&&a[d+1]).tokens);return m},e.expandOnce=function(r){var a=this.popToken(),n=a.text,s=a.noexpand?null:this._getExpansion(n);if(s==null||r&&s.unexpandable){if(r&&s==null&&n[0]==="\\"&&!this.isDefined(n))throw new M("Undefined control sequence: "+n);return this.pushToken(a),!1}if(this.expansionCount++,this.expansionCount>this.settings.maxExpand)throw new M("Too many expansions: infinite loop or need to increase maxExpand setting");var u=s.tokens,m=this.consumeArgs(s.numArgs,s.delimiters);if(s.numArgs){u=u.slice();for(var d=u.length-1;d>=0;--d){var v=u[d];if(v.text==="#"){if(d===0)throw new M("Incomplete placeholder at end of macro body",v);if(v=u[--d],v.text==="#")u.splice(d+1,1);else if(/^[1-9]$/.test(v.text)){var y;(y=u).splice.apply(y,[d,2].concat(m[+v.text-1]))}else throw new M("Not a valid argument number",v)}}}return this.pushTokens(u),u.length},e.expandAfterFuture=function(){return this.expandOnce(),this.future()},e.expandNextToken=function(){for(;;)if(this.expandOnce()===!1){var r=this.stack.pop();return r.treatAsRelax&&(r.text="\\relax"),r}throw new Error},e.expandMacro=function(r){return this.macros.has(r)?this.expandTokens([new I0(r)]):void 0},e.expandTokens=function(r){var a=[],n=this.stack.length;for(this.pushTokens(r);this.stack.length>n;)if(this.expandOnce(!0)===!1){var s=this.stack.pop();s.treatAsRelax&&(s.noexpand=!1,s.treatAsRelax=!1),a.push(s)}return a},e.expandMacroAsText=function(r){var a=this.expandMacro(r);return a&&a.map(function(n){return n.text}).join("")},e._getExpansion=function(r){var a=this.macros.get(r);if(a==null)return a;if(r.length===1){var n=this.lexer.catcodes[r];if(n!=null&&n!==13)return}var s=typeof a=="function"?a(this):a;if(typeof s=="string"){var u=0;if(s.indexOf("#")!==-1)for(var m=s.replace(/##/g,"");m.indexOf("#"+(u+1))!==-1;)++u;for(var d=new ta(s,this.settings),v=[],y=d.lex();y.text!=="EOF";)v.push(y),y=d.lex();v.reverse();var w={tokens:v,numArgs:u};return w}return s},e.isDefined=function(r){return this.macros.has(r)||L0.hasOwnProperty(r)||Z.math.hasOwnProperty(r)||Z.text.hasOwnProperty(r)||la.hasOwnProperty(r)},e.isExpandable=function(r){var a=this.macros.get(r);return a!=null?typeof a=="string"||typeof a=="function"||!a.unexpandable:L0.hasOwnProperty(r)&&!L0[r].primitive},l}(),sa=/^[₊₋₌₍₎₀₁₂₃₄₅₆₇₈₉ₐₑₕᵢⱼₖₗₘₙₒₚᵣₛₜᵤᵥₓᵦᵧᵨᵩᵪ]/,Ie=Object.freeze({"₊":"+","₋":"-","₌":"=","₍":"(","₎":")","₀":"0","₁":"1","₂":"2","₃":"3","₄":"4","₅":"5","₆":"6","₇":"7","₈":"8","₉":"9","ₐ":"a","ₑ":"e","ₕ":"h","ᵢ":"i","ⱼ":"j","ₖ":"k","ₗ":"l","ₘ":"m","ₙ":"n","ₒ":"o","ₚ":"p","ᵣ":"r","ₛ":"s","ₜ":"t","ᵤ":"u","ᵥ":"v","ₓ":"x","ᵦ":"β","ᵧ":"γ","ᵨ":"ρ","ᵩ":"ϕ","ᵪ":"χ","⁺":"+","⁻":"-","⁼":"=","⁽":"(","⁾":")","⁰":"0","¹":"1","²":"2","³":"3","⁴":"4","⁵":"5","⁶":"6","⁷":"7","⁸":"8","⁹":"9","ᴬ":"A","ᴮ":"B","ᴰ":"D","ᴱ":"E","ᴳ":"G","ᴴ":"H","ᴵ":"I","ᴶ":"J","ᴷ":"K","ᴸ":"L","ᴹ":"M","ᴺ":"N","ᴼ":"O","ᴾ":"P","ᴿ":"R","ᵀ":"T","ᵁ":"U","ⱽ":"V","ᵂ":"W","ᵃ":"a","ᵇ":"b","ᶜ":"c","ᵈ":"d","ᵉ":"e","ᶠ":"f","ᵍ":"g",ʰ:"h","ⁱ":"i",ʲ:"j","ᵏ":"k",ˡ:"l","ᵐ":"m",ⁿ:"n","ᵒ":"o","ᵖ":"p",ʳ:"r",ˢ:"s","ᵗ":"t","ᵘ":"u","ᵛ":"v",ʷ:"w",ˣ:"x",ʸ:"y","ᶻ":"z","ᵝ":"β","ᵞ":"γ","ᵟ":"δ","ᵠ":"ϕ","ᵡ":"χ","ᶿ":"θ"}),zt={"́":{text:"\\'",math:"\\acute"},"̀":{text:"\\`",math:"\\grave"},"̈":{text:'\\"',math:"\\ddot"},"̃":{text:"\\~",math:"\\tilde"},"̄":{text:"\\=",math:"\\bar"},"̆":{text:"\\u",math:"\\breve"},"̌":{text:"\\v",math:"\\check"},"̂":{text:"\\^",math:"\\hat"},"̇":{text:"\\.",math:"\\dot"},"̊":{text:"\\r",math:"\\mathring"},"̋":{text:"\\H"},"̧":{text:"\\c"}},oa={á:"á",à:"à",ä:"ä",ǟ:"ǟ",ã:"ã",ā:"ā",ă:"ă",ắ:"ắ",ằ:"ằ",ẵ:"ẵ",ǎ:"ǎ",â:"â",ấ:"ấ",ầ:"ầ",ẫ:"ẫ",ȧ:"ȧ",ǡ:"ǡ",å:"å",ǻ:"ǻ",ḃ:"ḃ",ć:"ć",ḉ:"ḉ",č:"č",ĉ:"ĉ",ċ:"ċ",ç:"ç",ď:"ď",ḋ:"ḋ",ḑ:"ḑ",é:"é",è:"è",ë:"ë",ẽ:"ẽ",ē:"ē",ḗ:"ḗ",ḕ:"ḕ",ĕ:"ĕ",ḝ:"ḝ",ě:"ě",ê:"ê",ế:"ế",ề:"ề",ễ:"ễ",ė:"ė",ȩ:"ȩ",ḟ:"ḟ",ǵ:"ǵ",ḡ:"ḡ",ğ:"ğ",ǧ:"ǧ",ĝ:"ĝ",ġ:"ġ",ģ:"ģ",ḧ:"ḧ",ȟ:"ȟ",ĥ:"ĥ",ḣ:"ḣ",ḩ:"ḩ",í:"í",ì:"ì",ï:"ï",ḯ:"ḯ",ĩ:"ĩ",ī:"ī",ĭ:"ĭ",ǐ:"ǐ",î:"î",ǰ:"ǰ",ĵ:"ĵ",ḱ:"ḱ",ǩ:"ǩ",ķ:"ķ",ĺ:"ĺ",ľ:"ľ",ļ:"ļ",ḿ:"ḿ",ṁ:"ṁ",ń:"ń",ǹ:"ǹ",ñ:"ñ",ň:"ň",ṅ:"ṅ",ņ:"ņ",ó:"ó",ò:"ò",ö:"ö",ȫ:"ȫ",õ:"õ",ṍ:"ṍ",ṏ:"ṏ",ȭ:"ȭ",ō:"ō",ṓ:"ṓ",ṑ:"ṑ",ŏ:"ŏ",ǒ:"ǒ",ô:"ô",ố:"ố",ồ:"ồ",ỗ:"ỗ",ȯ:"ȯ",ȱ:"ȱ",ő:"ő",ṕ:"ṕ",ṗ:"ṗ",ŕ:"ŕ",ř:"ř",ṙ:"ṙ",ŗ:"ŗ",ś:"ś",ṥ:"ṥ",š:"š",ṧ:"ṧ",ŝ:"ŝ",ṡ:"ṡ",ş:"ş",ẗ:"ẗ",ť:"ť",ṫ:"ṫ",ţ:"ţ",ú:"ú",ù:"ù",ü:"ü",ǘ:"ǘ",ǜ:"ǜ",ǖ:"ǖ",ǚ:"ǚ",ũ:"ũ",ṹ:"ṹ",ū:"ū",ṻ:"ṻ",ŭ:"ŭ",ǔ:"ǔ",û:"û",ů:"ů",ű:"ű",ṽ:"ṽ",ẃ:"ẃ",ẁ:"ẁ",ẅ:"ẅ",ŵ:"ŵ",ẇ:"ẇ",ẘ:"ẘ",ẍ:"ẍ",ẋ:"ẋ",ý:"ý",ỳ:"ỳ",ÿ:"ÿ",ỹ:"ỹ",ȳ:"ȳ",ŷ:"ŷ",ẏ:"ẏ",ẙ:"ẙ",ź:"ź",ž:"ž",ẑ:"ẑ",ż:"ż",Á:"Á",À:"À",Ä:"Ä",Ǟ:"Ǟ",Ã:"Ã",Ā:"Ā",Ă:"Ă",Ắ:"Ắ",Ằ:"Ằ",Ẵ:"Ẵ",Ǎ:"Ǎ",Â:"Â",Ấ:"Ấ",Ầ:"Ầ",Ẫ:"Ẫ",Ȧ:"Ȧ",Ǡ:"Ǡ",Å:"Å",Ǻ:"Ǻ",Ḃ:"Ḃ",Ć:"Ć",Ḉ:"Ḉ",Č:"Č",Ĉ:"Ĉ",Ċ:"Ċ",Ç:"Ç",Ď:"Ď",Ḋ:"Ḋ",Ḑ:"Ḑ",É:"É",È:"È",Ë:"Ë",Ẽ:"Ẽ",Ē:"Ē",Ḗ:"Ḗ",Ḕ:"Ḕ",Ĕ:"Ĕ",Ḝ:"Ḝ",Ě:"Ě",Ê:"Ê",Ế:"Ế",Ề:"Ề",Ễ:"Ễ",Ė:"Ė",Ȩ:"Ȩ",Ḟ:"Ḟ",Ǵ:"Ǵ",Ḡ:"Ḡ",Ğ:"Ğ",Ǧ:"Ǧ",Ĝ:"Ĝ",Ġ:"Ġ",Ģ:"Ģ",Ḧ:"Ḧ",Ȟ:"Ȟ",Ĥ:"Ĥ",Ḣ:"Ḣ",Ḩ:"Ḩ",Í:"Í",Ì:"Ì",Ï:"Ï",Ḯ:"Ḯ",Ĩ:"Ĩ",Ī:"Ī",Ĭ:"Ĭ",Ǐ:"Ǐ",Î:"Î",İ:"İ",Ĵ:"Ĵ",Ḱ:"Ḱ",Ǩ:"Ǩ",Ķ:"Ķ",Ĺ:"Ĺ",Ľ:"Ľ",Ļ:"Ļ",Ḿ:"Ḿ",Ṁ:"Ṁ",Ń:"Ń",Ǹ:"Ǹ",Ñ:"Ñ",Ň:"Ň",Ṅ:"Ṅ",Ņ:"Ņ",Ó:"Ó",Ò:"Ò",Ö:"Ö",Ȫ:"Ȫ",Õ:"Õ",Ṍ:"Ṍ",Ṏ:"Ṏ",Ȭ:"Ȭ",Ō:"Ō",Ṓ:"Ṓ",Ṑ:"Ṑ",Ŏ:"Ŏ",Ǒ:"Ǒ",Ô:"Ô",Ố:"Ố",Ồ:"Ồ",Ỗ:"Ỗ",Ȯ:"Ȯ",Ȱ:"Ȱ",Ő:"Ő",Ṕ:"Ṕ",Ṗ:"Ṗ",Ŕ:"Ŕ",Ř:"Ř",Ṙ:"Ṙ",Ŗ:"Ŗ",Ś:"Ś",Ṥ:"Ṥ",Š:"Š",Ṧ:"Ṧ",Ŝ:"Ŝ",Ṡ:"Ṡ",Ş:"Ş",Ť:"Ť",Ṫ:"Ṫ",Ţ:"Ţ",Ú:"Ú",Ù:"Ù",Ü:"Ü",Ǘ:"Ǘ",Ǜ:"Ǜ",Ǖ:"Ǖ",Ǚ:"Ǚ",Ũ:"Ũ",Ṹ:"Ṹ",Ū:"Ū",Ṻ:"Ṻ",Ŭ:"Ŭ",Ǔ:"Ǔ",Û:"Û",Ů:"Ů",Ű:"Ű",Ṽ:"Ṽ",Ẃ:"Ẃ",Ẁ:"Ẁ",Ẅ:"Ẅ",Ŵ:"Ŵ",Ẇ:"Ẇ",Ẍ:"Ẍ",Ẋ:"Ẋ",Ý:"Ý",Ỳ:"Ỳ",Ÿ:"Ÿ",Ỹ:"Ỹ",Ȳ:"Ȳ",Ŷ:"Ŷ",Ẏ:"Ẏ",Ź:"Ź",Ž:"Ž",Ẑ:"Ẑ",Ż:"Ż",ά:"ά",ὰ:"ὰ",ᾱ:"ᾱ",ᾰ:"ᾰ",έ:"έ",ὲ:"ὲ",ή:"ή",ὴ:"ὴ",ί:"ί",ὶ:"ὶ",ϊ:"ϊ",ΐ:"ΐ",ῒ:"ῒ",ῑ:"ῑ",ῐ:"ῐ",ό:"ό",ὸ:"ὸ",ύ:"ύ",ὺ:"ὺ",ϋ:"ϋ",ΰ:"ΰ",ῢ:"ῢ",ῡ:"ῡ",ῠ:"ῠ",ώ:"ώ",ὼ:"ὼ",Ύ:"Ύ",Ὺ:"Ὺ",Ϋ:"Ϋ",Ῡ:"Ῡ",Ῠ:"Ῠ",Ώ:"Ώ",Ὼ:"Ὼ"},ua=function(){function l(t,r){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 pn(t,r,this.mode),this.settings=r,this.leftrightDepth=0}var e=l.prototype;return e.expect=function(r,a){if(a===void 0&&(a=!0),this.fetch().text!==r)throw new M("Expected '"+r+"', got '"+this.fetch().text+"'",this.fetch());a&&this.consume()},e.consume=function(){this.nextToken=null},e.fetch=function(){return this.nextToken==null&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken},e.switchMode=function(r){this.mode=r,this.gullet.switchMode(r)},e.parse=function(){this.settings.globalGroup||this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set("\\color","\\textcolor");try{var r=this.parseExpression(!1);return this.expect("EOF"),this.settings.globalGroup||this.gullet.endGroup(),r}finally{this.gullet.endGroups()}},e.subparse=function(r){var a=this.nextToken;this.consume(),this.gullet.pushToken(new I0("}")),this.gullet.pushTokens(r);var n=this.parseExpression(!1);return this.expect("}"),this.nextToken=a,n},e.parseExpression=function(r,a){for(var n=[];;){this.mode==="math"&&this.consumeSpaces();var s=this.fetch();if(l.endOfExpression.indexOf(s.text)!==-1||a&&s.text===a||r&&L0[s.text]&&L0[s.text].infix)break;var u=this.parseAtom(a);if(u){if(u.type==="internal")continue}else break;n.push(u)}return this.mode==="text"&&this.formLigatures(n),this.handleInfixNodes(n)},e.handleInfixNodes=function(r){for(var a=-1,n,s=0;s<r.length;s++)if(r[s].type==="infix"){if(a!==-1)throw new M("only one infix operator per group",r[s].token);a=s,n=r[s].replaceWith}if(a!==-1&&n){var u,m,d=r.slice(0,a),v=r.slice(a+1);d.length===1&&d[0].type==="ordgroup"?u=d[0]:u={type:"ordgroup",mode:this.mode,body:d},v.length===1&&v[0].type==="ordgroup"?m=v[0]:m={type:"ordgroup",mode:this.mode,body:v};var y;return n==="\\\\abovefrac"?y=this.callFunction(n,[u,r[a],m],[]):y=this.callFunction(n,[u,m],[]),[y]}else return r},e.handleSupSubscript=function(r){var a=this.fetch(),n=a.text;this.consume(),this.consumeSpaces();var s=this.parseGroup(r);if(!s)throw new M("Expected group after '"+n+"'",a);return s},e.formatUnsupportedCmd=function(r){for(var a=[],n=0;n<r.length;n++)a.push({type:"textord",mode:"text",text:r[n]});var s={type:"text",mode:this.mode,body:a},u={type:"color",mode:this.mode,color:this.settings.errorColor,body:[s]};return u},e.parseAtom=function(r){var a=this.parseGroup("atom",r);if(this.mode==="text")return a;for(var n,s;;){this.consumeSpaces();var u=this.fetch();if(u.text==="\\limits"||u.text==="\\nolimits"){if(a&&a.type==="op"){var m=u.text==="\\limits";a.limits=m,a.alwaysHandleSupSub=!0}else if(a&&a.type==="operatorname")a.alwaysHandleSupSub&&(a.limits=u.text==="\\limits");else throw new M("Limit controls must follow a math operator",u);this.consume()}else if(u.text==="^"){if(n)throw new M("Double superscript",u);n=this.handleSupSubscript("superscript")}else if(u.text==="_"){if(s)throw new M("Double subscript",u);s=this.handleSupSubscript("subscript")}else if(u.text==="'"){if(n)throw new M("Double superscript",u);var d={type:"textord",mode:this.mode,text:"\\prime"},v=[d];for(this.consume();this.fetch().text==="'";)v.push(d),this.consume();this.fetch().text==="^"&&v.push(this.handleSupSubscript("superscript")),n={type:"ordgroup",mode:this.mode,body:v}}else if(Ie[u.text]){var y=Ie[u.text],w=sa.test(u.text);for(this.consume();;){var x=this.fetch().text;if(!Ie[x]||sa.test(x)!==w)break;this.consume(),y+=Ie[x]}var k=new l(y,this.settings).parse();w?s={type:"ordgroup",mode:"math",body:k}:n={type:"ordgroup",mode:"math",body:k}}else break}return n||s?{type:"supsub",mode:this.mode,base:a,sup:n,sub:s}:a},e.parseFunction=function(r,a){var n=this.fetch(),s=n.text,u=L0[s];if(!u)return null;if(this.consume(),a&&a!=="atom"&&!u.allowedInArgument)throw new M("Got function '"+s+"' with no arguments"+(a?" as "+a:""),n);if(this.mode==="text"&&!u.allowedInText)throw new M("Can't use function '"+s+"' in text mode",n);if(this.mode==="math"&&u.allowedInMath===!1)throw new M("Can't use function '"+s+"' in math mode",n);var m=this.parseArguments(s,u),d=m.args,v=m.optArgs;return this.callFunction(s,d,v,n,r)},e.callFunction=function(r,a,n,s,u){var m={funcName:r,parser:this,token:s,breakOnTokenText:u},d=L0[r];if(d&&d.handler)return d.handler(m,a,n);throw new M("No function handler for "+r)},e.parseArguments=function(r,a){var n=a.numArgs+a.numOptionalArgs;if(n===0)return{args:[],optArgs:[]};for(var s=[],u=[],m=0;m<n;m++){var d=a.argTypes&&a.argTypes[m],v=m<a.numOptionalArgs;(a.primitive&&d==null||a.type==="sqrt"&&m===1&&u[0]==null)&&(d="primitive");var y=this.parseGroupOfType("argument to '"+r+"'",d,v);if(v)u.push(y);else if(y!=null)s.push(y);else throw new M("Null argument, please report this as a bug")}return{args:s,optArgs:u}},e.parseGroupOfType=function(r,a,n){switch(a){case"color":return this.parseColorGroup(n);case"size":return this.parseSizeGroup(n);case"url":return this.parseUrlGroup(n);case"math":case"text":return this.parseArgumentGroup(n,a);case"hbox":{var s=this.parseArgumentGroup(n,"text");return s!=null?{type:"styling",mode:s.mode,body:[s],style:"text"}:null}case"raw":{var u=this.parseStringGroup("raw",n);return u!=null?{type:"raw",mode:"text",string:u.text}:null}case"primitive":{if(n)throw new M("A primitive argument cannot be optional");var m=this.parseGroup(r);if(m==null)throw new M("Expected group as "+r,this.fetch());return m}case"original":case null:case void 0:return this.parseArgumentGroup(n);default:throw new M("Unknown group type as "+r,this.fetch())}},e.consumeSpaces=function(){for(;this.fetch().text===" ";)this.consume()},e.parseStringGroup=function(r,a){var n=this.gullet.scanArgument(a);if(n==null)return null;for(var s="",u;(u=this.fetch()).text!=="EOF";)s+=u.text,this.consume();return this.consume(),n.text=s,n},e.parseRegexGroup=function(r,a){for(var n=this.fetch(),s=n,u="",m;(m=this.fetch()).text!=="EOF"&&r.test(u+m.text);)s=m,u+=s.text,this.consume();if(u==="")throw new M("Invalid "+a+": '"+n.text+"'",n);return n.range(s,u)},e.parseColorGroup=function(r){var a=this.parseStringGroup("color",r);if(a==null)return null;var n=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(a.text);if(!n)throw new M("Invalid color: '"+a.text+"'",a);var s=n[0];return/^[0-9a-f]{6}$/i.test(s)&&(s="#"+s),{type:"color-token",mode:this.mode,color:s}},e.parseSizeGroup=function(r){var a,n=!1;if(this.gullet.consumeSpaces(),!r&&this.gullet.future().text!=="{"?a=this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,"size"):a=this.parseStringGroup("size",r),!a)return null;!r&&a.text.length===0&&(a.text="0pt",n=!0);var s=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(a.text);if(!s)throw new M("Invalid size: '"+a.text+"'",a);var u={number:+(s[1]+s[2]),unit:s[3]};if(!Vt(u))throw new M("Invalid unit: '"+u.unit+"'",a);return{type:"size",mode:this.mode,value:u,isBlank:n}},e.parseUrlGroup=function(r){this.gullet.lexer.setCatcode("%",13),this.gullet.lexer.setCatcode("~",12);var a=this.parseStringGroup("url",r);if(this.gullet.lexer.setCatcode("%",14),this.gullet.lexer.setCatcode("~",13),a==null)return null;var n=a.text.replace(/\\([#$%&~_^{}])/g,"$1");return{type:"url",mode:this.mode,url:n}},e.parseArgumentGroup=function(r,a){var n=this.gullet.scanArgument(r);if(n==null)return null;var s=this.mode;a&&this.switchMode(a),this.gullet.beginGroup();var u=this.parseExpression(!1,"EOF");this.expect("EOF"),this.gullet.endGroup();var m={type:"ordgroup",mode:this.mode,loc:n.loc,body:u};return a&&this.switchMode(s),m},e.parseGroup=function(r,a){var n=this.fetch(),s=n.text,u;if(s==="{"||s==="\\begingroup"){this.consume();var m=s==="{"?"}":"\\endgroup";this.gullet.beginGroup();var d=this.parseExpression(!1,m),v=this.fetch();this.expect(m),this.gullet.endGroup(),u={type:"ordgroup",mode:this.mode,loc:b0.range(n,v),body:d,semisimple:s==="\\begingroup"||void 0}}else if(u=this.parseFunction(a,r)||this.parseSymbol(),u==null&&s[0]==="\\"&&!la.hasOwnProperty(s)){if(this.settings.throwOnError)throw new M("Undefined control sequence: "+s,n);u=this.formatUnsupportedCmd(s),this.consume()}return u},e.formLigatures=function(r){for(var a=r.length-1,n=0;n<a;++n){var s=r[n],u=s.text;u==="-"&&r[n+1].text==="-"&&(n+1<a&&r[n+2].text==="-"?(r.splice(n,3,{type:"textord",mode:"text",loc:b0.range(s,r[n+2]),text:"---"}),a-=2):(r.splice(n,2,{type:"textord",mode:"text",loc:b0.range(s,r[n+1]),text:"--"}),a-=1)),(u==="'"||u==="`")&&r[n+1].text===u&&(r.splice(n,2,{type:"textord",mode:"text",loc:b0.range(s,r[n+1]),text:u+u}),a-=1)}},e.parseSymbol=function(){var r=this.fetch(),a=r.text;if(/^\\verb[^a-zA-Z]/.test(a)){this.consume();var n=a.slice(5),s=n.charAt(0)==="*";if(s&&(n=n.slice(1)),n.length<2||n.charAt(0)!==n.slice(-1))throw new M(`\\verb assertion failed --
|
||
please report what input caused this bug`);return n=n.slice(1,-1),{type:"verb",mode:"text",body:n,star:s}}oa.hasOwnProperty(a[0])&&!Z[this.mode][a[0]]&&(this.settings.strict&&this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Accented Unicode text character "'+a[0]+'" used in math mode',r),a=oa[a[0]]+a.slice(1));var u=hn.exec(a);u&&(a=a.substring(0,u.index),a==="i"?a="ı":a==="j"&&(a="ȷ"));var m;if(Z[this.mode][a]){this.settings.strict&&this.mode==="math"&&Qe.indexOf(a)>=0&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+a[0]+'" used in math mode',r);var d=Z[this.mode][a].group,v=b0.range(r),y;if(_a.hasOwnProperty(d)){var w=d;y={type:"atom",mode:this.mode,family:w,loc:v,text:a}}else y={type:d,mode:this.mode,loc:v,text:a};m=y}else if(a.charCodeAt(0)>=128)this.settings.strict&&(It(a.charCodeAt(0))?this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Unicode text character "'+a[0]+'" used in math mode',r):this.settings.reportNonstrict("unknownSymbol",'Unrecognized Unicode character "'+a[0]+'"'+(" ("+a.charCodeAt(0)+")"),r)),m={type:"textord",mode:"text",loc:b0.range(r),text:a};else return null;if(this.consume(),u)for(var x=0;x<u[0].length;x++){var k=u[0][x];if(!zt[k])throw new M("Unknown accent ' "+k+"'",r);var B=zt[k][this.mode]||zt[k].text;if(!B)throw new M("Accent "+k+" unsupported in "+this.mode+" mode",r);m={type:"accent",mode:this.mode,loc:b0.range(r),label:B,isStretchy:!1,isShifty:!0,base:m}}return m},l}();ua.endOfExpression=["}","\\endgroup","\\end","\\right","&"];var vn=function(e,t){if(!(typeof e=="string"||e instanceof String))throw new TypeError("KaTeX can only parse string typed expression");var r=new ua(e,t);delete r.gullet.macros.current["\\df@tag"];var a=r.parse();if(delete r.gullet.macros.current["\\current@color"],delete r.gullet.macros.current["\\color"],r.gullet.macros.get("\\df@tag")){if(!t.displayMode)throw new M("\\tag works only in display equations");a=[{type:"tag",mode:"text",body:a,tag:r.subparse([new I0("\\df@tag")])}]}return a},Tt=vn,ha=function(e,t,r){t.textContent="";var a=Ct(e,r).toNode();t.appendChild(a)};typeof document<"u"&&document.compatMode!=="CSS1Compat"&&(typeof console<"u"&&console.warn("Warning: KaTeX doesn't work in quirks mode. Make sure your website has a suitable doctype."),ha=function(){throw new M("KaTeX doesn't work in quirks mode.")});var gn=function(e,t){var r=Ct(e,t).toMarkup();return r},bn=function(e,t){var r=new Ge(t);return Tt(e,r)},ma=function(e,t,r){if(r.throwOnError||!(e instanceof M))throw e;var a=b.makeSpan(["katex-error"],[new c0(t)]);return a.setAttribute("title",e.toString()),a.setAttribute("style","color:"+r.errorColor),a},Ct=function(e,t){var r=new Ge(t);try{var a=Tt(e,r);return k1(a,e,r)}catch(n){return ma(n,e,r)}},yn=function(e,t){var r=new Ge(t);try{var a=Tt(e,r);return S1(a,e,r)}catch(n){return ma(n,e,r)}},xn={version:"0.16.7",render:ha,renderToString:gn,ParseError:M,SETTINGS_SCHEMA:pe,__parse:bn,__renderToDomTree:Ct,__renderToHTMLTree:yn,__setFontMetrics:Ya,__defineSymbol:i,__defineFunction:C,__defineMacro:c,__domTree:{Span:se,Anchor:je,SymbolNode:c0,SvgNode:M0,PathNode:q0,LineNode:$e}},wn=xn;return ae=ae.default,ae}()})}(Ft)),Ft.exports}export{Tn as r};
|