mirror of
https://github.com/welpo/tabi.git
synced 2026-05-31 09:07:34 +02:00
1 line
259 KiB
JavaScript
1 line
259 KiB
JavaScript
((e,t)=>{"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.katex=t():e.katex=t()})("undefined"!=typeof self?self:this,function(){{var Pt={d:function(e,t){for(var r in t)Pt.o(t,r)&&!Pt.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o:function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}},Ft={};Pt.d(Ft,{default:function(){return Xr}});class Yr extends Error{constructor(e,t){let r,n,i="KaTeX parse error: "+e;var a,o;(t=t&&t.loc)&&t.start<=t.end&&(o=t.lexer.input,r=t.start,n=t.end,r===o.length?i+=" at end of input: ":i+=" at position "+(r+1)+": ",a=o.slice(r,n).replace(/[^]/g,"$&̲"),t=15<r?"…"+o.slice(r-15,r):o.slice(0,r),o=n+15<o.length?o.slice(n,n+15)+"…":o.slice(n),i+=t+a+o),super(i),this.name="ParseError",this.position=void 0,this.length=void 0,this.rawMessage=void 0,Object.setPrototypeOf(this,Yr.prototype),null!=(this.position=r)&&null!=n&&(this.length=n-r),this.rawMessage=e}}var nt=Yr;let I=/([A-Z])/g,R=e=>e.replace(I,"-$1").toLowerCase(),E={"&":"&",">":">","<":"<",'"':""","'":"'"},N=/[&><"']/g,i=e=>String(e).replace(N,e=>E[e]),t=e=>"ordgroup"===e.type||"color"===e.type?1===e.body.length?t(e.body[0]):e:"font"===e.type?t(e.body):e,H=new Set(["mathord","textord","atom"]),d=e=>H.has(t(e).type),O={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:e=>"#"+e},macros:{type:"object",cli:"-m, --macro <def>",cliDescription:"Define custom macro of the form '\\foo:expansion' (use multiple -m arguments for multiple macros).",cliDefault:[],cliProcessor:(e,t)=>(t.push(e),t)},minRuleThickness:{type:"number",description:"Specifies a minimum thickness, in ems, for fraction lines, `\\sqrt` top lines, `{array}` vertical lines, `\\hline`, `\\hdashline`, `\\underline`, `\\overline`, and the borders of `\\fbox`, `\\boxed`, and `\\fcolorbox`.",processor:e=>Math.max(0,e),cli:"--min-rule-thickness <size>",cliProcessor:parseFloat},colorIsTextColor:{type:"boolean",description:"Makes \\color behave like LaTeX's 2-argument \\textcolor, instead of LaTeX's one-argument \\color mode change.",cli:"-b, --color-is-text-color"},strict:{type:[{enum:["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:e=>Math.max(0,e),cli:"-s, --max-size <n>",cliProcessor:parseInt},maxExpand:{type:"number",default:1e3,description:"Limit the number of macro expansions to the specified number, to prevent e.g. infinite macro loops. If set to Infinity, the macro expander will try to fully expand as in LaTeX.",processor:e=>Math.max(0,e),cli:"-e, --max-expand <n>",cliProcessor:e=>"Infinity"===e?1/0:parseInt(e)},globalGroup:{type:"boolean",cli:!1}};class Wr{constructor(e){void 0===e&&(e={}),this.displayMode=void 0,this.output=void 0,this.leqno=void 0,this.fleqn=void 0,this.throwOnError=void 0,this.errorColor=void 0,this.macros=void 0,this.minRuleThickness=void 0,this.colorIsTextColor=void 0,this.strict=void 0,this.trust=void 0,this.maxSize=void 0,this.maxExpand=void 0,this.globalGroup=void 0,e=e||{};for(var t of Object.keys(O)){var r=O[t];r&&(n=e[t],this[t]=void 0!==n?r.processor?r.processor(n):n:(e=>{if(void 0!==e.default)return e.default;if("string"!=typeof(e=Array.isArray(e.type)?e.type[0]:e.type))return e.enum[0];switch(e){case"boolean":return!1;case"string":return"";case"number":return 0;case"object":return{};default:throw new Error("Unexpected schema type; settings must declare an explicit default.")}})(r))}var n}reportNonstrict(e,t,r){let n=this.strict;if((n="function"==typeof n?n(e,t,r):n)&&"ignore"!==n){if(!0===n||"error"===n)throw new nt("LaTeX-incompatible input and strict mode is set to 'error': "+t+" ["+e+"]",r);"warn"===n?"undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+t+" ["+e+"]"):"undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to unrecognized '"+n+"': "+t+" ["+e+"]")}}useStrictBehavior(e,t,r){let n=this.strict;if("function"==typeof n)try{n=n(e,t,r)}catch(e){n="error"}return!(!n||"ignore"===n||!0!==n&&"error"!==n&&("warn"===n?"undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+t+" ["+e+"]"):"undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to unrecognized '"+n+"': "+t+" ["+e+"]"),1))}isTrusted(e){if("url"in e&&e.url&&!e.protocol){if(t=e.url,null==(t=(t=/^[\x00-\x20]*([^\\/#?]*?)(:|�*58|�*3a|&colon)/i.exec(t))?":"===t[2]&&/^[a-zA-Z][a-zA-Z0-9+\-.]*$/.test(t[1])?t[1].toLowerCase():null:"_relative"))return!1;e.protocol=t}var t="function"==typeof this.trust?this.trust(e):this.trust;return Boolean(t)}}class Rt{constructor(e,t,r){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=e,this.size=t,this.cramped=r}sup(){return e[D[this.id]]}sub(){return e[L[this.id]]}fracNum(){return e[P[this.id]]}fracDen(){return e[F[this.id]]}cramp(){return e[V[this.id]]}text(){return e[G[this.id]]}isTight(){return 2<=this.size}}let e=[new Rt(0,0,!1),new Rt(1,0,!0),new Rt(2,1,!1),new Rt(3,1,!0),new Rt(4,2,!1),new Rt(5,2,!0),new Rt(6,3,!1),new Rt(7,3,!0)],D=[4,5,4,5,6,7,6,7],L=[5,5,5,5,7,7,7,7],P=[2,3,4,5,6,7,6,7],F=[3,3,5,5,7,7,7,7],V=[1,1,3,3,5,5,7,7],G=[0,1,2,3,2,3,2,3];var it={DISPLAY:e[0],TEXT:e[2],SCRIPT:e[4],SCRIPTSCRIPT:e[6]};let U=[{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]]}],r=[];function Vt(t){for(let e=0;e<r.length;e+=2)if(t>=r[e]&&t<=r[e+1])return 1}U.forEach(e=>e.blocks.forEach(e=>r.push(...e)));let a=e=>e+" "+e,j={doubleleftarrow:"M262 157\nl10-10c34-36 62.7-77 86-123 3.3-8 5-13.3 5-16 0-5.3-6.7-8-20-8-7.3\n 0-12.2.5-14.5 1.5-2.3 1-4.8 4.5-7.5 10.5-49.3 97.3-121.7 169.3-217 216-28\n 14-57.3 25-88 33-6.7 2-11 3.8-13 5.5-2 1.7-3 4.2-3 7.5s1 5.8 3 7.5\nc2 1.7 6.3 3.5 13 5.5 68 17.3 128.2 47.8 180.5 91.5 52.3 43.7 93.8 96.2 124.5\n 157.5 9.3 8 15.3 12.3 18 13h6c12-.7 18-4 18-10 0-2-1.7-7-5-15-23.3-46-52-87\n-86-123l-10-10h399738v-40H218c328 0 0 0 0 0l-10-8c-26.7-20-65.7-43-117-69 2.7\n-2 6-3.7 10-5 36.7-16 72.3-37.3 107-64l10-8h399782v-40z\nm8 0v40h399730v-40zm0 194v40h399730v-40z",doublerightarrow:"M399738 392l\n-10 10c-34 36-62.7 77-86 123-3.3 8-5 13.3-5 16 0 5.3 6.7 8 20 8 7.3 0 12.2-.5\n 14.5-1.5 2.3-1 4.8-4.5 7.5-10.5 49.3-97.3 121.7-169.3 217-216 28-14 57.3-25 88\n-33 6.7-2 11-3.8 13-5.5 2-1.7 3-4.2 3-7.5s-1-5.8-3-7.5c-2-1.7-6.3-3.5-13-5.5-68\n-17.3-128.2-47.8-180.5-91.5-52.3-43.7-93.8-96.2-124.5-157.5-9.3-8-15.3-12.3-18\n-13h-6c-12 .7-18 4-18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123l10 10H0v40h399782\nc-328 0 0 0 0 0l10 8c26.7 20 65.7 43 117 69-2.7 2-6 3.7-10 5-36.7 16-72.3 37.3\n-107 64l-10 8H0v40zM0 157v40h399730v-40zm0 194v40h399730v-40z",leftarrow:"M400000 241H110l3-3c68.7-52.7 113.7-120\n 135-202 4-14.7 6-23 6-25 0-7.3-7-11-21-11-8 0-13.2.8-15.5 2.5-2.3 1.7-4.2 5.8\n-5.5 12.5-1.3 4.7-2.7 10.3-4 17-12 48.7-34.8 92-68.5 130S65.3 228.3 18 247\nc-10 4-16 7.7-18 11 0 8.7 6 14.3 18 17 47.3 18.7 87.8 47 121.5 85S196 441.3 208\n 490c.7 2 1.3 5 2 9s1.2 6.7 1.5 8c.3 1.3 1 3.3 2 6s2.2 4.5 3.5 5.5c1.3 1 3.3\n 1.8 6 2.5s6 1 10 1c14 0 21-3.7 21-11 0-2-2-10.3-6-25-20-79.3-65-146.7-135-202\n l-3-3h399890zM100 241v40h399900v-40z",leftbrace:"M6 548l-6-6v-35l6-11c56-104 135.3-181.3 238-232 57.3-28.7 117\n-45 179-50h399577v120H403c-43.3 7-81 15-113 26-100.7 33-179.7 91-237 174-2.7\n 5-6 9-10 13-.7 1-7.3 1-20 1H6z",leftbraceunder:"M0 6l6-6h17c12.688 0 19.313.3 20 1 4 4 7.313 8.3 10 13\n 35.313 51.3 80.813 93.8 136.5 127.5 55.688 33.7 117.188 55.8 184.5 66.5.688\n 0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7\n-331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z",leftgroup:"M400000 80\nH435C64 80 168.3 229.4 21 260c-5.9 1.2-18 0-18 0-2 0-3-1-3-3v-38C76 61 257 0\n 435 0h399565z",leftgroupunder:"M400000 262\nH435C64 262 168.3 112.6 21 82c-5.9-1.2-18 0-18 0-2 0-3 1-3 3v38c76 158 257 219\n 435 219h399565z",leftharpoon:"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3\n-3.3 10.2-9.5 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5\n-18.3 3-21-1.3-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7\n-196 228-6.7 4.7-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40z",leftharpoonplus:"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3-3.3 10.2-9.5\n 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5-18.3 3-21-1.3\n-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7-196 228-6.7 4.7\n-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40zM0 435v40h400000v-40z\nm0 0v40h400000v-40z",leftharpoondown:"M7 241c-4 4-6.333 8.667-7 14 0 5.333.667 9 2 11s5.333\n 5.333 12 10c90.667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 .667 5\n 1 9 1h5c10.667 0 16.667-2 18-6 2-2.667 1-9.667-3-21-32-87.333-82.667-157.667\n-152-211l-3-3h399907v-40zM93 281 H400000 v-40L7 241z",leftharpoondownplus:"M7 435c-4 4-6.3 8.7-7 14 0 5.3.7 9 2 11s5.3 5.3 12\n 10c90.7 54 156 130 196 228 3.3 10.7 6.3 16.3 9 17 2 .7 5 1 9 1h5c10.7 0 16.7\n-2 18-6 2-2.7 1-9.7-3-21-32-87.3-82.7-157.7-152-211l-3-3h399907v-40H7zm93 0\nv40h399900v-40zM0 241v40h399900v-40zm0 0v40h399900v-40z",lefthook:"M400000 281 H103s-33-11.2-61-33.5S0 197.3 0 164s14.2-61.2 42.5\n-83.5C70.8 58.2 104 47 142 47 c16.7 0 25 6.7 25 20 0 12-8.7 18.7-26 20-40 3.3\n-68.7 15.7-86 37-10 12-15 25.3-15 40 0 22.7 9.8 40.7 29.5 54 19.7 13.3 43.5 21\n 71.5 23h399859zM103 281v-40h399897v40z",leftlinesegment:a("M40 281 V428 H0 V94 H40 V241 H400000 v40z"),leftbracketunder:a("M0 0 h120 V290 H399995 v120 H0z"),leftbracketover:a("M0 440 h120 V150 H399995 v-120 H0z"),leftmapsto:a("M40 281 V448H0V74H40V241H400000v40z"),leftToFrom:"M0 147h400000v40H0zm0 214c68 40 115.7 95.7 143 167h22c15.3 0 23\n-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69-70-101l-7-8h399905v-40H95l7-8\nc28.7-32 52-65.7 70-101 10.7-23.3 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 265.3\n 68 321 0 361zm0-174v-40h399900v40zm100 154v40h399900v-40z",longequal:a("M0 50 h400000 v40H0z m0 194h40000v40H0z"),midbrace:"M200428 334\nc-100.7-8.3-195.3-44-280-108-55.3-42-101.7-93-139-153l-9-14c-2.7 4-5.7 8.7-9 14\n-53.3 86.7-123.7 153-211 199-66.7 36-137.3 56.3-212 62H0V214h199568c178.3-11.7\n 311.7-78.3 403-201 6-8 9.7-12 11-12 .7-.7 6.7-1 18-1s17.3.3 18 1c1.3 0 5 4 11\n 12 44.7 59.3 101.3 106.3 170 141s145.3 54.3 229 60h199572v120z",midbraceunder:"M199572 214\nc100.7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153l9 14c2.7-4 5.7-8.7 9-14\n 53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3\n 11.7-311.7 78.3-403 201-6 8-9.7 12-11 12-.7.7-6.7 1-18 1s-17.3-.3-18-1c-1.3 0\n-5-4-11-12-44.7-59.3-101.3-106.3-170-141s-145.3-54.3-229-60H0V214z",oiintSize1:"M512.6 71.6c272.6 0 320.3 106.8 320.3 178.2 0 70.8-47.7 177.6\n-320.3 177.6S193.1 320.6 193.1 249.8c0-71.4 46.9-178.2 319.5-178.2z\nm368.1 178.2c0-86.4-60.9-215.4-368.1-215.4-306.4 0-367.3 129-367.3 215.4 0 85.8\n60.9 214.8 367.3 214.8 307.2 0 368.1-129 368.1-214.8z",oiintSize2:"M757.8 100.1c384.7 0 451.1 137.6 451.1 230 0 91.3-66.4 228.8\n-451.1 228.8-386.3 0-452.7-137.5-452.7-228.8 0-92.4 66.4-230 452.7-230z\nm502.4 230c0-111.2-82.4-277.2-502.4-277.2s-504 166-504 277.2\nc0 110 84 276 504 276s502.4-166 502.4-276z",oiiintSize1:"M681.4 71.6c408.9 0 480.5 106.8 480.5 178.2 0 70.8-71.6 177.6\n-480.5 177.6S202.1 320.6 202.1 249.8c0-71.4 70.5-178.2 479.3-178.2z\nm525.8 178.2c0-86.4-86.8-215.4-525.7-215.4-437.9 0-524.7 129-524.7 215.4 0\n85.8 86.8 214.8 524.7 214.8 438.9 0 525.7-129 525.7-214.8z",oiiintSize2:"M1021.2 53c603.6 0 707.8 165.8 707.8 277.2 0 110-104.2 275.8\n-707.8 275.8-606 0-710.2-165.8-710.2-275.8C311 218.8 415.2 53 1021.2 53z\nm770.4 277.1c0-131.2-126.4-327.6-770.5-327.6S248.4 198.9 248.4 330.1\nc0 130 128.8 326.4 772.7 326.4s770.5-196.4 770.5-326.4z",rightarrow:"M0 241v40h399891c-47.3 35.3-84 78-110 128\n-16.7 32-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20\n 11 8 0 13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7\n 39-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85\n-40.5-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\n 151.7 139 205zm0 0v40h399900v-40z",rightbrace:"M400000 542l\n-6 6h-17c-12.7 0-19.3-.3-20-1-4-4-7.3-8.3-10-13-35.3-51.3-80.8-93.8-136.5-127.5\ns-117.2-55.8-184.5-66.5c-.7 0-2-.3-4-1-18.7-2.7-76-4.3-172-5H0V214h399571l6 1\nc124.7 8 235 61.7 331 161 31.3 33.3 59.7 72.7 85 118l7 13v35z",rightbraceunder:"M399994 0l6 6v35l-6 11c-56 104-135.3 181.3-238 232-57.3\n 28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237\n-174 2.7-5 6-9 10-13 .7-1 7.3-1 20-1h17z",rightgroup:"M0 80h399565c371 0 266.7 149.4 414 180 5.9 1.2 18 0 18 0 2 0\n 3-1 3-3v-38c-76-158-257-219-435-219H0z",rightgroupunder:"M0 262h399565c371 0 266.7-149.4 414-180 5.9-1.2 18 0 18\n 0 2 0 3 1 3 3v38c-76 158-257 219-435 219H0z",rightharpoon:"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3\n-3.7-15.3-11-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2\n-10.7 0-16.7 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58\n 69.2 92 94.5zm0 0v40h399900v-40z",rightharpoonplus:"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3-3.7-15.3-11\n-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2-10.7 0-16.7\n 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58 69.2 92 94.5z\nm0 0v40h399900v-40z m100 194v40h399900v-40zm0 0v40h399900v-40z",rightharpoondown:"M399747 511c0 7.3 6.7 11 20 11 8 0 13-.8 15-2.5s4.7-6.8\n 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3 8.5-5.8 9.5\n-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3-64.7 57-92 95\n-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 241v40h399900v-40z",rightharpoondownplus:"M399747 705c0 7.3 6.7 11 20 11 8 0 13-.8\n 15-2.5s4.7-6.8 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3\n 8.5-5.8 9.5-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3\n-64.7 57-92 95-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 435v40h399900v-40z\nm0-194v40h400000v-40zm0 0v40h400000v-40z",righthook:"M399859 241c-764 0 0 0 0 0 40-3.3 68.7-15.7 86-37 10-12 15-25.3\n 15-40 0-22.7-9.8-40.7-29.5-54-19.7-13.3-43.5-21-71.5-23-17.3-1.3-26-8-26-20 0\n-13.3 8.7-20 26-20 38 0 71 11.2 99 33.5 0 0 7 5.6 21 16.7 14 11.2 21 33.5 21\n 66.8s-14 61.2-42 83.5c-28 22.3-61 33.5-99 33.5L0 241z M0 281v-40h399859v40z",rightlinesegment:a("M399960 241 V94 h40 V428 h-40 V281 H0 v-40z"),rightbracketunder:a("M399995 0 h-120 V290 H0 v120 H400000z"),rightbracketover:a("M399995 440 h-120 V150 H0 v-120 H399995z"),rightToFrom:"M400000 167c-70.7-42-118-97.7-142-167h-23c-15.3 0-23 .3-23\n 1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101l7 8H0v40h399905l-7 8c-28.7 32\n-52 65.7-70 101-10.7 23.3-16 35.7-16 37 0 .7 7.7 1 23 1h23c24-69.3 71.3-125 142\n-167z M100 147v40h399900v-40zM0 341v40h399900v-40z",twoheadleftarrow:"M0 167c68 40\n 115.7 95.7 143 167h22c15.3 0 23-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69\n-70-101l-7-8h125l9 7c50.7 39.3 85 86 103 140h46c0-4.7-6.3-18.7-19-42-18-35.3\n-40-67.3-66-96l-9-9h399716v-40H284l9-9c26-28.7 48-60.7 66-96 12.7-23.333 19\n-37.333 19-42h-46c-18 54-52.3 100.7-103 140l-9 7H95l7-8c28.7-32 52-65.7 70-101\n 10.7-23.333 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 71.3 68 127 0 167z",twoheadrightarrow:"M400000 167\nc-68-40-115.7-95.7-143-167h-22c-15.3 0-23 .3-23 1 0 1.3 5.3 13.7 16 37 18 35.3\n 41.3 69 70 101l7 8h-125l-9-7c-50.7-39.3-85-86-103-140h-46c0 4.7 6.3 18.7 19 42\n 18 35.3 40 67.3 66 96l9 9H0v40h399716l-9 9c-26 28.7-48 60.7-66 96-12.7 23.333\n-19 37.333-19 42h46c18-54 52.3-100.7 103-140l9-7h125l-7 8c-28.7 32-52 65.7-70\n 101-10.7 23.333-16 35.7-16 37 0 .7 7.7 1 23 1h22c27.3-71.3 75-127 143-167z",tilde1:"M200 55.538c-77 0-168 73.953-177 73.953-3 0-7\n-2.175-9-5.437L2 97c-1-2-2-4-2-6 0-4 2-7 5-9l20-12C116 12 171 0 207 0c86 0\n 114 68 191 68 78 0 168-68 177-68 4 0 7 2 9 5l12 19c1 2.175 2 4.35 2 6.525 0\n 4.35-2 7.613-5 9.788l-19 13.05c-92 63.077-116.937 75.308-183 76.128\n-68.267.847-113-73.952-191-73.952z",tilde2:"M344 55.266c-142 0-300.638 81.316-311.5 86.418\n-8.01 3.762-22.5 10.91-23.5 5.562L1 120c-1-2-1-3-1-4 0-5 3-9 8-10l18.4-9C160.9\n 31.9 283 0 358 0c148 0 188 122 331 122s314-97 326-97c4 0 8 2 10 7l7 21.114\nc1 2.14 1 3.21 1 4.28 0 5.347-3 9.626-7 10.696l-22.3 12.622C852.6 158.372 751\n 181.476 676 181.476c-149 0-189-126.21-332-126.21z",tilde3:"M786 59C457 59 32 175.242 13 175.242c-6 0-10-3.457\n-11-10.37L.15 138c-1-7 3-12 10-13l19.2-6.4C378.4 40.7 634.3 0 804.3 0c337 0\n 411.8 157 746.8 157 328 0 754-112 773-112 5 0 10 3 11 9l1 14.075c1 8.066-.697\n 16.595-6.697 17.492l-21.052 7.31c-367.9 98.146-609.15 122.696-778.15 122.696\n -338 0-409-156.573-744-156.573z",tilde4:"M786 58C457 58 32 177.487 13 177.487c-6 0-10-3.345\n-11-10.035L.15 143c-1-7 3-12 10-13l22-6.7C381.2 35 637.15 0 807.15 0c337 0 409\n 177 744 177 328 0 754-127 773-127 5 0 10 3 11 9l1 14.794c1 7.805-3 13.38-9\n 14.495l-20.7 5.574c-366.85 99.79-607.3 139.372-776.3 139.372-338 0-409\n -175.236-744-175.236z",vec:"M377 20c0-5.333 1.833-10 5.5-14S391 0 397 0c4.667 0 8.667 1.667 12 5\n3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11\n10.667 11 18 0 6-1 10-3 12s-6.667 5-14 9c-28.667 14.667-53.667 35.667-75 63\n-1.333 1.333-3.167 3.5-5.5 6.5s-4 4.833-5 5.5c-1 .667-2.5 1.333-4.5 2s-4.333 1\n-7 1c-4.667 0-9.167-1.833-13.5-5.5S337 184 337 178c0-12.667 15.667-32.333 47-59\nH213l-171-1c-8.667-6-13-12.333-13-19 0-4.667 4.333-11.333 13-20h359\nc-16-25.333-24-45-24-59z",widehat1:"M529 0h5l519 115c5 1 9 5 9 10 0 1-1 2-1 3l-4 22\nc-1 5-5 9-11 9h-2L532 67 19 159h-2c-5 0-9-4-11-9l-5-22c-1-6 2-12 8-13z",widehat2:"M1181 0h2l1171 176c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 220h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widehat3:"M1181 0h2l1171 236c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 280h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widehat4:"M1181 0h2l1171 296c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 340h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widecheck1:"M529,159h5l519,-115c5,-1,9,-5,9,-10c0,-1,-1,-2,-1,-3l-4,-22c-1,\n-5,-5,-9,-11,-9h-2l-512,92l-513,-92h-2c-5,0,-9,4,-11,9l-5,22c-1,6,2,12,8,13z",widecheck2:"M1181,220h2l1171,-176c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,153l-1167,-153h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",widecheck3:"M1181,280h2l1171,-236c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,213l-1167,-213h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",widecheck4:"M1181,340h2l1171,-296c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,273l-1167,-273h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",baraboveleftarrow:"M400000 620h-399890l3 -3c68.7 -52.7 113.7 -120 135 -202\nc4 -14.7 6 -23 6 -25c0 -7.3 -7 -11 -21 -11c-8 0 -13.2 0.8 -15.5 2.5\nc-2.3 1.7 -4.2 5.8 -5.5 12.5c-1.3 4.7 -2.7 10.3 -4 17c-12 48.7 -34.8 92 -68.5 130\ns-74.2 66.3 -121.5 85c-10 4 -16 7.7 -18 11c0 8.7 6 14.3 18 17c47.3 18.7 87.8 47\n121.5 85s56.5 81.3 68.5 130c0.7 2 1.3 5 2 9s1.2 6.7 1.5 8c0.3 1.3 1 3.3 2 6\ns2.2 4.5 3.5 5.5c1.3 1 3.3 1.8 6 2.5s6 1 10 1c14 0 21 -3.7 21 -11\nc0 -2 -2 -10.3 -6 -25c-20 -79.3 -65 -146.7 -135 -202l-3 -3h399890z\nM100 620v40h399900v-40z M0 241v40h399900v-40zM0 241v40h399900v-40z",rightarrowabovebar:"M0 241v40h399891c-47.3 35.3-84 78-110 128-16.7 32\n-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20 11 8 0\n13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7 39\n-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85-40.5\n-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\n151.7 139 205zm96 379h399894v40H0zm0 0h399904v40H0z",baraboveshortleftharpoon:"M507,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17\nc2,0.7,5,1,9,1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21\nc-32,-87.3,-82.7,-157.7,-152,-211c0,0,-3,-3,-3,-3l399351,0l0,-40\nc-398570,0,-399437,0,-399437,0z M593 435 v40 H399500 v-40z\nM0 281 v-40 H399908 v40z M0 281 v-40 H399908 v40z",rightharpoonaboveshortbar:"M0,241 l0,40c399126,0,399993,0,399993,0\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\nM0 241 v40 H399908 v-40z M0 475 v-40 H399500 v40z M0 475 v-40 H399500 v40z",shortbaraboveleftharpoon:"M7,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17c2,0.7,5,1,9,\n1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21c-32,-87.3,-82.7,-157.7,\n-152,-211c0,0,-3,-3,-3,-3l399907,0l0,-40c-399126,0,-399993,0,-399993,0z\nM93 435 v40 H400000 v-40z M500 241 v40 H400000 v-40z M500 241 v40 H400000 v-40z",shortrightharpoonabovebar:"M53,241l0,40c398570,0,399437,0,399437,0\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\nM500 241 v40 H399408 v-40z M500 435 v40 H400000 v-40z"};class $r{constructor(e){this.children=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.children=e,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}hasClass(e){return this.classes.includes(e)}toNode(){var t=document.createDocumentFragment();for(let e=0;e<this.children.length;e++)t.appendChild(this.children[e].toNode());return t}toMarkup(){let t="";for(let e=0;e<this.children.length;e++)t+=this.children[e].toMarkup();return t}toText(){return this.children.map(e=>{if("toText"in e)return e.toText();throw new Error("Expected MathDomNode with toText, got "+e.constructor.name)}).join("")}}function Gt(e){return(e="string"!=typeof e?e.unit:e)in Z||e in K||"ex"===e}function at(e,t){let r;if(e.unit in Z)r=Z[e.unit]/t.fontMetrics().ptPerEm/t.sizeMultiplier;else if("mu"===e.unit)r=t.fontMetrics().cssEmPerMu;else{var n=t.style.isTight()?t.havingStyle(t.style.text()):t;if("ex"===e.unit)r=n.fontMetrics().xHeight;else{if("em"!==e.unit)throw new nt("Invalid unit: '"+e.unit+"'");r=n.fontMetrics().quad}n!==t&&(r*=n.sizeMultiplier/t.sizeMultiplier)}return Math.min(e.number*r,t.maxSize)}function Ut(e){let t="";for(var r of Object.keys(e)){var n=e[r];void 0!==n&&(t+=R(r)+":"+n+";")}return t}function jt(e,t,r){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"),e=t.getColor())&&(this.style.color=e)}function Xt(e){var t,r=document.createElement(e);r.className=o(this.classes),Object.assign(r.style,this.style);for(t of Object.keys(this.attributes))r.setAttribute(t,this.attributes[t]);for(let e=0;e<this.children.length;e++)r.appendChild(this.children[e].toNode());return r}function Yt(e){let t="<"+e;this.classes.length&&(t+=' class="'+i(o(this.classes))+'"');var r,n=Ut(this.style);n&&(t+=' style="'+i(n)+'"');for(r of Object.keys(this.attributes)){if(J.test(r))throw new nt("Invalid attribute name '"+r+"'");t+=" "+r+'="'+i(this.attributes[r])+'"'}t+=">";for(let e=0;e<this.children.length;e++)t+=this.children[e].toMarkup();return t+="</"+e+">"}let Z={pt:1,mm:7227/2540,cm:7227/254,in:72.27,bp:1.00375,pc:12,dd:1238/1157,cc:14856/1157,nd:685/642,nc:1370/107,sp:1/65536,px:1.00375},K={ex:!0,em:!0,mu:!0},X=function(e){return+e.toFixed(4)+"em"},o=function(e){return e.filter(e=>e).join(" ")},J=/[\s"'>/=\x00-\x1f]/;class _r{constructor(e,t,r,n){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.width=void 0,this.maxFontSize=void 0,this.style=void 0,this.italic=void 0,jt.call(this,e,r,n),this.children=t||[]}setAttribute(e,t){this.attributes[e]=t}hasClass(e){return this.classes.includes(e)}toNode(){return Xt.call(this,"span")}toMarkup(){return Yt.call(this,"span")}}class Zr{constructor(e,t,r,n){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,jt.call(this,t,n),this.children=r||[],this.setAttribute("href",e)}setAttribute(e,t){this.attributes[e]=t}hasClass(e){return this.classes.includes(e)}toNode(){return Xt.call(this,"a")}toMarkup(){return Yt.call(this,"a")}}class Kr{constructor(e,t,r){this.src=void 0,this.alt=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.alt=t,this.src=e,this.classes=["mord"],this.height=0,this.depth=0,this.maxFontSize=0,this.style=r}hasClass(e){return this.classes.includes(e)}toNode(){var e=document.createElement("img");return e.src=this.src,e.alt=this.alt,e.className="mord",Object.assign(e.style,this.style),e}toMarkup(){let e='<img src="'+i(this.src)+'" alt="'+i(this.alt)+'"',t=Ut(this.style);return t&&(e+=' style="'+i(t)+'"'),e+="'/>"}}let Q={"î":"ı̂","ï":"ı̈","í":"ı́","ì":"ı̀"};class Et{constructor(e,t,r,n,i,a,o,s){this.text=void 0,this.height=void 0,this.depth=void 0,this.italic=void 0,this.skew=void 0,this.width=void 0,this.maxFontSize=void 0,this.classes=void 0,this.style=void 0,this.text=e,this.height=t||0,this.depth=r||0,this.italic=n||0,this.skew=i||0,this.width=a||0,this.classes=o||[],this.style=s||{},this.maxFontSize=0,(e=(t=>{for(let e=0;e<U.length;e++){var r=U[e];for(let e=0;e<r.blocks.length;e++){var n=r.blocks[e];if(t>=n[0]&&t<=n[1])return r.name}}return null})(this.text.charCodeAt(0)))&&this.classes.push(e+"_fallback"),/[\xee\xef\xed\xec]/.test(this.text)&&(this.text=Q[this.text])}hasClass(e){return this.classes.includes(e)}toNode(){let e=document.createTextNode(this.text),t=null;return 0<this.italic&&((t=document.createElement("span")).style.marginRight=X(this.italic)),0<this.classes.length&&((t=t||document.createElement("span")).className=o(this.classes)),0<Object.keys(this.style).length&&(t=t||document.createElement("span"),Object.assign(t.style,this.style)),t?(t.appendChild(e),t):e}toMarkup(){let e=!1,t="<span",r=(this.classes.length&&(e=!0,t=(t+=' class="')+i(o(this.classes))+'"'),"");0<this.italic&&(r+="margin-right:"+X(this.italic)+";"),(r+=Ut(this.style))&&(e=!0,t+=' style="'+i(r)+'"');var n=i(this.text);return e?t=(t+=">")+n+"</span>":n}}class Nt{constructor(e,t){this.children=void 0,this.attributes=void 0,this.children=e||[],this.attributes=t||{}}toNode(){var e,t=document.createElementNS("http://www.w3.org/2000/svg","svg");for(e of Object.keys(this.attributes))t.setAttribute(e,this.attributes[e]);for(let e=0;e<this.children.length;e++)t.appendChild(this.children[e].toNode());return t}toMarkup(){let t='<svg xmlns="http://www.w3.org/2000/svg"';for(var e of Object.keys(this.attributes))t+=" "+e+'="'+i(this.attributes[e])+'"';t+=">";for(let e=0;e<this.children.length;e++)t+=this.children[e].toMarkup();return t+="</svg>"}}class Jr{constructor(e,t){this.pathName=void 0,this.alternate=void 0,this.pathName=e,this.alternate=t}toNode(){var e=document.createElementNS("http://www.w3.org/2000/svg","path");return this.alternate?e.setAttribute("d",this.alternate):e.setAttribute("d",j[this.pathName]),e}toMarkup(){return this.alternate?'<path d="'+i(this.alternate)+'"/>':'<path d="'+i(j[this.pathName])+'"/>'}}class Qr{constructor(e){this.attributes=void 0,this.attributes=e||{}}toNode(){var e,t=document.createElementNS("http://www.w3.org/2000/svg","line");for(e of Object.keys(this.attributes))t.setAttribute(e,this.attributes[e]);return t}toMarkup(){let e="<line";for(var t of Object.keys(this.attributes))e+=" "+t+'="'+i(this.attributes[t])+'"';return e+="/>"}}var ot={"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]}};let s={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]},ee={"Å":"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 Wt(e,t,r){if(!ot[t])throw new Error("Font metrics not found for font: "+t+".");let n=e.charCodeAt(0),i=ot[t][n];if(!i&&e[0]in ee&&(n=ee[e[0]].charCodeAt(0),i=ot[t][n]),i||"text"!==r||Vt(n)&&(i=ot[t][77]),i)return{depth:i[0],height:i[1],italic:i[2],skew:i[3],width:i[4]}}let te={},l={math:{},text:{}};var st=l;function lt(e,t,r,n,i,a){l[e][i]={font:t,group:r,replace:n},a&&n&&(l[e][n]=l[e][i])}var ht="math",mt="text",ct="main",pt="ams",ut="accent-token",dt="bin",gt="close",$t="inner",ft="mathord",bt="op-token",yt="open",_t="punct",xt="rel",wt="spacing",vt="textord";lt(ht,ct,xt,"≡","\\equiv",!0),lt(ht,ct,xt,"≺","\\prec",!0),lt(ht,ct,xt,"≻","\\succ",!0),lt(ht,ct,xt,"∼","\\sim",!0),lt(ht,ct,xt,"⊥","\\perp"),lt(ht,ct,xt,"⪯","\\preceq",!0),lt(ht,ct,xt,"⪰","\\succeq",!0),lt(ht,ct,xt,"≃","\\simeq",!0),lt(ht,ct,xt,"∣","\\mid",!0),lt(ht,ct,xt,"≪","\\ll",!0),lt(ht,ct,xt,"≫","\\gg",!0),lt(ht,ct,xt,"≍","\\asymp",!0),lt(ht,ct,xt,"∥","\\parallel"),lt(ht,ct,xt,"⋈","\\bowtie",!0),lt(ht,ct,xt,"⌣","\\smile",!0),lt(ht,ct,xt,"⊑","\\sqsubseteq",!0),lt(ht,ct,xt,"⊒","\\sqsupseteq",!0),lt(ht,ct,xt,"≐","\\doteq",!0),lt(ht,ct,xt,"⌢","\\frown",!0),lt(ht,ct,xt,"∋","\\ni",!0),lt(ht,ct,xt,"∝","\\propto",!0),lt(ht,ct,xt,"⊢","\\vdash",!0),lt(ht,ct,xt,"⊣","\\dashv",!0),lt(ht,ct,xt,"∋","\\owns"),lt(ht,ct,_t,".","\\ldotp"),lt(ht,ct,_t,"⋅","\\cdotp"),lt(ht,ct,_t,"⋅","·"),lt(mt,ct,vt,"⋅","·"),lt(ht,ct,vt,"#","\\#"),lt(mt,ct,vt,"#","\\#"),lt(ht,ct,vt,"&","\\&"),lt(mt,ct,vt,"&","\\&"),lt(ht,ct,vt,"ℵ","\\aleph",!0),lt(ht,ct,vt,"∀","\\forall",!0),lt(ht,ct,vt,"ℏ","\\hbar",!0),lt(ht,ct,vt,"∃","\\exists",!0),lt(ht,ct,vt,"∇","\\nabla",!0),lt(ht,ct,vt,"♭","\\flat",!0),lt(ht,ct,vt,"ℓ","\\ell",!0),lt(ht,ct,vt,"♮","\\natural",!0),lt(ht,ct,vt,"♣","\\clubsuit",!0),lt(ht,ct,vt,"℘","\\wp",!0),lt(ht,ct,vt,"♯","\\sharp",!0),lt(ht,ct,vt,"♢","\\diamondsuit",!0),lt(ht,ct,vt,"ℜ","\\Re",!0),lt(ht,ct,vt,"♡","\\heartsuit",!0),lt(ht,ct,vt,"ℑ","\\Im",!0),lt(ht,ct,vt,"♠","\\spadesuit",!0),lt(ht,ct,vt,"§","\\S",!0),lt(mt,ct,vt,"§","\\S"),lt(ht,ct,vt,"¶","\\P",!0),lt(mt,ct,vt,"¶","\\P"),lt(ht,ct,vt,"†","\\dag"),lt(mt,ct,vt,"†","\\dag"),lt(mt,ct,vt,"†","\\textdagger"),lt(ht,ct,vt,"‡","\\ddag"),lt(mt,ct,vt,"‡","\\ddag"),lt(mt,ct,vt,"‡","\\textdaggerdbl"),lt(ht,ct,gt,"⎱","\\rmoustache",!0),lt(ht,ct,yt,"⎰","\\lmoustache",!0),lt(ht,ct,gt,"⟯","\\rgroup",!0),lt(ht,ct,yt,"⟮","\\lgroup",!0),lt(ht,ct,dt,"∓","\\mp",!0),lt(ht,ct,dt,"⊖","\\ominus",!0),lt(ht,ct,dt,"⊎","\\uplus",!0),lt(ht,ct,dt,"⊓","\\sqcap",!0),lt(ht,ct,dt,"∗","\\ast"),lt(ht,ct,dt,"⊔","\\sqcup",!0),lt(ht,ct,dt,"◯","\\bigcirc",!0),lt(ht,ct,dt,"∙","\\bullet",!0),lt(ht,ct,dt,"‡","\\ddagger"),lt(ht,ct,dt,"≀","\\wr",!0),lt(ht,ct,dt,"⨿","\\amalg"),lt(ht,ct,dt,"&","\\And"),lt(ht,ct,xt,"⟵","\\longleftarrow",!0),lt(ht,ct,xt,"⇐","\\Leftarrow",!0),lt(ht,ct,xt,"⟸","\\Longleftarrow",!0),lt(ht,ct,xt,"⟶","\\longrightarrow",!0),lt(ht,ct,xt,"⇒","\\Rightarrow",!0),lt(ht,ct,xt,"⟹","\\Longrightarrow",!0),lt(ht,ct,xt,"↔","\\leftrightarrow",!0),lt(ht,ct,xt,"⟷","\\longleftrightarrow",!0),lt(ht,ct,xt,"⇔","\\Leftrightarrow",!0),lt(ht,ct,xt,"⟺","\\Longleftrightarrow",!0),lt(ht,ct,xt,"↦","\\mapsto",!0),lt(ht,ct,xt,"⟼","\\longmapsto",!0),lt(ht,ct,xt,"↗","\\nearrow",!0),lt(ht,ct,xt,"↩","\\hookleftarrow",!0),lt(ht,ct,xt,"↪","\\hookrightarrow",!0),lt(ht,ct,xt,"↘","\\searrow",!0),lt(ht,ct,xt,"↼","\\leftharpoonup",!0),lt(ht,ct,xt,"⇀","\\rightharpoonup",!0),lt(ht,ct,xt,"↙","\\swarrow",!0),lt(ht,ct,xt,"↽","\\leftharpoondown",!0),lt(ht,ct,xt,"⇁","\\rightharpoondown",!0),lt(ht,ct,xt,"↖","\\nwarrow",!0),lt(ht,ct,xt,"⇌","\\rightleftharpoons",!0),lt(ht,pt,xt,"≮","\\nless",!0),lt(ht,pt,xt,"","\\@nleqslant"),lt(ht,pt,xt,"","\\@nleqq"),lt(ht,pt,xt,"⪇","\\lneq",!0),lt(ht,pt,xt,"≨","\\lneqq",!0),lt(ht,pt,xt,"","\\@lvertneqq"),lt(ht,pt,xt,"⋦","\\lnsim",!0),lt(ht,pt,xt,"⪉","\\lnapprox",!0),lt(ht,pt,xt,"⊀","\\nprec",!0),lt(ht,pt,xt,"⋠","\\npreceq",!0),lt(ht,pt,xt,"⋨","\\precnsim",!0),lt(ht,pt,xt,"⪹","\\precnapprox",!0),lt(ht,pt,xt,"≁","\\nsim",!0),lt(ht,pt,xt,"","\\@nshortmid"),lt(ht,pt,xt,"∤","\\nmid",!0),lt(ht,pt,xt,"⊬","\\nvdash",!0),lt(ht,pt,xt,"⊭","\\nvDash",!0),lt(ht,pt,xt,"⋪","\\ntriangleleft"),lt(ht,pt,xt,"⋬","\\ntrianglelefteq",!0),lt(ht,pt,xt,"⊊","\\subsetneq",!0),lt(ht,pt,xt,"","\\@varsubsetneq"),lt(ht,pt,xt,"⫋","\\subsetneqq",!0),lt(ht,pt,xt,"","\\@varsubsetneqq"),lt(ht,pt,xt,"≯","\\ngtr",!0),lt(ht,pt,xt,"","\\@ngeqslant"),lt(ht,pt,xt,"","\\@ngeqq"),lt(ht,pt,xt,"⪈","\\gneq",!0),lt(ht,pt,xt,"≩","\\gneqq",!0),lt(ht,pt,xt,"","\\@gvertneqq"),lt(ht,pt,xt,"⋧","\\gnsim",!0),lt(ht,pt,xt,"⪊","\\gnapprox",!0),lt(ht,pt,xt,"⊁","\\nsucc",!0),lt(ht,pt,xt,"⋡","\\nsucceq",!0),lt(ht,pt,xt,"⋩","\\succnsim",!0),lt(ht,pt,xt,"⪺","\\succnapprox",!0),lt(ht,pt,xt,"≆","\\ncong",!0),lt(ht,pt,xt,"","\\@nshortparallel"),lt(ht,pt,xt,"∦","\\nparallel",!0),lt(ht,pt,xt,"⊯","\\nVDash",!0),lt(ht,pt,xt,"⋫","\\ntriangleright"),lt(ht,pt,xt,"⋭","\\ntrianglerighteq",!0),lt(ht,pt,xt,"","\\@nsupseteqq"),lt(ht,pt,xt,"⊋","\\supsetneq",!0),lt(ht,pt,xt,"","\\@varsupsetneq"),lt(ht,pt,xt,"⫌","\\supsetneqq",!0),lt(ht,pt,xt,"","\\@varsupsetneqq"),lt(ht,pt,xt,"⊮","\\nVdash",!0),lt(ht,pt,xt,"⪵","\\precneqq",!0),lt(ht,pt,xt,"⪶","\\succneqq",!0),lt(ht,pt,xt,"","\\@nsubseteqq"),lt(ht,pt,dt,"⊴","\\unlhd"),lt(ht,pt,dt,"⊵","\\unrhd"),lt(ht,pt,xt,"↚","\\nleftarrow",!0),lt(ht,pt,xt,"↛","\\nrightarrow",!0),lt(ht,pt,xt,"⇍","\\nLeftarrow",!0),lt(ht,pt,xt,"⇏","\\nRightarrow",!0),lt(ht,pt,xt,"↮","\\nleftrightarrow",!0),lt(ht,pt,xt,"⇎","\\nLeftrightarrow",!0),lt(ht,pt,xt,"△","\\vartriangle"),lt(ht,pt,vt,"ℏ","\\hslash"),lt(ht,pt,vt,"▽","\\triangledown"),lt(ht,pt,vt,"◊","\\lozenge"),lt(ht,pt,vt,"Ⓢ","\\circledS"),lt(ht,pt,vt,"®","\\circledR"),lt(mt,pt,vt,"®","\\circledR"),lt(ht,pt,vt,"∡","\\measuredangle",!0),lt(ht,pt,vt,"∄","\\nexists"),lt(ht,pt,vt,"℧","\\mho"),lt(ht,pt,vt,"Ⅎ","\\Finv",!0),lt(ht,pt,vt,"⅁","\\Game",!0),lt(ht,pt,vt,"‵","\\backprime"),lt(ht,pt,vt,"▲","\\blacktriangle"),lt(ht,pt,vt,"▼","\\blacktriangledown"),lt(ht,pt,vt,"■","\\blacksquare"),lt(ht,pt,vt,"⧫","\\blacklozenge"),lt(ht,pt,vt,"★","\\bigstar"),lt(ht,pt,vt,"∢","\\sphericalangle",!0),lt(ht,pt,vt,"∁","\\complement",!0),lt(ht,pt,vt,"ð","\\eth",!0),lt(mt,ct,vt,"ð","ð"),lt(ht,pt,vt,"╱","\\diagup"),lt(ht,pt,vt,"╲","\\diagdown"),lt(ht,pt,vt,"□","\\square"),lt(ht,pt,vt,"□","\\Box"),lt(ht,pt,vt,"◊","\\Diamond"),lt(ht,pt,vt,"¥","\\yen",!0),lt(mt,pt,vt,"¥","\\yen",!0),lt(ht,pt,vt,"✓","\\checkmark",!0),lt(mt,pt,vt,"✓","\\checkmark"),lt(ht,pt,vt,"ℶ","\\beth",!0),lt(ht,pt,vt,"ℸ","\\daleth",!0),lt(ht,pt,vt,"ℷ","\\gimel",!0),lt(ht,pt,vt,"ϝ","\\digamma",!0),lt(ht,pt,vt,"ϰ","\\varkappa"),lt(ht,pt,yt,"┌","\\@ulcorner",!0),lt(ht,pt,gt,"┐","\\@urcorner",!0),lt(ht,pt,yt,"└","\\@llcorner",!0),lt(ht,pt,gt,"┘","\\@lrcorner",!0),lt(ht,pt,xt,"≦","\\leqq",!0),lt(ht,pt,xt,"⩽","\\leqslant",!0),lt(ht,pt,xt,"⪕","\\eqslantless",!0),lt(ht,pt,xt,"≲","\\lesssim",!0),lt(ht,pt,xt,"⪅","\\lessapprox",!0),lt(ht,pt,xt,"≊","\\approxeq",!0),lt(ht,pt,dt,"⋖","\\lessdot"),lt(ht,pt,xt,"⋘","\\lll",!0),lt(ht,pt,xt,"≶","\\lessgtr",!0),lt(ht,pt,xt,"⋚","\\lesseqgtr",!0),lt(ht,pt,xt,"⪋","\\lesseqqgtr",!0),lt(ht,pt,xt,"≑","\\doteqdot"),lt(ht,pt,xt,"≓","\\risingdotseq",!0),lt(ht,pt,xt,"≒","\\fallingdotseq",!0),lt(ht,pt,xt,"∽","\\backsim",!0),lt(ht,pt,xt,"⋍","\\backsimeq",!0),lt(ht,pt,xt,"⫅","\\subseteqq",!0),lt(ht,pt,xt,"⋐","\\Subset",!0),lt(ht,pt,xt,"⊏","\\sqsubset",!0),lt(ht,pt,xt,"≼","\\preccurlyeq",!0),lt(ht,pt,xt,"⋞","\\curlyeqprec",!0),lt(ht,pt,xt,"≾","\\precsim",!0),lt(ht,pt,xt,"⪷","\\precapprox",!0),lt(ht,pt,xt,"⊲","\\vartriangleleft"),lt(ht,pt,xt,"⊴","\\trianglelefteq"),lt(ht,pt,xt,"⊨","\\vDash",!0),lt(ht,pt,xt,"⊪","\\Vvdash",!0),lt(ht,pt,xt,"⌣","\\smallsmile"),lt(ht,pt,xt,"⌢","\\smallfrown"),lt(ht,pt,xt,"≏","\\bumpeq",!0),lt(ht,pt,xt,"≎","\\Bumpeq",!0),lt(ht,pt,xt,"≧","\\geqq",!0),lt(ht,pt,xt,"⩾","\\geqslant",!0),lt(ht,pt,xt,"⪖","\\eqslantgtr",!0),lt(ht,pt,xt,"≳","\\gtrsim",!0),lt(ht,pt,xt,"⪆","\\gtrapprox",!0),lt(ht,pt,dt,"⋗","\\gtrdot"),lt(ht,pt,xt,"⋙","\\ggg",!0),lt(ht,pt,xt,"≷","\\gtrless",!0),lt(ht,pt,xt,"⋛","\\gtreqless",!0),lt(ht,pt,xt,"⪌","\\gtreqqless",!0),lt(ht,pt,xt,"≖","\\eqcirc",!0),lt(ht,pt,xt,"≗","\\circeq",!0),lt(ht,pt,xt,"≜","\\triangleq",!0),lt(ht,pt,xt,"∼","\\thicksim"),lt(ht,pt,xt,"≈","\\thickapprox"),lt(ht,pt,xt,"⫆","\\supseteqq",!0),lt(ht,pt,xt,"⋑","\\Supset",!0),lt(ht,pt,xt,"⊐","\\sqsupset",!0),lt(ht,pt,xt,"≽","\\succcurlyeq",!0),lt(ht,pt,xt,"⋟","\\curlyeqsucc",!0),lt(ht,pt,xt,"≿","\\succsim",!0),lt(ht,pt,xt,"⪸","\\succapprox",!0),lt(ht,pt,xt,"⊳","\\vartriangleright"),lt(ht,pt,xt,"⊵","\\trianglerighteq"),lt(ht,pt,xt,"⊩","\\Vdash",!0),lt(ht,pt,xt,"∣","\\shortmid"),lt(ht,pt,xt,"∥","\\shortparallel"),lt(ht,pt,xt,"≬","\\between",!0),lt(ht,pt,xt,"⋔","\\pitchfork",!0),lt(ht,pt,xt,"∝","\\varpropto"),lt(ht,pt,xt,"◀","\\blacktriangleleft"),lt(ht,pt,xt,"∴","\\therefore",!0),lt(ht,pt,xt,"∍","\\backepsilon"),lt(ht,pt,xt,"▶","\\blacktriangleright"),lt(ht,pt,xt,"∵","\\because",!0),lt(ht,pt,xt,"⋘","\\llless"),lt(ht,pt,xt,"⋙","\\gggtr"),lt(ht,pt,dt,"⊲","\\lhd"),lt(ht,pt,dt,"⊳","\\rhd"),lt(ht,pt,xt,"≂","\\eqsim",!0),lt(ht,ct,xt,"⋈","\\Join"),lt(ht,pt,xt,"≑","\\Doteq",!0),lt(ht,pt,dt,"∔","\\dotplus",!0),lt(ht,pt,dt,"∖","\\smallsetminus"),lt(ht,pt,dt,"⋒","\\Cap",!0),lt(ht,pt,dt,"⋓","\\Cup",!0),lt(ht,pt,dt,"⩞","\\doublebarwedge",!0),lt(ht,pt,dt,"⊟","\\boxminus",!0),lt(ht,pt,dt,"⊞","\\boxplus",!0),lt(ht,pt,dt,"⋇","\\divideontimes",!0),lt(ht,pt,dt,"⋉","\\ltimes",!0),lt(ht,pt,dt,"⋊","\\rtimes",!0),lt(ht,pt,dt,"⋋","\\leftthreetimes",!0),lt(ht,pt,dt,"⋌","\\rightthreetimes",!0),lt(ht,pt,dt,"⋏","\\curlywedge",!0),lt(ht,pt,dt,"⋎","\\curlyvee",!0),lt(ht,pt,dt,"⊝","\\circleddash",!0),lt(ht,pt,dt,"⊛","\\circledast",!0),lt(ht,pt,dt,"⋅","\\centerdot"),lt(ht,pt,dt,"⊺","\\intercal",!0),lt(ht,pt,dt,"⋒","\\doublecap"),lt(ht,pt,dt,"⋓","\\doublecup"),lt(ht,pt,dt,"⊠","\\boxtimes",!0),lt(ht,pt,xt,"⇢","\\dashrightarrow",!0),lt(ht,pt,xt,"⇠","\\dashleftarrow",!0),lt(ht,pt,xt,"⇇","\\leftleftarrows",!0),lt(ht,pt,xt,"⇆","\\leftrightarrows",!0),lt(ht,pt,xt,"⇚","\\Lleftarrow",!0),lt(ht,pt,xt,"↞","\\twoheadleftarrow",!0),lt(ht,pt,xt,"↢","\\leftarrowtail",!0),lt(ht,pt,xt,"↫","\\looparrowleft",!0),lt(ht,pt,xt,"⇋","\\leftrightharpoons",!0),lt(ht,pt,xt,"↶","\\curvearrowleft",!0),lt(ht,pt,xt,"↺","\\circlearrowleft",!0),lt(ht,pt,xt,"↰","\\Lsh",!0),lt(ht,pt,xt,"⇈","\\upuparrows",!0),lt(ht,pt,xt,"↿","\\upharpoonleft",!0),lt(ht,pt,xt,"⇃","\\downharpoonleft",!0),lt(ht,ct,xt,"⊶","\\origof",!0),lt(ht,ct,xt,"⊷","\\imageof",!0),lt(ht,pt,xt,"⊸","\\multimap",!0),lt(ht,pt,xt,"↭","\\leftrightsquigarrow",!0),lt(ht,pt,xt,"⇉","\\rightrightarrows",!0),lt(ht,pt,xt,"⇄","\\rightleftarrows",!0),lt(ht,pt,xt,"↠","\\twoheadrightarrow",!0),lt(ht,pt,xt,"↣","\\rightarrowtail",!0),lt(ht,pt,xt,"↬","\\looparrowright",!0),lt(ht,pt,xt,"↷","\\curvearrowright",!0),lt(ht,pt,xt,"↻","\\circlearrowright",!0),lt(ht,pt,xt,"↱","\\Rsh",!0),lt(ht,pt,xt,"⇊","\\downdownarrows",!0),lt(ht,pt,xt,"↾","\\upharpoonright",!0),lt(ht,pt,xt,"⇂","\\downharpoonright",!0),lt(ht,pt,xt,"⇝","\\rightsquigarrow",!0),lt(ht,pt,xt,"⇝","\\leadsto"),lt(ht,pt,xt,"⇛","\\Rrightarrow",!0),lt(ht,pt,xt,"↾","\\restriction"),lt(ht,ct,vt,"‘","`"),lt(ht,ct,vt,"$","\\$"),lt(mt,ct,vt,"$","\\$"),lt(mt,ct,vt,"$","\\textdollar"),lt(ht,ct,vt,"%","\\%"),lt(mt,ct,vt,"%","\\%"),lt(ht,ct,vt,"_","\\_"),lt(mt,ct,vt,"_","\\_"),lt(mt,ct,vt,"_","\\textunderscore"),lt(ht,ct,vt,"∠","\\angle",!0),lt(ht,ct,vt,"∞","\\infty",!0),lt(ht,ct,vt,"′","\\prime"),lt(ht,ct,vt,"△","\\triangle"),lt(ht,ct,vt,"Γ","\\Gamma",!0),lt(ht,ct,vt,"Δ","\\Delta",!0),lt(ht,ct,vt,"Θ","\\Theta",!0),lt(ht,ct,vt,"Λ","\\Lambda",!0),lt(ht,ct,vt,"Ξ","\\Xi",!0),lt(ht,ct,vt,"Π","\\Pi",!0),lt(ht,ct,vt,"Σ","\\Sigma",!0),lt(ht,ct,vt,"Υ","\\Upsilon",!0),lt(ht,ct,vt,"Φ","\\Phi",!0),lt(ht,ct,vt,"Ψ","\\Psi",!0),lt(ht,ct,vt,"Ω","\\Omega",!0),lt(ht,ct,vt,"A","Α"),lt(ht,ct,vt,"B","Β"),lt(ht,ct,vt,"E","Ε"),lt(ht,ct,vt,"Z","Ζ"),lt(ht,ct,vt,"H","Η"),lt(ht,ct,vt,"I","Ι"),lt(ht,ct,vt,"K","Κ"),lt(ht,ct,vt,"M","Μ"),lt(ht,ct,vt,"N","Ν"),lt(ht,ct,vt,"O","Ο"),lt(ht,ct,vt,"P","Ρ"),lt(ht,ct,vt,"T","Τ"),lt(ht,ct,vt,"X","Χ"),lt(ht,ct,vt,"¬","\\neg",!0),lt(ht,ct,vt,"¬","\\lnot"),lt(ht,ct,vt,"⊤","\\top"),lt(ht,ct,vt,"⊥","\\bot"),lt(ht,ct,vt,"∅","\\emptyset"),lt(ht,pt,vt,"∅","\\varnothing"),lt(ht,ct,ft,"α","\\alpha",!0),lt(ht,ct,ft,"β","\\beta",!0),lt(ht,ct,ft,"γ","\\gamma",!0),lt(ht,ct,ft,"δ","\\delta",!0),lt(ht,ct,ft,"ϵ","\\epsilon",!0),lt(ht,ct,ft,"ζ","\\zeta",!0),lt(ht,ct,ft,"η","\\eta",!0),lt(ht,ct,ft,"θ","\\theta",!0),lt(ht,ct,ft,"ι","\\iota",!0),lt(ht,ct,ft,"κ","\\kappa",!0),lt(ht,ct,ft,"λ","\\lambda",!0),lt(ht,ct,ft,"μ","\\mu",!0),lt(ht,ct,ft,"ν","\\nu",!0),lt(ht,ct,ft,"ξ","\\xi",!0),lt(ht,ct,ft,"ο","\\omicron",!0),lt(ht,ct,ft,"π","\\pi",!0),lt(ht,ct,ft,"ρ","\\rho",!0),lt(ht,ct,ft,"σ","\\sigma",!0),lt(ht,ct,ft,"τ","\\tau",!0),lt(ht,ct,ft,"υ","\\upsilon",!0),lt(ht,ct,ft,"ϕ","\\phi",!0),lt(ht,ct,ft,"χ","\\chi",!0),lt(ht,ct,ft,"ψ","\\psi",!0),lt(ht,ct,ft,"ω","\\omega",!0),lt(ht,ct,ft,"ε","\\varepsilon",!0),lt(ht,ct,ft,"ϑ","\\vartheta",!0),lt(ht,ct,ft,"ϖ","\\varpi",!0),lt(ht,ct,ft,"ϱ","\\varrho",!0),lt(ht,ct,ft,"ς","\\varsigma",!0),lt(ht,ct,ft,"φ","\\varphi",!0),lt(ht,ct,dt,"∗","*",!0),lt(ht,ct,dt,"+","+"),lt(ht,ct,dt,"−","-",!0),lt(ht,ct,dt,"⋅","\\cdot",!0),lt(ht,ct,dt,"∘","\\circ",!0),lt(ht,ct,dt,"÷","\\div",!0),lt(ht,ct,dt,"±","\\pm",!0),lt(ht,ct,dt,"×","\\times",!0),lt(ht,ct,dt,"∩","\\cap",!0),lt(ht,ct,dt,"∪","\\cup",!0),lt(ht,ct,dt,"∖","\\setminus",!0),lt(ht,ct,dt,"∧","\\land"),lt(ht,ct,dt,"∨","\\lor"),lt(ht,ct,dt,"∧","\\wedge",!0),lt(ht,ct,dt,"∨","\\vee",!0),lt(ht,ct,vt,"√","\\surd"),lt(ht,ct,yt,"⟨","\\langle",!0),lt(ht,ct,yt,"∣","\\lvert"),lt(ht,ct,yt,"∥","\\lVert"),lt(ht,ct,gt,"?","?"),lt(ht,ct,gt,"!","!"),lt(ht,ct,gt,"⟩","\\rangle",!0),lt(ht,ct,gt,"∣","\\rvert"),lt(ht,ct,gt,"∥","\\rVert"),lt(ht,ct,xt,"=","="),lt(ht,ct,xt,":",":"),lt(ht,ct,xt,"≈","\\approx",!0),lt(ht,ct,xt,"≅","\\cong",!0),lt(ht,ct,xt,"≥","\\ge"),lt(ht,ct,xt,"≥","\\geq",!0),lt(ht,ct,xt,"←","\\gets"),lt(ht,ct,xt,">","\\gt",!0),lt(ht,ct,xt,"∈","\\in",!0),lt(ht,ct,xt,"","\\@not"),lt(ht,ct,xt,"⊂","\\subset",!0),lt(ht,ct,xt,"⊃","\\supset",!0),lt(ht,ct,xt,"⊆","\\subseteq",!0),lt(ht,ct,xt,"⊇","\\supseteq",!0),lt(ht,pt,xt,"⊈","\\nsubseteq",!0),lt(ht,pt,xt,"⊉","\\nsupseteq",!0),lt(ht,ct,xt,"⊨","\\models"),lt(ht,ct,xt,"←","\\leftarrow",!0),lt(ht,ct,xt,"≤","\\le"),lt(ht,ct,xt,"≤","\\leq",!0),lt(ht,ct,xt,"<","\\lt",!0),lt(ht,ct,xt,"→","\\rightarrow",!0),lt(ht,ct,xt,"→","\\to"),lt(ht,pt,xt,"≱","\\ngeq",!0),lt(ht,pt,xt,"≰","\\nleq",!0),lt(ht,ct,wt," ","\\ "),lt(ht,ct,wt," ","\\space"),lt(ht,ct,wt," ","\\nobreakspace"),lt(mt,ct,wt," ","\\ "),lt(mt,ct,wt," "," "),lt(mt,ct,wt," ","\\space"),lt(mt,ct,wt," ","\\nobreakspace"),lt(ht,ct,wt,"","\\nobreak"),lt(ht,ct,wt,"","\\allowbreak"),lt(ht,ct,_t,",",","),lt(ht,ct,_t,";",";"),lt(ht,pt,dt,"⊼","\\barwedge",!0),lt(ht,pt,dt,"⊻","\\veebar",!0),lt(ht,ct,dt,"⊙","\\odot",!0),lt(ht,ct,dt,"⊕","\\oplus",!0),lt(ht,ct,dt,"⊗","\\otimes",!0),lt(ht,ct,vt,"∂","\\partial",!0),lt(ht,ct,dt,"⊘","\\oslash",!0),lt(ht,pt,dt,"⊚","\\circledcirc",!0),lt(ht,pt,dt,"⊡","\\boxdot",!0),lt(ht,ct,dt,"△","\\bigtriangleup"),lt(ht,ct,dt,"▽","\\bigtriangledown"),lt(ht,ct,dt,"†","\\dagger"),lt(ht,ct,dt,"⋄","\\diamond"),lt(ht,ct,dt,"⋆","\\star"),lt(ht,ct,dt,"◃","\\triangleleft"),lt(ht,ct,dt,"▹","\\triangleright"),lt(ht,ct,yt,"{","\\{"),lt(mt,ct,vt,"{","\\{"),lt(mt,ct,vt,"{","\\textbraceleft"),lt(ht,ct,gt,"}","\\}"),lt(mt,ct,vt,"}","\\}"),lt(mt,ct,vt,"}","\\textbraceright"),lt(ht,ct,yt,"{","\\lbrace"),lt(ht,ct,gt,"}","\\rbrace"),lt(ht,ct,yt,"[","\\lbrack",!0),lt(mt,ct,vt,"[","\\lbrack",!0),lt(ht,ct,gt,"]","\\rbrack",!0),lt(mt,ct,vt,"]","\\rbrack",!0),lt(ht,ct,yt,"(","\\lparen",!0),lt(ht,ct,gt,")","\\rparen",!0),lt(mt,ct,vt,"<","\\textless",!0),lt(mt,ct,vt,">","\\textgreater",!0),lt(ht,ct,yt,"⌊","\\lfloor",!0),lt(ht,ct,gt,"⌋","\\rfloor",!0),lt(ht,ct,yt,"⌈","\\lceil",!0),lt(ht,ct,gt,"⌉","\\rceil",!0),lt(ht,ct,vt,"\\","\\backslash"),lt(ht,ct,vt,"∣","|"),lt(ht,ct,vt,"∣","\\vert"),lt(mt,ct,vt,"|","\\textbar",!0),lt(ht,ct,vt,"∥","\\|"),lt(ht,ct,vt,"∥","\\Vert"),lt(mt,ct,vt,"∥","\\textbardbl"),lt(mt,ct,vt,"~","\\textasciitilde"),lt(mt,ct,vt,"\\","\\textbackslash"),lt(mt,ct,vt,"^","\\textasciicircum"),lt(ht,ct,xt,"↑","\\uparrow",!0),lt(ht,ct,xt,"⇑","\\Uparrow",!0),lt(ht,ct,xt,"↓","\\downarrow",!0),lt(ht,ct,xt,"⇓","\\Downarrow",!0),lt(ht,ct,xt,"↕","\\updownarrow",!0),lt(ht,ct,xt,"⇕","\\Updownarrow",!0),lt(ht,ct,bt,"∐","\\coprod"),lt(ht,ct,bt,"⋁","\\bigvee"),lt(ht,ct,bt,"⋀","\\bigwedge"),lt(ht,ct,bt,"⨄","\\biguplus"),lt(ht,ct,bt,"⋂","\\bigcap"),lt(ht,ct,bt,"⋃","\\bigcup"),lt(ht,ct,bt,"∫","\\int"),lt(ht,ct,bt,"∫","\\intop"),lt(ht,ct,bt,"∬","\\iint"),lt(ht,ct,bt,"∭","\\iiint"),lt(ht,ct,bt,"∏","\\prod"),lt(ht,ct,bt,"∑","\\sum"),lt(ht,ct,bt,"⨂","\\bigotimes"),lt(ht,ct,bt,"⨁","\\bigoplus"),lt(ht,ct,bt,"⨀","\\bigodot"),lt(ht,ct,bt,"∮","\\oint"),lt(ht,ct,bt,"∯","\\oiint"),lt(ht,ct,bt,"∰","\\oiiint"),lt(ht,ct,bt,"⨆","\\bigsqcup"),lt(ht,ct,bt,"∫","\\smallint"),lt(mt,ct,$t,"…","\\textellipsis"),lt(ht,ct,$t,"…","\\mathellipsis"),lt(mt,ct,$t,"…","\\ldots",!0),lt(ht,ct,$t,"…","\\ldots",!0),lt(ht,ct,$t,"⋯","\\@cdots",!0),lt(ht,ct,$t,"⋱","\\ddots",!0),lt(ht,ct,vt,"⋮","\\varvdots"),lt(mt,ct,vt,"⋮","\\varvdots"),lt(ht,ct,ut,"ˊ","\\acute"),lt(ht,ct,ut,"ˋ","\\grave"),lt(ht,ct,ut,"¨","\\ddot"),lt(ht,ct,ut,"~","\\tilde"),lt(ht,ct,ut,"ˉ","\\bar"),lt(ht,ct,ut,"˘","\\breve"),lt(ht,ct,ut,"ˇ","\\check"),lt(ht,ct,ut,"^","\\hat"),lt(ht,ct,ut,"⃗","\\vec"),lt(ht,ct,ut,"˙","\\dot"),lt(ht,ct,ut,"˚","\\mathring"),lt(ht,ct,ft,"","\\@imath"),lt(ht,ct,ft,"","\\@jmath"),lt(ht,ct,vt,"ı","ı"),lt(ht,ct,vt,"ȷ","ȷ"),lt(mt,ct,vt,"ı","\\i",!0),lt(mt,ct,vt,"ȷ","\\j",!0),lt(mt,ct,vt,"ß","\\ss",!0),lt(mt,ct,vt,"æ","\\ae",!0),lt(mt,ct,vt,"œ","\\oe",!0),lt(mt,ct,vt,"ø","\\o",!0),lt(mt,ct,vt,"Æ","\\AE",!0),lt(mt,ct,vt,"Œ","\\OE",!0),lt(mt,ct,vt,"Ø","\\O",!0),lt(mt,ct,ut,"ˊ","\\'"),lt(mt,ct,ut,"ˋ","\\`"),lt(mt,ct,ut,"ˆ","\\^"),lt(mt,ct,ut,"˜","\\~"),lt(mt,ct,ut,"ˉ","\\="),lt(mt,ct,ut,"˘","\\u"),lt(mt,ct,ut,"˙","\\."),lt(mt,ct,ut,"¸","\\c"),lt(mt,ct,ut,"˚","\\r"),lt(mt,ct,ut,"ˇ","\\v"),lt(mt,ct,ut,"¨",'\\"'),lt(mt,ct,ut,"˝","\\H"),lt(mt,ct,ut,"◯","\\textcircled");let re={"--":!0,"---":!0,"``":!0,"''":!0};lt(mt,ct,vt,"–","--",!0),lt(mt,ct,vt,"–","\\textendash"),lt(mt,ct,vt,"—","---",!0),lt(mt,ct,vt,"—","\\textemdash"),lt(mt,ct,vt,"‘","`",!0),lt(mt,ct,vt,"‘","\\textquoteleft"),lt(mt,ct,vt,"’","'",!0),lt(mt,ct,vt,"’","\\textquoteright"),lt(mt,ct,vt,"“","``",!0),lt(mt,ct,vt,"“","\\textquotedblleft"),lt(mt,ct,vt,"”","''",!0),lt(mt,ct,vt,"”","\\textquotedblright"),lt(ht,ct,vt,"°","\\degree",!0),lt(mt,ct,vt,"°","\\degree"),lt(mt,ct,vt,"°","\\textdegree",!0),lt(ht,ct,vt,"£","\\pounds"),lt(ht,ct,vt,"£","\\mathsterling",!0),lt(mt,ct,vt,"£","\\pounds"),lt(mt,ct,vt,"£","\\textsterling",!0),lt(ht,pt,vt,"✠","\\maltese"),lt(mt,pt,vt,"✠","\\maltese");for(let e=0;e<14;e++){var Zt='0123456789/@."'.charAt(e);lt(ht,ct,vt,Zt,Zt)}for(let e=0;e<25;e++){var Kt='0123456789!@*()-=+";:?/.,'.charAt(e);lt(mt,ct,vt,Kt,Kt)}var Jt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";for(let e=0;e<52;e++){var Qt=Jt.charAt(e);lt(ht,ct,ft,Qt,Qt),lt(mt,ct,vt,Qt,Qt)}let n;lt(ht,pt,vt,"C","ℂ"),lt(mt,pt,vt,"C","ℂ"),lt(ht,pt,vt,"H","ℍ"),lt(mt,pt,vt,"H","ℍ"),lt(ht,pt,vt,"N","ℕ"),lt(mt,pt,vt,"N","ℕ"),lt(ht,pt,vt,"P","ℙ"),lt(mt,pt,vt,"P","ℙ"),lt(ht,pt,vt,"Q","ℚ"),lt(mt,pt,vt,"Q","ℚ"),lt(ht,pt,vt,"R","ℝ"),lt(mt,pt,vt,"R","ℝ"),lt(ht,pt,vt,"Z","ℤ"),lt(mt,pt,vt,"Z","ℤ"),lt(ht,ct,ft,"h","ℎ"),lt(mt,ct,ft,"h","ℎ");for(let e=0;e<52;e++){var kt=Jt.charAt(e);lt(ht,ct,ft,kt,n=String.fromCharCode(55349,56320+e)),lt(mt,ct,vt,kt,n),lt(ht,ct,ft,kt,n=String.fromCharCode(55349,56372+e)),lt(mt,ct,vt,kt,n),lt(ht,ct,ft,kt,n=String.fromCharCode(55349,56424+e)),lt(mt,ct,vt,kt,n),lt(ht,ct,ft,kt,n=String.fromCharCode(55349,56580+e)),lt(mt,ct,vt,kt,n),lt(ht,ct,ft,kt,n=String.fromCharCode(55349,56684+e)),lt(mt,ct,vt,kt,n),lt(ht,ct,ft,kt,n=String.fromCharCode(55349,56736+e)),lt(mt,ct,vt,kt,n),lt(ht,ct,ft,kt,n=String.fromCharCode(55349,56788+e)),lt(mt,ct,vt,kt,n),lt(ht,ct,ft,kt,n=String.fromCharCode(55349,56840+e)),lt(mt,ct,vt,kt,n),lt(ht,ct,ft,kt,n=String.fromCharCode(55349,56944+e)),lt(mt,ct,vt,kt,n),e<26&&(lt(ht,ct,ft,kt,n=String.fromCharCode(55349,56632+e)),lt(mt,ct,vt,kt,n),lt(ht,ct,ft,kt,n=String.fromCharCode(55349,56476+e)),lt(mt,ct,vt,kt,n))}lt(ht,ct,ft,"k",n=String.fromCharCode(55349,56668)),lt(mt,ct,vt,"k",n);for(let e=0;e<10;e++){var er=e.toString();lt(ht,ct,ft,er,n=String.fromCharCode(55349,57294+e)),lt(mt,ct,vt,er,n),lt(ht,ct,ft,er,n=String.fromCharCode(55349,57314+e)),lt(mt,ct,vt,er,n),lt(ht,ct,ft,er,n=String.fromCharCode(55349,57324+e)),lt(mt,ct,vt,er,n),lt(ht,ct,ft,er,n=String.fromCharCode(55349,57334+e)),lt(mt,ct,vt,er,n)}for(let e=0;e<3;e++){var tr="ÐÞþ".charAt(e);lt(ht,ct,ft,tr,tr),lt(mt,ct,vt,tr,tr)}function rr(e,t,r,n){return void 0===n&&(n=[]),"boldsymbol"===r.font&&f(e,"Main-Bold",t).metrics?b(e,"Main-Bold",t,r,n.concat(["mathbf"])):"\\"===e||"main"===st[t][e].font?b(e,"Main-Regular",t,r,n):b(e,"AMS-Regular",t,r,n.concat(["amsrm"]))}function nr(e,n,i){var a=e.mode,o=e.text,s=["mord"],{font:e,fontFamily:l,fontWeight:h,fontShape:m}=n,c="math"===a||"text"===a&&!!e,p=c?e:l;let t="",r="";if(55349===o.charCodeAt(0)&&(d=(e=>{var t,r=1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320)+65536;if(119808<=r&&r<120484)return t=Math.floor((r-119808)/26),ue[t];if(120782<=r&&r<=120831)return t=Math.floor((r-120782)/10),de[t];if(120485==r||120486==r)return ue[0];if(120486<r&&r<120782)return g;throw new nt("Unsupported character: "+e)})(o),t=d.font,r=d[a+"Class"]),t)return b(o,t,a,n,s.concat(r));if(p){let t,r;if(r="boldsymbol"===p?(p=o,d=a,p="textord"!==i&&f(p,"Math-BoldItalic",d).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"},t=p.fontName,[p.fontClass]):c?(t=xe[e].fontName,[e]):(t=y(l,h,m),[l,h,m]),f(o,t,a).metrics)return b(o,t,a,n,s.concat(r));if(re.hasOwnProperty(o)&&"Typewriter"===t.slice(0,10)){var u=[];for(let e=0;e<o.length;e++)u.push(b(o[e],t,a,n,s.concat(r)));return W(u)}}if("mathord"===i)return b(o,"Math-Italic",a,n,s.concat(["mathnormal"]));if("textord"!==i)throw new Error("unexpected type: "+i+" in makeOrd");var d=st[a][o]&&st[a][o].font;return"ams"===d?(p=y("amsrm",h,m),b(o,p,a,n,s.concat("amsrm",h,m))):"main"!==d&&d?(c=y(d,h,m),b(o,c,a,n,s.concat(c,h,m))):(e=y("textrm",h,m),b(o,e,a,n,s.concat(h,m)))}function ir(e,t,r){return(e=Y([e],[],t)).height=Math.max(r||t.fontMetrics().defaultRuleThickness,t.minRuleThickness),e.style.borderBottomWidth=X(e.height),e.maxFontSize=1,e}function ar(e,t){return e instanceof $r?Y([],[e],t):e}function or(e,t){var[e,r,n]=we[e],e=new Jr(e),e=new Nt([e],{width:X(r),height:X(n),style:"width:"+X(r),viewBox:"0 0 "+1e3*r+" "+1e3*n,preserveAspectRatio:"xMinYMin"});return(e=S(["overlay"],[e],t)).height=n,e.style.height=X(n),e.style.width=X(r),e}let ne={mathClass:"mathbf",textClass:"textbf",font:"Main-Bold"},ie={mathClass:"mathnormal",textClass:"textit",font:"Math-Italic"},ae={mathClass:"boldsymbol",textClass:"boldsymbol",font:"Main-BoldItalic"},g={mathClass:"",textClass:"",font:""},oe={mathClass:"mathfrak",textClass:"textfrak",font:"Fraktur-Regular"},se={mathClass:"mathbb",textClass:"textbb",font:"AMS-Regular"},le={mathClass:"mathboldfrak",textClass:"textboldfrak",font:"Fraktur-Regular"},he={mathClass:"mathsf",textClass:"textsf",font:"SansSerif-Regular"},me={mathClass:"mathboldsf",textClass:"textboldsf",font:"SansSerif-Bold"},ce={mathClass:"mathitsf",textClass:"textitsf",font:"SansSerif-Italic"},pe={mathClass:"mathtt",textClass:"texttt",font:"Typewriter-Regular"},ue=[ne,ne,ie,ie,ae,ae,{mathClass:"mathscr",textClass:"textscr",font:"Script-Regular"},g,g,g,oe,oe,se,se,le,le,he,he,me,me,ce,ce,g,g,pe,pe],de=[ne,g,he,me,pe],f=function(e,t,r){var n;return{value:e=st[r][e]&&(n=st[r][e].replace)?n:e,metrics:Wt(e,t,r)}},b=function(t,e,r,n,i){let a=f(t,e,r),o=a.metrics,s;if(t=a.value,o){let e=o.italic;("text"===r||n&&"mathit"===n.font)&&(e=0),s=new Et(t,o.height,o.depth,e,o.skew,o.width,i)}else"undefined"!=typeof console&&console.warn("No character metrics for '"+t+"' in style '"+e+"' and mode '"+r+"'"),s=new Et(t,0,0,0,0,0,i);return n&&(s.maxFontSize=n.sizeMultiplier,n.style.isTight()&&s.classes.push("mtight"),e=n.getColor())&&(s.style.color=e),s},ge=(e,t)=>{if(o(e.classes)!==o(t.classes)||e.skew!==t.skew||e.maxFontSize!==t.maxFontSize||0!==e.italic&&e.hasClass("mathnormal"))return!1;if(1===e.classes.length){var r=e.classes[0];if("mbin"===r||"mord"===r)return!1}for(var n of Object.keys(e.style))if(e.style[n]!==t.style[n])return!1;for(var i of Object.keys(t.style))if(e.style[i]!==t.style[i])return!1;return!0},fe=t=>{for(let e=0;e<t.length-1;e++){var r=t[e],n=t[e+1];r instanceof Et&&n instanceof Et&&ge(r,n)&&(r.text+=n.text,r.height=Math.max(r.height,n.height),r.depth=Math.max(r.depth,n.depth),r.italic=n.italic,t.splice(e+1,1),e--)}return t},be=function(t){let r=0,n=0,i=0;for(let e=0;e<t.children.length;e++){var a=t.children[e];a.height>r&&(r=a.height),a.depth>n&&(n=a.depth),a.maxFontSize>i&&(i=a.maxFontSize)}t.height=r,t.depth=n,t.maxFontSize=i},Y=function(e,t,r,n){return e=new _r(e,t,r,n),be(e),e},S=(e,t,r,n)=>new _r(e,t,r,n),W=function(e){return e=new $r(e),be(e),e},$=function(e,t){let{children:r,depth:n}=(i=>{if("individualShift"===i.positionType){let t=i.children,r=[t[0]],e=-t[0].shift-t[0].elem.depth,n=e;for(let e=1;e<t.length;e++){var a=-t[e].shift-n-t[e].elem.depth,o=a-(t[e-1].elem.height+t[e-1].elem.depth);n+=a,r.push({type:"kern",size:o}),r.push(t[e])}return{children:r,depth:e}}let e;if("top"===i.positionType){let t=i.positionData;for(let e=0;e<i.children.length;e++){var r=i.children[e];t-="kern"===r.type?r.size:r.elem.height+r.elem.depth}e=t}else if("bottom"===i.positionType)e=-i.positionData;else{var t=i.children[0];if("elem"!==t.type)throw new Error('First child must have type "elem".');if("shift"===i.positionType)e=-t.elem.depth-i.positionData;else{if("firstBaseline"!==i.positionType)throw new Error("Invalid positionType "+i.positionType+".");e=-t.elem.depth}}return{children:i.children,depth:e}})(e),i=0;for(let e=0;e<r.length;e++){var a=r[e];"elem"===a.type&&(a=a.elem,i=Math.max(i,a.maxFontSize,a.height))}i+=2;let o=Y(["pstrut"],[]),s=(o.style.height=X(i),[]),l=n,h=n,m=n;for(let e=0;e<r.length;e++){var c,p,u,d=r[e];"kern"===d.type?m+=d.size:(c=d.elem,u=d.wrapperClasses||[],p=d.wrapperStyle||{},(u=Y(u,[o,c],void 0,p)).style.top=X(-i-m-c.depth),d.marginLeft&&(u.style.marginLeft=d.marginLeft),d.marginRight&&(u.style.marginRight=d.marginRight),s.push(u),m+=c.height+c.depth),l=Math.min(l,m),h=Math.max(h,m)}var g,f,b=Y(["vlist"],s);return b.style.height=X(h),f=l<0?(g=Y([],[]),(g=Y(["vlist"],[g])).style.height=X(-l),f=Y(["vlist-s"],[new Et("")]),[Y(["vlist-r"],[b,f]),Y(["vlist-r"],[g])]):[Y(["vlist-r"],[b])],e=Y(["vlist-t"],f),2===f.length&&e.classes.push("vlist-t2"),e.height=h,e.depth=-l,e},ye=(e,t)=>{var r=Y(["mspace"],[],t),e=at(e,t);return r.style.marginRight=X(e),r},y=(e,t,r)=>{let n;switch(e){case"amsrm":n="AMS";break;case"textrm":n="Main";break;case"textsf":n="SansSerif";break;case"texttt":n="Typewriter";break;default:n=e}return n+"-"+("textbf"===t&&"textit"===r?"BoldItalic":"textbf"===t?"Bold":"textit"===r?"Italic":"Regular")},xe={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"},mathsfit:{variant:"sans-serif-italic",fontName:"SansSerif-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"}},we={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]},h={number:3,unit:"mu"},m={number:4,unit:"mu"},c={number:5,unit:"mu"},ve={mord:{mop:h,mbin:m,mrel:c,minner:h},mop:{mord:h,mop:h,mrel:c,minner:h},mbin:{mord:m,mop:m,mopen:m,minner:m},mrel:{mord:c,mop:c,mopen:c,minner:c},mopen:{},mclose:{mop:h,mbin:m,mrel:c,minner:h},mpunct:{mord:h,mop:h,mrel:c,mopen:h,mclose:h,mpunct:h,minner:h},minner:{mord:h,mop:h,mbin:m,mrel:c,mopen:h,mpunct:h,minner:h}},ke={mord:{mop:h},mop:{mord:h,mop:h},mbin:{},mrel:{},mopen:{},mclose:{mop:h},mpunct:{},minner:{mop:h}},ze={},p={},u={};function zt(e){var{type:e,names:t,props:r,handler:n,htmlBuilder:i,mathmlBuilder:a}=e,o={type:e,numArgs:r.numArgs,argTypes:r.argTypes,allowedInArgument:!!r.allowedInArgument,allowedInText:!!r.allowedInText,allowedInMath:void 0===r.allowedInMath||r.allowedInMath,numOptionalArgs:r.numOptionalArgs||0,infix:!!r.infix,primitive:!!r.primitive,handler:n};for(let e=0;e<t.length;++e)ze[t[e]]=o;e&&(i&&(p[e]=i),a)&&(u[e]=a)}function sr(e){var{type:e,htmlBuilder:t,mathmlBuilder:r}=e;zt({type:e,names:[],props:{numArgs:0},handler(){throw new Error("Should never be called.")},htmlBuilder:t,mathmlBuilder:r})}function lr(e){return"ordgroup"===e.type&&1===e.body.length?e.body[0]:e}function St(e){return"ordgroup"===e.type?e.body:[e]}function Mt(t,r,e,i){void 0===i&&(i=[null,null]);var a=[];for(let e=0;e<t.length;e++){var n,o=_(t[e],r);o instanceof $r?(n=o.children,a.push(...n)):a.push(o)}if(fe(a),e){let n=r;1===t.length&&("sizing"===(s=t[0]).type?n=r.havingSize(s.size):"styling"===s.type&&(n=r.havingStyle(Ae[s.style])));var s=Y([i[0]||"leftmost"],[],r),i=Y([i[1]||"rightmost"],[],r),e="root"===e;Ce(a,(e,t)=>{var r=t.classes[0],n=e.classes[0];"mbin"===r&&Me.has(n)?t.classes[0]="mord":"mbin"===n&&Se.has(r)&&(e.classes[0]="mord")},{node:s},i,e),Ce(a,(e,t)=>{var t=Ie(t),r=Ie(e);if(t=t&&r?e.hasClass("mtight")?null==(e=ke[t])?void 0:e[r]:null==(e=ve[t])?void 0:e[r]:null)return ye(t,n)},{node:s},i,e)}return a}function hr(e,t){return e=["nulldelimiter"].concat(e.baseSizingClasses()),Y(t.concat(e))}let Se=new Set(["leftmost","mbin","mopen","mrel","mop","mpunct"]),Me=new Set(["rightmost","mrel","mclose","mpunct"]),Ae={display:it.DISPLAY,text:it.TEXT,script:it.SCRIPT,scriptscript:it.SCRIPTSCRIPT},Te={mord:"mord",mop:"mop",mbin:"mbin",mrel:"mrel",mopen:"mopen",mclose:"mclose",mpunct:"mpunct",minner:"minner"},Ce=function(r,e,t,n,i){n&&r.push(n);let a=0;for(;a<r.length;a++){var o,s=r[a],l=Be(s);l?Ce(l.children,e,t,null,i):((l=!s.hasClass("mspace"))&&(o=e(s,t.node))&&(t.insertAfter?t.insertAfter(o):(r.unshift(o),a++)),l?t.node=s:i&&s.hasClass("newline")&&(t.node=Y(["leftmost"])),t.insertAfter=(t=>e=>{r.splice(t+1,0,e),a++})(a))}n&&r.pop()},Be=function(e){return e instanceof $r||e instanceof Zr||e instanceof _r&&e.hasClass("enclosing")?e:null},qe=function(e,t){var r=Be(e);if(r&&(r=r.children).length){if("right"===t)return qe(r[r.length-1],"right");if("left"===t)return qe(r[0],"left")}return e},Ie=function(e,t){return e&&(t=(e=t?qe(e,t):e).classes[0],Te[t])||null},_=function(t,r,n){if(!t)return Y();if(p[t.type]){let e=p[t.type](t,r);return n&&r.size!==n.size&&(e=Y(r.sizingClasses(n),[e],r),r=r.sizeMultiplier/n.sizeMultiplier,e.height*=r,e.depth*=r),e}throw new nt("Got group of unknown type: '"+t.type+"'")};function mr(e,t){return e=Y(["base"],e,t),(t=Y(["strut"])).style.height=X(e.height+e.depth),e.depth&&(t.style.verticalAlign=X(-e.depth)),e.children.unshift(t),e}function cr(e,r){let t=null,n=(1===e.length&&"tag"===e[0].type&&(t=e[0].tag,e=e[0].body),Mt(e,r,"root")),i,a=(2===n.length&&n[1].hasClass("tag")&&(i=n.pop()),[]),o,s=[];for(let t=0;t<n.length;t++)if(s.push(n[t]),n[t].hasClass("mbin")||n[t].hasClass("mrel")||n[t].hasClass("allowbreak")){let e=!1;for(;t<n.length-1&&n[t+1].hasClass("mspace")&&!n[t+1].hasClass("newline");)t++,s.push(n[t]),n[t].hasClass("nobreak")&&(e=!0);e||(a.push(mr(s,r)),s=[])}else n[t].hasClass("newline")&&(s.pop(),0<s.length&&(a.push(mr(s,r)),s=[]),a.push(n[t]));var l;return 0<s.length&&a.push(mr(s,r)),t?((o=mr(Mt(t,r,!0),r)).classes=["tag"],a.push(o)):i&&a.push(i),(e=Y(["katex-html"],a)).setAttribute("aria-hidden","true"),o&&((l=o.children[0]).style.height=X(e.height+e.depth),e.depth)&&(l.style.verticalAlign=X(-e.depth)),e}function pr(e){return new $r(e)}class Ht{constructor(e,t,r){this.type=void 0,this.attributes=void 0,this.children=void 0,this.classes=void 0,this.type=e,this.attributes={},this.children=t||[],this.classes=r||[]}setAttribute(e,t){this.attributes[e]=t}getAttribute(e){return this.attributes[e]}toNode(){var e,r=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&r.setAttribute(e,this.attributes[e]);0<this.classes.length&&(r.className=o(this.classes));for(let t=0;t<this.children.length;t++)if(this.children[t]instanceof Ot&&this.children[t+1]instanceof Ot){let e=this.children[t].toText()+this.children[++t].toText();for(;this.children[t+1]instanceof Ot;)e+=this.children[++t].toText();r.appendChild(new Ot(e).toNode())}else r.appendChild(this.children[t].toNode());return r}toMarkup(){let t="<"+this.type;for(var e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&(t+=" "+e+'="',t+=i(this.attributes[e]),t+='"');0<this.classes.length&&(t+=' class ="'+i(o(this.classes))+'"'),t+=">";for(let e=0;e<this.children.length;e++)t+=this.children[e].toMarkup();return t+="</"+this.type+">"}toText(){return this.children.map(e=>e.toText()).join("")}}class Ot{constructor(e){this.text=void 0,this.text=e}toNode(){return document.createTextNode(this.text)}toMarkup(){return i(this.toText())}toText(){return this.text}}class e1{constructor(e){this.width=void 0,this.character=void 0,this.width=e,this.character=.05555<=e&&e<=.05556?" ":.1666<=e&&e<=.1667?" ":.2222<=e&&e<=.2223?" ":.2777<=e&&e<=.2778?" ":-.05556<=e&&e<=-.05555?" ":-.1667<=e&&e<=-.1666?" ":-.2223<=e&&e<=-.2222?" ":-.2778<=e&&e<=-.2777?" ":null}toNode(){var e;return this.character?document.createTextNode(this.character):((e=document.createElementNS("http://www.w3.org/1998/Math/MathML","mspace")).setAttribute("width",X(this.width)),e)}toMarkup(){return this.character?"<mtext>"+this.character+"</mtext>":'<mspace width="'+X(this.width)+'"/>'}toText(){return this.character||" "}}function At(e,t,r){return!st[t][e]||!st[t][e].replace||55349===e.charCodeAt(0)||re.hasOwnProperty(e)&&r&&(r.fontFamily&&"tt"===r.fontFamily.slice(4,6)||r.font&&"tt"===r.font.slice(4,6))||(e=st[t][e].replace),new Ot(e)}function ur(e){return 1===e.length?e[0]:new Ht("mrow",e)}let Re=new Set(["\\imath","\\jmath"]),Ee=new Set(["mrow","mtable"]),Ne={mathit:"italic",boldsymbol:e=>"textord"===e.type?"bold":"bold-italic",mathbf:"bold",mathbb:"double-struck",mathsfit:"sans-serif-italic",mathfrak:"fraktur",mathscr:"script",mathcal:"script",mathsf:"sans-serif",mathtt:"monospace"},He=(e,t)=>{if("text"===e.mode){if("texttt"===t.fontFamily)return"monospace";if("textsf"===t.fontFamily)return"textit"===t.fontShape&&"textbf"===t.fontWeight?"sans-serif-bold-italic":"textit"===t.fontShape?"sans-serif-italic":"textbf"===t.fontWeight?"bold-sans-serif":"sans-serif";if("textit"===t.fontShape&&"textbf"===t.fontWeight)return"bold-italic";if("textit"===t.fontShape)return"italic";if("textbf"===t.fontWeight)return"bold"}var r,n;return(t=t.font)&&"mathnormal"!==t?(r=e.mode,(n=Ne[t])?"function"==typeof n?n(e):n:(e=e.text,!Re.has(e)&&Wt(e=st[r][e]&&(n=st[r][e].replace)?n:e,xe[t].fontName,r)?xe[t].variant:null)):null};function dr(e){var t;return e&&("mi"===e.type&&1===e.children.length?(t=e.children[0])instanceof Ot&&"."===t.text:"mo"===e.type&&1===e.children.length&&"true"===e.getAttribute("separator")&&"0em"===e.getAttribute("lspace")&&"0em"===e.getAttribute("rspace")&&(t=e.children[0])instanceof Ot&&","===t.text)}function gr(e,t,r){return ur(x(e,t,r))}let x=function(t,r,e){var n;if(1===t.length)return n=w(t[0],r),e&&n instanceof Ht&&"mo"===n.type&&(n.setAttribute("lspace","0em"),n.setAttribute("rspace","0em")),[n];let i=[],a;for(let e=0;e<t.length;e++){var o,s,l=w(t[e],r);if(l instanceof Ht&&a instanceof Ht){if("mtext"===l.type&&"mtext"===a.type&&l.getAttribute("mathvariant")===a.getAttribute("mathvariant")){a.children.push(...l.children);continue}if("mn"===l.type&&"mn"===a.type){a.children.push(...l.children);continue}if(dr(l)&&"mn"===a.type){a.children.push(...l.children);continue}"mn"===l.type&&dr(a)?(l.children=[...a.children,...l.children],i.pop()):("msup"===l.type||"msub"===l.type)&&1<=l.children.length&&("mn"===a.type||dr(a))?(o=l.children[0])instanceof Ht&&"mn"===o.type&&(o.children=[...a.children,...o.children],i.pop()):"mi"===a.type&&1===a.children.length&&(o=a.children[0])instanceof Ot&&"̸"===o.text&&("mo"===l.type||"mi"===l.type||"mn"===l.type)&&(s=l.children[0])instanceof Ot&&0<s.text.length&&(s.text=s.text.slice(0,1)+"̸"+s.text.slice(1),i.pop())}i.push(l),a=l}return i},w=function(e,t){if(!e)return new Ht("mrow");if(u[e.type])return u[e.type](e,t);throw new nt("Got group of unknown type: '"+e.type+"'")};function fr(e,t,r,n,i){return r=1===(e=x(e,r)).length&&e[0]instanceof Ht&&Ee.has(e[0].type)?e[0]:new Ht("mrow",e),(e=new Ht("annotation",[new Ot(t)])).setAttribute("encoding","application/x-tex"),t=new Ht("semantics",[r,e]),(r=new Ht("math",[t])).setAttribute("xmlns","http://www.w3.org/1998/Math/MathML"),n&&r.setAttribute("display","block"),Y([i?"katex":"katex-mathml"],[r])}function br(e,t){return t.size<2?e:Oe[e-1][t.size-1]}let Oe=[[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]],De=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488];class t1{constructor(e){this.style=void 0,this.color=void 0,this.size=void 0,this.textSize=void 0,this.phantom=void 0,this.font=void 0,this.fontFamily=void 0,this.fontWeight=void 0,this.fontShape=void 0,this.sizeMultiplier=void 0,this.maxSize=void 0,this.minRuleThickness=void 0,this._fontMetrics=void 0,this.style=e.style,this.color=e.color,this.size=e.size||t1.BASESIZE,this.textSize=e.textSize||this.size,this.phantom=!!e.phantom,this.font=e.font||"",this.fontFamily=e.fontFamily||"",this.fontWeight=e.fontWeight||"",this.fontShape=e.fontShape||"",this.sizeMultiplier=De[this.size-1],this.maxSize=e.maxSize,this.minRuleThickness=e.minRuleThickness,this._fontMetrics=void 0}extend(e){var t={style:this.style,size:this.size,textSize:this.textSize,color:this.color,phantom:this.phantom,font:this.font,fontFamily:this.fontFamily,fontWeight:this.fontWeight,fontShape:this.fontShape,maxSize:this.maxSize,minRuleThickness:this.minRuleThickness};return Object.assign(t,e),new t1(t)}havingStyle(e){return this.style===e?this:this.extend({style:e,size:br(this.textSize,e)})}havingCrampedStyle(){return this.havingStyle(this.style.cramp())}havingSize(e){return this.size===e&&this.textSize===e?this:this.extend({style:this.style.text(),size:e,textSize:e,sizeMultiplier:De[e-1]})}havingBaseStyle(e){e=e||this.style.text();var t=br(t1.BASESIZE,e);return this.size===t&&this.textSize===t1.BASESIZE&&this.style===e?this:this.extend({style:e,size:t})}havingBaseSizing(){let e;switch(this.style.id){case 4:case 5:e=3;break;case 6:case 7:e=1;break;default:e=6}return this.extend({style:this.style.text(),size:e})}withColor(e){return this.extend({color:e})}withPhantom(){return this.extend({phantom:!0})}withFont(e){return this.extend({font:e})}withTextFontFamily(e){return this.extend({fontFamily:e,font:""})}withTextFontWeight(e){return this.extend({fontWeight:e,font:""})}withTextFontShape(e){return this.extend({fontShape:e,font:""})}sizingClasses(e){return e.size!==this.size?["sizing","reset-size"+e.size,"size"+this.size]:[]}baseSizingClasses(){return this.size!==t1.BASESIZE?["sizing","reset-size"+this.size,"size"+t1.BASESIZE]:[]}fontMetrics(){return this._fontMetrics||(this._fontMetrics=(e=>{var t=5<=e?0:3<=e?1:2;if(!te[t]){var r,n=te[t]={cssEmPerMu:s.quad[t]/18};for(r in s)s.hasOwnProperty(r)&&(n[r]=s[r][t])}return te[t]})(this.size)),this._fontMetrics}getColor(){return this.phantom?"transparent":this.color}}t1.BASESIZE=6;var yr=t1;function xr(e){return(e=new Ht("mo",[new Ot(Fe[e.replace(/^\\/,"")])])).setAttribute("stretchy","true"),e}function wr(i,u){var{span:e,minWidth:t,height:r}=(()=>{let l=4e5,h=i.label.slice(1);if(Ge.has(h)&&"base"in i){let e="ordgroup"===i.base.type?i.base.body.length:1,t,r,n;return r=5<e?"widehat"===h||"widecheck"===h?(t=420,l=2364,n=.42,h+"4"):(t=312,l=2340,n=.34,"tilde4"):(c=[1,1,2,2,3,3][e],"widehat"===h||"widecheck"===h?(l=[0,1062,2364,2364,2364][c],t=[0,239,300,360,420][c],n=[0,.24,.3,.3,.36,.42][c],h+c):(l=[0,600,1033,2339,2340][c],t=[0,260,286,306,312][c],n=[0,.26,.286,.3,.306,.34][c],"tilde"+c)),e=new Jr(r),e=new Nt([e],{width:"100%",height:X(n),viewBox:"0 0 "+l+" "+t,preserveAspectRatio:"none"}),{span:S([],[e],u),minWidth:0,height:n}}{var m=[],c=Ve[h];if(!c)throw new Error('No SVG data for "'+h+'".');let[t,r,n]=c,i=n/1e3,a=t.length,o,s;if(1===a){if(4!==c.length)throw new Error('Expected 4-tuple for single-path SVG data "'+h+'".');o=["hide-tail"],s=[c[3]]}else if(2===a)o=["halfarrow-left","halfarrow-right"],s=["xMinYMin","xMaxYMin"];else{if(3!==a)throw new Error("Correct katexImagesData or update code here to support\n "+a+" children.");o=["brace-left","brace-center","brace-right"],s=["xMinYMin","xMidYMin","xMaxYMin"]}for(let e=0;e<a;e++){var p=new Jr(t[e]),p=new Nt([p],{width:"400em",height:X(i),viewBox:"0 0 "+l+" "+n,preserveAspectRatio:s[e]+" slice"}),p=S([o[e]],[p],u);if(1===a)return{span:p,minWidth:r,height:i};p.style.height=X(i),m.push(p)}return{span:Y(["stretchy"],m,u),minWidth:r,height:i}}})();return e.height=r,e.style.height=X(r),0<t&&(e.style.minWidth=X(t)),e}let Le=function(e){return new yr({style:e.displayMode?it.DISPLAY:it.TEXT,maxSize:e.maxSize,minRuleThickness:e.minRuleThickness})},Pe=function(e,t){var r;return t.displayMode&&(r=["katex-display"],t.leqno&&r.push("leqno"),t.fleqn&&r.push("fleqn"),e=Y(r,[e])),e},Fe={widehat:"^",widecheck:"ˇ",widetilde:"~",utilde:"~",overleftarrow:"←",underleftarrow:"←",xleftarrow:"←",overrightarrow:"→",underrightarrow:"→",xrightarrow:"→",underbrace:"⏟",overbrace:"⏞",underbracket:"⎵",overbracket:"⎴",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":"="},Ve={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],overbracket:[["leftbracketover","rightbracketover"],1.6,440],underbracket:[["leftbracketunder","rightbracketunder"],1.6,410],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]},Ge=new Set(["widehat","widecheck","widetilde","utilde"]),Ue={bin:1,close:1,inner:1,open:1,punct:1,rel:1},je={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1};function Tt(e,t){if(e&&e.type===t)return e;throw new Error("Expected node of type "+t+", but got "+(e?"node of type "+e.type:String(e)))}function vr(e){var t=kr(e);if(t)return t;throw new Error("Expected node of symbol group type, but got "+(e?"node of type "+e.type:String(e)))}function kr(e){return e&&("atom"===e.type||je.hasOwnProperty(e.type))?e:null}let Xe=e=>{return e instanceof Et?e:((t=e)instanceof _r||t instanceof Zr||t instanceof $r)&&1===e.children.length?Xe(e.children[0]):void 0;var t},Ye=(i,a)=>{let e,o,t,s=(i&&"supsub"===i.type?(o=Tt(i.base,"accent"),e=o.base,i.base=e,t=(e=>{if(e instanceof _r)return e;throw new Error("Expected span<HtmlDomNode> but got "+String(e)+".")})(_(i,a)),i.base=o):(o=Tt(i,"accent"),e=o.base),i=_(e,a.havingCrampedStyle()),0),r,n,l=(o.isShifty&&d(e)&&(s=null!=(r=null==(n=Xe(i))?void 0:n.skew)?r:0),"\\c"===o.label),h,m=l?i.height+i.depth:Math.min(i.height,a.fontMetrics().xHeight);if(o.isStretchy)h=wr(o,a),h=$({positionType:"firstBaseline",children:[{type:"elem",elem:i},{type:"elem",elem:h,wrapperClasses:["svg-align"],wrapperStyle:0<s?{width:"calc(100% - "+X(2*s)+")",marginLeft:X(2*s)}:void 0}]});else{let e,t,r=("\\vec"===o.label?(e=or("vec",a),t=we.vec[1]):((e=(e=>{if(e instanceof Et)return e;throw new Error("Expected symbolNode but got "+String(e)+".")})(e=nr({type:"textord",mode:o.mode,text:o.label},a,"textord"))).italic=0,t=e.width,l&&(m+=e.depth)),h=Y(["accent-body"],[e]),"\\textcircled"===o.label),n=(r&&(h.classes.push("accent-full"),m=i.height),s);r||(n-=t/2),h.style.left=X(n),"\\textcircled"===o.label&&(h.style.top=".2em"),h=$({positionType:"firstBaseline",children:[{type:"elem",elem:i},{type:"kern",size:-m},{type:"elem",elem:h}]})}return l=Y(["mord","accent"],[h],a),t?(t.children[0]=l,t.height=Math.max(l.height,t.height),t.classes[0]="mord",t):l},We=(e,t)=>{var r=e.isStretchy?xr(e.label):new Ht("mo",[At(e.label,e.mode)]);return(e=new Ht("mover",[w(e.base,t),r])).setAttribute("accent","true"),e},$e=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map(e=>"\\"+e).join("|")),v=(zt({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:(e,t)=>{var t=lr(t[0]),r=!$e.test(e.funcName),n=!r||"\\widehat"===e.funcName||"\\widetilde"===e.funcName||"\\widecheck"===e.funcName;return{type:"accent",mode:e.parser.mode,label:e.funcName,isStretchy:r,isShifty:n,base:t}},htmlBuilder:Ye,mathmlBuilder:We}),zt({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\c","\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["primitive"]},handler:(e,t)=>{t=t[0];let r=e.parser.mode;return"math"===r&&(e.parser.settings.reportNonstrict("mathVsTextAccents","LaTeX's accent "+e.funcName+" works only in text mode"),r="text"),{type:"accent",mode:r,label:e.funcName,isStretchy:!1,isShifty:!0,base:t}},htmlBuilder:Ye,mathmlBuilder:We}),zt({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:(e,t)=>{var{parser:e,funcName:r}=e,t=t[0];return{type:"accentUnder",mode:e.mode,label:r,base:t}},htmlBuilder:(e,t)=>{var r=_(e.base,t),n=wr(e,t),e="\\utilde"===e.label?.12:0,n=$({positionType:"top",positionData:r.height,children:[{type:"elem",elem:n,wrapperClasses:["svg-align"]},{type:"kern",size:e},{type:"elem",elem:r}]});return Y(["mord","accentunder"],[n],t)},mathmlBuilder:(e,t)=>{var r=xr(e.label);return(e=new Ht("munder",[w(e.base,t),r])).setAttribute("accentunder","true"),e}}),e=>((e=new Ht("mpadded",e?[e]:[])).setAttribute("width","+0.6em"),e.setAttribute("lspace","0.3em"),e));function zr(e,t){var r=Mt(e.body,t,!0);return Y([e.mclass],r,t)}function Sr(e,t){let r;return t=x(e.body,t),"minner"===e.mclass?r=new Ht("mpadded",t):"mord"===e.mclass?e.isCharacterBox?(r=t[0]).type="mi":r=new Ht("mi",t):(e.isCharacterBox?(r=t[0]).type="mo":r=new Ht("mo",t),"mbin"===e.mclass?(r.attributes.lspace="0.22em",r.attributes.rspace="0.22em"):"mpunct"===e.mclass?(r.attributes.lspace="0em",r.attributes.rspace="0.17em"):"mopen"===e.mclass||"mclose"===e.mclass?(r.attributes.lspace="0em",r.attributes.rspace="0em"):"minner"===e.mclass&&(r.attributes.lspace="0.0556em",r.attributes.width="+0.1111em")),r}zt({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(e,t,r){var{parser:e,funcName:n}=e;return{type:"xArrow",mode:e.mode,label:n,body:t[0],below:r[0]}},htmlBuilder(e,t){var r=t.style,n=t.havingStyle(r.sup()),i=ar(_(e.body,n,t),t),a="\\x"===e.label.slice(0,2)?"x":"cd";let o;i.classes.push(a+"-arrow-pad"),e.below&&(n=t.havingStyle(r.sub()),(o=ar(_(e.below,n,t),t)).classes.push(a+"-arrow-pad")),r=wr(e,t),n=-t.fontMetrics().axisHeight+.5*r.height;let s,l=-t.fontMetrics().axisHeight-.5*r.height-.111;return(.25<i.depth||"\\xleftequilibrium"===e.label)&&(l-=i.depth),s=o?(a=-t.fontMetrics().axisHeight+o.height+.5*r.height+.111,$({positionType:"individualShift",children:[{type:"elem",elem:i,shift:l},{type:"elem",elem:r,shift:n,wrapperClasses:["svg-align"]},{type:"elem",elem:o,shift:a}]})):$({positionType:"individualShift",children:[{type:"elem",elem:i,shift:l},{type:"elem",elem:r,shift:n,wrapperClasses:["svg-align"]}]}),Y(["mrel","x-arrow"],[s],t)},mathmlBuilder(e,t){var r,n,i=xr(e.label);let a;return i.setAttribute("minsize","x"===e.label.charAt(0)?"1.75em":"3.0em"),a=e.body?(r=v(w(e.body,t)),e.below?(n=v(w(e.below,t)),new Ht("munderover",[i,n,r])):new Ht("mover",[i,r])):e.below?(n=v(w(e.below,t)),new Ht("munder",[i,n])):(a=v(),new Ht("mover",[i,a]))}}),zt({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1,primitive:!0},handler(e,t){var{parser:e,funcName:r}=e,t=t[0];return{type:"mclass",mode:e.mode,mclass:"m"+r.slice(5),body:St(t),isCharacterBox:d(t)}},htmlBuilder:zr,mathmlBuilder:Sr});let k=e=>"atom"!==(e="ordgroup"===e.type&&e.body.length?e.body[0]:e).type||"bin"!==e.family&&"rel"!==e.family?"mord":"m"+e.family,_e=(zt({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler(e,t){return{type:"mclass",mode:(e=e.parser).mode,mclass:k(t[0]),body:St(t[1]),isCharacterBox:d(t[1])}}}),zt({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler(e,t){var{parser:e,funcName:r}=e,n=t[1],t=t[0],i="\\stackrel"!==r?k(n):"mrel",n={type:"op",mode:n.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:"\\stackrel"!==r,body:St(n)},n={type:"supsub",mode:t.mode,base:n,sup:"\\underset"===r?null:t,sub:"\\underset"===r?t:null};return{type:"mclass",mode:e.mode,mclass:i,body:[n],isCharacterBox:d(n)}},htmlBuilder:zr,mathmlBuilder:Sr}),zt({type:"pmb",names:["\\pmb"],props:{numArgs:1,allowedInText:!0},handler(e,t){return{type:"pmb",mode:(e=e.parser).mode,mclass:k(t[0]),body:St(t[0])}},htmlBuilder(e,t){var r=Mt(e.body,t,!0);return(e=Y([e.mclass],r,t)).style.textShadow="0.02em 0.01em 0.04px",e},mathmlBuilder(e,t){return e=x(e.body,t),(t=new Ht("mstyle",e)).setAttribute("style","text-shadow: 0.02em 0.01em 0.04px"),t}}),{">":"\\\\cdrightarrow","<":"\\\\cdleftarrow","=":"\\\\cdlongequal",A:"\\uparrow",V:"\\downarrow","|":"\\Vert",".":"no arrow"}),Ze=()=>({type:"styling",body:[],mode:"math",style:"display",resetFont:!0}),Ke=e=>"textord"===e.type&&"@"===e.text;function Mr(o,e,t,r,n){return r=((e,t)=>{e*=1e3;let r="";switch(o){case"sqrtMain":r="M95,"+(622+(a=e)+80)+"\nc-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14\nc0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54\nc44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10\ns173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429\nc69,-144,104.5,-217.7,106.5,-221\nl"+a/2.075+" -"+a+"\nc5.3,-9.3,12,-14,20,-14\nH400000v"+(40+a)+"H845.2724\ns-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7\nc-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z\nM"+(834+a)+" 80h400000v"+(40+a)+"h-400000z";break;case"sqrtSize1":r="M263,"+(601+(a=e)+80)+"c0.7,0,18,39.7,52,119\nc34,79.3,68.167,158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120\nc340,-704.7,510.7,-1060.3,512,-1067\nl"+a/2.084+" -"+a+"\nc4.7,-7.3,11,-11,19,-11\nH40000v"+(40+a)+"H1012.3\ns-271.3,567,-271.3,567c-38.7,80.7,-84,175,-136,283c-52,108,-89.167,185.3,-111.5,232\nc-22.3,46.7,-33.8,70.3,-34.5,71c-4.7,4.7,-12.3,7,-23,7s-12,-1,-12,-1\ns-109,-253,-109,-253c-72.7,-168,-109.3,-252,-110,-252c-10.7,8,-22,16.7,-34,26\nc-22,17.3,-33.3,26,-34,26s-26,-26,-26,-26s76,-59,76,-59s76,-60,76,-60z\nM"+(1001+a)+" 80h400000v"+(40+a)+"h-400000z";break;case"sqrtSize2":r="M983 "+(10+(i=e)+80)+"\nl"+i/3.13+" -"+i+"\nc4,-6.7,10,-10,18,-10 H400000v"+(40+i)+"\nH1013.1s-83.4,268,-264.1,840c-180.7,572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,7\ns-12,0,-12,0c-1.3,-3.3,-3.7,-11.7,-7,-25c-35.3,-125.3,-106.7,-373.3,-214,-744\nc-10,12,-21,25,-33,39s-32,39,-32,39c-6,-5.3,-15,-14,-27,-26s25,-30,25,-30\nc26.7,-32.7,52,-63,76,-91s52,-60,52,-60s208,722,208,722\nc56,-175.3,126.3,-397.3,211,-666c84.7,-268.7,153.8,-488.2,207.5,-658.5\nc53.7,-170.3,84.5,-266.8,92.5,-289.5z\nM"+(1001+i)+" 80h400000v"+(40+i)+"h-400000z";break;case"sqrtSize3":r="M424,"+(2398+(i=e)+80)+"\nc-1.3,-0.7,-38.5,-172,-111.5,-514c-73,-342,-109.8,-513.3,-110.5,-514\nc0,-2,-10.7,14.3,-32,49c-4.7,7.3,-9.8,15.7,-15.5,25c-5.7,9.3,-9.8,16,-12.5,20\ns-5,7,-5,7c-4,-3.3,-8.3,-7.7,-13,-13s-13,-13,-13,-13s76,-122,76,-122s77,-121,77,-121\ns209,968,209,968c0,-2,84.7,-361.7,254,-1079c169.3,-717.3,254.7,-1077.7,256,-1081\nl"+i/4.223+" -"+i+"c4,-6.7,10,-10,18,-10 H400000\nv"+(40+i)+"H1014.6\ns-87.3,378.7,-272.6,1166c-185.3,787.3,-279.3,1182.3,-282,1185\nc-2,6,-10,9,-24,9\nc-8,0,-12,-0.7,-12,-2z M"+(1001+i)+" 80\nh400000v"+(40+i)+"h-400000z";break;case"sqrtSize4":r="M473,"+(2713+(n=e)+80)+"\nc339.3,-1799.3,509.3,-2700,510,-2702 l"+n/5.298+" -"+n+"\nc3.3,-7.3,9.3,-11,18,-11 H400000v"+(40+n)+"H1017.7\ns-90.5,478,-276.2,1466c-185.7,988,-279.5,1483,-281.5,1485c-2,6,-10,9,-24,9\nc-8,0,-12,-0.7,-12,-2c0,-1.3,-5.3,-32,-16,-92c-50.7,-293.3,-119.7,-693.3,-207,-1200\nc0,-1.3,-5.3,8.7,-16,30c-10.7,21.3,-21.3,42.7,-32,64s-16,33,-16,33s-26,-26,-26,-26\ns76,-153,76,-153s77,-151,77,-151c0.7,0.7,35.7,202,105,604c67.3,400.7,102,602.7,104,\n606zM"+(1001+n)+" 80h400000v"+(40+n)+"H1017.7z";break;case"sqrtTall":r="M702 "+(80+(n=e))+"H400000"+(40+n)+"\nH742v"+(t-54-80-n)+"l-4 4-4 4c-.667.7 -2 1.5-4 2.5s-4.167 1.833-6.5 2.5-5.5 1-9.5 1\nh-12l-28-84c-16.667-52-96.667 -294.333-240-727l-212 -643 -85 170\nc-4-3.333-8.333-7.667-13 -13l-13-13l77-155 77-156c66 199.333 139 419.667\n219 661 l218 661zM702 80H400000v"+(40+n)+"H742z"}var n,i,a;return r})(r,t),r=new Jr(o,r),r=new Nt([r],{width:"400em",height:X(e),viewBox:"0 0 400000 "+t,preserveAspectRatio:"xMinYMin slice"}),S(["hide-tail"],[r],n)}function Ar(e,t,r,n,i){if("<"===e||"\\lt"===e||"⟨"===e?e="\\langle":">"!==e&&"\\gt"!==e&&"⟩"!==e||(e="\\rangle"),h0.has(e)||c0.has(e))return n0(e,t,!1,r,n,i);if(m0.has(e))return l0(e,z[t],!1,r,n,i);throw new nt("Illegal delimiter: '"+e+"'")}function Tr(e,t,r,n,i,a){"<"===e||"\\lt"===e||"⟨"===e?e="\\langle":">"!==e&&"\\gt"!==e&&"⟩"!==e||(e="\\rangle");var o,s,l,h,m,c,p=c0.has(e)?p0:h0.has(e)?d0:u0;return"small"===(p=g0(e,t,p,n)).type?(o=e,s=p.style,l=r,h=n,m=i,c=a,o=b(o,"Main-Regular",m,h),m=t0(o,s,h,c),l&&r0(m,h,s),m):"large"===p.type?n0(e,p.size,r,n,i,a):l0(e,t,r,n,i,a)}function Cr(e,t,r,n,i,a){var o=n.fontMetrics().axisHeight*n.sizeMultiplier,s=5/n.fontMetrics().ptPerEm,t=Math.max(t-o,r+o);return Tr(e,r=Math.max(t/500*901,2*t-s),!0,n,i,a)}zt({type:"cdlabel",names:["\\\\cdleft","\\\\cdright"],props:{numArgs:1},handler(e,t){var{parser:e,funcName:r}=e;return{type:"cdlabel",mode:e.mode,side:r.slice(4),label:t[0]}},htmlBuilder(e,t){var r=t.havingStyle(t.style.sup());return(r=ar(_(e.label,r,t),t)).classes.push("cd-label-"+e.side),r.style.bottom=X(.8-r.depth),r.height=0,r.depth=0,r},mathmlBuilder(e,t){let r=new Ht("mrow",[w(e.label,t)]);return(r=new Ht("mpadded",[r])).setAttribute("width","0"),"left"===e.side&&r.setAttribute("lspace","-1width"),r.setAttribute("voffset","0.7em"),(r=new Ht("mstyle",[r])).setAttribute("displaystyle","false"),r.setAttribute("scriptlevel","1"),r}}),zt({type:"cdlabelparent",names:["\\\\cdparent"],props:{numArgs:1},handler(e,t){return{type:"cdlabelparent",mode:(e=e.parser).mode,fragment:t[0]}},htmlBuilder(e,t){return(e=ar(_(e.fragment,t),t)).classes.push("cd-vert-arrow"),e},mathmlBuilder(e,t){return new Ht("mrow",[w(e.fragment,t)])}}),zt({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler(e,t){var e=e.parser,r=Tt(t[0],"ordgroup").body;let n="";for(let e=0;e<r.length;e++)n+=Tt(r[e],"textord").text;if(t=parseInt(n),isNaN(t))throw new nt("\\@char has non-numeric argument "+n);if(t<0||1114111<=t)throw new nt("\\@char with invalid code point "+n);return t=t<=65535?String.fromCharCode(t):(t-=65536,String.fromCharCode(55296+(t>>10),56320+(1023&t))),{type:"textord",mode:e.mode,text:t}}}),zt({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,argTypes:["color","original"]},handler(e,t){var e=e.parser,r=Tt(t[0],"color-token").color,t=t[1];return{type:"color",mode:e.mode,color:r,body:St(t)}},htmlBuilder:wt=(e,t)=>(t=Mt(e.body,t.withColor(e.color),!1),W(t)),mathmlBuilder:_t=(e,t)=>(t=x(e.body,t.withColor(e.color)),(t=new Ht("mstyle",t)).setAttribute("mathcolor",e.color),t)}),zt({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,argTypes:["color"]},handler(e,t){var{parser:e,breakOnTokenText:r}=e,t=Tt(t[0],"color-token").color,r=(e.gullet.macros.set("\\current@color",t),e.parseExpression(!0,r));return{type:"color",mode:e.mode,color:t,body:r}},htmlBuilder:wt,mathmlBuilder:_t}),zt({type:"cr",names:["\\\\"],props:{numArgs:0,numOptionalArgs:0,allowedInText:!0},handler(e,t,r){var n="["===(e=e.parser).gullet.future().text?e.parseSizeGroup(!0):null,i=!e.settings.displayMode||!e.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode");return{type:"cr",mode:e.mode,newLine:i,size:n&&Tt(n,"size").value}},htmlBuilder(e,t){var r=Y(["mspace"],[],t);return e.newLine&&(r.classes.push("newline"),e.size)&&(r.style.marginTop=X(at(e.size,t))),r},mathmlBuilder(e,t){var r=new Ht("mspace");return e.newLine&&(r.setAttribute("linebreak","newline"),e.size)&&r.setAttribute("height",X(at(e.size,t))),r}});let Je={"\\global":"\\global","\\long":"\\\\globallong","\\\\globallong":"\\\\globallong","\\def":"\\gdef","\\gdef":"\\gdef","\\edef":"\\xdef","\\xdef":"\\xdef","\\let":"\\\\globallet","\\futurelet":"\\\\globalfuture"},Qe=e=>{var t=e.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(t))throw new nt("Expected a control sequence",e);return t},e0=(e,t,r,n)=>{let i=e.gullet.macros.get(r.text);null==i&&(r.noexpand=!0,i={tokens:[r],numArgs:0,unexpandable:!e.gullet.isExpandable(r.text)}),e.gullet.macros.set(t,i,n)},M=(zt({type:"internal",names:["\\global","\\long","\\\\globallong"],props:{numArgs:0,allowedInText:!0},handler(e){var{parser:e,funcName:t}=e,r=(e.consumeSpaces(),e.fetch());if(Je[r.text])return"\\global"!==t&&"\\\\globallong"!==t||(r.text=Je[r.text]),Tt(e.parseFunction(),"internal");throw new nt("Invalid token after macro prefix",r)}}),zt({type:"internal",names:["\\def","\\gdef","\\edef","\\xdef"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){let{parser:t,funcName:r}=e,n=t.gullet.popToken();if(e=n.text,/^(?:[\\{}$&#^_]|EOF)$/.test(e))throw new nt("Expected a control sequence",n);let i,a=0;for(var o=[[]];"{"!==t.gullet.future().text;)if("#"===(n=t.gullet.popToken()).text){if("{"===t.gullet.future().text){i=t.gullet.future(),o[a].push("{");break}if(n=t.gullet.popToken(),!/^[1-9]$/.test(n.text))throw new nt('Invalid argument number "'+n.text+'"');if(parseInt(n.text)!==a+1)throw new nt('Argument number "'+n.text+'" out of order');a++,o.push([])}else{if("EOF"===n.text)throw new nt("Expected a macro definition");o[a].push(n.text)}let s=t.gullet.consumeArg().tokens;return i&&s.unshift(i),"\\edef"!==r&&"\\xdef"!==r||(s=t.gullet.expandTokens(s)).reverse(),t.gullet.macros.set(e,{tokens:s,numArgs:a,delimiters:o},r===Je[r]),{type:"internal",mode:t.mode}}}),zt({type:"internal",names:["\\let","\\\\globallet"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){var{parser:e,funcName:t}=e,r=Qe(e.gullet.popToken()),n=(e.gullet.consumeSpaces(),(e=>{let t=e.gullet.popToken();return t="="===t.text&&" "===(t=e.gullet.popToken()).text?e.gullet.popToken():t})(e));return e0(e,r,n,"\\\\globallet"===t),{type:"internal",mode:e.mode}}}),zt({type:"internal",names:["\\futurelet","\\\\globalfuture"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){var{parser:e,funcName:t}=e,r=Qe(e.gullet.popToken()),n=e.gullet.popToken(),i=e.gullet.popToken();return e0(e,r,i,"\\\\globalfuture"===t),e.gullet.pushToken(i),e.gullet.pushToken(n),{type:"internal",mode:e.mode}}}),function(e,t,r){if(r=Wt(st.math[e]&&st.math[e].replace||e,t,r))return r;throw new Error("Unsupported symbol "+e+" and font size "+t+".")}),t0=function(e,t,r,n){return t=r.havingBaseStyle(t),n=Y(n.concat(t.sizingClasses(r)),[e],r),e=t.sizeMultiplier/r.sizeMultiplier,n.height*=e,n.depth*=e,n.maxFontSize=t.sizeMultiplier,n},r0=function(e,t,r){r=t.havingBaseStyle(r),r=(1-t.sizeMultiplier/r.sizeMultiplier)*t.fontMetrics().axisHeight,e.classes.push("delimcenter"),e.style.top=X(r),e.height-=r,e.depth+=r},n0=function(e,t,r,n,i,a){var o=t,s=n,e=b(e,"Size"+o+"-Regular",i,s),o=t0(Y(["delimsizing","size"+t],[e],n),it.TEXT,n,a);return r&&r0(o,n,it.TEXT),o},i0=function(e,t,r){var n="Size1-Regular"===t?"delim-size1":"delim-size4";return{type:"elem",elem:Y(["delimsizinginner",n],[Y([],[b(e,t,r)])])}},a0=function(e,t,r){var n=(ot["Size4-Regular"][e.charCodeAt(0)]?ot["Size4-Regular"]:ot["Size1-Regular"])[e.charCodeAt(0)][4],e=new Jr("inner",((e,t)=>{switch(e){case"⎜":return a("M291 0 H417 V"+t+" H291z");case"∣":return a("M145 0 H188 V"+t+" H145z");case"∥":return a("M145 0 H188 V"+t+" H145z")+a("M367 0 H410 V"+t+" H367z");case"⎟":return a("M457 0 H583 V"+t+" H457z");case"⎢":return a("M319 0 H403 V"+t+" H319z");case"⎥":return a("M263 0 H347 V"+t+" H263z");case"⎪":return a("M384 0 H504 V"+t+" H384z");case"⏐":return a("M312 0 H355 V"+t+" H312z");case"‖":return a("M257 0 H300 V"+t+" H257z")+a("M478 0 H521 V"+t+" H478z");default:return""}})(e,Math.round(1e3*t))),e=new Nt([e],{width:X(n),height:X(t),style:"width:"+X(n),viewBox:"0 0 "+1e3*n+" "+Math.round(1e3*t),preserveAspectRatio:"xMinYMin"});return(e=S([],[e],r)).height=t,e.style.height=X(t),e.style.width=X(n),{type:"elem",elem:e}},A={type:"kern",size:-.008},o0=new Set(["|","\\lvert","\\rvert","\\vert"]),s0=new Set(["\\|","\\lVert","\\rVert","\\Vert"]),l0=function(e,t,r,n,i,a){let o,s,l,h,m="",c=0,p=(o=l=h=e,s=null,"Size1-Regular");"\\uparrow"===e?l=h="⏐":"\\Uparrow"===e?l=h="‖":"\\downarrow"===e?o=l="⏐":"\\Downarrow"===e?o=l="‖":"\\updownarrow"===e?(o="\\uparrow",l="⏐",h="\\downarrow"):"\\Updownarrow"===e?(o="\\Uparrow",l="‖",h="\\Downarrow"):o0.has(e)?(l="∣",m="vert",c=333):s0.has(e)?(l="∥",m="doublevert",c=556):"["===e||"\\lbrack"===e?(o="⎡",l="⎢",h="⎣",p="Size4-Regular",m="lbrack",c=667):"]"===e||"\\rbrack"===e?(o="⎤",l="⎥",h="⎦",p="Size4-Regular",m="rbrack",c=667):"\\lfloor"===e||"⌊"===e?(l=o="⎢",h="⎣",p="Size4-Regular",m="lfloor",c=667):"\\lceil"===e||"⌈"===e?(o="⎡",l=h="⎢",p="Size4-Regular",m="lceil",c=667):"\\rfloor"===e||"⌋"===e?(l=o="⎥",h="⎦",p="Size4-Regular",m="rfloor",c=667):"\\rceil"===e||"⌉"===e?(o="⎤",l=h="⎥",p="Size4-Regular",m="rceil",c=667):"("===e||"\\lparen"===e?(o="⎛",l="⎜",h="⎝",p="Size4-Regular",m="lparen",c=875):")"===e||"\\rparen"===e?(o="⎞",l="⎟",h="⎠",p="Size4-Regular",m="rparen",c=875):"\\{"===e||"\\lbrace"===e?(o="⎧",s="⎨",h="⎩",l="⎪",p="Size4-Regular"):"\\}"===e||"\\rbrace"===e?(o="⎫",s="⎬",h="⎭",l="⎪",p="Size4-Regular"):"\\lgroup"===e||"⟮"===e?(o="⎧",h="⎩",l="⎪",p="Size4-Regular"):"\\rgroup"===e||"⟯"===e?(o="⎫",h="⎭",l="⎪",p="Size4-Regular"):"\\lmoustache"===e||"⎰"===e?(o="⎧",h="⎭",l="⎪",p="Size4-Regular"):"\\rmoustache"!==e&&"⎱"!==e||(o="⎫",h="⎩",l="⎪",p="Size4-Regular");var u=(e=M(o,p,i)).height+e.depth,e=(e=M(l,p,i)).height+e.depth,d=(d=M(h,p,i)).height+d.depth;let g=0,f=1;null!==s&&(b=M(s,p,i),g=b.height+b.depth,f=2);var b=(b=u+d+g)+Math.max(0,Math.ceil((t-b)/(f*e)))*f*e;let y=n.fontMetrics().axisHeight;r&&(y*=n.sizeMultiplier);var x,w,v,k,t=b/2-y,z=[];return 0<m.length?(w=b-u-d,v=Math.round(1e3*b),w=((e,t)=>{switch(e){case"lbrack":return"M403 1759 V84 H666 V0 H319 V1759 v"+t+" v1759 h347 v-84\nH403z 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\nM347 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\nc10,0,16.667,-5,20,-15 v-585 v"+-t+" v-585 c-2.667,-10,-9.667,-15,-21,-15\nc-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\nc10,0,16.667,-5,20,-15 v-585 v"+-t+" v-585 c-2.667,-10,-9.667,-15,-21,-15\nc-10,0,-16.667,5,-20,15z M188 15 H145 v585 v"+t+" v585 h43z\nM367 15 v585 v"+t+" v585 c2.667,10,9.667,15,21,15\nc10,0,16.667,-5,20,-15 v-585 v"+-t+" v-585 c-2.667,-10,-9.667,-15,-21,-15\nc-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\nMM319 602 V0 H403 V602 v"+t+" v1715 H319z";case"rfloor":return"M319 602 V0 H403 V602 v"+t+" v1799 H0 v-84 H319z\nMM319 602 V0 H403 V602 v"+t+" v1715 H319z";case"lceil":return"M403 1759 V84 H666 V0 H319 V1759 v"+t+" v602 h84z\nM403 1759 V0 H319 V1759 v"+t+" v602 h84z";case"rceil":return"M347 1759 V0 H0 V84 H263 V1759 v"+t+" v602 h84z\nM347 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\nc-5.3,5.3,-10.3,11,-15,17c-242.7,294.7,-395.3,682,-458,1162c-21.3,163.3,-33.3,349,\n-36,557 l0,"+(t+84)+"c0.2,6,0,26,0,60c2,159.3,10,310.7,24,454c53.3,528,210,\n949.7,470,1265c4.7,6,9.7,11.7,15,17c0.7,0.7,7,1,19,1c0,0,18,0,18,0c4,-4,6,-7,6,-9\nc0,-2.7,-3.3,-8.7,-10,-18c-135.3,-192.7,-235.5,-414.3,-300.5,-665c-65,-250.7,-102.5,\n-544.7,-112.5,-882c-2,-104,-3,-167,-3,-189\nl0,-"+(t+92)+"c0,-162.7,5.7,-314,17,-454c20.7,-272,63.7,-513,129,-723c65.3,\n-210,155.3,-396.3,270,-559c6.7,-9.3,10,-15.3,10,-18z";case"rparen":return"M76,0c-16.7,0,-25,3,-25,9c0,2,2,6.3,6,13c21.3,28.7,42.3,60.3,\n63,95c96.7,156.7,172.8,332.5,228.5,527.5c55.7,195,92.8,416.5,111.5,664.5\nc11.3,139.3,17,290.7,17,454c0,28,1.7,43,3.3,45l0,"+(t+9)+"\nc-3,4,-3.3,16.7,-3.3,38c0,162,-5.7,313.7,-17,455c-18.7,248,-55.8,469.3,-111.5,664\nc-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\nc0,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\nc242.7,-294.7,395.3,-681.7,458,-1161c21.3,-164.7,33.3,-350.7,36,-558\nl0,-"+(t+144)+"c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,\n-470,-1265c-4.7,-6,-9.7,-11.7,-15,-17c-0.7,-0.7,-6.7,-1,-18,-1z";default:throw new Error("Unknown stretchy delimiter.")}})(m,Math.round(1e3*w)),w=new Jr(m,w),k=X(c/1e3),x=X(v/1e3),w=new Nt([w],{width:k,height:x,viewBox:"0 0 "+c+" "+v}),(w=S([],[w],n)).height=v/1e3,w.style.width=k,w.style.height=x,z.push({type:"elem",elem:w})):(z.push(i0(h,p,i)),z.push(A),null===s?(v=b-u-d+.016,z.push(a0(l,v,n))):(k=(b-u-d-g)/2+.016,z.push(a0(l,k,n)),z.push(A),z.push(i0(s,p,i)),z.push(A),z.push(a0(l,k,n))),z.push(A),z.push(i0(o,p,i))),e=n.havingBaseStyle(it.TEXT),r=$({positionType:"bottom",positionData:t,children:z}),t0(Y(["delimsizing","mult"],[r],e),it.TEXT,n,a)},h0=new Set(["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","\\surd"]),m0=new Set(["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱"]),c0=new Set(["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"]),z=[0,1.2,1.8,2.4,3],p0=[{type:"small",style:it.SCRIPTSCRIPT},{type:"small",style:it.SCRIPT},{type:"small",style:it.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],u0=[{type:"small",style:it.SCRIPTSCRIPT},{type:"small",style:it.SCRIPT},{type:"small",style:it.TEXT},{type:"stack"}],d0=[{type:"small",style:it.SCRIPTSCRIPT},{type:"small",style:it.SCRIPT},{type:"small",style:it.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],g0=function(n,i,a,o){for(let r=Math.min(2,3-o.style.size);r<a.length;r++){var s=a[r];if("stack"===s.type)break;let e=M(n,(()=>{if("small"===s.type)return"Main-Regular";if("large"===s.type)return"Size"+s.size+"-Regular";if("stack"===s.type)return"Size4-Regular";throw new Error("Add support for delim type '"+s.type+"' here.")})(),"math"),t=e.height+e.depth;if("small"===s.type&&(t*=o.havingBaseStyle(s.style).sizeMultiplier),t>i)return s}return a[a.length-1]},f0={"\\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}},b0=new Set(["(","\\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 Br(e){return"isMiddle"in e}function qr(e,t){var r=kr(e);if(r&&b0.has(r.text))return r;throw new nt(r?"Invalid delimiter '"+r.text+"' after '"+t.funcName+"'":"Invalid delimiter type '"+e.type+"'",e)}function Ir(e){if(!e.body)throw new Error("Bug: The leftright ParseNode wasn't fully parsed.")}zt({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:(e,t)=>(t=qr(t[0],e),{type:"delimsizing",mode:e.parser.mode,size:f0[e.funcName].size,mclass:f0[e.funcName].mclass,delim:t.text}),htmlBuilder:(e,t)=>"."===e.delim?Y([e.mclass]):Ar(e.delim,e.size,t,e.mode,[e.mclass]),mathmlBuilder:e=>{var t=[],t=("."!==e.delim&&t.push(At(e.delim,e.mode)),new Ht("mo",t)),e=("mopen"===e.mclass||"mclose"===e.mclass?t.setAttribute("fence","true"):t.setAttribute("fence","false"),t.setAttribute("stretchy","true"),X(z[e.size]));return t.setAttribute("minsize",e),t.setAttribute("maxsize",e),t}}),zt({type:"leftright-right",names:["\\right"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var r=e.parser.gullet.macros.get("\\current@color");if(r&&"string"!=typeof r)throw new nt("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:e.parser.mode,delim:qr(t[0],e).text,color:r}}}),zt({type:"leftright",names:["\\left"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var t=qr(t[0],e),r=(++(e=e.parser).leftrightDepth,e.parseExpression(!1)),n=(--e.leftrightDepth,e.expect("\\right",!1),Tt(e.parseFunction(),"leftright-right"));return{type:"leftright",mode:e.mode,body:r,left:t.text,right:n.delim,rightColor:n.color}},htmlBuilder:(t,e)=>{Ir(t);let r=Mt(t.body,e,!0,["mopen","mclose"]),n,i,a=0,o=0,s=!1;for(let e=0;e<r.length;e++)Br(r[e])?s=!0:(a=Math.max(r[e].height,a),o=Math.max(r[e].depth,o));if(a*=e.sizeMultiplier,o*=e.sizeMultiplier,n="."===t.left?hr(e,["mopen"]):Cr(t.left,a,o,e,t.mode,["mopen"]),r.unshift(n),s)for(let e=1;e<r.length;e++){var l=r[e];Br(l)&&(l=l.isMiddle,r[e]=Cr(l.delim,a,o,l.options,t.mode,[]))}var h;return i="."===t.right?hr(e,["mclose"]):(h=t.rightColor?e.withColor(t.rightColor):e,Cr(t.right,a,o,h,t.mode,["mclose"])),r.push(i),Y(["minner"],r,e)},mathmlBuilder:(e,t)=>{Ir(e);var r,t=x(e.body,t);return"."!==e.left&&((r=new Ht("mo",[At(e.left,e.mode)])).setAttribute("fence","true"),t.unshift(r)),"."!==e.right&&((r=new Ht("mo",[At(e.right,e.mode)])).setAttribute("fence","true"),e.rightColor&&r.setAttribute("mathcolor",e.rightColor),t.push(r)),ur(t)}}),zt({type:"middle",names:["\\middle"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{if(t=qr(t[0],e),e.parser.leftrightDepth)return{type:"middle",mode:e.parser.mode,delim:t.text};throw new nt("\\middle without preceding \\left",t)},htmlBuilder:(e,t)=>{let r;return"."===e.delim?r=hr(t,[]):(r=Ar(e.delim,1,t,e.mode,[])).isMiddle={delim:e.delim,options:t},r},mathmlBuilder:(e,t)=>(e="\\vert"===e.delim||"|"===e.delim?At("|","text"):At(e.delim,e.mode),(e=new Ht("mo",[e])).setAttribute("fence","true"),e.setAttribute("lspace","0.05em"),e.setAttribute("rspace","0.05em"),e)}),zt({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,argTypes:["color","hbox"]},handler(e,t,r){var{parser:e,funcName:n}=e,i=Tt(t[0],"color-token").color;return{type:"enclose",mode:e.mode,label:n,backgroundColor:i,body:t[1]}},htmlBuilder:dt=(r,n)=>{let i=ar(_(r.body,n),n),a=r.label.slice(1),s,l,e=n.sizeMultiplier,h=d(r.body);if("sout"===a)(s=Y(["stretchy","sout"])).height=n.fontMetrics().defaultRuleThickness/e,l=-.5*n.fontMetrics().xHeight;else if("phase"===a){var t=at({number:.6,unit:"pt"},n),o=at({number:.35,unit:"ex"},n),m=(e/=n.havingBaseSizing().sizeMultiplier,i.height+i.depth+t+o),c=(i.style.paddingLeft=X(m/2+t),Math.floor(1e3*m*e)),p="M400000 "+c+" H0 L"+c/2+" 0 l65 45 L145 "+(c-80)+" H400000z",p=new Nt([new Jr("phase",p)],{width:"400em",height:X(c/1e3),viewBox:"0 0 400000 "+c,preserveAspectRatio:"xMinYMin slice"});(s=S(["hide-tail"],[p],n)).style.height=X(m),l=i.depth+t+o}else{let e,o,t=(/cancel/.test(a)?h||i.classes.push("cancel-pad"):"angl"===a?i.classes.push("anglpad"):i.classes.push("boxpad"),0);o=/box/.test(a)?(t=Math.max(n.fontMetrics().fboxrule,n.minRuleThickness),e=n.fontMetrics().fboxsep+("colorbox"===a?0:t)):"angl"===a?(t=Math.max(n.fontMetrics().defaultRuleThickness,n.minRuleThickness),e=4*t,Math.max(0,.25-i.depth)):e=h?.2:0,s=((e,t,r,n,i)=>{let a;return n=e.height+e.depth+r+o,/fbox|color|angl/.test(t)?(a=Y(["stretchy",t],[],i),"fbox"===t&&(e=i.color&&i.getColor())&&(a.style.borderColor=e)):(r=[],/^[bx]cancel$/.test(t)&&r.push(new Qr({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(t)&&r.push(new Qr({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"})),e=new Nt(r,{width:"100%",height:X(n)}),a=S([],[e],i)),a.height=n,a.style.height=X(n),a})(i,a,e,o,n),/fbox|boxed|fcolorbox/.test(a)?(s.style.borderStyle="solid",s.style.borderWidth=X(t)):"angl"===a&&.049!==t&&(s.style.borderTopWidth=X(t),s.style.borderRightWidth=X(t)),l=i.depth+o,r.backgroundColor&&(s.style.backgroundColor=r.backgroundColor,r.borderColor)&&(s.style.borderColor=r.borderColor)}return p=r.backgroundColor?$({positionType:"individualShift",children:[{type:"elem",elem:s,shift:l},{type:"elem",elem:i,shift:0}]}):(c=/cancel|phase/.test(a)?["svg-align"]:[],$({positionType:"individualShift",children:[{type:"elem",elem:i,shift:0},{type:"elem",elem:s,shift:l,wrapperClasses:c}]})),/cancel/.test(a)&&(p.height=i.height,p.depth=i.depth),/cancel/.test(a)&&!h?Y(["mord","cancel-lap"],[p],n):Y(["mord"],[p],n)},mathmlBuilder:yt=(e,t)=>{var r=new Ht(e.label.includes("colorbox")?"mpadded":"menclose",[w(e.body,t)]);switch(e.label){case"\\cancel":r.setAttribute("notation","updiagonalstrike");break;case"\\bcancel":r.setAttribute("notation","downdiagonalstrike");break;case"\\phase":r.setAttribute("notation","phasorangle");break;case"\\sout":r.setAttribute("notation","horizontalstrike");break;case"\\fbox":r.setAttribute("notation","box");break;case"\\angl":r.setAttribute("notation","actuarial");break;case"\\fcolorbox":case"\\colorbox":var n=t.fontMetrics().fboxsep*t.fontMetrics().ptPerEm;r.setAttribute("width","+"+2*n+"pt"),r.setAttribute("height","+"+2*n+"pt"),r.setAttribute("lspace",n+"pt"),r.setAttribute("voffset",n+"pt"),"\\fcolorbox"===e.label&&(n=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness),r.setAttribute("style","border: "+X(n)+" solid "+e.borderColor));break;case"\\xcancel":r.setAttribute("notation","updiagonalstrike downdiagonalstrike")}return e.backgroundColor&&r.setAttribute("mathbackground",e.backgroundColor),r}}),zt({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,argTypes:["color","color","hbox"]},handler(e,t,r){var{parser:e,funcName:n}=e,i=Tt(t[0],"color-token").color,a=Tt(t[1],"color-token").color;return{type:"enclose",mode:e.mode,label:n,backgroundColor:a,borderColor:i,body:t[2]}},htmlBuilder:dt,mathmlBuilder:yt}),zt({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler(e,t){return{type:"enclose",mode:(e=e.parser).mode,label:"\\fbox",body:t[0]}}}),zt({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\phase"],props:{numArgs:1},handler(e,t){var{parser:e,funcName:r}=e,t=t[0];return{type:"enclose",mode:e.mode,label:r,body:t}},htmlBuilder:dt,mathmlBuilder:yt}),zt({type:"enclose",names:["\\sout"],props:{numArgs:1,allowedInText:!0},handler(e,t){var{parser:e,funcName:r}=e,t=("math"===e.mode&&e.settings.reportNonstrict("mathVsSout","LaTeX's \\sout works only in text mode"),t[0]);return{type:"enclose",mode:e.mode,label:r,body:t}},htmlBuilder:dt,mathmlBuilder:yt}),zt({type:"enclose",names:["\\angl"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!1},handler(e,t){return{type:"enclose",mode:(e=e.parser).mode,label:"\\angl",body:t[0]}}});let y0={};function Ct(e){var{type:e,names:t,props:r,handler:n,htmlBuilder:i,mathmlBuilder:a}=e,o={type:e,numArgs:r.numArgs||0,allowedInText:!1,numOptionalArgs:0,handler:n};for(let e=0;e<t.length;++e)y0[t[e]]=o;i&&(p[e]=i),a&&(u[e]=a)}let x0={};function Bt(e,t){x0[e]=t}class Dt{constructor(e,t,r){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=e,this.start=t,this.end=r}static range(e,t){return t?e&&e.loc&&t.loc&&e.loc.lexer===t.loc.lexer?new Dt(e.loc.lexer,e.loc.start,t.loc.end):null:e&&e.loc}}class Lt{constructor(e,t){this.text=void 0,this.loc=void 0,this.noexpand=void 0,this.treatAsRelax=void 0,this.text=e,this.loc=t}range(e,t){return new Lt(t,Dt.range(this,e))}}function Rr(e){var t=[];e.consumeSpaces();let r=e.fetch().text;for("\\relax"===r&&(e.consume(),e.consumeSpaces(),r=e.fetch().text);"\\hline"===r||"\\hdashline"===r;)e.consume(),t.push("\\hdashline"===r),e.consumeSpaces(),r=e.fetch().text;return t}let T=e=>{if(!e.parser.settings.displayMode)throw new nt("{"+e.envName+"} can be used only in display mode.")},w0=new Set(["gather","gather*"]);function Er(e){if(!e.includes("ed"))return!e.includes("*")}function Nr(n,e,i){let{hskipBeforeAndAfter:t,addJot:r,cols:a,arraystretch:o,colSeparationType:s,autoTag:l,singleRow:h,emptySingleRow:m,maxNumCols:c,leqno:p}=e;if(n.gullet.beginGroup(),h||n.gullet.macros.set("\\cr","\\\\\\relax"),!o)if(null==(e=n.gullet.expandMacroAsText("\\arraystretch")))o=1;else if(!(o=parseFloat(e))||o<0)throw new nt("Invalid \\arraystretch: "+e);n.gullet.beginGroup();let u=[],d=[u],g=[],f=[],b=null!=l?[]:void 0;function y(){l&&n.gullet.macros.set("\\@eqnsw","1",!0)}function x(){b&&(n.gullet.macros.get("\\df@tag")?(b.push(n.subparse([new Lt("\\df@tag")])),n.gullet.macros.set("\\df@tag",void 0,!0)):b.push(Boolean(l)&&"1"===n.gullet.macros.get("\\@eqnsw")))}for(y(),f.push(Rr(n));;){let e=n.parseExpression(!1,h?"\\end":"\\\\"),t=(n.gullet.endGroup(),n.gullet.beginGroup(),{type:"ordgroup",mode:n.mode,body:e}),r=(i&&(t={type:"styling",mode:n.mode,style:i,resetFont:!0,body:[t]}),u.push(t),n.fetch().text);if("&"===r){if(c&&u.length===c){if(h||s)throw new nt("Too many tab characters: &",n.nextToken);n.settings.reportNonstrict("textEnv","Too few columns specified in the {array} column argument.")}n.consume()}else{if("\\end"===r){x(),1===u.length&&"styling"===t.type&&1===t.body.length&&"ordgroup"===t.body[0].type&&0===t.body[0].body.length&&(1<d.length||!m)&&d.pop(),f.length<d.length+1&&f.push([]);break}if("\\\\"!==r)throw new nt("Expected & or \\\\ or \\cr or \\end",n.nextToken);{let e;n.consume()," "!==n.gullet.future().text&&(e=n.parseSizeGroup(!0)),g.push(e?e.value:null),x(),f.push(Rr(n)),u=[],d.push(u),y()}}}return n.gullet.endGroup(),n.gullet.endGroup(),{type:"array",mode:n.mode,addJot:r,arraystretch:o,body:d,cols:a,rowGaps:g,hskipBeforeAndAfter:t,hLinesBeforeRow:f,colSeparationType:s,tags:b,leqno:p}}function Hr(e){return"d"===e.slice(0,1)?"display":"text"}function qt(o,s){let l,h,i=o.body.length,m=o.hLinesBeforeRow,c=0,p=new Array(i),r=[],a=Math.max(s.fontMetrics().arrayRuleWidth,s.minRuleThickness),e=1/s.fontMetrics().ptPerEm,u=5*e,O=(o.colSeparationType&&"small"===o.colSeparationType&&(u=s.havingStyle(it.SCRIPT).sizeMultiplier/s.sizeMultiplier*.2778),"CD"===o.colSeparationType?at({number:3,unit:"ex"},s):12*e),D=3*e,t=o.arraystretch*O,L=.7*t,d=.3*t,g=0;function f(t){for(let e=0;e<t.length;++e)0<e&&(g+=.25),r.push({pos:g,isDashed:t[e]})}for(f(m[0]),l=0;l<o.body.length;++l){let e=o.body[l],t=L,r=d,n=(c<e.length&&(c=e.length),{cells:new Array(e.length),height:0,depth:0,pos:0});for(h=0;h<e.length;++h){var b=_(e[h],s);r<b.depth&&(r=b.depth),t<b.height&&(t=b.height),n.cells[h]=b}let i=o.rowGaps[l],a=0;i&&0<(a=at(i,s))&&(a+=d,r<a&&(r=a),a=0),o.addJot&&l<o.body.length-1&&(r+=D),n.height=t,n.depth=r,g+=t,n.pos=g,g+=r+a,p[l]=n,f(m[l+1])}let y=g/2+s.fontMetrics().axisHeight,x=o.cols||[],w=[],v,k,z,S,n=[];if(o.tags&&o.tags.some(e=>e))for(l=0;l<i;++l){var M=p[l],P=M.pos-y,A=o.tags[l];(A=!0===A?Y(["eqn-num"],[],s):Y([],!1===A?[]:Mt(A,s,!0),s)).depth=M.depth,A.height=M.height,n.push({type:"elem",elem:A,shift:P})}for(h=0,k=0;h<c||k<x.length;++h,++k){let e,t,r=x[k],n=!0;for(;"separator"===(null==(z=r)?void 0:z.type);){if(n||((v=Y(["arraycolsep"],[])).style.width=X(s.fontMetrics().doubleRuleSep),w.push(v)),"|"!==r.separator&&":"!==r.separator)throw new nt("Invalid separator type: "+r.separator);var T="|"===r.separator?"solid":"dashed",C=Y(["vertical-separator"],[],s);C.style.height=X(g),C.style.borderRightWidth=X(a),C.style.borderRightStyle=T,C.style.margin="0 "+X(-a/2),(T=g-y)&&(C.style.verticalAlign=X(-T)),w.push(C),k++,r=x[k],n=!1}if(!(h>=c)){(0<h||o.hskipBeforeAndAfter)&&0!==(t=null!=(S=null==(S=r)?void 0:S.pregap)?S:u)&&((v=Y(["arraycolsep"],[])).style.width=X(t),w.push(v));var B=[];for(l=0;l<i;++l){var q,I=p[l],R=I.cells[h];R&&(q=I.pos-y,R.depth=I.depth,R.height=I.height,B.push({type:"elem",elem:R,shift:q}))}var E=$({positionType:"individualShift",children:B}),E=Y(["col-align-"+((null==(e=r)?void 0:e.align)||"c")],[E]);w.push(E),(h<c-1||o.hskipBeforeAndAfter)&&0!==(t=null!=(E=null==(E=r)?void 0:E.postgap)?E:u)&&((v=Y(["arraycolsep"],[])).style.width=X(t),w.push(v))}}let N=Y(["mtable"],w);if(0<r.length){for(var F=ir("hline",s,a),V=ir("hdashline",s,a),G=[{type:"elem",elem:N,shift:0}];0<r.length;){var U=r.pop(),j=U.pos-y;G.push(U.isDashed?{type:"elem",elem:V,shift:j}:{type:"elem",elem:F,shift:j})}N=$({positionType:"individualShift",children:G})}var H;return 0===n.length?Y(["mord"],[N],s):(H=$({positionType:"individualShift",children:n}),H=Y(["tag"],[H],s),W([N,H]))}function It(o,t){var r=[],n=new Ht("mtd",[],["mtr-glue"]),i=new Ht("mtd",[],["mml-eqn-num"]);for(let e=0;e<o.body.length;e++){var a=o.body[e],s=[];for(let e=0;e<a.length;e++)s.push(new Ht("mtd",[w(a[e],t)]));o.tags&&o.tags[e]&&(s.unshift(n),s.push(n),o.leqno?s.unshift(i):s.push(i)),r.push(new Ht("mtr",s))}let e=new Ht("mtable",r),l=.5===o.arraystretch?.1:.16+o.arraystretch-1+(o.addJot?.09:0),h=(e.setAttribute("rowspacing",X(l)),""),m="";if(o.cols&&0<o.cols.length){let t=o.cols,r="",n=!1,i=0,a=t.length;"separator"===t[0].type&&(h+="top ",i=1),"separator"===t[t.length-1].type&&(h+="bottom ",--a);for(let e=i;e<a;e++){var c=t[e];"align"===c.type?(m+=v0[c.align],n&&(r+="none "),n=!0):"separator"===c.type&&n&&(r+="|"===c.separator?"solid ":"dashed ",n=!1)}e.setAttribute("columnalign",m.trim()),/[sd]/.test(r)&&e.setAttribute("columnlines",r.trim())}if("align"===o.colSeparationType){let t=o.cols||[],r="";for(let e=1;e<t.length;e++)r+=e%2?"0em ":"1em ";e.setAttribute("columnspacing",r.trim())}else"alignat"===o.colSeparationType||"gather"===o.colSeparationType?e.setAttribute("columnspacing","0em"):"small"===o.colSeparationType?e.setAttribute("columnspacing","0.2778em"):"CD"===o.colSeparationType?e.setAttribute("columnspacing","0.5em"):e.setAttribute("columnspacing","1em");let p="",u=o.hLinesBeforeRow;h=(h+=0<u[0].length?"left ":"")+(0<u[u.length-1].length?"right ":"");for(let e=1;e<u.length-1;e++)p+=0===u[e].length?"none ":u[e][0]?"dashed ":"solid ";return/[sd]/.test(p)&&e.setAttribute("rowlines",p.trim()),""!==h&&(e=new Ht("menclose",[e])).setAttribute("notation",h.trim()),o.arraystretch&&o.arraystretch<1&&(e=new Ht("mstyle",[e])).setAttribute("scriptlevel","1"),e}function Or(e,r){e.envName.includes("ed")||T(e);var n=[],t=e.envName.includes("at")?"alignat":"align",i="split"===e.envName,t=Nr(e.parser,{cols:n,addJot:!0,autoTag:i?void 0:Er(e.envName),emptySingleRow:!0,colSeparationType:t,maxNumCols:i?2:void 0,leqno:e.parser.settings.leqno},"display");let a=0,o=0,s={type:"ordgroup",mode:e.mode,body:[]};if(r[0]&&"ordgroup"===r[0].type){let t="";for(let e=0;e<r[0].body.length;e++)t+=Tt(r[0].body[e],"textord").text;a=Number(t),o=2*a}let l=!o;t.body.forEach(function(t){for(let e=1;e<t.length;e+=2){var r=Tt(t[e],"styling");Tt(r.body[0],"ordgroup").body.unshift(s)}if(l)o<t.length&&(o=t.length);else{var e=t.length/2;if(a<e)throw new nt("Too many math in a row: expected "+a+", but got "+e,t[0])}});for(let r=0;r<o;++r){let e="r",t=0;r%2==1?e="l":0<r&&l&&(t=1),n[r]={type:"align",align:e,pregap:t,postgap:0}}return t.colSeparationType=l?"align":"alignat",t}let v0={c:"center ",l:"left ",r:"right "};Ct({type:"array",names:["array","darray"],props:{numArgs:1},handler(e,t){return t={cols:t=(kr(t[0])?[t[0]]:Tt(t[0],"ordgroup").body).map(function(e){var t=vr(e).text;if("lcr".includes(t))return{type:"align",align:t};if("|"===t)return{type:"separator",separator:"|"};if(":"===t)return{type:"separator",separator:":"};throw new nt("Unknown column alignment: "+t,e)}),hskipBeforeAndAfter:!0,maxNumCols:t.length},Nr(e.parser,t,Hr(e.envName))},htmlBuilder:qt,mathmlBuilder:It}),Ct({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix","matrix*","pmatrix*","bmatrix*","Bmatrix*","vmatrix*","Vmatrix*"],props:{numArgs:0},handler(e){let t={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[e.envName.replace("*","")],r="c";var n={hskipBeforeAndAfter:!1,cols:[{type:"align",align:r}]};if("*"===e.envName.charAt(e.envName.length-1)){var i=e.parser;if(i.consumeSpaces(),"["===i.fetch().text){if(i.consume(),i.consumeSpaces(),r=i.fetch().text,!"lcr".includes(r))throw new nt("Expected l or c or r",i.nextToken);i.consume(),i.consumeSpaces(),i.expect("]"),i.consume(),n.cols=[{type:"align",align:r}]}}return n=Nr(e.parser,n,Hr(e.envName)),i=Math.max(0,...n.body.map(e=>e.length)),n.cols=new Array(i).fill({type:"align",align:r}),t?{type:"leftright",mode:e.mode,body:[n],left:t[0],right:t[1],rightColor:void 0}:n},htmlBuilder:qt,mathmlBuilder:It}),Ct({type:"array",names:["smallmatrix"],props:{numArgs:0},handler(e){return(e=Nr(e.parser,{arraystretch:.5},"script")).colSeparationType="small",e},htmlBuilder:qt,mathmlBuilder:It}),Ct({type:"array",names:["subarray"],props:{numArgs:1},handler(e,t){if(1<(t=(kr(t[0])?[t[0]]:Tt(t[0],"ordgroup").body).map(function(e){var t=vr(e).text;if("lc".includes(t))return{type:"align",align:t};throw new nt("Unknown column alignment: "+t,e)})).length)throw new nt("{subarray} can contain only one column");if(0<(e=Nr(e.parser,{cols:t,hskipBeforeAndAfter:!1,arraystretch:.5},"script")).body.length&&1<e.body[0].length)throw new nt("{subarray} can contain only one column");return e},htmlBuilder:qt,mathmlBuilder:It}),Ct({type:"array",names:["cases","dcases","rcases","drcases"],props:{numArgs:0},handler(e){var t=Nr(e.parser,{arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},Hr(e.envName));return{type:"leftright",mode:e.mode,body:[t],left:e.envName.includes("r")?".":"\\{",right:e.envName.includes("r")?"\\}":".",rightColor:void 0}},htmlBuilder:qt,mathmlBuilder:It}),Ct({type:"array",names:["align","align*","aligned","split"],props:{numArgs:0},handler:Or,htmlBuilder:qt,mathmlBuilder:It}),Ct({type:"array",names:["gathered","gather","gather*"],props:{numArgs:0},handler(e){w0.has(e.envName)&&T(e);var t={cols:[{type:"align",align:"c"}],addJot:!0,colSeparationType:"gather",autoTag:Er(e.envName),emptySingleRow:!0,leqno:e.parser.settings.leqno};return Nr(e.parser,t,"display")},htmlBuilder:qt,mathmlBuilder:It}),Ct({type:"array",names:["alignat","alignat*","alignedat"],props:{numArgs:1},handler:Or,htmlBuilder:qt,mathmlBuilder:It}),Ct({type:"array",names:["equation","equation*"],props:{numArgs:0},handler(e){T(e);var t={autoTag:Er(e.envName),emptySingleRow:!0,singleRow:!0,maxNumCols:1,leqno:e.parser.settings.leqno};return Nr(e.parser,t,"display")},htmlBuilder:qt,mathmlBuilder:It}),Ct({type:"array",names:["CD"],props:{numArgs:0},handler(e){T(e);{var a,o=e.parser,s=[];for(o.gullet.beginGroup(),o.gullet.macros.set("\\cr","\\\\\\relax"),o.gullet.beginGroup();;){s.push(o.parseExpression(!1,"\\\\")),o.gullet.endGroup(),o.gullet.beginGroup();var t=o.fetch().text;if("&"!==t&&"\\\\"!==t){if("\\end"!==t)throw new nt("Expected \\\\ or \\cr or \\end",o.nextToken);0===s[s.length-1].length&&s.pop();break}o.consume()}let r=[],n=[r];for(let t=0;t<s.length;t++){let i=s[t],e=Ze();for(let n=0;n<i.length;n++)if(Ke(i[n])){r.push(e);var l=vr(i[n+=1]).text,h=new Array(2);if(h[0]={type:"ordgroup",mode:"math",body:[]},h[1]={type:"ordgroup",mode:"math",body:[]},!"=|.".includes(l)){if(!"<>AV".includes(l))throw new nt('Expected one of "<>AV=|." after @',i[n]);for(let r=0;r<2;r++){let t=!0;for(let e=n+1;e<i.length;e++){if(("mathord"===(a=i[e]).type||"atom"===a.type)&&a.text===l){t=!1,n=e;break}if(Ke(i[e]))throw new nt("Missing a "+l+" character to complete a CD arrow.",i[e]);h[r].body.push(i[e])}if(t)throw new nt("Missing a "+l+" character to complete a CD arrow.",i[n])}}var m={type:"styling",body:[((e,t,r)=>{var n=_e[e];switch(n){case"\\\\cdrightarrow":case"\\\\cdleftarrow":return r.callFunction(n,[t[0]],[t[1]]);case"\\uparrow":case"\\downarrow":var i={type:"atom",text:n,mode:"math",family:"rel"},i={type:"ordgroup",mode:"math",body:[r.callFunction("\\\\cdleft",[t[0]],[]),r.callFunction("\\Big",[i],[]),r.callFunction("\\\\cdright",[t[1]],[])]};return r.callFunction("\\\\cdparent",[i],[]);case"\\\\cdlongequal":return r.callFunction("\\\\cdlongequal",[],[]);case"\\Vert":return r.callFunction("\\Big",[{type:"textord",text:"\\Vert",mode:"math"}],[]);default:return{type:"textord",text:" ",mode:"math"}}})(l,h,o)],mode:"math",style:"display",resetFont:!0};r.push(m),e=Ze()}else e.body.push(i[n]);t%2==0?r.push(e):r.shift(),r=[],n.push(r)}return o.gullet.endGroup(),o.gullet.endGroup(),{type:"array",mode:"math",body:n,arraystretch:1,addJot:!0,rowGaps:[null],cols:new Array(n[0].length).fill({type:"align",align:"c",pregap:.25,postgap:.25}),colSeparationType:"CD",hLinesBeforeRow:new Array(n.length+1).fill([])}}},htmlBuilder:qt,mathmlBuilder:It}),Bt("\\nonumber","\\gdef\\@eqnsw{0}"),Bt("\\notag","\\nonumber"),zt({type:"text",names:["\\hline","\\hdashline"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler(e,t){throw new nt(e.funcName+" valid only within array environment")}});var Dr=y0;function Lr(e){let t=null;return t=0<e.length&&"."===(t=e)?null:t}function Pr(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 nt("Invalid size: '"+e+"' in \\includegraphics");if(Gt(e={number:+(t[1]+t[2]),unit:t[3]}))return e;throw new nt("Invalid unit: '"+e.unit+"' in \\includegraphics.")}zt({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler(e,t){var{parser:e,funcName:r}=e,n=t[0];if("ordgroup"!==n.type)throw new nt("Invalid environment name",n);let i="";for(let e=0;e<n.body.length;++e)i+=Tt(n.body[e],"textord").text;if("\\begin"!==r)return{type:"environment",mode:e.mode,name:i,nameGroup:n};if(!Dr.hasOwnProperty(i))throw new nt("No such environment: "+i,n);var t=Dr[i],{args:r,optArgs:a}=e.parseArguments("\\begin{"+i+"}",t),o={mode:e.mode,envName:i,parser:e},t=t.handler(o,r,a),o=(e.expect("\\end",!1),e.nextToken);if((r=Tt(e.parseFunction(),"environment")).name!==i)throw new nt("Mismatch: \\begin{"+i+"} matched by \\end{"+r.name+"}",o);return t}});let k0=(e,t)=>{var r=e.font,t=t.withFont(r);return _(e.body,t)},z0=(e,t)=>{var r=e.font,t=t.withFont(r);return w(e.body,t)},S0={"\\Bbb":"\\mathbb","\\bold":"\\mathbf","\\frak":"\\mathfrak"},M0=(zt({type:"font",names:["\\mathrm","\\mathit","\\mathbf","\\mathnormal","\\mathsfit","\\mathbb","\\mathcal","\\mathfrak","\\mathscr","\\mathsf","\\mathtt","\\Bbb","\\bold","\\frak"],props:{numArgs:1,allowedInArgument:!0},handler:(e,t)=>{var{parser:e,funcName:r}=e,t=lr(t[0]);let n=r;return n in S0&&(n=S0[n]),{type:"font",mode:e.mode,font:n.slice(1),body:t}},htmlBuilder:k0,mathmlBuilder:z0}),zt({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1},handler:(e,t)=>(e=e.parser,t=t[0],{type:"mclass",mode:e.mode,mclass:k(t),body:[{type:"font",mode:e.mode,font:"boldsymbol",body:t}],isCharacterBox:d(t)})}),zt({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it","\\cal"],props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{var{parser:e,funcName:r,breakOnTokenText:n}=e,i=e.mode,n=e.parseExpression(!0,n);return{type:"font",mode:i,font:"math"+r.slice(1),body:{type:"ordgroup",mode:e.mode,body:n}}},htmlBuilder:k0,mathmlBuilder:z0}),(e,t)=>t?{type:"styling",mode:e.mode,style:t,body:[e]}:e),A0=(zt({type:"genfrac",names:["\\cfrac","\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,allowedInArgument:!0},handler:(e,t)=>{var{parser:e,funcName:r}=e,n=t[0],t=t[1];let i,a=null,o=null;switch(r){case"\\cfrac":case"\\dfrac":case"\\frac":case"\\tfrac":i=!0;break;case"\\\\atopfrac":i=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":i=!1,a="(",o=")";break;case"\\\\bracefrac":i=!1,a="\\{",o="\\}";break;case"\\\\brackfrac":i=!1,a="[",o="]";break;default:throw new Error("Unrecognized genfrac command")}let s="\\cfrac"===r,l=null;return s||r.startsWith("\\d")?l="display":r.startsWith("\\t")&&(l="text"),M0({type:"genfrac",mode:e.mode,numer:n,denom:t,continued:s,hasBarLine:i,leftDelim:a,rightDelim:o,barSize:null},l)},htmlBuilder:(e,t)=>{var r,n=t.style,i=n.fracNum(),a=n.fracDen(),i=t.havingStyle(i),o=_(e.numer,i,t),s=(e.continued&&(s=8.5/t.fontMetrics().ptPerEm,r=3.5/t.fontMetrics().ptPerEm,o.height=o.height<s?s:o.height,o.depth=o.depth<r?r:o.depth),i=t.havingStyle(a),_(e.denom,i,t));let l,h,m,c,p,u,d,g,f,b;return m=e.hasBarLine?(l=e.barSize?ir("frac-line",t,h=at(e.barSize,t)):ir("frac-line",t),h=l.height,l.height):(l=null,h=0,t.fontMetrics().defaultRuleThickness),u=n.size===it.DISPLAY.size?(c=t.fontMetrics().num1,p=0<h?3*m:7*m,t.fontMetrics().denom1):(p=0<h?(c=t.fontMetrics().num2,m):(c=t.fontMetrics().num3,3*m),t.fontMetrics().denom2),d=l?(r=t.fontMetrics().axisHeight,c-o.depth-(r+.5*h)<p&&(c+=p-(c-o.depth-(r+.5*h))),r-.5*h-(s.height-u)<p&&(u+=p-(r-.5*h-(s.height-u))),$({positionType:"individualShift",children:[{type:"elem",elem:s,shift:u},{type:"elem",elem:l,shift:-(r-.5*h)},{type:"elem",elem:o,shift:-c}]})):((a=c-o.depth-(s.height-u))<p&&(c+=.5*(p-a),u+=.5*(p-a)),$({positionType:"individualShift",children:[{type:"elem",elem:s,shift:u},{type:"elem",elem:o,shift:-c}]})),i=t.havingStyle(n),d.height*=i.sizeMultiplier/t.sizeMultiplier,d.depth*=i.sizeMultiplier/t.sizeMultiplier,g=n.size===it.DISPLAY.size?t.fontMetrics().delim1:(n.size===it.SCRIPTSCRIPT.size?t.havingStyle(it.SCRIPT):t).fontMetrics().delim2,f=null==e.leftDelim?hr(t,["mopen"]):Tr(e.leftDelim,g,!0,t.havingStyle(n),e.mode,["mopen"]),b=e.continued?Y([]):null==e.rightDelim?hr(t,["mclose"]):Tr(e.rightDelim,g,!0,t.havingStyle(n),e.mode,["mclose"]),Y(["mord"].concat(i.sizingClasses(t)),[f,Y(["mfrac"],[d]),b],t)},mathmlBuilder:(e,t)=>{var r,n=new Ht("mfrac",[w(e.numer,t),w(e.denom,t)]);return e.hasBarLine?e.barSize&&(t=at(e.barSize,t),n.setAttribute("linethickness",X(t))):n.setAttribute("linethickness","0px"),null==e.leftDelim&&null==e.rightDelim?n:(t=[],null!=e.leftDelim&&((r=new Ht("mo",[new Ot(e.leftDelim.replace("\\",""))])).setAttribute("fence","true"),t.push(r)),t.push(n),null!=e.rightDelim&&((r=new Ht("mo",[new Ot(e.rightDelim.replace("\\",""))])).setAttribute("fence","true"),t.push(r)),ur(t))}}),zt({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler(e){let t,{parser:r,funcName:n,token:i}=e;switch(n){case"\\over":t="\\frac";break;case"\\choose":t="\\binom";break;case"\\atop":t="\\\\atopfrac";break;case"\\brace":t="\\\\bracefrac";break;case"\\brack":t="\\\\brackfrac";break;default:throw new Error("Unrecognized infix genfrac command")}return{type:"infix",mode:r.mode,replaceWith:t,token:i}}}),["display","text","script","scriptscript"]),T0=(zt({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,allowedInArgument:!0,argTypes:["math","math","size","text","math","math"]},handler(e,t){var e=e.parser,r=t[4],n=t[5],i="atom"===(i=lr(t[0])).type&&"open"===i.family?Lr(i.text):null,a="atom"===(a=lr(t[1])).type&&"close"===a.family?Lr(a.text):null,o=Tt(t[2],"size");let s,l=null,h=(s=!!o.isBlank||0<(l=o.value).number,null),m=t[3];return"ordgroup"===m.type?0<m.body.length&&(o=Tt(m.body[0],"textord"),h=A0[Number(o.text)]):(m=Tt(m,"textord"),h=A0[Number(m.text)]),M0({type:"genfrac",mode:e.mode,numer:r,denom:n,continued:!1,hasBarLine:s,barSize:l,leftDelim:i,rightDelim:a},h)}}),zt({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler(e,t){var{parser:e,token:r}=e;return{type:"infix",mode:e.mode,replaceWith:"\\\\abovefrac",size:Tt(t[0],"size").value,token:r}}}),zt({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:(e,t)=>{var r,e=e.parser,n=t[0],i=Tt(t[1],"infix").size;if(i)return r=0<i.number,{type:"genfrac",mode:e.mode,numer:n,denom:t[2],continued:!1,hasBarLine:r,barSize:i,leftDelim:null,rightDelim:null};throw new Error("\\\\abovefrac expected size, but got "+String(i))}}),(e,t)=>{var r=t.style;let n,i;i="supsub"===e.type?(n=e.sup?_(e.sup,t.havingStyle(r.sup()),t):_(e.sub,t.havingStyle(r.sub()),t),Tt(e.base,"horizBrace")):Tt(e,"horizBrace"),r=_(i.base,t.havingBaseStyle(it.DISPLAY)),e=wr(i,t);let a;return a=i.isOver?$({positionType:"firstBaseline",children:[{type:"elem",elem:r},{type:"kern",size:.1},{type:"elem",elem:e,wrapperClasses:["svg-align"]}]}):$({positionType:"bottom",positionData:r.depth+.1+e.height,children:[{type:"elem",elem:e,wrapperClasses:["svg-align"]},{type:"kern",size:.1},{type:"elem",elem:r}]}),n&&(e=Y(["minner",i.isOver?"mover":"munder"],[a],t),a=i.isOver?$({positionType:"firstBaseline",children:[{type:"elem",elem:e},{type:"kern",size:.2},{type:"elem",elem:n}]}):$({positionType:"bottom",positionData:e.depth+.2+n.height+n.depth,children:[{type:"elem",elem:n},{type:"kern",size:.2},{type:"elem",elem:e}]})),Y(["minner",i.isOver?"mover":"munder"],[a],t)}),C0=(zt({type:"horizBrace",names:["\\overbrace","\\underbrace","\\overbracket","\\underbracket"],props:{numArgs:1},handler(e,t){var{parser:e,funcName:r}=e;return{type:"horizBrace",mode:e.mode,label:r,isOver:r.includes("\\over"),base:t[0]}},htmlBuilder:T0,mathmlBuilder:(e,t)=>{var r=xr(e.label);return new Ht(e.isOver?"mover":"munder",[w(e.base,t),r])}}),zt({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:(e,t)=>{var e=e.parser,r=t[1],t=Tt(t[0],"url").url;return e.settings.isTrusted({command:"\\href",url:t})?{type:"href",mode:e.mode,href:t,body:St(r)}:e.formatUnsupportedCmd("\\href")},htmlBuilder:(e,t)=>{var r=Mt(e.body,t,!1),e=e.href;return e=new Zr(e,[],r,t),be(e),e},mathmlBuilder:(e,t)=>{let r=gr(e.body,t);return(r=r instanceof Ht?r:new Ht("mrow",[r])).setAttribute("href",e.href),r}}),zt({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:(e,t)=>{var e=e.parser,r=Tt(t[0],"url").url;if(!e.settings.isTrusted({command:"\\url",url:r}))return e.formatUnsupportedCmd("\\url");var n=[];for(let t=0;t<r.length;t++){let e=r[t];"~"===e&&(e="\\textasciitilde"),n.push({type:"textord",mode:"text",text:e})}return t={type:"text",mode:e.mode,font:"\\texttt",body:n},{type:"href",mode:e.mode,href:r,body:St(t)}}}),zt({type:"hbox",names:["\\hbox"],props:{numArgs:1,argTypes:["text"],allowedInText:!0,primitive:!0},handler(e,t){return{type:"hbox",mode:(e=e.parser).mode,body:St(t[0])}},htmlBuilder(e,t){return e=Mt(e.body,t.withFont(""),!1),W(e)},mathmlBuilder(e,t){return new Ht("mrow",x(e.body,t.withFont("")))}}),zt({type:"html",names:["\\htmlClass","\\htmlId","\\htmlStyle","\\htmlData"],props:{numArgs:2,argTypes:["raw","original"],allowedInText:!0},handler:(e,t)=>{let{parser:r,funcName:n}=e,i=Tt(t[0],"raw").string,a=t[1],o;r.settings.strict&&r.settings.reportNonstrict("htmlExtension","HTML extension is disabled on strict mode");var s={};switch(n){case"\\htmlClass":s.class=i,o={command:"\\htmlClass",class:i};break;case"\\htmlId":s.id=i,o={command:"\\htmlId",id:i};break;case"\\htmlStyle":s.style=i,o={command:"\\htmlStyle",style:i};break;case"\\htmlData":var l=i.split(",");for(let e=0;e<l.length;e++){var h=(c=l[e]).indexOf("=");if(h<0)throw new nt("\\htmlData key/value '"+c+"' missing equals sign");var m=c.slice(0,h),c=c.slice(h+1);s["data-"+m.trim()]=c}o={command:"\\htmlData",attributes:s};break;default:throw new Error("Unrecognized html command")}return r.settings.isTrusted(o)?{type:"html",mode:r.mode,attributes:s,body:St(a)}:r.formatUnsupportedCmd(n)},htmlBuilder:(e,t)=>{var r,n=Mt(e.body,t,!1),i=["enclosing"],a=(e.attributes.class&&i.push(...e.attributes.class.trim().split(/\s+/)),Y(i,n,t));for(r in e.attributes)"class"!==r&&e.attributes.hasOwnProperty(r)&&a.setAttribute(r,e.attributes[r]);return a},mathmlBuilder:(e,t)=>gr(e.body,t)}),zt({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInArgument:!0,allowedInText:!0},handler:(e,t)=>({type:"htmlmathml",mode:(e=e.parser).mode,html:St(t[0]),mathml:St(t[1])}),htmlBuilder:(e,t)=>(e=Mt(e.html,t,!1),W(e)),mathmlBuilder:(e,t)=>gr(e.mathml,t)}),zt({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:(e,t,r)=>{let n=e.parser,i={number:0,unit:"em"},a={number:.9,unit:"em"},o={number:0,unit:"em"},s="";if(r[0]){var l=Tt(r[0],"raw").string.split(",");for(let e=0;e<l.length;e++){var h=l[e].split("=");if(2===h.length){var m=h[1].trim();switch(h[0].trim()){case"alt":s=m;break;case"width":i=Pr(m);break;case"height":a=Pr(m);break;case"totalheight":o=Pr(m);break;default:throw new nt("Invalid key: '"+h[0]+"' in \\includegraphics.")}}}}return e=Tt(t[0],"url").url,""===s&&(s=(s=(s=e).replace(/^.*[\\/]/,"")).substring(0,s.lastIndexOf("."))),n.settings.isTrusted({command:"\\includegraphics",url:e})?{type:"includegraphics",mode:n.mode,alt:s,width:i,height:a,totalheight:o,src:e}:n.formatUnsupportedCmd("\\includegraphics")},htmlBuilder:(e,t)=>{let r=at(e.height,t),n=0,i=(0<e.totalheight.number&&(n=at(e.totalheight,t)-r),0);return 0<e.width.number&&(i=at(e.width,t)),t={height:X(r+n)},0<i&&(t.width=X(i)),0<n&&(t.verticalAlign=X(-n)),(e=new Kr(e.src,e.alt,t)).height=r,e.depth=n,e},mathmlBuilder:(e,t)=>{var r=new Ht("mglyph",[]);r.setAttribute("alt",e.alt);let n=at(e.height,t),i=0;return 0<e.totalheight.number&&(i=at(e.totalheight,t)-n,r.setAttribute("valign",X(-i))),r.setAttribute("height",X(n+i)),0<e.width.number&&(t=at(e.width,t),r.setAttribute("width",X(t))),r.setAttribute("src",e.src),r}}),zt({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],primitive:!0,allowedInText:!0},handler(e,t){var r,n,{parser:e,funcName:i}=e,t=Tt(t[0],"size");return e.settings.strict&&(r="m"===i[1],n="mu"===t.value.unit,r?(n||e.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+i+" supports only mu units, not "+t.value.unit+" units"),"math"!==e.mode&&e.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+i+" works only in math mode")):n&&e.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+i+" doesn't support mu units")),{type:"kern",mode:e.mode,dimension:t.value}},htmlBuilder(e,t){return ye(e.dimension,t)},mathmlBuilder(e,t){return e=at(e.dimension,t),new e1(e)}}),zt({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:e,funcName:r}=e,t=t[0];return{type:"lap",mode:e.mode,alignment:r.slice(5),body:t}},htmlBuilder:(e,t)=>{let r,n=(r="clap"===e.alignment?(r=Y([],[_(e.body,t)]),Y(["inner"],[r],t)):Y(["inner"],[_(e.body,t)]),Y(["fix"],[])),i=Y([e.alignment],[r,n],t);return(e=Y(["strut"])).style.height=X(i.height+i.depth),i.depth&&(e.style.verticalAlign=X(-i.depth)),i.children.unshift(e),i=Y(["thinbox"],[i],t),Y(["mord","vbox"],[i],t)},mathmlBuilder:(e,t)=>(t=new Ht("mpadded",[w(e.body,t)]),"rlap"!==e.alignment&&(e="llap"===e.alignment?"-1":"-0.5",t.setAttribute("lspace",e+"width")),t.setAttribute("width","0px"),t)}),zt({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){var{funcName:e,parser:r}=e,n=r.mode,e=(r.switchMode("math"),"\\("===e?"\\)":"$"),i=r.parseExpression(!1,e);return r.expect(e),r.switchMode(n),{type:"styling",mode:r.mode,style:"text",resetFont:!0,body:i}}}),zt({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){throw new nt("Mismatched "+e.funcName)}}),(e,t)=>{switch(t.style.size){case it.DISPLAY.size:return e.display;case it.TEXT.size:return e.text;case it.SCRIPT.size:return e.script;case it.SCRIPTSCRIPT.size:return e.scriptscript;default:return e.text}}),B0=(zt({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4,primitive:!0},handler:(e,t)=>({type:"mathchoice",mode:(e=e.parser).mode,display:St(t[0]),text:St(t[1]),script:St(t[2]),scriptscript:St(t[3])}),htmlBuilder:(e,t)=>(e=Mt(e=C0(e,t),t,!1),W(e)),mathmlBuilder:(e,t)=>gr(e=C0(e,t),t)}),(e,t,r,n,i,a,o)=>{e=Y([],[e]);let s=r&&d(r),l,h,m;if(t&&(c=_(t,n.havingStyle(i.sup()),n),h={elem:c,kern:Math.max(n.fontMetrics().bigOpSpacing1,n.fontMetrics().bigOpSpacing3-c.depth)}),r&&(c=_(r,n.havingStyle(i.sub()),n),l={elem:c,kern:Math.max(n.fontMetrics().bigOpSpacing2,n.fontMetrics().bigOpSpacing4-c.height)}),h&&l)r=n.fontMetrics().bigOpSpacing5+l.elem.height+l.elem.depth+l.kern+e.depth+o,m=$({positionType:"bottom",positionData:r,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:l.elem,marginLeft:X(-a)},{type:"kern",size:l.kern},{type:"elem",elem:e},{type:"kern",size:h.kern},{type:"elem",elem:h.elem,marginLeft:X(a)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]});else if(l)i=e.height-o,m=$({positionType:"top",positionData:i,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:l.elem,marginLeft:X(-a)},{type:"kern",size:l.kern},{type:"elem",elem:e}]});else{if(!h)return e;var c=e.depth+o;m=$({positionType:"bottom",positionData:c,children:[{type:"elem",elem:e},{type:"kern",size:h.kern},{type:"elem",elem:h.elem,marginLeft:X(a)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]})}return t=[m],l&&0!==a&&!s&&((r=Y(["mspace"],[],n)).style.marginRight=X(a),t.unshift(r)),Y(["mop","op-limits"],t,n)}),q0=new Set(["\\smallint"]),C=(e,r)=>{let t,n,i,a=!1;"supsub"===e.type?(t=e.sup,n=e.sub,i=Tt(e.base,"op"),a=!0):i=Tt(e,"op");let o,s,l=!1;if((e=r.style).size===it.DISPLAY.size&&i.symbol&&!q0.has(i.name)&&(l=!0),i.symbol){let e=l?"Size2-Regular":"Size1-Regular",t="";"\\oiint"!==i.name&&"\\oiiint"!==i.name||(t=i.name.slice(1),i.name="oiint"===t?"\\iint":"\\iiint"),s=(o=b(i.name,e,"math",r,["mop","op-symbol",l?"large-op":"small-op"])).italic,0<t.length&&(h=or(t+"Size"+(l?"2":"1"),r),o=$({positionType:"individualShift",children:[{type:"elem",elem:o,shift:0},{type:"elem",elem:h,shift:l?.08:0}]}),i.name="\\"+t,o.classes.unshift("mop"),o.italic=s)}else if(i.body){var h=Mt(i.body,r,!0);1===h.length&&h[0]instanceof Et?(o=h[0]).classes[0]="mop":o=Y(["mop"],h,r)}else{var m=[];for(let e=1;e<i.name.length;e++)m.push(rr(i.name[e],i.mode,r));o=Y(["mop"],m,r)}let c=0,p=0,u;return(o instanceof Et||"\\oiint"===i.name||"\\oiiint"===i.name)&&!i.suppressBaseShift&&(c=(o.height-o.depth)/2-r.fontMetrics().axisHeight,p=null!=(u=o.italic)?u:0),a?B0(o,t,n,r,e,p,c):(c&&(o.style.position="relative",o.style.top=X(c)),o)},B=(e,t)=>{let r;return e.symbol?(r=new Ht("mo",[At(e.name,e.mode)]),q0.has(e.name)&&r.setAttribute("largeop","false")):r=e.body?new Ht("mo",x(e.body,t)):(r=new Ht("mi",[new Ot(e.name.slice(1))]),t=new Ht("mo",[At("","text")]),e.parentIsSupSub?new Ht("mrow",[r,t]):pr([r,t])),r},I0={"∏":"\\prod","∐":"\\coprod","∑":"\\sum","⋀":"\\bigwedge","⋁":"\\bigvee","⋂":"\\bigcap","⋃":"\\bigcup","⨀":"\\bigodot","⨁":"\\bigoplus","⨂":"\\bigotimes","⨄":"\\biguplus","⨆":"\\bigsqcup"},R0=(zt({type:"op",names:["\\coprod","\\bigvee","\\bigwedge","\\biguplus","\\bigcap","\\bigcup","\\intop","\\prod","\\sum","\\bigotimes","\\bigoplus","\\bigodot","\\bigsqcup","\\smallint","∏","∐","∑","⋀","⋁","⋂","⋃","⨀","⨁","⨂","⨄","⨆"],props:{numArgs:0},handler:(e,t)=>{let{parser:r,funcName:n}=e,i=n;return 1===i.length&&(i=I0[i]),{type:"op",mode:r.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:i}},htmlBuilder:C,mathmlBuilder:B}),zt({type:"op",names:["\\mathop"],props:{numArgs:1,primitive:!0},handler:(e,t)=>(e=e.parser,t=t[0],{type:"op",mode:e.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:St(t)}),htmlBuilder:C,mathmlBuilder:B}),{"∫":"\\int","∬":"\\iint","∭":"\\iiint","∮":"\\oint","∯":"\\oiint","∰":"\\oiiint"}),E0=(zt({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(e){var{parser:e,funcName:t}=e;return{type:"op",mode:e.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:t}},htmlBuilder:C,mathmlBuilder:B}),zt({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler(e){var{parser:e,funcName:t}=e;return{type:"op",mode:e.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:t}},htmlBuilder:C,mathmlBuilder:B}),zt({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","∫","∬","∭","∮","∯","∰"],props:{numArgs:0,allowedInArgument:!0},handler(e){let{parser:t,funcName:r}=e,n=r;return 1===n.length&&(n=R0[n]),{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:n}},htmlBuilder:C,mathmlBuilder:B}),(e,t)=>{let r,n,i,a,o=!1;if("supsub"===e.type?(r=e.sup,n=e.sub,i=Tt(e.base,"operatorname"),o=!0):i=Tt(e,"operatorname"),0<i.body.length){var s=Mt(i.body.map(e=>{var t="text"in e?e.text:void 0;return"string"==typeof t?{type:"textord",mode:e.mode,text:t}:e}),t.withFont("mathrm"),!0);for(let e=0;e<s.length;e++){var l=s[e];l instanceof Et&&(l.text=l.text.replace(/\u2212/,"-").replace(/\u2217/,"*"))}a=Y(["mop"],s,t)}else a=Y(["mop"],[],t);return o?B0(a,r,n,t,t.style,0,0):a});function Fr(e,t,r){var n=Mt(e,t,!1),i=t.sizeMultiplier/r.sizeMultiplier;for(let e=0;e<n.length;e++){var a=n[e].classes.indexOf("sizing");a<0?Array.prototype.push.apply(n[e].classes,t.sizingClasses(r)):n[e].classes[a+1]==="reset-size"+t.size&&(n[e].classes[a+1]="reset-size"+r.size),n[e].height*=i,n[e].depth*=i}return W(n)}zt({type:"operatorname",names:["\\operatorname@","\\operatornamewithlimits"],props:{numArgs:1},handler:(e,t)=>{var{parser:e,funcName:r}=e,t=t[0];return{type:"operatorname",mode:e.mode,body:St(t),alwaysHandleSupSub:"\\operatornamewithlimits"===r,limits:!1,parentIsSupSub:!1}},htmlBuilder:E0,mathmlBuilder:(e,t)=>{let r=x(e.body,t.withFont("mathrm")),n=!0;for(let e=0;e<r.length;e++){var i=r[e];if(!(i instanceof e1))if(i instanceof Ht)switch(i.type){case"mi":case"mn":case"mspace":case"mtext":break;case"mo":var a=i.children[0];1===i.children.length&&a instanceof Ot?a.text=a.text.replace(/\u2212/,"-").replace(/\u2217/,"*"):n=!1;break;default:n=!1}else n=!1}n&&(o=r.map(e=>e.toText()).join(""),r=[new Ot(o)]),(t=new Ht("mi",r)).setAttribute("mathvariant","normal");var o=new Ht("mo",[At("","text")]);return e.parentIsSupSub?new Ht("mrow",[t,o]):pr([t,o])}}),Bt("\\operatorname","\\@ifstar\\operatornamewithlimits\\operatorname@"),sr({type:"ordgroup",htmlBuilder(e,t){return e.semisimple?W(Mt(e.body,t,!1)):Y(["mord"],Mt(e.body,t,!0),t)},mathmlBuilder(e,t){return gr(e.body,t,!0)}}),zt({type:"overline",names:["\\overline"],props:{numArgs:1},handler(e,t){return e=e.parser,t=t[0],{type:"overline",mode:e.mode,body:t}},htmlBuilder(e,t){var e=_(e.body,t.havingCrampedStyle()),r=ir("overline-line",t),n=t.fontMetrics().defaultRuleThickness,e=$({positionType:"firstBaseline",children:[{type:"elem",elem:e},{type:"kern",size:3*n},{type:"elem",elem:r},{type:"kern",size:n}]});return Y(["mord","overline"],[e],t)},mathmlBuilder(e,t){var r=new Ht("mo",[new Ot("‾")]);return r.setAttribute("stretchy","true"),(e=new Ht("mover",[w(e.body,t),r])).setAttribute("accent","true"),e}}),zt({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>(e=e.parser,t=t[0],{type:"phantom",mode:e.mode,body:St(t)}),htmlBuilder:(e,t)=>(e=Mt(e.body,t.withPhantom(),!1),W(e)),mathmlBuilder:(e,t)=>(e=x(e.body,t),new Ht("mphantom",e))}),Bt("\\hphantom","\\smash{\\phantom{#1}}"),zt({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>(e=e.parser,t=t[0],{type:"vphantom",mode:e.mode,body:t}),htmlBuilder:(e,t)=>{var e=Y(["inner"],[_(e.body,t.withPhantom())]),r=Y(["fix"],[]);return Y(["mord","rlap"],[e,r],t)},mathmlBuilder:(e,t)=>(e=x(St(e.body),t),t=new Ht("mphantom",e),(e=new Ht("mpadded",[t])).setAttribute("width","0px"),e)}),zt({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler(e,t){var e=e.parser,r=Tt(t[0],"size").value;return{type:"raisebox",mode:e.mode,dy:r,body:t[1]}},htmlBuilder(e,t){var r=_(e.body,t),e=at(e.dy,t);return $({positionType:"shift",positionData:-e,children:[{type:"elem",elem:r}]})},mathmlBuilder(e,t){return t=new Ht("mpadded",[w(e.body,t)]),e=e.dy.number+e.dy.unit,t.setAttribute("voffset",e),t}}),zt({type:"internal",names:["\\relax"],props:{numArgs:0,allowedInText:!0,allowedInArgument:!0},handler(e){return{type:"internal",mode:(e=e.parser).mode}}}),zt({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["size","size","size"]},handler(e,t,r){var e=e.parser,r=r[0],n=Tt(t[0],"size"),t=Tt(t[1],"size");return{type:"rule",mode:e.mode,shift:r&&Tt(r,"size").value,width:n.value,height:t.value}},htmlBuilder(e,t){var r=Y(["mord","rule"],[],t),n=at(e.width,t),i=at(e.height,t),e=e.shift?at(e.shift,t):0;return r.style.borderRightWidth=X(n),r.style.borderTopWidth=X(i),r.style.bottom=X(e),r.width=n,r.height=i+e,r.depth=-e,r.maxFontSize=1.125*i*t.sizeMultiplier,r},mathmlBuilder(e,t){var r=at(e.width,t),n=at(e.height,t),e=e.shift?at(e.shift,t):0,t=t.color&&t.getColor()||"black",i=new Ht("mspace"),t=(i.setAttribute("mathbackground",t),i.setAttribute("width",X(r)),i.setAttribute("height",X(n)),new Ht("mpadded",[i]));return 0<=e?t.setAttribute("height",X(e)):(t.setAttribute("height",X(e)),t.setAttribute("depth",X(-e))),t.setAttribute("voffset",X(e)),t}});let N0=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"],H0=(zt({type:"sizing",names:N0,props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{var{breakOnTokenText:e,funcName:r,parser:n}=e,e=n.parseExpression(!1,e);return{type:"sizing",mode:n.mode,size:N0.indexOf(r)+1,body:e}},htmlBuilder:(e,t)=>{var r=t.havingSize(e.size);return Fr(e.body,r,t)},mathmlBuilder:(e,t)=>(t=t.havingSize(e.size),e=x(e.body,t),(e=new Ht("mstyle",e)).setAttribute("mathsize",X(t.sizeMultiplier)),e)}),zt({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:(e,t,r)=>{let n=e.parser,i=!1,a=!1,o,s=r[0]&&Tt(r[0],"ordgroup");if(s)for(let e=0;e<s.body.length;++e)if("t"===(o=vr(s.body[e]).text))i=!0;else{if("b"!==o){i=!1,a=!1;break}a=!0}else i=!0,a=!0;return e=t[0],{type:"smash",mode:n.mode,body:e,smashHeight:i,smashDepth:a}},htmlBuilder:(t,e)=>{var r=Y([],[_(t.body,e)]);if(!t.smashHeight&&!t.smashDepth)return r;if(t.smashHeight&&(r.height=0),t.smashDepth&&(r.depth=0),t.smashHeight&&t.smashDepth)return Y(["mord","smash"],[r],e);if(r.children)for(let e=0;e<r.children.length;e++)t.smashHeight&&(r.children[e].height=0),t.smashDepth&&(r.children[e].depth=0);var n=$({positionType:"firstBaseline",children:[{type:"elem",elem:r}]});return Y(["mord"],[n],e)},mathmlBuilder:(e,t)=>(t=new Ht("mpadded",[w(e.body,t)]),e.smashHeight&&t.setAttribute("height","0px"),e.smashDepth&&t.setAttribute("depth","0px"),t)}),zt({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler(e,t,r){return e=e.parser,r=r[0],t=t[0],{type:"sqrt",mode:e.mode,body:t,index:r}},htmlBuilder(e,t){let r=_(e.body,t.havingCrampedStyle()),n=(0===r.height&&(r.height=t.fontMetrics().xHeight),r=ar(r,t),t.fontMetrics().defaultRuleThickness),i=n,a=n+(t.style.id<it.TEXT.id?t.fontMetrics().xHeight:i)/4,o=r.height+r.depth+a+n,{span:s,ruleWidth:l,advanceWidth:h}=((e,t)=>{let r=t.havingBaseSizing(),n=g0("\\surd",e*r.sizeMultiplier,d0,r),i=r.sizeMultiplier;r=Math.max(0,t.minRuleThickness-t.fontMetrics().sqrtRuleThickness);let a,o,s,l,h;return h="small"===n.type?(l=1e3+1e3*r+80,e<1?i=1:e<1.4&&(i=.7),o=(1+r+.08)/i,s=(1+r)/i,(a=Mr("sqrtMain",o,l,r,t)).style.minWidth="0.853em",.833/i):"large"===n.type?(l=1080*z[n.size],s=(z[n.size]+r)/i,o=(z[n.size]+r+.08)/i,(a=Mr("sqrtSize"+n.size,o,l,r,t)).style.minWidth="1.02em",1/i):(o=e+r+.08,s=e+r,l=Math.floor(1e3*e+r)+80,(a=Mr("sqrtTall",o,l,r,t)).style.minWidth="0.742em",1.056),a.height=s,a.style.height=X(o),{span:a,advanceWidth:h,ruleWidth:(t.fontMetrics().sqrtRuleThickness+r)*i}})(o,t),m=s.height-l;m>r.height+r.depth+a&&(a=(a+m-r.height-r.depth)/2);var c,p=s.height-r.height-a-l,p=(r.style.paddingLeft=X(h),$({positionType:"firstBaseline",children:[{type:"elem",elem:r,wrapperClasses:["svg-align"]},{type:"kern",size:-(r.height+p)},{type:"elem",elem:s},{type:"kern",size:l}]}));return e.index?(c=t.havingStyle(it.SCRIPTSCRIPT),e=_(e.index,c,t),c=.6*(p.height-p.depth),c=$({positionType:"shift",positionData:-c,children:[{type:"elem",elem:e}]}),e=Y(["root"],[c]),Y(["mord","sqrt"],[e,p],t)):Y(["mord","sqrt"],[p],t)},mathmlBuilder(e,t){var{body:e,index:r}=e;return r?new Ht("mroot",[w(e,t),w(r,t)]):new Ht("msqrt",[w(e,t)])}}),{display:it.DISPLAY,text:it.TEXT,script:it.SCRIPT,scriptscript:it.SCRIPTSCRIPT}),O0=(zt({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e,t){var{breakOnTokenText:e,funcName:r,parser:n}=e,e=n.parseExpression(!0,e);if((r=r.slice(1,r.length-5))in H0)return{type:"styling",mode:n.mode,style:r,body:e};throw new Error("Unknown style: "+r)},htmlBuilder(e,t){let r=H0[e.style],n=t.havingStyle(r);return e.resetFont&&(n=n.withFont("")),Fr(e.body,n,t)},mathmlBuilder(e,t){let r=H0[e.style],n=t.havingStyle(r);return e.resetFont&&(n=n.withFont("")),t=x(e.body,n),r=new Ht("mstyle",t),t={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]}[e.style],r.setAttribute("scriptlevel",t[0]),r.setAttribute("displaystyle",t[1]),r}}),sr({type:"supsub",htmlBuilder(e,t){if(i=t,i=(n=(r=e).base)?"op"===n.type?n.limits&&(i.style.size===it.DISPLAY.size||n.alwaysHandleSupSub)?C:null:"operatorname"===n.type?n.alwaysHandleSupSub&&(i.style.size===it.DISPLAY.size||n.limits)?E0:null:"accent"===n.type?d(n.base)?Ye:null:"horizBrace"===n.type&&!r.sub===n.isOver?T0:null:null)return i(e,t);var{base:r,sup:n,sub:i}=e,a=_(r,t);let o,s,l=t.fontMetrics(),h=0,m=0;r=r&&d(r),n&&(u=t.havingStyle(t.style.sup()),o=_(n,u,t),r||(h=a.height-u.fontMetrics().supDrop*u.sizeMultiplier/t.sizeMultiplier)),i&&(u=t.havingStyle(t.style.sub()),s=_(i,u,t),r||(m=a.depth+u.fontMetrics().subDrop*u.sizeMultiplier/t.sizeMultiplier)),n=t.style===it.DISPLAY?l.sup1:t.style.cramped?l.sup3:l.sup2,i=t.sizeMultiplier,r=X(.5/l.ptPerEm/i);let c,p=null;if(s&&(u=e.base&&"op"===e.base.type&&e.base.name&&("\\oiint"===e.base.name||"\\oiiint"===e.base.name),a instanceof Et||u)&&(p=X(-(null!=(e=a.italic)?e:0))),o&&s){h=Math.max(h,n,o.depth+.25*l.xHeight),m=Math.max(m,l.sub2);var u=4*l.defaultRuleThickness;h-o.depth-(s.height-m)<u&&(m=u-(h-o.depth)+s.height,0<(e=.8*l.xHeight-(h-o.depth)))&&(h+=e,m-=e),c=$({positionType:"individualShift",children:[{type:"elem",elem:s,shift:m,marginRight:r,marginLeft:p},{type:"elem",elem:o,shift:-h,marginRight:r}]})}else if(s)m=Math.max(m,l.sub1,s.height-.8*l.xHeight),c=$({positionType:"shift",positionData:m,children:[{type:"elem",elem:s,marginLeft:p,marginRight:r}]});else{if(!o)throw new Error("supsub must have either sup or sub.");h=Math.max(h,n,o.depth+.25*l.xHeight),c=$({positionType:"shift",positionData:-h,children:[{type:"elem",elem:o,marginRight:r}]})}return i=Ie(a,"right")||"mord",Y([i],[a,Y(["msupsub"],[c])],t)},mathmlBuilder(e,t){let r,n=!1,i=(e.base&&"horizBrace"===e.base.type&&!!e.sup===e.base.isOver&&(n=!0,r=e.base.isOver),!e.base||"op"!==e.base.type&&"operatorname"!==e.base.type||(e.base.parentIsSupSub=!0),[w(e.base,t)]),a;var o;return e.sub&&i.push(w(e.sub,t)),e.sup&&i.push(w(e.sup,t)),a=n?r?"mover":"munder":e.sub?e.sup?(o=e.base)&&"op"===o.type&&o.limits&&t.style===it.DISPLAY||o&&"operatorname"===o.type&&o.alwaysHandleSupSub&&(t.style===it.DISPLAY||o.limits)?"munderover":"msubsup":(o=e.base)&&"op"===o.type&&o.limits&&(t.style===it.DISPLAY||o.alwaysHandleSupSub)||o&&"operatorname"===o.type&&o.alwaysHandleSupSub&&(o.limits||t.style===it.DISPLAY)?"munder":"msub":(o=e.base)&&"op"===o.type&&o.limits&&(t.style===it.DISPLAY||o.alwaysHandleSupSub)||o&&"operatorname"===o.type&&o.alwaysHandleSupSub&&(o.limits||t.style===it.DISPLAY)?"mover":"msup",new Ht(a,i)}}),sr({type:"atom",htmlBuilder(e,t){return rr(e.text,e.mode,t,["m"+e.family])},mathmlBuilder(e,t){var r=new Ht("mo",[At(e.text,e.mode)]);return"bin"===e.family?"bold-italic"===(t=He(e,t))&&r.setAttribute("mathvariant",t):"punct"===e.family?r.setAttribute("separator","true"):"open"!==e.family&&"close"!==e.family||r.setAttribute("stretchy","false"),r}}),{mi:"italic",mn:"normal",mtext:"normal"}),D0=(sr({type:"mathord",htmlBuilder(e,t){return nr(e,t,"mathord")},mathmlBuilder(e,t){var r=new Ht("mi",[At(e.text,e.mode,t)]);return(e=He(e,t)||"italic")!==O0[r.type]&&r.setAttribute("mathvariant",e),r}}),sr({type:"textord",htmlBuilder(e,t){return nr(e,t,"textord")},mathmlBuilder(e,t){var r=At(e.text,e.mode,t),t=He(e,t)||"normal",e="text"===e.mode?new Ht("mtext",[r]):/[0-9]/.test(e.text)?new Ht("mn",[r]):"\\prime"===e.text?new Ht("mo",[r]):new Ht("mi",[r]);return t!==O0[e.type]&&e.setAttribute("mathvariant",t),e}}),{"\\nobreak":"nobreak","\\allowbreak":"allowbreak"}),L0={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}},P0=(sr({type:"spacing",htmlBuilder(e,t){var r,n;if(L0.hasOwnProperty(e.text))return r=L0[e.text].className||"","text"!==e.mode?Y(["mspace",r],[rr(e.text,e.mode,t)],t):((n=nr(e,t,"textord")).classes.push(r),n);if(D0.hasOwnProperty(e.text))return Y(["mspace",D0[e.text]],[],t);throw new nt('Unknown type of space "'+e.text+'"')},mathmlBuilder(e,t){if(L0.hasOwnProperty(e.text))return new Ht("mtext",[new Ot(" ")]);if(D0.hasOwnProperty(e.text))return new Ht("mspace");throw new nt('Unknown type of space "'+e.text+'"')}}),()=>{var e=new Ht("mtd",[]);return e.setAttribute("width","50%"),e}),F0=(sr({type:"tag",mathmlBuilder(e,t){return(e=new Ht("mtable",[new Ht("mtr",[P0(),new Ht("mtd",[gr(e.body,t)]),P0(),new Ht("mtd",[gr(e.tag,t)])])])).setAttribute("width","100%"),e}}),{"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"}),V0={"\\textbf":"textbf","\\textmd":"textmd"},G0={"\\textit":"textit","\\textup":"textup"},U0=(e,t)=>(e=e.font)?F0[e]?t.withTextFontFamily(F0[e]):V0[e]?t.withTextFontWeight(V0[e]):"\\emph"===e?"textit"===t.fontShape?t.withTextFontShape("textup"):t.withTextFontShape("textit"):t.withTextFontShape(G0[e]):t,j0=(zt({type:"text",names:["\\text","\\textrm","\\textsf","\\texttt","\\textnormal","\\textbf","\\textmd","\\textit","\\textup","\\emph"],props:{numArgs:1,argTypes:["text"],allowedInArgument:!0,allowedInText:!0},handler(e,t){var{parser:e,funcName:r}=e,t=t[0];return{type:"text",mode:e.mode,body:St(t),font:r}},htmlBuilder(e,t){return t=U0(e,t),e=Mt(e.body,t,!0),Y(["mord","text"],e,t)},mathmlBuilder(e,t){return t=U0(e,t),gr(e.body,t)}}),zt({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler(e,t){return{type:"underline",mode:(e=e.parser).mode,body:t[0]}},htmlBuilder(e,t){var e=_(e.body,t),r=ir("underline-line",t),n=t.fontMetrics().defaultRuleThickness,r=$({positionType:"top",positionData:e.height,children:[{type:"kern",size:n},{type:"elem",elem:r},{type:"kern",size:3*n},{type:"elem",elem:e}]});return Y(["mord","underline"],[r],t)},mathmlBuilder(e,t){var r=new Ht("mo",[new Ot("‾")]);return r.setAttribute("stretchy","true"),(e=new Ht("munder",[w(e.body,t),r])).setAttribute("accentunder","true"),e}}),zt({type:"vcenter",names:["\\vcenter"],props:{numArgs:1,argTypes:["original"],allowedInText:!1},handler(e,t){return{type:"vcenter",mode:(e=e.parser).mode,body:t[0]}},htmlBuilder(e,t){return e=_(e.body,t),t=t.fontMetrics().axisHeight,t=.5*(e.height-t-(e.depth+t)),$({positionType:"shift",positionData:t,children:[{type:"elem",elem:e}]})},mathmlBuilder(e,t){return e=new Ht("mpadded",[w(e.body,t)],["vcenter"]),new Ht("mrow",[e])}}),zt({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler(e,t,r){throw new nt("\\verb ended by end of line instead of matching delimiter")},htmlBuilder(r,e){var n=j0(r),i=[],a=e.havingStyle(e.style.text());for(let t=0;t<n.length;t++){let e=n[t];"~"===e&&(e="\\textasciitilde"),i.push(b(e,"Typewriter-Regular",r.mode,a,["mord","texttt"]))}return Y(["mord","text"].concat(a.sizingClasses(e)),fe(i),a)},mathmlBuilder(e,t){return e=new Ot(j0(e)),(e=new Ht("mtext",[e])).setAttribute("mathvariant","monospace"),e}}),e=>e.body.replace(/ /g,e.star?"␣":" "));var Vr=ze;let X0=new RegExp("[̀-ͯ]+$");class r1{constructor(e,t){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=e,this.settings=t,this.tokenRegex=new RegExp("([ \r\n\t]+)|\\\\(\n|[ \r\t]+\n?)[ \r\t]*|([!-\\[\\]-‧-豈-][̀-ͯ]*|[\ud800-\udbff][\udc00-\udfff][̀-ͯ]*|\\\\verb\\*([^]).*?\\4|\\\\verb([^*a-zA-Z]).*?\\5|(\\\\[a-zA-Z@]+)[ \r\n\t]*|\\\\[^\ud800-\udfff])","g"),this.catcodes={"%":14,"~":13}}setCatcode(e,t){this.catcodes[e]=t}lex(){var e=this.input,t=this.tokenRegex.lastIndex;if(t===e.length)return new Lt("EOF",new Dt(this,t,t));var r=this.tokenRegex.exec(e);if(null===r||r.index!==t)throw new nt("Unexpected character: '"+e[t]+"'",new Lt(e[t],new Dt(this,t,t+1)));return r=r[6]||r[3]||(r[2]?"\\ ":" "),14!==this.catcodes[r]?new Lt(r,new Dt(this,t,this.tokenRegex.lastIndex)):(-1===(r=e.indexOf("\n",this.tokenRegex.lastIndex))?(this.tokenRegex.lastIndex=e.length,this.settings.reportNonstrict("commentAtEnd","% comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $)")):this.tokenRegex.lastIndex=r+1,this.lex())}}class n1{constructor(e,t){void 0===e&&(e={}),void 0===t&&(t={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=t,this.builtins=e,this.undefStack=[]}beginGroup(){this.undefStack.push({})}endGroup(){if(0===this.undefStack.length)throw new nt("Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug");var e,t=this.undefStack.pop();for(e in t)t.hasOwnProperty(e)&&(null==t[e]?delete this.current[e]:this.current[e]=t[e])}endGroups(){for(;0<this.undefStack.length;)this.endGroup()}has(e){return this.current.hasOwnProperty(e)||this.builtins.hasOwnProperty(e)}get(e){return(this.current.hasOwnProperty(e)?this.current:this.builtins)[e]}set(t,e,r){if(r=void 0!==r&&r){for(let e=0;e<this.undefStack.length;e++)delete this.undefStack[e][t];0<this.undefStack.length&&(this.undefStack[this.undefStack.length-1][t]=e)}else(r=this.undefStack[this.undefStack.length-1])&&!r.hasOwnProperty(t)&&(r[t]=this.current[t]);null==e?delete this.current[t]:this.current[t]=e}}var Gr=x0;Bt("\\noexpand",function(e){var t=e.popToken();return e.isExpandable(t.text)&&(t.noexpand=!0,t.treatAsRelax=!0),{tokens:[t],numArgs:0}}),Bt("\\expandafter",function(e){var t=e.popToken();return e.expandOnce(!0),{tokens:[t],numArgs:0}}),Bt("\\@firstoftwo",function(e){return{tokens:e.consumeArgs(2)[0],numArgs:0}}),Bt("\\@secondoftwo",function(e){return{tokens:e.consumeArgs(2)[1],numArgs:0}}),Bt("\\@ifnextchar",function(e){var t=e.consumeArgs(3),e=(e.consumeSpaces(),e.future());return 1===t[0].length&&t[0][0].text===e.text?{tokens:t[1],numArgs:0}:{tokens:t[2],numArgs:0}}),Bt("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}"),Bt("\\TextOrMath",function(e){var t=e.consumeArgs(2);return"text"===e.mode?{tokens:t[0],numArgs:0}:{tokens:t[1],numArgs:0}});let Y0={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},W0=(Bt("\\char",function(e){let t,r=e.popToken(),n=0;if("'"===r.text)t=8,r=e.popToken();else if('"'===r.text)t=16,r=e.popToken();else if("`"===r.text)if("\\"===(r=e.popToken()).text[0])n=r.text.charCodeAt(1);else{if("EOF"===r.text)throw new nt("\\char` missing argument");n=r.text.charCodeAt(0)}else t=10;if(t){if(null==(n=Y0[r.text])||n>=t)throw new nt("Invalid base-"+t+" digit "+r.text);for(var i;null!=(i=Y0[e.future().text])&&i<t;)n=n*t+i,e.popToken()}return"\\@char{"+n+"}"}),(r,e,t,n)=>{let i=r.consumeArg().tokens;if(1!==i.length)throw new nt("\\newcommand's first argument must be a macro name");var a=i[0].text,o=r.isDefined(a);if(o&&!e)throw new nt("\\newcommand{"+a+"} attempting to redefine "+a+"; use \\renewcommand");if(!o&&!t)throw new nt("\\renewcommand{"+a+"} when command "+a+" does not yet exist; use \\newcommand");let s=0;if(1===(i=r.consumeArg().tokens).length&&"["===i[0].text){let e="",t=r.expandNextToken();for(;"]"!==t.text&&"EOF"!==t.text;)e+=t.text,t=r.expandNextToken();if(!e.match(/^\s*[0-9]+\s*$/))throw new nt("Invalid number of arguments: "+e);s=parseInt(e),i=r.consumeArg().tokens}return o&&n||r.macros.set(a,{tokens:i,numArgs:s}),""}),$0=(Bt("\\newcommand",e=>W0(e,!1,!0,!1)),Bt("\\renewcommand",e=>W0(e,!0,!1,!1)),Bt("\\providecommand",e=>W0(e,!0,!0,!0)),Bt("\\message",e=>(e=e.consumeArgs(1)[0],console.log(e.reverse().map(e=>e.text).join("")),"")),Bt("\\errmessage",e=>(e=e.consumeArgs(1)[0],console.error(e.reverse().map(e=>e.text).join("")),"")),Bt("\\show",e=>{var t=e.popToken(),r=t.text;return console.log(t,e.macros.get(r),Vr[r],st.math[r],st.text[r]),""}),Bt("\\bgroup","{"),Bt("\\egroup","}"),Bt("~","\\nobreakspace"),Bt("\\lq","`"),Bt("\\rq","'"),Bt("\\aa","\\r a"),Bt("\\AA","\\r A"),Bt("\\textcopyright","\\html@mathml{\\textcircled{c}}{\\char`©}"),Bt("\\copyright","\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}"),Bt("\\textregistered","\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`®}"),Bt("ℬ","\\mathscr{B}"),Bt("ℰ","\\mathscr{E}"),Bt("ℱ","\\mathscr{F}"),Bt("ℋ","\\mathscr{H}"),Bt("ℐ","\\mathscr{I}"),Bt("ℒ","\\mathscr{L}"),Bt("ℳ","\\mathscr{M}"),Bt("ℛ","\\mathscr{R}"),Bt("ℭ","\\mathfrak{C}"),Bt("ℌ","\\mathfrak{H}"),Bt("ℨ","\\mathfrak{Z}"),Bt("\\Bbbk","\\Bbb{k}"),Bt("\\llap","\\mathllap{\\textrm{#1}}"),Bt("\\rlap","\\mathrlap{\\textrm{#1}}"),Bt("\\clap","\\mathclap{\\textrm{#1}}"),Bt("\\mathstrut","\\vphantom{(}"),Bt("\\underbar","\\underline{\\text{#1}}"),Bt("\\not",'\\html@mathml{\\mathrel{\\mathrlap\\@not}\\nobreak}{\\char"338}'),Bt("\\neq","\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`≠}}"),Bt("\\ne","\\neq"),Bt("≠","\\neq"),Bt("\\notin","\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`∉}}"),Bt("∉","\\notin"),Bt("≘","\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`≘}}"),Bt("≙","\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`≘}}"),Bt("≚","\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`≚}}"),Bt("≛","\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`≛}}"),Bt("≝","\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`≝}}"),Bt("≞","\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`≞}}"),Bt("≟","\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`≟}}"),Bt("⟂","\\perp"),Bt("‼","\\mathclose{!\\mkern-0.8mu!}"),Bt("∌","\\notni"),Bt("⌜","\\ulcorner"),Bt("⌝","\\urcorner"),Bt("⌞","\\llcorner"),Bt("⌟","\\lrcorner"),Bt("©","\\copyright"),Bt("®","\\textregistered"),Bt("\\ulcorner",'\\html@mathml{\\@ulcorner}{\\mathop{\\char"231c}}'),Bt("\\urcorner",'\\html@mathml{\\@urcorner}{\\mathop{\\char"231d}}'),Bt("\\llcorner",'\\html@mathml{\\@llcorner}{\\mathop{\\char"231e}}'),Bt("\\lrcorner",'\\html@mathml{\\@lrcorner}{\\mathop{\\char"231f}}'),Bt("\\vdots","{\\varvdots\\rule{0pt}{15pt}}"),Bt("⋮","\\vdots"),Bt("\\varGamma","\\mathit{\\Gamma}"),Bt("\\varDelta","\\mathit{\\Delta}"),Bt("\\varTheta","\\mathit{\\Theta}"),Bt("\\varLambda","\\mathit{\\Lambda}"),Bt("\\varXi","\\mathit{\\Xi}"),Bt("\\varPi","\\mathit{\\Pi}"),Bt("\\varSigma","\\mathit{\\Sigma}"),Bt("\\varUpsilon","\\mathit{\\Upsilon}"),Bt("\\varPhi","\\mathit{\\Phi}"),Bt("\\varPsi","\\mathit{\\Psi}"),Bt("\\varOmega","\\mathit{\\Omega}"),Bt("\\substack","\\begin{subarray}{c}#1\\end{subarray}"),Bt("\\colon","\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu\\relax"),Bt("\\boxed","\\fbox{$\\displaystyle{#1}$}"),Bt("\\iff","\\DOTSB\\;\\Longleftrightarrow\\;"),Bt("\\implies","\\DOTSB\\;\\Longrightarrow\\;"),Bt("\\impliedby","\\DOTSB\\;\\Longleftarrow\\;"),Bt("\\dddot","{\\overset{\\raisebox{-0.1ex}{\\normalsize ...}}{#1}}"),Bt("\\ddddot","{\\overset{\\raisebox{-0.1ex}{\\normalsize ....}}{#1}}"),{",":"\\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"}),_0=new Set(["bin","rel"]),Z0=(Bt("\\dots",function(e){let t="\\dotso";return(e=e.expandAfterFuture().text)in $0?t=$0[e]:("\\not"===e.slice(0,4)||e in st.math&&_0.has(st.math[e].group))&&(t="\\dotsb"),t}),{")":!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}),K0=(Bt("\\dotso",function(e){return e.future().text in Z0?"\\ldots\\,":"\\ldots"}),Bt("\\dotsc",function(e){return(e=e.future().text)in Z0&&","!==e?"\\ldots\\,":"\\ldots"}),Bt("\\cdots",function(e){return e.future().text in Z0?"\\@cdots\\,":"\\@cdots"}),Bt("\\dotsb","\\cdots"),Bt("\\dotsm","\\cdots"),Bt("\\dotsi","\\!\\cdots"),Bt("\\dotsx","\\ldots\\,"),Bt("\\DOTSI","\\relax"),Bt("\\DOTSB","\\relax"),Bt("\\DOTSX","\\relax"),Bt("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax"),Bt("\\,","\\tmspace+{3mu}{.1667em}"),Bt("\\thinspace","\\,"),Bt("\\>","\\mskip{4mu}"),Bt("\\:","\\tmspace+{4mu}{.2222em}"),Bt("\\medspace","\\:"),Bt("\\;","\\tmspace+{5mu}{.2777em}"),Bt("\\thickspace","\\;"),Bt("\\!","\\tmspace-{3mu}{.1667em}"),Bt("\\negthinspace","\\!"),Bt("\\negmedspace","\\tmspace-{4mu}{.2222em}"),Bt("\\negthickspace","\\tmspace-{5mu}{.277em}"),Bt("\\enspace","\\kern.5em "),Bt("\\enskip","\\hskip.5em\\relax"),Bt("\\quad","\\hskip1em\\relax"),Bt("\\qquad","\\hskip2em\\relax"),Bt("\\tag","\\@ifstar\\tag@literal\\tag@paren"),Bt("\\tag@paren","\\tag@literal{({#1})}"),Bt("\\tag@literal",e=>{if(e.macros.get("\\df@tag"))throw new nt("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"}),Bt("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}"),Bt("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)"),Bt("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}"),Bt("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1"),Bt("\\newline","\\\\\\relax"),Bt("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}"),Bt("\\LaTeX","\\textrm{\\html@mathml{L\\kern-.36em\\raisebox{"+(gt=X(ot["Main-Regular"]["T".charCodeAt(0)][1]-.7*ot["Main-Regular"]["A".charCodeAt(0)][1]))+"}{\\scriptstyle A}\\kern-.15em\\TeX}{LaTeX}}"),Bt("\\KaTeX","\\textrm{\\html@mathml{K\\kern-.17em\\raisebox{"+gt+"}{\\scriptstyle A}\\kern-.15em\\TeX}{KaTeX}}"),Bt("\\hspace","\\@ifstar\\@hspacer\\@hspace"),Bt("\\@hspace","\\hskip #1\\relax"),Bt("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax"),Bt("\\ordinarycolon",":"),Bt("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}"),Bt("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}'),Bt("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}'),Bt("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}'),Bt("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}'),Bt("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}'),Bt("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}'),Bt("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}'),Bt("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}'),Bt("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}'),Bt("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}'),Bt("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}'),Bt("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}'),Bt("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}'),Bt("∷","\\dblcolon"),Bt("∹","\\eqcolon"),Bt("≔","\\coloneqq"),Bt("≕","\\eqqcolon"),Bt("⩴","\\Coloneqq"),Bt("\\ratio","\\vcentcolon"),Bt("\\coloncolon","\\dblcolon"),Bt("\\colonequals","\\coloneqq"),Bt("\\coloncolonequals","\\Coloneqq"),Bt("\\equalscolon","\\eqqcolon"),Bt("\\equalscoloncolon","\\Eqqcolon"),Bt("\\colonminus","\\coloneq"),Bt("\\coloncolonminus","\\Coloneq"),Bt("\\minuscolon","\\eqcolon"),Bt("\\minuscoloncolon","\\Eqcolon"),Bt("\\coloncolonapprox","\\Colonapprox"),Bt("\\coloncolonsim","\\Colonsim"),Bt("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),Bt("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}"),Bt("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),Bt("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}"),Bt("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`∌}}"),Bt("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}"),Bt("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}"),Bt("\\injlim","\\DOTSB\\operatorname*{inj\\,lim}"),Bt("\\projlim","\\DOTSB\\operatorname*{proj\\,lim}"),Bt("\\varlimsup","\\DOTSB\\operatorname*{\\overline{lim}}"),Bt("\\varliminf","\\DOTSB\\operatorname*{\\underline{lim}}"),Bt("\\varinjlim","\\DOTSB\\operatorname*{\\underrightarrow{lim}}"),Bt("\\varprojlim","\\DOTSB\\operatorname*{\\underleftarrow{lim}}"),Bt("\\gvertneqq","\\html@mathml{\\@gvertneqq}{≩}"),Bt("\\lvertneqq","\\html@mathml{\\@lvertneqq}{≨}"),Bt("\\ngeqq","\\html@mathml{\\@ngeqq}{≱}"),Bt("\\ngeqslant","\\html@mathml{\\@ngeqslant}{≱}"),Bt("\\nleqq","\\html@mathml{\\@nleqq}{≰}"),Bt("\\nleqslant","\\html@mathml{\\@nleqslant}{≰}"),Bt("\\nshortmid","\\html@mathml{\\@nshortmid}{∤}"),Bt("\\nshortparallel","\\html@mathml{\\@nshortparallel}{∦}"),Bt("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{⊈}"),Bt("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{⊉}"),Bt("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{⊊}"),Bt("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{⫋}"),Bt("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{⊋}"),Bt("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{⫌}"),Bt("\\imath","\\html@mathml{\\@imath}{ı}"),Bt("\\jmath","\\html@mathml{\\@jmath}{ȷ}"),Bt("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`⟦}}"),Bt("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`⟧}}"),Bt("⟦","\\llbracket"),Bt("⟧","\\rrbracket"),Bt("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`⦃}}"),Bt("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`⦄}}"),Bt("⦃","\\lBrace"),Bt("⦄","\\rBrace"),Bt("\\minuso","\\mathbin{\\html@mathml{{\\mathrlap{\\mathchoice{\\kern{0.145em}}{\\kern{0.145em}}{\\kern{0.1015em}}{\\kern{0.0725em}}\\circ}{-}}}{\\char`⦵}}"),Bt("⦵","\\minuso"),Bt("\\darr","\\downarrow"),Bt("\\dArr","\\Downarrow"),Bt("\\Darr","\\Downarrow"),Bt("\\lang","\\langle"),Bt("\\rang","\\rangle"),Bt("\\uarr","\\uparrow"),Bt("\\uArr","\\Uparrow"),Bt("\\Uarr","\\Uparrow"),Bt("\\N","\\mathbb{N}"),Bt("\\R","\\mathbb{R}"),Bt("\\Z","\\mathbb{Z}"),Bt("\\alef","\\aleph"),Bt("\\alefsym","\\aleph"),Bt("\\Alpha","\\mathrm{A}"),Bt("\\Beta","\\mathrm{B}"),Bt("\\bull","\\bullet"),Bt("\\Chi","\\mathrm{X}"),Bt("\\clubs","\\clubsuit"),Bt("\\cnums","\\mathbb{C}"),Bt("\\Complex","\\mathbb{C}"),Bt("\\Dagger","\\ddagger"),Bt("\\diamonds","\\diamondsuit"),Bt("\\empty","\\emptyset"),Bt("\\Epsilon","\\mathrm{E}"),Bt("\\Eta","\\mathrm{H}"),Bt("\\exist","\\exists"),Bt("\\harr","\\leftrightarrow"),Bt("\\hArr","\\Leftrightarrow"),Bt("\\Harr","\\Leftrightarrow"),Bt("\\hearts","\\heartsuit"),Bt("\\image","\\Im"),Bt("\\infin","\\infty"),Bt("\\Iota","\\mathrm{I}"),Bt("\\isin","\\in"),Bt("\\Kappa","\\mathrm{K}"),Bt("\\larr","\\leftarrow"),Bt("\\lArr","\\Leftarrow"),Bt("\\Larr","\\Leftarrow"),Bt("\\lrarr","\\leftrightarrow"),Bt("\\lrArr","\\Leftrightarrow"),Bt("\\Lrarr","\\Leftrightarrow"),Bt("\\Mu","\\mathrm{M}"),Bt("\\natnums","\\mathbb{N}"),Bt("\\Nu","\\mathrm{N}"),Bt("\\Omicron","\\mathrm{O}"),Bt("\\plusmn","\\pm"),Bt("\\rarr","\\rightarrow"),Bt("\\rArr","\\Rightarrow"),Bt("\\Rarr","\\Rightarrow"),Bt("\\real","\\Re"),Bt("\\reals","\\mathbb{R}"),Bt("\\Reals","\\mathbb{R}"),Bt("\\Rho","\\mathrm{P}"),Bt("\\sdot","\\cdot"),Bt("\\sect","\\S"),Bt("\\spades","\\spadesuit"),Bt("\\sub","\\subset"),Bt("\\sube","\\subseteq"),Bt("\\supe","\\supseteq"),Bt("\\Tau","\\mathrm{T}"),Bt("\\thetasym","\\vartheta"),Bt("\\weierp","\\wp"),Bt("\\Zeta","\\mathrm{Z}"),Bt("\\argmin","\\DOTSB\\operatorname*{arg\\,min}"),Bt("\\argmax","\\DOTSB\\operatorname*{arg\\,max}"),Bt("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits"),Bt("\\bra","\\mathinner{\\langle{#1}|}"),Bt("\\ket","\\mathinner{|{#1}\\rangle}"),Bt("\\braket","\\mathinner{\\langle{#1}\\rangle}"),Bt("\\Bra","\\left\\langle#1\\right|"),Bt("\\Ket","\\left|#1\\right\\rangle"),Bt("\\bra@ket",(xt=l=>e=>{let t=e.consumeArg().tokens,n=e.consumeArg().tokens,i=e.consumeArg().tokens,r=e.consumeArg().tokens,a=e.macros.get("|"),o=e.macros.get("\\|");e.macros.beginGroup();var s=r=>e=>{l&&(e.macros.set("|",a),i.length)&&e.macros.set("\\|",o);let t=r;return!r&&i.length&&"|"===e.future().text&&(e.popToken(),t=!0),{tokens:t?i:n,numArgs:0}},s=(e.macros.set("|",s(!1)),i.length&&e.macros.set("\\|",s(!0)),e.consumeArg().tokens),s=e.expandTokens([...r,...s,...t]);return e.macros.endGroup(),{tokens:s.reverse(),numArgs:0}})(!1)),Bt("\\bra@set",xt(!0)),Bt("\\Braket","\\bra@ket{\\left\\langle}{\\,\\middle\\vert\\,}{\\,\\middle\\vert\\,}{\\right\\rangle}"),Bt("\\Set","\\bra@set{\\left\\{\\:}{\\;\\middle\\vert\\;}{\\;\\middle\\Vert\\;}{\\:\\right\\}}"),Bt("\\set","\\bra@set{\\{\\,}{\\mid}{}{\\,\\}}"),Bt("\\angln","{\\angl n}"),Bt("\\blue","\\textcolor{##6495ed}{#1}"),Bt("\\orange","\\textcolor{##ffa500}{#1}"),Bt("\\pink","\\textcolor{##ff00af}{#1}"),Bt("\\red","\\textcolor{##df0030}{#1}"),Bt("\\green","\\textcolor{##28ae7b}{#1}"),Bt("\\gray","\\textcolor{gray}{#1}"),Bt("\\purple","\\textcolor{##9d38bd}{#1}"),Bt("\\blueA","\\textcolor{##ccfaff}{#1}"),Bt("\\blueB","\\textcolor{##80f6ff}{#1}"),Bt("\\blueC","\\textcolor{##63d9ea}{#1}"),Bt("\\blueD","\\textcolor{##11accd}{#1}"),Bt("\\blueE","\\textcolor{##0c7f99}{#1}"),Bt("\\tealA","\\textcolor{##94fff5}{#1}"),Bt("\\tealB","\\textcolor{##26edd5}{#1}"),Bt("\\tealC","\\textcolor{##01d1c1}{#1}"),Bt("\\tealD","\\textcolor{##01a995}{#1}"),Bt("\\tealE","\\textcolor{##208170}{#1}"),Bt("\\greenA","\\textcolor{##b6ffb0}{#1}"),Bt("\\greenB","\\textcolor{##8af281}{#1}"),Bt("\\greenC","\\textcolor{##74cf70}{#1}"),Bt("\\greenD","\\textcolor{##1fab54}{#1}"),Bt("\\greenE","\\textcolor{##0d923f}{#1}"),Bt("\\goldA","\\textcolor{##ffd0a9}{#1}"),Bt("\\goldB","\\textcolor{##ffbb71}{#1}"),Bt("\\goldC","\\textcolor{##ff9c39}{#1}"),Bt("\\goldD","\\textcolor{##e07d10}{#1}"),Bt("\\goldE","\\textcolor{##a75a05}{#1}"),Bt("\\redA","\\textcolor{##fca9a9}{#1}"),Bt("\\redB","\\textcolor{##ff8482}{#1}"),Bt("\\redC","\\textcolor{##f9685d}{#1}"),Bt("\\redD","\\textcolor{##e84d39}{#1}"),Bt("\\redE","\\textcolor{##bc2612}{#1}"),Bt("\\maroonA","\\textcolor{##ffbde0}{#1}"),Bt("\\maroonB","\\textcolor{##ff92c6}{#1}"),Bt("\\maroonC","\\textcolor{##ed5fa6}{#1}"),Bt("\\maroonD","\\textcolor{##ca337c}{#1}"),Bt("\\maroonE","\\textcolor{##9e034e}{#1}"),Bt("\\purpleA","\\textcolor{##ddd7ff}{#1}"),Bt("\\purpleB","\\textcolor{##c6b9fc}{#1}"),Bt("\\purpleC","\\textcolor{##aa87ff}{#1}"),Bt("\\purpleD","\\textcolor{##7854ab}{#1}"),Bt("\\purpleE","\\textcolor{##543b78}{#1}"),Bt("\\mintA","\\textcolor{##f5f9e8}{#1}"),Bt("\\mintB","\\textcolor{##edf2df}{#1}"),Bt("\\mintC","\\textcolor{##e0e5cc}{#1}"),Bt("\\grayA","\\textcolor{##f6f7f7}{#1}"),Bt("\\grayB","\\textcolor{##f0f1f2}{#1}"),Bt("\\grayC","\\textcolor{##e3e5e6}{#1}"),Bt("\\grayD","\\textcolor{##d6d8da}{#1}"),Bt("\\grayE","\\textcolor{##babec2}{#1}"),Bt("\\grayF","\\textcolor{##888d93}{#1}"),Bt("\\grayG","\\textcolor{##626569}{#1}"),Bt("\\grayH","\\textcolor{##3b3e40}{#1}"),Bt("\\grayI","\\textcolor{##21242c}{#1}"),Bt("\\kaBlue","\\textcolor{##314453}{#1}"),Bt("\\kaGreen","\\textcolor{##71B307}{#1}"),{"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0});class i1{constructor(e,t,r){this.settings=void 0,this.expansionCount=void 0,this.lexer=void 0,this.macros=void 0,this.stack=void 0,this.mode=void 0,this.settings=t,this.expansionCount=0,this.feed(e),this.macros=new n1(Gr,t.macros),this.mode=r,this.stack=[]}feed(e){this.lexer=new r1(e,this.settings)}switchMode(e){this.mode=e}beginGroup(){this.macros.beginGroup()}endGroup(){this.macros.endGroup()}endGroups(){this.macros.endGroups()}future(){return 0===this.stack.length&&this.pushToken(this.lexer.lex()),this.stack[this.stack.length-1]}popToken(){return this.future(),this.stack.pop()}pushToken(e){this.stack.push(e)}pushTokens(e){this.stack.push(...e)}scanArgument(e){let t,r,n;if(e){if(this.consumeSpaces(),"["!==this.future().text)return null;t=this.popToken(),{tokens:n,end:r}=this.consumeArg(["]"])}else({tokens:n,start:t,end:r}=this.consumeArg());return this.pushToken(new Lt("EOF",r.loc)),this.pushTokens(n),new Lt("",Dt.range(t,r))}consumeSpaces(){for(;" "===this.future().text;)this.stack.pop()}consumeArg(e){let t=[],r=e&&0<e.length,n=(r||this.consumeSpaces(),this.future()),i,a=0,o=0;do{if(i=this.popToken(),t.push(i),"{"===i.text)++a;else if("}"===i.text){if(-1==--a)throw new nt("Extra }",i)}else if("EOF"===i.text)throw new nt("Unexpected end of input in a macro argument, expected '"+(e&&r?e[o]:"}")+"'",i);if(e&&r)if((0===a||1===a&&"{"===e[o])&&i.text===e[o]){if(++o===e.length){t.splice(-o,o);break}}else o=0}while(0!==a||r);return"{"===n.text&&"}"===t[t.length-1].text&&(t.pop(),t.shift()),t.reverse(),{tokens:t,start:n,end:i}}consumeArgs(t,r){if(r){if(r.length!==t+1)throw new nt("The length of delimiters doesn't match the number of args!");var n=r[0];for(let e=0;e<n.length;e++){var i=this.popToken();if(n[e]!==i.text)throw new nt("Use of the macro doesn't match its definition",i)}}var a=[];for(let e=0;e<t;e++)a.push(this.consumeArg(r&&r[e+1]).tokens);return a}countExpansion(e){if(this.expansionCount+=e,this.expansionCount>this.settings.maxExpand)throw new nt("Too many expansions: infinite loop or need to increase maxExpand setting")}expandOnce(e){var t=this.popToken(),r=t.text,n=t.noexpand?null:this._getExpansion(r);if(null==n||e&&n.unexpandable){if(e&&null==n&&"\\"===r[0]&&!this.isDefined(r))throw new nt("Undefined control sequence: "+r);return this.pushToken(t),!1}this.countExpansion(1);let i=n.tokens,a=this.consumeArgs(n.numArgs,n.delimiters);if(n.numArgs)for(let e=(i=i.slice()).length-1;0<=e;--e){var o=i[e];if("#"===o.text){if(0===e)throw new nt("Incomplete placeholder at end of macro body",o);if("#"===(o=i[--e]).text)i.splice(e+1,1);else{if(!/^[1-9]$/.test(o.text))throw new nt("Not a valid argument number",o);i.splice(e,2,...a[+o.text-1])}}}return this.pushTokens(i),i.length}expandAfterFuture(){return this.expandOnce(),this.future()}expandNextToken(){for(;;){var e;if(!1===this.expandOnce())return(e=this.stack.pop()).treatAsRelax&&(e.text="\\relax"),e}}expandMacro(e){return this.macros.has(e)?this.expandTokens([new Lt(e)]):void 0}expandTokens(e){var t,r=[],n=this.stack.length;for(this.pushTokens(e);this.stack.length>n;)!1===this.expandOnce(!0)&&((t=this.stack.pop()).treatAsRelax&&(t.noexpand=!1,t.treatAsRelax=!1),r.push(t));return this.countExpansion(r.length),r}expandMacroAsText(e){return(e=this.expandMacro(e))&&e.map(e=>e.text).join("")}_getExpansion(i){var e=this.macros.get(i);if(null==e)return e;if(1===i.length){var t=this.lexer.catcodes[i];if(null!=t&&13!==t)return}if("string"!=typeof(i="function"==typeof e?e(this):e))return i;{let e=0;if(i.includes("#"))for(var a=i.replace(/##/g,"");a.includes("#"+(e+1));)++e;let t=new r1(i,this.settings),r=[],n=t.lex();for(;"EOF"!==n.text;)r.push(n),n=t.lex();return r.reverse(),{tokens:r,numArgs:e}}}isDefined(e){return this.macros.has(e)||Vr.hasOwnProperty(e)||st.math.hasOwnProperty(e)||st.text.hasOwnProperty(e)||K0.hasOwnProperty(e)}isExpandable(e){var t=this.macros.get(e);return null!=t?"string"==typeof t||"function"==typeof t||!t.unexpandable:Vr.hasOwnProperty(e)&&!Vr[e].primitive}}let J0=/^[\u208a\u208b\u208c\u208d\u208e\u2080\u2081\u2082\u2083\u2084\u2085\u2086\u2087\u2088\u2089\u2090\u2091\u2095\u1d62\u2c7c\u2096\u2097\u2098\u2099\u2092\u209a\u1d63\u209b\u209c\u1d64\u1d65\u2093\u1d66\u1d67\u1d68\u1d69\u1d6a]/,q=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","ᵝ":"β","ᵞ":"γ","ᵟ":"δ","ᵠ":"ϕ","ᵡ":"χ","ᶿ":"θ"}),Q0={"́":{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"}},et={"á":"á","à":"à","ä":"ä","ǟ":"ǟ","ã":"ã","ā":"ā","ă":"ă","ắ":"ắ","ằ":"ằ","ẵ":"ẵ","ǎ":"ǎ","â":"â","ấ":"ấ","ầ":"ầ","ẫ":"ẫ","ȧ":"ȧ","ǡ":"ǡ","å":"å","ǻ":"ǻ","ḃ":"ḃ","ć":"ć","ḉ":"ḉ","č":"č","ĉ":"ĉ","ċ":"ċ","ç":"ç","ď":"ď","ḋ":"ḋ","ḑ":"ḑ","é":"é","è":"è","ë":"ë","ẽ":"ẽ","ē":"ē","ḗ":"ḗ","ḕ":"ḕ","ĕ":"ĕ","ḝ":"ḝ","ě":"ě","ê":"ê","ế":"ế","ề":"ề","ễ":"ễ","ė":"ė","ȩ":"ȩ","ḟ":"ḟ","ǵ":"ǵ","ḡ":"ḡ","ğ":"ğ","ǧ":"ǧ","ĝ":"ĝ","ġ":"ġ","ģ":"ģ","ḧ":"ḧ","ȟ":"ȟ","ĥ":"ĥ","ḣ":"ḣ","ḩ":"ḩ","í":"í","ì":"ì","ï":"ï","ḯ":"ḯ","ĩ":"ĩ","ī":"ī","ĭ":"ĭ","ǐ":"ǐ","î":"î","ǰ":"ǰ","ĵ":"ĵ","ḱ":"ḱ","ǩ":"ǩ","ķ":"ķ","ĺ":"ĺ","ľ":"ľ","ļ":"ļ","ḿ":"ḿ","ṁ":"ṁ","ń":"ń","ǹ":"ǹ","ñ":"ñ","ň":"ň","ṅ":"ṅ","ņ":"ņ","ó":"ó","ò":"ò","ö":"ö","ȫ":"ȫ","õ":"õ","ṍ":"ṍ","ṏ":"ṏ","ȭ":"ȭ","ō":"ō","ṓ":"ṓ","ṑ":"ṑ","ŏ":"ŏ","ǒ":"ǒ","ô":"ô","ố":"ố","ồ":"ồ","ỗ":"ỗ","ȯ":"ȯ","ȱ":"ȱ","ő":"ő","ṕ":"ṕ","ṗ":"ṗ","ŕ":"ŕ","ř":"ř","ṙ":"ṙ","ŗ":"ŗ","ś":"ś","ṥ":"ṥ","š":"š","ṧ":"ṧ","ŝ":"ŝ","ṡ":"ṡ","ş":"ş","ẗ":"ẗ","ť":"ť","ṫ":"ṫ","ţ":"ţ","ú":"ú","ù":"ù","ü":"ü","ǘ":"ǘ","ǜ":"ǜ","ǖ":"ǖ","ǚ":"ǚ","ũ":"ũ","ṹ":"ṹ","ū":"ū","ṻ":"ṻ","ŭ":"ŭ","ǔ":"ǔ","û":"û","ů":"ů","ű":"ű","ṽ":"ṽ","ẃ":"ẃ","ẁ":"ẁ","ẅ":"ẅ","ŵ":"ŵ","ẇ":"ẇ","ẘ":"ẘ","ẍ":"ẍ","ẋ":"ẋ","ý":"ý","ỳ":"ỳ","ÿ":"ÿ","ỹ":"ỹ","ȳ":"ȳ","ŷ":"ŷ","ẏ":"ẏ","ẙ":"ẙ","ź":"ź","ž":"ž","ẑ":"ẑ","ż":"ż","Á":"Á","À":"À","Ä":"Ä","Ǟ":"Ǟ","Ã":"Ã","Ā":"Ā","Ă":"Ă","Ắ":"Ắ","Ằ":"Ằ","Ẵ":"Ẵ","Ǎ":"Ǎ","Â":"Â","Ấ":"Ấ","Ầ":"Ầ","Ẫ":"Ẫ","Ȧ":"Ȧ","Ǡ":"Ǡ","Å":"Å","Ǻ":"Ǻ","Ḃ":"Ḃ","Ć":"Ć","Ḉ":"Ḉ","Č":"Č","Ĉ":"Ĉ","Ċ":"Ċ","Ç":"Ç","Ď":"Ď","Ḋ":"Ḋ","Ḑ":"Ḑ","É":"É","È":"È","Ë":"Ë","Ẽ":"Ẽ","Ē":"Ē","Ḗ":"Ḗ","Ḕ":"Ḕ","Ĕ":"Ĕ","Ḝ":"Ḝ","Ě":"Ě","Ê":"Ê","Ế":"Ế","Ề":"Ề","Ễ":"Ễ","Ė":"Ė","Ȩ":"Ȩ","Ḟ":"Ḟ","Ǵ":"Ǵ","Ḡ":"Ḡ","Ğ":"Ğ","Ǧ":"Ǧ","Ĝ":"Ĝ","Ġ":"Ġ","Ģ":"Ģ","Ḧ":"Ḧ","Ȟ":"Ȟ","Ĥ":"Ĥ","Ḣ":"Ḣ","Ḩ":"Ḩ","Í":"Í","Ì":"Ì","Ï":"Ï","Ḯ":"Ḯ","Ĩ":"Ĩ","Ī":"Ī","Ĭ":"Ĭ","Ǐ":"Ǐ","Î":"Î","İ":"İ","Ĵ":"Ĵ","Ḱ":"Ḱ","Ǩ":"Ǩ","Ķ":"Ķ","Ĺ":"Ĺ","Ľ":"Ľ","Ļ":"Ļ","Ḿ":"Ḿ","Ṁ":"Ṁ","Ń":"Ń","Ǹ":"Ǹ","Ñ":"Ñ","Ň":"Ň","Ṅ":"Ṅ","Ņ":"Ņ","Ó":"Ó","Ò":"Ò","Ö":"Ö","Ȫ":"Ȫ","Õ":"Õ","Ṍ":"Ṍ","Ṏ":"Ṏ","Ȭ":"Ȭ","Ō":"Ō","Ṓ":"Ṓ","Ṑ":"Ṑ","Ŏ":"Ŏ","Ǒ":"Ǒ","Ô":"Ô","Ố":"Ố","Ồ":"Ồ","Ỗ":"Ỗ","Ȯ":"Ȯ","Ȱ":"Ȱ","Ő":"Ő","Ṕ":"Ṕ","Ṗ":"Ṗ","Ŕ":"Ŕ","Ř":"Ř","Ṙ":"Ṙ","Ŗ":"Ŗ","Ś":"Ś","Ṥ":"Ṥ","Š":"Š","Ṧ":"Ṧ","Ŝ":"Ŝ","Ṡ":"Ṡ","Ş":"Ş","Ť":"Ť","Ṫ":"Ṫ","Ţ":"Ţ","Ú":"Ú","Ù":"Ù","Ü":"Ü","Ǘ":"Ǘ","Ǜ":"Ǜ","Ǖ":"Ǖ","Ǚ":"Ǚ","Ũ":"Ũ","Ṹ":"Ṹ","Ū":"Ū","Ṻ":"Ṻ","Ŭ":"Ŭ","Ǔ":"Ǔ","Û":"Û","Ů":"Ů","Ű":"Ű","Ṽ":"Ṽ","Ẃ":"Ẃ","Ẁ":"Ẁ","Ẅ":"Ẅ","Ŵ":"Ŵ","Ẇ":"Ẇ","Ẍ":"Ẍ","Ẋ":"Ẋ","Ý":"Ý","Ỳ":"Ỳ","Ÿ":"Ÿ","Ỹ":"Ỹ","Ȳ":"Ȳ","Ŷ":"Ŷ","Ẏ":"Ẏ","Ź":"Ź","Ž":"Ž","Ẑ":"Ẑ","Ż":"Ż","ά":"ά","ὰ":"ὰ","ᾱ":"ᾱ","ᾰ":"ᾰ","έ":"έ","ὲ":"ὲ","ή":"ή","ὴ":"ὴ","ί":"ί","ὶ":"ὶ","ϊ":"ϊ","ΐ":"ΐ","ῒ":"ῒ","ῑ":"ῑ","ῐ":"ῐ","ό":"ό","ὸ":"ὸ","ύ":"ύ","ὺ":"ὺ","ϋ":"ϋ","ΰ":"ΰ","ῢ":"ῢ","ῡ":"ῡ","ῠ":"ῠ","ώ":"ώ","ὼ":"ὼ","Ύ":"Ύ","Ὺ":"Ὺ","Ϋ":"Ϋ","Ῡ":"Ῡ","Ῠ":"Ῠ","Ώ":"Ώ","Ὼ":"Ὼ"};class a1{constructor(e,t){this.mode=void 0,this.gullet=void 0,this.settings=void 0,this.leftrightDepth=void 0,this.nextToken=void 0,this.mode="math",this.gullet=new i1(e,t,this.mode),this.settings=t,this.leftrightDepth=0,this.nextToken=null}expect(e,t){if(void 0===t&&(t=!0),this.fetch().text!==e)throw new nt("Expected '"+e+"', got '"+this.fetch().text+"'",this.fetch());t&&this.consume()}consume(){this.nextToken=null}fetch(){return null==this.nextToken&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken}switchMode(e){this.mode=e,this.gullet.switchMode(e)}parse(){this.settings.globalGroup||this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set("\\color","\\textcolor");try{var e=this.parseExpression(!1);return this.expect("EOF"),this.settings.globalGroup||this.gullet.endGroup(),e}finally{this.gullet.endGroups()}}subparse(e){var t=this.nextToken,e=(this.consume(),this.gullet.pushToken(new Lt("}")),this.gullet.pushTokens(e),this.parseExpression(!1));return this.expect("}"),this.nextToken=t,e}parseExpression(e,t){for(var r=[];;){"math"===this.mode&&this.consumeSpaces();var n=this.fetch();if(a1.endOfExpression.has(n.text))break;if(t&&n.text===t)break;if(e&&Vr[n.text]&&Vr[n.text].infix)break;if(!(n=this.parseAtom(t)))break;"internal"!==n.type&&r.push(n)}return"text"===this.mode&&this.formLigatures(r),this.handleInfixNodes(r)}handleInfixNodes(t){let r,n=-1;for(let e=0;e<t.length;e++){var i=t[e];if("infix"===i.type){if(-1!==n)throw new nt("only one infix operator per group",i.token);n=e,r=i.replaceWith}}var e,a;return-1!==n&&r?(e=t.slice(0,n),a=t.slice(n+1),e=1===e.length&&"ordgroup"===e[0].type?e[0]:{type:"ordgroup",mode:this.mode,body:e},a=1===a.length&&"ordgroup"===a[0].type?a[0]:{type:"ordgroup",mode:this.mode,body:a},["\\\\abovefrac"===r?this.callFunction(r,[e,t[n],a],[]):this.callFunction(r,[e,a],[])]):t}handleSupSubscript(e){let t,r=this.fetch(),n=r.text,i;for(this.consume(),this.consumeSpaces();"internal"===(null==(t=i=this.parseGroup(e))?void 0:t.type););if(i)return i;throw new nt("Expected group after '"+n+"'",r)}formatUnsupportedCmd(t){var r=[];for(let e=0;e<t.length;e++)r.push({type:"textord",mode:"text",text:t[e]});var e={type:"text",mode:this.mode,body:r};return{type:"color",mode:this.mode,color:this.settings.errorColor,body:[e]}}parseAtom(e){var t=this.parseGroup("atom",e);if("internal"===(null==t?void 0:t.type))return t;if("text"===this.mode)return t;let r,n;for(;;){this.consumeSpaces();var i=this.fetch();if("\\limits"===i.text||"\\nolimits"===i.text){if(t&&"op"===t.type){var a="\\limits"===i.text;t.limits=a,t.alwaysHandleSupSub=!0}else{if(!t||"operatorname"!==t.type)throw new nt("Limit controls must follow a math operator",i);t.alwaysHandleSupSub&&(t.limits="\\limits"===i.text)}this.consume()}else if("^"===i.text){if(r)throw new nt("Double superscript",i);r=this.handleSupSubscript("superscript")}else if("_"===i.text){if(n)throw new nt("Double subscript",i);n=this.handleSupSubscript("subscript")}else if("'"===i.text){if(r)throw new nt("Double superscript",i);var o={type:"textord",mode:this.mode,text:"\\prime"},s=[o];for(this.consume();"'"===this.fetch().text;)s.push(o),this.consume();"^"===this.fetch().text&&s.push(this.handleSupSubscript("superscript")),r={type:"ordgroup",mode:this.mode,body:s}}else{if(!q[i.text])break;var l=J0.test(i.text),h=[];for(h.push(new Lt(q[i.text])),this.consume();;){var m=this.fetch().text;if(!q[m])break;if(J0.test(m)!==l)break;h.unshift(new Lt(q[m])),this.consume()}a=this.subparse(h),l?n={type:"ordgroup",mode:"math",body:a}:r={type:"ordgroup",mode:"math",body:a}}}return r||n?{type:"supsub",mode:this.mode,base:t,sup:r,sub:n}:t}parseFunction(e,t){var r=this.fetch(),n=r.text;if(!(i=Vr[n]))return null;if(this.consume(),t&&"atom"!==t&&!i.allowedInArgument)throw new nt("Got function '"+n+"' with no arguments"+(t?" as "+t:""),r);if("text"===this.mode&&!i.allowedInText)throw new nt("Can't use function '"+n+"' in text mode",r);if("math"===this.mode&&!1===i.allowedInMath)throw new nt("Can't use function '"+n+"' in math mode",r);var{args:t,optArgs:i}=this.parseArguments(n,i);return this.callFunction(n,t,i,r,e)}callFunction(e,t,r,n,i){var a=Vr[e];if(a&&a.handler)return a.handler({funcName:e,parser:this,token:n,breakOnTokenText:i},t,r);throw new nt("No function handler for "+e)}parseArguments(i,a){var e=a.numArgs+a.numOptionalArgs;if(0===e)return{args:[],optArgs:[]};var o=[],s=[];for(let n=0;n<e;n++){let e=a.argTypes&&a.argTypes[n],t=n<a.numOptionalArgs,r=(("primitive"in a&&a.primitive&&null==e||"sqrt"===a.type&&1===n&&null==s[0])&&(e="primitive"),this.parseGroupOfType("argument to '"+i+"'",e,t));if(t)s.push(r);else{if(null==r)throw new nt("Null argument, please report this as a bug");o.push(r)}}return{args:o,optArgs:s}}parseGroupOfType(e,t,r){switch(t){case"color":return this.parseColorGroup(r);case"size":return this.parseSizeGroup(r);case"url":return this.parseUrlGroup(r);case"math":case"text":return this.parseArgumentGroup(r,t);case"hbox":var n=this.parseArgumentGroup(r,"text");return null!=n?{type:"styling",mode:n.mode,body:[n],style:"text",resetFont:!0}:null;case"raw":return null!=(n=this.parseStringGroup("raw",r))?{type:"raw",mode:"text",string:n.text}:null;case"primitive":if(r)throw new nt("A primitive argument cannot be optional");if(null==(n=this.parseGroup(e)))throw new nt("Expected group as "+e,this.fetch());return n;case"original":case null:case void 0:return this.parseArgumentGroup(r);default:throw new nt("Unknown group type as "+e,this.fetch())}}consumeSpaces(){for(;" "===this.fetch().text;)this.consume()}parseStringGroup(e,t){if(null==(t=this.gullet.scanArgument(t)))return null;let r,n="";for(;"EOF"!==(r=this.fetch()).text;)n+=r.text,this.consume();return this.consume(),t.text=n,t}parseRegexGroup(e,t){let r=this.fetch(),n,i=r,a="";for(;"EOF"!==(n=this.fetch()).text&&e.test(a+n.text);)i=n,a+=i.text,this.consume();if(""===a)throw new nt("Invalid "+t+": '"+r.text+"'",r);return r.range(i,a)}parseColorGroup(e){if(null==(e=this.parseStringGroup("color",e)))return null;var t=/^(#[a-f0-9]{3,4}|#[a-f0-9]{6}|#[a-f0-9]{8}|[a-f0-9]{6}|[a-z]+)$/i.exec(e.text);if(!t)throw new nt("Invalid color: '"+e.text+"'",e);let r=t[0];return/^[0-9a-f]{6}$/i.test(r)&&(r="#"+r),{type:"color-token",mode:this.mode,color:r}}parseSizeGroup(e){let t,r=!1;if(this.gullet.consumeSpaces(),!(t=e||"{"===this.gullet.future().text?this.parseStringGroup("size",e):this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,"size")))return null;if(e||0!==t.text.length||(t.text="0pt",r=!0),!(e=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(t.text)))throw new nt("Invalid size: '"+t.text+"'",t);if(Gt(e={number:+(e[1]+e[2]),unit:e[3]}))return{type:"size",mode:this.mode,value:e,isBlank:r};throw new nt("Invalid unit: '"+e.unit+"'",t)}parseUrlGroup(e){return this.gullet.lexer.setCatcode("%",13),this.gullet.lexer.setCatcode("~",12),e=this.parseStringGroup("url",e),this.gullet.lexer.setCatcode("%",14),this.gullet.lexer.setCatcode("~",13),null==e?null:(e=e.text.replace(/\\([#$%&~_^{}])/g,"$1"),{type:"url",mode:this.mode,url:e})}parseArgumentGroup(e,t){var r,n;return null==(e=this.gullet.scanArgument(e))?null:(r=this.mode,t&&this.switchMode(t),this.gullet.beginGroup(),n=this.parseExpression(!1,"EOF"),this.expect("EOF"),this.gullet.endGroup(),e={type:"ordgroup",mode:this.mode,loc:e.loc,body:n},t&&this.switchMode(r),e)}parseGroup(e,t){let r=this.fetch(),n=r.text,i;if("{"===n||"\\begingroup"===n){this.consume();var a="{"===n?"}":"\\endgroup",o=(this.gullet.beginGroup(),this.parseExpression(!1,a)),s=this.fetch();this.expect(a),this.gullet.endGroup(),i={type:"ordgroup",mode:this.mode,loc:Dt.range(r,s),body:o,semisimple:"\\begingroup"===n||void 0}}else if(null==(i=this.parseFunction(t,e)||this.parseSymbol())&&"\\"===n[0]&&!K0.hasOwnProperty(n)){if(this.settings.throwOnError)throw new nt("Undefined control sequence: "+n,r);i=this.formatUnsupportedCmd(n),this.consume()}return i}formLigatures(t){let r=t.length-1;for(let e=0;e<r;++e){var n,i,a,o=t[e];"textord"===o.type&&(n=o.text,i=t[e+1])&&"textord"===i.type&&("-"===n&&"-"===i.text&&(a=t[e+2],e+1<r&&a&&"textord"===a.type&&"-"===a.text?(t.splice(e,3,{type:"textord",mode:"text",loc:Dt.range(o,a),text:"---"}),r-=2):(t.splice(e,2,{type:"textord",mode:"text",loc:Dt.range(o,i),text:"--"}),--r)),"'"!==n&&"`"!==n||i.text!==n||(t.splice(e,2,{type:"textord",mode:"text",loc:Dt.range(o,i),text:n+n}),--r))}}parseSymbol(){let t=this.fetch(),r=t.text;if(/^\\verb[^a-zA-Z]/.test(r)){this.consume();let e=r.slice(5),t="*"===e.charAt(0);if((e=t?e.slice(1):e).length<2||e.charAt(0)!==e.slice(-1))throw new nt("\\verb assertion failed --\n please report what input caused this bug");return{type:"verb",mode:"text",body:e=e.slice(1,-1),star:t}}et.hasOwnProperty(r[0])&&!st[this.mode][r[0]]&&(this.settings.strict&&"math"===this.mode&&this.settings.reportNonstrict("unicodeTextInMathMode",'Accented Unicode text character "'+r[0]+'" used in math mode',t),r=et[r[0]]+r.slice(1));let n=X0.exec(r),i;if(n&&("i"===(r=r.substring(0,n.index))?r="ı":"j"===r&&(r="ȷ")),st[this.mode][r]){this.settings.strict&&"math"===this.mode&&"ÐÞþ".includes(r)&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+r[0]+'" used in math mode',t);var e=st[this.mode][r].group,a=Dt.range(t),e=e in Ue?{type:"atom",mode:this.mode,family:e,loc:a,text:r}:{type:e,mode:this.mode,loc:a,text:r};i=e}else{if(!(128<=r.charCodeAt(0)))return null;this.settings.strict&&(Vt(r.charCodeAt(0))?"math"===this.mode&&this.settings.reportNonstrict("unicodeTextInMathMode",'Unicode text character "'+r[0]+'" used in math mode',t):this.settings.reportNonstrict("unknownSymbol",'Unrecognized Unicode character "'+r[0]+'" ('+r.charCodeAt(0)+")",t)),i={type:"textord",mode:"text",loc:Dt.range(t),text:r}}if(this.consume(),n)for(let e=0;e<n[0].length;e++){var o=n[0][e];if(!Q0[o])throw new nt("Unknown accent ' "+o+"'",t);var s=Q0[o][this.mode]||Q0[o].text;if(!s)throw new nt("Accent "+o+" unsupported in "+this.mode+" mode",t);i={type:"accent",mode:this.mode,loc:Dt.range(t),label:s,isStretchy:!1,isShifty:!0,base:i}}return i}}function Ur(e,t){if(!("string"==typeof e||e instanceof String))throw new TypeError("KaTeX can only parse string typed expression");delete(e=new a1(e,t)).gullet.macros.current["\\df@tag"];let r=e.parse();if(delete e.gullet.macros.current["\\current@color"],delete e.gullet.macros.current["\\color"],e.gullet.macros.get("\\df@tag")){if(!t.displayMode)throw new nt("\\tag works only in display equations");r=[{type:"tag",mode:"text",body:r,tag:e.subparse([new Lt("\\df@tag")])}]}return r}function jr(e,t,r){if(!r.throwOnError&&e instanceof nt)return(t=Y(["katex-error"],[new Et(t)])).setAttribute("title",e.toString()),t.setAttribute("style","color:"+r.errorColor),t;throw e}a1.endOfExpression=new Set(["}","\\endgroup","\\end","\\right","&"]);let tt=function(e,t,r){t.textContent="",e=rt(e,r).toNode(),t.appendChild(e)},rt=("undefined"!=typeof document&&"CSS1Compat"!==document.compatMode&&("undefined"!=typeof console&&console.warn("Warning: KaTeX doesn't work in quirks mode. Make sure your website has a suitable doctype."),tt=function(){throw new nt("KaTeX doesn't work in quirks mode.")}),function(e,t){var r=new Wr(t);try{var n,i,a=Ur(e,r),o=e,s=r,l=Le(s);return"mathml"===s.output?fr(a,o,l,s.displayMode,!0):(i="html"===s.output?(n=cr(a,l),Y(["katex"],[n])):(o=fr(a,o,l,s.displayMode,!1),a=cr(a,l),Y(["katex"],[o,a])),Pe(i,s))}catch(t){return jr(t,e,r)}});var Xr={version:"0.16.46",render:tt,renderToString:function(e,t){return rt(e,t).toMarkup()},ParseError:nt,SETTINGS_SCHEMA:O,__parse:function(e,t){return Ur(e,t=new Wr(t))},__renderToDomTree:rt,__renderToHTMLTree:function(e,t){var r=new Wr(t);try{var n=Ur(e,r),i=r,n=cr(n,Le(i));return n=Y(["katex"],[n]),Pe(n,i)}catch(t){return jr(t,e,r)}},__setFontMetrics:function(e,t){ot[e]=t},__defineSymbol:lt,__defineFunction:zt,__defineMacro:Bt,__domTree:{Span:_r,Anchor:Zr,SymbolNode:Et,SvgNode:Nt,PathNode:Jr,LineNode:Qr}};return Ft.default}}),((e,t)=>{"object"==typeof exports&&"object"==typeof module?module.exports=t(require("katex")):"function"==typeof define&&define.amd?define(["katex"],t):"object"==typeof exports?exports.renderMathInElement=t(require("katex")):e.renderMathInElement=t(e.katex)})("undefined"!=typeof self?self:this,function(t){return r={771:function(e){e.exports=t}},i={},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.d(p={},{default:function(){return o}}),e=n(771),s=n.n(e),l=function(e,t,r){for(var n=r,i=0,a=e.length;n<t.length;){var o=t[n];if(i<=0&&t.slice(n,n+a)===e)return n;"\\"===o?n++:"{"===o?i++:"}"===o&&i--,n++}return-1},h=/^\\begin{/,m=function(t,e){for(var r,n=[],i=RegExp("("+e.map(function(e){return e.left.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&")}).join("|")+")");-1!==(r=t.search(i));){0<r&&(n.push({type:"text",data:t.slice(0,r)}),t=t.slice(r));var a=e.findIndex(function(e){return t.startsWith(e.left)});if(-1===(r=l(e[a].right,t,e[a].left.length)))break;var o=t.slice(0,r+e[a].right.length),s=h.test(o)?o:t.slice(e[a].left.length,r);n.push({type:"math",data:s,rawData:o,display:e[a].display}),t=t.slice(r+e[a].right.length)}return""!==t&&n.push({type:"text",data:t}),n},c=function(e,t){var r=m(e,t.delimiters);if(1===r.length&&"text"===r[0].type)return null;for(var n=document.createDocumentFragment(),i=0;i<r.length;i++)if("text"===r[i].type)n.appendChild(document.createTextNode(r[i].data));else{var a=document.createElement("span"),o=r[i].data;t.displayMode=r[i].display;try{t.preProcess&&(o=t.preProcess(o)),s().render(o,a,t)}catch(e){if(!(e instanceof s().ParseError))throw e;t.errorCallback("KaTeX auto-render: Failed to parse `"+r[i].data+"` with ",e),n.appendChild(document.createTextNode(r[i].rawData));continue}n.appendChild(a)}return n},a=function e(t,r){for(var n=0;n<t.childNodes.length;n++){var i=t.childNodes[n];if(3===i.nodeType){for(var a=i.textContent,o=i.nextSibling,s=0;o&&o.nodeType===Node.TEXT_NODE;)a+=o.textContent,o=o.nextSibling,s++;var l=c(a,r);if(l){for(var h=0;h<s;h++)i.nextSibling.remove();n+=l.childNodes.length-1,t.replaceChild(l,i)}else n+=s}else 1===i.nodeType&&(()=>{var t=" "+i.className+" ";-1===r.ignoredTags.indexOf(i.nodeName.toLowerCase())&&r.ignoredClasses.every(function(e){return-1===t.indexOf(" "+e+" ")})&&e(i,r)})()}},o=function(e,t){if(!e)throw Error("No element provided to render");var r,n={};for(r in t)t.hasOwnProperty(r)&&(n[r]=t[r]);n.delimiters=n.delimiters||[{left:"$$",right:"$$",display:!0},{left:"$",right:"$",display:!1},{left:"\\(",right:"\\)",display:!1},{left:"\\begin{equation}",right:"\\end{equation}",display:!0},{left:"\\begin{align}",right:"\\end{align}",display:!0},{left:"\\begin{alignat}",right:"\\end{alignat}",display:!0},{left:"\\begin{gather}",right:"\\end{gather}",display:!0},{left:"\\begin{CD}",right:"\\end{CD}",display:!0},{left:"\\[",right:"\\]",display:!0}],n.ignoredTags=n.ignoredTags||["script","noscript","style","textarea","pre","code","option"],n.ignoredClasses=n.ignoredClasses||[],n.errorCallback=n.errorCallback||console.error,n.macros=n.macros||{},a(e,n)},p.default;function n(e){var t=i[e];return void 0===t&&(t=i[e]={exports:{}},r[e](t,t.exports,n)),t.exports}var r,i,e,s,l,h,m,c,a,o,p}),document.addEventListener("DOMContentLoaded",function(){renderMathInElement(document.body)});
|