@codingame/monaco-vscode-markdown-math-default-extension 26.2.2 → 28.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,265 @@
1
- (()=>{var e={15:function(e,t,r){"use strict";var n,o=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),s=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__importStar||(n=function(e){return n=Object.getOwnPropertyNames||function(e){var t=[];for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[t.length]=r);return t},n(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r=n(e),i=0;i<r.length;i++)"default"!==r[i]&&o(t,e,r[i]);return s(t,e),t});Object.defineProperty(t,"__esModule",{value:!0}),t.activate=function(e){return a.workspace.onDidChangeConfiguration(e=>{e.affectsConfiguration(l)&&a.commands.executeCommand("markdown.api.reloadPlugins")},void 0,e.subscriptions),{extendMarkdownIt(e){if(a.workspace.getConfiguration("markdown").get("math.enabled",!0)){const t=r(192).default,n=a.workspace.getConfiguration("markdown").get("math.macros",{}),o={enableFencedBlocks:!0,globalGroup:!0,macros:{...n}};return e.core.ruler.push("reset-katex-macros",()=>{o.macros={...n}}),e.use(t,o)}return e}}};const a=i(r(398)),l="markdown.math"},192:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const o=n(r(890));function s(e,t){const r=e.src[t-1],n=e.src[t],o=e.src[t+1];if("$"!==n)return{can_open:!1,can_close:!1};let s=!1,l=!1;return"$"===r||"\\"===r||void 0!==r&&!i(r)&&a(r)||(s=!0),"$"===o||null!=o&&!i(o)&&a(o)||(l=!0),{can_open:s,can_close:l}}function i(e){return/^\s$/u.test(e)}function a(e){return/^[\w\d]$/u.test(e)}function l(e,t){const r=e.src[t-1],n=e.src[t],o=e.src[t+1],s=e.src[t+2];return"$"===n&&"$"!==r&&"\\"!==r&&"$"===o&&"$"!==s?{can_open:!0,can_close:!0}:{can_open:!1,can_close:!1}}function c(e,t){if("$"!==e.src[e.pos])return!1;const r=e.tokens.at(-1);if("html_inline"===r?.type&&/^<\w+.+[^/]>$/.test(r.content))return!1;let n=s(e,e.pos);if(!n.can_open)return t||(e.pending+="$"),e.pos+=1,!0;let o,i=e.pos+1,a=i;for(;-1!==(a=e.src.indexOf("$",a));){for(o=a-1;"\\"===e.src[o];)o-=1;if((a-o)%2==1)break;a+=1}if(-1===a)return t||(e.pending+="$"),e.pos=i,!0;if(a-i===0)return t||(e.pending+="$$"),e.pos=i+1,!0;if(n=s(e,a),!n.can_close)return t||(e.pending+="$"),e.pos=i,!0;if(!t){const t=e.push("math_inline","math",0);t.markup="$",t.content=e.src.slice(i,a)}return e.pos=a+1,!0}function h(e,t){var r,n,o,s;if("$$"!==e.src.slice(e.pos,e.pos+2))return!1;if(!l(e,e.pos).can_open)return t||(e.pending+="$$"),e.pos+=2,!0;for(n=r=e.pos+2;-1!==(n=e.src.indexOf("$$",n));){for(s=n-1;"\\"===e.src[s];)s-=1;if((n-s)%2==1)break;n+=2}return-1===n?(t||(e.pending+="$$"),e.pos=r,!0):n-r===0?(t||(e.pending+="$$$$"),e.pos=r+2,!0):l(e,n).can_close?(t||((o=e.push("math_block","math",0)).block=!0,o.markup="$$",o.content=e.src.slice(r,n)),e.pos=n+2,!0):(t||(e.pending+="$$"),e.pos=r,!0)}function m(e,t){const r=e.src.slice(e.pos);if(!/^\n\\begin/.test(r))return!1;if(e.pos+=1,t)return!0;const n=r.split(/\n/g).slice(1);let o;const s=[];e:for(var i=0;i<n.length;++i){const e=n[i];for(const t of e.matchAll(/(\\begin|\\end)\s*\{([^{}]+)\}/g))if("\\begin"===t[1])s.push(t[2].trim());else if("\\end"===t[1]&&(s.pop(),!s.length)){o=i;break e}}if(void 0===o)return!1;const a=n.slice(0,o+1).reduce((e,t)=>e+t.length,0)+o+1,l=e.push("math_inline_bare_block","math",0);return l.block=!0,l.markup="$$",l.content=r.slice(1,a),e.pos=e.pos+a,!0}function p(e,t,r,n){const o=e.tokens;for(let e=o.length-1;e>=0;e--){const s=o[e],i=[];if("html_block"!==s.type)continue;const a=s.content;for(const e of a.matchAll(n)){if(!e.groups)continue;const n=e.groups.html_before_math,o=e.groups.math,a=e.groups.html_after_math;n&&i.push({...s,type:"html_block",map:null,content:n}),o&&i.push({...s,type:t,map:null,content:o,markup:r,block:!0,tag:"math"}),a&&i.push({...s,type:"html_block",map:null,content:a})}i.length>0&&o.splice(e,1,...i)}return!0}function u(e){return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#039;")}t.default=function(e,t){const r=t?.katex??o.default,n=t?.enableBareBlocks,s=t?.enableMathBlockInHtml,i=t?.enableMathInlineInHtml,a=t?.enableFencedBlocks;e.inline.ruler.after("escape","math_inline",c),e.inline.ruler.after("escape","math_inline_block",h),n&&e.inline.ruler.before("text","math_inline_bare_block",m),e.block.ruler.after("blockquote","math_block",(e,t,r,o)=>!(!n||!function(e,t,r,n){const o=e.bMarks[t]+e.tShift[t],s=e.eMarks[t];if(!e.src.slice(o,s).match(/^\s*\\begin\s*\{([^{}]+)\}/))return!1;if(t>0){const r=e.bMarks[t-1]+e.tShift[t-1],n=e.eMarks[t-1],o=e.src.slice(r,n);if(!/^\s*$/.test(o))return!1}if(n)return!0;const i=[];let a,l=t,c=!1;e:for(;!(c||l>=r);l++){const t=e.bMarks[l]+e.tShift[l],r=e.eMarks[l];if(t<r&&e.tShift[l]<e.blkIndent)break;const n=e.src.slice(t,r);for(const o of n.matchAll(/(\\begin|\\end)\s*\{([^{}]+)\}/g))if("\\begin"===o[1])i.push(o[2].trim());else if("\\end"===o[1]&&(i.pop(),!i.length)){a=e.src.slice(t,r),c=!0;break e}}e.line=l+1;const h=e.push("math_block","math",0);return h.block=!0,h.content=(e.getLines(t,l,e.tShift[t],!0)+(a??"")).trim(),h.map=[t,e.line],h.markup="$$",!0}(e,t,r,o))||function(e,t,r,n){let o=!1,s=e.bMarks[t]+e.tShift[t],i=e.eMarks[t];if(s+2>i)return!1;if("$$"!==e.src.slice(s,s+2))return!1;s+=2;let a=e.src.slice(s,i);const l=[...a.matchAll(/\$\$/g)];if(1===l.length&&l[0].index===a.length-2)a=a.trim().slice(0,-2),o=!0;else if(l.length>1)return!1;if(n)return!0;let c,h,m;for(h=t;!(o||(h++,h>=r)||(s=e.bMarks[h]+e.tShift[h],i=e.eMarks[h],s<i&&e.tShift[h]<e.blkIndent));)"$$"===e.src.slice(s,i).trim().slice(-2)?(m=e.src.slice(0,i).lastIndexOf("$$"),c=e.src.slice(s,m),o=!0):e.src.slice(s,i).trim().includes("$$")&&(m=e.src.slice(0,i).trim().indexOf("$$"),c=e.src.slice(s,m),o=!0);e.line=h+1;const p=e.push("math_block","math",0);return p.block=!0,p.content=(a&&a.trim()?a+"\n":"")+e.getLines(t+1,h,e.tShift[t],!0)+(c&&c.trim()?c:""),p.map=[t,e.line],p.markup="$$",!0}(e,t,r,o),{alt:["paragraph","reference","blockquote","list"]});const l=/(?<html_before_math>[\s\S]*?)\$\$(?<math>[\s\S]+?)\$\$(?<html_after_math>(?:(?!\$\$[\s\S]+?\$\$)[\s\S])*)/gm,d=/(?<html_before_math>[\s\S]*?)\$(?<math>.*?)\$(?<html_after_math>(?:(?!\$.*?\$)[\s\S])*)/gm;s&&e.core.ruler.push("math_block_in_html_block",e=>p(e,"math_block","$$",l)),i&&e.core.ruler.push("math_inline_in_html_block",e=>p(e,"math_inline","$",d));const g=e=>{try{return`<p class="katex-block">${r.renderToString(e,{...t,displayMode:!0})}</p>`}catch(r){return t?.throwOnError&&console.log(r),`<p class="katex-block katex-error" title="${u(e)}">${u(r+"")}</p>`}},f=(e,t)=>g(e[t].content)+"\n";if(e.renderer.rules.math_inline=(e,n)=>{const o=e[n].content;return(e=>{const n=/\\begin\{(align|equation|gather|cd|alignat)\}/gi.test(e);try{return r.renderToString(e,{...t,displayMode:n})}catch(r){return t?.throwOnError&&console.log(r),`<span class="katex-error" title="${u(e)}">${u(r+"")}</span>`}})(o.length>2&&"`"===o[0]&&"`"===o[o.length-1]?o.slice(1,-1):o)},e.renderer.rules.math_inline_block=f,e.renderer.rules.math_inline_bare_block=f,e.renderer.rules.math_block=f,a){const t="math",r=e.renderer.rules.fence;e.renderer.rules.fence=function(e,n,o,s,i){const l=e[n];return l.info.trim().toLowerCase()===t&&a?g(l.content)+"\n":r?.call(this,e,n,o,s,i)||""}}}},398:e=>{"use strict";e.exports=require("vscode")},890:function(e){var t;"undefined"!=typeof self&&self,t=function(){return function(){"use strict";var e={d:function(t,r){for(var n in r)e.o(r,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:r[n]})},o:function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}},t={};e.d(t,{default:function(){return _n}});class r{constructor(e,t){this.name=void 0,this.position=void 0,this.length=void 0,this.rawMessage=void 0;let n,o,s="KaTeX parse error: "+e;const i=t&&t.loc;if(i&&i.start<=i.end){const e=i.lexer.input;n=i.start,o=i.end,n===e.length?s+=" at end of input: ":s+=" at position "+(n+1)+": ";const t=e.slice(n,o).replace(/[^]/g,"$&̲");let r,a;r=n>15?"…"+e.slice(n-15,n):e.slice(0,n),a=o+15<e.length?e.slice(o,o+15)+"…":e.slice(o),s+=r+t+a}const a=new Error(s);return a.name="ParseError",a.__proto__=r.prototype,a.position=n,null!=n&&null!=o&&(a.length=o-n),a.rawMessage=e,a}}r.prototype.__proto__=Error.prototype;var n=r;const o=/([A-Z])/g,s={"&":"&amp;",">":"&gt;","<":"&lt;",'"':"&quot;","'":"&#x27;"},i=/[&><"']/g,a=function(e){return"ordgroup"===e.type||"color"===e.type?1===e.body.length?a(e.body[0]):e:"font"===e.type?a(e.body):e};var l={contains:function(e,t){return-1!==e.indexOf(t)},deflt:function(e,t){return void 0===e?t:e},escape:function(e){return String(e).replace(i,e=>s[e])},hyphenate:function(e){return e.replace(o,"-$1").toLowerCase()},getBaseElem:a,isCharacterBox:function(e){const t=a(e);return"mathord"===t.type||"textord"===t.type||"atom"===t.type},protocolFromUrl:function(e){const t=/^[\x00-\x20]*([^\\/#?]*?)(:|&#0*58|&#x0*3a|&colon)/i.exec(e);return t?":"!==t[2]?null:/^[a-zA-Z][a-zA-Z0-9+\-.]*$/.test(t[1])?t[1].toLowerCase():null:"_relative"}};const c={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}};function h(e){if(e.default)return e.default;const t=e.type,r=Array.isArray(t)?t[0]:t;if("string"!=typeof r)return r.enum[0];switch(r){case"boolean":return!1;case"string":return"";case"number":return 0;case"object":return{}}}class m{constructor(e){this.displayMode=void 0,this.output=void 0,this.leqno=void 0,this.fleqn=void 0,this.throwOnError=void 0,this.errorColor=void 0,this.macros=void 0,this.minRuleThickness=void 0,this.colorIsTextColor=void 0,this.strict=void 0,this.trust=void 0,this.maxSize=void 0,this.maxExpand=void 0,this.globalGroup=void 0,e=e||{};for(const t in c)if(c.hasOwnProperty(t)){const r=c[t];this[t]=void 0!==e[t]?r.processor?r.processor(e[t]):e[t]:h(r)}}reportNonstrict(e,t,r){let o=this.strict;if("function"==typeof o&&(o=o(e,t,r)),o&&"ignore"!==o){if(!0===o||"error"===o)throw new n("LaTeX-incompatible input and strict mode is set to 'error': "+t+" ["+e+"]",r);"warn"===o?"undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+t+" ["+e+"]"):"undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to unrecognized '"+o+"': "+t+" ["+e+"]")}}useStrictBehavior(e,t,r){let n=this.strict;if("function"==typeof n)try{n=n(e,t,r)}catch(e){n="error"}return!(!n||"ignore"===n||!0!==n&&"error"!==n&&("warn"===n?("undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+t+" ["+e+"]"),1):("undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to unrecognized '"+n+"': "+t+" ["+e+"]"),1)))}isTrusted(e){if(e.url&&!e.protocol){const t=l.protocolFromUrl(e.url);if(null==t)return!1;e.protocol=t}const t="function"==typeof this.trust?this.trust(e):this.trust;return Boolean(t)}}class p{constructor(e,t,r){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=e,this.size=t,this.cramped=r}sup(){return u[d[this.id]]}sub(){return u[g[this.id]]}fracNum(){return u[f[this.id]]}fracDen(){return u[b[this.id]]}cramp(){return u[y[this.id]]}text(){return u[x[this.id]]}isTight(){return this.size>=2}}const u=[new p(0,0,!1),new p(1,0,!0),new p(2,1,!1),new p(3,1,!0),new p(4,2,!1),new p(5,2,!0),new p(6,3,!1),new p(7,3,!0)],d=[4,5,4,5,6,7,6,7],g=[5,5,5,5,7,7,7,7],f=[2,3,4,5,6,7,6,7],b=[3,3,5,5,7,7,7,7],y=[1,1,3,3,5,5,7,7],x=[0,1,2,3,2,3,2,3];var w={DISPLAY:u[0],TEXT:u[2],SCRIPT:u[4],SCRIPTSCRIPT:u[6]};const v=[{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]]}],k=[];function S(e){for(let t=0;t<k.length;t+=2)if(e>=k[t]&&e<=k[t+1])return!0;return!1}v.forEach(e=>e.blocks.forEach(e=>k.push(...e)));const M={doubleleftarrow:"M262 157\nl10-10c34-36 62.7-77 86-123 3.3-8 5-13.3 5-16 0-5.3-6.7-8-20-8-7.3\n 0-12.2.5-14.5 1.5-2.3 1-4.8 4.5-7.5 10.5-49.3 97.3-121.7 169.3-217 216-28\n 14-57.3 25-88 33-6.7 2-11 3.8-13 5.5-2 1.7-3 4.2-3 7.5s1 5.8 3 7.5\nc2 1.7 6.3 3.5 13 5.5 68 17.3 128.2 47.8 180.5 91.5 52.3 43.7 93.8 96.2 124.5\n 157.5 9.3 8 15.3 12.3 18 13h6c12-.7 18-4 18-10 0-2-1.7-7-5-15-23.3-46-52-87\n-86-123l-10-10h399738v-40H218c328 0 0 0 0 0l-10-8c-26.7-20-65.7-43-117-69 2.7\n-2 6-3.7 10-5 36.7-16 72.3-37.3 107-64l10-8h399782v-40z\nm8 0v40h399730v-40zm0 194v40h399730v-40z",doublerightarrow:"M399738 392l\n-10 10c-34 36-62.7 77-86 123-3.3 8-5 13.3-5 16 0 5.3 6.7 8 20 8 7.3 0 12.2-.5\n 14.5-1.5 2.3-1 4.8-4.5 7.5-10.5 49.3-97.3 121.7-169.3 217-216 28-14 57.3-25 88\n-33 6.7-2 11-3.8 13-5.5 2-1.7 3-4.2 3-7.5s-1-5.8-3-7.5c-2-1.7-6.3-3.5-13-5.5-68\n-17.3-128.2-47.8-180.5-91.5-52.3-43.7-93.8-96.2-124.5-157.5-9.3-8-15.3-12.3-18\n-13h-6c-12 .7-18 4-18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123l10 10H0v40h399782\nc-328 0 0 0 0 0l10 8c26.7 20 65.7 43 117 69-2.7 2-6 3.7-10 5-36.7 16-72.3 37.3\n-107 64l-10 8H0v40zM0 157v40h399730v-40zm0 194v40h399730v-40z",leftarrow:"M400000 241H110l3-3c68.7-52.7 113.7-120\n 135-202 4-14.7 6-23 6-25 0-7.3-7-11-21-11-8 0-13.2.8-15.5 2.5-2.3 1.7-4.2 5.8\n-5.5 12.5-1.3 4.7-2.7 10.3-4 17-12 48.7-34.8 92-68.5 130S65.3 228.3 18 247\nc-10 4-16 7.7-18 11 0 8.7 6 14.3 18 17 47.3 18.7 87.8 47 121.5 85S196 441.3 208\n 490c.7 2 1.3 5 2 9s1.2 6.7 1.5 8c.3 1.3 1 3.3 2 6s2.2 4.5 3.5 5.5c1.3 1 3.3\n 1.8 6 2.5s6 1 10 1c14 0 21-3.7 21-11 0-2-2-10.3-6-25-20-79.3-65-146.7-135-202\n l-3-3h399890zM100 241v40h399900v-40z",leftbrace:"M6 548l-6-6v-35l6-11c56-104 135.3-181.3 238-232 57.3-28.7 117\n-45 179-50h399577v120H403c-43.3 7-81 15-113 26-100.7 33-179.7 91-237 174-2.7\n 5-6 9-10 13-.7 1-7.3 1-20 1H6z",leftbraceunder:"M0 6l6-6h17c12.688 0 19.313.3 20 1 4 4 7.313 8.3 10 13\n 35.313 51.3 80.813 93.8 136.5 127.5 55.688 33.7 117.188 55.8 184.5 66.5.688\n 0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7\n-331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z",leftgroup:"M400000 80\nH435C64 80 168.3 229.4 21 260c-5.9 1.2-18 0-18 0-2 0-3-1-3-3v-38C76 61 257 0\n 435 0h399565z",leftgroupunder:"M400000 262\nH435C64 262 168.3 112.6 21 82c-5.9-1.2-18 0-18 0-2 0-3 1-3 3v38c76 158 257 219\n 435 219h399565z",leftharpoon:"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3\n-3.3 10.2-9.5 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5\n-18.3 3-21-1.3-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7\n-196 228-6.7 4.7-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40z",leftharpoonplus:"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3-3.3 10.2-9.5\n 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5-18.3 3-21-1.3\n-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7-196 228-6.7 4.7\n-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40zM0 435v40h400000v-40z\nm0 0v40h400000v-40z",leftharpoondown:"M7 241c-4 4-6.333 8.667-7 14 0 5.333.667 9 2 11s5.333\n 5.333 12 10c90.667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 .667 5\n 1 9 1h5c10.667 0 16.667-2 18-6 2-2.667 1-9.667-3-21-32-87.333-82.667-157.667\n-152-211l-3-3h399907v-40zM93 281 H400000 v-40L7 241z",leftharpoondownplus:"M7 435c-4 4-6.3 8.7-7 14 0 5.3.7 9 2 11s5.3 5.3 12\n 10c90.7 54 156 130 196 228 3.3 10.7 6.3 16.3 9 17 2 .7 5 1 9 1h5c10.7 0 16.7\n-2 18-6 2-2.7 1-9.7-3-21-32-87.3-82.7-157.7-152-211l-3-3h399907v-40H7zm93 0\nv40h399900v-40zM0 241v40h399900v-40zm0 0v40h399900v-40z",lefthook:"M400000 281 H103s-33-11.2-61-33.5S0 197.3 0 164s14.2-61.2 42.5\n-83.5C70.8 58.2 104 47 142 47 c16.7 0 25 6.7 25 20 0 12-8.7 18.7-26 20-40 3.3\n-68.7 15.7-86 37-10 12-15 25.3-15 40 0 22.7 9.8 40.7 29.5 54 19.7 13.3 43.5 21\n 71.5 23h399859zM103 281v-40h399897v40z",leftlinesegment:"M40 281 V428 H0 V94 H40 V241 H400000 v40z\nM40 281 V428 H0 V94 H40 V241 H400000 v40z",leftmapsto:"M40 281 V448H0V74H40V241H400000v40z\nM40 281 V448H0V74H40V241H400000v40z",leftToFrom:"M0 147h400000v40H0zm0 214c68 40 115.7 95.7 143 167h22c15.3 0 23\n-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69-70-101l-7-8h399905v-40H95l7-8\nc28.7-32 52-65.7 70-101 10.7-23.3 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 265.3\n 68 321 0 361zm0-174v-40h399900v40zm100 154v40h399900v-40z",longequal:"M0 50 h400000 v40H0z m0 194h40000v40H0z\nM0 50 h400000 v40H0z m0 194h40000v40H0z",midbrace:"M200428 334\nc-100.7-8.3-195.3-44-280-108-55.3-42-101.7-93-139-153l-9-14c-2.7 4-5.7 8.7-9 14\n-53.3 86.7-123.7 153-211 199-66.7 36-137.3 56.3-212 62H0V214h199568c178.3-11.7\n 311.7-78.3 403-201 6-8 9.7-12 11-12 .7-.7 6.7-1 18-1s17.3.3 18 1c1.3 0 5 4 11\n 12 44.7 59.3 101.3 106.3 170 141s145.3 54.3 229 60h199572v120z",midbraceunder:"M199572 214\nc100.7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153l9 14c2.7-4 5.7-8.7 9-14\n 53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3\n 11.7-311.7 78.3-403 201-6 8-9.7 12-11 12-.7.7-6.7 1-18 1s-17.3-.3-18-1c-1.3 0\n-5-4-11-12-44.7-59.3-101.3-106.3-170-141s-145.3-54.3-229-60H0V214z",oiintSize1:"M512.6 71.6c272.6 0 320.3 106.8 320.3 178.2 0 70.8-47.7 177.6\n-320.3 177.6S193.1 320.6 193.1 249.8c0-71.4 46.9-178.2 319.5-178.2z\nm368.1 178.2c0-86.4-60.9-215.4-368.1-215.4-306.4 0-367.3 129-367.3 215.4 0 85.8\n60.9 214.8 367.3 214.8 307.2 0 368.1-129 368.1-214.8z",oiintSize2:"M757.8 100.1c384.7 0 451.1 137.6 451.1 230 0 91.3-66.4 228.8\n-451.1 228.8-386.3 0-452.7-137.5-452.7-228.8 0-92.4 66.4-230 452.7-230z\nm502.4 230c0-111.2-82.4-277.2-502.4-277.2s-504 166-504 277.2\nc0 110 84 276 504 276s502.4-166 502.4-276z",oiiintSize1:"M681.4 71.6c408.9 0 480.5 106.8 480.5 178.2 0 70.8-71.6 177.6\n-480.5 177.6S202.1 320.6 202.1 249.8c0-71.4 70.5-178.2 479.3-178.2z\nm525.8 178.2c0-86.4-86.8-215.4-525.7-215.4-437.9 0-524.7 129-524.7 215.4 0\n85.8 86.8 214.8 524.7 214.8 438.9 0 525.7-129 525.7-214.8z",oiiintSize2:"M1021.2 53c603.6 0 707.8 165.8 707.8 277.2 0 110-104.2 275.8\n-707.8 275.8-606 0-710.2-165.8-710.2-275.8C311 218.8 415.2 53 1021.2 53z\nm770.4 277.1c0-131.2-126.4-327.6-770.5-327.6S248.4 198.9 248.4 330.1\nc0 130 128.8 326.4 772.7 326.4s770.5-196.4 770.5-326.4z",rightarrow:"M0 241v40h399891c-47.3 35.3-84 78-110 128\n-16.7 32-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20\n 11 8 0 13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7\n 39-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85\n-40.5-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\n 151.7 139 205zm0 0v40h399900v-40z",rightbrace:"M400000 542l\n-6 6h-17c-12.7 0-19.3-.3-20-1-4-4-7.3-8.3-10-13-35.3-51.3-80.8-93.8-136.5-127.5\ns-117.2-55.8-184.5-66.5c-.7 0-2-.3-4-1-18.7-2.7-76-4.3-172-5H0V214h399571l6 1\nc124.7 8 235 61.7 331 161 31.3 33.3 59.7 72.7 85 118l7 13v35z",rightbraceunder:"M399994 0l6 6v35l-6 11c-56 104-135.3 181.3-238 232-57.3\n 28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237\n-174 2.7-5 6-9 10-13 .7-1 7.3-1 20-1h17z",rightgroup:"M0 80h399565c371 0 266.7 149.4 414 180 5.9 1.2 18 0 18 0 2 0\n 3-1 3-3v-38c-76-158-257-219-435-219H0z",rightgroupunder:"M0 262h399565c371 0 266.7-149.4 414-180 5.9-1.2 18 0 18\n 0 2 0 3 1 3 3v38c-76 158-257 219-435 219H0z",rightharpoon:"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3\n-3.7-15.3-11-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2\n-10.7 0-16.7 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58\n 69.2 92 94.5zm0 0v40h399900v-40z",rightharpoonplus:"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3-3.7-15.3-11\n-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2-10.7 0-16.7\n 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58 69.2 92 94.5z\nm0 0v40h399900v-40z m100 194v40h399900v-40zm0 0v40h399900v-40z",rightharpoondown:"M399747 511c0 7.3 6.7 11 20 11 8 0 13-.8 15-2.5s4.7-6.8\n 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3 8.5-5.8 9.5\n-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3-64.7 57-92 95\n-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 241v40h399900v-40z",rightharpoondownplus:"M399747 705c0 7.3 6.7 11 20 11 8 0 13-.8\n 15-2.5s4.7-6.8 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3\n 8.5-5.8 9.5-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3\n-64.7 57-92 95-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 435v40h399900v-40z\nm0-194v40h400000v-40zm0 0v40h400000v-40z",righthook:"M399859 241c-764 0 0 0 0 0 40-3.3 68.7-15.7 86-37 10-12 15-25.3\n 15-40 0-22.7-9.8-40.7-29.5-54-19.7-13.3-43.5-21-71.5-23-17.3-1.3-26-8-26-20 0\n-13.3 8.7-20 26-20 38 0 71 11.2 99 33.5 0 0 7 5.6 21 16.7 14 11.2 21 33.5 21\n 66.8s-14 61.2-42 83.5c-28 22.3-61 33.5-99 33.5L0 241z M0 281v-40h399859v40z",rightlinesegment:"M399960 241 V94 h40 V428 h-40 V281 H0 v-40z\nM399960 241 V94 h40 V428 h-40 V281 H0 v-40z",rightToFrom:"M400000 167c-70.7-42-118-97.7-142-167h-23c-15.3 0-23 .3-23\n 1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101l7 8H0v40h399905l-7 8c-28.7 32\n-52 65.7-70 101-10.7 23.3-16 35.7-16 37 0 .7 7.7 1 23 1h23c24-69.3 71.3-125 142\n-167z M100 147v40h399900v-40zM0 341v40h399900v-40z",twoheadleftarrow:"M0 167c68 40\n 115.7 95.7 143 167h22c15.3 0 23-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69\n-70-101l-7-8h125l9 7c50.7 39.3 85 86 103 140h46c0-4.7-6.3-18.7-19-42-18-35.3\n-40-67.3-66-96l-9-9h399716v-40H284l9-9c26-28.7 48-60.7 66-96 12.7-23.333 19\n-37.333 19-42h-46c-18 54-52.3 100.7-103 140l-9 7H95l7-8c28.7-32 52-65.7 70-101\n 10.7-23.333 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 71.3 68 127 0 167z",twoheadrightarrow:"M400000 167\nc-68-40-115.7-95.7-143-167h-22c-15.3 0-23 .3-23 1 0 1.3 5.3 13.7 16 37 18 35.3\n 41.3 69 70 101l7 8h-125l-9-7c-50.7-39.3-85-86-103-140h-46c0 4.7 6.3 18.7 19 42\n 18 35.3 40 67.3 66 96l9 9H0v40h399716l-9 9c-26 28.7-48 60.7-66 96-12.7 23.333\n-19 37.333-19 42h46c18-54 52.3-100.7 103-140l9-7h125l-7 8c-28.7 32-52 65.7-70\n 101-10.7 23.333-16 35.7-16 37 0 .7 7.7 1 23 1h22c27.3-71.3 75-127 143-167z",tilde1:"M200 55.538c-77 0-168 73.953-177 73.953-3 0-7\n-2.175-9-5.437L2 97c-1-2-2-4-2-6 0-4 2-7 5-9l20-12C116 12 171 0 207 0c86 0\n 114 68 191 68 78 0 168-68 177-68 4 0 7 2 9 5l12 19c1 2.175 2 4.35 2 6.525 0\n 4.35-2 7.613-5 9.788l-19 13.05c-92 63.077-116.937 75.308-183 76.128\n-68.267.847-113-73.952-191-73.952z",tilde2:"M344 55.266c-142 0-300.638 81.316-311.5 86.418\n-8.01 3.762-22.5 10.91-23.5 5.562L1 120c-1-2-1-3-1-4 0-5 3-9 8-10l18.4-9C160.9\n 31.9 283 0 358 0c148 0 188 122 331 122s314-97 326-97c4 0 8 2 10 7l7 21.114\nc1 2.14 1 3.21 1 4.28 0 5.347-3 9.626-7 10.696l-22.3 12.622C852.6 158.372 751\n 181.476 676 181.476c-149 0-189-126.21-332-126.21z",tilde3:"M786 59C457 59 32 175.242 13 175.242c-6 0-10-3.457\n-11-10.37L.15 138c-1-7 3-12 10-13l19.2-6.4C378.4 40.7 634.3 0 804.3 0c337 0\n 411.8 157 746.8 157 328 0 754-112 773-112 5 0 10 3 11 9l1 14.075c1 8.066-.697\n 16.595-6.697 17.492l-21.052 7.31c-367.9 98.146-609.15 122.696-778.15 122.696\n -338 0-409-156.573-744-156.573z",tilde4:"M786 58C457 58 32 177.487 13 177.487c-6 0-10-3.345\n-11-10.035L.15 143c-1-7 3-12 10-13l22-6.7C381.2 35 637.15 0 807.15 0c337 0 409\n 177 744 177 328 0 754-127 773-127 5 0 10 3 11 9l1 14.794c1 7.805-3 13.38-9\n 14.495l-20.7 5.574c-366.85 99.79-607.3 139.372-776.3 139.372-338 0-409\n -175.236-744-175.236z",vec:"M377 20c0-5.333 1.833-10 5.5-14S391 0 397 0c4.667 0 8.667 1.667 12 5\n3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11\n10.667 11 18 0 6-1 10-3 12s-6.667 5-14 9c-28.667 14.667-53.667 35.667-75 63\n-1.333 1.333-3.167 3.5-5.5 6.5s-4 4.833-5 5.5c-1 .667-2.5 1.333-4.5 2s-4.333 1\n-7 1c-4.667 0-9.167-1.833-13.5-5.5S337 184 337 178c0-12.667 15.667-32.333 47-59\nH213l-171-1c-8.667-6-13-12.333-13-19 0-4.667 4.333-11.333 13-20h359\nc-16-25.333-24-45-24-59z",widehat1:"M529 0h5l519 115c5 1 9 5 9 10 0 1-1 2-1 3l-4 22\nc-1 5-5 9-11 9h-2L532 67 19 159h-2c-5 0-9-4-11-9l-5-22c-1-6 2-12 8-13z",widehat2:"M1181 0h2l1171 176c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 220h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widehat3:"M1181 0h2l1171 236c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 280h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widehat4:"M1181 0h2l1171 296c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 340h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widecheck1:"M529,159h5l519,-115c5,-1,9,-5,9,-10c0,-1,-1,-2,-1,-3l-4,-22c-1,\n-5,-5,-9,-11,-9h-2l-512,92l-513,-92h-2c-5,0,-9,4,-11,9l-5,22c-1,6,2,12,8,13z",widecheck2:"M1181,220h2l1171,-176c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,153l-1167,-153h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",widecheck3:"M1181,280h2l1171,-236c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,213l-1167,-213h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",widecheck4:"M1181,340h2l1171,-296c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,273l-1167,-273h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",baraboveleftarrow:"M400000 620h-399890l3 -3c68.7 -52.7 113.7 -120 135 -202\nc4 -14.7 6 -23 6 -25c0 -7.3 -7 -11 -21 -11c-8 0 -13.2 0.8 -15.5 2.5\nc-2.3 1.7 -4.2 5.8 -5.5 12.5c-1.3 4.7 -2.7 10.3 -4 17c-12 48.7 -34.8 92 -68.5 130\ns-74.2 66.3 -121.5 85c-10 4 -16 7.7 -18 11c0 8.7 6 14.3 18 17c47.3 18.7 87.8 47\n121.5 85s56.5 81.3 68.5 130c0.7 2 1.3 5 2 9s1.2 6.7 1.5 8c0.3 1.3 1 3.3 2 6\ns2.2 4.5 3.5 5.5c1.3 1 3.3 1.8 6 2.5s6 1 10 1c14 0 21 -3.7 21 -11\nc0 -2 -2 -10.3 -6 -25c-20 -79.3 -65 -146.7 -135 -202l-3 -3h399890z\nM100 620v40h399900v-40z M0 241v40h399900v-40zM0 241v40h399900v-40z",rightarrowabovebar:"M0 241v40h399891c-47.3 35.3-84 78-110 128-16.7 32\n-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20 11 8 0\n13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7 39\n-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85-40.5\n-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\n151.7 139 205zm96 379h399894v40H0zm0 0h399904v40H0z",baraboveshortleftharpoon:"M507,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17\nc2,0.7,5,1,9,1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21\nc-32,-87.3,-82.7,-157.7,-152,-211c0,0,-3,-3,-3,-3l399351,0l0,-40\nc-398570,0,-399437,0,-399437,0z M593 435 v40 H399500 v-40z\nM0 281 v-40 H399908 v40z M0 281 v-40 H399908 v40z",rightharpoonaboveshortbar:"M0,241 l0,40c399126,0,399993,0,399993,0\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\nM0 241 v40 H399908 v-40z M0 475 v-40 H399500 v40z M0 475 v-40 H399500 v40z",shortbaraboveleftharpoon:"M7,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17c2,0.7,5,1,9,\n1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21c-32,-87.3,-82.7,-157.7,\n-152,-211c0,0,-3,-3,-3,-3l399907,0l0,-40c-399126,0,-399993,0,-399993,0z\nM93 435 v40 H400000 v-40z M500 241 v40 H400000 v-40z M500 241 v40 H400000 v-40z",shortrightharpoonabovebar:"M53,241l0,40c398570,0,399437,0,399437,0\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\nM500 241 v40 H399408 v-40z M500 435 v40 H400000 v-40z"};class z{constructor(e){this.children=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.children=e,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}hasClass(e){return l.contains(this.classes,e)}toNode(){const e=document.createDocumentFragment();for(let t=0;t<this.children.length;t++)e.appendChild(this.children[t].toNode());return e}toMarkup(){let e="";for(let t=0;t<this.children.length;t++)e+=this.children[t].toMarkup();return e}toText(){return this.children.map(e=>e.toText()).join("")}}var A={"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]}};const T={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]},B={Å:"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 C(e,t,r){if(!A[t])throw new Error("Font metrics not found for font: "+t+".");let n=e.charCodeAt(0),o=A[t][n];if(!o&&e[0]in B&&(n=B[e[0]].charCodeAt(0),o=A[t][n]),o||"text"!==r||S(n)&&(o=A[t][77]),o)return{depth:o[0],height:o[1],italic:o[2],skew:o[3],width:o[4]}}const q={},N=[[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]],I=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],O=function(e,t){return t.size<2?e:N[e-1][t.size-1]};class R{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||R.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=I[this.size-1],this.maxSize=e.maxSize,this.minRuleThickness=e.minRuleThickness,this._fontMetrics=void 0}extend(e){const t={style:this.style,size:this.size,textSize:this.textSize,color:this.color,phantom:this.phantom,font:this.font,fontFamily:this.fontFamily,fontWeight:this.fontWeight,fontShape:this.fontShape,maxSize:this.maxSize,minRuleThickness:this.minRuleThickness};for(const r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);return new R(t)}havingStyle(e){return this.style===e?this:this.extend({style:e,size:O(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:I[e-1]})}havingBaseStyle(e){e=e||this.style.text();const t=O(R.BASESIZE,e);return this.size===t&&this.textSize===R.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!==R.BASESIZE?["sizing","reset-size"+this.size,"size"+R.BASESIZE]:[]}fontMetrics(){return this._fontMetrics||(this._fontMetrics=function(e){let t;if(t=e>=5?0:e>=3?1:2,!q[t]){const e=q[t]={cssEmPerMu:T.quad[t]/18};for(const r in T)T.hasOwnProperty(r)&&(e[r]=T[r][t])}return q[t]}(this.size)),this._fontMetrics}getColor(){return this.phantom?"transparent":this.color}}R.BASESIZE=6;var H=R;const E={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},L={ex:!0,em:!0,mu:!0},D=function(e){return"string"!=typeof e&&(e=e.unit),e in E||e in L||"ex"===e},P=function(e,t){let r;if(e.unit in E)r=E[e.unit]/t.fontMetrics().ptPerEm/t.sizeMultiplier;else if("mu"===e.unit)r=t.fontMetrics().cssEmPerMu;else{let o;if(o=t.style.isTight()?t.havingStyle(t.style.text()):t,"ex"===e.unit)r=o.fontMetrics().xHeight;else{if("em"!==e.unit)throw new n("Invalid unit: '"+e.unit+"'");r=o.fontMetrics().quad}o!==t&&(r*=o.sizeMultiplier/t.sizeMultiplier)}return Math.min(e.number*r,t.maxSize)},V=function(e){return+e.toFixed(4)+"em"},F=function(e){return e.filter(e=>e).join(" ")},_=function(e,t,r){if(this.classes=e||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=r||{},t){t.style.isTight()&&this.classes.push("mtight");const e=t.getColor();e&&(this.style.color=e)}},$=function(e){const t=document.createElement(e);t.className=F(this.classes);for(const e in this.style)this.style.hasOwnProperty(e)&&(t.style[e]=this.style[e]);for(const e in this.attributes)this.attributes.hasOwnProperty(e)&&t.setAttribute(e,this.attributes[e]);for(let e=0;e<this.children.length;e++)t.appendChild(this.children[e].toNode());return t},G=/[\s"'>/=\x00-\x1f]/,U=function(e){let t="<"+e;this.classes.length&&(t+=' class="'+l.escape(F(this.classes))+'"');let r="";for(const e in this.style)this.style.hasOwnProperty(e)&&(r+=l.hyphenate(e)+":"+this.style[e]+";");r&&(t+=' style="'+l.escape(r)+'"');for(const e in this.attributes)if(this.attributes.hasOwnProperty(e)){if(G.test(e))throw new n("Invalid attribute name '"+e+"'");t+=" "+e+'="'+l.escape(this.attributes[e])+'"'}t+=">";for(let e=0;e<this.children.length;e++)t+=this.children[e].toMarkup();return t+="</"+e+">",t};class Y{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,_.call(this,e,r,n),this.children=t||[]}setAttribute(e,t){this.attributes[e]=t}hasClass(e){return l.contains(this.classes,e)}toNode(){return $.call(this,"span")}toMarkup(){return U.call(this,"span")}}class X{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,_.call(this,t,n),this.children=r||[],this.setAttribute("href",e)}setAttribute(e,t){this.attributes[e]=t}hasClass(e){return l.contains(this.classes,e)}toNode(){return $.call(this,"a")}toMarkup(){return U.call(this,"a")}}class W{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.style=r}hasClass(e){return l.contains(this.classes,e)}toNode(){const e=document.createElement("img");e.src=this.src,e.alt=this.alt,e.className="mord";for(const t in this.style)this.style.hasOwnProperty(t)&&(e.style[t]=this.style[t]);return e}toMarkup(){let e='<img src="'+l.escape(this.src)+'" alt="'+l.escape(this.alt)+'"',t="";for(const e in this.style)this.style.hasOwnProperty(e)&&(t+=l.hyphenate(e)+":"+this.style[e]+";");return t&&(e+=' style="'+l.escape(t)+'"'),e+="'/>",e}}const j={î:"ı̂",ï:"ı̈",í:"ı́",ì:"ı̀"};class Z{constructor(e,t,r,n,o,s,i,a){this.text=void 0,this.height=void 0,this.depth=void 0,this.italic=void 0,this.skew=void 0,this.width=void 0,this.maxFontSize=void 0,this.classes=void 0,this.style=void 0,this.text=e,this.height=t||0,this.depth=r||0,this.italic=n||0,this.skew=o||0,this.width=s||0,this.classes=i||[],this.style=a||{},this.maxFontSize=0;const l=function(e){for(let t=0;t<v.length;t++){const r=v[t];for(let t=0;t<r.blocks.length;t++){const n=r.blocks[t];if(e>=n[0]&&e<=n[1])return r.name}}return null}(this.text.charCodeAt(0));l&&this.classes.push(l+"_fallback"),/[îïíì]/.test(this.text)&&(this.text=j[this.text])}hasClass(e){return l.contains(this.classes,e)}toNode(){const e=document.createTextNode(this.text);let t=null;this.italic>0&&(t=document.createElement("span"),t.style.marginRight=V(this.italic)),this.classes.length>0&&(t=t||document.createElement("span"),t.className=F(this.classes));for(const e in this.style)this.style.hasOwnProperty(e)&&(t=t||document.createElement("span"),t.style[e]=this.style[e]);return t?(t.appendChild(e),t):e}toMarkup(){let e=!1,t="<span";this.classes.length&&(e=!0,t+=' class="',t+=l.escape(F(this.classes)),t+='"');let r="";this.italic>0&&(r+="margin-right:"+this.italic+"em;");for(const e in this.style)this.style.hasOwnProperty(e)&&(r+=l.hyphenate(e)+":"+this.style[e]+";");r&&(e=!0,t+=' style="'+l.escape(r)+'"');const n=l.escape(this.text);return e?(t+=">",t+=n,t+="</span>",t):n}}class K{constructor(e,t){this.children=void 0,this.attributes=void 0,this.children=e||[],this.attributes=t||{}}toNode(){const e=document.createElementNS("http://www.w3.org/2000/svg","svg");for(const t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);for(let t=0;t<this.children.length;t++)e.appendChild(this.children[t].toNode());return e}toMarkup(){let e='<svg xmlns="http://www.w3.org/2000/svg"';for(const t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+'="'+l.escape(this.attributes[t])+'"');e+=">";for(let t=0;t<this.children.length;t++)e+=this.children[t].toMarkup();return e+="</svg>",e}}class J{constructor(e,t){this.pathName=void 0,this.alternate=void 0,this.pathName=e,this.alternate=t}toNode(){const e=document.createElementNS("http://www.w3.org/2000/svg","path");return this.alternate?e.setAttribute("d",this.alternate):e.setAttribute("d",M[this.pathName]),e}toMarkup(){return this.alternate?'<path d="'+l.escape(this.alternate)+'"/>':'<path d="'+l.escape(M[this.pathName])+'"/>'}}class Q{constructor(e){this.attributes=void 0,this.attributes=e||{}}toNode(){const e=document.createElementNS("http://www.w3.org/2000/svg","line");for(const t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);return e}toMarkup(){let e="<line";for(const t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+'="'+l.escape(this.attributes[t])+'"');return e+="/>",e}}function ee(e){if(e instanceof Z)return e;throw new Error("Expected symbolNode but got "+String(e)+".")}const te={bin:1,close:1,inner:1,open:1,punct:1,rel:1},re={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1},ne={math:{},text:{}};var oe=ne;function se(e,t,r,n,o,s){ne[e][o]={font:t,group:r,replace:n},s&&n&&(ne[e][n]=ne[e][o])}const ie="math",ae="text",le="main",ce="ams",he="accent-token",me="bin",pe="close",ue="inner",de="mathord",ge="op-token",fe="open",be="punct",ye="rel",xe="spacing",we="textord";se(ie,le,ye,"≡","\\equiv",!0),se(ie,le,ye,"≺","\\prec",!0),se(ie,le,ye,"≻","\\succ",!0),se(ie,le,ye,"∼","\\sim",!0),se(ie,le,ye,"⊥","\\perp"),se(ie,le,ye,"⪯","\\preceq",!0),se(ie,le,ye,"⪰","\\succeq",!0),se(ie,le,ye,"≃","\\simeq",!0),se(ie,le,ye,"∣","\\mid",!0),se(ie,le,ye,"≪","\\ll",!0),se(ie,le,ye,"≫","\\gg",!0),se(ie,le,ye,"≍","\\asymp",!0),se(ie,le,ye,"∥","\\parallel"),se(ie,le,ye,"⋈","\\bowtie",!0),se(ie,le,ye,"⌣","\\smile",!0),se(ie,le,ye,"⊑","\\sqsubseteq",!0),se(ie,le,ye,"⊒","\\sqsupseteq",!0),se(ie,le,ye,"≐","\\doteq",!0),se(ie,le,ye,"⌢","\\frown",!0),se(ie,le,ye,"∋","\\ni",!0),se(ie,le,ye,"∝","\\propto",!0),se(ie,le,ye,"⊢","\\vdash",!0),se(ie,le,ye,"⊣","\\dashv",!0),se(ie,le,ye,"∋","\\owns"),se(ie,le,be,".","\\ldotp"),se(ie,le,be,"⋅","\\cdotp"),se(ie,le,we,"#","\\#"),se(ae,le,we,"#","\\#"),se(ie,le,we,"&","\\&"),se(ae,le,we,"&","\\&"),se(ie,le,we,"ℵ","\\aleph",!0),se(ie,le,we,"∀","\\forall",!0),se(ie,le,we,"ℏ","\\hbar",!0),se(ie,le,we,"∃","\\exists",!0),se(ie,le,we,"∇","\\nabla",!0),se(ie,le,we,"♭","\\flat",!0),se(ie,le,we,"ℓ","\\ell",!0),se(ie,le,we,"♮","\\natural",!0),se(ie,le,we,"♣","\\clubsuit",!0),se(ie,le,we,"℘","\\wp",!0),se(ie,le,we,"♯","\\sharp",!0),se(ie,le,we,"♢","\\diamondsuit",!0),se(ie,le,we,"ℜ","\\Re",!0),se(ie,le,we,"♡","\\heartsuit",!0),se(ie,le,we,"ℑ","\\Im",!0),se(ie,le,we,"♠","\\spadesuit",!0),se(ie,le,we,"§","\\S",!0),se(ae,le,we,"§","\\S"),se(ie,le,we,"¶","\\P",!0),se(ae,le,we,"¶","\\P"),se(ie,le,we,"†","\\dag"),se(ae,le,we,"†","\\dag"),se(ae,le,we,"†","\\textdagger"),se(ie,le,we,"‡","\\ddag"),se(ae,le,we,"‡","\\ddag"),se(ae,le,we,"‡","\\textdaggerdbl"),se(ie,le,pe,"⎱","\\rmoustache",!0),se(ie,le,fe,"⎰","\\lmoustache",!0),se(ie,le,pe,"⟯","\\rgroup",!0),se(ie,le,fe,"⟮","\\lgroup",!0),se(ie,le,me,"∓","\\mp",!0),se(ie,le,me,"⊖","\\ominus",!0),se(ie,le,me,"⊎","\\uplus",!0),se(ie,le,me,"⊓","\\sqcap",!0),se(ie,le,me,"∗","\\ast"),se(ie,le,me,"⊔","\\sqcup",!0),se(ie,le,me,"◯","\\bigcirc",!0),se(ie,le,me,"∙","\\bullet",!0),se(ie,le,me,"‡","\\ddagger"),se(ie,le,me,"≀","\\wr",!0),se(ie,le,me,"⨿","\\amalg"),se(ie,le,me,"&","\\And"),se(ie,le,ye,"⟵","\\longleftarrow",!0),se(ie,le,ye,"⇐","\\Leftarrow",!0),se(ie,le,ye,"⟸","\\Longleftarrow",!0),se(ie,le,ye,"⟶","\\longrightarrow",!0),se(ie,le,ye,"⇒","\\Rightarrow",!0),se(ie,le,ye,"⟹","\\Longrightarrow",!0),se(ie,le,ye,"↔","\\leftrightarrow",!0),se(ie,le,ye,"⟷","\\longleftrightarrow",!0),se(ie,le,ye,"⇔","\\Leftrightarrow",!0),se(ie,le,ye,"⟺","\\Longleftrightarrow",!0),se(ie,le,ye,"↦","\\mapsto",!0),se(ie,le,ye,"⟼","\\longmapsto",!0),se(ie,le,ye,"↗","\\nearrow",!0),se(ie,le,ye,"↩","\\hookleftarrow",!0),se(ie,le,ye,"↪","\\hookrightarrow",!0),se(ie,le,ye,"↘","\\searrow",!0),se(ie,le,ye,"↼","\\leftharpoonup",!0),se(ie,le,ye,"⇀","\\rightharpoonup",!0),se(ie,le,ye,"↙","\\swarrow",!0),se(ie,le,ye,"↽","\\leftharpoondown",!0),se(ie,le,ye,"⇁","\\rightharpoondown",!0),se(ie,le,ye,"↖","\\nwarrow",!0),se(ie,le,ye,"⇌","\\rightleftharpoons",!0),se(ie,ce,ye,"≮","\\nless",!0),se(ie,ce,ye,"","\\@nleqslant"),se(ie,ce,ye,"","\\@nleqq"),se(ie,ce,ye,"⪇","\\lneq",!0),se(ie,ce,ye,"≨","\\lneqq",!0),se(ie,ce,ye,"","\\@lvertneqq"),se(ie,ce,ye,"⋦","\\lnsim",!0),se(ie,ce,ye,"⪉","\\lnapprox",!0),se(ie,ce,ye,"⊀","\\nprec",!0),se(ie,ce,ye,"⋠","\\npreceq",!0),se(ie,ce,ye,"⋨","\\precnsim",!0),se(ie,ce,ye,"⪹","\\precnapprox",!0),se(ie,ce,ye,"≁","\\nsim",!0),se(ie,ce,ye,"","\\@nshortmid"),se(ie,ce,ye,"∤","\\nmid",!0),se(ie,ce,ye,"⊬","\\nvdash",!0),se(ie,ce,ye,"⊭","\\nvDash",!0),se(ie,ce,ye,"⋪","\\ntriangleleft"),se(ie,ce,ye,"⋬","\\ntrianglelefteq",!0),se(ie,ce,ye,"⊊","\\subsetneq",!0),se(ie,ce,ye,"","\\@varsubsetneq"),se(ie,ce,ye,"⫋","\\subsetneqq",!0),se(ie,ce,ye,"","\\@varsubsetneqq"),se(ie,ce,ye,"≯","\\ngtr",!0),se(ie,ce,ye,"","\\@ngeqslant"),se(ie,ce,ye,"","\\@ngeqq"),se(ie,ce,ye,"⪈","\\gneq",!0),se(ie,ce,ye,"≩","\\gneqq",!0),se(ie,ce,ye,"","\\@gvertneqq"),se(ie,ce,ye,"⋧","\\gnsim",!0),se(ie,ce,ye,"⪊","\\gnapprox",!0),se(ie,ce,ye,"⊁","\\nsucc",!0),se(ie,ce,ye,"⋡","\\nsucceq",!0),se(ie,ce,ye,"⋩","\\succnsim",!0),se(ie,ce,ye,"⪺","\\succnapprox",!0),se(ie,ce,ye,"≆","\\ncong",!0),se(ie,ce,ye,"","\\@nshortparallel"),se(ie,ce,ye,"∦","\\nparallel",!0),se(ie,ce,ye,"⊯","\\nVDash",!0),se(ie,ce,ye,"⋫","\\ntriangleright"),se(ie,ce,ye,"⋭","\\ntrianglerighteq",!0),se(ie,ce,ye,"","\\@nsupseteqq"),se(ie,ce,ye,"⊋","\\supsetneq",!0),se(ie,ce,ye,"","\\@varsupsetneq"),se(ie,ce,ye,"⫌","\\supsetneqq",!0),se(ie,ce,ye,"","\\@varsupsetneqq"),se(ie,ce,ye,"⊮","\\nVdash",!0),se(ie,ce,ye,"⪵","\\precneqq",!0),se(ie,ce,ye,"⪶","\\succneqq",!0),se(ie,ce,ye,"","\\@nsubseteqq"),se(ie,ce,me,"⊴","\\unlhd"),se(ie,ce,me,"⊵","\\unrhd"),se(ie,ce,ye,"↚","\\nleftarrow",!0),se(ie,ce,ye,"↛","\\nrightarrow",!0),se(ie,ce,ye,"⇍","\\nLeftarrow",!0),se(ie,ce,ye,"⇏","\\nRightarrow",!0),se(ie,ce,ye,"↮","\\nleftrightarrow",!0),se(ie,ce,ye,"⇎","\\nLeftrightarrow",!0),se(ie,ce,ye,"△","\\vartriangle"),se(ie,ce,we,"ℏ","\\hslash"),se(ie,ce,we,"▽","\\triangledown"),se(ie,ce,we,"◊","\\lozenge"),se(ie,ce,we,"Ⓢ","\\circledS"),se(ie,ce,we,"®","\\circledR"),se(ae,ce,we,"®","\\circledR"),se(ie,ce,we,"∡","\\measuredangle",!0),se(ie,ce,we,"∄","\\nexists"),se(ie,ce,we,"℧","\\mho"),se(ie,ce,we,"Ⅎ","\\Finv",!0),se(ie,ce,we,"⅁","\\Game",!0),se(ie,ce,we,"‵","\\backprime"),se(ie,ce,we,"▲","\\blacktriangle"),se(ie,ce,we,"▼","\\blacktriangledown"),se(ie,ce,we,"■","\\blacksquare"),se(ie,ce,we,"⧫","\\blacklozenge"),se(ie,ce,we,"★","\\bigstar"),se(ie,ce,we,"∢","\\sphericalangle",!0),se(ie,ce,we,"∁","\\complement",!0),se(ie,ce,we,"ð","\\eth",!0),se(ae,le,we,"ð","ð"),se(ie,ce,we,"╱","\\diagup"),se(ie,ce,we,"╲","\\diagdown"),se(ie,ce,we,"□","\\square"),se(ie,ce,we,"□","\\Box"),se(ie,ce,we,"◊","\\Diamond"),se(ie,ce,we,"¥","\\yen",!0),se(ae,ce,we,"¥","\\yen",!0),se(ie,ce,we,"✓","\\checkmark",!0),se(ae,ce,we,"✓","\\checkmark"),se(ie,ce,we,"ℶ","\\beth",!0),se(ie,ce,we,"ℸ","\\daleth",!0),se(ie,ce,we,"ℷ","\\gimel",!0),se(ie,ce,we,"ϝ","\\digamma",!0),se(ie,ce,we,"ϰ","\\varkappa"),se(ie,ce,fe,"┌","\\@ulcorner",!0),se(ie,ce,pe,"┐","\\@urcorner",!0),se(ie,ce,fe,"└","\\@llcorner",!0),se(ie,ce,pe,"┘","\\@lrcorner",!0),se(ie,ce,ye,"≦","\\leqq",!0),se(ie,ce,ye,"⩽","\\leqslant",!0),se(ie,ce,ye,"⪕","\\eqslantless",!0),se(ie,ce,ye,"≲","\\lesssim",!0),se(ie,ce,ye,"⪅","\\lessapprox",!0),se(ie,ce,ye,"≊","\\approxeq",!0),se(ie,ce,me,"⋖","\\lessdot"),se(ie,ce,ye,"⋘","\\lll",!0),se(ie,ce,ye,"≶","\\lessgtr",!0),se(ie,ce,ye,"⋚","\\lesseqgtr",!0),se(ie,ce,ye,"⪋","\\lesseqqgtr",!0),se(ie,ce,ye,"≑","\\doteqdot"),se(ie,ce,ye,"≓","\\risingdotseq",!0),se(ie,ce,ye,"≒","\\fallingdotseq",!0),se(ie,ce,ye,"∽","\\backsim",!0),se(ie,ce,ye,"⋍","\\backsimeq",!0),se(ie,ce,ye,"⫅","\\subseteqq",!0),se(ie,ce,ye,"⋐","\\Subset",!0),se(ie,ce,ye,"⊏","\\sqsubset",!0),se(ie,ce,ye,"≼","\\preccurlyeq",!0),se(ie,ce,ye,"⋞","\\curlyeqprec",!0),se(ie,ce,ye,"≾","\\precsim",!0),se(ie,ce,ye,"⪷","\\precapprox",!0),se(ie,ce,ye,"⊲","\\vartriangleleft"),se(ie,ce,ye,"⊴","\\trianglelefteq"),se(ie,ce,ye,"⊨","\\vDash",!0),se(ie,ce,ye,"⊪","\\Vvdash",!0),se(ie,ce,ye,"⌣","\\smallsmile"),se(ie,ce,ye,"⌢","\\smallfrown"),se(ie,ce,ye,"≏","\\bumpeq",!0),se(ie,ce,ye,"≎","\\Bumpeq",!0),se(ie,ce,ye,"≧","\\geqq",!0),se(ie,ce,ye,"⩾","\\geqslant",!0),se(ie,ce,ye,"⪖","\\eqslantgtr",!0),se(ie,ce,ye,"≳","\\gtrsim",!0),se(ie,ce,ye,"⪆","\\gtrapprox",!0),se(ie,ce,me,"⋗","\\gtrdot"),se(ie,ce,ye,"⋙","\\ggg",!0),se(ie,ce,ye,"≷","\\gtrless",!0),se(ie,ce,ye,"⋛","\\gtreqless",!0),se(ie,ce,ye,"⪌","\\gtreqqless",!0),se(ie,ce,ye,"≖","\\eqcirc",!0),se(ie,ce,ye,"≗","\\circeq",!0),se(ie,ce,ye,"≜","\\triangleq",!0),se(ie,ce,ye,"∼","\\thicksim"),se(ie,ce,ye,"≈","\\thickapprox"),se(ie,ce,ye,"⫆","\\supseteqq",!0),se(ie,ce,ye,"⋑","\\Supset",!0),se(ie,ce,ye,"⊐","\\sqsupset",!0),se(ie,ce,ye,"≽","\\succcurlyeq",!0),se(ie,ce,ye,"⋟","\\curlyeqsucc",!0),se(ie,ce,ye,"≿","\\succsim",!0),se(ie,ce,ye,"⪸","\\succapprox",!0),se(ie,ce,ye,"⊳","\\vartriangleright"),se(ie,ce,ye,"⊵","\\trianglerighteq"),se(ie,ce,ye,"⊩","\\Vdash",!0),se(ie,ce,ye,"∣","\\shortmid"),se(ie,ce,ye,"∥","\\shortparallel"),se(ie,ce,ye,"≬","\\between",!0),se(ie,ce,ye,"⋔","\\pitchfork",!0),se(ie,ce,ye,"∝","\\varpropto"),se(ie,ce,ye,"◀","\\blacktriangleleft"),se(ie,ce,ye,"∴","\\therefore",!0),se(ie,ce,ye,"∍","\\backepsilon"),se(ie,ce,ye,"▶","\\blacktriangleright"),se(ie,ce,ye,"∵","\\because",!0),se(ie,ce,ye,"⋘","\\llless"),se(ie,ce,ye,"⋙","\\gggtr"),se(ie,ce,me,"⊲","\\lhd"),se(ie,ce,me,"⊳","\\rhd"),se(ie,ce,ye,"≂","\\eqsim",!0),se(ie,le,ye,"⋈","\\Join"),se(ie,ce,ye,"≑","\\Doteq",!0),se(ie,ce,me,"∔","\\dotplus",!0),se(ie,ce,me,"∖","\\smallsetminus"),se(ie,ce,me,"⋒","\\Cap",!0),se(ie,ce,me,"⋓","\\Cup",!0),se(ie,ce,me,"⩞","\\doublebarwedge",!0),se(ie,ce,me,"⊟","\\boxminus",!0),se(ie,ce,me,"⊞","\\boxplus",!0),se(ie,ce,me,"⋇","\\divideontimes",!0),se(ie,ce,me,"⋉","\\ltimes",!0),se(ie,ce,me,"⋊","\\rtimes",!0),se(ie,ce,me,"⋋","\\leftthreetimes",!0),se(ie,ce,me,"⋌","\\rightthreetimes",!0),se(ie,ce,me,"⋏","\\curlywedge",!0),se(ie,ce,me,"⋎","\\curlyvee",!0),se(ie,ce,me,"⊝","\\circleddash",!0),se(ie,ce,me,"⊛","\\circledast",!0),se(ie,ce,me,"⋅","\\centerdot"),se(ie,ce,me,"⊺","\\intercal",!0),se(ie,ce,me,"⋒","\\doublecap"),se(ie,ce,me,"⋓","\\doublecup"),se(ie,ce,me,"⊠","\\boxtimes",!0),se(ie,ce,ye,"⇢","\\dashrightarrow",!0),se(ie,ce,ye,"⇠","\\dashleftarrow",!0),se(ie,ce,ye,"⇇","\\leftleftarrows",!0),se(ie,ce,ye,"⇆","\\leftrightarrows",!0),se(ie,ce,ye,"⇚","\\Lleftarrow",!0),se(ie,ce,ye,"↞","\\twoheadleftarrow",!0),se(ie,ce,ye,"↢","\\leftarrowtail",!0),se(ie,ce,ye,"↫","\\looparrowleft",!0),se(ie,ce,ye,"⇋","\\leftrightharpoons",!0),se(ie,ce,ye,"↶","\\curvearrowleft",!0),se(ie,ce,ye,"↺","\\circlearrowleft",!0),se(ie,ce,ye,"↰","\\Lsh",!0),se(ie,ce,ye,"⇈","\\upuparrows",!0),se(ie,ce,ye,"↿","\\upharpoonleft",!0),se(ie,ce,ye,"⇃","\\downharpoonleft",!0),se(ie,le,ye,"⊶","\\origof",!0),se(ie,le,ye,"⊷","\\imageof",!0),se(ie,ce,ye,"⊸","\\multimap",!0),se(ie,ce,ye,"↭","\\leftrightsquigarrow",!0),se(ie,ce,ye,"⇉","\\rightrightarrows",!0),se(ie,ce,ye,"⇄","\\rightleftarrows",!0),se(ie,ce,ye,"↠","\\twoheadrightarrow",!0),se(ie,ce,ye,"↣","\\rightarrowtail",!0),se(ie,ce,ye,"↬","\\looparrowright",!0),se(ie,ce,ye,"↷","\\curvearrowright",!0),se(ie,ce,ye,"↻","\\circlearrowright",!0),se(ie,ce,ye,"↱","\\Rsh",!0),se(ie,ce,ye,"⇊","\\downdownarrows",!0),se(ie,ce,ye,"↾","\\upharpoonright",!0),se(ie,ce,ye,"⇂","\\downharpoonright",!0),se(ie,ce,ye,"⇝","\\rightsquigarrow",!0),se(ie,ce,ye,"⇝","\\leadsto"),se(ie,ce,ye,"⇛","\\Rrightarrow",!0),se(ie,ce,ye,"↾","\\restriction"),se(ie,le,we,"‘","`"),se(ie,le,we,"$","\\$"),se(ae,le,we,"$","\\$"),se(ae,le,we,"$","\\textdollar"),se(ie,le,we,"%","\\%"),se(ae,le,we,"%","\\%"),se(ie,le,we,"_","\\_"),se(ae,le,we,"_","\\_"),se(ae,le,we,"_","\\textunderscore"),se(ie,le,we,"∠","\\angle",!0),se(ie,le,we,"∞","\\infty",!0),se(ie,le,we,"′","\\prime"),se(ie,le,we,"△","\\triangle"),se(ie,le,we,"Γ","\\Gamma",!0),se(ie,le,we,"Δ","\\Delta",!0),se(ie,le,we,"Θ","\\Theta",!0),se(ie,le,we,"Λ","\\Lambda",!0),se(ie,le,we,"Ξ","\\Xi",!0),se(ie,le,we,"Π","\\Pi",!0),se(ie,le,we,"Σ","\\Sigma",!0),se(ie,le,we,"Υ","\\Upsilon",!0),se(ie,le,we,"Φ","\\Phi",!0),se(ie,le,we,"Ψ","\\Psi",!0),se(ie,le,we,"Ω","\\Omega",!0),se(ie,le,we,"A","Α"),se(ie,le,we,"B","Β"),se(ie,le,we,"E","Ε"),se(ie,le,we,"Z","Ζ"),se(ie,le,we,"H","Η"),se(ie,le,we,"I","Ι"),se(ie,le,we,"K","Κ"),se(ie,le,we,"M","Μ"),se(ie,le,we,"N","Ν"),se(ie,le,we,"O","Ο"),se(ie,le,we,"P","Ρ"),se(ie,le,we,"T","Τ"),se(ie,le,we,"X","Χ"),se(ie,le,we,"¬","\\neg",!0),se(ie,le,we,"¬","\\lnot"),se(ie,le,we,"⊤","\\top"),se(ie,le,we,"⊥","\\bot"),se(ie,le,we,"∅","\\emptyset"),se(ie,ce,we,"∅","\\varnothing"),se(ie,le,de,"α","\\alpha",!0),se(ie,le,de,"β","\\beta",!0),se(ie,le,de,"γ","\\gamma",!0),se(ie,le,de,"δ","\\delta",!0),se(ie,le,de,"ϵ","\\epsilon",!0),se(ie,le,de,"ζ","\\zeta",!0),se(ie,le,de,"η","\\eta",!0),se(ie,le,de,"θ","\\theta",!0),se(ie,le,de,"ι","\\iota",!0),se(ie,le,de,"κ","\\kappa",!0),se(ie,le,de,"λ","\\lambda",!0),se(ie,le,de,"μ","\\mu",!0),se(ie,le,de,"ν","\\nu",!0),se(ie,le,de,"ξ","\\xi",!0),se(ie,le,de,"ο","\\omicron",!0),se(ie,le,de,"π","\\pi",!0),se(ie,le,de,"ρ","\\rho",!0),se(ie,le,de,"σ","\\sigma",!0),se(ie,le,de,"τ","\\tau",!0),se(ie,le,de,"υ","\\upsilon",!0),se(ie,le,de,"ϕ","\\phi",!0),se(ie,le,de,"χ","\\chi",!0),se(ie,le,de,"ψ","\\psi",!0),se(ie,le,de,"ω","\\omega",!0),se(ie,le,de,"ε","\\varepsilon",!0),se(ie,le,de,"ϑ","\\vartheta",!0),se(ie,le,de,"ϖ","\\varpi",!0),se(ie,le,de,"ϱ","\\varrho",!0),se(ie,le,de,"ς","\\varsigma",!0),se(ie,le,de,"φ","\\varphi",!0),se(ie,le,me,"∗","*",!0),se(ie,le,me,"+","+"),se(ie,le,me,"−","-",!0),se(ie,le,me,"⋅","\\cdot",!0),se(ie,le,me,"∘","\\circ",!0),se(ie,le,me,"÷","\\div",!0),se(ie,le,me,"±","\\pm",!0),se(ie,le,me,"×","\\times",!0),se(ie,le,me,"∩","\\cap",!0),se(ie,le,me,"∪","\\cup",!0),se(ie,le,me,"∖","\\setminus",!0),se(ie,le,me,"∧","\\land"),se(ie,le,me,"∨","\\lor"),se(ie,le,me,"∧","\\wedge",!0),se(ie,le,me,"∨","\\vee",!0),se(ie,le,we,"√","\\surd"),se(ie,le,fe,"⟨","\\langle",!0),se(ie,le,fe,"∣","\\lvert"),se(ie,le,fe,"∥","\\lVert"),se(ie,le,pe,"?","?"),se(ie,le,pe,"!","!"),se(ie,le,pe,"⟩","\\rangle",!0),se(ie,le,pe,"∣","\\rvert"),se(ie,le,pe,"∥","\\rVert"),se(ie,le,ye,"=","="),se(ie,le,ye,":",":"),se(ie,le,ye,"≈","\\approx",!0),se(ie,le,ye,"≅","\\cong",!0),se(ie,le,ye,"≥","\\ge"),se(ie,le,ye,"≥","\\geq",!0),se(ie,le,ye,"←","\\gets"),se(ie,le,ye,">","\\gt",!0),se(ie,le,ye,"∈","\\in",!0),se(ie,le,ye,"","\\@not"),se(ie,le,ye,"⊂","\\subset",!0),se(ie,le,ye,"⊃","\\supset",!0),se(ie,le,ye,"⊆","\\subseteq",!0),se(ie,le,ye,"⊇","\\supseteq",!0),se(ie,ce,ye,"⊈","\\nsubseteq",!0),se(ie,ce,ye,"⊉","\\nsupseteq",!0),se(ie,le,ye,"⊨","\\models"),se(ie,le,ye,"←","\\leftarrow",!0),se(ie,le,ye,"≤","\\le"),se(ie,le,ye,"≤","\\leq",!0),se(ie,le,ye,"<","\\lt",!0),se(ie,le,ye,"→","\\rightarrow",!0),se(ie,le,ye,"→","\\to"),se(ie,ce,ye,"≱","\\ngeq",!0),se(ie,ce,ye,"≰","\\nleq",!0),se(ie,le,xe," ","\\ "),se(ie,le,xe," ","\\space"),se(ie,le,xe," ","\\nobreakspace"),se(ae,le,xe," ","\\ "),se(ae,le,xe," "," "),se(ae,le,xe," ","\\space"),se(ae,le,xe," ","\\nobreakspace"),se(ie,le,xe,null,"\\nobreak"),se(ie,le,xe,null,"\\allowbreak"),se(ie,le,be,",",","),se(ie,le,be,";",";"),se(ie,ce,me,"⊼","\\barwedge",!0),se(ie,ce,me,"⊻","\\veebar",!0),se(ie,le,me,"⊙","\\odot",!0),se(ie,le,me,"⊕","\\oplus",!0),se(ie,le,me,"⊗","\\otimes",!0),se(ie,le,we,"∂","\\partial",!0),se(ie,le,me,"⊘","\\oslash",!0),se(ie,ce,me,"⊚","\\circledcirc",!0),se(ie,ce,me,"⊡","\\boxdot",!0),se(ie,le,me,"△","\\bigtriangleup"),se(ie,le,me,"▽","\\bigtriangledown"),se(ie,le,me,"†","\\dagger"),se(ie,le,me,"⋄","\\diamond"),se(ie,le,me,"⋆","\\star"),se(ie,le,me,"◃","\\triangleleft"),se(ie,le,me,"▹","\\triangleright"),se(ie,le,fe,"{","\\{"),se(ae,le,we,"{","\\{"),se(ae,le,we,"{","\\textbraceleft"),se(ie,le,pe,"}","\\}"),se(ae,le,we,"}","\\}"),se(ae,le,we,"}","\\textbraceright"),se(ie,le,fe,"{","\\lbrace"),se(ie,le,pe,"}","\\rbrace"),se(ie,le,fe,"[","\\lbrack",!0),se(ae,le,we,"[","\\lbrack",!0),se(ie,le,pe,"]","\\rbrack",!0),se(ae,le,we,"]","\\rbrack",!0),se(ie,le,fe,"(","\\lparen",!0),se(ie,le,pe,")","\\rparen",!0),se(ae,le,we,"<","\\textless",!0),se(ae,le,we,">","\\textgreater",!0),se(ie,le,fe,"⌊","\\lfloor",!0),se(ie,le,pe,"⌋","\\rfloor",!0),se(ie,le,fe,"⌈","\\lceil",!0),se(ie,le,pe,"⌉","\\rceil",!0),se(ie,le,we,"\\","\\backslash"),se(ie,le,we,"∣","|"),se(ie,le,we,"∣","\\vert"),se(ae,le,we,"|","\\textbar",!0),se(ie,le,we,"∥","\\|"),se(ie,le,we,"∥","\\Vert"),se(ae,le,we,"∥","\\textbardbl"),se(ae,le,we,"~","\\textasciitilde"),se(ae,le,we,"\\","\\textbackslash"),se(ae,le,we,"^","\\textasciicircum"),se(ie,le,ye,"↑","\\uparrow",!0),se(ie,le,ye,"⇑","\\Uparrow",!0),se(ie,le,ye,"↓","\\downarrow",!0),se(ie,le,ye,"⇓","\\Downarrow",!0),se(ie,le,ye,"↕","\\updownarrow",!0),se(ie,le,ye,"⇕","\\Updownarrow",!0),se(ie,le,ge,"∐","\\coprod"),se(ie,le,ge,"⋁","\\bigvee"),se(ie,le,ge,"⋀","\\bigwedge"),se(ie,le,ge,"⨄","\\biguplus"),se(ie,le,ge,"⋂","\\bigcap"),se(ie,le,ge,"⋃","\\bigcup"),se(ie,le,ge,"∫","\\int"),se(ie,le,ge,"∫","\\intop"),se(ie,le,ge,"∬","\\iint"),se(ie,le,ge,"∭","\\iiint"),se(ie,le,ge,"∏","\\prod"),se(ie,le,ge,"∑","\\sum"),se(ie,le,ge,"⨂","\\bigotimes"),se(ie,le,ge,"⨁","\\bigoplus"),se(ie,le,ge,"⨀","\\bigodot"),se(ie,le,ge,"∮","\\oint"),se(ie,le,ge,"∯","\\oiint"),se(ie,le,ge,"∰","\\oiiint"),se(ie,le,ge,"⨆","\\bigsqcup"),se(ie,le,ge,"∫","\\smallint"),se(ae,le,ue,"…","\\textellipsis"),se(ie,le,ue,"…","\\mathellipsis"),se(ae,le,ue,"…","\\ldots",!0),se(ie,le,ue,"…","\\ldots",!0),se(ie,le,ue,"⋯","\\@cdots",!0),se(ie,le,ue,"⋱","\\ddots",!0),se(ie,le,we,"⋮","\\varvdots"),se(ae,le,we,"⋮","\\varvdots"),se(ie,le,he,"ˊ","\\acute"),se(ie,le,he,"ˋ","\\grave"),se(ie,le,he,"¨","\\ddot"),se(ie,le,he,"~","\\tilde"),se(ie,le,he,"ˉ","\\bar"),se(ie,le,he,"˘","\\breve"),se(ie,le,he,"ˇ","\\check"),se(ie,le,he,"^","\\hat"),se(ie,le,he,"⃗","\\vec"),se(ie,le,he,"˙","\\dot"),se(ie,le,he,"˚","\\mathring"),se(ie,le,de,"","\\@imath"),se(ie,le,de,"","\\@jmath"),se(ie,le,we,"ı","ı"),se(ie,le,we,"ȷ","ȷ"),se(ae,le,we,"ı","\\i",!0),se(ae,le,we,"ȷ","\\j",!0),se(ae,le,we,"ß","\\ss",!0),se(ae,le,we,"æ","\\ae",!0),se(ae,le,we,"œ","\\oe",!0),se(ae,le,we,"ø","\\o",!0),se(ae,le,we,"Æ","\\AE",!0),se(ae,le,we,"Œ","\\OE",!0),se(ae,le,we,"Ø","\\O",!0),se(ae,le,he,"ˊ","\\'"),se(ae,le,he,"ˋ","\\`"),se(ae,le,he,"ˆ","\\^"),se(ae,le,he,"˜","\\~"),se(ae,le,he,"ˉ","\\="),se(ae,le,he,"˘","\\u"),se(ae,le,he,"˙","\\."),se(ae,le,he,"¸","\\c"),se(ae,le,he,"˚","\\r"),se(ae,le,he,"ˇ","\\v"),se(ae,le,he,"¨",'\\"'),se(ae,le,he,"˝","\\H"),se(ae,le,he,"◯","\\textcircled");const ve={"--":!0,"---":!0,"``":!0,"''":!0};se(ae,le,we,"–","--",!0),se(ae,le,we,"–","\\textendash"),se(ae,le,we,"—","---",!0),se(ae,le,we,"—","\\textemdash"),se(ae,le,we,"‘","`",!0),se(ae,le,we,"‘","\\textquoteleft"),se(ae,le,we,"’","'",!0),se(ae,le,we,"’","\\textquoteright"),se(ae,le,we,"“","``",!0),se(ae,le,we,"“","\\textquotedblleft"),se(ae,le,we,"”","''",!0),se(ae,le,we,"”","\\textquotedblright"),se(ie,le,we,"°","\\degree",!0),se(ae,le,we,"°","\\degree"),se(ae,le,we,"°","\\textdegree",!0),se(ie,le,we,"£","\\pounds"),se(ie,le,we,"£","\\mathsterling",!0),se(ae,le,we,"£","\\pounds"),se(ae,le,we,"£","\\textsterling",!0),se(ie,ce,we,"✠","\\maltese"),se(ae,ce,we,"✠","\\maltese");for(let e=0;e<14;e++){const t='0123456789/@."'.charAt(e);se(ie,le,we,t,t)}for(let e=0;e<25;e++){const t='0123456789!@*()-=+";:?/.,'.charAt(e);se(ae,le,we,t,t)}const ke="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";for(let e=0;e<52;e++){const t=ke.charAt(e);se(ie,le,de,t,t),se(ae,le,we,t,t)}se(ie,ce,we,"C","ℂ"),se(ae,ce,we,"C","ℂ"),se(ie,ce,we,"H","ℍ"),se(ae,ce,we,"H","ℍ"),se(ie,ce,we,"N","ℕ"),se(ae,ce,we,"N","ℕ"),se(ie,ce,we,"P","ℙ"),se(ae,ce,we,"P","ℙ"),se(ie,ce,we,"Q","ℚ"),se(ae,ce,we,"Q","ℚ"),se(ie,ce,we,"R","ℝ"),se(ae,ce,we,"R","ℝ"),se(ie,ce,we,"Z","ℤ"),se(ae,ce,we,"Z","ℤ"),se(ie,le,de,"h","ℎ"),se(ae,le,de,"h","ℎ");let Se="";for(let e=0;e<52;e++){const t=ke.charAt(e);Se=String.fromCharCode(55349,56320+e),se(ie,le,de,t,Se),se(ae,le,we,t,Se),Se=String.fromCharCode(55349,56372+e),se(ie,le,de,t,Se),se(ae,le,we,t,Se),Se=String.fromCharCode(55349,56424+e),se(ie,le,de,t,Se),se(ae,le,we,t,Se),Se=String.fromCharCode(55349,56580+e),se(ie,le,de,t,Se),se(ae,le,we,t,Se),Se=String.fromCharCode(55349,56684+e),se(ie,le,de,t,Se),se(ae,le,we,t,Se),Se=String.fromCharCode(55349,56736+e),se(ie,le,de,t,Se),se(ae,le,we,t,Se),Se=String.fromCharCode(55349,56788+e),se(ie,le,de,t,Se),se(ae,le,we,t,Se),Se=String.fromCharCode(55349,56840+e),se(ie,le,de,t,Se),se(ae,le,we,t,Se),Se=String.fromCharCode(55349,56944+e),se(ie,le,de,t,Se),se(ae,le,we,t,Se),e<26&&(Se=String.fromCharCode(55349,56632+e),se(ie,le,de,t,Se),se(ae,le,we,t,Se),Se=String.fromCharCode(55349,56476+e),se(ie,le,de,t,Se),se(ae,le,we,t,Se))}Se=String.fromCharCode(55349,56668),se(ie,le,de,"k",Se),se(ae,le,we,"k",Se);for(let e=0;e<10;e++){const t=e.toString();Se=String.fromCharCode(55349,57294+e),se(ie,le,de,t,Se),se(ae,le,we,t,Se),Se=String.fromCharCode(55349,57314+e),se(ie,le,de,t,Se),se(ae,le,we,t,Se),Se=String.fromCharCode(55349,57324+e),se(ie,le,de,t,Se),se(ae,le,we,t,Se),Se=String.fromCharCode(55349,57334+e),se(ie,le,de,t,Se),se(ae,le,we,t,Se)}for(let e=0;e<3;e++){const t="ÐÞþ".charAt(e);se(ie,le,de,t,t),se(ae,le,we,t,t)}const Me=[["mathbf","textbf","Main-Bold"],["mathbf","textbf","Main-Bold"],["mathnormal","textit","Math-Italic"],["mathnormal","textit","Math-Italic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["mathscr","textscr","Script-Regular"],["","",""],["","",""],["","",""],["mathfrak","textfrak","Fraktur-Regular"],["mathfrak","textfrak","Fraktur-Regular"],["mathbb","textbb","AMS-Regular"],["mathbb","textbb","AMS-Regular"],["mathboldfrak","textboldfrak","Fraktur-Regular"],["mathboldfrak","textboldfrak","Fraktur-Regular"],["mathsf","textsf","SansSerif-Regular"],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathitsf","textitsf","SansSerif-Italic"],["mathitsf","textitsf","SansSerif-Italic"],["","",""],["","",""],["mathtt","texttt","Typewriter-Regular"],["mathtt","texttt","Typewriter-Regular"]],ze=[["mathbf","textbf","Main-Bold"],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathtt","texttt","Typewriter-Regular"]],Ae=function(e,t,r){return oe[r][e]&&oe[r][e].replace&&(e=oe[r][e].replace),{value:e,metrics:C(e,t,r)}},Te=function(e,t,r,n,o){const s=Ae(e,t,r),i=s.metrics;let a;if(e=s.value,i){let t=i.italic;("text"===r||n&&"mathit"===n.font)&&(t=0),a=new Z(e,i.height,i.depth,t,i.skew,i.width,o)}else"undefined"!=typeof console&&console.warn("No character metrics for '"+e+"' in style '"+t+"' and mode '"+r+"'"),a=new Z(e,0,0,0,0,0,o);if(n){a.maxFontSize=n.sizeMultiplier,n.style.isTight()&&a.classes.push("mtight");const e=n.getColor();e&&(a.style.color=e)}return a},Be=(e,t)=>{if(F(e.classes)!==F(t.classes)||e.skew!==t.skew||e.maxFontSize!==t.maxFontSize)return!1;if(1===e.classes.length){const t=e.classes[0];if("mbin"===t||"mord"===t)return!1}for(const r in e.style)if(e.style.hasOwnProperty(r)&&e.style[r]!==t.style[r])return!1;for(const r in t.style)if(t.style.hasOwnProperty(r)&&e.style[r]!==t.style[r])return!1;return!0},Ce=function(e){let t=0,r=0,n=0;for(let o=0;o<e.children.length;o++){const s=e.children[o];s.height>t&&(t=s.height),s.depth>r&&(r=s.depth),s.maxFontSize>n&&(n=s.maxFontSize)}e.height=t,e.depth=r,e.maxFontSize=n},qe=function(e,t,r,n){const o=new Y(e,t,r,n);return Ce(o),o},Ne=(e,t,r,n)=>new Y(e,t,r,n),Ie=function(e){const t=new z(e);return Ce(t),t},Oe=function(e,t,r){let n,o="";switch(e){case"amsrm":o="AMS";break;case"textrm":o="Main";break;case"textsf":o="SansSerif";break;case"texttt":o="Typewriter";break;default:o=e}return n="textbf"===t&&"textit"===r?"BoldItalic":"textbf"===t?"Bold":"textit"===t?"Italic":"Regular",o+"-"+n},Re={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"}},He={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]};var Ee={fontMap:Re,makeSymbol:Te,mathsym:function(e,t,r,n){return void 0===n&&(n=[]),"boldsymbol"===r.font&&Ae(e,"Main-Bold",t).metrics?Te(e,"Main-Bold",t,r,n.concat(["mathbf"])):"\\"===e||"main"===oe[t][e].font?Te(e,"Main-Regular",t,r,n):Te(e,"AMS-Regular",t,r,n.concat(["amsrm"]))},makeSpan:qe,makeSvgSpan:Ne,makeLineSpan:function(e,t,r){const n=qe([e],[],t);return n.height=Math.max(r||t.fontMetrics().defaultRuleThickness,t.minRuleThickness),n.style.borderBottomWidth=V(n.height),n.maxFontSize=1,n},makeAnchor:function(e,t,r,n){const o=new X(e,t,r,n);return Ce(o),o},makeFragment:Ie,wrapFragment:function(e,t){return e instanceof z?qe([],[e],t):e},makeVList:function(e,t){const{children:r,depth:n}=function(e){if("individualShift"===e.positionType){const t=e.children,r=[t[0]],n=-t[0].shift-t[0].elem.depth;let o=n;for(let e=1;e<t.length;e++){const n=-t[e].shift-o-t[e].elem.depth,s=n-(t[e-1].elem.height+t[e-1].elem.depth);o+=n,r.push({type:"kern",size:s}),r.push(t[e])}return{children:r,depth:n}}let t;if("top"===e.positionType){let r=e.positionData;for(let t=0;t<e.children.length;t++){const n=e.children[t];r-="kern"===n.type?n.size:n.elem.height+n.elem.depth}t=r}else if("bottom"===e.positionType)t=-e.positionData;else{const r=e.children[0];if("elem"!==r.type)throw new Error('First child must have type "elem".');if("shift"===e.positionType)t=-r.elem.depth-e.positionData;else{if("firstBaseline"!==e.positionType)throw new Error("Invalid positionType "+e.positionType+".");t=-r.elem.depth}}return{children:e.children,depth:t}}(e);let o=0;for(let e=0;e<r.length;e++){const t=r[e];if("elem"===t.type){const e=t.elem;o=Math.max(o,e.maxFontSize,e.height)}}o+=2;const s=qe(["pstrut"],[]);s.style.height=V(o);const i=[];let a=n,l=n,c=n;for(let e=0;e<r.length;e++){const t=r[e];if("kern"===t.type)c+=t.size;else{const e=t.elem,r=t.wrapperClasses||[],n=t.wrapperStyle||{},a=qe(r,[s,e],void 0,n);a.style.top=V(-o-c-e.depth),t.marginLeft&&(a.style.marginLeft=t.marginLeft),t.marginRight&&(a.style.marginRight=t.marginRight),i.push(a),c+=e.height+e.depth}a=Math.min(a,c),l=Math.max(l,c)}const h=qe(["vlist"],i);let m;if(h.style.height=V(l),a<0){const e=qe([],[]),t=qe(["vlist"],[e]);t.style.height=V(-a);const r=qe(["vlist-s"],[new Z("​")]);m=[qe(["vlist-r"],[h,r]),qe(["vlist-r"],[t])]}else m=[qe(["vlist-r"],[h])];const p=qe(["vlist-t"],m);return 2===m.length&&p.classes.push("vlist-t2"),p.height=l,p.depth=-a,p},makeOrd:function(e,t,r){const o=e.mode,s=e.text,i=["mord"],a="math"===o||"text"===o&&t.font,l=a?t.font:t.fontFamily;let c="",h="";if(55349===s.charCodeAt(0)&&([c,h]=function(e,t){const r=1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320)+65536,o="math"===t?0:1;if(119808<=r&&r<120484){const e=Math.floor((r-119808)/26);return[Me[e][2],Me[e][o]]}if(120782<=r&&r<=120831){const e=Math.floor((r-120782)/10);return[ze[e][2],ze[e][o]]}if(120485===r||120486===r)return[Me[0][2],Me[0][o]];if(120486<r&&r<120782)return["",""];throw new n("Unsupported character: "+e)}(s,o)),c.length>0)return Te(s,c,o,t,i.concat(h));if(l){let e,n;if("boldsymbol"===l){const t=function(e,t,r,n,o){return"textord"!==o&&Ae(e,"Math-BoldItalic",t).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}}(s,o,0,0,r);e=t.fontName,n=[t.fontClass]}else a?(e=Re[l].fontName,n=[l]):(e=Oe(l,t.fontWeight,t.fontShape),n=[l,t.fontWeight,t.fontShape]);if(Ae(s,e,o).metrics)return Te(s,e,o,t,i.concat(n));if(ve.hasOwnProperty(s)&&"Typewriter"===e.slice(0,10)){const r=[];for(let a=0;a<s.length;a++)r.push(Te(s[a],e,o,t,i.concat(n)));return Ie(r)}}if("mathord"===r)return Te(s,"Math-Italic",o,t,i.concat(["mathnormal"]));if("textord"===r){const e=oe[o][s]&&oe[o][s].font;if("ams"===e){const e=Oe("amsrm",t.fontWeight,t.fontShape);return Te(s,e,o,t,i.concat("amsrm",t.fontWeight,t.fontShape))}if("main"!==e&&e){const r=Oe(e,t.fontWeight,t.fontShape);return Te(s,r,o,t,i.concat(r,t.fontWeight,t.fontShape))}{const e=Oe("textrm",t.fontWeight,t.fontShape);return Te(s,e,o,t,i.concat(t.fontWeight,t.fontShape))}}throw new Error("unexpected type: "+r+" in makeOrd")},makeGlue:(e,t)=>{const r=qe(["mspace"],[],t),n=P(e,t);return r.style.marginRight=V(n),r},staticSvg:function(e,t){const[r,n,o]=He[e],s=new J(r),i=new K([s],{width:V(n),height:V(o),style:"width:"+V(n),viewBox:"0 0 "+1e3*n+" "+1e3*o,preserveAspectRatio:"xMinYMin"}),a=Ne(["overlay"],[i],t);return a.height=o,a.style.height=V(o),a.style.width=V(n),a},svgData:He,tryCombineChars:e=>{for(let t=0;t<e.length-1;t++){const r=e[t],n=e[t+1];r instanceof Z&&n instanceof Z&&Be(r,n)&&(r.text+=n.text,r.height=Math.max(r.height,n.height),r.depth=Math.max(r.depth,n.depth),r.italic=n.italic,e.splice(t+1,1),t--)}return e}};const Le={number:3,unit:"mu"},De={number:4,unit:"mu"},Pe={number:5,unit:"mu"},Ve={mord:{mop:Le,mbin:De,mrel:Pe,minner:Le},mop:{mord:Le,mop:Le,mrel:Pe,minner:Le},mbin:{mord:De,mop:De,mopen:De,minner:De},mrel:{mord:Pe,mop:Pe,mopen:Pe,minner:Pe},mopen:{},mclose:{mop:Le,mbin:De,mrel:Pe,minner:Le},mpunct:{mord:Le,mop:Le,mrel:Pe,mopen:Le,mclose:Le,mpunct:Le,minner:Le},minner:{mord:Le,mop:Le,mbin:De,mrel:Pe,mopen:Le,mpunct:Le,minner:Le}},Fe={mord:{mop:Le},mop:{mord:Le,mop:Le},mbin:{},mrel:{},mopen:{},mclose:{mop:Le},mpunct:{},minner:{mop:Le}},_e={},$e={},Ge={};function Ue(e){let{type:t,names:r,props:n,handler:o,htmlBuilder:s,mathmlBuilder:i}=e;const a={type:t,numArgs:n.numArgs,argTypes:n.argTypes,allowedInArgument:!!n.allowedInArgument,allowedInText:!!n.allowedInText,allowedInMath:void 0===n.allowedInMath||n.allowedInMath,numOptionalArgs:n.numOptionalArgs||0,infix:!!n.infix,primitive:!!n.primitive,handler:o};for(let e=0;e<r.length;++e)_e[r[e]]=a;t&&(s&&($e[t]=s),i&&(Ge[t]=i))}function Ye(e){let{type:t,htmlBuilder:r,mathmlBuilder:n}=e;Ue({type:t,names:[],props:{numArgs:0},handler(){throw new Error("Should never be called.")},htmlBuilder:r,mathmlBuilder:n})}const Xe=function(e){return"ordgroup"===e.type&&1===e.body.length?e.body[0]:e},We=function(e){return"ordgroup"===e.type?e.body:[e]},je=Ee.makeSpan,Ze=["leftmost","mbin","mopen","mrel","mop","mpunct"],Ke=["rightmost","mrel","mclose","mpunct"],Je={display:w.DISPLAY,text:w.TEXT,script:w.SCRIPT,scriptscript:w.SCRIPTSCRIPT},Qe={mord:"mord",mop:"mop",mbin:"mbin",mrel:"mrel",mopen:"mopen",mclose:"mclose",mpunct:"mpunct",minner:"minner"},et=function(e,t,r,n){void 0===n&&(n=[null,null]);const o=[];for(let r=0;r<e.length;r++){const n=it(e[r],t);if(n instanceof z){const e=n.children;o.push(...e)}else o.push(n)}if(Ee.tryCombineChars(o),!r)return o;let s=t;if(1===e.length){const r=e[0];"sizing"===r.type?s=t.havingSize(r.size):"styling"===r.type&&(s=t.havingStyle(Je[r.style]))}const i=je([n[0]||"leftmost"],[],t),a=je([n[1]||"rightmost"],[],t),c="root"===r;return tt(o,(e,t)=>{const r=t.classes[0],n=e.classes[0];"mbin"===r&&l.contains(Ke,n)?t.classes[0]="mord":"mbin"===n&&l.contains(Ze,r)&&(e.classes[0]="mord")},{node:i},a,c),tt(o,(e,t)=>{const r=ot(t),n=ot(e),o=r&&n?e.hasClass("mtight")?Fe[r][n]:Ve[r][n]:null;if(o)return Ee.makeGlue(o,s)},{node:i},a,c),o},tt=function(e,t,r,n,o){n&&e.push(n);let s=0;for(;s<e.length;s++){const n=e[s],i=rt(n);if(i){tt(i.children,t,r,null,o);continue}const a=!n.hasClass("mspace");if(a){const o=t(n,r.node);o&&(r.insertAfter?r.insertAfter(o):(e.unshift(o),s++))}a?r.node=n:o&&n.hasClass("newline")&&(r.node=je(["leftmost"])),r.insertAfter=(t=>r=>{e.splice(t+1,0,r),s++})(s)}n&&e.pop()},rt=function(e){return e instanceof z||e instanceof X||e instanceof Y&&e.hasClass("enclosing")?e:null},nt=function(e,t){const r=rt(e);if(r){const e=r.children;if(e.length){if("right"===t)return nt(e[e.length-1],"right");if("left"===t)return nt(e[0],"left")}}return e},ot=function(e,t){return e?(t&&(e=nt(e,t)),Qe[e.classes[0]]||null):null},st=function(e,t){const r=["nulldelimiter"].concat(e.baseSizingClasses());return je(t.concat(r))},it=function(e,t,r){if(!e)return je();if($e[e.type]){let n=$e[e.type](e,t);if(r&&t.size!==r.size){n=je(t.sizingClasses(r),[n],t);const e=t.sizeMultiplier/r.sizeMultiplier;n.height*=e,n.depth*=e}return n}throw new n("Got group of unknown type: '"+e.type+"'")};function at(e,t){const r=je(["base"],e,t),n=je(["strut"]);return n.style.height=V(r.height+r.depth),r.depth&&(n.style.verticalAlign=V(-r.depth)),r.children.unshift(n),r}function lt(e,t){let r=null;1===e.length&&"tag"===e[0].type&&(r=e[0].tag,e=e[0].body);const n=et(e,t,"root");let o;2===n.length&&n[1].hasClass("tag")&&(o=n.pop());const s=[];let i,a=[];for(let e=0;e<n.length;e++)if(a.push(n[e]),n[e].hasClass("mbin")||n[e].hasClass("mrel")||n[e].hasClass("allowbreak")){let r=!1;for(;e<n.length-1&&n[e+1].hasClass("mspace")&&!n[e+1].hasClass("newline");)e++,a.push(n[e]),n[e].hasClass("nobreak")&&(r=!0);r||(s.push(at(a,t)),a=[])}else n[e].hasClass("newline")&&(a.pop(),a.length>0&&(s.push(at(a,t)),a=[]),s.push(n[e]));a.length>0&&s.push(at(a,t)),r?(i=at(et(r,t,!0)),i.classes=["tag"],s.push(i)):o&&s.push(o);const l=je(["katex-html"],s);if(l.setAttribute("aria-hidden","true"),i){const e=i.children[0];e.style.height=V(l.height+l.depth),l.depth&&(e.style.verticalAlign=V(-l.depth))}return l}function ct(e){return new z(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(){const e=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(const t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);this.classes.length>0&&(e.className=F(this.classes));for(let t=0;t<this.children.length;t++)if(this.children[t]instanceof mt&&this.children[t+1]instanceof mt){let r=this.children[t].toText()+this.children[++t].toText();for(;this.children[t+1]instanceof mt;)r+=this.children[++t].toText();e.appendChild(new mt(r).toNode())}else e.appendChild(this.children[t].toNode());return e}toMarkup(){let e="<"+this.type;for(const t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+'="',e+=l.escape(this.attributes[t]),e+='"');this.classes.length>0&&(e+=' class ="'+l.escape(F(this.classes))+'"'),e+=">";for(let t=0;t<this.children.length;t++)e+=this.children[t].toMarkup();return e+="</"+this.type+">",e}toText(){return this.children.map(e=>e.toText()).join("")}}class mt{constructor(e){this.text=void 0,this.text=e}toNode(){return document.createTextNode(this.text)}toMarkup(){return l.escape(this.toText())}toText(){return this.text}}var pt={MathNode:ht,TextNode:mt,SpaceNode:class{constructor(e){this.width=void 0,this.character=void 0,this.width=e,this.character=e>=.05555&&e<=.05556?" ":e>=.1666&&e<=.1667?" ":e>=.2222&&e<=.2223?" ":e>=.2777&&e<=.2778?"  ":e>=-.05556&&e<=-.05555?" ⁣":e>=-.1667&&e<=-.1666?" ⁣":e>=-.2223&&e<=-.2222?" ⁣":e>=-.2778&&e<=-.2777?" ⁣":null}toNode(){if(this.character)return document.createTextNode(this.character);{const e=document.createElementNS("http://www.w3.org/1998/Math/MathML","mspace");return e.setAttribute("width",V(this.width)),e}}toMarkup(){return this.character?"<mtext>"+this.character+"</mtext>":'<mspace width="'+V(this.width)+'"/>'}toText(){return this.character?this.character:" "}},newDocumentFragment:ct};const ut=function(e,t,r){return!oe[t][e]||!oe[t][e].replace||55349===e.charCodeAt(0)||ve.hasOwnProperty(e)&&r&&(r.fontFamily&&"tt"===r.fontFamily.slice(4,6)||r.font&&"tt"===r.font.slice(4,6))||(e=oe[t][e].replace),new pt.TextNode(e)},dt=function(e){return 1===e.length?e[0]:new pt.MathNode("mrow",e)},gt=function(e,t){if("texttt"===t.fontFamily)return"monospace";if("textsf"===t.fontFamily)return"textit"===t.fontShape&&"textbf"===t.fontWeight?"sans-serif-bold-italic":"textit"===t.fontShape?"sans-serif-italic":"textbf"===t.fontWeight?"bold-sans-serif":"sans-serif";if("textit"===t.fontShape&&"textbf"===t.fontWeight)return"bold-italic";if("textit"===t.fontShape)return"italic";if("textbf"===t.fontWeight)return"bold";const r=t.font;if(!r||"mathnormal"===r)return null;const n=e.mode;if("mathit"===r)return"italic";if("boldsymbol"===r)return"textord"===e.type?"bold":"bold-italic";if("mathbf"===r)return"bold";if("mathbb"===r)return"double-struck";if("mathsfit"===r)return"sans-serif-italic";if("mathfrak"===r)return"fraktur";if("mathscr"===r||"mathcal"===r)return"script";if("mathsf"===r)return"sans-serif";if("mathtt"===r)return"monospace";let o=e.text;return l.contains(["\\imath","\\jmath"],o)?null:(oe[n][o]&&oe[n][o].replace&&(o=oe[n][o].replace),C(o,Ee.fontMap[r].fontName,n)?Ee.fontMap[r].variant:null)};function ft(e){if(!e)return!1;if("mi"===e.type&&1===e.children.length){const t=e.children[0];return t instanceof mt&&"."===t.text}if("mo"===e.type&&1===e.children.length&&"true"===e.getAttribute("separator")&&"0em"===e.getAttribute("lspace")&&"0em"===e.getAttribute("rspace")){const t=e.children[0];return t instanceof mt&&","===t.text}return!1}const bt=function(e,t,r){if(1===e.length){const n=xt(e[0],t);return r&&n instanceof ht&&"mo"===n.type&&(n.setAttribute("lspace","0em"),n.setAttribute("rspace","0em")),[n]}const n=[];let o;for(let r=0;r<e.length;r++){const s=xt(e[r],t);if(s instanceof ht&&o instanceof ht){if("mtext"===s.type&&"mtext"===o.type&&s.getAttribute("mathvariant")===o.getAttribute("mathvariant")){o.children.push(...s.children);continue}if("mn"===s.type&&"mn"===o.type){o.children.push(...s.children);continue}if(ft(s)&&"mn"===o.type){o.children.push(...s.children);continue}if("mn"===s.type&&ft(o))s.children=[...o.children,...s.children],n.pop();else if(("msup"===s.type||"msub"===s.type)&&s.children.length>=1&&("mn"===o.type||ft(o))){const e=s.children[0];e instanceof ht&&"mn"===e.type&&(e.children=[...o.children,...e.children],n.pop())}else if("mi"===o.type&&1===o.children.length){const e=o.children[0];if(e instanceof mt&&"̸"===e.text&&("mo"===s.type||"mi"===s.type||"mn"===s.type)){const e=s.children[0];e instanceof mt&&e.text.length>0&&(e.text=e.text.slice(0,1)+"̸"+e.text.slice(1),n.pop())}}}n.push(s),o=s}return n},yt=function(e,t,r){return dt(bt(e,t,r))},xt=function(e,t){if(!e)return new pt.MathNode("mrow");if(Ge[e.type])return Ge[e.type](e,t);throw new n("Got group of unknown type: '"+e.type+"'")};function wt(e,t,r,n,o){const s=bt(e,r);let i;i=1===s.length&&s[0]instanceof ht&&l.contains(["mrow","mtable"],s[0].type)?s[0]:new pt.MathNode("mrow",s);const a=new pt.MathNode("annotation",[new pt.TextNode(t)]);a.setAttribute("encoding","application/x-tex");const c=new pt.MathNode("semantics",[i,a]),h=new pt.MathNode("math",[c]);h.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML"),n&&h.setAttribute("display","block");return Ee.makeSpan([o?"katex":"katex-mathml"],[h])}const vt=function(e){return new H({style:e.displayMode?w.DISPLAY:w.TEXT,maxSize:e.maxSize,minRuleThickness:e.minRuleThickness})},kt=function(e,t){if(t.displayMode){const r=["katex-display"];t.leqno&&r.push("leqno"),t.fleqn&&r.push("fleqn"),e=Ee.makeSpan(r,[e])}return e},St={widehat:"^",widecheck:"ˇ",widetilde:"~",utilde:"~",overleftarrow:"←",underleftarrow:"←",xleftarrow:"←",overrightarrow:"→",underrightarrow:"→",xrightarrow:"→",underbrace:"⏟",overbrace:"⏞",overgroup:"⏠",undergroup:"⏡",overleftrightarrow:"↔",underleftrightarrow:"↔",xleftrightarrow:"↔",Overrightarrow:"⇒",xRightarrow:"⇒",overleftharpoon:"↼",xleftharpoonup:"↼",overrightharpoon:"⇀",xrightharpoonup:"⇀",xLeftarrow:"⇐",xLeftrightarrow:"⇔",xhookleftarrow:"↩",xhookrightarrow:"↪",xmapsto:"↦",xrightharpoondown:"⇁",xleftharpoondown:"↽",xrightleftharpoons:"⇌",xleftrightharpoons:"⇋",xtwoheadleftarrow:"↞",xtwoheadrightarrow:"↠",xlongequal:"=",xtofrom:"⇄",xrightleftarrows:"⇄",xrightequilibrium:"⇌",xleftequilibrium:"⇋","\\cdrightarrow":"→","\\cdleftarrow":"←","\\cdlongequal":"="},Mt={overrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],overleftarrow:[["leftarrow"],.888,522,"xMinYMin"],underrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],underleftarrow:[["leftarrow"],.888,522,"xMinYMin"],xrightarrow:[["rightarrow"],1.469,522,"xMaxYMin"],"\\cdrightarrow":[["rightarrow"],3,522,"xMaxYMin"],xleftarrow:[["leftarrow"],1.469,522,"xMinYMin"],"\\cdleftarrow":[["leftarrow"],3,522,"xMinYMin"],Overrightarrow:[["doublerightarrow"],.888,560,"xMaxYMin"],xRightarrow:[["doublerightarrow"],1.526,560,"xMaxYMin"],xLeftarrow:[["doubleleftarrow"],1.526,560,"xMinYMin"],overleftharpoon:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoonup:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoondown:[["leftharpoondown"],.888,522,"xMinYMin"],overrightharpoon:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoonup:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoondown:[["rightharpoondown"],.888,522,"xMaxYMin"],xlongequal:[["longequal"],.888,334,"xMinYMin"],"\\cdlongequal":[["longequal"],3,334,"xMinYMin"],xtwoheadleftarrow:[["twoheadleftarrow"],.888,334,"xMinYMin"],xtwoheadrightarrow:[["twoheadrightarrow"],.888,334,"xMaxYMin"],overleftrightarrow:[["leftarrow","rightarrow"],.888,522],overbrace:[["leftbrace","midbrace","rightbrace"],1.6,548],underbrace:[["leftbraceunder","midbraceunder","rightbraceunder"],1.6,548],underleftrightarrow:[["leftarrow","rightarrow"],.888,522],xleftrightarrow:[["leftarrow","rightarrow"],1.75,522],xLeftrightarrow:[["doubleleftarrow","doublerightarrow"],1.75,560],xrightleftharpoons:[["leftharpoondownplus","rightharpoonplus"],1.75,716],xleftrightharpoons:[["leftharpoonplus","rightharpoondownplus"],1.75,716],xhookleftarrow:[["leftarrow","righthook"],1.08,522],xhookrightarrow:[["lefthook","rightarrow"],1.08,522],overlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],underlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],overgroup:[["leftgroup","rightgroup"],.888,342],undergroup:[["leftgroupunder","rightgroupunder"],.888,342],xmapsto:[["leftmapsto","rightarrow"],1.5,522],xtofrom:[["leftToFrom","rightToFrom"],1.75,528],xrightleftarrows:[["baraboveleftarrow","rightarrowabovebar"],1.75,901],xrightequilibrium:[["baraboveshortleftharpoon","rightharpoonaboveshortbar"],1.75,716],xleftequilibrium:[["shortbaraboveleftharpoon","shortrightharpoonabovebar"],1.75,716]};var zt=function(e){const t=new pt.MathNode("mo",[new pt.TextNode(St[e.replace(/^\\/,"")])]);return t.setAttribute("stretchy","true"),t},At=function(e,t){const{span:r,minWidth:n,height:o}=function(){let r=4e5;const n=e.label.slice(1);if(l.contains(["widehat","widecheck","widetilde","utilde"],n)){const s="ordgroup"===(o=e.base).type?o.body.length:1;let i,a,l;if(s>5)"widehat"===n||"widecheck"===n?(i=420,r=2364,l=.42,a=n+"4"):(i=312,r=2340,l=.34,a="tilde4");else{const e=[1,1,2,2,3,3][s];"widehat"===n||"widecheck"===n?(r=[0,1062,2364,2364,2364][e],i=[0,239,300,360,420][e],l=[0,.24,.3,.3,.36,.42][e],a=n+e):(r=[0,600,1033,2339,2340][e],i=[0,260,286,306,312][e],l=[0,.26,.286,.3,.306,.34][e],a="tilde"+e)}const c=new J(a),h=new K([c],{width:"100%",height:V(l),viewBox:"0 0 "+r+" "+i,preserveAspectRatio:"none"});return{span:Ee.makeSvgSpan([],[h],t),minWidth:0,height:l}}{const e=[],o=Mt[n],[s,i,a]=o,l=a/1e3,c=s.length;let h,m;if(1===c)h=["hide-tail"],m=[o[3]];else if(2===c)h=["halfarrow-left","halfarrow-right"],m=["xMinYMin","xMaxYMin"];else{if(3!==c)throw new Error("Correct katexImagesData or update code here to support\n "+c+" children.");h=["brace-left","brace-center","brace-right"],m=["xMinYMin","xMidYMin","xMaxYMin"]}for(let n=0;n<c;n++){const o=new J(s[n]),p=new K([o],{width:"400em",height:V(l),viewBox:"0 0 "+r+" "+a,preserveAspectRatio:m[n]+" slice"}),u=Ee.makeSvgSpan([h[n]],[p],t);if(1===c)return{span:u,minWidth:i,height:l};u.style.height=V(l),e.push(u)}return{span:Ee.makeSpan(["stretchy"],e,t),minWidth:i,height:l}}var o}();return r.height=o,r.style.height=V(o),n>0&&(r.style.minWidth=V(n)),r};function Tt(e,t){if(!e||e.type!==t)throw new Error("Expected node of type "+t+", but got "+(e?"node of type "+e.type:String(e)));return e}function Bt(e){const t=Ct(e);if(!t)throw new Error("Expected node of symbol group type, but got "+(e?"node of type "+e.type:String(e)));return t}function Ct(e){return e&&("atom"===e.type||re.hasOwnProperty(e.type))?e:null}const qt=(e,t)=>{let r,n,o;e&&"supsub"===e.type?(n=Tt(e.base,"accent"),r=n.base,e.base=r,o=function(e){if(e instanceof Y)return e;throw new Error("Expected span<HtmlDomNode> but got "+String(e)+".")}(it(e,t)),e.base=n):(n=Tt(e,"accent"),r=n.base);const s=it(r,t.havingCrampedStyle());let i=0;if(n.isShifty&&l.isCharacterBox(r)){const e=l.getBaseElem(r);i=ee(it(e,t.havingCrampedStyle())).skew}const a="\\c"===n.label;let c,h=a?s.height+s.depth:Math.min(s.height,t.fontMetrics().xHeight);if(n.isStretchy)c=At(n,t),c=Ee.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:s},{type:"elem",elem:c,wrapperClasses:["svg-align"],wrapperStyle:i>0?{width:"calc(100% - "+V(2*i)+")",marginLeft:V(2*i)}:void 0}]},t);else{let e,r;"\\vec"===n.label?(e=Ee.staticSvg("vec",t),r=Ee.svgData.vec[1]):(e=Ee.makeOrd({mode:n.mode,text:n.label},t,"textord"),e=ee(e),e.italic=0,r=e.width,a&&(h+=e.depth)),c=Ee.makeSpan(["accent-body"],[e]);const o="\\textcircled"===n.label;o&&(c.classes.push("accent-full"),h=s.height);let l=i;o||(l-=r/2),c.style.left=V(l),"\\textcircled"===n.label&&(c.style.top=".2em"),c=Ee.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:s},{type:"kern",size:-h},{type:"elem",elem:c}]},t)}const m=Ee.makeSpan(["mord","accent"],[c],t);return o?(o.children[0]=m,o.height=Math.max(m.height,o.height),o.classes[0]="mord",o):m},Nt=(e,t)=>{const r=e.isStretchy?zt(e.label):new pt.MathNode("mo",[ut(e.label,e.mode)]),n=new pt.MathNode("mover",[xt(e.base,t),r]);return n.setAttribute("accent","true"),n},It=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map(e=>"\\"+e).join("|"));Ue({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)=>{const r=Xe(t[0]),n=!It.test(e.funcName),o=!n||"\\widehat"===e.funcName||"\\widetilde"===e.funcName||"\\widecheck"===e.funcName;return{type:"accent",mode:e.parser.mode,label:e.funcName,isStretchy:n,isShifty:o,base:r}},htmlBuilder:qt,mathmlBuilder:Nt}),Ue({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\c","\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["primitive"]},handler:(e,t)=>{const r=t[0];let n=e.parser.mode;return"math"===n&&(e.parser.settings.reportNonstrict("mathVsTextAccents","LaTeX's accent "+e.funcName+" works only in text mode"),n="text"),{type:"accent",mode:n,label:e.funcName,isStretchy:!1,isShifty:!0,base:r}},htmlBuilder:qt,mathmlBuilder:Nt}),Ue({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:(e,t)=>{let{parser:r,funcName:n}=e;const o=t[0];return{type:"accentUnder",mode:r.mode,label:n,base:o}},htmlBuilder:(e,t)=>{const r=it(e.base,t),n=At(e,t),o="\\utilde"===e.label?.12:0,s=Ee.makeVList({positionType:"top",positionData:r.height,children:[{type:"elem",elem:n,wrapperClasses:["svg-align"]},{type:"kern",size:o},{type:"elem",elem:r}]},t);return Ee.makeSpan(["mord","accentunder"],[s],t)},mathmlBuilder:(e,t)=>{const r=zt(e.label),n=new pt.MathNode("munder",[xt(e.base,t),r]);return n.setAttribute("accentunder","true"),n}});const Ot=e=>{const t=new pt.MathNode("mpadded",e?[e]:[]);return t.setAttribute("width","+0.6em"),t.setAttribute("lspace","0.3em"),t};Ue({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){let{parser:n,funcName:o}=e;return{type:"xArrow",mode:n.mode,label:o,body:t[0],below:r[0]}},htmlBuilder(e,t){const r=t.style;let n=t.havingStyle(r.sup());const o=Ee.wrapFragment(it(e.body,n,t),t),s="\\x"===e.label.slice(0,2)?"x":"cd";let i;o.classes.push(s+"-arrow-pad"),e.below&&(n=t.havingStyle(r.sub()),i=Ee.wrapFragment(it(e.below,n,t),t),i.classes.push(s+"-arrow-pad"));const a=At(e,t),l=-t.fontMetrics().axisHeight+.5*a.height;let c,h=-t.fontMetrics().axisHeight-.5*a.height-.111;if((o.depth>.25||"\\xleftequilibrium"===e.label)&&(h-=o.depth),i){const e=-t.fontMetrics().axisHeight+i.height+.5*a.height+.111;c=Ee.makeVList({positionType:"individualShift",children:[{type:"elem",elem:o,shift:h},{type:"elem",elem:a,shift:l},{type:"elem",elem:i,shift:e}]},t)}else c=Ee.makeVList({positionType:"individualShift",children:[{type:"elem",elem:o,shift:h},{type:"elem",elem:a,shift:l}]},t);return c.children[0].children[0].children[1].classes.push("svg-align"),Ee.makeSpan(["mrel","x-arrow"],[c],t)},mathmlBuilder(e,t){const r=zt(e.label);let n;if(r.setAttribute("minsize","x"===e.label.charAt(0)?"1.75em":"3.0em"),e.body){const o=Ot(xt(e.body,t));if(e.below){const s=Ot(xt(e.below,t));n=new pt.MathNode("munderover",[r,s,o])}else n=new pt.MathNode("mover",[r,o])}else if(e.below){const o=Ot(xt(e.below,t));n=new pt.MathNode("munder",[r,o])}else n=Ot(),n=new pt.MathNode("mover",[r,n]);return n}});const Rt=Ee.makeSpan;function Ht(e,t){const r=et(e.body,t,!0);return Rt([e.mclass],r,t)}function Et(e,t){let r;const n=bt(e.body,t);return"minner"===e.mclass?r=new pt.MathNode("mpadded",n):"mord"===e.mclass?e.isCharacterBox?(r=n[0],r.type="mi"):r=new pt.MathNode("mi",n):(e.isCharacterBox?(r=n[0],r.type="mo"):r=new pt.MathNode("mo",n),"mbin"===e.mclass?(r.attributes.lspace="0.22em",r.attributes.rspace="0.22em"):"mpunct"===e.mclass?(r.attributes.lspace="0em",r.attributes.rspace="0.17em"):"mopen"===e.mclass||"mclose"===e.mclass?(r.attributes.lspace="0em",r.attributes.rspace="0em"):"minner"===e.mclass&&(r.attributes.lspace="0.0556em",r.attributes.width="+0.1111em")),r}Ue({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1,primitive:!0},handler(e,t){let{parser:r,funcName:n}=e;const o=t[0];return{type:"mclass",mode:r.mode,mclass:"m"+n.slice(5),body:We(o),isCharacterBox:l.isCharacterBox(o)}},htmlBuilder:Ht,mathmlBuilder:Et});const Lt=e=>{const t="ordgroup"===e.type&&e.body.length?e.body[0]:e;return"atom"!==t.type||"bin"!==t.family&&"rel"!==t.family?"mord":"m"+t.family};Ue({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler(e,t){let{parser:r}=e;return{type:"mclass",mode:r.mode,mclass:Lt(t[0]),body:We(t[1]),isCharacterBox:l.isCharacterBox(t[1])}}}),Ue({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler(e,t){let{parser:r,funcName:n}=e;const o=t[1],s=t[0];let i;i="\\stackrel"!==n?Lt(o):"mrel";const a={type:"op",mode:o.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:"\\stackrel"!==n,body:We(o)},c={type:"supsub",mode:s.mode,base:a,sup:"\\underset"===n?null:s,sub:"\\underset"===n?s:null};return{type:"mclass",mode:r.mode,mclass:i,body:[c],isCharacterBox:l.isCharacterBox(c)}},htmlBuilder:Ht,mathmlBuilder:Et}),Ue({type:"pmb",names:["\\pmb"],props:{numArgs:1,allowedInText:!0},handler(e,t){let{parser:r}=e;return{type:"pmb",mode:r.mode,mclass:Lt(t[0]),body:We(t[0])}},htmlBuilder(e,t){const r=et(e.body,t,!0),n=Ee.makeSpan([e.mclass],r,t);return n.style.textShadow="0.02em 0.01em 0.04px",n},mathmlBuilder(e,t){const r=bt(e.body,t),n=new pt.MathNode("mstyle",r);return n.setAttribute("style","text-shadow: 0.02em 0.01em 0.04px"),n}});const Dt={">":"\\\\cdrightarrow","<":"\\\\cdleftarrow","=":"\\\\cdlongequal",A:"\\uparrow",V:"\\downarrow","|":"\\Vert",".":"no arrow"},Pt=()=>({type:"styling",body:[],mode:"math",style:"display"}),Vt=e=>"textord"===e.type&&"@"===e.text,Ft=(e,t)=>("mathord"===e.type||"atom"===e.type)&&e.text===t;function _t(e,t,r){const n=Dt[e];switch(n){case"\\\\cdrightarrow":case"\\\\cdleftarrow":return r.callFunction(n,[t[0]],[t[1]]);case"\\uparrow":case"\\downarrow":{const e={type:"atom",text:n,mode:"math",family:"rel"},o={type:"ordgroup",mode:"math",body:[r.callFunction("\\\\cdleft",[t[0]],[]),r.callFunction("\\Big",[e],[]),r.callFunction("\\\\cdright",[t[1]],[])]};return r.callFunction("\\\\cdparent",[o],[])}case"\\\\cdlongequal":return r.callFunction("\\\\cdlongequal",[],[]);case"\\Vert":{const e={type:"textord",text:"\\Vert",mode:"math"};return r.callFunction("\\Big",[e],[])}default:return{type:"textord",text:" ",mode:"math"}}}Ue({type:"cdlabel",names:["\\\\cdleft","\\\\cdright"],props:{numArgs:1},handler(e,t){let{parser:r,funcName:n}=e;return{type:"cdlabel",mode:r.mode,side:n.slice(4),label:t[0]}},htmlBuilder(e,t){const r=t.havingStyle(t.style.sup()),n=Ee.wrapFragment(it(e.label,r,t),t);return n.classes.push("cd-label-"+e.side),n.style.bottom=V(.8-n.depth),n.height=0,n.depth=0,n},mathmlBuilder(e,t){let r=new pt.MathNode("mrow",[xt(e.label,t)]);return r=new pt.MathNode("mpadded",[r]),r.setAttribute("width","0"),"left"===e.side&&r.setAttribute("lspace","-1width"),r.setAttribute("voffset","0.7em"),r=new pt.MathNode("mstyle",[r]),r.setAttribute("displaystyle","false"),r.setAttribute("scriptlevel","1"),r}}),Ue({type:"cdlabelparent",names:["\\\\cdparent"],props:{numArgs:1},handler(e,t){let{parser:r}=e;return{type:"cdlabelparent",mode:r.mode,fragment:t[0]}},htmlBuilder(e,t){const r=Ee.wrapFragment(it(e.fragment,t),t);return r.classes.push("cd-vert-arrow"),r},mathmlBuilder:(e,t)=>new pt.MathNode("mrow",[xt(e.fragment,t)])}),Ue({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler(e,t){let{parser:r}=e;const o=Tt(t[0],"ordgroup").body;let s="";for(let e=0;e<o.length;e++)s+=Tt(o[e],"textord").text;let i,a=parseInt(s);if(isNaN(a))throw new n("\\@char has non-numeric argument "+s);if(a<0||a>=1114111)throw new n("\\@char with invalid code point "+s);return a<=65535?i=String.fromCharCode(a):(a-=65536,i=String.fromCharCode(55296+(a>>10),56320+(1023&a))),{type:"textord",mode:r.mode,text:i}}});const $t=(e,t)=>{const r=et(e.body,t.withColor(e.color),!1);return Ee.makeFragment(r)},Gt=(e,t)=>{const r=bt(e.body,t.withColor(e.color)),n=new pt.MathNode("mstyle",r);return n.setAttribute("mathcolor",e.color),n};Ue({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,argTypes:["color","original"]},handler(e,t){let{parser:r}=e;const n=Tt(t[0],"color-token").color,o=t[1];return{type:"color",mode:r.mode,color:n,body:We(o)}},htmlBuilder:$t,mathmlBuilder:Gt}),Ue({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,argTypes:["color"]},handler(e,t){let{parser:r,breakOnTokenText:n}=e;const o=Tt(t[0],"color-token").color;r.gullet.macros.set("\\current@color",o);const s=r.parseExpression(!0,n);return{type:"color",mode:r.mode,color:o,body:s}},htmlBuilder:$t,mathmlBuilder:Gt}),Ue({type:"cr",names:["\\\\"],props:{numArgs:0,numOptionalArgs:0,allowedInText:!0},handler(e,t,r){let{parser:n}=e;const o="["===n.gullet.future().text?n.parseSizeGroup(!0):null,s=!n.settings.displayMode||!n.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode");return{type:"cr",mode:n.mode,newLine:s,size:o&&Tt(o,"size").value}},htmlBuilder(e,t){const r=Ee.makeSpan(["mspace"],[],t);return e.newLine&&(r.classes.push("newline"),e.size&&(r.style.marginTop=V(P(e.size,t)))),r},mathmlBuilder(e,t){const r=new pt.MathNode("mspace");return e.newLine&&(r.setAttribute("linebreak","newline"),e.size&&r.setAttribute("height",V(P(e.size,t)))),r}});const Ut={"\\global":"\\global","\\long":"\\\\globallong","\\\\globallong":"\\\\globallong","\\def":"\\gdef","\\gdef":"\\gdef","\\edef":"\\xdef","\\xdef":"\\xdef","\\let":"\\\\globallet","\\futurelet":"\\\\globalfuture"},Yt=e=>{const t=e.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(t))throw new n("Expected a control sequence",e);return t},Xt=(e,t,r,n)=>{let o=e.gullet.macros.get(r.text);null==o&&(r.noexpand=!0,o={tokens:[r],numArgs:0,unexpandable:!e.gullet.isExpandable(r.text)}),e.gullet.macros.set(t,o,n)};Ue({type:"internal",names:["\\global","\\long","\\\\globallong"],props:{numArgs:0,allowedInText:!0},handler(e){let{parser:t,funcName:r}=e;t.consumeSpaces();const o=t.fetch();if(Ut[o.text])return"\\global"!==r&&"\\\\globallong"!==r||(o.text=Ut[o.text]),Tt(t.parseFunction(),"internal");throw new n("Invalid token after macro prefix",o)}}),Ue({type:"internal",names:["\\def","\\gdef","\\edef","\\xdef"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){let{parser:t,funcName:r}=e,o=t.gullet.popToken();const s=o.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(s))throw new n("Expected a control sequence",o);let i,a=0;const l=[[]];for(;"{"!==t.gullet.future().text;)if(o=t.gullet.popToken(),"#"===o.text){if("{"===t.gullet.future().text){i=t.gullet.future(),l[a].push("{");break}if(o=t.gullet.popToken(),!/^[1-9]$/.test(o.text))throw new n('Invalid argument number "'+o.text+'"');if(parseInt(o.text)!==a+1)throw new n('Argument number "'+o.text+'" out of order');a++,l.push([])}else{if("EOF"===o.text)throw new n("Expected a macro definition");l[a].push(o.text)}let{tokens:c}=t.gullet.consumeArg();return i&&c.unshift(i),"\\edef"!==r&&"\\xdef"!==r||(c=t.gullet.expandTokens(c),c.reverse()),t.gullet.macros.set(s,{tokens:c,numArgs:a,delimiters:l},r===Ut[r]),{type:"internal",mode:t.mode}}}),Ue({type:"internal",names:["\\let","\\\\globallet"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){let{parser:t,funcName:r}=e;const n=Yt(t.gullet.popToken());t.gullet.consumeSpaces();const o=(e=>{let t=e.gullet.popToken();return"="===t.text&&(t=e.gullet.popToken()," "===t.text&&(t=e.gullet.popToken())),t})(t);return Xt(t,n,o,"\\\\globallet"===r),{type:"internal",mode:t.mode}}}),Ue({type:"internal",names:["\\futurelet","\\\\globalfuture"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){let{parser:t,funcName:r}=e;const n=Yt(t.gullet.popToken()),o=t.gullet.popToken(),s=t.gullet.popToken();return Xt(t,n,s,"\\\\globalfuture"===r),t.gullet.pushToken(s),t.gullet.pushToken(o),{type:"internal",mode:t.mode}}});const Wt=function(e,t,r){const n=C(oe.math[e]&&oe.math[e].replace||e,t,r);if(!n)throw new Error("Unsupported symbol "+e+" and font size "+t+".");return n},jt=function(e,t,r,n){const o=r.havingBaseStyle(t),s=Ee.makeSpan(n.concat(o.sizingClasses(r)),[e],r),i=o.sizeMultiplier/r.sizeMultiplier;return s.height*=i,s.depth*=i,s.maxFontSize=o.sizeMultiplier,s},Zt=function(e,t,r){const n=t.havingBaseStyle(r),o=(1-t.sizeMultiplier/n.sizeMultiplier)*t.fontMetrics().axisHeight;e.classes.push("delimcenter"),e.style.top=V(o),e.height-=o,e.depth+=o},Kt=function(e,t,r,n,o,s){const i=function(e,t,r,n){return Ee.makeSymbol(e,"Size"+t+"-Regular",r,n)}(e,t,o,n),a=jt(Ee.makeSpan(["delimsizing","size"+t],[i],n),w.TEXT,n,s);return r&&Zt(a,n,w.TEXT),a},Jt=function(e,t,r){let n;return n="Size1-Regular"===t?"delim-size1":"delim-size4",{type:"elem",elem:Ee.makeSpan(["delimsizinginner",n],[Ee.makeSpan([],[Ee.makeSymbol(e,t,r)])])}},Qt=function(e,t,r){const n=A["Size4-Regular"][e.charCodeAt(0)]?A["Size4-Regular"][e.charCodeAt(0)][4]:A["Size1-Regular"][e.charCodeAt(0)][4],o=new J("inner",function(e,t){switch(e){case"⎜":return"M291 0 H417 V"+t+" H291z M291 0 H417 V"+t+" H291z";case"∣":return"M145 0 H188 V"+t+" H145z M145 0 H188 V"+t+" H145z";case"∥":return"M145 0 H188 V"+t+" H145z M145 0 H188 V"+t+" H145zM367 0 H410 V"+t+" H367z M367 0 H410 V"+t+" H367z";case"⎟":return"M457 0 H583 V"+t+" H457z M457 0 H583 V"+t+" H457z";case"⎢":return"M319 0 H403 V"+t+" H319z M319 0 H403 V"+t+" H319z";case"⎥":return"M263 0 H347 V"+t+" H263z M263 0 H347 V"+t+" H263z";case"⎪":return"M384 0 H504 V"+t+" H384z M384 0 H504 V"+t+" H384z";case"⏐":return"M312 0 H355 V"+t+" H312z M312 0 H355 V"+t+" H312z";case"‖":return"M257 0 H300 V"+t+" H257z M257 0 H300 V"+t+" H257zM478 0 H521 V"+t+" H478z M478 0 H521 V"+t+" H478z";default:return""}}(e,Math.round(1e3*t))),s=new K([o],{width:V(n),height:V(t),style:"width:"+V(n),viewBox:"0 0 "+1e3*n+" "+Math.round(1e3*t),preserveAspectRatio:"xMinYMin"}),i=Ee.makeSvgSpan([],[s],r);return i.height=t,i.style.height=V(t),i.style.width=V(n),{type:"elem",elem:i}},er={type:"kern",size:-.008},tr=["|","\\lvert","\\rvert","\\vert"],rr=["\\|","\\lVert","\\rVert","\\Vert"],nr=function(e,t,r,n,o,s){let i,a,c,h,m="",p=0;i=c=h=e,a=null;let u="Size1-Regular";"\\uparrow"===e?c=h="⏐":"\\Uparrow"===e?c=h="‖":"\\downarrow"===e?i=c="⏐":"\\Downarrow"===e?i=c="‖":"\\updownarrow"===e?(i="\\uparrow",c="⏐",h="\\downarrow"):"\\Updownarrow"===e?(i="\\Uparrow",c="‖",h="\\Downarrow"):l.contains(tr,e)?(c="∣",m="vert",p=333):l.contains(rr,e)?(c="∥",m="doublevert",p=556):"["===e||"\\lbrack"===e?(i="⎡",c="⎢",h="⎣",u="Size4-Regular",m="lbrack",p=667):"]"===e||"\\rbrack"===e?(i="⎤",c="⎥",h="⎦",u="Size4-Regular",m="rbrack",p=667):"\\lfloor"===e||"⌊"===e?(c=i="⎢",h="⎣",u="Size4-Regular",m="lfloor",p=667):"\\lceil"===e||"⌈"===e?(i="⎡",c=h="⎢",u="Size4-Regular",m="lceil",p=667):"\\rfloor"===e||"⌋"===e?(c=i="⎥",h="⎦",u="Size4-Regular",m="rfloor",p=667):"\\rceil"===e||"⌉"===e?(i="⎤",c=h="⎥",u="Size4-Regular",m="rceil",p=667):"("===e||"\\lparen"===e?(i="⎛",c="⎜",h="⎝",u="Size4-Regular",m="lparen",p=875):")"===e||"\\rparen"===e?(i="⎞",c="⎟",h="⎠",u="Size4-Regular",m="rparen",p=875):"\\{"===e||"\\lbrace"===e?(i="⎧",a="⎨",h="⎩",c="⎪",u="Size4-Regular"):"\\}"===e||"\\rbrace"===e?(i="⎫",a="⎬",h="⎭",c="⎪",u="Size4-Regular"):"\\lgroup"===e||"⟮"===e?(i="⎧",h="⎩",c="⎪",u="Size4-Regular"):"\\rgroup"===e||"⟯"===e?(i="⎫",h="⎭",c="⎪",u="Size4-Regular"):"\\lmoustache"===e||"⎰"===e?(i="⎧",h="⎭",c="⎪",u="Size4-Regular"):"\\rmoustache"!==e&&"⎱"!==e||(i="⎫",h="⎩",c="⎪",u="Size4-Regular");const d=Wt(i,u,o),g=d.height+d.depth,f=Wt(c,u,o),b=f.height+f.depth,y=Wt(h,u,o),x=y.height+y.depth;let v=0,k=1;if(null!==a){const e=Wt(a,u,o);v=e.height+e.depth,k=2}const S=g+x+v,M=S+Math.max(0,Math.ceil((t-S)/(k*b)))*k*b;let z=n.fontMetrics().axisHeight;r&&(z*=n.sizeMultiplier);const A=M/2-z,T=[];if(m.length>0){const e=M-g-x,t=Math.round(1e3*M),r=function(e,t){switch(e){case"lbrack":return"M403 1759 V84 H666 V0 H319 V1759 v"+t+" v1759 h347 v-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*e)),o=new J(m,r),s=(p/1e3).toFixed(3)+"em",i=(t/1e3).toFixed(3)+"em",a=new K([o],{width:s,height:i,viewBox:"0 0 "+p+" "+t}),l=Ee.makeSvgSpan([],[a],n);l.height=t/1e3,l.style.width=s,l.style.height=i,T.push({type:"elem",elem:l})}else{if(T.push(Jt(h,u,o)),T.push(er),null===a){const e=M-g-x+.016;T.push(Qt(c,e,n))}else{const e=(M-g-x-v)/2+.016;T.push(Qt(c,e,n)),T.push(er),T.push(Jt(a,u,o)),T.push(er),T.push(Qt(c,e,n))}T.push(er),T.push(Jt(i,u,o))}const B=n.havingBaseStyle(w.TEXT),C=Ee.makeVList({positionType:"bottom",positionData:A,children:T},B);return jt(Ee.makeSpan(["delimsizing","mult"],[C],B),w.TEXT,n,s)},or=.08,sr=function(e,t,r,n,o){const s=function(e,t,r){t*=1e3;let n="";switch(e){case"sqrtMain":n=function(e){return"M95,"+(622+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"+e/2.075+" -"+e+"\nc5.3,-9.3,12,-14,20,-14\nH400000v"+(40+e)+"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+e)+" 80h400000v"+(40+e)+"h-400000z"}(t);break;case"sqrtSize1":n=function(e){return"M263,"+(601+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"+e/2.084+" -"+e+"\nc4.7,-7.3,11,-11,19,-11\nH40000v"+(40+e)+"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+e)+" 80h400000v"+(40+e)+"h-400000z"}(t);break;case"sqrtSize2":n=function(e){return"M983 "+(10+e+80)+"\nl"+e/3.13+" -"+e+"\nc4,-6.7,10,-10,18,-10 H400000v"+(40+e)+"\nH1013.1s-83.4,268,-264.1,840c-180.7,572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,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+e)+" 80h400000v"+(40+e)+"h-400000z"}(t);break;case"sqrtSize3":n=function(e){return"M424,"+(2398+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"+e/4.223+" -"+e+"c4,-6.7,10,-10,18,-10 H400000\nv"+(40+e)+"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+e)+" 80\nh400000v"+(40+e)+"h-400000z"}(t);break;case"sqrtSize4":n=function(e){return"M473,"+(2713+e+80)+"\nc339.3,-1799.3,509.3,-2700,510,-2702 l"+e/5.298+" -"+e+"\nc3.3,-7.3,9.3,-11,18,-11 H400000v"+(40+e)+"H1017.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+e)+" 80h400000v"+(40+e)+"H1017.7z"}(t);break;case"sqrtTall":n=function(e,t,r){return"M702 "+(e+80)+"H400000"+(40+e)+"\nH742v"+(r-54-80-e)+"l-4 4-4 4c-.667.7 -2 1.5-4 2.5s-4.167 1.833-6.5 2.5-5.5 1-9.5 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+e)+"H742z"}(t,0,r)}return n}(e,n,r),i=new J(e,s),a=new K([i],{width:"400em",height:V(t),viewBox:"0 0 400000 "+r,preserveAspectRatio:"xMinYMin slice"});return Ee.makeSvgSpan(["hide-tail"],[a],o)},ir=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","\\surd"],ar=["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱"],lr=["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"],cr=[0,1.2,1.8,2.4,3],hr=[{type:"small",style:w.SCRIPTSCRIPT},{type:"small",style:w.SCRIPT},{type:"small",style:w.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],mr=[{type:"small",style:w.SCRIPTSCRIPT},{type:"small",style:w.SCRIPT},{type:"small",style:w.TEXT},{type:"stack"}],pr=[{type:"small",style:w.SCRIPTSCRIPT},{type:"small",style:w.SCRIPT},{type:"small",style:w.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],ur=function(e){if("small"===e.type)return"Main-Regular";if("large"===e.type)return"Size"+e.size+"-Regular";if("stack"===e.type)return"Size4-Regular";throw new Error("Add support for delim type '"+e.type+"' here.")},dr=function(e,t,r,n){for(let o=Math.min(2,3-n.style.size);o<r.length&&"stack"!==r[o].type;o++){const s=Wt(e,ur(r[o]),"math");let i=s.height+s.depth;if("small"===r[o].type&&(i*=n.havingBaseStyle(r[o].style).sizeMultiplier),i>t)return r[o]}return r[r.length-1]},gr=function(e,t,r,n,o,s){let i;"<"===e||"\\lt"===e||"⟨"===e?e="\\langle":">"!==e&&"\\gt"!==e&&"⟩"!==e||(e="\\rangle"),i=l.contains(lr,e)?hr:l.contains(ir,e)?pr:mr;const a=dr(e,t,i,n);return"small"===a.type?function(e,t,r,n,o,s){const i=Ee.makeSymbol(e,"Main-Regular",o,n),a=jt(i,t,n,s);return r&&Zt(a,n,t),a}(e,a.style,r,n,o,s):"large"===a.type?Kt(e,a.size,r,n,o,s):nr(e,t,r,n,o,s)};var fr={sqrtImage:function(e,t){const r=t.havingBaseSizing(),n=dr("\\surd",e*r.sizeMultiplier,pr,r);let o=r.sizeMultiplier;const s=Math.max(0,t.minRuleThickness-t.fontMetrics().sqrtRuleThickness);let i,a,l=0,c=0,h=0;return"small"===n.type?(h=1e3+1e3*s+80,e<1?o=1:e<1.4&&(o=.7),l=(1+s+or)/o,c=(1+s)/o,i=sr("sqrtMain",l,h,s,t),i.style.minWidth="0.853em",a=.833/o):"large"===n.type?(h=1080*cr[n.size],c=(cr[n.size]+s)/o,l=(cr[n.size]+s+or)/o,i=sr("sqrtSize"+n.size,l,h,s,t),i.style.minWidth="1.02em",a=1/o):(l=e+s+or,c=e+s,h=Math.floor(1e3*e+s)+80,i=sr("sqrtTall",l,h,s,t),i.style.minWidth="0.742em",a=1.056),i.height=c,i.style.height=V(l),{span:i,advanceWidth:a,ruleWidth:(t.fontMetrics().sqrtRuleThickness+s)*o}},sizedDelim:function(e,t,r,o,s){if("<"===e||"\\lt"===e||"⟨"===e?e="\\langle":">"!==e&&"\\gt"!==e&&"⟩"!==e||(e="\\rangle"),l.contains(ir,e)||l.contains(lr,e))return Kt(e,t,!1,r,o,s);if(l.contains(ar,e))return nr(e,cr[t],!1,r,o,s);throw new n("Illegal delimiter: '"+e+"'")},sizeToMaxHeight:cr,customSizedDelim:gr,leftRightDelim:function(e,t,r,n,o,s){const i=n.fontMetrics().axisHeight*n.sizeMultiplier,a=5/n.fontMetrics().ptPerEm,l=Math.max(t-i,r+i),c=Math.max(l/500*901,2*l-a);return gr(e,c,!0,n,o,s)}};const br={"\\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}},yr=["(","\\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 xr(e,t){const r=Ct(e);if(r&&l.contains(yr,r.text))return r;throw new n(r?"Invalid delimiter '"+r.text+"' after '"+t.funcName+"'":"Invalid delimiter type '"+e.type+"'",e)}function wr(e){if(!e.body)throw new Error("Bug: The leftright ParseNode wasn't fully parsed.")}Ue({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)=>{const r=xr(t[0],e);return{type:"delimsizing",mode:e.parser.mode,size:br[e.funcName].size,mclass:br[e.funcName].mclass,delim:r.text}},htmlBuilder:(e,t)=>"."===e.delim?Ee.makeSpan([e.mclass]):fr.sizedDelim(e.delim,e.size,t,e.mode,[e.mclass]),mathmlBuilder:e=>{const t=[];"."!==e.delim&&t.push(ut(e.delim,e.mode));const r=new pt.MathNode("mo",t);"mopen"===e.mclass||"mclose"===e.mclass?r.setAttribute("fence","true"):r.setAttribute("fence","false"),r.setAttribute("stretchy","true");const n=V(fr.sizeToMaxHeight[e.size]);return r.setAttribute("minsize",n),r.setAttribute("maxsize",n),r}}),Ue({type:"leftright-right",names:["\\right"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{const r=e.parser.gullet.macros.get("\\current@color");if(r&&"string"!=typeof r)throw new n("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:e.parser.mode,delim:xr(t[0],e).text,color:r}}}),Ue({type:"leftright",names:["\\left"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{const r=xr(t[0],e),n=e.parser;++n.leftrightDepth;const o=n.parseExpression(!1);--n.leftrightDepth,n.expect("\\right",!1);const s=Tt(n.parseFunction(),"leftright-right");return{type:"leftright",mode:n.mode,body:o,left:r.text,right:s.delim,rightColor:s.color}},htmlBuilder:(e,t)=>{wr(e);const r=et(e.body,t,!0,["mopen","mclose"]);let n,o,s=0,i=0,a=!1;for(let e=0;e<r.length;e++)r[e].isMiddle?a=!0:(s=Math.max(r[e].height,s),i=Math.max(r[e].depth,i));if(s*=t.sizeMultiplier,i*=t.sizeMultiplier,n="."===e.left?st(t,["mopen"]):fr.leftRightDelim(e.left,s,i,t,e.mode,["mopen"]),r.unshift(n),a)for(let t=1;t<r.length;t++){const n=r[t].isMiddle;n&&(r[t]=fr.leftRightDelim(n.delim,s,i,n.options,e.mode,[]))}if("."===e.right)o=st(t,["mclose"]);else{const r=e.rightColor?t.withColor(e.rightColor):t;o=fr.leftRightDelim(e.right,s,i,r,e.mode,["mclose"])}return r.push(o),Ee.makeSpan(["minner"],r,t)},mathmlBuilder:(e,t)=>{wr(e);const r=bt(e.body,t);if("."!==e.left){const t=new pt.MathNode("mo",[ut(e.left,e.mode)]);t.setAttribute("fence","true"),r.unshift(t)}if("."!==e.right){const t=new pt.MathNode("mo",[ut(e.right,e.mode)]);t.setAttribute("fence","true"),e.rightColor&&t.setAttribute("mathcolor",e.rightColor),r.push(t)}return dt(r)}}),Ue({type:"middle",names:["\\middle"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{const r=xr(t[0],e);if(!e.parser.leftrightDepth)throw new n("\\middle without preceding \\left",r);return{type:"middle",mode:e.parser.mode,delim:r.text}},htmlBuilder:(e,t)=>{let r;if("."===e.delim)r=st(t,[]);else{r=fr.sizedDelim(e.delim,1,t,e.mode,[]);const n={delim:e.delim,options:t};r.isMiddle=n}return r},mathmlBuilder:(e,t)=>{const r="\\vert"===e.delim||"|"===e.delim?ut("|","text"):ut(e.delim,e.mode),n=new pt.MathNode("mo",[r]);return n.setAttribute("fence","true"),n.setAttribute("lspace","0.05em"),n.setAttribute("rspace","0.05em"),n}});const vr=(e,t)=>{const r=Ee.wrapFragment(it(e.body,t),t),n=e.label.slice(1);let o,s=t.sizeMultiplier,i=0;const a=l.isCharacterBox(e.body);if("sout"===n)o=Ee.makeSpan(["stretchy","sout"]),o.height=t.fontMetrics().defaultRuleThickness/s,i=-.5*t.fontMetrics().xHeight;else if("phase"===n){const e=P({number:.6,unit:"pt"},t),n=P({number:.35,unit:"ex"},t);s/=t.havingBaseSizing().sizeMultiplier;const a=r.height+r.depth+e+n;r.style.paddingLeft=V(a/2+e);const l=Math.floor(1e3*a*s),h="M400000 "+(c=l)+" H0 L"+c/2+" 0 l65 45 L145 "+(c-80)+" H400000z",m=new K([new J("phase",h)],{width:"400em",height:V(l/1e3),viewBox:"0 0 400000 "+l,preserveAspectRatio:"xMinYMin slice"});o=Ee.makeSvgSpan(["hide-tail"],[m],t),o.style.height=V(a),i=r.depth+e+n}else{/cancel/.test(n)?a||r.classes.push("cancel-pad"):"angl"===n?r.classes.push("anglpad"):r.classes.push("boxpad");let s=0,l=0,c=0;/box/.test(n)?(c=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness),s=t.fontMetrics().fboxsep+("colorbox"===n?0:c),l=s):"angl"===n?(c=Math.max(t.fontMetrics().defaultRuleThickness,t.minRuleThickness),s=4*c,l=Math.max(0,.25-r.depth)):(s=a?.2:0,l=s),o=function(e,t,r,n,o){let s;const i=e.height+e.depth+r+n;if(/fbox|color|angl/.test(t)){if(s=Ee.makeSpan(["stretchy",t],[],o),"fbox"===t){const e=o.color&&o.getColor();e&&(s.style.borderColor=e)}}else{const e=[];/^[bx]cancel$/.test(t)&&e.push(new Q({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(t)&&e.push(new Q({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));const r=new K(e,{width:"100%",height:V(i)});s=Ee.makeSvgSpan([],[r],o)}return s.height=i,s.style.height=V(i),s}(r,n,s,l,t),/fbox|boxed|fcolorbox/.test(n)?(o.style.borderStyle="solid",o.style.borderWidth=V(c)):"angl"===n&&.049!==c&&(o.style.borderTopWidth=V(c),o.style.borderRightWidth=V(c)),i=r.depth+l,e.backgroundColor&&(o.style.backgroundColor=e.backgroundColor,e.borderColor&&(o.style.borderColor=e.borderColor))}var c;let h;if(e.backgroundColor)h=Ee.makeVList({positionType:"individualShift",children:[{type:"elem",elem:o,shift:i},{type:"elem",elem:r,shift:0}]},t);else{const e=/cancel|phase/.test(n)?["svg-align"]:[];h=Ee.makeVList({positionType:"individualShift",children:[{type:"elem",elem:r,shift:0},{type:"elem",elem:o,shift:i,wrapperClasses:e}]},t)}return/cancel/.test(n)&&(h.height=r.height,h.depth=r.depth),/cancel/.test(n)&&!a?Ee.makeSpan(["mord","cancel-lap"],[h],t):Ee.makeSpan(["mord"],[h],t)},kr=(e,t)=>{let r=0;const n=new pt.MathNode(e.label.indexOf("colorbox")>-1?"mpadded":"menclose",[xt(e.body,t)]);switch(e.label){case"\\cancel":n.setAttribute("notation","updiagonalstrike");break;case"\\bcancel":n.setAttribute("notation","downdiagonalstrike");break;case"\\phase":n.setAttribute("notation","phasorangle");break;case"\\sout":n.setAttribute("notation","horizontalstrike");break;case"\\fbox":n.setAttribute("notation","box");break;case"\\angl":n.setAttribute("notation","actuarial");break;case"\\fcolorbox":case"\\colorbox":if(r=t.fontMetrics().fboxsep*t.fontMetrics().ptPerEm,n.setAttribute("width","+"+2*r+"pt"),n.setAttribute("height","+"+2*r+"pt"),n.setAttribute("lspace",r+"pt"),n.setAttribute("voffset",r+"pt"),"\\fcolorbox"===e.label){const r=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness);n.setAttribute("style","border: "+r+"em solid "+String(e.borderColor))}break;case"\\xcancel":n.setAttribute("notation","updiagonalstrike downdiagonalstrike")}return e.backgroundColor&&n.setAttribute("mathbackground",e.backgroundColor),n};Ue({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,argTypes:["color","text"]},handler(e,t,r){let{parser:n,funcName:o}=e;const s=Tt(t[0],"color-token").color,i=t[1];return{type:"enclose",mode:n.mode,label:o,backgroundColor:s,body:i}},htmlBuilder:vr,mathmlBuilder:kr}),Ue({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,argTypes:["color","color","text"]},handler(e,t,r){let{parser:n,funcName:o}=e;const s=Tt(t[0],"color-token").color,i=Tt(t[1],"color-token").color,a=t[2];return{type:"enclose",mode:n.mode,label:o,backgroundColor:i,borderColor:s,body:a}},htmlBuilder:vr,mathmlBuilder:kr}),Ue({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler(e,t){let{parser:r}=e;return{type:"enclose",mode:r.mode,label:"\\fbox",body:t[0]}}}),Ue({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout","\\phase"],props:{numArgs:1},handler(e,t){let{parser:r,funcName:n}=e;const o=t[0];return{type:"enclose",mode:r.mode,label:n,body:o}},htmlBuilder:vr,mathmlBuilder:kr}),Ue({type:"enclose",names:["\\angl"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!1},handler(e,t){let{parser:r}=e;return{type:"enclose",mode:r.mode,label:"\\angl",body:t[0]}}});const Sr={};function Mr(e){let{type:t,names:r,props:n,handler:o,htmlBuilder:s,mathmlBuilder:i}=e;const a={type:t,numArgs:n.numArgs||0,allowedInText:!1,numOptionalArgs:0,handler:o};for(let e=0;e<r.length;++e)Sr[r[e]]=a;s&&($e[t]=s),i&&(Ge[t]=i)}const zr={};function Ar(e,t){zr[e]=t}class Tr{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 Tr(e.loc.lexer,e.loc.start,t.loc.end):null:e&&e.loc}}class Br{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 Br(t,Tr.range(this,e))}}function Cr(e){const t=[];e.consumeSpaces();let r=e.fetch().text;for("\\relax"===r&&(e.consume(),e.consumeSpaces(),r=e.fetch().text);"\\hline"===r||"\\hdashline"===r;)e.consume(),t.push("\\hdashline"===r),e.consumeSpaces(),r=e.fetch().text;return t}const qr=e=>{if(!e.parser.settings.displayMode)throw new n("{"+e.envName+"} can be used only in display mode.")};function Nr(e){if(-1===e.indexOf("ed"))return-1===e.indexOf("*")}function Ir(e,t,r){let{hskipBeforeAndAfter:o,addJot:s,cols:i,arraystretch:a,colSeparationType:l,autoTag:c,singleRow:h,emptySingleRow:m,maxNumCols:p,leqno:u}=t;if(e.gullet.beginGroup(),h||e.gullet.macros.set("\\cr","\\\\\\relax"),!a){const t=e.gullet.expandMacroAsText("\\arraystretch");if(null==t)a=1;else if(a=parseFloat(t),!a||a<0)throw new n("Invalid \\arraystretch: "+t)}e.gullet.beginGroup();let d=[];const g=[d],f=[],b=[],y=null!=c?[]:void 0;function x(){c&&e.gullet.macros.set("\\@eqnsw","1",!0)}function w(){y&&(e.gullet.macros.get("\\df@tag")?(y.push(e.subparse([new Br("\\df@tag")])),e.gullet.macros.set("\\df@tag",void 0,!0)):y.push(Boolean(c)&&"1"===e.gullet.macros.get("\\@eqnsw")))}for(x(),b.push(Cr(e));;){let t=e.parseExpression(!1,h?"\\end":"\\\\");e.gullet.endGroup(),e.gullet.beginGroup(),t={type:"ordgroup",mode:e.mode,body:t},r&&(t={type:"styling",mode:e.mode,style:r,body:[t]}),d.push(t);const o=e.fetch().text;if("&"===o){if(p&&d.length===p){if(h||l)throw new n("Too many tab characters: &",e.nextToken);e.settings.reportNonstrict("textEnv","Too few columns specified in the {array} column argument.")}e.consume()}else{if("\\end"===o){w(),1===d.length&&"styling"===t.type&&0===t.body[0].body.length&&(g.length>1||!m)&&g.pop(),b.length<g.length+1&&b.push([]);break}if("\\\\"!==o)throw new n("Expected & or \\\\ or \\cr or \\end",e.nextToken);{let t;e.consume()," "!==e.gullet.future().text&&(t=e.parseSizeGroup(!0)),f.push(t?t.value:null),w(),b.push(Cr(e)),d=[],g.push(d),x()}}}return e.gullet.endGroup(),e.gullet.endGroup(),{type:"array",mode:e.mode,addJot:s,arraystretch:a,body:g,cols:i,rowGaps:f,hskipBeforeAndAfter:o,hLinesBeforeRow:b,colSeparationType:l,tags:y,leqno:u}}function Or(e){return"d"===e.slice(0,1)?"display":"text"}const Rr=function(e,t){let r,o;const s=e.body.length,i=e.hLinesBeforeRow;let a=0,c=new Array(s);const h=[],m=Math.max(t.fontMetrics().arrayRuleWidth,t.minRuleThickness),p=1/t.fontMetrics().ptPerEm;let u=5*p;e.colSeparationType&&"small"===e.colSeparationType&&(u=t.havingStyle(w.SCRIPT).sizeMultiplier/t.sizeMultiplier*.2778);const d="CD"===e.colSeparationType?P({number:3,unit:"ex"},t):12*p,g=3*p,f=e.arraystretch*d,b=.7*f,y=.3*f;let x=0;function v(e){for(let t=0;t<e.length;++t)t>0&&(x+=.25),h.push({pos:x,isDashed:e[t]})}for(v(i[0]),r=0;r<e.body.length;++r){const n=e.body[r];let s=b,l=y;a<n.length&&(a=n.length);const h=new Array(n.length);for(o=0;o<n.length;++o){const e=it(n[o],t);l<e.depth&&(l=e.depth),s<e.height&&(s=e.height),h[o]=e}const m=e.rowGaps[r];let p=0;m&&(p=P(m,t),p>0&&(p+=y,l<p&&(l=p),p=0)),e.addJot&&(l+=g),h.height=s,h.depth=l,x+=s,h.pos=x,x+=l+p,c[r]=h,v(i[r+1])}const k=x/2+t.fontMetrics().axisHeight,S=e.cols||[],M=[];let z,A;const T=[];if(e.tags&&e.tags.some(e=>e))for(r=0;r<s;++r){const n=c[r],o=n.pos-k,s=e.tags[r];let i;i=!0===s?Ee.makeSpan(["eqn-num"],[],t):Ee.makeSpan([],!1===s?[]:et(s,t,!0),t),i.depth=n.depth,i.height=n.height,T.push({type:"elem",elem:i,shift:o})}for(o=0,A=0;o<a||A<S.length;++o,++A){let i,h=S[A]||{},p=!0;for(;"separator"===h.type;){if(p||(z=Ee.makeSpan(["arraycolsep"],[]),z.style.width=V(t.fontMetrics().doubleRuleSep),M.push(z)),"|"!==h.separator&&":"!==h.separator)throw new n("Invalid separator type: "+h.separator);{const e="|"===h.separator?"solid":"dashed",r=Ee.makeSpan(["vertical-separator"],[],t);r.style.height=V(x),r.style.borderRightWidth=V(m),r.style.borderRightStyle=e,r.style.margin="0 "+V(-m/2);const n=x-k;n&&(r.style.verticalAlign=V(-n)),M.push(r)}A++,h=S[A]||{},p=!1}if(o>=a)continue;(o>0||e.hskipBeforeAndAfter)&&(i=l.deflt(h.pregap,u),0!==i&&(z=Ee.makeSpan(["arraycolsep"],[]),z.style.width=V(i),M.push(z)));let d=[];for(r=0;r<s;++r){const e=c[r],t=e[o];if(!t)continue;const n=e.pos-k;t.depth=e.depth,t.height=e.height,d.push({type:"elem",elem:t,shift:n})}d=Ee.makeVList({positionType:"individualShift",children:d},t),d=Ee.makeSpan(["col-align-"+(h.align||"c")],[d]),M.push(d),(o<a-1||e.hskipBeforeAndAfter)&&(i=l.deflt(h.postgap,u),0!==i&&(z=Ee.makeSpan(["arraycolsep"],[]),z.style.width=V(i),M.push(z)))}if(c=Ee.makeSpan(["mtable"],M),h.length>0){const e=Ee.makeLineSpan("hline",t,m),r=Ee.makeLineSpan("hdashline",t,m),n=[{type:"elem",elem:c,shift:0}];for(;h.length>0;){const t=h.pop(),o=t.pos-k;t.isDashed?n.push({type:"elem",elem:r,shift:o}):n.push({type:"elem",elem:e,shift:o})}c=Ee.makeVList({positionType:"individualShift",children:n},t)}if(0===T.length)return Ee.makeSpan(["mord"],[c],t);{let e=Ee.makeVList({positionType:"individualShift",children:T},t);return e=Ee.makeSpan(["tag"],[e],t),Ee.makeFragment([c,e])}},Hr={c:"center ",l:"left ",r:"right "},Er=function(e,t){const r=[],n=new pt.MathNode("mtd",[],["mtr-glue"]),o=new pt.MathNode("mtd",[],["mml-eqn-num"]);for(let s=0;s<e.body.length;s++){const i=e.body[s],a=[];for(let e=0;e<i.length;e++)a.push(new pt.MathNode("mtd",[xt(i[e],t)]));e.tags&&e.tags[s]&&(a.unshift(n),a.push(n),e.leqno?a.unshift(o):a.push(o)),r.push(new pt.MathNode("mtr",a))}let s=new pt.MathNode("mtable",r);const i=.5===e.arraystretch?.1:.16+e.arraystretch-1+(e.addJot?.09:0);s.setAttribute("rowspacing",V(i));let a="",l="";if(e.cols&&e.cols.length>0){const t=e.cols;let r="",n=!1,o=0,i=t.length;"separator"===t[0].type&&(a+="top ",o=1),"separator"===t[t.length-1].type&&(a+="bottom ",i-=1);for(let e=o;e<i;e++)"align"===t[e].type?(l+=Hr[t[e].align],n&&(r+="none "),n=!0):"separator"===t[e].type&&n&&(r+="|"===t[e].separator?"solid ":"dashed ",n=!1);s.setAttribute("columnalign",l.trim()),/[sd]/.test(r)&&s.setAttribute("columnlines",r.trim())}if("align"===e.colSeparationType){const t=e.cols||[];let r="";for(let e=1;e<t.length;e++)r+=e%2?"0em ":"1em ";s.setAttribute("columnspacing",r.trim())}else"alignat"===e.colSeparationType||"gather"===e.colSeparationType?s.setAttribute("columnspacing","0em"):"small"===e.colSeparationType?s.setAttribute("columnspacing","0.2778em"):"CD"===e.colSeparationType?s.setAttribute("columnspacing","0.5em"):s.setAttribute("columnspacing","1em");let c="";const h=e.hLinesBeforeRow;a+=h[0].length>0?"left ":"",a+=h[h.length-1].length>0?"right ":"";for(let e=1;e<h.length-1;e++)c+=0===h[e].length?"none ":h[e][0]?"dashed ":"solid ";return/[sd]/.test(c)&&s.setAttribute("rowlines",c.trim()),""!==a&&(s=new pt.MathNode("menclose",[s]),s.setAttribute("notation",a.trim())),e.arraystretch&&e.arraystretch<1&&(s=new pt.MathNode("mstyle",[s]),s.setAttribute("scriptlevel","1")),s},Lr=function(e,t){-1===e.envName.indexOf("ed")&&qr(e);const r=[],o=e.envName.indexOf("at")>-1?"alignat":"align",s="split"===e.envName,i=Ir(e.parser,{cols:r,addJot:!0,autoTag:s?void 0:Nr(e.envName),emptySingleRow:!0,colSeparationType:o,maxNumCols:s?2:void 0,leqno:e.parser.settings.leqno},"display");let a,l=0;const c={type:"ordgroup",mode:e.mode,body:[]};if(t[0]&&"ordgroup"===t[0].type){let e="";for(let r=0;r<t[0].body.length;r++)e+=Tt(t[0].body[r],"textord").text;a=Number(e),l=2*a}const h=!l;i.body.forEach(function(e){for(let t=1;t<e.length;t+=2){const r=Tt(e[t],"styling");Tt(r.body[0],"ordgroup").body.unshift(c)}if(h)l<e.length&&(l=e.length);else{const t=e.length/2;if(a<t)throw new n("Too many math in a row: expected "+a+", but got "+t,e[0])}});for(let e=0;e<l;++e){let t="r",n=0;e%2==1?t="l":e>0&&h&&(n=1),r[e]={type:"align",align:t,pregap:n,postgap:0}}return i.colSeparationType=h?"align":"alignat",i};Mr({type:"array",names:["array","darray"],props:{numArgs:1},handler(e,t){const r=(Ct(t[0])?[t[0]]:Tt(t[0],"ordgroup").body).map(function(e){const t=Bt(e).text;if(-1!=="lcr".indexOf(t))return{type:"align",align:t};if("|"===t)return{type:"separator",separator:"|"};if(":"===t)return{type:"separator",separator:":"};throw new n("Unknown column alignment: "+t,e)}),o={cols:r,hskipBeforeAndAfter:!0,maxNumCols:r.length};return Ir(e.parser,o,Or(e.envName))},htmlBuilder:Rr,mathmlBuilder:Er}),Mr({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix","matrix*","pmatrix*","bmatrix*","Bmatrix*","vmatrix*","Vmatrix*"],props:{numArgs:0},handler(e){const t={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[e.envName.replace("*","")];let r="c";const o={hskipBeforeAndAfter:!1,cols:[{type:"align",align:r}]};if("*"===e.envName.charAt(e.envName.length-1)){const t=e.parser;if(t.consumeSpaces(),"["===t.fetch().text){if(t.consume(),t.consumeSpaces(),r=t.fetch().text,-1==="lcr".indexOf(r))throw new n("Expected l or c or r",t.nextToken);t.consume(),t.consumeSpaces(),t.expect("]"),t.consume(),o.cols=[{type:"align",align:r}]}}const s=Ir(e.parser,o,Or(e.envName)),i=Math.max(0,...s.body.map(e=>e.length));return s.cols=new Array(i).fill({type:"align",align:r}),t?{type:"leftright",mode:e.mode,body:[s],left:t[0],right:t[1],rightColor:void 0}:s},htmlBuilder:Rr,mathmlBuilder:Er}),Mr({type:"array",names:["smallmatrix"],props:{numArgs:0},handler(e){const t=Ir(e.parser,{arraystretch:.5},"script");return t.colSeparationType="small",t},htmlBuilder:Rr,mathmlBuilder:Er}),Mr({type:"array",names:["subarray"],props:{numArgs:1},handler(e,t){const r=(Ct(t[0])?[t[0]]:Tt(t[0],"ordgroup").body).map(function(e){const t=Bt(e).text;if(-1!=="lc".indexOf(t))return{type:"align",align:t};throw new n("Unknown column alignment: "+t,e)});if(r.length>1)throw new n("{subarray} can contain only one column");let o={cols:r,hskipBeforeAndAfter:!1,arraystretch:.5};if(o=Ir(e.parser,o,"script"),o.body.length>0&&o.body[0].length>1)throw new n("{subarray} can contain only one column");return o},htmlBuilder:Rr,mathmlBuilder:Er}),Mr({type:"array",names:["cases","dcases","rcases","drcases"],props:{numArgs:0},handler(e){const t=Ir(e.parser,{arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},Or(e.envName));return{type:"leftright",mode:e.mode,body:[t],left:e.envName.indexOf("r")>-1?".":"\\{",right:e.envName.indexOf("r")>-1?"\\}":".",rightColor:void 0}},htmlBuilder:Rr,mathmlBuilder:Er}),Mr({type:"array",names:["align","align*","aligned","split"],props:{numArgs:0},handler:Lr,htmlBuilder:Rr,mathmlBuilder:Er}),Mr({type:"array",names:["gathered","gather","gather*"],props:{numArgs:0},handler(e){l.contains(["gather","gather*"],e.envName)&&qr(e);const t={cols:[{type:"align",align:"c"}],addJot:!0,colSeparationType:"gather",autoTag:Nr(e.envName),emptySingleRow:!0,leqno:e.parser.settings.leqno};return Ir(e.parser,t,"display")},htmlBuilder:Rr,mathmlBuilder:Er}),Mr({type:"array",names:["alignat","alignat*","alignedat"],props:{numArgs:1},handler:Lr,htmlBuilder:Rr,mathmlBuilder:Er}),Mr({type:"array",names:["equation","equation*"],props:{numArgs:0},handler(e){qr(e);const t={autoTag:Nr(e.envName),emptySingleRow:!0,singleRow:!0,maxNumCols:1,leqno:e.parser.settings.leqno};return Ir(e.parser,t,"display")},htmlBuilder:Rr,mathmlBuilder:Er}),Mr({type:"array",names:["CD"],props:{numArgs:0},handler:e=>(qr(e),function(e){const t=[];for(e.gullet.beginGroup(),e.gullet.macros.set("\\cr","\\\\\\relax"),e.gullet.beginGroup();;){t.push(e.parseExpression(!1,"\\\\")),e.gullet.endGroup(),e.gullet.beginGroup();const r=e.fetch().text;if("&"!==r&&"\\\\"!==r){if("\\end"===r){0===t[t.length-1].length&&t.pop();break}throw new n("Expected \\\\ or \\cr or \\end",e.nextToken)}e.consume()}let r=[];const o=[r];for(let s=0;s<t.length;s++){const i=t[s];let a=Pt();for(let t=0;t<i.length;t++)if(Vt(i[t])){r.push(a),t+=1;const o=Bt(i[t]).text,s=new Array(2);if(s[0]={type:"ordgroup",mode:"math",body:[]},s[1]={type:"ordgroup",mode:"math",body:[]},"=|.".indexOf(o)>-1);else{if(!("<>AV".indexOf(o)>-1))throw new n('Expected one of "<>AV=|." after @',i[t]);for(let e=0;e<2;e++){let r=!0;for(let a=t+1;a<i.length;a++){if(Ft(i[a],o)){r=!1,t=a;break}if(Vt(i[a]))throw new n("Missing a "+o+" character to complete a CD arrow.",i[a]);s[e].body.push(i[a])}if(r)throw new n("Missing a "+o+" character to complete a CD arrow.",i[t])}}const l={type:"styling",body:[_t(o,s,e)],mode:"math",style:"display"};r.push(l),a=Pt()}else a.body.push(i[t]);s%2==0?r.push(a):r.shift(),r=[],o.push(r)}return e.gullet.endGroup(),e.gullet.endGroup(),{type:"array",mode:"math",body:o,arraystretch:1,addJot:!0,rowGaps:[null],cols:new Array(o[0].length).fill({type:"align",align:"c",pregap:.25,postgap:.25}),colSeparationType:"CD",hLinesBeforeRow:new Array(o.length+1).fill([])}}(e.parser)),htmlBuilder:Rr,mathmlBuilder:Er}),Ar("\\nonumber","\\gdef\\@eqnsw{0}"),Ar("\\notag","\\nonumber"),Ue({type:"text",names:["\\hline","\\hdashline"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler(e,t){throw new n(e.funcName+" valid only within array environment")}});var Dr=Sr;Ue({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler(e,t){let{parser:r,funcName:o}=e;const s=t[0];if("ordgroup"!==s.type)throw new n("Invalid environment name",s);let i="";for(let e=0;e<s.body.length;++e)i+=Tt(s.body[e],"textord").text;if("\\begin"===o){if(!Dr.hasOwnProperty(i))throw new n("No such environment: "+i,s);const e=Dr[i],{args:t,optArgs:o}=r.parseArguments("\\begin{"+i+"}",e),a={mode:r.mode,envName:i,parser:r},l=e.handler(a,t,o);r.expect("\\end",!1);const c=r.nextToken,h=Tt(r.parseFunction(),"environment");if(h.name!==i)throw new n("Mismatch: \\begin{"+i+"} matched by \\end{"+h.name+"}",c);return l}return{type:"environment",mode:r.mode,name:i,nameGroup:s}}});const Pr=(e,t)=>{const r=e.font,n=t.withFont(r);return it(e.body,n)},Vr=(e,t)=>{const r=e.font,n=t.withFont(r);return xt(e.body,n)},Fr={"\\Bbb":"\\mathbb","\\bold":"\\mathbf","\\frak":"\\mathfrak","\\bm":"\\boldsymbol"};Ue({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)=>{let{parser:r,funcName:n}=e;const o=Xe(t[0]);let s=n;return s in Fr&&(s=Fr[s]),{type:"font",mode:r.mode,font:s.slice(1),body:o}},htmlBuilder:Pr,mathmlBuilder:Vr}),Ue({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1},handler:(e,t)=>{let{parser:r}=e;const n=t[0],o=l.isCharacterBox(n);return{type:"mclass",mode:r.mode,mclass:Lt(n),body:[{type:"font",mode:r.mode,font:"boldsymbol",body:n}],isCharacterBox:o}}}),Ue({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it","\\cal"],props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{let{parser:r,funcName:n,breakOnTokenText:o}=e;const{mode:s}=r,i=r.parseExpression(!0,o);return{type:"font",mode:s,font:"math"+n.slice(1),body:{type:"ordgroup",mode:r.mode,body:i}}},htmlBuilder:Pr,mathmlBuilder:Vr});const _r=(e,t)=>{let r=t;return"display"===e?r=r.id>=w.SCRIPT.id?r.text():w.DISPLAY:"text"===e&&r.size===w.DISPLAY.size?r=w.TEXT:"script"===e?r=w.SCRIPT:"scriptscript"===e&&(r=w.SCRIPTSCRIPT),r},$r=(e,t)=>{const r=_r(e.size,t.style),n=r.fracNum(),o=r.fracDen();let s;s=t.havingStyle(n);const i=it(e.numer,s,t);if(e.continued){const e=8.5/t.fontMetrics().ptPerEm,r=3.5/t.fontMetrics().ptPerEm;i.height=i.height<e?e:i.height,i.depth=i.depth<r?r:i.depth}s=t.havingStyle(o);const a=it(e.denom,s,t);let l,c,h,m,p,u,d,g,f,b;if(e.hasBarLine?(e.barSize?(c=P(e.barSize,t),l=Ee.makeLineSpan("frac-line",t,c)):l=Ee.makeLineSpan("frac-line",t),c=l.height,h=l.height):(l=null,c=0,h=t.fontMetrics().defaultRuleThickness),r.size===w.DISPLAY.size||"display"===e.size?(m=t.fontMetrics().num1,p=c>0?3*h:7*h,u=t.fontMetrics().denom1):(c>0?(m=t.fontMetrics().num2,p=h):(m=t.fontMetrics().num3,p=3*h),u=t.fontMetrics().denom2),l){const e=t.fontMetrics().axisHeight;m-i.depth-(e+.5*c)<p&&(m+=p-(m-i.depth-(e+.5*c))),e-.5*c-(a.height-u)<p&&(u+=p-(e-.5*c-(a.height-u)));d=Ee.makeVList({positionType:"individualShift",children:[{type:"elem",elem:a,shift:u},{type:"elem",elem:l,shift:-(e-.5*c)},{type:"elem",elem:i,shift:-m}]},t)}else{const e=m-i.depth-(a.height-u);e<p&&(m+=.5*(p-e),u+=.5*(p-e)),d=Ee.makeVList({positionType:"individualShift",children:[{type:"elem",elem:a,shift:u},{type:"elem",elem:i,shift:-m}]},t)}return s=t.havingStyle(r),d.height*=s.sizeMultiplier/t.sizeMultiplier,d.depth*=s.sizeMultiplier/t.sizeMultiplier,g=r.size===w.DISPLAY.size?t.fontMetrics().delim1:r.size===w.SCRIPTSCRIPT.size?t.havingStyle(w.SCRIPT).fontMetrics().delim2:t.fontMetrics().delim2,f=null==e.leftDelim?st(t,["mopen"]):fr.customSizedDelim(e.leftDelim,g,!0,t.havingStyle(r),e.mode,["mopen"]),b=e.continued?Ee.makeSpan([]):null==e.rightDelim?st(t,["mclose"]):fr.customSizedDelim(e.rightDelim,g,!0,t.havingStyle(r),e.mode,["mclose"]),Ee.makeSpan(["mord"].concat(s.sizingClasses(t)),[f,Ee.makeSpan(["mfrac"],[d]),b],t)},Gr=(e,t)=>{let r=new pt.MathNode("mfrac",[xt(e.numer,t),xt(e.denom,t)]);if(e.hasBarLine){if(e.barSize){const n=P(e.barSize,t);r.setAttribute("linethickness",V(n))}}else r.setAttribute("linethickness","0px");const n=_r(e.size,t.style);if(n.size!==t.style.size){r=new pt.MathNode("mstyle",[r]);const e=n.size===w.DISPLAY.size?"true":"false";r.setAttribute("displaystyle",e),r.setAttribute("scriptlevel","0")}if(null!=e.leftDelim||null!=e.rightDelim){const t=[];if(null!=e.leftDelim){const r=new pt.MathNode("mo",[new pt.TextNode(e.leftDelim.replace("\\",""))]);r.setAttribute("fence","true"),t.push(r)}if(t.push(r),null!=e.rightDelim){const r=new pt.MathNode("mo",[new pt.TextNode(e.rightDelim.replace("\\",""))]);r.setAttribute("fence","true"),t.push(r)}return dt(t)}return r};Ue({type:"genfrac",names:["\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,allowedInArgument:!0},handler:(e,t)=>{let{parser:r,funcName:n}=e;const o=t[0],s=t[1];let i,a=null,l=null,c="auto";switch(n){case"\\dfrac":case"\\frac":case"\\tfrac":i=!0;break;case"\\\\atopfrac":i=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":i=!1,a="(",l=")";break;case"\\\\bracefrac":i=!1,a="\\{",l="\\}";break;case"\\\\brackfrac":i=!1,a="[",l="]";break;default:throw new Error("Unrecognized genfrac command")}switch(n){case"\\dfrac":case"\\dbinom":c="display";break;case"\\tfrac":case"\\tbinom":c="text"}return{type:"genfrac",mode:r.mode,continued:!1,numer:o,denom:s,hasBarLine:i,leftDelim:a,rightDelim:l,size:c,barSize:null}},htmlBuilder:$r,mathmlBuilder:Gr}),Ue({type:"genfrac",names:["\\cfrac"],props:{numArgs:2},handler:(e,t)=>{let{parser:r,funcName:n}=e;const o=t[0],s=t[1];return{type:"genfrac",mode:r.mode,continued:!0,numer:o,denom:s,hasBarLine:!0,leftDelim:null,rightDelim:null,size:"display",barSize:null}}}),Ue({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler(e){let t,{parser:r,funcName:n,token:o}=e;switch(n){case"\\over":t="\\frac";break;case"\\choose":t="\\binom";break;case"\\atop":t="\\\\atopfrac";break;case"\\brace":t="\\\\bracefrac";break;case"\\brack":t="\\\\brackfrac";break;default:throw new Error("Unrecognized infix genfrac command")}return{type:"infix",mode:r.mode,replaceWith:t,token:o}}});const Ur=["display","text","script","scriptscript"],Yr=function(e){let t=null;return e.length>0&&(t=e,t="."===t?null:t),t};Ue({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,allowedInArgument:!0,argTypes:["math","math","size","text","math","math"]},handler(e,t){let{parser:r}=e;const n=t[4],o=t[5],s=Xe(t[0]),i="atom"===s.type&&"open"===s.family?Yr(s.text):null,a=Xe(t[1]),l="atom"===a.type&&"close"===a.family?Yr(a.text):null,c=Tt(t[2],"size");let h,m=null;c.isBlank?h=!0:(m=c.value,h=m.number>0);let p="auto",u=t[3];if("ordgroup"===u.type){if(u.body.length>0){const e=Tt(u.body[0],"textord");p=Ur[Number(e.text)]}}else u=Tt(u,"textord"),p=Ur[Number(u.text)];return{type:"genfrac",mode:r.mode,numer:n,denom:o,continued:!1,hasBarLine:h,barSize:m,leftDelim:i,rightDelim:l,size:p}},htmlBuilder:$r,mathmlBuilder:Gr}),Ue({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler(e,t){let{parser:r,funcName:n,token:o}=e;return{type:"infix",mode:r.mode,replaceWith:"\\\\abovefrac",size:Tt(t[0],"size").value,token:o}}}),Ue({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:(e,t)=>{let{parser:r,funcName:n}=e;const o=t[0],s=function(e){if(!e)throw new Error("Expected non-null, but got "+String(e));return e}(Tt(t[1],"infix").size),i=t[2],a=s.number>0;return{type:"genfrac",mode:r.mode,numer:o,denom:i,continued:!1,hasBarLine:a,barSize:s,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:$r,mathmlBuilder:Gr});const Xr=(e,t)=>{const r=t.style;let n,o;"supsub"===e.type?(n=e.sup?it(e.sup,t.havingStyle(r.sup()),t):it(e.sub,t.havingStyle(r.sub()),t),o=Tt(e.base,"horizBrace")):o=Tt(e,"horizBrace");const s=it(o.base,t.havingBaseStyle(w.DISPLAY)),i=At(o,t);let a;if(o.isOver?(a=Ee.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:s},{type:"kern",size:.1},{type:"elem",elem:i}]},t),a.children[0].children[0].children[1].classes.push("svg-align")):(a=Ee.makeVList({positionType:"bottom",positionData:s.depth+.1+i.height,children:[{type:"elem",elem:i},{type:"kern",size:.1},{type:"elem",elem:s}]},t),a.children[0].children[0].children[0].classes.push("svg-align")),n){const e=Ee.makeSpan(["mord",o.isOver?"mover":"munder"],[a],t);a=o.isOver?Ee.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:e},{type:"kern",size:.2},{type:"elem",elem:n}]},t):Ee.makeVList({positionType:"bottom",positionData:e.depth+.2+n.height+n.depth,children:[{type:"elem",elem:n},{type:"kern",size:.2},{type:"elem",elem:e}]},t)}return Ee.makeSpan(["mord",o.isOver?"mover":"munder"],[a],t)};Ue({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler(e,t){let{parser:r,funcName:n}=e;return{type:"horizBrace",mode:r.mode,label:n,isOver:/^\\over/.test(n),base:t[0]}},htmlBuilder:Xr,mathmlBuilder:(e,t)=>{const r=zt(e.label);return new pt.MathNode(e.isOver?"mover":"munder",[xt(e.base,t),r])}}),Ue({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:(e,t)=>{let{parser:r}=e;const n=t[1],o=Tt(t[0],"url").url;return r.settings.isTrusted({command:"\\href",url:o})?{type:"href",mode:r.mode,href:o,body:We(n)}:r.formatUnsupportedCmd("\\href")},htmlBuilder:(e,t)=>{const r=et(e.body,t,!1);return Ee.makeAnchor(e.href,[],r,t)},mathmlBuilder:(e,t)=>{let r=yt(e.body,t);return r instanceof ht||(r=new ht("mrow",[r])),r.setAttribute("href",e.href),r}}),Ue({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:(e,t)=>{let{parser:r}=e;const n=Tt(t[0],"url").url;if(!r.settings.isTrusted({command:"\\url",url:n}))return r.formatUnsupportedCmd("\\url");const o=[];for(let e=0;e<n.length;e++){let t=n[e];"~"===t&&(t="\\textasciitilde"),o.push({type:"textord",mode:"text",text:t})}const s={type:"text",mode:r.mode,font:"\\texttt",body:o};return{type:"href",mode:r.mode,href:n,body:We(s)}}}),Ue({type:"hbox",names:["\\hbox"],props:{numArgs:1,argTypes:["text"],allowedInText:!0,primitive:!0},handler(e,t){let{parser:r}=e;return{type:"hbox",mode:r.mode,body:We(t[0])}},htmlBuilder(e,t){const r=et(e.body,t,!1);return Ee.makeFragment(r)},mathmlBuilder:(e,t)=>new pt.MathNode("mrow",bt(e.body,t))}),Ue({type:"html",names:["\\htmlClass","\\htmlId","\\htmlStyle","\\htmlData"],props:{numArgs:2,argTypes:["raw","original"],allowedInText:!0},handler:(e,t)=>{let{parser:r,funcName:o,token:s}=e;const i=Tt(t[0],"raw").string,a=t[1];let l;r.settings.strict&&r.settings.reportNonstrict("htmlExtension","HTML extension is disabled on strict mode");const c={};switch(o){case"\\htmlClass":c.class=i,l={command:"\\htmlClass",class:i};break;case"\\htmlId":c.id=i,l={command:"\\htmlId",id:i};break;case"\\htmlStyle":c.style=i,l={command:"\\htmlStyle",style:i};break;case"\\htmlData":{const e=i.split(",");for(let t=0;t<e.length;t++){const r=e[t].split("=");if(2!==r.length)throw new n("Error parsing key-value for \\htmlData");c["data-"+r[0].trim()]=r[1].trim()}l={command:"\\htmlData",attributes:c};break}default:throw new Error("Unrecognized html command")}return r.settings.isTrusted(l)?{type:"html",mode:r.mode,attributes:c,body:We(a)}:r.formatUnsupportedCmd(o)},htmlBuilder:(e,t)=>{const r=et(e.body,t,!1),n=["enclosing"];e.attributes.class&&n.push(...e.attributes.class.trim().split(/\s+/));const o=Ee.makeSpan(n,r,t);for(const t in e.attributes)"class"!==t&&e.attributes.hasOwnProperty(t)&&o.setAttribute(t,e.attributes[t]);return o},mathmlBuilder:(e,t)=>yt(e.body,t)}),Ue({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInText:!0},handler:(e,t)=>{let{parser:r}=e;return{type:"htmlmathml",mode:r.mode,html:We(t[0]),mathml:We(t[1])}},htmlBuilder:(e,t)=>{const r=et(e.html,t,!1);return Ee.makeFragment(r)},mathmlBuilder:(e,t)=>yt(e.mathml,t)});const Wr=function(e){if(/^[-+]? *(\d+(\.\d*)?|\.\d+)$/.test(e))return{number:+e,unit:"bp"};{const t=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(e);if(!t)throw new n("Invalid size: '"+e+"' in \\includegraphics");const r={number:+(t[1]+t[2]),unit:t[3]};if(!D(r))throw new n("Invalid unit: '"+r.unit+"' in \\includegraphics.");return r}};Ue({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:(e,t,r)=>{let{parser:o}=e,s={number:0,unit:"em"},i={number:.9,unit:"em"},a={number:0,unit:"em"},l="";if(r[0]){const e=Tt(r[0],"raw").string.split(",");for(let t=0;t<e.length;t++){const r=e[t].split("=");if(2===r.length){const e=r[1].trim();switch(r[0].trim()){case"alt":l=e;break;case"width":s=Wr(e);break;case"height":i=Wr(e);break;case"totalheight":a=Wr(e);break;default:throw new n("Invalid key: '"+r[0]+"' in \\includegraphics.")}}}}const c=Tt(t[0],"url").url;return""===l&&(l=c,l=l.replace(/^.*[\\/]/,""),l=l.substring(0,l.lastIndexOf("."))),o.settings.isTrusted({command:"\\includegraphics",url:c})?{type:"includegraphics",mode:o.mode,alt:l,width:s,height:i,totalheight:a,src:c}:o.formatUnsupportedCmd("\\includegraphics")},htmlBuilder:(e,t)=>{const r=P(e.height,t);let n=0;e.totalheight.number>0&&(n=P(e.totalheight,t)-r);let o=0;e.width.number>0&&(o=P(e.width,t));const s={height:V(r+n)};o>0&&(s.width=V(o)),n>0&&(s.verticalAlign=V(-n));const i=new W(e.src,e.alt,s);return i.height=r,i.depth=n,i},mathmlBuilder:(e,t)=>{const r=new pt.MathNode("mglyph",[]);r.setAttribute("alt",e.alt);const n=P(e.height,t);let o=0;if(e.totalheight.number>0&&(o=P(e.totalheight,t)-n,r.setAttribute("valign",V(-o))),r.setAttribute("height",V(n+o)),e.width.number>0){const n=P(e.width,t);r.setAttribute("width",V(n))}return r.setAttribute("src",e.src),r}}),Ue({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],primitive:!0,allowedInText:!0},handler(e,t){let{parser:r,funcName:n}=e;const o=Tt(t[0],"size");if(r.settings.strict){const e="m"===n[1],t="mu"===o.value.unit;e?(t||r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" supports only mu units, not "+o.value.unit+" units"),"math"!==r.mode&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" works only in math mode")):t&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" doesn't support mu units")}return{type:"kern",mode:r.mode,dimension:o.value}},htmlBuilder:(e,t)=>Ee.makeGlue(e.dimension,t),mathmlBuilder(e,t){const r=P(e.dimension,t);return new pt.SpaceNode(r)}}),Ue({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{let{parser:r,funcName:n}=e;const o=t[0];return{type:"lap",mode:r.mode,alignment:n.slice(5),body:o}},htmlBuilder:(e,t)=>{let r;"clap"===e.alignment?(r=Ee.makeSpan([],[it(e.body,t)]),r=Ee.makeSpan(["inner"],[r],t)):r=Ee.makeSpan(["inner"],[it(e.body,t)]);const n=Ee.makeSpan(["fix"],[]);let o=Ee.makeSpan([e.alignment],[r,n],t);const s=Ee.makeSpan(["strut"]);return s.style.height=V(o.height+o.depth),o.depth&&(s.style.verticalAlign=V(-o.depth)),o.children.unshift(s),o=Ee.makeSpan(["thinbox"],[o],t),Ee.makeSpan(["mord","vbox"],[o],t)},mathmlBuilder:(e,t)=>{const r=new pt.MathNode("mpadded",[xt(e.body,t)]);if("rlap"!==e.alignment){const t="llap"===e.alignment?"-1":"-0.5";r.setAttribute("lspace",t+"width")}return r.setAttribute("width","0px"),r}}),Ue({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){let{funcName:r,parser:n}=e;const o=n.mode;n.switchMode("math");const s="\\("===r?"\\)":"$",i=n.parseExpression(!1,s);return n.expect(s),n.switchMode(o),{type:"styling",mode:n.mode,style:"text",body:i}}}),Ue({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){throw new n("Mismatched "+e.funcName)}});const jr=(e,t)=>{switch(t.style.size){case w.DISPLAY.size:return e.display;case w.TEXT.size:return e.text;case w.SCRIPT.size:return e.script;case w.SCRIPTSCRIPT.size:return e.scriptscript;default:return e.text}};Ue({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4,primitive:!0},handler:(e,t)=>{let{parser:r}=e;return{type:"mathchoice",mode:r.mode,display:We(t[0]),text:We(t[1]),script:We(t[2]),scriptscript:We(t[3])}},htmlBuilder:(e,t)=>{const r=jr(e,t),n=et(r,t,!1);return Ee.makeFragment(n)},mathmlBuilder:(e,t)=>{const r=jr(e,t);return yt(r,t)}});const Zr=(e,t,r,n,o,s,i)=>{e=Ee.makeSpan([],[e]);const a=r&&l.isCharacterBox(r);let c,h,m;if(t){const e=it(t,n.havingStyle(o.sup()),n);h={elem:e,kern:Math.max(n.fontMetrics().bigOpSpacing1,n.fontMetrics().bigOpSpacing3-e.depth)}}if(r){const e=it(r,n.havingStyle(o.sub()),n);c={elem:e,kern:Math.max(n.fontMetrics().bigOpSpacing2,n.fontMetrics().bigOpSpacing4-e.height)}}if(h&&c){const t=n.fontMetrics().bigOpSpacing5+c.elem.height+c.elem.depth+c.kern+e.depth+i;m=Ee.makeVList({positionType:"bottom",positionData:t,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:c.elem,marginLeft:V(-s)},{type:"kern",size:c.kern},{type:"elem",elem:e},{type:"kern",size:h.kern},{type:"elem",elem:h.elem,marginLeft:V(s)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}else if(c){const t=e.height-i;m=Ee.makeVList({positionType:"top",positionData:t,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:c.elem,marginLeft:V(-s)},{type:"kern",size:c.kern},{type:"elem",elem:e}]},n)}else{if(!h)return e;{const t=e.depth+i;m=Ee.makeVList({positionType:"bottom",positionData:t,children:[{type:"elem",elem:e},{type:"kern",size:h.kern},{type:"elem",elem:h.elem,marginLeft:V(s)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}}const p=[m];if(c&&0!==s&&!a){const e=Ee.makeSpan(["mspace"],[],n);e.style.marginRight=V(s),p.unshift(e)}return Ee.makeSpan(["mop","op-limits"],p,n)},Kr=["\\smallint"],Jr=(e,t)=>{let r,n,o,s=!1;"supsub"===e.type?(r=e.sup,n=e.sub,o=Tt(e.base,"op"),s=!0):o=Tt(e,"op");const i=t.style;let a,c=!1;if(i.size===w.DISPLAY.size&&o.symbol&&!l.contains(Kr,o.name)&&(c=!0),o.symbol){const e=c?"Size2-Regular":"Size1-Regular";let r="";if("\\oiint"!==o.name&&"\\oiiint"!==o.name||(r=o.name.slice(1),o.name="oiint"===r?"\\iint":"\\iiint"),a=Ee.makeSymbol(o.name,e,"math",t,["mop","op-symbol",c?"large-op":"small-op"]),r.length>0){const e=a.italic,n=Ee.staticSvg(r+"Size"+(c?"2":"1"),t);a=Ee.makeVList({positionType:"individualShift",children:[{type:"elem",elem:a,shift:0},{type:"elem",elem:n,shift:c?.08:0}]},t),o.name="\\"+r,a.classes.unshift("mop"),a.italic=e}}else if(o.body){const e=et(o.body,t,!0);1===e.length&&e[0]instanceof Z?(a=e[0],a.classes[0]="mop"):a=Ee.makeSpan(["mop"],e,t)}else{const e=[];for(let r=1;r<o.name.length;r++)e.push(Ee.mathsym(o.name[r],o.mode,t));a=Ee.makeSpan(["mop"],e,t)}let h=0,m=0;return(a instanceof Z||"\\oiint"===o.name||"\\oiiint"===o.name)&&!o.suppressBaseShift&&(h=(a.height-a.depth)/2-t.fontMetrics().axisHeight,m=a.italic),s?Zr(a,r,n,t,i,m,h):(h&&(a.style.position="relative",a.style.top=V(h)),a)},Qr=(e,t)=>{let r;if(e.symbol)r=new ht("mo",[ut(e.name,e.mode)]),l.contains(Kr,e.name)&&r.setAttribute("largeop","false");else if(e.body)r=new ht("mo",bt(e.body,t));else{r=new ht("mi",[new mt(e.name.slice(1))]);const t=new ht("mo",[ut("⁡","text")]);r=e.parentIsSupSub?new ht("mrow",[r,t]):ct([r,t])}return r},en={"∏":"\\prod","∐":"\\coprod","∑":"\\sum","⋀":"\\bigwedge","⋁":"\\bigvee","⋂":"\\bigcap","⋃":"\\bigcup","⨀":"\\bigodot","⨁":"\\bigoplus","⨂":"\\bigotimes","⨄":"\\biguplus","⨆":"\\bigsqcup"};Ue({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,o=n;return 1===o.length&&(o=en[o]),{type:"op",mode:r.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:o}},htmlBuilder:Jr,mathmlBuilder:Qr}),Ue({type:"op",names:["\\mathop"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{let{parser:r}=e;const n=t[0];return{type:"op",mode:r.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:We(n)}},htmlBuilder:Jr,mathmlBuilder:Qr});const tn={"∫":"\\int","∬":"\\iint","∭":"\\iiint","∮":"\\oint","∯":"\\oiint","∰":"\\oiiint"};Ue({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){let{parser:t,funcName:r}=e;return{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:Jr,mathmlBuilder:Qr}),Ue({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler(e){let{parser:t,funcName:r}=e;return{type:"op",mode:t.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:Jr,mathmlBuilder:Qr}),Ue({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","∫","∬","∭","∮","∯","∰"],props:{numArgs:0},handler(e){let{parser:t,funcName:r}=e,n=r;return 1===n.length&&(n=tn[n]),{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:n}},htmlBuilder:Jr,mathmlBuilder:Qr});const rn=(e,t)=>{let r,n,o,s,i=!1;if("supsub"===e.type?(r=e.sup,n=e.sub,o=Tt(e.base,"operatorname"),i=!0):o=Tt(e,"operatorname"),o.body.length>0){const e=o.body.map(e=>{const t=e.text;return"string"==typeof t?{type:"textord",mode:e.mode,text:t}:e}),r=et(e,t.withFont("mathrm"),!0);for(let e=0;e<r.length;e++){const t=r[e];t instanceof Z&&(t.text=t.text.replace(/\u2212/,"-").replace(/\u2217/,"*"))}s=Ee.makeSpan(["mop"],r,t)}else s=Ee.makeSpan(["mop"],[],t);return i?Zr(s,r,n,t,t.style,0,0):s};function nn(e,t,r){const n=et(e,t,!1),o=t.sizeMultiplier/r.sizeMultiplier;for(let e=0;e<n.length;e++){const s=n[e].classes.indexOf("sizing");s<0?Array.prototype.push.apply(n[e].classes,t.sizingClasses(r)):n[e].classes[s+1]==="reset-size"+t.size&&(n[e].classes[s+1]="reset-size"+r.size),n[e].height*=o,n[e].depth*=o}return Ee.makeFragment(n)}Ue({type:"operatorname",names:["\\operatorname@","\\operatornamewithlimits"],props:{numArgs:1},handler:(e,t)=>{let{parser:r,funcName:n}=e;const o=t[0];return{type:"operatorname",mode:r.mode,body:We(o),alwaysHandleSupSub:"\\operatornamewithlimits"===n,limits:!1,parentIsSupSub:!1}},htmlBuilder:rn,mathmlBuilder:(e,t)=>{let r=bt(e.body,t.withFont("mathrm")),n=!0;for(let e=0;e<r.length;e++){const t=r[e];if(t instanceof pt.SpaceNode);else if(t instanceof pt.MathNode)switch(t.type){case"mi":case"mn":case"ms":case"mspace":case"mtext":break;case"mo":{const e=t.children[0];1===t.children.length&&e instanceof pt.TextNode?e.text=e.text.replace(/\u2212/,"-").replace(/\u2217/,"*"):n=!1;break}default:n=!1}else n=!1}if(n){const e=r.map(e=>e.toText()).join("");r=[new pt.TextNode(e)]}const o=new pt.MathNode("mi",r);o.setAttribute("mathvariant","normal");const s=new pt.MathNode("mo",[ut("⁡","text")]);return e.parentIsSupSub?new pt.MathNode("mrow",[o,s]):pt.newDocumentFragment([o,s])}}),Ar("\\operatorname","\\@ifstar\\operatornamewithlimits\\operatorname@"),Ye({type:"ordgroup",htmlBuilder:(e,t)=>e.semisimple?Ee.makeFragment(et(e.body,t,!1)):Ee.makeSpan(["mord"],et(e.body,t,!0),t),mathmlBuilder:(e,t)=>yt(e.body,t,!0)}),Ue({type:"overline",names:["\\overline"],props:{numArgs:1},handler(e,t){let{parser:r}=e;const n=t[0];return{type:"overline",mode:r.mode,body:n}},htmlBuilder(e,t){const r=it(e.body,t.havingCrampedStyle()),n=Ee.makeLineSpan("overline-line",t),o=t.fontMetrics().defaultRuleThickness,s=Ee.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r},{type:"kern",size:3*o},{type:"elem",elem:n},{type:"kern",size:o}]},t);return Ee.makeSpan(["mord","overline"],[s],t)},mathmlBuilder(e,t){const r=new pt.MathNode("mo",[new pt.TextNode("‾")]);r.setAttribute("stretchy","true");const n=new pt.MathNode("mover",[xt(e.body,t),r]);return n.setAttribute("accent","true"),n}}),Ue({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{let{parser:r}=e;const n=t[0];return{type:"phantom",mode:r.mode,body:We(n)}},htmlBuilder:(e,t)=>{const r=et(e.body,t.withPhantom(),!1);return Ee.makeFragment(r)},mathmlBuilder:(e,t)=>{const r=bt(e.body,t);return new pt.MathNode("mphantom",r)}}),Ue({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{let{parser:r}=e;const n=t[0];return{type:"hphantom",mode:r.mode,body:n}},htmlBuilder:(e,t)=>{let r=Ee.makeSpan([],[it(e.body,t.withPhantom())]);if(r.height=0,r.depth=0,r.children)for(let e=0;e<r.children.length;e++)r.children[e].height=0,r.children[e].depth=0;return r=Ee.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},t),Ee.makeSpan(["mord"],[r],t)},mathmlBuilder:(e,t)=>{const r=bt(We(e.body),t),n=new pt.MathNode("mphantom",r),o=new pt.MathNode("mpadded",[n]);return o.setAttribute("height","0px"),o.setAttribute("depth","0px"),o}}),Ue({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{let{parser:r}=e;const n=t[0];return{type:"vphantom",mode:r.mode,body:n}},htmlBuilder:(e,t)=>{const r=Ee.makeSpan(["inner"],[it(e.body,t.withPhantom())]),n=Ee.makeSpan(["fix"],[]);return Ee.makeSpan(["mord","rlap"],[r,n],t)},mathmlBuilder:(e,t)=>{const r=bt(We(e.body),t),n=new pt.MathNode("mphantom",r),o=new pt.MathNode("mpadded",[n]);return o.setAttribute("width","0px"),o}}),Ue({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler(e,t){let{parser:r}=e;const n=Tt(t[0],"size").value,o=t[1];return{type:"raisebox",mode:r.mode,dy:n,body:o}},htmlBuilder(e,t){const r=it(e.body,t),n=P(e.dy,t);return Ee.makeVList({positionType:"shift",positionData:-n,children:[{type:"elem",elem:r}]},t)},mathmlBuilder(e,t){const r=new pt.MathNode("mpadded",[xt(e.body,t)]),n=e.dy.number+e.dy.unit;return r.setAttribute("voffset",n),r}}),Ue({type:"internal",names:["\\relax"],props:{numArgs:0,allowedInText:!0},handler(e){let{parser:t}=e;return{type:"internal",mode:t.mode}}}),Ue({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["size","size","size"]},handler(e,t,r){let{parser:n}=e;const o=r[0],s=Tt(t[0],"size"),i=Tt(t[1],"size");return{type:"rule",mode:n.mode,shift:o&&Tt(o,"size").value,width:s.value,height:i.value}},htmlBuilder(e,t){const r=Ee.makeSpan(["mord","rule"],[],t),n=P(e.width,t),o=P(e.height,t),s=e.shift?P(e.shift,t):0;return r.style.borderRightWidth=V(n),r.style.borderTopWidth=V(o),r.style.bottom=V(s),r.width=n,r.height=o+s,r.depth=-s,r.maxFontSize=1.125*o*t.sizeMultiplier,r},mathmlBuilder(e,t){const r=P(e.width,t),n=P(e.height,t),o=e.shift?P(e.shift,t):0,s=t.color&&t.getColor()||"black",i=new pt.MathNode("mspace");i.setAttribute("mathbackground",s),i.setAttribute("width",V(r)),i.setAttribute("height",V(n));const a=new pt.MathNode("mpadded",[i]);return o>=0?a.setAttribute("height",V(o)):(a.setAttribute("height",V(o)),a.setAttribute("depth",V(-o))),a.setAttribute("voffset",V(o)),a}});const on=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"];Ue({type:"sizing",names:on,props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{let{breakOnTokenText:r,funcName:n,parser:o}=e;const s=o.parseExpression(!1,r);return{type:"sizing",mode:o.mode,size:on.indexOf(n)+1,body:s}},htmlBuilder:(e,t)=>{const r=t.havingSize(e.size);return nn(e.body,r,t)},mathmlBuilder:(e,t)=>{const r=t.havingSize(e.size),n=bt(e.body,r),o=new pt.MathNode("mstyle",n);return o.setAttribute("mathsize",V(r.sizeMultiplier)),o}}),Ue({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:(e,t,r)=>{let{parser:n}=e,o=!1,s=!1;const i=r[0]&&Tt(r[0],"ordgroup");if(i){let e="";for(let t=0;t<i.body.length;++t)if(e=i.body[t].text,"t"===e)o=!0;else{if("b"!==e){o=!1,s=!1;break}s=!0}}else o=!0,s=!0;const a=t[0];return{type:"smash",mode:n.mode,body:a,smashHeight:o,smashDepth:s}},htmlBuilder:(e,t)=>{const r=Ee.makeSpan([],[it(e.body,t)]);if(!e.smashHeight&&!e.smashDepth)return r;if(e.smashHeight&&(r.height=0,r.children))for(let e=0;e<r.children.length;e++)r.children[e].height=0;if(e.smashDepth&&(r.depth=0,r.children))for(let e=0;e<r.children.length;e++)r.children[e].depth=0;const n=Ee.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},t);return Ee.makeSpan(["mord"],[n],t)},mathmlBuilder:(e,t)=>{const r=new pt.MathNode("mpadded",[xt(e.body,t)]);return e.smashHeight&&r.setAttribute("height","0px"),e.smashDepth&&r.setAttribute("depth","0px"),r}}),Ue({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler(e,t,r){let{parser:n}=e;const o=r[0],s=t[0];return{type:"sqrt",mode:n.mode,body:s,index:o}},htmlBuilder(e,t){let r=it(e.body,t.havingCrampedStyle());0===r.height&&(r.height=t.fontMetrics().xHeight),r=Ee.wrapFragment(r,t);const n=t.fontMetrics().defaultRuleThickness;let o=n;t.style.id<w.TEXT.id&&(o=t.fontMetrics().xHeight);let s=n+o/4;const i=r.height+r.depth+s+n,{span:a,ruleWidth:l,advanceWidth:c}=fr.sqrtImage(i,t),h=a.height-l;h>r.height+r.depth+s&&(s=(s+h-r.height-r.depth)/2);const m=a.height-r.height-s-l;r.style.paddingLeft=V(c);const p=Ee.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r,wrapperClasses:["svg-align"]},{type:"kern",size:-(r.height+m)},{type:"elem",elem:a},{type:"kern",size:l}]},t);if(e.index){const r=t.havingStyle(w.SCRIPTSCRIPT),n=it(e.index,r,t),o=.6*(p.height-p.depth),s=Ee.makeVList({positionType:"shift",positionData:-o,children:[{type:"elem",elem:n}]},t),i=Ee.makeSpan(["root"],[s]);return Ee.makeSpan(["mord","sqrt"],[i,p],t)}return Ee.makeSpan(["mord","sqrt"],[p],t)},mathmlBuilder(e,t){const{body:r,index:n}=e;return n?new pt.MathNode("mroot",[xt(r,t),xt(n,t)]):new pt.MathNode("msqrt",[xt(r,t)])}});const sn={display:w.DISPLAY,text:w.TEXT,script:w.SCRIPT,scriptscript:w.SCRIPTSCRIPT};Ue({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e,t){let{breakOnTokenText:r,funcName:n,parser:o}=e;const s=o.parseExpression(!0,r),i=n.slice(1,n.length-5);return{type:"styling",mode:o.mode,style:i,body:s}},htmlBuilder(e,t){const r=sn[e.style],n=t.havingStyle(r).withFont("");return nn(e.body,n,t)},mathmlBuilder(e,t){const r=sn[e.style],n=t.havingStyle(r),o=bt(e.body,n),s=new pt.MathNode("mstyle",o),i={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]}[e.style];return s.setAttribute("scriptlevel",i[0]),s.setAttribute("displaystyle",i[1]),s}}),Ye({type:"supsub",htmlBuilder(e,t){const r=function(e,t){const r=e.base;return r?"op"===r.type?r.limits&&(t.style.size===w.DISPLAY.size||r.alwaysHandleSupSub)?Jr:null:"operatorname"===r.type?r.alwaysHandleSupSub&&(t.style.size===w.DISPLAY.size||r.limits)?rn:null:"accent"===r.type?l.isCharacterBox(r.base)?qt:null:"horizBrace"===r.type&&!e.sub===r.isOver?Xr:null:null}(e,t);if(r)return r(e,t);const{base:n,sup:o,sub:s}=e,i=it(n,t);let a,c;const h=t.fontMetrics();let m=0,p=0;const u=n&&l.isCharacterBox(n);if(o){const e=t.havingStyle(t.style.sup());a=it(o,e,t),u||(m=i.height-e.fontMetrics().supDrop*e.sizeMultiplier/t.sizeMultiplier)}if(s){const e=t.havingStyle(t.style.sub());c=it(s,e,t),u||(p=i.depth+e.fontMetrics().subDrop*e.sizeMultiplier/t.sizeMultiplier)}let d;d=t.style===w.DISPLAY?h.sup1:t.style.cramped?h.sup3:h.sup2;const g=t.sizeMultiplier,f=V(.5/h.ptPerEm/g);let b,y=null;if(c){const t=e.base&&"op"===e.base.type&&e.base.name&&("\\oiint"===e.base.name||"\\oiiint"===e.base.name);(i instanceof Z||t)&&(y=V(-i.italic))}if(a&&c){m=Math.max(m,d,a.depth+.25*h.xHeight),p=Math.max(p,h.sub2);const e=4*h.defaultRuleThickness;if(m-a.depth-(c.height-p)<e){p=e-(m-a.depth)+c.height;const t=.8*h.xHeight-(m-a.depth);t>0&&(m+=t,p-=t)}b=Ee.makeVList({positionType:"individualShift",children:[{type:"elem",elem:c,shift:p,marginRight:f,marginLeft:y},{type:"elem",elem:a,shift:-m,marginRight:f}]},t)}else if(c){p=Math.max(p,h.sub1,c.height-.8*h.xHeight);b=Ee.makeVList({positionType:"shift",positionData:p,children:[{type:"elem",elem:c,marginLeft:y,marginRight:f}]},t)}else{if(!a)throw new Error("supsub must have either sup or sub.");m=Math.max(m,d,a.depth+.25*h.xHeight),b=Ee.makeVList({positionType:"shift",positionData:-m,children:[{type:"elem",elem:a,marginRight:f}]},t)}const x=ot(i,"right")||"mord";return Ee.makeSpan([x],[i,Ee.makeSpan(["msupsub"],[b])],t)},mathmlBuilder(e,t){let r,n,o=!1;e.base&&"horizBrace"===e.base.type&&(n=!!e.sup,n===e.base.isOver&&(o=!0,r=e.base.isOver)),!e.base||"op"!==e.base.type&&"operatorname"!==e.base.type||(e.base.parentIsSupSub=!0);const s=[xt(e.base,t)];let i;if(e.sub&&s.push(xt(e.sub,t)),e.sup&&s.push(xt(e.sup,t)),o)i=r?"mover":"munder";else if(e.sub)if(e.sup){const r=e.base;i=r&&"op"===r.type&&r.limits&&t.style===w.DISPLAY||r&&"operatorname"===r.type&&r.alwaysHandleSupSub&&(t.style===w.DISPLAY||r.limits)?"munderover":"msubsup"}else{const r=e.base;i=r&&"op"===r.type&&r.limits&&(t.style===w.DISPLAY||r.alwaysHandleSupSub)||r&&"operatorname"===r.type&&r.alwaysHandleSupSub&&(r.limits||t.style===w.DISPLAY)?"munder":"msub"}else{const r=e.base;i=r&&"op"===r.type&&r.limits&&(t.style===w.DISPLAY||r.alwaysHandleSupSub)||r&&"operatorname"===r.type&&r.alwaysHandleSupSub&&(r.limits||t.style===w.DISPLAY)?"mover":"msup"}return new pt.MathNode(i,s)}}),Ye({type:"atom",htmlBuilder:(e,t)=>Ee.mathsym(e.text,e.mode,t,["m"+e.family]),mathmlBuilder(e,t){const r=new pt.MathNode("mo",[ut(e.text,e.mode)]);if("bin"===e.family){const n=gt(e,t);"bold-italic"===n&&r.setAttribute("mathvariant",n)}else"punct"===e.family?r.setAttribute("separator","true"):"open"!==e.family&&"close"!==e.family||r.setAttribute("stretchy","false");return r}});const an={mi:"italic",mn:"normal",mtext:"normal"};Ye({type:"mathord",htmlBuilder:(e,t)=>Ee.makeOrd(e,t,"mathord"),mathmlBuilder(e,t){const r=new pt.MathNode("mi",[ut(e.text,e.mode,t)]),n=gt(e,t)||"italic";return n!==an[r.type]&&r.setAttribute("mathvariant",n),r}}),Ye({type:"textord",htmlBuilder:(e,t)=>Ee.makeOrd(e,t,"textord"),mathmlBuilder(e,t){const r=ut(e.text,e.mode,t),n=gt(e,t)||"normal";let o;return o="text"===e.mode?new pt.MathNode("mtext",[r]):/[0-9]/.test(e.text)?new pt.MathNode("mn",[r]):"\\prime"===e.text?new pt.MathNode("mo",[r]):new pt.MathNode("mi",[r]),n!==an[o.type]&&o.setAttribute("mathvariant",n),o}});const ln={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},cn={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};Ye({type:"spacing",htmlBuilder(e,t){if(cn.hasOwnProperty(e.text)){const r=cn[e.text].className||"";if("text"===e.mode){const n=Ee.makeOrd(e,t,"textord");return n.classes.push(r),n}return Ee.makeSpan(["mspace",r],[Ee.mathsym(e.text,e.mode,t)],t)}if(ln.hasOwnProperty(e.text))return Ee.makeSpan(["mspace",ln[e.text]],[],t);throw new n('Unknown type of space "'+e.text+'"')},mathmlBuilder(e,t){let r;if(!cn.hasOwnProperty(e.text)){if(ln.hasOwnProperty(e.text))return new pt.MathNode("mspace");throw new n('Unknown type of space "'+e.text+'"')}return r=new pt.MathNode("mtext",[new pt.TextNode(" ")]),r}});const hn=()=>{const e=new pt.MathNode("mtd",[]);return e.setAttribute("width","50%"),e};Ye({type:"tag",mathmlBuilder(e,t){const r=new pt.MathNode("mtable",[new pt.MathNode("mtr",[hn(),new pt.MathNode("mtd",[yt(e.body,t)]),hn(),new pt.MathNode("mtd",[yt(e.tag,t)])])]);return r.setAttribute("width","100%"),r}});const mn={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},pn={"\\textbf":"textbf","\\textmd":"textmd"},un={"\\textit":"textit","\\textup":"textup"},dn=(e,t)=>{const r=e.font;return r?mn[r]?t.withTextFontFamily(mn[r]):pn[r]?t.withTextFontWeight(pn[r]):"\\emph"===r?"textit"===t.fontShape?t.withTextFontShape("textup"):t.withTextFontShape("textit"):t.withTextFontShape(un[r]):t};Ue({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){let{parser:r,funcName:n}=e;const o=t[0];return{type:"text",mode:r.mode,body:We(o),font:n}},htmlBuilder(e,t){const r=dn(e,t),n=et(e.body,r,!0);return Ee.makeSpan(["mord","text"],n,r)},mathmlBuilder(e,t){const r=dn(e,t);return yt(e.body,r)}}),Ue({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler(e,t){let{parser:r}=e;return{type:"underline",mode:r.mode,body:t[0]}},htmlBuilder(e,t){const r=it(e.body,t),n=Ee.makeLineSpan("underline-line",t),o=t.fontMetrics().defaultRuleThickness,s=Ee.makeVList({positionType:"top",positionData:r.height,children:[{type:"kern",size:o},{type:"elem",elem:n},{type:"kern",size:3*o},{type:"elem",elem:r}]},t);return Ee.makeSpan(["mord","underline"],[s],t)},mathmlBuilder(e,t){const r=new pt.MathNode("mo",[new pt.TextNode("‾")]);r.setAttribute("stretchy","true");const n=new pt.MathNode("munder",[xt(e.body,t),r]);return n.setAttribute("accentunder","true"),n}}),Ue({type:"vcenter",names:["\\vcenter"],props:{numArgs:1,argTypes:["original"],allowedInText:!1},handler(e,t){let{parser:r}=e;return{type:"vcenter",mode:r.mode,body:t[0]}},htmlBuilder(e,t){const r=it(e.body,t),n=t.fontMetrics().axisHeight,o=.5*(r.height-n-(r.depth+n));return Ee.makeVList({positionType:"shift",positionData:o,children:[{type:"elem",elem:r}]},t)},mathmlBuilder:(e,t)=>new pt.MathNode("mpadded",[xt(e.body,t)],["vcenter"])}),Ue({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler(e,t,r){throw new n("\\verb ended by end of line instead of matching delimiter")},htmlBuilder(e,t){const r=gn(e),n=[],o=t.havingStyle(t.style.text());for(let t=0;t<r.length;t++){let s=r[t];"~"===s&&(s="\\textasciitilde"),n.push(Ee.makeSymbol(s,"Typewriter-Regular",e.mode,o,["mord","texttt"]))}return Ee.makeSpan(["mord","text"].concat(o.sizingClasses(t)),Ee.tryCombineChars(n),o)},mathmlBuilder(e,t){const r=new pt.TextNode(gn(e)),n=new pt.MathNode("mtext",[r]);return n.setAttribute("mathvariant","monospace"),n}});const gn=e=>e.body.replace(/ /g,e.star?"␣":" ");var fn=_e;const bn="[ \r\n\t]",yn="(\\\\[a-zA-Z@]+)"+bn+"*",xn="[̀-ͯ]",wn=new RegExp(xn+"+$"),vn="("+bn+"+)|\\\\(\n|[ \r\t]+\n?)[ \r\t]*|([!-\\[\\]-‧‪-퟿豈-￿]"+xn+"*|[\ud800-\udbff][\udc00-\udfff]"+xn+"*|\\\\verb\\*([^]).*?\\4|\\\\verb([^*a-zA-Z]).*?\\5|"+yn+"|\\\\[^\ud800-\udfff])";class kn{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(vn,"g"),this.catcodes={"%":14,"~":13}}setCatcode(e,t){this.catcodes[e]=t}lex(){const e=this.input,t=this.tokenRegex.lastIndex;if(t===e.length)return new Br("EOF",new Tr(this,t,t));const r=this.tokenRegex.exec(e);if(null===r||r.index!==t)throw new n("Unexpected character: '"+e[t]+"'",new Br(e[t],new Tr(this,t,t+1)));const o=r[6]||r[3]||(r[2]?"\\ ":" ");if(14===this.catcodes[o]){const t=e.indexOf("\n",this.tokenRegex.lastIndex);return-1===t?(this.tokenRegex.lastIndex=e.length,this.settings.reportNonstrict("commentAtEnd","% comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $)")):this.tokenRegex.lastIndex=t+1,this.lex()}return new Br(o,new Tr(this,t,this.tokenRegex.lastIndex))}}class Sn{constructor(e,t){void 0===e&&(e={}),void 0===t&&(t={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=t,this.builtins=e,this.undefStack=[]}beginGroup(){this.undefStack.push({})}endGroup(){if(0===this.undefStack.length)throw new n("Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug");const e=this.undefStack.pop();for(const t in e)e.hasOwnProperty(t)&&(null==e[t]?delete this.current[t]:this.current[t]=e[t])}endGroups(){for(;this.undefStack.length>0;)this.endGroup()}has(e){return this.current.hasOwnProperty(e)||this.builtins.hasOwnProperty(e)}get(e){return this.current.hasOwnProperty(e)?this.current[e]:this.builtins[e]}set(e,t,r){if(void 0===r&&(r=!1),r){for(let t=0;t<this.undefStack.length;t++)delete this.undefStack[t][e];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][e]=t)}else{const t=this.undefStack[this.undefStack.length-1];t&&!t.hasOwnProperty(e)&&(t[e]=this.current[e])}null==t?delete this.current[e]:this.current[e]=t}}var Mn=zr;Ar("\\noexpand",function(e){const t=e.popToken();return e.isExpandable(t.text)&&(t.noexpand=!0,t.treatAsRelax=!0),{tokens:[t],numArgs:0}}),Ar("\\expandafter",function(e){const t=e.popToken();return e.expandOnce(!0),{tokens:[t],numArgs:0}}),Ar("\\@firstoftwo",function(e){return{tokens:e.consumeArgs(2)[0],numArgs:0}}),Ar("\\@secondoftwo",function(e){return{tokens:e.consumeArgs(2)[1],numArgs:0}}),Ar("\\@ifnextchar",function(e){const t=e.consumeArgs(3);e.consumeSpaces();const r=e.future();return 1===t[0].length&&t[0][0].text===r.text?{tokens:t[1],numArgs:0}:{tokens:t[2],numArgs:0}}),Ar("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}"),Ar("\\TextOrMath",function(e){const t=e.consumeArgs(2);return"text"===e.mode?{tokens:t[0],numArgs:0}:{tokens:t[1],numArgs:0}});const zn={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};Ar("\\char",function(e){let t,r=e.popToken(),o="";if("'"===r.text)t=8,r=e.popToken();else if('"'===r.text)t=16,r=e.popToken();else if("`"===r.text)if(r=e.popToken(),"\\"===r.text[0])o=r.text.charCodeAt(1);else{if("EOF"===r.text)throw new n("\\char` missing argument");o=r.text.charCodeAt(0)}else t=10;if(t){if(o=zn[r.text],null==o||o>=t)throw new n("Invalid base-"+t+" digit "+r.text);let s;for(;null!=(s=zn[e.future().text])&&s<t;)o*=t,o+=s,e.popToken()}return"\\@char{"+o+"}"});const An=(e,t,r,o)=>{let s=e.consumeArg().tokens;if(1!==s.length)throw new n("\\newcommand's first argument must be a macro name");const i=s[0].text,a=e.isDefined(i);if(a&&!t)throw new n("\\newcommand{"+i+"} attempting to redefine "+i+"; use \\renewcommand");if(!a&&!r)throw new n("\\renewcommand{"+i+"} when command "+i+" does not yet exist; use \\newcommand");let l=0;if(s=e.consumeArg().tokens,1===s.length&&"["===s[0].text){let t="",r=e.expandNextToken();for(;"]"!==r.text&&"EOF"!==r.text;)t+=r.text,r=e.expandNextToken();if(!t.match(/^\s*[0-9]+\s*$/))throw new n("Invalid number of arguments: "+t);l=parseInt(t),s=e.consumeArg().tokens}return a&&o||e.macros.set(i,{tokens:s,numArgs:l}),""};Ar("\\newcommand",e=>An(e,!1,!0,!1)),Ar("\\renewcommand",e=>An(e,!0,!1,!1)),Ar("\\providecommand",e=>An(e,!0,!0,!0)),Ar("\\message",e=>{const t=e.consumeArgs(1)[0];return console.log(t.reverse().map(e=>e.text).join("")),""}),Ar("\\errmessage",e=>{const t=e.consumeArgs(1)[0];return console.error(t.reverse().map(e=>e.text).join("")),""}),Ar("\\show",e=>{const t=e.popToken(),r=t.text;return console.log(t,e.macros.get(r),fn[r],oe.math[r],oe.text[r]),""}),Ar("\\bgroup","{"),Ar("\\egroup","}"),Ar("~","\\nobreakspace"),Ar("\\lq","`"),Ar("\\rq","'"),Ar("\\aa","\\r a"),Ar("\\AA","\\r A"),Ar("\\textcopyright","\\html@mathml{\\textcircled{c}}{\\char`©}"),Ar("\\copyright","\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}"),Ar("\\textregistered","\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`®}"),Ar("ℬ","\\mathscr{B}"),Ar("ℰ","\\mathscr{E}"),Ar("ℱ","\\mathscr{F}"),Ar("ℋ","\\mathscr{H}"),Ar("ℐ","\\mathscr{I}"),Ar("ℒ","\\mathscr{L}"),Ar("ℳ","\\mathscr{M}"),Ar("ℛ","\\mathscr{R}"),Ar("ℭ","\\mathfrak{C}"),Ar("ℌ","\\mathfrak{H}"),Ar("ℨ","\\mathfrak{Z}"),Ar("\\Bbbk","\\Bbb{k}"),Ar("·","\\cdotp"),Ar("\\llap","\\mathllap{\\textrm{#1}}"),Ar("\\rlap","\\mathrlap{\\textrm{#1}}"),Ar("\\clap","\\mathclap{\\textrm{#1}}"),Ar("\\mathstrut","\\vphantom{(}"),Ar("\\underbar","\\underline{\\text{#1}}"),Ar("\\not",'\\html@mathml{\\mathrel{\\mathrlap\\@not}}{\\char"338}'),Ar("\\neq","\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`≠}}"),Ar("\\ne","\\neq"),Ar("≠","\\neq"),Ar("\\notin","\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`∉}}"),Ar("∉","\\notin"),Ar("≘","\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`≘}}"),Ar("≙","\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`≘}}"),Ar("≚","\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`≚}}"),Ar("≛","\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`≛}}"),Ar("≝","\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`≝}}"),Ar("≞","\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`≞}}"),Ar("≟","\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`≟}}"),Ar("⟂","\\perp"),Ar("‼","\\mathclose{!\\mkern-0.8mu!}"),Ar("∌","\\notni"),Ar("⌜","\\ulcorner"),Ar("⌝","\\urcorner"),Ar("⌞","\\llcorner"),Ar("⌟","\\lrcorner"),Ar("©","\\copyright"),Ar("®","\\textregistered"),Ar("️","\\textregistered"),Ar("\\ulcorner",'\\html@mathml{\\@ulcorner}{\\mathop{\\char"231c}}'),Ar("\\urcorner",'\\html@mathml{\\@urcorner}{\\mathop{\\char"231d}}'),Ar("\\llcorner",'\\html@mathml{\\@llcorner}{\\mathop{\\char"231e}}'),Ar("\\lrcorner",'\\html@mathml{\\@lrcorner}{\\mathop{\\char"231f}}'),Ar("\\vdots","{\\varvdots\\rule{0pt}{15pt}}"),Ar("⋮","\\vdots"),Ar("\\varGamma","\\mathit{\\Gamma}"),Ar("\\varDelta","\\mathit{\\Delta}"),Ar("\\varTheta","\\mathit{\\Theta}"),Ar("\\varLambda","\\mathit{\\Lambda}"),Ar("\\varXi","\\mathit{\\Xi}"),Ar("\\varPi","\\mathit{\\Pi}"),Ar("\\varSigma","\\mathit{\\Sigma}"),Ar("\\varUpsilon","\\mathit{\\Upsilon}"),Ar("\\varPhi","\\mathit{\\Phi}"),Ar("\\varPsi","\\mathit{\\Psi}"),Ar("\\varOmega","\\mathit{\\Omega}"),Ar("\\substack","\\begin{subarray}{c}#1\\end{subarray}"),Ar("\\colon","\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu\\relax"),Ar("\\boxed","\\fbox{$\\displaystyle{#1}$}"),Ar("\\iff","\\DOTSB\\;\\Longleftrightarrow\\;"),Ar("\\implies","\\DOTSB\\;\\Longrightarrow\\;"),Ar("\\impliedby","\\DOTSB\\;\\Longleftarrow\\;"),Ar("\\dddot","{\\overset{\\raisebox{-0.1ex}{\\normalsize ...}}{#1}}"),Ar("\\ddddot","{\\overset{\\raisebox{-0.1ex}{\\normalsize ....}}{#1}}");const Tn={",":"\\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"};Ar("\\dots",function(e){let t="\\dotso";const r=e.expandAfterFuture().text;return r in Tn?t=Tn[r]:("\\not"===r.slice(0,4)||r in oe.math&&l.contains(["bin","rel"],oe.math[r].group))&&(t="\\dotsb"),t});const Bn={")":!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};Ar("\\dotso",function(e){return e.future().text in Bn?"\\ldots\\,":"\\ldots"}),Ar("\\dotsc",function(e){const t=e.future().text;return t in Bn&&","!==t?"\\ldots\\,":"\\ldots"}),Ar("\\cdots",function(e){return e.future().text in Bn?"\\@cdots\\,":"\\@cdots"}),Ar("\\dotsb","\\cdots"),Ar("\\dotsm","\\cdots"),Ar("\\dotsi","\\!\\cdots"),Ar("\\dotsx","\\ldots\\,"),Ar("\\DOTSI","\\relax"),Ar("\\DOTSB","\\relax"),Ar("\\DOTSX","\\relax"),Ar("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax"),Ar("\\,","\\tmspace+{3mu}{.1667em}"),Ar("\\thinspace","\\,"),Ar("\\>","\\mskip{4mu}"),Ar("\\:","\\tmspace+{4mu}{.2222em}"),Ar("\\medspace","\\:"),Ar("\\;","\\tmspace+{5mu}{.2777em}"),Ar("\\thickspace","\\;"),Ar("\\!","\\tmspace-{3mu}{.1667em}"),Ar("\\negthinspace","\\!"),Ar("\\negmedspace","\\tmspace-{4mu}{.2222em}"),Ar("\\negthickspace","\\tmspace-{5mu}{.277em}"),Ar("\\enspace","\\kern.5em "),Ar("\\enskip","\\hskip.5em\\relax"),Ar("\\quad","\\hskip1em\\relax"),Ar("\\qquad","\\hskip2em\\relax"),Ar("\\tag","\\@ifstar\\tag@literal\\tag@paren"),Ar("\\tag@paren","\\tag@literal{({#1})}"),Ar("\\tag@literal",e=>{if(e.macros.get("\\df@tag"))throw new n("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"}),Ar("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}"),Ar("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)"),Ar("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}"),Ar("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1"),Ar("\\newline","\\\\\\relax"),Ar("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");const Cn=V(A["Main-Regular"]["T".charCodeAt(0)][1]-.7*A["Main-Regular"]["A".charCodeAt(0)][1]);Ar("\\LaTeX","\\textrm{\\html@mathml{L\\kern-.36em\\raisebox{"+Cn+"}{\\scriptstyle A}\\kern-.15em\\TeX}{LaTeX}}"),Ar("\\KaTeX","\\textrm{\\html@mathml{K\\kern-.17em\\raisebox{"+Cn+"}{\\scriptstyle A}\\kern-.15em\\TeX}{KaTeX}}"),Ar("\\hspace","\\@ifstar\\@hspacer\\@hspace"),Ar("\\@hspace","\\hskip #1\\relax"),Ar("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax"),Ar("\\ordinarycolon",":"),Ar("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}"),Ar("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}'),Ar("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}'),Ar("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}'),Ar("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}'),Ar("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}'),Ar("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}'),Ar("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}'),Ar("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}'),Ar("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}'),Ar("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}'),Ar("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}'),Ar("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}'),Ar("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}'),Ar("∷","\\dblcolon"),Ar("∹","\\eqcolon"),Ar("≔","\\coloneqq"),Ar("≕","\\eqqcolon"),Ar("⩴","\\Coloneqq"),Ar("\\ratio","\\vcentcolon"),Ar("\\coloncolon","\\dblcolon"),Ar("\\colonequals","\\coloneqq"),Ar("\\coloncolonequals","\\Coloneqq"),Ar("\\equalscolon","\\eqqcolon"),Ar("\\equalscoloncolon","\\Eqqcolon"),Ar("\\colonminus","\\coloneq"),Ar("\\coloncolonminus","\\Coloneq"),Ar("\\minuscolon","\\eqcolon"),Ar("\\minuscoloncolon","\\Eqcolon"),Ar("\\coloncolonapprox","\\Colonapprox"),Ar("\\coloncolonsim","\\Colonsim"),Ar("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),Ar("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}"),Ar("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),Ar("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}"),Ar("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`∌}}"),Ar("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}"),Ar("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}"),Ar("\\injlim","\\DOTSB\\operatorname*{inj\\,lim}"),Ar("\\projlim","\\DOTSB\\operatorname*{proj\\,lim}"),Ar("\\varlimsup","\\DOTSB\\operatorname*{\\overline{lim}}"),Ar("\\varliminf","\\DOTSB\\operatorname*{\\underline{lim}}"),Ar("\\varinjlim","\\DOTSB\\operatorname*{\\underrightarrow{lim}}"),Ar("\\varprojlim","\\DOTSB\\operatorname*{\\underleftarrow{lim}}"),Ar("\\gvertneqq","\\html@mathml{\\@gvertneqq}{≩}"),Ar("\\lvertneqq","\\html@mathml{\\@lvertneqq}{≨}"),Ar("\\ngeqq","\\html@mathml{\\@ngeqq}{≱}"),Ar("\\ngeqslant","\\html@mathml{\\@ngeqslant}{≱}"),Ar("\\nleqq","\\html@mathml{\\@nleqq}{≰}"),Ar("\\nleqslant","\\html@mathml{\\@nleqslant}{≰}"),Ar("\\nshortmid","\\html@mathml{\\@nshortmid}{∤}"),Ar("\\nshortparallel","\\html@mathml{\\@nshortparallel}{∦}"),Ar("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{⊈}"),Ar("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{⊉}"),Ar("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{⊊}"),Ar("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{⫋}"),Ar("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{⊋}"),Ar("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{⫌}"),Ar("\\imath","\\html@mathml{\\@imath}{ı}"),Ar("\\jmath","\\html@mathml{\\@jmath}{ȷ}"),Ar("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`⟦}}"),Ar("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`⟧}}"),Ar("⟦","\\llbracket"),Ar("⟧","\\rrbracket"),Ar("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`⦃}}"),Ar("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`⦄}}"),Ar("⦃","\\lBrace"),Ar("⦄","\\rBrace"),Ar("\\minuso","\\mathbin{\\html@mathml{{\\mathrlap{\\mathchoice{\\kern{0.145em}}{\\kern{0.145em}}{\\kern{0.1015em}}{\\kern{0.0725em}}\\circ}{-}}}{\\char`⦵}}"),Ar("⦵","\\minuso"),Ar("\\darr","\\downarrow"),Ar("\\dArr","\\Downarrow"),Ar("\\Darr","\\Downarrow"),Ar("\\lang","\\langle"),Ar("\\rang","\\rangle"),Ar("\\uarr","\\uparrow"),Ar("\\uArr","\\Uparrow"),Ar("\\Uarr","\\Uparrow"),Ar("\\N","\\mathbb{N}"),Ar("\\R","\\mathbb{R}"),Ar("\\Z","\\mathbb{Z}"),Ar("\\alef","\\aleph"),Ar("\\alefsym","\\aleph"),Ar("\\Alpha","\\mathrm{A}"),Ar("\\Beta","\\mathrm{B}"),Ar("\\bull","\\bullet"),Ar("\\Chi","\\mathrm{X}"),Ar("\\clubs","\\clubsuit"),Ar("\\cnums","\\mathbb{C}"),Ar("\\Complex","\\mathbb{C}"),Ar("\\Dagger","\\ddagger"),Ar("\\diamonds","\\diamondsuit"),Ar("\\empty","\\emptyset"),Ar("\\Epsilon","\\mathrm{E}"),Ar("\\Eta","\\mathrm{H}"),Ar("\\exist","\\exists"),Ar("\\harr","\\leftrightarrow"),Ar("\\hArr","\\Leftrightarrow"),Ar("\\Harr","\\Leftrightarrow"),Ar("\\hearts","\\heartsuit"),Ar("\\image","\\Im"),Ar("\\infin","\\infty"),Ar("\\Iota","\\mathrm{I}"),Ar("\\isin","\\in"),Ar("\\Kappa","\\mathrm{K}"),Ar("\\larr","\\leftarrow"),Ar("\\lArr","\\Leftarrow"),Ar("\\Larr","\\Leftarrow"),Ar("\\lrarr","\\leftrightarrow"),Ar("\\lrArr","\\Leftrightarrow"),Ar("\\Lrarr","\\Leftrightarrow"),Ar("\\Mu","\\mathrm{M}"),Ar("\\natnums","\\mathbb{N}"),Ar("\\Nu","\\mathrm{N}"),Ar("\\Omicron","\\mathrm{O}"),Ar("\\plusmn","\\pm"),Ar("\\rarr","\\rightarrow"),Ar("\\rArr","\\Rightarrow"),Ar("\\Rarr","\\Rightarrow"),Ar("\\real","\\Re"),Ar("\\reals","\\mathbb{R}"),Ar("\\Reals","\\mathbb{R}"),Ar("\\Rho","\\mathrm{P}"),Ar("\\sdot","\\cdot"),Ar("\\sect","\\S"),Ar("\\spades","\\spadesuit"),Ar("\\sub","\\subset"),Ar("\\sube","\\subseteq"),Ar("\\supe","\\supseteq"),Ar("\\Tau","\\mathrm{T}"),Ar("\\thetasym","\\vartheta"),Ar("\\weierp","\\wp"),Ar("\\Zeta","\\mathrm{Z}"),Ar("\\argmin","\\DOTSB\\operatorname*{arg\\,min}"),Ar("\\argmax","\\DOTSB\\operatorname*{arg\\,max}"),Ar("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits"),Ar("\\bra","\\mathinner{\\langle{#1}|}"),Ar("\\ket","\\mathinner{|{#1}\\rangle}"),Ar("\\braket","\\mathinner{\\langle{#1}\\rangle}"),Ar("\\Bra","\\left\\langle#1\\right|"),Ar("\\Ket","\\left|#1\\right\\rangle");const qn=e=>t=>{const r=t.consumeArg().tokens,n=t.consumeArg().tokens,o=t.consumeArg().tokens,s=t.consumeArg().tokens,i=t.macros.get("|"),a=t.macros.get("\\|");t.macros.beginGroup();const l=t=>r=>{e&&(r.macros.set("|",i),o.length&&r.macros.set("\\|",a));let s=t;return!t&&o.length&&"|"===r.future().text&&(r.popToken(),s=!0),{tokens:s?o:n,numArgs:0}};t.macros.set("|",l(!1)),o.length&&t.macros.set("\\|",l(!0));const c=t.consumeArg().tokens,h=t.expandTokens([...s,...c,...r]);return t.macros.endGroup(),{tokens:h.reverse(),numArgs:0}};Ar("\\bra@ket",qn(!1)),Ar("\\bra@set",qn(!0)),Ar("\\Braket","\\bra@ket{\\left\\langle}{\\,\\middle\\vert\\,}{\\,\\middle\\vert\\,}{\\right\\rangle}"),Ar("\\Set","\\bra@set{\\left\\{\\:}{\\;\\middle\\vert\\;}{\\;\\middle\\Vert\\;}{\\:\\right\\}}"),Ar("\\set","\\bra@set{\\{\\,}{\\mid}{}{\\,\\}}"),Ar("\\angln","{\\angl n}"),Ar("\\blue","\\textcolor{##6495ed}{#1}"),Ar("\\orange","\\textcolor{##ffa500}{#1}"),Ar("\\pink","\\textcolor{##ff00af}{#1}"),Ar("\\red","\\textcolor{##df0030}{#1}"),Ar("\\green","\\textcolor{##28ae7b}{#1}"),Ar("\\gray","\\textcolor{gray}{#1}"),Ar("\\purple","\\textcolor{##9d38bd}{#1}"),Ar("\\blueA","\\textcolor{##ccfaff}{#1}"),Ar("\\blueB","\\textcolor{##80f6ff}{#1}"),Ar("\\blueC","\\textcolor{##63d9ea}{#1}"),Ar("\\blueD","\\textcolor{##11accd}{#1}"),Ar("\\blueE","\\textcolor{##0c7f99}{#1}"),Ar("\\tealA","\\textcolor{##94fff5}{#1}"),Ar("\\tealB","\\textcolor{##26edd5}{#1}"),Ar("\\tealC","\\textcolor{##01d1c1}{#1}"),Ar("\\tealD","\\textcolor{##01a995}{#1}"),Ar("\\tealE","\\textcolor{##208170}{#1}"),Ar("\\greenA","\\textcolor{##b6ffb0}{#1}"),Ar("\\greenB","\\textcolor{##8af281}{#1}"),Ar("\\greenC","\\textcolor{##74cf70}{#1}"),Ar("\\greenD","\\textcolor{##1fab54}{#1}"),Ar("\\greenE","\\textcolor{##0d923f}{#1}"),Ar("\\goldA","\\textcolor{##ffd0a9}{#1}"),Ar("\\goldB","\\textcolor{##ffbb71}{#1}"),Ar("\\goldC","\\textcolor{##ff9c39}{#1}"),Ar("\\goldD","\\textcolor{##e07d10}{#1}"),Ar("\\goldE","\\textcolor{##a75a05}{#1}"),Ar("\\redA","\\textcolor{##fca9a9}{#1}"),Ar("\\redB","\\textcolor{##ff8482}{#1}"),Ar("\\redC","\\textcolor{##f9685d}{#1}"),Ar("\\redD","\\textcolor{##e84d39}{#1}"),Ar("\\redE","\\textcolor{##bc2612}{#1}"),Ar("\\maroonA","\\textcolor{##ffbde0}{#1}"),Ar("\\maroonB","\\textcolor{##ff92c6}{#1}"),Ar("\\maroonC","\\textcolor{##ed5fa6}{#1}"),Ar("\\maroonD","\\textcolor{##ca337c}{#1}"),Ar("\\maroonE","\\textcolor{##9e034e}{#1}"),Ar("\\purpleA","\\textcolor{##ddd7ff}{#1}"),Ar("\\purpleB","\\textcolor{##c6b9fc}{#1}"),Ar("\\purpleC","\\textcolor{##aa87ff}{#1}"),Ar("\\purpleD","\\textcolor{##7854ab}{#1}"),Ar("\\purpleE","\\textcolor{##543b78}{#1}"),Ar("\\mintA","\\textcolor{##f5f9e8}{#1}"),Ar("\\mintB","\\textcolor{##edf2df}{#1}"),Ar("\\mintC","\\textcolor{##e0e5cc}{#1}"),Ar("\\grayA","\\textcolor{##f6f7f7}{#1}"),Ar("\\grayB","\\textcolor{##f0f1f2}{#1}"),Ar("\\grayC","\\textcolor{##e3e5e6}{#1}"),Ar("\\grayD","\\textcolor{##d6d8da}{#1}"),Ar("\\grayE","\\textcolor{##babec2}{#1}"),Ar("\\grayF","\\textcolor{##888d93}{#1}"),Ar("\\grayG","\\textcolor{##626569}{#1}"),Ar("\\grayH","\\textcolor{##3b3e40}{#1}"),Ar("\\grayI","\\textcolor{##21242c}{#1}"),Ar("\\kaBlue","\\textcolor{##314453}{#1}"),Ar("\\kaGreen","\\textcolor{##71B307}{#1}");const Nn={"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0};class In{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 Sn(Mn,t.macros),this.mode=r,this.stack=[]}feed(e){this.lexer=new kn(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 Br("EOF",r.loc)),this.pushTokens(n),t.range(r,"")}consumeSpaces(){for(;" "===this.future().text;)this.stack.pop()}consumeArg(e){const t=[],r=e&&e.length>0;r||this.consumeSpaces();const o=this.future();let s,i=0,a=0;do{if(s=this.popToken(),t.push(s),"{"===s.text)++i;else if("}"===s.text){if(--i,-1===i)throw new n("Extra }",s)}else if("EOF"===s.text)throw new n("Unexpected end of input in a macro argument, expected '"+(e&&r?e[a]:"}")+"'",s);if(e&&r)if((0===i||1===i&&"{"===e[a])&&s.text===e[a]){if(++a,a===e.length){t.splice(-a,a);break}}else a=0}while(0!==i||r);return"{"===o.text&&"}"===t[t.length-1].text&&(t.pop(),t.shift()),t.reverse(),{tokens:t,start:o,end:s}}consumeArgs(e,t){if(t){if(t.length!==e+1)throw new n("The length of delimiters doesn't match the number of args!");const r=t[0];for(let e=0;e<r.length;e++){const t=this.popToken();if(r[e]!==t.text)throw new n("Use of the macro doesn't match its definition",t)}}const r=[];for(let n=0;n<e;n++)r.push(this.consumeArg(t&&t[n+1]).tokens);return r}countExpansion(e){if(this.expansionCount+=e,this.expansionCount>this.settings.maxExpand)throw new n("Too many expansions: infinite loop or need to increase maxExpand setting")}expandOnce(e){const t=this.popToken(),r=t.text,o=t.noexpand?null:this._getExpansion(r);if(null==o||e&&o.unexpandable){if(e&&null==o&&"\\"===r[0]&&!this.isDefined(r))throw new n("Undefined control sequence: "+r);return this.pushToken(t),!1}this.countExpansion(1);let s=o.tokens;const i=this.consumeArgs(o.numArgs,o.delimiters);if(o.numArgs){s=s.slice();for(let e=s.length-1;e>=0;--e){let t=s[e];if("#"===t.text){if(0===e)throw new n("Incomplete placeholder at end of macro body",t);if(t=s[--e],"#"===t.text)s.splice(e+1,1);else{if(!/^[1-9]$/.test(t.text))throw new n("Not a valid argument number",t);s.splice(e,2,...i[+t.text-1])}}}}return this.pushTokens(s),s.length}expandAfterFuture(){return this.expandOnce(),this.future()}expandNextToken(){for(;;)if(!1===this.expandOnce()){const e=this.stack.pop();return e.treatAsRelax&&(e.text="\\relax"),e}throw new Error}expandMacro(e){return this.macros.has(e)?this.expandTokens([new Br(e)]):void 0}expandTokens(e){const t=[],r=this.stack.length;for(this.pushTokens(e);this.stack.length>r;)if(!1===this.expandOnce(!0)){const e=this.stack.pop();e.treatAsRelax&&(e.noexpand=!1,e.treatAsRelax=!1),t.push(e)}return this.countExpansion(t.length),t}expandMacroAsText(e){const t=this.expandMacro(e);return t?t.map(e=>e.text).join(""):t}_getExpansion(e){const t=this.macros.get(e);if(null==t)return t;if(1===e.length){const t=this.lexer.catcodes[e];if(null!=t&&13!==t)return}const r="function"==typeof t?t(this):t;if("string"==typeof r){let e=0;if(-1!==r.indexOf("#")){const t=r.replace(/##/g,"");for(;-1!==t.indexOf("#"+(e+1));)++e}const t=new kn(r,this.settings),n=[];let o=t.lex();for(;"EOF"!==o.text;)n.push(o),o=t.lex();return n.reverse(),{tokens:n,numArgs:e}}return r}isDefined(e){return this.macros.has(e)||fn.hasOwnProperty(e)||oe.math.hasOwnProperty(e)||oe.text.hasOwnProperty(e)||Nn.hasOwnProperty(e)}isExpandable(e){const t=this.macros.get(e);return null!=t?"string"==typeof t||"function"==typeof t||!t.unexpandable:fn.hasOwnProperty(e)&&!fn[e].primitive}}const On=/^[₊₋₌₍₎₀₁₂₃₄₅₆₇₈₉ₐₑₕᵢⱼₖₗₘₙₒₚᵣₛₜᵤᵥₓᵦᵧᵨᵩᵪ]/,Rn=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",ᵝ:"β",ᵞ:"γ",ᵟ:"δ",ᵠ:"ϕ",ᵡ:"χ",ᶿ:"θ"}),Hn={"́":{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"}},En={á:"á",à:"à",ä:"ä",ǟ:"ǟ",ã:"ã",ā:"ā",ă:"ă",ắ:"ắ",ằ:"ằ",ẵ:"ẵ",ǎ:"ǎ",â:"â",ấ:"ấ",ầ:"ầ",ẫ:"ẫ",ȧ:"ȧ",ǡ:"ǡ",å:"å",ǻ:"ǻ",ḃ:"ḃ",ć:"ć",ḉ:"ḉ",č:"č",ĉ:"ĉ",ċ:"ċ",ç:"ç",ď:"ď",ḋ:"ḋ",ḑ:"ḑ",é:"é",è:"è",ë:"ë",ẽ:"ẽ",ē:"ē",ḗ:"ḗ",ḕ:"ḕ",ĕ:"ĕ",ḝ:"ḝ",ě:"ě",ê:"ê",ế:"ế",ề:"ề",ễ:"ễ",ė:"ė",ȩ:"ȩ",ḟ:"ḟ",ǵ:"ǵ",ḡ:"ḡ",ğ:"ğ",ǧ:"ǧ",ĝ:"ĝ",ġ:"ġ",ģ:"ģ",ḧ:"ḧ",ȟ:"ȟ",ĥ:"ĥ",ḣ:"ḣ",ḩ:"ḩ",í:"í",ì:"ì",ï:"ï",ḯ:"ḯ",ĩ:"ĩ",ī:"ī",ĭ:"ĭ",ǐ:"ǐ",î:"î",ǰ:"ǰ",ĵ:"ĵ",ḱ:"ḱ",ǩ:"ǩ",ķ:"ķ",ĺ:"ĺ",ľ:"ľ",ļ:"ļ",ḿ:"ḿ",ṁ:"ṁ",ń:"ń",ǹ:"ǹ",ñ:"ñ",ň:"ň",ṅ:"ṅ",ņ:"ņ",ó:"ó",ò:"ò",ö:"ö",ȫ:"ȫ",õ:"õ",ṍ:"ṍ",ṏ:"ṏ",ȭ:"ȭ",ō:"ō",ṓ:"ṓ",ṑ:"ṑ",ŏ:"ŏ",ǒ:"ǒ",ô:"ô",ố:"ố",ồ:"ồ",ỗ:"ỗ",ȯ:"ȯ",ȱ:"ȱ",ő:"ő",ṕ:"ṕ",ṗ:"ṗ",ŕ:"ŕ",ř:"ř",ṙ:"ṙ",ŗ:"ŗ",ś:"ś",ṥ:"ṥ",š:"š",ṧ:"ṧ",ŝ:"ŝ",ṡ:"ṡ",ş:"ş",ẗ:"ẗ",ť:"ť",ṫ:"ṫ",ţ:"ţ",ú:"ú",ù:"ù",ü:"ü",ǘ:"ǘ",ǜ:"ǜ",ǖ:"ǖ",ǚ:"ǚ",ũ:"ũ",ṹ:"ṹ",ū:"ū",ṻ:"ṻ",ŭ:"ŭ",ǔ:"ǔ",û:"û",ů:"ů",ű:"ű",ṽ:"ṽ",ẃ:"ẃ",ẁ:"ẁ",ẅ:"ẅ",ŵ:"ŵ",ẇ:"ẇ",ẘ:"ẘ",ẍ:"ẍ",ẋ:"ẋ",ý:"ý",ỳ:"ỳ",ÿ:"ÿ",ỹ:"ỹ",ȳ:"ȳ",ŷ:"ŷ",ẏ:"ẏ",ẙ:"ẙ",ź:"ź",ž:"ž",ẑ:"ẑ",ż:"ż",Á:"Á",À:"À",Ä:"Ä",Ǟ:"Ǟ",Ã:"Ã",Ā:"Ā",Ă:"Ă",Ắ:"Ắ",Ằ:"Ằ",Ẵ:"Ẵ",Ǎ:"Ǎ",Â:"Â",Ấ:"Ấ",Ầ:"Ầ",Ẫ:"Ẫ",Ȧ:"Ȧ",Ǡ:"Ǡ",Å:"Å",Ǻ:"Ǻ",Ḃ:"Ḃ",Ć:"Ć",Ḉ:"Ḉ",Č:"Č",Ĉ:"Ĉ",Ċ:"Ċ",Ç:"Ç",Ď:"Ď",Ḋ:"Ḋ",Ḑ:"Ḑ",É:"É",È:"È",Ë:"Ë",Ẽ:"Ẽ",Ē:"Ē",Ḗ:"Ḗ",Ḕ:"Ḕ",Ĕ:"Ĕ",Ḝ:"Ḝ",Ě:"Ě",Ê:"Ê",Ế:"Ế",Ề:"Ề",Ễ:"Ễ",Ė:"Ė",Ȩ:"Ȩ",Ḟ:"Ḟ",Ǵ:"Ǵ",Ḡ:"Ḡ",Ğ:"Ğ",Ǧ:"Ǧ",Ĝ:"Ĝ",Ġ:"Ġ",Ģ:"Ģ",Ḧ:"Ḧ",Ȟ:"Ȟ",Ĥ:"Ĥ",Ḣ:"Ḣ",Ḩ:"Ḩ",Í:"Í",Ì:"Ì",Ï:"Ï",Ḯ:"Ḯ",Ĩ:"Ĩ",Ī:"Ī",Ĭ:"Ĭ",Ǐ:"Ǐ",Î:"Î",İ:"İ",Ĵ:"Ĵ",Ḱ:"Ḱ",Ǩ:"Ǩ",Ķ:"Ķ",Ĺ:"Ĺ",Ľ:"Ľ",Ļ:"Ļ",Ḿ:"Ḿ",Ṁ:"Ṁ",Ń:"Ń",Ǹ:"Ǹ",Ñ:"Ñ",Ň:"Ň",Ṅ:"Ṅ",Ņ:"Ņ",Ó:"Ó",Ò:"Ò",Ö:"Ö",Ȫ:"Ȫ",Õ:"Õ",Ṍ:"Ṍ",Ṏ:"Ṏ",Ȭ:"Ȭ",Ō:"Ō",Ṓ:"Ṓ",Ṑ:"Ṑ",Ŏ:"Ŏ",Ǒ:"Ǒ",Ô:"Ô",Ố:"Ố",Ồ:"Ồ",Ỗ:"Ỗ",Ȯ:"Ȯ",Ȱ:"Ȱ",Ő:"Ő",Ṕ:"Ṕ",Ṗ:"Ṗ",Ŕ:"Ŕ",Ř:"Ř",Ṙ:"Ṙ",Ŗ:"Ŗ",Ś:"Ś",Ṥ:"Ṥ",Š:"Š",Ṧ:"Ṧ",Ŝ:"Ŝ",Ṡ:"Ṡ",Ş:"Ş",Ť:"Ť",Ṫ:"Ṫ",Ţ:"Ţ",Ú:"Ú",Ù:"Ù",Ü:"Ü",Ǘ:"Ǘ",Ǜ:"Ǜ",Ǖ:"Ǖ",Ǚ:"Ǚ",Ũ:"Ũ",Ṹ:"Ṹ",Ū:"Ū",Ṻ:"Ṻ",Ŭ:"Ŭ",Ǔ:"Ǔ",Û:"Û",Ů:"Ů",Ű:"Ű",Ṽ:"Ṽ",Ẃ:"Ẃ",Ẁ:"Ẁ",Ẅ:"Ẅ",Ŵ:"Ŵ",Ẇ:"Ẇ",Ẍ:"Ẍ",Ẋ:"Ẋ",Ý:"Ý",Ỳ:"Ỳ",Ÿ:"Ÿ",Ỹ:"Ỹ",Ȳ:"Ȳ",Ŷ:"Ŷ",Ẏ:"Ẏ",Ź:"Ź",Ž:"Ž",Ẑ:"Ẑ",Ż:"Ż",ά:"ά",ὰ:"ὰ",ᾱ:"ᾱ",ᾰ:"ᾰ",έ:"έ",ὲ:"ὲ",ή:"ή",ὴ:"ὴ",ί:"ί",ὶ:"ὶ",ϊ:"ϊ",ΐ:"ΐ",ῒ:"ῒ",ῑ:"ῑ",ῐ:"ῐ",ό:"ό",ὸ:"ὸ",ύ:"ύ",ὺ:"ὺ",ϋ:"ϋ",ΰ:"ΰ",ῢ:"ῢ",ῡ:"ῡ",ῠ:"ῠ",ώ:"ώ",ὼ:"ὼ",Ύ:"Ύ",Ὺ:"Ὺ",Ϋ:"Ϋ",Ῡ:"Ῡ",Ῠ:"Ῠ",Ώ:"Ώ",Ὼ:"Ὼ"};class Ln{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 In(e,t,this.mode),this.settings=t,this.leftrightDepth=0}expect(e,t){if(void 0===t&&(t=!0),this.fetch().text!==e)throw new n("Expected '"+e+"', got '"+this.fetch().text+"'",this.fetch());t&&this.consume()}consume(){this.nextToken=null}fetch(){return null==this.nextToken&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken}switchMode(e){this.mode=e,this.gullet.switchMode(e)}parse(){this.settings.globalGroup||this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set("\\color","\\textcolor");try{const e=this.parseExpression(!1);return this.expect("EOF"),this.settings.globalGroup||this.gullet.endGroup(),e}finally{this.gullet.endGroups()}}subparse(e){const t=this.nextToken;this.consume(),this.gullet.pushToken(new Br("}")),this.gullet.pushTokens(e);const r=this.parseExpression(!1);return this.expect("}"),this.nextToken=t,r}parseExpression(e,t){const r=[];for(;;){"math"===this.mode&&this.consumeSpaces();const n=this.fetch();if(-1!==Ln.endOfExpression.indexOf(n.text))break;if(t&&n.text===t)break;if(e&&fn[n.text]&&fn[n.text].infix)break;const o=this.parseAtom(t);if(!o)break;"internal"!==o.type&&r.push(o)}return"text"===this.mode&&this.formLigatures(r),this.handleInfixNodes(r)}handleInfixNodes(e){let t,r=-1;for(let o=0;o<e.length;o++)if("infix"===e[o].type){if(-1!==r)throw new n("only one infix operator per group",e[o].token);r=o,t=e[o].replaceWith}if(-1!==r&&t){let n,o;const s=e.slice(0,r),i=e.slice(r+1);let a;return n=1===s.length&&"ordgroup"===s[0].type?s[0]:{type:"ordgroup",mode:this.mode,body:s},o=1===i.length&&"ordgroup"===i[0].type?i[0]:{type:"ordgroup",mode:this.mode,body:i},a="\\\\abovefrac"===t?this.callFunction(t,[n,e[r],o],[]):this.callFunction(t,[n,o],[]),[a]}return e}handleSupSubscript(e){const t=this.fetch(),r=t.text;this.consume(),this.consumeSpaces();const o=this.parseGroup(e);if(!o)throw new n("Expected group after '"+r+"'",t);return o}formatUnsupportedCmd(e){const t=[];for(let r=0;r<e.length;r++)t.push({type:"textord",mode:"text",text:e[r]});const r={type:"text",mode:this.mode,body:t};return{type:"color",mode:this.mode,color:this.settings.errorColor,body:[r]}}parseAtom(e){const t=this.parseGroup("atom",e);if("text"===this.mode)return t;let r,o;for(;;){this.consumeSpaces();const e=this.fetch();if("\\limits"===e.text||"\\nolimits"===e.text){if(t&&"op"===t.type){const r="\\limits"===e.text;t.limits=r,t.alwaysHandleSupSub=!0}else{if(!t||"operatorname"!==t.type)throw new n("Limit controls must follow a math operator",e);t.alwaysHandleSupSub&&(t.limits="\\limits"===e.text)}this.consume()}else if("^"===e.text){if(r)throw new n("Double superscript",e);r=this.handleSupSubscript("superscript")}else if("_"===e.text){if(o)throw new n("Double subscript",e);o=this.handleSupSubscript("subscript")}else if("'"===e.text){if(r)throw new n("Double superscript",e);const t={type:"textord",mode:this.mode,text:"\\prime"},o=[t];for(this.consume();"'"===this.fetch().text;)o.push(t),this.consume();"^"===this.fetch().text&&o.push(this.handleSupSubscript("superscript")),r={type:"ordgroup",mode:this.mode,body:o}}else{if(!Rn[e.text])break;{const t=On.test(e.text),n=[];for(n.push(new Br(Rn[e.text])),this.consume();;){const e=this.fetch().text;if(!Rn[e])break;if(On.test(e)!==t)break;n.unshift(new Br(Rn[e])),this.consume()}const s=this.subparse(n);t?o={type:"ordgroup",mode:"math",body:s}:r={type:"ordgroup",mode:"math",body:s}}}}return r||o?{type:"supsub",mode:this.mode,base:t,sup:r,sub:o}:t}parseFunction(e,t){const r=this.fetch(),o=r.text,s=fn[o];if(!s)return null;if(this.consume(),t&&"atom"!==t&&!s.allowedInArgument)throw new n("Got function '"+o+"' with no arguments"+(t?" as "+t:""),r);if("text"===this.mode&&!s.allowedInText)throw new n("Can't use function '"+o+"' in text mode",r);if("math"===this.mode&&!1===s.allowedInMath)throw new n("Can't use function '"+o+"' in math mode",r);const{args:i,optArgs:a}=this.parseArguments(o,s);return this.callFunction(o,i,a,r,e)}callFunction(e,t,r,o,s){const i={funcName:e,parser:this,token:o,breakOnTokenText:s},a=fn[e];if(a&&a.handler)return a.handler(i,t,r);throw new n("No function handler for "+e)}parseArguments(e,t){const r=t.numArgs+t.numOptionalArgs;if(0===r)return{args:[],optArgs:[]};const o=[],s=[];for(let i=0;i<r;i++){let r=t.argTypes&&t.argTypes[i];const a=i<t.numOptionalArgs;(t.primitive&&null==r||"sqrt"===t.type&&1===i&&null==s[0])&&(r="primitive");const l=this.parseGroupOfType("argument to '"+e+"'",r,a);if(a)s.push(l);else{if(null==l)throw new n("Null argument, please report this as a bug");o.push(l)}}return{args:o,optArgs:s}}parseGroupOfType(e,t,r){switch(t){case"color":return this.parseColorGroup(r);case"size":return this.parseSizeGroup(r);case"url":return this.parseUrlGroup(r);case"math":case"text":return this.parseArgumentGroup(r,t);case"hbox":{const e=this.parseArgumentGroup(r,"text");return null!=e?{type:"styling",mode:e.mode,body:[e],style:"text"}:null}case"raw":{const e=this.parseStringGroup("raw",r);return null!=e?{type:"raw",mode:"text",string:e.text}:null}case"primitive":{if(r)throw new n("A primitive argument cannot be optional");const t=this.parseGroup(e);if(null==t)throw new n("Expected group as "+e,this.fetch());return t}case"original":case null:case void 0:return this.parseArgumentGroup(r);default:throw new n("Unknown group type as "+e,this.fetch())}}consumeSpaces(){for(;" "===this.fetch().text;)this.consume()}parseStringGroup(e,t){const r=this.gullet.scanArgument(t);if(null==r)return null;let n,o="";for(;"EOF"!==(n=this.fetch()).text;)o+=n.text,this.consume();return this.consume(),r.text=o,r}parseRegexGroup(e,t){const r=this.fetch();let o,s=r,i="";for(;"EOF"!==(o=this.fetch()).text&&e.test(i+o.text);)s=o,i+=s.text,this.consume();if(""===i)throw new n("Invalid "+t+": '"+r.text+"'",r);return r.range(s,i)}parseColorGroup(e){const t=this.parseStringGroup("color",e);if(null==t)return null;const r=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(t.text);if(!r)throw new n("Invalid color: '"+t.text+"'",t);let o=r[0];return/^[0-9a-f]{6}$/i.test(o)&&(o="#"+o),{type:"color-token",mode:this.mode,color:o}}parseSizeGroup(e){let t,r=!1;if(this.gullet.consumeSpaces(),t=e||"{"===this.gullet.future().text?this.parseStringGroup("size",e):this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,"size"),!t)return null;e||0!==t.text.length||(t.text="0pt",r=!0);const o=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(t.text);if(!o)throw new n("Invalid size: '"+t.text+"'",t);const s={number:+(o[1]+o[2]),unit:o[3]};if(!D(s))throw new n("Invalid unit: '"+s.unit+"'",t);return{type:"size",mode:this.mode,value:s,isBlank:r}}parseUrlGroup(e){this.gullet.lexer.setCatcode("%",13),this.gullet.lexer.setCatcode("~",12);const t=this.parseStringGroup("url",e);if(this.gullet.lexer.setCatcode("%",14),this.gullet.lexer.setCatcode("~",13),null==t)return null;const r=t.text.replace(/\\([#$%&~_^{}])/g,"$1");return{type:"url",mode:this.mode,url:r}}parseArgumentGroup(e,t){const r=this.gullet.scanArgument(e);if(null==r)return null;const n=this.mode;t&&this.switchMode(t),this.gullet.beginGroup();const o=this.parseExpression(!1,"EOF");this.expect("EOF"),this.gullet.endGroup();const s={type:"ordgroup",mode:this.mode,loc:r.loc,body:o};return t&&this.switchMode(n),s}parseGroup(e,t){const r=this.fetch(),o=r.text;let s;if("{"===o||"\\begingroup"===o){this.consume();const e="{"===o?"}":"\\endgroup";this.gullet.beginGroup();const t=this.parseExpression(!1,e),n=this.fetch();this.expect(e),this.gullet.endGroup(),s={type:"ordgroup",mode:this.mode,loc:Tr.range(r,n),body:t,semisimple:"\\begingroup"===o||void 0}}else if(s=this.parseFunction(t,e)||this.parseSymbol(),null==s&&"\\"===o[0]&&!Nn.hasOwnProperty(o)){if(this.settings.throwOnError)throw new n("Undefined control sequence: "+o,r);s=this.formatUnsupportedCmd(o),this.consume()}return s}formLigatures(e){let t=e.length-1;for(let r=0;r<t;++r){const n=e[r],o=n.text;"-"===o&&"-"===e[r+1].text&&(r+1<t&&"-"===e[r+2].text?(e.splice(r,3,{type:"textord",mode:"text",loc:Tr.range(n,e[r+2]),text:"---"}),t-=2):(e.splice(r,2,{type:"textord",mode:"text",loc:Tr.range(n,e[r+1]),text:"--"}),t-=1)),"'"!==o&&"`"!==o||e[r+1].text!==o||(e.splice(r,2,{type:"textord",mode:"text",loc:Tr.range(n,e[r+1]),text:o+o}),t-=1)}}parseSymbol(){const e=this.fetch();let t=e.text;if(/^\\verb[^a-zA-Z]/.test(t)){this.consume();let e=t.slice(5);const r="*"===e.charAt(0);if(r&&(e=e.slice(1)),e.length<2||e.charAt(0)!==e.slice(-1))throw new n("\\verb assertion failed --\n please report what input caused this bug");return e=e.slice(1,-1),{type:"verb",mode:"text",body:e,star:r}}En.hasOwnProperty(t[0])&&!oe[this.mode][t[0]]&&(this.settings.strict&&"math"===this.mode&&this.settings.reportNonstrict("unicodeTextInMathMode",'Accented Unicode text character "'+t[0]+'" used in math mode',e),t=En[t[0]]+t.slice(1));const r=wn.exec(t);let o;if(r&&(t=t.substring(0,r.index),"i"===t?t="ı":"j"===t&&(t="ȷ")),oe[this.mode][t]){this.settings.strict&&"math"===this.mode&&"ÐÞþ".indexOf(t)>=0&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+t[0]+'" used in math mode',e);const r=oe[this.mode][t].group,n=Tr.range(e);let s;if(te.hasOwnProperty(r)){const e=r;s={type:"atom",mode:this.mode,family:e,loc:n,text:t}}else s={type:r,mode:this.mode,loc:n,text:t};o=s}else{if(!(t.charCodeAt(0)>=128))return null;this.settings.strict&&(S(t.charCodeAt(0))?"math"===this.mode&&this.settings.reportNonstrict("unicodeTextInMathMode",'Unicode text character "'+t[0]+'" used in math mode',e):this.settings.reportNonstrict("unknownSymbol",'Unrecognized Unicode character "'+t[0]+'" ('+t.charCodeAt(0)+")",e)),o={type:"textord",mode:"text",loc:Tr.range(e),text:t}}if(this.consume(),r)for(let t=0;t<r[0].length;t++){const s=r[0][t];if(!Hn[s])throw new n("Unknown accent ' "+s+"'",e);const i=Hn[s][this.mode]||Hn[s].text;if(!i)throw new n("Accent "+s+" unsupported in "+this.mode+" mode",e);o={type:"accent",mode:this.mode,loc:Tr.range(e),label:i,isStretchy:!1,isShifty:!0,base:o}}return o}}Ln.endOfExpression=["}","\\endgroup","\\end","\\right","&"];var Dn=function(e,t){if(!("string"==typeof e||e instanceof String))throw new TypeError("KaTeX can only parse string typed expression");const r=new Ln(e,t);delete r.gullet.macros.current["\\df@tag"];let o=r.parse();if(delete r.gullet.macros.current["\\current@color"],delete r.gullet.macros.current["\\color"],r.gullet.macros.get("\\df@tag")){if(!t.displayMode)throw new n("\\tag works only in display equations");o=[{type:"tag",mode:"text",body:o,tag:r.subparse([new Br("\\df@tag")])}]}return o};let Pn=function(e,t,r){t.textContent="";const n=Fn(e,r).toNode();t.appendChild(n)};"undefined"!=typeof document&&"CSS1Compat"!==document.compatMode&&("undefined"!=typeof console&&console.warn("Warning: KaTeX doesn't work in quirks mode. Make sure your website has a suitable doctype."),Pn=function(){throw new n("KaTeX doesn't work in quirks mode.")});const Vn=function(e,t,r){if(r.throwOnError||!(e instanceof n))throw e;const o=Ee.makeSpan(["katex-error"],[new Z(t)]);return o.setAttribute("title",e.toString()),o.setAttribute("style","color:"+r.errorColor),o},Fn=function(e,t){const r=new m(t);try{return function(e,t,r){const n=vt(r);let o;if("mathml"===r.output)return wt(e,t,n,r.displayMode,!0);if("html"===r.output){const t=lt(e,n);o=Ee.makeSpan(["katex"],[t])}else{const s=wt(e,t,n,r.displayMode,!1),i=lt(e,n);o=Ee.makeSpan(["katex"],[s,i])}return kt(o,r)}(Dn(e,r),e,r)}catch(t){return Vn(t,e,r)}};var _n={version:"0.16.21",render:Pn,renderToString:function(e,t){return Fn(e,t).toMarkup()},ParseError:n,SETTINGS_SCHEMA:c,__parse:function(e,t){const r=new m(t);return Dn(e,r)},__renderToDomTree:Fn,__renderToHTMLTree:function(e,t){const r=new m(t);try{return function(e,t,r){const n=lt(e,vt(r)),o=Ee.makeSpan(["katex"],[n]);return kt(o,r)}(Dn(e,r),0,r)}catch(t){return Vn(t,e,r)}},__setFontMetrics:function(e,t){A[e]=t},__defineSymbol:se,__defineFunction:Ue,__defineMacro:Ar,__domTree:{Span:Y,Anchor:X,SymbolNode:Z,SvgNode:K,PathNode:J,LineNode:Q}};return t.default}()},e.exports=t()}},t={},r=function r(n){var o=t[n];if(void 0!==o)return o.exports;var s=t[n]={exports:{}};return e[n].call(s.exports,s,s.exports,r),s.exports}(15),n=exports;for(var o in r)n[o]=r[o];r.__esModule&&Object.defineProperty(n,"__esModule",{value:!0})})();
2
- //# sourceMappingURL=extension.js.map
1
+ "use strict";var J1=Object.create;var Ve=Object.defineProperty;var Q1=Object.getOwnPropertyDescriptor;var es=Object.getOwnPropertyNames;var ts=Object.getPrototypeOf,rs=Object.prototype.hasOwnProperty;var ns=(w,A)=>()=>(w&&(A=w(w=0)),A);var sn=(w,A)=>()=>(A||w((A={exports:{}}).exports,A),A.exports),ss=(w,A)=>{for(var I in A)Ve(w,I,{get:A[I],enumerable:!0})},an=(w,A,I,v)=>{if(A&&typeof A=="object"||typeof A=="function")for(let L of es(A))!rs.call(w,L)&&L!==I&&Ve(w,L,{get:()=>A[L],enumerable:!(v=Q1(A,L))||v.enumerable});return w};var is=(w,A,I)=>(I=w!=null?J1(ts(w)):{},an(A||!w||!w.__esModule?Ve(I,"default",{value:w,enumerable:!0}):I,w)),as=w=>an(Ve({},"__esModule",{value:!0}),w);var ee=ns(()=>{});var on=sn((ye,Nt)=>{"use strict";ee();(function(A,I){typeof ye=="object"&&typeof Nt=="object"?Nt.exports=I():typeof define=="function"&&define.amd?define([],I):typeof ye=="object"?ye.katex=I():A.katex=I()})(typeof self<"u"?self:ye,function(){return(function(){"use strict";var w={};(function(){w.d=function(t,e){for(var r in e)w.o(e,r)&&!w.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})}})(),(function(){w.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)}})();var A={};w.d(A,{default:function(){return j1}});class I{constructor(e,r){this.name=void 0,this.position=void 0,this.length=void 0,this.rawMessage=void 0;let n="KaTeX parse error: "+e,s,a,o=r&&r.loc;if(o&&o.start<=o.end){let m=o.lexer.input;s=o.start,a=o.end,s===m.length?n+=" at end of input: ":n+=" at position "+(s+1)+": ";let p=m.slice(s,a).replace(/[^]/g,"$&\u0332"),b;s>15?b="\u2026"+m.slice(s-15,s):b=m.slice(0,s);let y;a+15<m.length?y=m.slice(a,a+15)+"\u2026":y=m.slice(a),n+=b+p+y}let u=new Error(n);return u.name="ParseError",u.__proto__=I.prototype,u.position=s,s!=null&&a!=null&&(u.length=a-s),u.rawMessage=e,u}}I.prototype.__proto__=Error.prototype;var v=I;let L=function(t,e){return t.indexOf(e)!==-1},R=function(t,e){return t===void 0?e:t},F=/([A-Z])/g,e0=function(t){return t.replace(F,"-$1").toLowerCase()},p0={"&":"&amp;",">":"&gt;","<":"&lt;",'"':"&quot;","'":"&#x27;"},X=/[&><"']/g;function J(t){return String(t).replace(X,e=>p0[e])}let h0=function(t){return t.type==="ordgroup"||t.type==="color"?t.body.length===1?h0(t.body[0]):t:t.type==="font"?h0(t.body):t},f0=function(t){let e=h0(t);return e.type==="mathord"||e.type==="textord"||e.type==="atom"},j=function(t){if(!t)throw new Error("Expected non-null, but got "+String(t));return t};var B={contains:L,deflt:R,escape:J,hyphenate:e0,getBaseElem:h0,isCharacterBox:f0,protocolFromUrl:function(t){let e=/^[\x00-\x20]*([^\\/#?]*?)(:|&#0*58|&#x0*3a|&colon)/i.exec(t);return e?e[2]!==":"||!/^[a-zA-Z][a-zA-Z0-9+\-.]*$/.test(e[1])?null:e[1].toLowerCase():"_relative"}};let g0={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:t=>"#"+t},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:(t,e)=>(e.push(t),e)},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:t=>Math.max(0,t),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:t=>Math.max(0,t),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:t=>Math.max(0,t),cli:"-e, --max-expand <n>",cliProcessor:t=>t==="Infinity"?1/0:parseInt(t)},globalGroup:{type:"boolean",cli:!1}};function ce(t){if(t.default)return t.default;let e=t.type,r=Array.isArray(e)?e[0]:e;if(typeof r!="string")return r.enum[0];switch(r){case"boolean":return!1;case"string":return"";case"number":return 0;case"object":return{}}}class ue{constructor(e){this.displayMode=void 0,this.output=void 0,this.leqno=void 0,this.fleqn=void 0,this.throwOnError=void 0,this.errorColor=void 0,this.macros=void 0,this.minRuleThickness=void 0,this.colorIsTextColor=void 0,this.strict=void 0,this.trust=void 0,this.maxSize=void 0,this.maxExpand=void 0,this.globalGroup=void 0,e=e||{};for(let r in g0)if(g0.hasOwnProperty(r)){let n=g0[r];this[r]=e[r]!==void 0?n.processor?n.processor(e[r]):e[r]:ce(n)}}reportNonstrict(e,r,n){let s=this.strict;if(typeof s=="function"&&(s=s(e,r,n)),!(!s||s==="ignore")){if(s===!0||s==="error")throw new v("LaTeX-incompatible input and strict mode is set to 'error': "+(r+" ["+e+"]"),n);s==="warn"?typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(r+" ["+e+"]")):typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+s+"': "+r+" ["+e+"]"))}}useStrictBehavior(e,r,n){let s=this.strict;if(typeof s=="function")try{s=s(e,r,n)}catch{s="error"}return!s||s==="ignore"?!1:s===!0||s==="error"?!0:s==="warn"?(typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(r+" ["+e+"]")),!1):(typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+s+"': "+r+" ["+e+"]")),!1)}isTrusted(e){if(e.url&&!e.protocol){let n=B.protocolFromUrl(e.url);if(n==null)return!1;e.protocol=n}return!!(typeof this.trust=="function"?this.trust(e):this.trust)}}class q0{constructor(e,r,n){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=e,this.size=r,this.cramped=n}sup(){return I0[pn[this.id]]}sub(){return I0[gn[this.id]]}fracNum(){return I0[bn[this.id]]}fracDen(){return I0[yn[this.id]]}cramp(){return I0[xn[this.id]]}text(){return I0[wn[this.id]]}isTight(){return this.size>=2}}let te=0,we=1,re=2,F0=3,he=4,z0=5,ne=6,b0=7,I0=[new q0(te,0,!1),new q0(we,0,!0),new q0(re,1,!1),new q0(F0,1,!0),new q0(he,2,!1),new q0(z0,2,!0),new q0(ne,3,!1),new q0(b0,3,!0)],pn=[he,z0,he,z0,ne,b0,ne,b0],gn=[z0,z0,z0,z0,b0,b0,b0,b0],bn=[re,F0,he,z0,ne,b0,ne,b0],yn=[F0,F0,z0,z0,b0,b0,b0,b0],xn=[we,we,F0,F0,z0,z0,b0,b0],wn=[te,we,re,F0,re,F0,re,F0];var E={DISPLAY:I0[te],TEXT:I0[re],SCRIPT:I0[he],SCRIPTSCRIPT:I0[ne]};let $e=[{name:"latin",blocks:[[256,591],[768,879]]},{name:"cyrillic",blocks:[[1024,1279]]},{name:"armenian",blocks:[[1328,1423]]},{name:"brahmic",blocks:[[2304,4255]]},{name:"georgian",blocks:[[4256,4351]]},{name:"cjk",blocks:[[12288,12543],[19968,40879],[65280,65376]]},{name:"hangul",blocks:[[44032,55215]]}];function kn(t){for(let e=0;e<$e.length;e++){let r=$e[e];for(let n=0;n<r.blocks.length;n++){let s=r.blocks[n];if(t>=s[0]&&t<=s[1])return r.name}}return null}let ke=[];$e.forEach(t=>t.blocks.forEach(e=>ke.push(...e)));function Dt(t){for(let e=0;e<ke.length;e+=2)if(t>=ke[e]&&t<=ke[e+1])return!0;return!1}let se=80,vn=function(t,e){return"M95,"+(622+t+e)+`
2
+ c-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14
3
+ c0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54
4
+ c44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10
5
+ s173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429
6
+ c69,-144,104.5,-217.7,106.5,-221
7
+ l`+t/2.075+" -"+t+`
8
+ c5.3,-9.3,12,-14,20,-14
9
+ H400000v`+(40+t)+`H845.2724
10
+ s-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7
11
+ c-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z
12
+ M`+(834+t)+" "+e+"h400000v"+(40+t)+"h-400000z"},Sn=function(t,e){return"M263,"+(601+t+e)+`c0.7,0,18,39.7,52,119
13
+ c34,79.3,68.167,158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120
14
+ c340,-704.7,510.7,-1060.3,512,-1067
15
+ l`+t/2.084+" -"+t+`
16
+ c4.7,-7.3,11,-11,19,-11
17
+ H40000v`+(40+t)+`H1012.3
18
+ s-271.3,567,-271.3,567c-38.7,80.7,-84,175,-136,283c-52,108,-89.167,185.3,-111.5,232
19
+ c-22.3,46.7,-33.8,70.3,-34.5,71c-4.7,4.7,-12.3,7,-23,7s-12,-1,-12,-1
20
+ s-109,-253,-109,-253c-72.7,-168,-109.3,-252,-110,-252c-10.7,8,-22,16.7,-34,26
21
+ c-22,17.3,-33.3,26,-34,26s-26,-26,-26,-26s76,-59,76,-59s76,-60,76,-60z
22
+ M`+(1001+t)+" "+e+"h400000v"+(40+t)+"h-400000z"},Mn=function(t,e){return"M983 "+(10+t+e)+`
23
+ l`+t/3.13+" -"+t+`
24
+ c4,-6.7,10,-10,18,-10 H400000v`+(40+t)+`
25
+ H1013.1s-83.4,268,-264.1,840c-180.7,572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,7
26
+ s-12,0,-12,0c-1.3,-3.3,-3.7,-11.7,-7,-25c-35.3,-125.3,-106.7,-373.3,-214,-744
27
+ c-10,12,-21,25,-33,39s-32,39,-32,39c-6,-5.3,-15,-14,-27,-26s25,-30,25,-30
28
+ c26.7,-32.7,52,-63,76,-91s52,-60,52,-60s208,722,208,722
29
+ c56,-175.3,126.3,-397.3,211,-666c84.7,-268.7,153.8,-488.2,207.5,-658.5
30
+ c53.7,-170.3,84.5,-266.8,92.5,-289.5z
31
+ M`+(1001+t)+" "+e+"h400000v"+(40+t)+"h-400000z"},zn=function(t,e){return"M424,"+(2398+t+e)+`
32
+ c-1.3,-0.7,-38.5,-172,-111.5,-514c-73,-342,-109.8,-513.3,-110.5,-514
33
+ c0,-2,-10.7,14.3,-32,49c-4.7,7.3,-9.8,15.7,-15.5,25c-5.7,9.3,-9.8,16,-12.5,20
34
+ s-5,7,-5,7c-4,-3.3,-8.3,-7.7,-13,-13s-13,-13,-13,-13s76,-122,76,-122s77,-121,77,-121
35
+ s209,968,209,968c0,-2,84.7,-361.7,254,-1079c169.3,-717.3,254.7,-1077.7,256,-1081
36
+ l`+t/4.223+" -"+t+`c4,-6.7,10,-10,18,-10 H400000
37
+ v`+(40+t)+`H1014.6
38
+ s-87.3,378.7,-272.6,1166c-185.3,787.3,-279.3,1182.3,-282,1185
39
+ c-2,6,-10,9,-24,9
40
+ c-8,0,-12,-0.7,-12,-2z M`+(1001+t)+" "+e+`
41
+ h400000v`+(40+t)+"h-400000z"},An=function(t,e){return"M473,"+(2713+t+e)+`
42
+ c339.3,-1799.3,509.3,-2700,510,-2702 l`+t/5.298+" -"+t+`
43
+ c3.3,-7.3,9.3,-11,18,-11 H400000v`+(40+t)+`H1017.7
44
+ s-90.5,478,-276.2,1466c-185.7,988,-279.5,1483,-281.5,1485c-2,6,-10,9,-24,9
45
+ c-8,0,-12,-0.7,-12,-2c0,-1.3,-5.3,-32,-16,-92c-50.7,-293.3,-119.7,-693.3,-207,-1200
46
+ c0,-1.3,-5.3,8.7,-16,30c-10.7,21.3,-21.3,42.7,-32,64s-16,33,-16,33s-26,-26,-26,-26
47
+ s76,-153,76,-153s77,-151,77,-151c0.7,0.7,35.7,202,105,604c67.3,400.7,102,602.7,104,
48
+ 606zM`+(1001+t)+" "+e+"h400000v"+(40+t)+"H1017.7z"},Tn=function(t){let e=t/2;return"M400000 "+t+" H0 L"+e+" 0 l65 45 L145 "+(t-80)+" H400000z"},Bn=function(t,e,r){let n=r-54-e-t;return"M702 "+(t+e)+"H400000"+(40+t)+`
49
+ H742v`+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
50
+ h-12l-28-84c-16.667-52-96.667 -294.333-240-727l-212 -643 -85 170
51
+ c-4-3.333-8.333-7.667-13 -13l-13-13l77-155 77-156c66 199.333 139 419.667
52
+ 219 661 l218 661zM702 `+e+"H400000v"+(40+t)+"H742z"},Cn=function(t,e,r){e=1e3*e;let n="";switch(t){case"sqrtMain":n=vn(e,se);break;case"sqrtSize1":n=Sn(e,se);break;case"sqrtSize2":n=Mn(e,se);break;case"sqrtSize3":n=zn(e,se);break;case"sqrtSize4":n=An(e,se);break;case"sqrtTall":n=Bn(e,se,r)}return n},Nn=function(t,e){switch(t){case"\u239C":return"M291 0 H417 V"+e+" H291z M291 0 H417 V"+e+" H291z";case"\u2223":return"M145 0 H188 V"+e+" H145z M145 0 H188 V"+e+" H145z";case"\u2225":return"M145 0 H188 V"+e+" H145z M145 0 H188 V"+e+" H145z"+("M367 0 H410 V"+e+" H367z M367 0 H410 V"+e+" H367z");case"\u239F":return"M457 0 H583 V"+e+" H457z M457 0 H583 V"+e+" H457z";case"\u23A2":return"M319 0 H403 V"+e+" H319z M319 0 H403 V"+e+" H319z";case"\u23A5":return"M263 0 H347 V"+e+" H263z M263 0 H347 V"+e+" H263z";case"\u23AA":return"M384 0 H504 V"+e+" H384z M384 0 H504 V"+e+" H384z";case"\u23D0":return"M312 0 H355 V"+e+" H312z M312 0 H355 V"+e+" H312z";case"\u2016":return"M257 0 H300 V"+e+" H257z M257 0 H300 V"+e+" H257z"+("M478 0 H521 V"+e+" H478z M478 0 H521 V"+e+" H478z");default:return""}},qt={doubleleftarrow:`M262 157
53
+ l10-10c34-36 62.7-77 86-123 3.3-8 5-13.3 5-16 0-5.3-6.7-8-20-8-7.3
54
+ 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
55
+ 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
56
+ c2 1.7 6.3 3.5 13 5.5 68 17.3 128.2 47.8 180.5 91.5 52.3 43.7 93.8 96.2 124.5
57
+ 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
58
+ -86-123l-10-10h399738v-40H218c328 0 0 0 0 0l-10-8c-26.7-20-65.7-43-117-69 2.7
59
+ -2 6-3.7 10-5 36.7-16 72.3-37.3 107-64l10-8h399782v-40z
60
+ m8 0v40h399730v-40zm0 194v40h399730v-40z`,doublerightarrow:`M399738 392l
61
+ -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
62
+ 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
63
+ -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
64
+ -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
65
+ -13h-6c-12 .7-18 4-18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123l10 10H0v40h399782
66
+ c-328 0 0 0 0 0l10 8c26.7 20 65.7 43 117 69-2.7 2-6 3.7-10 5-36.7 16-72.3 37.3
67
+ -107 64l-10 8H0v40zM0 157v40h399730v-40zm0 194v40h399730v-40z`,leftarrow:`M400000 241H110l3-3c68.7-52.7 113.7-120
68
+ 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
69
+ -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
70
+ c-10 4-16 7.7-18 11 0 8.7 6 14.3 18 17 47.3 18.7 87.8 47 121.5 85S196 441.3 208
71
+ 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
72
+ 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
73
+ l-3-3h399890zM100 241v40h399900v-40z`,leftbrace:`M6 548l-6-6v-35l6-11c56-104 135.3-181.3 238-232 57.3-28.7 117
74
+ -45 179-50h399577v120H403c-43.3 7-81 15-113 26-100.7 33-179.7 91-237 174-2.7
75
+ 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
76
+ 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
77
+ 0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7
78
+ -331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z`,leftgroup:`M400000 80
79
+ H435C64 80 168.3 229.4 21 260c-5.9 1.2-18 0-18 0-2 0-3-1-3-3v-38C76 61 257 0
80
+ 435 0h399565z`,leftgroupunder:`M400000 262
81
+ H435C64 262 168.3 112.6 21 82c-5.9-1.2-18 0-18 0-2 0-3 1-3 3v38c76 158 257 219
82
+ 435 219h399565z`,leftharpoon:`M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3
83
+ -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
84
+ -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
85
+ -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
86
+ 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
87
+ -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
88
+ -10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40zM0 435v40h400000v-40z
89
+ m0 0v40h400000v-40z`,leftharpoondown:`M7 241c-4 4-6.333 8.667-7 14 0 5.333.667 9 2 11s5.333
90
+ 5.333 12 10c90.667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 .667 5
91
+ 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
92
+ -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
93
+ 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
94
+ -2 18-6 2-2.7 1-9.7-3-21-32-87.3-82.7-157.7-152-211l-3-3h399907v-40H7zm93 0
95
+ v40h399900v-40zM0 241v40h399900v-40zm0 0v40h399900v-40z`,lefthook:`M400000 281 H103s-33-11.2-61-33.5S0 197.3 0 164s14.2-61.2 42.5
96
+ -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
97
+ -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
98
+ 71.5 23h399859zM103 281v-40h399897v40z`,leftlinesegment:`M40 281 V428 H0 V94 H40 V241 H400000 v40z
99
+ M40 281 V428 H0 V94 H40 V241 H400000 v40z`,leftmapsto:`M40 281 V448H0V74H40V241H400000v40z
100
+ M40 281 V448H0V74H40V241H400000v40z`,leftToFrom:`M0 147h400000v40H0zm0 214c68 40 115.7 95.7 143 167h22c15.3 0 23
101
+ -.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69-70-101l-7-8h399905v-40H95l7-8
102
+ c28.7-32 52-65.7 70-101 10.7-23.3 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 265.3
103
+ 68 321 0 361zm0-174v-40h399900v40zm100 154v40h399900v-40z`,longequal:`M0 50 h400000 v40H0z m0 194h40000v40H0z
104
+ M0 50 h400000 v40H0z m0 194h40000v40H0z`,midbrace:`M200428 334
105
+ c-100.7-8.3-195.3-44-280-108-55.3-42-101.7-93-139-153l-9-14c-2.7 4-5.7 8.7-9 14
106
+ -53.3 86.7-123.7 153-211 199-66.7 36-137.3 56.3-212 62H0V214h199568c178.3-11.7
107
+ 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
108
+ 12 44.7 59.3 101.3 106.3 170 141s145.3 54.3 229 60h199572v120z`,midbraceunder:`M199572 214
109
+ c100.7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153l9 14c2.7-4 5.7-8.7 9-14
110
+ 53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3
111
+ 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
112
+ -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
113
+ -320.3 177.6S193.1 320.6 193.1 249.8c0-71.4 46.9-178.2 319.5-178.2z
114
+ m368.1 178.2c0-86.4-60.9-215.4-368.1-215.4-306.4 0-367.3 129-367.3 215.4 0 85.8
115
+ 60.9 214.8 367.3 214.8 307.2 0 368.1-129 368.1-214.8z`,oiintSize2:`M757.8 100.1c384.7 0 451.1 137.6 451.1 230 0 91.3-66.4 228.8
116
+ -451.1 228.8-386.3 0-452.7-137.5-452.7-228.8 0-92.4 66.4-230 452.7-230z
117
+ m502.4 230c0-111.2-82.4-277.2-502.4-277.2s-504 166-504 277.2
118
+ c0 110 84 276 504 276s502.4-166 502.4-276z`,oiiintSize1:`M681.4 71.6c408.9 0 480.5 106.8 480.5 178.2 0 70.8-71.6 177.6
119
+ -480.5 177.6S202.1 320.6 202.1 249.8c0-71.4 70.5-178.2 479.3-178.2z
120
+ m525.8 178.2c0-86.4-86.8-215.4-525.7-215.4-437.9 0-524.7 129-524.7 215.4 0
121
+ 85.8 86.8 214.8 524.7 214.8 438.9 0 525.7-129 525.7-214.8z`,oiiintSize2:`M1021.2 53c603.6 0 707.8 165.8 707.8 277.2 0 110-104.2 275.8
122
+ -707.8 275.8-606 0-710.2-165.8-710.2-275.8C311 218.8 415.2 53 1021.2 53z
123
+ m770.4 277.1c0-131.2-126.4-327.6-770.5-327.6S248.4 198.9 248.4 330.1
124
+ c0 130 128.8 326.4 772.7 326.4s770.5-196.4 770.5-326.4z`,rightarrow:`M0 241v40h399891c-47.3 35.3-84 78-110 128
125
+ -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
126
+ 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
127
+ 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
128
+ -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
129
+ -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
130
+ 151.7 139 205zm0 0v40h399900v-40z`,rightbrace:`M400000 542l
131
+ -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
132
+ s-117.2-55.8-184.5-66.5c-.7 0-2-.3-4-1-18.7-2.7-76-4.3-172-5H0V214h399571l6 1
133
+ c124.7 8 235 61.7 331 161 31.3 33.3 59.7 72.7 85 118l7 13v35z`,rightbraceunder:`M399994 0l6 6v35l-6 11c-56 104-135.3 181.3-238 232-57.3
134
+ 28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237
135
+ -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
136
+ 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
137
+ 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
138
+ -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
139
+ -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
140
+ 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
141
+ -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
142
+ 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
143
+ m0 0v40h399900v-40z m100 194v40h399900v-40zm0 0v40h399900v-40z`,rightharpoondown:`M399747 511c0 7.3 6.7 11 20 11 8 0 13-.8 15-2.5s4.7-6.8
144
+ 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
145
+ -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
146
+ -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
147
+ 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
148
+ 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
149
+ -64.7 57-92 95-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 435v40h399900v-40z
150
+ m0-194v40h400000v-40zm0 0v40h400000v-40z`,righthook:`M399859 241c-764 0 0 0 0 0 40-3.3 68.7-15.7 86-37 10-12 15-25.3
151
+ 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
152
+ -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
153
+ 66.8s-14 61.2-42 83.5c-28 22.3-61 33.5-99 33.5L0 241z M0 281v-40h399859v40z`,rightlinesegment:`M399960 241 V94 h40 V428 h-40 V281 H0 v-40z
154
+ M399960 241 V94 h40 V428 h-40 V281 H0 v-40z`,rightToFrom:`M400000 167c-70.7-42-118-97.7-142-167h-23c-15.3 0-23 .3-23
155
+ 1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101l7 8H0v40h399905l-7 8c-28.7 32
156
+ -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
157
+ -167z M100 147v40h399900v-40zM0 341v40h399900v-40z`,twoheadleftarrow:`M0 167c68 40
158
+ 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
159
+ -70-101l-7-8h125l9 7c50.7 39.3 85 86 103 140h46c0-4.7-6.3-18.7-19-42-18-35.3
160
+ -40-67.3-66-96l-9-9h399716v-40H284l9-9c26-28.7 48-60.7 66-96 12.7-23.333 19
161
+ -37.333 19-42h-46c-18 54-52.3 100.7-103 140l-9 7H95l7-8c28.7-32 52-65.7 70-101
162
+ 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
163
+ c-68-40-115.7-95.7-143-167h-22c-15.3 0-23 .3-23 1 0 1.3 5.3 13.7 16 37 18 35.3
164
+ 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
165
+ 18 35.3 40 67.3 66 96l9 9H0v40h399716l-9 9c-26 28.7-48 60.7-66 96-12.7 23.333
166
+ -19 37.333-19 42h46c18-54 52.3-100.7 103-140l9-7h125l-7 8c-28.7 32-52 65.7-70
167
+ 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
168
+ -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
169
+ 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
170
+ 4.35-2 7.613-5 9.788l-19 13.05c-92 63.077-116.937 75.308-183 76.128
171
+ -68.267.847-113-73.952-191-73.952z`,tilde2:`M344 55.266c-142 0-300.638 81.316-311.5 86.418
172
+ -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
173
+ 31.9 283 0 358 0c148 0 188 122 331 122s314-97 326-97c4 0 8 2 10 7l7 21.114
174
+ c1 2.14 1 3.21 1 4.28 0 5.347-3 9.626-7 10.696l-22.3 12.622C852.6 158.372 751
175
+ 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
176
+ -11-10.37L.15 138c-1-7 3-12 10-13l19.2-6.4C378.4 40.7 634.3 0 804.3 0c337 0
177
+ 411.8 157 746.8 157 328 0 754-112 773-112 5 0 10 3 11 9l1 14.075c1 8.066-.697
178
+ 16.595-6.697 17.492l-21.052 7.31c-367.9 98.146-609.15 122.696-778.15 122.696
179
+ -338 0-409-156.573-744-156.573z`,tilde4:`M786 58C457 58 32 177.487 13 177.487c-6 0-10-3.345
180
+ -11-10.035L.15 143c-1-7 3-12 10-13l22-6.7C381.2 35 637.15 0 807.15 0c337 0 409
181
+ 177 744 177 328 0 754-127 773-127 5 0 10 3 11 9l1 14.794c1 7.805-3 13.38-9
182
+ 14.495l-20.7 5.574c-366.85 99.79-607.3 139.372-776.3 139.372-338 0-409
183
+ -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
184
+ 3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11
185
+ 10.667 11 18 0 6-1 10-3 12s-6.667 5-14 9c-28.667 14.667-53.667 35.667-75 63
186
+ -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
187
+ -7 1c-4.667 0-9.167-1.833-13.5-5.5S337 184 337 178c0-12.667 15.667-32.333 47-59
188
+ H213l-171-1c-8.667-6-13-12.333-13-19 0-4.667 4.333-11.333 13-20h359
189
+ c-16-25.333-24-45-24-59z`,widehat1:`M529 0h5l519 115c5 1 9 5 9 10 0 1-1 2-1 3l-4 22
190
+ c-1 5-5 9-11 9h-2L532 67 19 159h-2c-5 0-9-4-11-9l-5-22c-1-6 2-12 8-13z`,widehat2:`M1181 0h2l1171 176c6 0 10 5 10 11l-2 23c-1 6-5 10
191
+ -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
192
+ -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
193
+ -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,
194
+ -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,
195
+ -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,
196
+ -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,
197
+ -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
198
+ c4 -14.7 6 -23 6 -25c0 -7.3 -7 -11 -21 -11c-8 0 -13.2 0.8 -15.5 2.5
199
+ c-2.3 1.7 -4.2 5.8 -5.5 12.5c-1.3 4.7 -2.7 10.3 -4 17c-12 48.7 -34.8 92 -68.5 130
200
+ s-74.2 66.3 -121.5 85c-10 4 -16 7.7 -18 11c0 8.7 6 14.3 18 17c47.3 18.7 87.8 47
201
+ 121.5 85s56.5 81.3 68.5 130c0.7 2 1.3 5 2 9s1.2 6.7 1.5 8c0.3 1.3 1 3.3 2 6
202
+ s2.2 4.5 3.5 5.5c1.3 1 3.3 1.8 6 2.5s6 1 10 1c14 0 21 -3.7 21 -11
203
+ c0 -2 -2 -10.3 -6 -25c-20 -79.3 -65 -146.7 -135 -202l-3 -3h399890z
204
+ M100 620v40h399900v-40z M0 241v40h399900v-40zM0 241v40h399900v-40z`,rightarrowabovebar:`M0 241v40h399891c-47.3 35.3-84 78-110 128-16.7 32
205
+ -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
206
+ 13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7 39
207
+ -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
208
+ -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
209
+ -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
210
+ 151.7 139 205zm96 379h399894v40H0zm0 0h399904v40H0z`,baraboveshortleftharpoon:`M507,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11
211
+ c1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17
212
+ c2,0.7,5,1,9,1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21
213
+ c-32,-87.3,-82.7,-157.7,-152,-211c0,0,-3,-3,-3,-3l399351,0l0,-40
214
+ c-398570,0,-399437,0,-399437,0z M593 435 v40 H399500 v-40z
215
+ M0 281 v-40 H399908 v40z M0 281 v-40 H399908 v40z`,rightharpoonaboveshortbar:`M0,241 l0,40c399126,0,399993,0,399993,0
216
+ c4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,
217
+ -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
218
+ c-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z
219
+ M0 241 v40 H399908 v-40z M0 475 v-40 H399500 v40z M0 475 v-40 H399500 v40z`,shortbaraboveleftharpoon:`M7,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11
220
+ c1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17c2,0.7,5,1,9,
221
+ 1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21c-32,-87.3,-82.7,-157.7,
222
+ -152,-211c0,0,-3,-3,-3,-3l399907,0l0,-40c-399126,0,-399993,0,-399993,0z
223
+ M93 435 v40 H400000 v-40z M500 241 v40 H400000 v-40z M500 241 v40 H400000 v-40z`,shortrightharpoonabovebar:`M53,241l0,40c398570,0,399437,0,399437,0
224
+ c4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,
225
+ -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
226
+ c-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z
227
+ M500 241 v40 H399408 v-40z M500 435 v40 H400000 v-40z`},Dn=function(t,e){switch(t){case"lbrack":return"M403 1759 V84 H666 V0 H319 V1759 v"+e+` v1759 h347 v-84
228
+ H403z M403 1759 V0 H319 V1759 v`+e+" v1759 h84z";case"rbrack":return"M347 1759 V0 H0 V84 H263 V1759 v"+e+` v1759 H0 v84 H347z
229
+ M347 1759 V0 H263 V1759 v`+e+" v1759 h84z";case"vert":return"M145 15 v585 v"+e+` v585 c2.667,10,9.667,15,21,15
230
+ c10,0,16.667,-5,20,-15 v-585 v`+-e+` v-585 c-2.667,-10,-9.667,-15,-21,-15
231
+ c-10,0,-16.667,5,-20,15z M188 15 H145 v585 v`+e+" v585 h43z";case"doublevert":return"M145 15 v585 v"+e+` v585 c2.667,10,9.667,15,21,15
232
+ c10,0,16.667,-5,20,-15 v-585 v`+-e+` v-585 c-2.667,-10,-9.667,-15,-21,-15
233
+ c-10,0,-16.667,5,-20,15z M188 15 H145 v585 v`+e+` v585 h43z
234
+ M367 15 v585 v`+e+` v585 c2.667,10,9.667,15,21,15
235
+ c10,0,16.667,-5,20,-15 v-585 v`+-e+` v-585 c-2.667,-10,-9.667,-15,-21,-15
236
+ c-10,0,-16.667,5,-20,15z M410 15 H367 v585 v`+e+" v585 h43z";case"lfloor":return"M319 602 V0 H403 V602 v"+e+` v1715 h263 v84 H319z
237
+ MM319 602 V0 H403 V602 v`+e+" v1715 H319z";case"rfloor":return"M319 602 V0 H403 V602 v"+e+` v1799 H0 v-84 H319z
238
+ MM319 602 V0 H403 V602 v`+e+" v1715 H319z";case"lceil":return"M403 1759 V84 H666 V0 H319 V1759 v"+e+` v602 h84z
239
+ M403 1759 V0 H319 V1759 v`+e+" v602 h84z";case"rceil":return"M347 1759 V0 H0 V84 H263 V1759 v"+e+` v602 h84z
240
+ M347 1759 V0 h-84 V1759 v`+e+" 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
241
+ c-5.3,5.3,-10.3,11,-15,17c-242.7,294.7,-395.3,682,-458,1162c-21.3,163.3,-33.3,349,
242
+ -36,557 l0,`+(e+84)+`c0.2,6,0,26,0,60c2,159.3,10,310.7,24,454c53.3,528,210,
243
+ 949.7,470,1265c4.7,6,9.7,11.7,15,17c0.7,0.7,7,1,19,1c0,0,18,0,18,0c4,-4,6,-7,6,-9
244
+ c0,-2.7,-3.3,-8.7,-10,-18c-135.3,-192.7,-235.5,-414.3,-300.5,-665c-65,-250.7,-102.5,
245
+ -544.7,-112.5,-882c-2,-104,-3,-167,-3,-189
246
+ l0,-`+(e+92)+`c0,-162.7,5.7,-314,17,-454c20.7,-272,63.7,-513,129,-723c65.3,
247
+ -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,
248
+ 63,95c96.7,156.7,172.8,332.5,228.5,527.5c55.7,195,92.8,416.5,111.5,664.5
249
+ c11.3,139.3,17,290.7,17,454c0,28,1.7,43,3.3,45l0,`+(e+9)+`
250
+ c-3,4,-3.3,16.7,-3.3,38c0,162,-5.7,313.7,-17,455c-18.7,248,-55.8,469.3,-111.5,664
251
+ c-55.7,194.7,-131.8,370.3,-228.5,527c-20.7,34.7,-41.7,66.3,-63,95c-2,3.3,-4,7,-6,11
252
+ c0,7.3,5.7,11,17,11c0,0,11,0,11,0c9.3,0,14.3,-0.3,15,-1c5.3,-5.3,10.3,-11,15,-17
253
+ c242.7,-294.7,395.3,-681.7,458,-1161c21.3,-164.7,33.3,-350.7,36,-558
254
+ l0,-`+(e+144)+`c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
255
+ -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.")}};class me{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 B.contains(this.classes,e)}toNode(){let e=document.createDocumentFragment();for(let r=0;r<this.children.length;r++)e.appendChild(this.children[r].toNode());return e}toMarkup(){let e="";for(let r=0;r<this.children.length;r++)e+=this.children[r].toMarkup();return e}toText(){let e=r=>r.toText();return this.children.map(e).join("")}}var E0={"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 ve={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]},It={\u00C5:"A",\u00D0:"D",\u00DE:"o",\u00E5:"a",\u00F0:"d",\u00FE:"o",\u0410:"A",\u0411:"B",\u0412:"B",\u0413:"F",\u0414:"A",\u0415:"E",\u0416:"K",\u0417:"3",\u0418:"N",\u0419:"N",\u041A:"K",\u041B:"N",\u041C:"M",\u041D:"H",\u041E:"O",\u041F:"N",\u0420:"P",\u0421:"C",\u0422:"T",\u0423:"y",\u0424:"O",\u0425:"X",\u0426:"U",\u0427:"h",\u0428:"W",\u0429:"W",\u042A:"B",\u042B:"X",\u042C:"B",\u042D:"3",\u042E:"X",\u042F:"R",\u0430:"a",\u0431:"b",\u0432:"a",\u0433:"r",\u0434:"y",\u0435:"e",\u0436:"m",\u0437:"e",\u0438:"n",\u0439:"n",\u043A:"n",\u043B:"n",\u043C:"m",\u043D:"n",\u043E:"o",\u043F:"n",\u0440:"p",\u0441:"c",\u0442:"o",\u0443:"y",\u0444:"b",\u0445:"x",\u0446:"n",\u0447:"n",\u0448:"w",\u0449:"w",\u044A:"a",\u044B:"m",\u044C:"a",\u044D:"e",\u044E:"m",\u044F:"r"};function qn(t,e){E0[t]=e}function Ue(t,e,r){if(!E0[e])throw new Error("Font metrics not found for font: "+e+".");let n=t.charCodeAt(0),s=E0[e][n];if(!s&&t[0]in It&&(n=It[t[0]].charCodeAt(0),s=E0[e][n]),!s&&r==="text"&&Dt(n)&&(s=E0[e][77]),s)return{depth:s[0],height:s[1],italic:s[2],skew:s[3],width:s[4]}}let We={};function In(t){let e;if(t>=5?e=0:t>=3?e=1:e=2,!We[e]){let r=We[e]={cssEmPerMu:ve.quad[e]/18};for(let n in ve)ve.hasOwnProperty(n)&&(r[n]=ve[n][e])}return We[e]}let En=[[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]],Et=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],Ot=function(t,e){return e.size<2?t:En[t-1][e.size-1]};class _0{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||_0.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=Et[this.size-1],this.maxSize=e.maxSize,this.minRuleThickness=e.minRuleThickness,this._fontMetrics=void 0}extend(e){let r={style:this.style,size:this.size,textSize:this.textSize,color:this.color,phantom:this.phantom,font:this.font,fontFamily:this.fontFamily,fontWeight:this.fontWeight,fontShape:this.fontShape,maxSize:this.maxSize,minRuleThickness:this.minRuleThickness};for(let n in e)e.hasOwnProperty(n)&&(r[n]=e[n]);return new _0(r)}havingStyle(e){return this.style===e?this:this.extend({style:e,size:Ot(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:Et[e-1]})}havingBaseStyle(e){e=e||this.style.text();let r=Ot(_0.BASESIZE,e);return this.size===r&&this.textSize===_0.BASESIZE&&this.style===e?this:this.extend({style:e,size:r})}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!==_0.BASESIZE?["sizing","reset-size"+this.size,"size"+_0.BASESIZE]:[]}fontMetrics(){return this._fontMetrics||(this._fontMetrics=In(this.size)),this._fontMetrics}getColor(){return this.phantom?"transparent":this.color}}_0.BASESIZE=6;var On=_0;let Ye={pt:1,mm:7227/2540,cm:7227/254,in:72.27,bp:803/800,pc:12,dd:1238/1157,cc:14856/1157,nd:685/642,nc:1370/107,sp:1/65536,px:803/800},Rn={ex:!0,em:!0,mu:!0},Rt=function(t){return typeof t!="string"&&(t=t.unit),t in Ye||t in Rn||t==="ex"},n0=function(t,e){let r;if(t.unit in Ye)r=Ye[t.unit]/e.fontMetrics().ptPerEm/e.sizeMultiplier;else if(t.unit==="mu")r=e.fontMetrics().cssEmPerMu;else{let n;if(e.style.isTight()?n=e.havingStyle(e.style.text()):n=e,t.unit==="ex")r=n.fontMetrics().xHeight;else if(t.unit==="em")r=n.fontMetrics().quad;else throw new v("Invalid unit: '"+t.unit+"'");n!==e&&(r*=n.sizeMultiplier/e.sizeMultiplier)}return Math.min(t.number*r,e.maxSize)},T=function(t){return+t.toFixed(4)+"em"},Y0=function(t){return t.filter(e=>e).join(" ")},Ht=function(t,e,r){if(this.classes=t||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=r||{},e){e.style.isTight()&&this.classes.push("mtight");let n=e.getColor();n&&(this.style.color=n)}},Lt=function(t){let e=document.createElement(t);e.className=Y0(this.classes);for(let r in this.style)this.style.hasOwnProperty(r)&&(e.style[r]=this.style[r]);for(let r in this.attributes)this.attributes.hasOwnProperty(r)&&e.setAttribute(r,this.attributes[r]);for(let r=0;r<this.children.length;r++)e.appendChild(this.children[r].toNode());return e},Hn=/[\s"'>/=\x00-\x1f]/,Ft=function(t){let e="<"+t;this.classes.length&&(e+=' class="'+B.escape(Y0(this.classes))+'"');let r="";for(let n in this.style)this.style.hasOwnProperty(n)&&(r+=B.hyphenate(n)+":"+this.style[n]+";");r&&(e+=' style="'+B.escape(r)+'"');for(let n in this.attributes)if(this.attributes.hasOwnProperty(n)){if(Hn.test(n))throw new v("Invalid attribute name '"+n+"'");e+=" "+n+'="'+B.escape(this.attributes[n])+'"'}e+=">";for(let n=0;n<this.children.length;n++)e+=this.children[n].toMarkup();return e+="</"+t+">",e};class de{constructor(e,r,n,s){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,Ht.call(this,e,n,s),this.children=r||[]}setAttribute(e,r){this.attributes[e]=r}hasClass(e){return B.contains(this.classes,e)}toNode(){return Lt.call(this,"span")}toMarkup(){return Ft.call(this,"span")}}class Xe{constructor(e,r,n,s){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,Ht.call(this,r,s),this.children=n||[],this.setAttribute("href",e)}setAttribute(e,r){this.attributes[e]=r}hasClass(e){return B.contains(this.classes,e)}toNode(){return Lt.call(this,"a")}toMarkup(){return Ft.call(this,"a")}}class Ln{constructor(e,r,n){this.src=void 0,this.alt=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.alt=r,this.src=e,this.classes=["mord"],this.style=n}hasClass(e){return B.contains(this.classes,e)}toNode(){let e=document.createElement("img");e.src=this.src,e.alt=this.alt,e.className="mord";for(let r in this.style)this.style.hasOwnProperty(r)&&(e.style[r]=this.style[r]);return e}toMarkup(){let e='<img src="'+B.escape(this.src)+'"'+(' alt="'+B.escape(this.alt)+'"'),r="";for(let n in this.style)this.style.hasOwnProperty(n)&&(r+=B.hyphenate(n)+":"+this.style[n]+";");return r&&(e+=' style="'+B.escape(r)+'"'),e+="'/>",e}}let Fn={\u00EE:"\u0131\u0302",\u00EF:"\u0131\u0308",\u00ED:"\u0131\u0301",\u00EC:"\u0131\u0300"};class A0{constructor(e,r,n,s,a,o,u,m){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=r||0,this.depth=n||0,this.italic=s||0,this.skew=a||0,this.width=o||0,this.classes=u||[],this.style=m||{},this.maxFontSize=0;let p=kn(this.text.charCodeAt(0));p&&this.classes.push(p+"_fallback"),/[îïíì]/.test(this.text)&&(this.text=Fn[this.text])}hasClass(e){return B.contains(this.classes,e)}toNode(){let e=document.createTextNode(this.text),r=null;this.italic>0&&(r=document.createElement("span"),r.style.marginRight=T(this.italic)),this.classes.length>0&&(r=r||document.createElement("span"),r.className=Y0(this.classes));for(let n in this.style)this.style.hasOwnProperty(n)&&(r=r||document.createElement("span"),r.style[n]=this.style[n]);return r?(r.appendChild(e),r):e}toMarkup(){let e=!1,r="<span";this.classes.length&&(e=!0,r+=' class="',r+=B.escape(Y0(this.classes)),r+='"');let n="";this.italic>0&&(n+="margin-right:"+this.italic+"em;");for(let a in this.style)this.style.hasOwnProperty(a)&&(n+=B.hyphenate(a)+":"+this.style[a]+";");n&&(e=!0,r+=' style="'+B.escape(n)+'"');let s=B.escape(this.text);return e?(r+=">",r+=s,r+="</span>",r):s}}class P0{constructor(e,r){this.children=void 0,this.attributes=void 0,this.children=e||[],this.attributes=r||{}}toNode(){let r=document.createElementNS("http://www.w3.org/2000/svg","svg");for(let n in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,n)&&r.setAttribute(n,this.attributes[n]);for(let n=0;n<this.children.length;n++)r.appendChild(this.children[n].toNode());return r}toMarkup(){let e='<svg xmlns="http://www.w3.org/2000/svg"';for(let r in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,r)&&(e+=" "+r+'="'+B.escape(this.attributes[r])+'"');e+=">";for(let r=0;r<this.children.length;r++)e+=this.children[r].toMarkup();return e+="</svg>",e}}class X0{constructor(e,r){this.pathName=void 0,this.alternate=void 0,this.pathName=e,this.alternate=r}toNode(){let r=document.createElementNS("http://www.w3.org/2000/svg","path");return this.alternate?r.setAttribute("d",this.alternate):r.setAttribute("d",qt[this.pathName]),r}toMarkup(){return this.alternate?'<path d="'+B.escape(this.alternate)+'"/>':'<path d="'+B.escape(qt[this.pathName])+'"/>'}}class je{constructor(e){this.attributes=void 0,this.attributes=e||{}}toNode(){let r=document.createElementNS("http://www.w3.org/2000/svg","line");for(let n in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,n)&&r.setAttribute(n,this.attributes[n]);return r}toMarkup(){let e="<line";for(let r in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,r)&&(e+=" "+r+'="'+B.escape(this.attributes[r])+'"');return e+="/>",e}}function _t(t){if(t instanceof A0)return t;throw new Error("Expected symbolNode but got "+String(t)+".")}function _n(t){if(t instanceof de)return t;throw new Error("Expected span<HtmlDomNode> but got "+String(t)+".")}let Pn={bin:1,close:1,inner:1,open:1,punct:1,rel:1},Vn={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1},Se={math:{},text:{}};var s0=Se;function i(t,e,r,n,s,a){Se[t][s]={font:e,group:r,replace:n},a&&n&&(Se[t][n]=Se[t][s])}let l="math",M="text",c="main",d="ams",t0="accent-token",N="bin",y0="close",ie="inner",O="mathord",u0="op-token",v0="open",Me="punct",f="rel",V0="spacing",g="textord";i(l,c,f,"\u2261","\\equiv",!0),i(l,c,f,"\u227A","\\prec",!0),i(l,c,f,"\u227B","\\succ",!0),i(l,c,f,"\u223C","\\sim",!0),i(l,c,f,"\u22A5","\\perp"),i(l,c,f,"\u2AAF","\\preceq",!0),i(l,c,f,"\u2AB0","\\succeq",!0),i(l,c,f,"\u2243","\\simeq",!0),i(l,c,f,"\u2223","\\mid",!0),i(l,c,f,"\u226A","\\ll",!0),i(l,c,f,"\u226B","\\gg",!0),i(l,c,f,"\u224D","\\asymp",!0),i(l,c,f,"\u2225","\\parallel"),i(l,c,f,"\u22C8","\\bowtie",!0),i(l,c,f,"\u2323","\\smile",!0),i(l,c,f,"\u2291","\\sqsubseteq",!0),i(l,c,f,"\u2292","\\sqsupseteq",!0),i(l,c,f,"\u2250","\\doteq",!0),i(l,c,f,"\u2322","\\frown",!0),i(l,c,f,"\u220B","\\ni",!0),i(l,c,f,"\u221D","\\propto",!0),i(l,c,f,"\u22A2","\\vdash",!0),i(l,c,f,"\u22A3","\\dashv",!0),i(l,c,f,"\u220B","\\owns"),i(l,c,Me,".","\\ldotp"),i(l,c,Me,"\u22C5","\\cdotp"),i(l,c,g,"#","\\#"),i(M,c,g,"#","\\#"),i(l,c,g,"&","\\&"),i(M,c,g,"&","\\&"),i(l,c,g,"\u2135","\\aleph",!0),i(l,c,g,"\u2200","\\forall",!0),i(l,c,g,"\u210F","\\hbar",!0),i(l,c,g,"\u2203","\\exists",!0),i(l,c,g,"\u2207","\\nabla",!0),i(l,c,g,"\u266D","\\flat",!0),i(l,c,g,"\u2113","\\ell",!0),i(l,c,g,"\u266E","\\natural",!0),i(l,c,g,"\u2663","\\clubsuit",!0),i(l,c,g,"\u2118","\\wp",!0),i(l,c,g,"\u266F","\\sharp",!0),i(l,c,g,"\u2662","\\diamondsuit",!0),i(l,c,g,"\u211C","\\Re",!0),i(l,c,g,"\u2661","\\heartsuit",!0),i(l,c,g,"\u2111","\\Im",!0),i(l,c,g,"\u2660","\\spadesuit",!0),i(l,c,g,"\xA7","\\S",!0),i(M,c,g,"\xA7","\\S"),i(l,c,g,"\xB6","\\P",!0),i(M,c,g,"\xB6","\\P"),i(l,c,g,"\u2020","\\dag"),i(M,c,g,"\u2020","\\dag"),i(M,c,g,"\u2020","\\textdagger"),i(l,c,g,"\u2021","\\ddag"),i(M,c,g,"\u2021","\\ddag"),i(M,c,g,"\u2021","\\textdaggerdbl"),i(l,c,y0,"\u23B1","\\rmoustache",!0),i(l,c,v0,"\u23B0","\\lmoustache",!0),i(l,c,y0,"\u27EF","\\rgroup",!0),i(l,c,v0,"\u27EE","\\lgroup",!0),i(l,c,N,"\u2213","\\mp",!0),i(l,c,N,"\u2296","\\ominus",!0),i(l,c,N,"\u228E","\\uplus",!0),i(l,c,N,"\u2293","\\sqcap",!0),i(l,c,N,"\u2217","\\ast"),i(l,c,N,"\u2294","\\sqcup",!0),i(l,c,N,"\u25EF","\\bigcirc",!0),i(l,c,N,"\u2219","\\bullet",!0),i(l,c,N,"\u2021","\\ddagger"),i(l,c,N,"\u2240","\\wr",!0),i(l,c,N,"\u2A3F","\\amalg"),i(l,c,N,"&","\\And"),i(l,c,f,"\u27F5","\\longleftarrow",!0),i(l,c,f,"\u21D0","\\Leftarrow",!0),i(l,c,f,"\u27F8","\\Longleftarrow",!0),i(l,c,f,"\u27F6","\\longrightarrow",!0),i(l,c,f,"\u21D2","\\Rightarrow",!0),i(l,c,f,"\u27F9","\\Longrightarrow",!0),i(l,c,f,"\u2194","\\leftrightarrow",!0),i(l,c,f,"\u27F7","\\longleftrightarrow",!0),i(l,c,f,"\u21D4","\\Leftrightarrow",!0),i(l,c,f,"\u27FA","\\Longleftrightarrow",!0),i(l,c,f,"\u21A6","\\mapsto",!0),i(l,c,f,"\u27FC","\\longmapsto",!0),i(l,c,f,"\u2197","\\nearrow",!0),i(l,c,f,"\u21A9","\\hookleftarrow",!0),i(l,c,f,"\u21AA","\\hookrightarrow",!0),i(l,c,f,"\u2198","\\searrow",!0),i(l,c,f,"\u21BC","\\leftharpoonup",!0),i(l,c,f,"\u21C0","\\rightharpoonup",!0),i(l,c,f,"\u2199","\\swarrow",!0),i(l,c,f,"\u21BD","\\leftharpoondown",!0),i(l,c,f,"\u21C1","\\rightharpoondown",!0),i(l,c,f,"\u2196","\\nwarrow",!0),i(l,c,f,"\u21CC","\\rightleftharpoons",!0),i(l,d,f,"\u226E","\\nless",!0),i(l,d,f,"\uE010","\\@nleqslant"),i(l,d,f,"\uE011","\\@nleqq"),i(l,d,f,"\u2A87","\\lneq",!0),i(l,d,f,"\u2268","\\lneqq",!0),i(l,d,f,"\uE00C","\\@lvertneqq"),i(l,d,f,"\u22E6","\\lnsim",!0),i(l,d,f,"\u2A89","\\lnapprox",!0),i(l,d,f,"\u2280","\\nprec",!0),i(l,d,f,"\u22E0","\\npreceq",!0),i(l,d,f,"\u22E8","\\precnsim",!0),i(l,d,f,"\u2AB9","\\precnapprox",!0),i(l,d,f,"\u2241","\\nsim",!0),i(l,d,f,"\uE006","\\@nshortmid"),i(l,d,f,"\u2224","\\nmid",!0),i(l,d,f,"\u22AC","\\nvdash",!0),i(l,d,f,"\u22AD","\\nvDash",!0),i(l,d,f,"\u22EA","\\ntriangleleft"),i(l,d,f,"\u22EC","\\ntrianglelefteq",!0),i(l,d,f,"\u228A","\\subsetneq",!0),i(l,d,f,"\uE01A","\\@varsubsetneq"),i(l,d,f,"\u2ACB","\\subsetneqq",!0),i(l,d,f,"\uE017","\\@varsubsetneqq"),i(l,d,f,"\u226F","\\ngtr",!0),i(l,d,f,"\uE00F","\\@ngeqslant"),i(l,d,f,"\uE00E","\\@ngeqq"),i(l,d,f,"\u2A88","\\gneq",!0),i(l,d,f,"\u2269","\\gneqq",!0),i(l,d,f,"\uE00D","\\@gvertneqq"),i(l,d,f,"\u22E7","\\gnsim",!0),i(l,d,f,"\u2A8A","\\gnapprox",!0),i(l,d,f,"\u2281","\\nsucc",!0),i(l,d,f,"\u22E1","\\nsucceq",!0),i(l,d,f,"\u22E9","\\succnsim",!0),i(l,d,f,"\u2ABA","\\succnapprox",!0),i(l,d,f,"\u2246","\\ncong",!0),i(l,d,f,"\uE007","\\@nshortparallel"),i(l,d,f,"\u2226","\\nparallel",!0),i(l,d,f,"\u22AF","\\nVDash",!0),i(l,d,f,"\u22EB","\\ntriangleright"),i(l,d,f,"\u22ED","\\ntrianglerighteq",!0),i(l,d,f,"\uE018","\\@nsupseteqq"),i(l,d,f,"\u228B","\\supsetneq",!0),i(l,d,f,"\uE01B","\\@varsupsetneq"),i(l,d,f,"\u2ACC","\\supsetneqq",!0),i(l,d,f,"\uE019","\\@varsupsetneqq"),i(l,d,f,"\u22AE","\\nVdash",!0),i(l,d,f,"\u2AB5","\\precneqq",!0),i(l,d,f,"\u2AB6","\\succneqq",!0),i(l,d,f,"\uE016","\\@nsubseteqq"),i(l,d,N,"\u22B4","\\unlhd"),i(l,d,N,"\u22B5","\\unrhd"),i(l,d,f,"\u219A","\\nleftarrow",!0),i(l,d,f,"\u219B","\\nrightarrow",!0),i(l,d,f,"\u21CD","\\nLeftarrow",!0),i(l,d,f,"\u21CF","\\nRightarrow",!0),i(l,d,f,"\u21AE","\\nleftrightarrow",!0),i(l,d,f,"\u21CE","\\nLeftrightarrow",!0),i(l,d,f,"\u25B3","\\vartriangle"),i(l,d,g,"\u210F","\\hslash"),i(l,d,g,"\u25BD","\\triangledown"),i(l,d,g,"\u25CA","\\lozenge"),i(l,d,g,"\u24C8","\\circledS"),i(l,d,g,"\xAE","\\circledR"),i(M,d,g,"\xAE","\\circledR"),i(l,d,g,"\u2221","\\measuredangle",!0),i(l,d,g,"\u2204","\\nexists"),i(l,d,g,"\u2127","\\mho"),i(l,d,g,"\u2132","\\Finv",!0),i(l,d,g,"\u2141","\\Game",!0),i(l,d,g,"\u2035","\\backprime"),i(l,d,g,"\u25B2","\\blacktriangle"),i(l,d,g,"\u25BC","\\blacktriangledown"),i(l,d,g,"\u25A0","\\blacksquare"),i(l,d,g,"\u29EB","\\blacklozenge"),i(l,d,g,"\u2605","\\bigstar"),i(l,d,g,"\u2222","\\sphericalangle",!0),i(l,d,g,"\u2201","\\complement",!0),i(l,d,g,"\xF0","\\eth",!0),i(M,c,g,"\xF0","\xF0"),i(l,d,g,"\u2571","\\diagup"),i(l,d,g,"\u2572","\\diagdown"),i(l,d,g,"\u25A1","\\square"),i(l,d,g,"\u25A1","\\Box"),i(l,d,g,"\u25CA","\\Diamond"),i(l,d,g,"\xA5","\\yen",!0),i(M,d,g,"\xA5","\\yen",!0),i(l,d,g,"\u2713","\\checkmark",!0),i(M,d,g,"\u2713","\\checkmark"),i(l,d,g,"\u2136","\\beth",!0),i(l,d,g,"\u2138","\\daleth",!0),i(l,d,g,"\u2137","\\gimel",!0),i(l,d,g,"\u03DD","\\digamma",!0),i(l,d,g,"\u03F0","\\varkappa"),i(l,d,v0,"\u250C","\\@ulcorner",!0),i(l,d,y0,"\u2510","\\@urcorner",!0),i(l,d,v0,"\u2514","\\@llcorner",!0),i(l,d,y0,"\u2518","\\@lrcorner",!0),i(l,d,f,"\u2266","\\leqq",!0),i(l,d,f,"\u2A7D","\\leqslant",!0),i(l,d,f,"\u2A95","\\eqslantless",!0),i(l,d,f,"\u2272","\\lesssim",!0),i(l,d,f,"\u2A85","\\lessapprox",!0),i(l,d,f,"\u224A","\\approxeq",!0),i(l,d,N,"\u22D6","\\lessdot"),i(l,d,f,"\u22D8","\\lll",!0),i(l,d,f,"\u2276","\\lessgtr",!0),i(l,d,f,"\u22DA","\\lesseqgtr",!0),i(l,d,f,"\u2A8B","\\lesseqqgtr",!0),i(l,d,f,"\u2251","\\doteqdot"),i(l,d,f,"\u2253","\\risingdotseq",!0),i(l,d,f,"\u2252","\\fallingdotseq",!0),i(l,d,f,"\u223D","\\backsim",!0),i(l,d,f,"\u22CD","\\backsimeq",!0),i(l,d,f,"\u2AC5","\\subseteqq",!0),i(l,d,f,"\u22D0","\\Subset",!0),i(l,d,f,"\u228F","\\sqsubset",!0),i(l,d,f,"\u227C","\\preccurlyeq",!0),i(l,d,f,"\u22DE","\\curlyeqprec",!0),i(l,d,f,"\u227E","\\precsim",!0),i(l,d,f,"\u2AB7","\\precapprox",!0),i(l,d,f,"\u22B2","\\vartriangleleft"),i(l,d,f,"\u22B4","\\trianglelefteq"),i(l,d,f,"\u22A8","\\vDash",!0),i(l,d,f,"\u22AA","\\Vvdash",!0),i(l,d,f,"\u2323","\\smallsmile"),i(l,d,f,"\u2322","\\smallfrown"),i(l,d,f,"\u224F","\\bumpeq",!0),i(l,d,f,"\u224E","\\Bumpeq",!0),i(l,d,f,"\u2267","\\geqq",!0),i(l,d,f,"\u2A7E","\\geqslant",!0),i(l,d,f,"\u2A96","\\eqslantgtr",!0),i(l,d,f,"\u2273","\\gtrsim",!0),i(l,d,f,"\u2A86","\\gtrapprox",!0),i(l,d,N,"\u22D7","\\gtrdot"),i(l,d,f,"\u22D9","\\ggg",!0),i(l,d,f,"\u2277","\\gtrless",!0),i(l,d,f,"\u22DB","\\gtreqless",!0),i(l,d,f,"\u2A8C","\\gtreqqless",!0),i(l,d,f,"\u2256","\\eqcirc",!0),i(l,d,f,"\u2257","\\circeq",!0),i(l,d,f,"\u225C","\\triangleq",!0),i(l,d,f,"\u223C","\\thicksim"),i(l,d,f,"\u2248","\\thickapprox"),i(l,d,f,"\u2AC6","\\supseteqq",!0),i(l,d,f,"\u22D1","\\Supset",!0),i(l,d,f,"\u2290","\\sqsupset",!0),i(l,d,f,"\u227D","\\succcurlyeq",!0),i(l,d,f,"\u22DF","\\curlyeqsucc",!0),i(l,d,f,"\u227F","\\succsim",!0),i(l,d,f,"\u2AB8","\\succapprox",!0),i(l,d,f,"\u22B3","\\vartriangleright"),i(l,d,f,"\u22B5","\\trianglerighteq"),i(l,d,f,"\u22A9","\\Vdash",!0),i(l,d,f,"\u2223","\\shortmid"),i(l,d,f,"\u2225","\\shortparallel"),i(l,d,f,"\u226C","\\between",!0),i(l,d,f,"\u22D4","\\pitchfork",!0),i(l,d,f,"\u221D","\\varpropto"),i(l,d,f,"\u25C0","\\blacktriangleleft"),i(l,d,f,"\u2234","\\therefore",!0),i(l,d,f,"\u220D","\\backepsilon"),i(l,d,f,"\u25B6","\\blacktriangleright"),i(l,d,f,"\u2235","\\because",!0),i(l,d,f,"\u22D8","\\llless"),i(l,d,f,"\u22D9","\\gggtr"),i(l,d,N,"\u22B2","\\lhd"),i(l,d,N,"\u22B3","\\rhd"),i(l,d,f,"\u2242","\\eqsim",!0),i(l,c,f,"\u22C8","\\Join"),i(l,d,f,"\u2251","\\Doteq",!0),i(l,d,N,"\u2214","\\dotplus",!0),i(l,d,N,"\u2216","\\smallsetminus"),i(l,d,N,"\u22D2","\\Cap",!0),i(l,d,N,"\u22D3","\\Cup",!0),i(l,d,N,"\u2A5E","\\doublebarwedge",!0),i(l,d,N,"\u229F","\\boxminus",!0),i(l,d,N,"\u229E","\\boxplus",!0),i(l,d,N,"\u22C7","\\divideontimes",!0),i(l,d,N,"\u22C9","\\ltimes",!0),i(l,d,N,"\u22CA","\\rtimes",!0),i(l,d,N,"\u22CB","\\leftthreetimes",!0),i(l,d,N,"\u22CC","\\rightthreetimes",!0),i(l,d,N,"\u22CF","\\curlywedge",!0),i(l,d,N,"\u22CE","\\curlyvee",!0),i(l,d,N,"\u229D","\\circleddash",!0),i(l,d,N,"\u229B","\\circledast",!0),i(l,d,N,"\u22C5","\\centerdot"),i(l,d,N,"\u22BA","\\intercal",!0),i(l,d,N,"\u22D2","\\doublecap"),i(l,d,N,"\u22D3","\\doublecup"),i(l,d,N,"\u22A0","\\boxtimes",!0),i(l,d,f,"\u21E2","\\dashrightarrow",!0),i(l,d,f,"\u21E0","\\dashleftarrow",!0),i(l,d,f,"\u21C7","\\leftleftarrows",!0),i(l,d,f,"\u21C6","\\leftrightarrows",!0),i(l,d,f,"\u21DA","\\Lleftarrow",!0),i(l,d,f,"\u219E","\\twoheadleftarrow",!0),i(l,d,f,"\u21A2","\\leftarrowtail",!0),i(l,d,f,"\u21AB","\\looparrowleft",!0),i(l,d,f,"\u21CB","\\leftrightharpoons",!0),i(l,d,f,"\u21B6","\\curvearrowleft",!0),i(l,d,f,"\u21BA","\\circlearrowleft",!0),i(l,d,f,"\u21B0","\\Lsh",!0),i(l,d,f,"\u21C8","\\upuparrows",!0),i(l,d,f,"\u21BF","\\upharpoonleft",!0),i(l,d,f,"\u21C3","\\downharpoonleft",!0),i(l,c,f,"\u22B6","\\origof",!0),i(l,c,f,"\u22B7","\\imageof",!0),i(l,d,f,"\u22B8","\\multimap",!0),i(l,d,f,"\u21AD","\\leftrightsquigarrow",!0),i(l,d,f,"\u21C9","\\rightrightarrows",!0),i(l,d,f,"\u21C4","\\rightleftarrows",!0),i(l,d,f,"\u21A0","\\twoheadrightarrow",!0),i(l,d,f,"\u21A3","\\rightarrowtail",!0),i(l,d,f,"\u21AC","\\looparrowright",!0),i(l,d,f,"\u21B7","\\curvearrowright",!0),i(l,d,f,"\u21BB","\\circlearrowright",!0),i(l,d,f,"\u21B1","\\Rsh",!0),i(l,d,f,"\u21CA","\\downdownarrows",!0),i(l,d,f,"\u21BE","\\upharpoonright",!0),i(l,d,f,"\u21C2","\\downharpoonright",!0),i(l,d,f,"\u21DD","\\rightsquigarrow",!0),i(l,d,f,"\u21DD","\\leadsto"),i(l,d,f,"\u21DB","\\Rrightarrow",!0),i(l,d,f,"\u21BE","\\restriction"),i(l,c,g,"\u2018","`"),i(l,c,g,"$","\\$"),i(M,c,g,"$","\\$"),i(M,c,g,"$","\\textdollar"),i(l,c,g,"%","\\%"),i(M,c,g,"%","\\%"),i(l,c,g,"_","\\_"),i(M,c,g,"_","\\_"),i(M,c,g,"_","\\textunderscore"),i(l,c,g,"\u2220","\\angle",!0),i(l,c,g,"\u221E","\\infty",!0),i(l,c,g,"\u2032","\\prime"),i(l,c,g,"\u25B3","\\triangle"),i(l,c,g,"\u0393","\\Gamma",!0),i(l,c,g,"\u0394","\\Delta",!0),i(l,c,g,"\u0398","\\Theta",!0),i(l,c,g,"\u039B","\\Lambda",!0),i(l,c,g,"\u039E","\\Xi",!0),i(l,c,g,"\u03A0","\\Pi",!0),i(l,c,g,"\u03A3","\\Sigma",!0),i(l,c,g,"\u03A5","\\Upsilon",!0),i(l,c,g,"\u03A6","\\Phi",!0),i(l,c,g,"\u03A8","\\Psi",!0),i(l,c,g,"\u03A9","\\Omega",!0),i(l,c,g,"A","\u0391"),i(l,c,g,"B","\u0392"),i(l,c,g,"E","\u0395"),i(l,c,g,"Z","\u0396"),i(l,c,g,"H","\u0397"),i(l,c,g,"I","\u0399"),i(l,c,g,"K","\u039A"),i(l,c,g,"M","\u039C"),i(l,c,g,"N","\u039D"),i(l,c,g,"O","\u039F"),i(l,c,g,"P","\u03A1"),i(l,c,g,"T","\u03A4"),i(l,c,g,"X","\u03A7"),i(l,c,g,"\xAC","\\neg",!0),i(l,c,g,"\xAC","\\lnot"),i(l,c,g,"\u22A4","\\top"),i(l,c,g,"\u22A5","\\bot"),i(l,c,g,"\u2205","\\emptyset"),i(l,d,g,"\u2205","\\varnothing"),i(l,c,O,"\u03B1","\\alpha",!0),i(l,c,O,"\u03B2","\\beta",!0),i(l,c,O,"\u03B3","\\gamma",!0),i(l,c,O,"\u03B4","\\delta",!0),i(l,c,O,"\u03F5","\\epsilon",!0),i(l,c,O,"\u03B6","\\zeta",!0),i(l,c,O,"\u03B7","\\eta",!0),i(l,c,O,"\u03B8","\\theta",!0),i(l,c,O,"\u03B9","\\iota",!0),i(l,c,O,"\u03BA","\\kappa",!0),i(l,c,O,"\u03BB","\\lambda",!0),i(l,c,O,"\u03BC","\\mu",!0),i(l,c,O,"\u03BD","\\nu",!0),i(l,c,O,"\u03BE","\\xi",!0),i(l,c,O,"\u03BF","\\omicron",!0),i(l,c,O,"\u03C0","\\pi",!0),i(l,c,O,"\u03C1","\\rho",!0),i(l,c,O,"\u03C3","\\sigma",!0),i(l,c,O,"\u03C4","\\tau",!0),i(l,c,O,"\u03C5","\\upsilon",!0),i(l,c,O,"\u03D5","\\phi",!0),i(l,c,O,"\u03C7","\\chi",!0),i(l,c,O,"\u03C8","\\psi",!0),i(l,c,O,"\u03C9","\\omega",!0),i(l,c,O,"\u03B5","\\varepsilon",!0),i(l,c,O,"\u03D1","\\vartheta",!0),i(l,c,O,"\u03D6","\\varpi",!0),i(l,c,O,"\u03F1","\\varrho",!0),i(l,c,O,"\u03C2","\\varsigma",!0),i(l,c,O,"\u03C6","\\varphi",!0),i(l,c,N,"\u2217","*",!0),i(l,c,N,"+","+"),i(l,c,N,"\u2212","-",!0),i(l,c,N,"\u22C5","\\cdot",!0),i(l,c,N,"\u2218","\\circ",!0),i(l,c,N,"\xF7","\\div",!0),i(l,c,N,"\xB1","\\pm",!0),i(l,c,N,"\xD7","\\times",!0),i(l,c,N,"\u2229","\\cap",!0),i(l,c,N,"\u222A","\\cup",!0),i(l,c,N,"\u2216","\\setminus",!0),i(l,c,N,"\u2227","\\land"),i(l,c,N,"\u2228","\\lor"),i(l,c,N,"\u2227","\\wedge",!0),i(l,c,N,"\u2228","\\vee",!0),i(l,c,g,"\u221A","\\surd"),i(l,c,v0,"\u27E8","\\langle",!0),i(l,c,v0,"\u2223","\\lvert"),i(l,c,v0,"\u2225","\\lVert"),i(l,c,y0,"?","?"),i(l,c,y0,"!","!"),i(l,c,y0,"\u27E9","\\rangle",!0),i(l,c,y0,"\u2223","\\rvert"),i(l,c,y0,"\u2225","\\rVert"),i(l,c,f,"=","="),i(l,c,f,":",":"),i(l,c,f,"\u2248","\\approx",!0),i(l,c,f,"\u2245","\\cong",!0),i(l,c,f,"\u2265","\\ge"),i(l,c,f,"\u2265","\\geq",!0),i(l,c,f,"\u2190","\\gets"),i(l,c,f,">","\\gt",!0),i(l,c,f,"\u2208","\\in",!0),i(l,c,f,"\uE020","\\@not"),i(l,c,f,"\u2282","\\subset",!0),i(l,c,f,"\u2283","\\supset",!0),i(l,c,f,"\u2286","\\subseteq",!0),i(l,c,f,"\u2287","\\supseteq",!0),i(l,d,f,"\u2288","\\nsubseteq",!0),i(l,d,f,"\u2289","\\nsupseteq",!0),i(l,c,f,"\u22A8","\\models"),i(l,c,f,"\u2190","\\leftarrow",!0),i(l,c,f,"\u2264","\\le"),i(l,c,f,"\u2264","\\leq",!0),i(l,c,f,"<","\\lt",!0),i(l,c,f,"\u2192","\\rightarrow",!0),i(l,c,f,"\u2192","\\to"),i(l,d,f,"\u2271","\\ngeq",!0),i(l,d,f,"\u2270","\\nleq",!0),i(l,c,V0,"\xA0","\\ "),i(l,c,V0,"\xA0","\\space"),i(l,c,V0,"\xA0","\\nobreakspace"),i(M,c,V0,"\xA0","\\ "),i(M,c,V0,"\xA0"," "),i(M,c,V0,"\xA0","\\space"),i(M,c,V0,"\xA0","\\nobreakspace"),i(l,c,V0,null,"\\nobreak"),i(l,c,V0,null,"\\allowbreak"),i(l,c,Me,",",","),i(l,c,Me,";",";"),i(l,d,N,"\u22BC","\\barwedge",!0),i(l,d,N,"\u22BB","\\veebar",!0),i(l,c,N,"\u2299","\\odot",!0),i(l,c,N,"\u2295","\\oplus",!0),i(l,c,N,"\u2297","\\otimes",!0),i(l,c,g,"\u2202","\\partial",!0),i(l,c,N,"\u2298","\\oslash",!0),i(l,d,N,"\u229A","\\circledcirc",!0),i(l,d,N,"\u22A1","\\boxdot",!0),i(l,c,N,"\u25B3","\\bigtriangleup"),i(l,c,N,"\u25BD","\\bigtriangledown"),i(l,c,N,"\u2020","\\dagger"),i(l,c,N,"\u22C4","\\diamond"),i(l,c,N,"\u22C6","\\star"),i(l,c,N,"\u25C3","\\triangleleft"),i(l,c,N,"\u25B9","\\triangleright"),i(l,c,v0,"{","\\{"),i(M,c,g,"{","\\{"),i(M,c,g,"{","\\textbraceleft"),i(l,c,y0,"}","\\}"),i(M,c,g,"}","\\}"),i(M,c,g,"}","\\textbraceright"),i(l,c,v0,"{","\\lbrace"),i(l,c,y0,"}","\\rbrace"),i(l,c,v0,"[","\\lbrack",!0),i(M,c,g,"[","\\lbrack",!0),i(l,c,y0,"]","\\rbrack",!0),i(M,c,g,"]","\\rbrack",!0),i(l,c,v0,"(","\\lparen",!0),i(l,c,y0,")","\\rparen",!0),i(M,c,g,"<","\\textless",!0),i(M,c,g,">","\\textgreater",!0),i(l,c,v0,"\u230A","\\lfloor",!0),i(l,c,y0,"\u230B","\\rfloor",!0),i(l,c,v0,"\u2308","\\lceil",!0),i(l,c,y0,"\u2309","\\rceil",!0),i(l,c,g,"\\","\\backslash"),i(l,c,g,"\u2223","|"),i(l,c,g,"\u2223","\\vert"),i(M,c,g,"|","\\textbar",!0),i(l,c,g,"\u2225","\\|"),i(l,c,g,"\u2225","\\Vert"),i(M,c,g,"\u2225","\\textbardbl"),i(M,c,g,"~","\\textasciitilde"),i(M,c,g,"\\","\\textbackslash"),i(M,c,g,"^","\\textasciicircum"),i(l,c,f,"\u2191","\\uparrow",!0),i(l,c,f,"\u21D1","\\Uparrow",!0),i(l,c,f,"\u2193","\\downarrow",!0),i(l,c,f,"\u21D3","\\Downarrow",!0),i(l,c,f,"\u2195","\\updownarrow",!0),i(l,c,f,"\u21D5","\\Updownarrow",!0),i(l,c,u0,"\u2210","\\coprod"),i(l,c,u0,"\u22C1","\\bigvee"),i(l,c,u0,"\u22C0","\\bigwedge"),i(l,c,u0,"\u2A04","\\biguplus"),i(l,c,u0,"\u22C2","\\bigcap"),i(l,c,u0,"\u22C3","\\bigcup"),i(l,c,u0,"\u222B","\\int"),i(l,c,u0,"\u222B","\\intop"),i(l,c,u0,"\u222C","\\iint"),i(l,c,u0,"\u222D","\\iiint"),i(l,c,u0,"\u220F","\\prod"),i(l,c,u0,"\u2211","\\sum"),i(l,c,u0,"\u2A02","\\bigotimes"),i(l,c,u0,"\u2A01","\\bigoplus"),i(l,c,u0,"\u2A00","\\bigodot"),i(l,c,u0,"\u222E","\\oint"),i(l,c,u0,"\u222F","\\oiint"),i(l,c,u0,"\u2230","\\oiiint"),i(l,c,u0,"\u2A06","\\bigsqcup"),i(l,c,u0,"\u222B","\\smallint"),i(M,c,ie,"\u2026","\\textellipsis"),i(l,c,ie,"\u2026","\\mathellipsis"),i(M,c,ie,"\u2026","\\ldots",!0),i(l,c,ie,"\u2026","\\ldots",!0),i(l,c,ie,"\u22EF","\\@cdots",!0),i(l,c,ie,"\u22F1","\\ddots",!0),i(l,c,g,"\u22EE","\\varvdots"),i(M,c,g,"\u22EE","\\varvdots"),i(l,c,t0,"\u02CA","\\acute"),i(l,c,t0,"\u02CB","\\grave"),i(l,c,t0,"\xA8","\\ddot"),i(l,c,t0,"~","\\tilde"),i(l,c,t0,"\u02C9","\\bar"),i(l,c,t0,"\u02D8","\\breve"),i(l,c,t0,"\u02C7","\\check"),i(l,c,t0,"^","\\hat"),i(l,c,t0,"\u20D7","\\vec"),i(l,c,t0,"\u02D9","\\dot"),i(l,c,t0,"\u02DA","\\mathring"),i(l,c,O,"\uE131","\\@imath"),i(l,c,O,"\uE237","\\@jmath"),i(l,c,g,"\u0131","\u0131"),i(l,c,g,"\u0237","\u0237"),i(M,c,g,"\u0131","\\i",!0),i(M,c,g,"\u0237","\\j",!0),i(M,c,g,"\xDF","\\ss",!0),i(M,c,g,"\xE6","\\ae",!0),i(M,c,g,"\u0153","\\oe",!0),i(M,c,g,"\xF8","\\o",!0),i(M,c,g,"\xC6","\\AE",!0),i(M,c,g,"\u0152","\\OE",!0),i(M,c,g,"\xD8","\\O",!0),i(M,c,t0,"\u02CA","\\'"),i(M,c,t0,"\u02CB","\\`"),i(M,c,t0,"\u02C6","\\^"),i(M,c,t0,"\u02DC","\\~"),i(M,c,t0,"\u02C9","\\="),i(M,c,t0,"\u02D8","\\u"),i(M,c,t0,"\u02D9","\\."),i(M,c,t0,"\xB8","\\c"),i(M,c,t0,"\u02DA","\\r"),i(M,c,t0,"\u02C7","\\v"),i(M,c,t0,"\xA8",'\\"'),i(M,c,t0,"\u02DD","\\H"),i(M,c,t0,"\u25EF","\\textcircled");let Pt={"--":!0,"---":!0,"``":!0,"''":!0};i(M,c,g,"\u2013","--",!0),i(M,c,g,"\u2013","\\textendash"),i(M,c,g,"\u2014","---",!0),i(M,c,g,"\u2014","\\textemdash"),i(M,c,g,"\u2018","`",!0),i(M,c,g,"\u2018","\\textquoteleft"),i(M,c,g,"\u2019","'",!0),i(M,c,g,"\u2019","\\textquoteright"),i(M,c,g,"\u201C","``",!0),i(M,c,g,"\u201C","\\textquotedblleft"),i(M,c,g,"\u201D","''",!0),i(M,c,g,"\u201D","\\textquotedblright"),i(l,c,g,"\xB0","\\degree",!0),i(M,c,g,"\xB0","\\degree"),i(M,c,g,"\xB0","\\textdegree",!0),i(l,c,g,"\xA3","\\pounds"),i(l,c,g,"\xA3","\\mathsterling",!0),i(M,c,g,"\xA3","\\pounds"),i(M,c,g,"\xA3","\\textsterling",!0),i(l,d,g,"\u2720","\\maltese"),i(M,d,g,"\u2720","\\maltese");let Vt='0123456789/@."';for(let t=0;t<Vt.length;t++){let e=Vt.charAt(t);i(l,c,g,e,e)}let Gt='0123456789!@*()-=+";:?/.,';for(let t=0;t<Gt.length;t++){let e=Gt.charAt(t);i(M,c,g,e,e)}let ze="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";for(let t=0;t<ze.length;t++){let e=ze.charAt(t);i(l,c,O,e,e),i(M,c,g,e,e)}i(l,d,g,"C","\u2102"),i(M,d,g,"C","\u2102"),i(l,d,g,"H","\u210D"),i(M,d,g,"H","\u210D"),i(l,d,g,"N","\u2115"),i(M,d,g,"N","\u2115"),i(l,d,g,"P","\u2119"),i(M,d,g,"P","\u2119"),i(l,d,g,"Q","\u211A"),i(M,d,g,"Q","\u211A"),i(l,d,g,"R","\u211D"),i(M,d,g,"R","\u211D"),i(l,d,g,"Z","\u2124"),i(M,d,g,"Z","\u2124"),i(l,c,O,"h","\u210E"),i(M,c,O,"h","\u210E");let H="";for(let t=0;t<ze.length;t++){let e=ze.charAt(t);H=String.fromCharCode(55349,56320+t),i(l,c,O,e,H),i(M,c,g,e,H),H=String.fromCharCode(55349,56372+t),i(l,c,O,e,H),i(M,c,g,e,H),H=String.fromCharCode(55349,56424+t),i(l,c,O,e,H),i(M,c,g,e,H),H=String.fromCharCode(55349,56580+t),i(l,c,O,e,H),i(M,c,g,e,H),H=String.fromCharCode(55349,56684+t),i(l,c,O,e,H),i(M,c,g,e,H),H=String.fromCharCode(55349,56736+t),i(l,c,O,e,H),i(M,c,g,e,H),H=String.fromCharCode(55349,56788+t),i(l,c,O,e,H),i(M,c,g,e,H),H=String.fromCharCode(55349,56840+t),i(l,c,O,e,H),i(M,c,g,e,H),H=String.fromCharCode(55349,56944+t),i(l,c,O,e,H),i(M,c,g,e,H),t<26&&(H=String.fromCharCode(55349,56632+t),i(l,c,O,e,H),i(M,c,g,e,H),H=String.fromCharCode(55349,56476+t),i(l,c,O,e,H),i(M,c,g,e,H))}H="\u{1D55C}",i(l,c,O,"k",H),i(M,c,g,"k",H);for(let t=0;t<10;t++){let e=t.toString();H=String.fromCharCode(55349,57294+t),i(l,c,O,e,H),i(M,c,g,e,H),H=String.fromCharCode(55349,57314+t),i(l,c,O,e,H),i(M,c,g,e,H),H=String.fromCharCode(55349,57324+t),i(l,c,O,e,H),i(M,c,g,e,H),H=String.fromCharCode(55349,57334+t),i(l,c,O,e,H),i(M,c,g,e,H)}let Ze="\xD0\xDE\xFE";for(let t=0;t<Ze.length;t++){let e=Ze.charAt(t);i(l,c,O,e,e),i(M,c,g,e,e)}let Ae=[["mathbf","textbf","Main-Bold"],["mathbf","textbf","Main-Bold"],["mathnormal","textit","Math-Italic"],["mathnormal","textit","Math-Italic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["mathscr","textscr","Script-Regular"],["","",""],["","",""],["","",""],["mathfrak","textfrak","Fraktur-Regular"],["mathfrak","textfrak","Fraktur-Regular"],["mathbb","textbb","AMS-Regular"],["mathbb","textbb","AMS-Regular"],["mathboldfrak","textboldfrak","Fraktur-Regular"],["mathboldfrak","textboldfrak","Fraktur-Regular"],["mathsf","textsf","SansSerif-Regular"],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathitsf","textitsf","SansSerif-Italic"],["mathitsf","textitsf","SansSerif-Italic"],["","",""],["","",""],["mathtt","texttt","Typewriter-Regular"],["mathtt","texttt","Typewriter-Regular"]],$t=[["mathbf","textbf","Main-Bold"],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathtt","texttt","Typewriter-Regular"]],Gn=function(t,e){let r=t.charCodeAt(0),n=t.charCodeAt(1),s=(r-55296)*1024+(n-56320)+65536,a=e==="math"?0:1;if(119808<=s&&s<120484){let o=Math.floor((s-119808)/26);return[Ae[o][2],Ae[o][a]]}else if(120782<=s&&s<=120831){let o=Math.floor((s-120782)/10);return[$t[o][2],$t[o][a]]}else{if(s===120485||s===120486)return[Ae[0][2],Ae[0][a]];if(120486<s&&s<120782)return["",""];throw new v("Unsupported character: "+t)}},Te=function(t,e,r){return s0[r][t]&&s0[r][t].replace&&(t=s0[r][t].replace),{value:t,metrics:Ue(t,e,r)}},D0=function(t,e,r,n,s){let a=Te(t,e,r),o=a.metrics;t=a.value;let u;if(o){let m=o.italic;(r==="text"||n&&n.font==="mathit")&&(m=0),u=new A0(t,o.height,o.depth,m,o.skew,o.width,s)}else typeof console<"u"&&console.warn("No character metrics "+("for '"+t+"' in style '"+e+"' and mode '"+r+"'")),u=new A0(t,0,0,0,0,0,s);if(n){u.maxFontSize=n.sizeMultiplier,n.style.isTight()&&u.classes.push("mtight");let m=n.getColor();m&&(u.style.color=m)}return u},$n=function(t,e,r,n){return n===void 0&&(n=[]),r.font==="boldsymbol"&&Te(t,"Main-Bold",e).metrics?D0(t,"Main-Bold",e,r,n.concat(["mathbf"])):t==="\\"||s0[e][t].font==="main"?D0(t,"Main-Regular",e,r,n):D0(t,"AMS-Regular",e,r,n.concat(["amsrm"]))},Un=function(t,e,r,n,s){return s!=="textord"&&Te(t,"Math-BoldItalic",e).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}},Wn=function(t,e,r){let n=t.mode,s=t.text,a=["mord"],o=n==="math"||n==="text"&&e.font,u=o?e.font:e.fontFamily,m="",p="";if(s.charCodeAt(0)===55349&&([m,p]=Gn(s,n)),m.length>0)return D0(s,m,n,e,a.concat(p));if(u){let b,y;if(u==="boldsymbol"){let k=Un(s,n,e,a,r);b=k.fontName,y=[k.fontClass]}else o?(b=Yt[u].fontName,y=[u]):(b=Be(u,e.fontWeight,e.fontShape),y=[u,e.fontWeight,e.fontShape]);if(Te(s,b,n).metrics)return D0(s,b,n,e,a.concat(y));if(Pt.hasOwnProperty(s)&&b.slice(0,10)==="Typewriter"){let k=[];for(let S=0;S<s.length;S++)k.push(D0(s[S],b,n,e,a.concat(y)));return Wt(k)}}if(r==="mathord")return D0(s,"Math-Italic",n,e,a.concat(["mathnormal"]));if(r==="textord"){let b=s0[n][s]&&s0[n][s].font;if(b==="ams"){let y=Be("amsrm",e.fontWeight,e.fontShape);return D0(s,y,n,e,a.concat("amsrm",e.fontWeight,e.fontShape))}else if(b==="main"||!b){let y=Be("textrm",e.fontWeight,e.fontShape);return D0(s,y,n,e,a.concat(e.fontWeight,e.fontShape))}else{let y=Be(b,e.fontWeight,e.fontShape);return D0(s,y,n,e,a.concat(y,e.fontWeight,e.fontShape))}}else throw new Error("unexpected type: "+r+" in makeOrd")},Yn=(t,e)=>{if(Y0(t.classes)!==Y0(e.classes)||t.skew!==e.skew||t.maxFontSize!==e.maxFontSize)return!1;if(t.classes.length===1){let r=t.classes[0];if(r==="mbin"||r==="mord")return!1}for(let r in t.style)if(t.style.hasOwnProperty(r)&&t.style[r]!==e.style[r])return!1;for(let r in e.style)if(e.style.hasOwnProperty(r)&&t.style[r]!==e.style[r])return!1;return!0},Xn=t=>{for(let e=0;e<t.length-1;e++){let r=t[e],n=t[e+1];r instanceof A0&&n instanceof A0&&Yn(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},Ke=function(t){let e=0,r=0,n=0;for(let s=0;s<t.children.length;s++){let a=t.children[s];a.height>e&&(e=a.height),a.depth>r&&(r=a.depth),a.maxFontSize>n&&(n=a.maxFontSize)}t.height=e,t.depth=r,t.maxFontSize=n},w0=function(t,e,r,n){let s=new de(t,e,r,n);return Ke(s),s},Ut=(t,e,r,n)=>new de(t,e,r,n),jn=function(t,e,r){let n=w0([t],[],e);return n.height=Math.max(r||e.fontMetrics().defaultRuleThickness,e.minRuleThickness),n.style.borderBottomWidth=T(n.height),n.maxFontSize=1,n},Zn=function(t,e,r,n){let s=new Xe(t,e,r,n);return Ke(s),s},Wt=function(t){let e=new me(t);return Ke(e),e},Kn=function(t,e){return t instanceof me?w0([],[t],e):t},Jn=function(t){if(t.positionType==="individualShift"){let r=t.children,n=[r[0]],s=-r[0].shift-r[0].elem.depth,a=s;for(let o=1;o<r.length;o++){let u=-r[o].shift-a-r[o].elem.depth,m=u-(r[o-1].elem.height+r[o-1].elem.depth);a=a+u,n.push({type:"kern",size:m}),n.push(r[o])}return{children:n,depth:s}}let e;if(t.positionType==="top"){let r=t.positionData;for(let n=0;n<t.children.length;n++){let s=t.children[n];r-=s.type==="kern"?s.size:s.elem.height+s.elem.depth}e=r}else if(t.positionType==="bottom")e=-t.positionData;else{let r=t.children[0];if(r.type!=="elem")throw new Error('First child must have type "elem".');if(t.positionType==="shift")e=-r.elem.depth-t.positionData;else if(t.positionType==="firstBaseline")e=-r.elem.depth;else throw new Error("Invalid positionType "+t.positionType+".")}return{children:t.children,depth:e}},Qn=function(t,e){let{children:r,depth:n}=Jn(t),s=0;for(let S=0;S<r.length;S++){let D=r[S];if(D.type==="elem"){let q=D.elem;s=Math.max(s,q.maxFontSize,q.height)}}s+=2;let a=w0(["pstrut"],[]);a.style.height=T(s);let o=[],u=n,m=n,p=n;for(let S=0;S<r.length;S++){let D=r[S];if(D.type==="kern")p+=D.size;else{let q=D.elem,V=D.wrapperClasses||[],P=D.wrapperStyle||{},G=w0(V,[a,q],void 0,P);G.style.top=T(-s-p-q.depth),D.marginLeft&&(G.style.marginLeft=D.marginLeft),D.marginRight&&(G.style.marginRight=D.marginRight),o.push(G),p+=q.height+q.depth}u=Math.min(u,p),m=Math.max(m,p)}let b=w0(["vlist"],o);b.style.height=T(m);let y;if(u<0){let S=w0([],[]),D=w0(["vlist"],[S]);D.style.height=T(-u);let q=w0(["vlist-s"],[new A0("\u200B")]);y=[w0(["vlist-r"],[b,q]),w0(["vlist-r"],[D])]}else y=[w0(["vlist-r"],[b])];let k=w0(["vlist-t"],y);return y.length===2&&k.classes.push("vlist-t2"),k.height=m,k.depth=-u,k},e1=(t,e)=>{let r=w0(["mspace"],[],e),n=n0(t,e);return r.style.marginRight=T(n),r},Be=function(t,e,r){let n="";switch(t){case"amsrm":n="AMS";break;case"textrm":n="Main";break;case"textsf":n="SansSerif";break;case"texttt":n="Typewriter";break;default:n=t}let s;return e==="textbf"&&r==="textit"?s="BoldItalic":e==="textbf"?s="Bold":e==="textit"?s="Italic":s="Regular",n+"-"+s},Yt={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"}},Xt={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]};var x={fontMap:Yt,makeSymbol:D0,mathsym:$n,makeSpan:w0,makeSvgSpan:Ut,makeLineSpan:jn,makeAnchor:Zn,makeFragment:Wt,wrapFragment:Kn,makeVList:Qn,makeOrd:Wn,makeGlue:e1,staticSvg:function(t,e){let[r,n,s]=Xt[t],a=new X0(r),o=new P0([a],{width:T(n),height:T(s),style:"width:"+T(n),viewBox:"0 0 "+1e3*n+" "+1e3*s,preserveAspectRatio:"xMinYMin"}),u=Ut(["overlay"],[o],e);return u.height=s,u.style.height=T(s),u.style.width=T(n),u},svgData:Xt,tryCombineChars:Xn};let i0={number:3,unit:"mu"},J0={number:4,unit:"mu"},G0={number:5,unit:"mu"},t1={mord:{mop:i0,mbin:J0,mrel:G0,minner:i0},mop:{mord:i0,mop:i0,mrel:G0,minner:i0},mbin:{mord:J0,mop:J0,mopen:J0,minner:J0},mrel:{mord:G0,mop:G0,mopen:G0,minner:G0},mopen:{},mclose:{mop:i0,mbin:J0,mrel:G0,minner:i0},mpunct:{mord:i0,mop:i0,mrel:G0,mopen:i0,mclose:i0,mpunct:i0,minner:i0},minner:{mord:i0,mop:i0,mbin:J0,mrel:G0,mopen:i0,mpunct:i0,minner:i0}},r1={mord:{mop:i0},mop:{mord:i0,mop:i0},mbin:{},mrel:{},mopen:{},mclose:{mop:i0},mpunct:{},minner:{mop:i0}},jt={},Ce={},Ne={};function C(t){let{type:e,names:r,props:n,handler:s,htmlBuilder:a,mathmlBuilder:o}=t,u={type:e,numArgs:n.numArgs,argTypes:n.argTypes,allowedInArgument:!!n.allowedInArgument,allowedInText:!!n.allowedInText,allowedInMath:n.allowedInMath===void 0?!0:n.allowedInMath,numOptionalArgs:n.numOptionalArgs||0,infix:!!n.infix,primitive:!!n.primitive,handler:s};for(let m=0;m<r.length;++m)jt[r[m]]=u;e&&(a&&(Ce[e]=a),o&&(Ne[e]=o))}function Q0(t){let{type:e,htmlBuilder:r,mathmlBuilder:n}=t;C({type:e,names:[],props:{numArgs:0},handler(){throw new Error("Should never be called.")},htmlBuilder:r,mathmlBuilder:n})}let De=function(t){return t.type==="ordgroup"&&t.body.length===1?t.body[0]:t},o0=function(t){return t.type==="ordgroup"?t.body:[t]},$0=x.makeSpan,n1=["leftmost","mbin","mopen","mrel","mop","mpunct"],s1=["rightmost","mrel","mclose","mpunct"],i1={display:E.DISPLAY,text:E.TEXT,script:E.SCRIPT,scriptscript:E.SCRIPTSCRIPT},a1={mord:"mord",mop:"mop",mbin:"mbin",mrel:"mrel",mopen:"mopen",mclose:"mclose",mpunct:"mpunct",minner:"minner"},m0=function(t,e,r,n){n===void 0&&(n=[null,null]);let s=[];for(let p=0;p<t.length;p++){let b=$(t[p],e);if(b instanceof me){let y=b.children;s.push(...y)}else s.push(b)}if(x.tryCombineChars(s),!r)return s;let a=e;if(t.length===1){let p=t[0];p.type==="sizing"?a=e.havingSize(p.size):p.type==="styling"&&(a=e.havingStyle(i1[p.style]))}let o=$0([n[0]||"leftmost"],[],e),u=$0([n[1]||"rightmost"],[],e),m=r==="root";return Je(s,(p,b)=>{let y=b.classes[0],k=p.classes[0];y==="mbin"&&B.contains(s1,k)?b.classes[0]="mord":k==="mbin"&&B.contains(n1,y)&&(p.classes[0]="mord")},{node:o},u,m),Je(s,(p,b)=>{let y=et(b),k=et(p),S=y&&k?p.hasClass("mtight")?r1[y][k]:t1[y][k]:null;if(S)return x.makeGlue(S,a)},{node:o},u,m),s},Je=function(t,e,r,n,s){n&&t.push(n);let a=0;for(;a<t.length;a++){let o=t[a],u=Zt(o);if(u){Je(u.children,e,r,null,s);continue}let m=!o.hasClass("mspace");if(m){let p=e(o,r.node);p&&(r.insertAfter?r.insertAfter(p):(t.unshift(p),a++))}m?r.node=o:s&&o.hasClass("newline")&&(r.node=$0(["leftmost"])),r.insertAfter=(p=>b=>{t.splice(p+1,0,b),a++})(a)}n&&t.pop()},Zt=function(t){return t instanceof me||t instanceof Xe||t instanceof de&&t.hasClass("enclosing")?t:null},Qe=function(t,e){let r=Zt(t);if(r){let n=r.children;if(n.length){if(e==="right")return Qe(n[n.length-1],"right");if(e==="left")return Qe(n[0],"left")}}return t},et=function(t,e){return t?(e&&(t=Qe(t,e)),a1[t.classes[0]]||null):null},fe=function(t,e){let r=["nulldelimiter"].concat(t.baseSizingClasses());return $0(e.concat(r))},$=function(t,e,r){if(!t)return $0();if(Ce[t.type]){let n=Ce[t.type](t,e);if(r&&e.size!==r.size){n=$0(e.sizingClasses(r),[n],e);let s=e.sizeMultiplier/r.sizeMultiplier;n.height*=s,n.depth*=s}return n}else throw new v("Got group of unknown type: '"+t.type+"'")};function qe(t,e){let r=$0(["base"],t,e),n=$0(["strut"]);return n.style.height=T(r.height+r.depth),r.depth&&(n.style.verticalAlign=T(-r.depth)),r.children.unshift(n),r}function tt(t,e){let r=null;t.length===1&&t[0].type==="tag"&&(r=t[0].tag,t=t[0].body);let n=m0(t,e,"root"),s;n.length===2&&n[1].hasClass("tag")&&(s=n.pop());let a=[],o=[];for(let p=0;p<n.length;p++)if(o.push(n[p]),n[p].hasClass("mbin")||n[p].hasClass("mrel")||n[p].hasClass("allowbreak")){let b=!1;for(;p<n.length-1&&n[p+1].hasClass("mspace")&&!n[p+1].hasClass("newline");)p++,o.push(n[p]),n[p].hasClass("nobreak")&&(b=!0);b||(a.push(qe(o,e)),o=[])}else n[p].hasClass("newline")&&(o.pop(),o.length>0&&(a.push(qe(o,e)),o=[]),a.push(n[p]));o.length>0&&a.push(qe(o,e));let u;r?(u=qe(m0(r,e,!0)),u.classes=["tag"],a.push(u)):s&&a.push(s);let m=$0(["katex-html"],a);if(m.setAttribute("aria-hidden","true"),u){let p=u.children[0];p.style.height=T(m.height+m.depth),m.depth&&(p.style.verticalAlign=T(-m.depth))}return m}function Kt(t){return new me(t)}class S0{constructor(e,r,n){this.type=void 0,this.attributes=void 0,this.children=void 0,this.classes=void 0,this.type=e,this.attributes={},this.children=r||[],this.classes=n||[]}setAttribute(e,r){this.attributes[e]=r}getAttribute(e){return this.attributes[e]}toNode(){let e=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(let r in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,r)&&e.setAttribute(r,this.attributes[r]);this.classes.length>0&&(e.className=Y0(this.classes));for(let r=0;r<this.children.length;r++)if(this.children[r]instanceof O0&&this.children[r+1]instanceof O0){let n=this.children[r].toText()+this.children[++r].toText();for(;this.children[r+1]instanceof O0;)n+=this.children[++r].toText();e.appendChild(new O0(n).toNode())}else e.appendChild(this.children[r].toNode());return e}toMarkup(){let e="<"+this.type;for(let r in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,r)&&(e+=" "+r+'="',e+=B.escape(this.attributes[r]),e+='"');this.classes.length>0&&(e+=' class ="'+B.escape(Y0(this.classes))+'"'),e+=">";for(let r=0;r<this.children.length;r++)e+=this.children[r].toMarkup();return e+="</"+this.type+">",e}toText(){return this.children.map(e=>e.toText()).join("")}}class O0{constructor(e){this.text=void 0,this.text=e}toNode(){return document.createTextNode(this.text)}toMarkup(){return B.escape(this.toText())}toText(){return this.text}}class l1{constructor(e){this.width=void 0,this.character=void 0,this.width=e,e>=.05555&&e<=.05556?this.character="\u200A":e>=.1666&&e<=.1667?this.character="\u2009":e>=.2222&&e<=.2223?this.character="\u2005":e>=.2777&&e<=.2778?this.character="\u2005\u200A":e>=-.05556&&e<=-.05555?this.character="\u200A\u2063":e>=-.1667&&e<=-.1666?this.character="\u2009\u2063":e>=-.2223&&e<=-.2222?this.character="\u205F\u2063":e>=-.2778&&e<=-.2777?this.character="\u2005\u2063":this.character=null}toNode(){if(this.character)return document.createTextNode(this.character);{let e=document.createElementNS("http://www.w3.org/1998/Math/MathML","mspace");return e.setAttribute("width",T(this.width)),e}}toMarkup(){return this.character?"<mtext>"+this.character+"</mtext>":'<mspace width="'+T(this.width)+'"/>'}toText(){return this.character?this.character:" "}}var z={MathNode:S0,TextNode:O0,SpaceNode:l1,newDocumentFragment:Kt};let T0=function(t,e,r){return s0[e][t]&&s0[e][t].replace&&t.charCodeAt(0)!==55349&&!(Pt.hasOwnProperty(t)&&r&&(r.fontFamily&&r.fontFamily.slice(4,6)==="tt"||r.font&&r.font.slice(4,6)==="tt"))&&(t=s0[e][t].replace),new z.TextNode(t)},rt=function(t){return t.length===1?t[0]:new z.MathNode("mrow",t)},nt=function(t,e){if(e.fontFamily==="texttt")return"monospace";if(e.fontFamily==="textsf")return e.fontShape==="textit"&&e.fontWeight==="textbf"?"sans-serif-bold-italic":e.fontShape==="textit"?"sans-serif-italic":e.fontWeight==="textbf"?"bold-sans-serif":"sans-serif";if(e.fontShape==="textit"&&e.fontWeight==="textbf")return"bold-italic";if(e.fontShape==="textit")return"italic";if(e.fontWeight==="textbf")return"bold";let r=e.font;if(!r||r==="mathnormal")return null;let n=t.mode;if(r==="mathit")return"italic";if(r==="boldsymbol")return t.type==="textord"?"bold":"bold-italic";if(r==="mathbf")return"bold";if(r==="mathbb")return"double-struck";if(r==="mathsfit")return"sans-serif-italic";if(r==="mathfrak")return"fraktur";if(r==="mathscr"||r==="mathcal")return"script";if(r==="mathsf")return"sans-serif";if(r==="mathtt")return"monospace";let s=t.text;if(B.contains(["\\imath","\\jmath"],s))return null;s0[n][s]&&s0[n][s].replace&&(s=s0[n][s].replace);let a=x.fontMap[r].fontName;return Ue(s,a,n)?x.fontMap[r].variant:null};function st(t){if(!t)return!1;if(t.type==="mi"&&t.children.length===1){let e=t.children[0];return e instanceof O0&&e.text==="."}else if(t.type==="mo"&&t.children.length===1&&t.getAttribute("separator")==="true"&&t.getAttribute("lspace")==="0em"&&t.getAttribute("rspace")==="0em"){let e=t.children[0];return e instanceof O0&&e.text===","}else return!1}let k0=function(t,e,r){if(t.length===1){let a=Z(t[0],e);return r&&a instanceof S0&&a.type==="mo"&&(a.setAttribute("lspace","0em"),a.setAttribute("rspace","0em")),[a]}let n=[],s;for(let a=0;a<t.length;a++){let o=Z(t[a],e);if(o instanceof S0&&s instanceof S0){if(o.type==="mtext"&&s.type==="mtext"&&o.getAttribute("mathvariant")===s.getAttribute("mathvariant")){s.children.push(...o.children);continue}else if(o.type==="mn"&&s.type==="mn"){s.children.push(...o.children);continue}else if(st(o)&&s.type==="mn"){s.children.push(...o.children);continue}else if(o.type==="mn"&&st(s))o.children=[...s.children,...o.children],n.pop();else if((o.type==="msup"||o.type==="msub")&&o.children.length>=1&&(s.type==="mn"||st(s))){let u=o.children[0];u instanceof S0&&u.type==="mn"&&(u.children=[...s.children,...u.children],n.pop())}else if(s.type==="mi"&&s.children.length===1){let u=s.children[0];if(u instanceof O0&&u.text==="\u0338"&&(o.type==="mo"||o.type==="mi"||o.type==="mn")){let m=o.children[0];m instanceof O0&&m.text.length>0&&(m.text=m.text.slice(0,1)+"\u0338"+m.text.slice(1),n.pop())}}}n.push(o),s=o}return n},j0=function(t,e,r){return rt(k0(t,e,r))},Z=function(t,e){if(!t)return new z.MathNode("mrow");if(Ne[t.type])return Ne[t.type](t,e);throw new v("Got group of unknown type: '"+t.type+"'")};function Jt(t,e,r,n,s){let a=k0(t,r),o;a.length===1&&a[0]instanceof S0&&B.contains(["mrow","mtable"],a[0].type)?o=a[0]:o=new z.MathNode("mrow",a);let u=new z.MathNode("annotation",[new z.TextNode(e)]);u.setAttribute("encoding","application/x-tex");let m=new z.MathNode("semantics",[o,u]),p=new z.MathNode("math",[m]);p.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML"),n&&p.setAttribute("display","block");let b=s?"katex":"katex-mathml";return x.makeSpan([b],[p])}let Qt=function(t){return new On({style:t.displayMode?E.DISPLAY:E.TEXT,maxSize:t.maxSize,minRuleThickness:t.minRuleThickness})},er=function(t,e){if(e.displayMode){let r=["katex-display"];e.leqno&&r.push("leqno"),e.fleqn&&r.push("fleqn"),t=x.makeSpan(r,[t])}return t},o1=function(t,e,r){let n=Qt(r),s;if(r.output==="mathml")return Jt(t,e,n,r.displayMode,!0);if(r.output==="html"){let a=tt(t,n);s=x.makeSpan(["katex"],[a])}else{let a=Jt(t,e,n,r.displayMode,!1),o=tt(t,n);s=x.makeSpan(["katex"],[a,o])}return er(s,r)},c1=function(t,e,r){let n=Qt(r),s=tt(t,n),a=x.makeSpan(["katex"],[s]);return er(a,r)};var xs=null;let u1={widehat:"^",widecheck:"\u02C7",widetilde:"~",utilde:"~",overleftarrow:"\u2190",underleftarrow:"\u2190",xleftarrow:"\u2190",overrightarrow:"\u2192",underrightarrow:"\u2192",xrightarrow:"\u2192",underbrace:"\u23DF",overbrace:"\u23DE",overgroup:"\u23E0",undergroup:"\u23E1",overleftrightarrow:"\u2194",underleftrightarrow:"\u2194",xleftrightarrow:"\u2194",Overrightarrow:"\u21D2",xRightarrow:"\u21D2",overleftharpoon:"\u21BC",xleftharpoonup:"\u21BC",overrightharpoon:"\u21C0",xrightharpoonup:"\u21C0",xLeftarrow:"\u21D0",xLeftrightarrow:"\u21D4",xhookleftarrow:"\u21A9",xhookrightarrow:"\u21AA",xmapsto:"\u21A6",xrightharpoondown:"\u21C1",xleftharpoondown:"\u21BD",xrightleftharpoons:"\u21CC",xleftrightharpoons:"\u21CB",xtwoheadleftarrow:"\u219E",xtwoheadrightarrow:"\u21A0",xlongequal:"=",xtofrom:"\u21C4",xrightleftarrows:"\u21C4",xrightequilibrium:"\u21CC",xleftequilibrium:"\u21CB","\\cdrightarrow":"\u2192","\\cdleftarrow":"\u2190","\\cdlongequal":"="},h1=function(t){let e=new z.MathNode("mo",[new z.TextNode(u1[t.replace(/^\\/,"")])]);return e.setAttribute("stretchy","true"),e},m1={overrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],overleftarrow:[["leftarrow"],.888,522,"xMinYMin"],underrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],underleftarrow:[["leftarrow"],.888,522,"xMinYMin"],xrightarrow:[["rightarrow"],1.469,522,"xMaxYMin"],"\\cdrightarrow":[["rightarrow"],3,522,"xMaxYMin"],xleftarrow:[["leftarrow"],1.469,522,"xMinYMin"],"\\cdleftarrow":[["leftarrow"],3,522,"xMinYMin"],Overrightarrow:[["doublerightarrow"],.888,560,"xMaxYMin"],xRightarrow:[["doublerightarrow"],1.526,560,"xMaxYMin"],xLeftarrow:[["doubleleftarrow"],1.526,560,"xMinYMin"],overleftharpoon:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoonup:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoondown:[["leftharpoondown"],.888,522,"xMinYMin"],overrightharpoon:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoonup:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoondown:[["rightharpoondown"],.888,522,"xMaxYMin"],xlongequal:[["longequal"],.888,334,"xMinYMin"],"\\cdlongequal":[["longequal"],3,334,"xMinYMin"],xtwoheadleftarrow:[["twoheadleftarrow"],.888,334,"xMinYMin"],xtwoheadrightarrow:[["twoheadrightarrow"],.888,334,"xMaxYMin"],overleftrightarrow:[["leftarrow","rightarrow"],.888,522],overbrace:[["leftbrace","midbrace","rightbrace"],1.6,548],underbrace:[["leftbraceunder","midbraceunder","rightbraceunder"],1.6,548],underleftrightarrow:[["leftarrow","rightarrow"],.888,522],xleftrightarrow:[["leftarrow","rightarrow"],1.75,522],xLeftrightarrow:[["doubleleftarrow","doublerightarrow"],1.75,560],xrightleftharpoons:[["leftharpoondownplus","rightharpoonplus"],1.75,716],xleftrightharpoons:[["leftharpoonplus","rightharpoondownplus"],1.75,716],xhookleftarrow:[["leftarrow","righthook"],1.08,522],xhookrightarrow:[["lefthook","rightarrow"],1.08,522],overlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],underlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],overgroup:[["leftgroup","rightgroup"],.888,342],undergroup:[["leftgroupunder","rightgroupunder"],.888,342],xmapsto:[["leftmapsto","rightarrow"],1.5,522],xtofrom:[["leftToFrom","rightToFrom"],1.75,528],xrightleftarrows:[["baraboveleftarrow","rightarrowabovebar"],1.75,901],xrightequilibrium:[["baraboveshortleftharpoon","rightharpoonaboveshortbar"],1.75,716],xleftequilibrium:[["shortbaraboveleftharpoon","shortrightharpoonabovebar"],1.75,716]},d1=function(t){return t.type==="ordgroup"?t.body.length:1};var U0={encloseSpan:function(t,e,r,n,s){let a,o=t.height+t.depth+r+n;if(/fbox|color|angl/.test(e)){if(a=x.makeSpan(["stretchy",e],[],s),e==="fbox"){let u=s.color&&s.getColor();u&&(a.style.borderColor=u)}}else{let u=[];/^[bx]cancel$/.test(e)&&u.push(new je({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(e)&&u.push(new je({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));let m=new P0(u,{width:"100%",height:T(o)});a=x.makeSvgSpan([],[m],s)}return a.height=o,a.style.height=T(o),a},mathMLnode:h1,svgSpan:function(t,e){function r(){let o=4e5,u=t.label.slice(1);if(B.contains(["widehat","widecheck","widetilde","utilde"],u)){let p=d1(t.base),b,y,k;if(p>5)u==="widehat"||u==="widecheck"?(b=420,o=2364,k=.42,y=u+"4"):(b=312,o=2340,k=.34,y="tilde4");else{let q=[1,1,2,2,3,3][p];u==="widehat"||u==="widecheck"?(o=[0,1062,2364,2364,2364][q],b=[0,239,300,360,420][q],k=[0,.24,.3,.3,.36,.42][q],y=u+q):(o=[0,600,1033,2339,2340][q],b=[0,260,286,306,312][q],k=[0,.26,.286,.3,.306,.34][q],y="tilde"+q)}let S=new X0(y),D=new P0([S],{width:"100%",height:T(k),viewBox:"0 0 "+o+" "+b,preserveAspectRatio:"none"});return{span:x.makeSvgSpan([],[D],e),minWidth:0,height:k}}else{let m=[],p=m1[u],[b,y,k]=p,S=k/1e3,D=b.length,q,V;if(D===1){let P=p[3];q=["hide-tail"],V=[P]}else if(D===2)q=["halfarrow-left","halfarrow-right"],V=["xMinYMin","xMaxYMin"];else if(D===3)q=["brace-left","brace-center","brace-right"],V=["xMinYMin","xMidYMin","xMaxYMin"];else throw new Error(`Correct katexImagesData or update code here to support
256
+ `+D+" children.");for(let P=0;P<D;P++){let G=new X0(b[P]),W=new P0([G],{width:"400em",height:T(S),viewBox:"0 0 "+o+" "+k,preserveAspectRatio:V[P]+" slice"}),K=x.makeSvgSpan([q[P]],[W],e);if(D===1)return{span:K,minWidth:y,height:S};K.style.height=T(S),m.push(K)}return{span:x.makeSpan(["stretchy"],m,e),minWidth:y,height:S}}}let{span:n,minWidth:s,height:a}=r();return n.height=a,n.style.height=T(a),s>0&&(n.style.minWidth=T(s)),n}};function _(t,e){if(!t||t.type!==e)throw new Error("Expected node of type "+e+", but got "+(t?"node of type "+t.type:String(t)));return t}function it(t){let e=Ie(t);if(!e)throw new Error("Expected node of symbol group type, but got "+(t?"node of type "+t.type:String(t)));return e}function Ie(t){return t&&(t.type==="atom"||Vn.hasOwnProperty(t.type))?t:null}let at=(t,e)=>{let r,n,s;t&&t.type==="supsub"?(n=_(t.base,"accent"),r=n.base,t.base=r,s=_n($(t,e)),t.base=n):(n=_(t,"accent"),r=n.base);let a=$(r,e.havingCrampedStyle()),o=n.isShifty&&B.isCharacterBox(r),u=0;if(o){let k=B.getBaseElem(r),S=$(k,e.havingCrampedStyle());u=_t(S).skew}let m=n.label==="\\c",p=m?a.height+a.depth:Math.min(a.height,e.fontMetrics().xHeight),b;if(n.isStretchy)b=U0.svgSpan(n,e),b=x.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:a},{type:"elem",elem:b,wrapperClasses:["svg-align"],wrapperStyle:u>0?{width:"calc(100% - "+T(2*u)+")",marginLeft:T(2*u)}:void 0}]},e);else{let k,S;n.label==="\\vec"?(k=x.staticSvg("vec",e),S=x.svgData.vec[1]):(k=x.makeOrd({mode:n.mode,text:n.label},e,"textord"),k=_t(k),k.italic=0,S=k.width,m&&(p+=k.depth)),b=x.makeSpan(["accent-body"],[k]);let D=n.label==="\\textcircled";D&&(b.classes.push("accent-full"),p=a.height);let q=u;D||(q-=S/2),b.style.left=T(q),n.label==="\\textcircled"&&(b.style.top=".2em"),b=x.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:a},{type:"kern",size:-p},{type:"elem",elem:b}]},e)}let y=x.makeSpan(["mord","accent"],[b],e);return s?(s.children[0]=y,s.height=Math.max(y.height,s.height),s.classes[0]="mord",s):y},tr=(t,e)=>{let r=t.isStretchy?U0.mathMLnode(t.label):new z.MathNode("mo",[T0(t.label,t.mode)]),n=new z.MathNode("mover",[Z(t.base,e),r]);return n.setAttribute("accent","true"),n},f1=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map(t=>"\\"+t).join("|"));C({type:"accent",names:["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring","\\widecheck","\\widehat","\\widetilde","\\overrightarrow","\\overleftarrow","\\Overrightarrow","\\overleftrightarrow","\\overgroup","\\overlinesegment","\\overleftharpoon","\\overrightharpoon"],props:{numArgs:1},handler:(t,e)=>{let r=De(e[0]),n=!f1.test(t.funcName),s=!n||t.funcName==="\\widehat"||t.funcName==="\\widetilde"||t.funcName==="\\widecheck";return{type:"accent",mode:t.parser.mode,label:t.funcName,isStretchy:n,isShifty:s,base:r}},htmlBuilder:at,mathmlBuilder:tr}),C({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\c","\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["primitive"]},handler:(t,e)=>{let r=e[0],n=t.parser.mode;return n==="math"&&(t.parser.settings.reportNonstrict("mathVsTextAccents","LaTeX's accent "+t.funcName+" works only in text mode"),n="text"),{type:"accent",mode:n,label:t.funcName,isStretchy:!1,isShifty:!0,base:r}},htmlBuilder:at,mathmlBuilder:tr}),C({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:(t,e)=>{let{parser:r,funcName:n}=t,s=e[0];return{type:"accentUnder",mode:r.mode,label:n,base:s}},htmlBuilder:(t,e)=>{let r=$(t.base,e),n=U0.svgSpan(t,e),s=t.label==="\\utilde"?.12:0,a=x.makeVList({positionType:"top",positionData:r.height,children:[{type:"elem",elem:n,wrapperClasses:["svg-align"]},{type:"kern",size:s},{type:"elem",elem:r}]},e);return x.makeSpan(["mord","accentunder"],[a],e)},mathmlBuilder:(t,e)=>{let r=U0.mathMLnode(t.label),n=new z.MathNode("munder",[Z(t.base,e),r]);return n.setAttribute("accentunder","true"),n}});let Ee=t=>{let e=new z.MathNode("mpadded",t?[t]:[]);return e.setAttribute("width","+0.6em"),e.setAttribute("lspace","0.3em"),e};C({type:"xArrow",names:["\\xleftarrow","\\xrightarrow","\\xLeftarrow","\\xRightarrow","\\xleftrightarrow","\\xLeftrightarrow","\\xhookleftarrow","\\xhookrightarrow","\\xmapsto","\\xrightharpoondown","\\xrightharpoonup","\\xleftharpoondown","\\xleftharpoonup","\\xrightleftharpoons","\\xleftrightharpoons","\\xlongequal","\\xtwoheadrightarrow","\\xtwoheadleftarrow","\\xtofrom","\\xrightleftarrows","\\xrightequilibrium","\\xleftequilibrium","\\\\cdrightarrow","\\\\cdleftarrow","\\\\cdlongequal"],props:{numArgs:1,numOptionalArgs:1},handler(t,e,r){let{parser:n,funcName:s}=t;return{type:"xArrow",mode:n.mode,label:s,body:e[0],below:r[0]}},htmlBuilder(t,e){let r=e.style,n=e.havingStyle(r.sup()),s=x.wrapFragment($(t.body,n,e),e),a=t.label.slice(0,2)==="\\x"?"x":"cd";s.classes.push(a+"-arrow-pad");let o;t.below&&(n=e.havingStyle(r.sub()),o=x.wrapFragment($(t.below,n,e),e),o.classes.push(a+"-arrow-pad"));let u=U0.svgSpan(t,e),m=-e.fontMetrics().axisHeight+.5*u.height,p=-e.fontMetrics().axisHeight-.5*u.height-.111;(s.depth>.25||t.label==="\\xleftequilibrium")&&(p-=s.depth);let b;if(o){let y=-e.fontMetrics().axisHeight+o.height+.5*u.height+.111;b=x.makeVList({positionType:"individualShift",children:[{type:"elem",elem:s,shift:p},{type:"elem",elem:u,shift:m},{type:"elem",elem:o,shift:y}]},e)}else b=x.makeVList({positionType:"individualShift",children:[{type:"elem",elem:s,shift:p},{type:"elem",elem:u,shift:m}]},e);return b.children[0].children[0].children[1].classes.push("svg-align"),x.makeSpan(["mrel","x-arrow"],[b],e)},mathmlBuilder(t,e){let r=U0.mathMLnode(t.label);r.setAttribute("minsize",t.label.charAt(0)==="x"?"1.75em":"3.0em");let n;if(t.body){let s=Ee(Z(t.body,e));if(t.below){let a=Ee(Z(t.below,e));n=new z.MathNode("munderover",[r,a,s])}else n=new z.MathNode("mover",[r,s])}else if(t.below){let s=Ee(Z(t.below,e));n=new z.MathNode("munder",[r,s])}else n=Ee(),n=new z.MathNode("mover",[r,n]);return n}});let p1=x.makeSpan;function rr(t,e){let r=m0(t.body,e,!0);return p1([t.mclass],r,e)}function nr(t,e){let r,n=k0(t.body,e);return t.mclass==="minner"?r=new z.MathNode("mpadded",n):t.mclass==="mord"?t.isCharacterBox?(r=n[0],r.type="mi"):r=new z.MathNode("mi",n):(t.isCharacterBox?(r=n[0],r.type="mo"):r=new z.MathNode("mo",n),t.mclass==="mbin"?(r.attributes.lspace="0.22em",r.attributes.rspace="0.22em"):t.mclass==="mpunct"?(r.attributes.lspace="0em",r.attributes.rspace="0.17em"):t.mclass==="mopen"||t.mclass==="mclose"?(r.attributes.lspace="0em",r.attributes.rspace="0em"):t.mclass==="minner"&&(r.attributes.lspace="0.0556em",r.attributes.width="+0.1111em")),r}C({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1,primitive:!0},handler(t,e){let{parser:r,funcName:n}=t,s=e[0];return{type:"mclass",mode:r.mode,mclass:"m"+n.slice(5),body:o0(s),isCharacterBox:B.isCharacterBox(s)}},htmlBuilder:rr,mathmlBuilder:nr});let Oe=t=>{let e=t.type==="ordgroup"&&t.body.length?t.body[0]:t;return e.type==="atom"&&(e.family==="bin"||e.family==="rel")?"m"+e.family:"mord"};C({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler(t,e){let{parser:r}=t;return{type:"mclass",mode:r.mode,mclass:Oe(e[0]),body:o0(e[1]),isCharacterBox:B.isCharacterBox(e[1])}}}),C({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler(t,e){let{parser:r,funcName:n}=t,s=e[1],a=e[0],o;n!=="\\stackrel"?o=Oe(s):o="mrel";let u={type:"op",mode:s.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:n!=="\\stackrel",body:o0(s)},m={type:"supsub",mode:a.mode,base:u,sup:n==="\\underset"?null:a,sub:n==="\\underset"?a:null};return{type:"mclass",mode:r.mode,mclass:o,body:[m],isCharacterBox:B.isCharacterBox(m)}},htmlBuilder:rr,mathmlBuilder:nr}),C({type:"pmb",names:["\\pmb"],props:{numArgs:1,allowedInText:!0},handler(t,e){let{parser:r}=t;return{type:"pmb",mode:r.mode,mclass:Oe(e[0]),body:o0(e[0])}},htmlBuilder(t,e){let r=m0(t.body,e,!0),n=x.makeSpan([t.mclass],r,e);return n.style.textShadow="0.02em 0.01em 0.04px",n},mathmlBuilder(t,e){let r=k0(t.body,e),n=new z.MathNode("mstyle",r);return n.setAttribute("style","text-shadow: 0.02em 0.01em 0.04px"),n}});let g1={">":"\\\\cdrightarrow","<":"\\\\cdleftarrow","=":"\\\\cdlongequal",A:"\\uparrow",V:"\\downarrow","|":"\\Vert",".":"no arrow"},sr=()=>({type:"styling",body:[],mode:"math",style:"display"}),ir=t=>t.type==="textord"&&t.text==="@",b1=(t,e)=>(t.type==="mathord"||t.type==="atom")&&t.text===e;function y1(t,e,r){let n=g1[t];switch(n){case"\\\\cdrightarrow":case"\\\\cdleftarrow":return r.callFunction(n,[e[0]],[e[1]]);case"\\uparrow":case"\\downarrow":{let s=r.callFunction("\\\\cdleft",[e[0]],[]),a={type:"atom",text:n,mode:"math",family:"rel"},o=r.callFunction("\\Big",[a],[]),u=r.callFunction("\\\\cdright",[e[1]],[]),m={type:"ordgroup",mode:"math",body:[s,o,u]};return r.callFunction("\\\\cdparent",[m],[])}case"\\\\cdlongequal":return r.callFunction("\\\\cdlongequal",[],[]);case"\\Vert":{let s={type:"textord",text:"\\Vert",mode:"math"};return r.callFunction("\\Big",[s],[])}default:return{type:"textord",text:" ",mode:"math"}}}function x1(t){let e=[];for(t.gullet.beginGroup(),t.gullet.macros.set("\\cr","\\\\\\relax"),t.gullet.beginGroup();;){e.push(t.parseExpression(!1,"\\\\")),t.gullet.endGroup(),t.gullet.beginGroup();let a=t.fetch().text;if(a==="&"||a==="\\\\")t.consume();else if(a==="\\end"){e[e.length-1].length===0&&e.pop();break}else throw new v("Expected \\\\ or \\cr or \\end",t.nextToken)}let r=[],n=[r];for(let a=0;a<e.length;a++){let o=e[a],u=sr();for(let m=0;m<o.length;m++)if(!ir(o[m]))u.body.push(o[m]);else{r.push(u),m+=1;let p=it(o[m]).text,b=new Array(2);if(b[0]={type:"ordgroup",mode:"math",body:[]},b[1]={type:"ordgroup",mode:"math",body:[]},!("=|.".indexOf(p)>-1))if("<>AV".indexOf(p)>-1)for(let S=0;S<2;S++){let D=!0;for(let q=m+1;q<o.length;q++){if(b1(o[q],p)){D=!1,m=q;break}if(ir(o[q]))throw new v("Missing a "+p+" character to complete a CD arrow.",o[q]);b[S].body.push(o[q])}if(D)throw new v("Missing a "+p+" character to complete a CD arrow.",o[m])}else throw new v('Expected one of "<>AV=|." after @',o[m]);let k={type:"styling",body:[y1(p,b,t)],mode:"math",style:"display"};r.push(k),u=sr()}a%2===0?r.push(u):r.shift(),r=[],n.push(r)}t.gullet.endGroup(),t.gullet.endGroup();let s=new Array(n[0].length).fill({type:"align",align:"c",pregap:.25,postgap:.25});return{type:"array",mode:"math",body:n,arraystretch:1,addJot:!0,rowGaps:[null],cols:s,colSeparationType:"CD",hLinesBeforeRow:new Array(n.length+1).fill([])}}C({type:"cdlabel",names:["\\\\cdleft","\\\\cdright"],props:{numArgs:1},handler(t,e){let{parser:r,funcName:n}=t;return{type:"cdlabel",mode:r.mode,side:n.slice(4),label:e[0]}},htmlBuilder(t,e){let r=e.havingStyle(e.style.sup()),n=x.wrapFragment($(t.label,r,e),e);return n.classes.push("cd-label-"+t.side),n.style.bottom=T(.8-n.depth),n.height=0,n.depth=0,n},mathmlBuilder(t,e){let r=new z.MathNode("mrow",[Z(t.label,e)]);return r=new z.MathNode("mpadded",[r]),r.setAttribute("width","0"),t.side==="left"&&r.setAttribute("lspace","-1width"),r.setAttribute("voffset","0.7em"),r=new z.MathNode("mstyle",[r]),r.setAttribute("displaystyle","false"),r.setAttribute("scriptlevel","1"),r}}),C({type:"cdlabelparent",names:["\\\\cdparent"],props:{numArgs:1},handler(t,e){let{parser:r}=t;return{type:"cdlabelparent",mode:r.mode,fragment:e[0]}},htmlBuilder(t,e){let r=x.wrapFragment($(t.fragment,e),e);return r.classes.push("cd-vert-arrow"),r},mathmlBuilder(t,e){return new z.MathNode("mrow",[Z(t.fragment,e)])}}),C({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler(t,e){let{parser:r}=t,s=_(e[0],"ordgroup").body,a="";for(let m=0;m<s.length;m++){let p=_(s[m],"textord");a+=p.text}let o=parseInt(a),u;if(isNaN(o))throw new v("\\@char has non-numeric argument "+a);if(o<0||o>=1114111)throw new v("\\@char with invalid code point "+a);return o<=65535?u=String.fromCharCode(o):(o-=65536,u=String.fromCharCode((o>>10)+55296,(o&1023)+56320)),{type:"textord",mode:r.mode,text:u}}});let ar=(t,e)=>{let r=m0(t.body,e.withColor(t.color),!1);return x.makeFragment(r)},lr=(t,e)=>{let r=k0(t.body,e.withColor(t.color)),n=new z.MathNode("mstyle",r);return n.setAttribute("mathcolor",t.color),n};C({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,argTypes:["color","original"]},handler(t,e){let{parser:r}=t,n=_(e[0],"color-token").color,s=e[1];return{type:"color",mode:r.mode,color:n,body:o0(s)}},htmlBuilder:ar,mathmlBuilder:lr}),C({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,argTypes:["color"]},handler(t,e){let{parser:r,breakOnTokenText:n}=t,s=_(e[0],"color-token").color;r.gullet.macros.set("\\current@color",s);let a=r.parseExpression(!0,n);return{type:"color",mode:r.mode,color:s,body:a}},htmlBuilder:ar,mathmlBuilder:lr}),C({type:"cr",names:["\\\\"],props:{numArgs:0,numOptionalArgs:0,allowedInText:!0},handler(t,e,r){let{parser:n}=t,s=n.gullet.future().text==="["?n.parseSizeGroup(!0):null,a=!n.settings.displayMode||!n.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode");return{type:"cr",mode:n.mode,newLine:a,size:s&&_(s,"size").value}},htmlBuilder(t,e){let r=x.makeSpan(["mspace"],[],e);return t.newLine&&(r.classes.push("newline"),t.size&&(r.style.marginTop=T(n0(t.size,e)))),r},mathmlBuilder(t,e){let r=new z.MathNode("mspace");return t.newLine&&(r.setAttribute("linebreak","newline"),t.size&&r.setAttribute("height",T(n0(t.size,e)))),r}});let lt={"\\global":"\\global","\\long":"\\\\globallong","\\\\globallong":"\\\\globallong","\\def":"\\gdef","\\gdef":"\\gdef","\\edef":"\\xdef","\\xdef":"\\xdef","\\let":"\\\\globallet","\\futurelet":"\\\\globalfuture"},or=t=>{let e=t.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(e))throw new v("Expected a control sequence",t);return e},w1=t=>{let e=t.gullet.popToken();return e.text==="="&&(e=t.gullet.popToken(),e.text===" "&&(e=t.gullet.popToken())),e},cr=(t,e,r,n)=>{let s=t.gullet.macros.get(r.text);s==null&&(r.noexpand=!0,s={tokens:[r],numArgs:0,unexpandable:!t.gullet.isExpandable(r.text)}),t.gullet.macros.set(e,s,n)};C({type:"internal",names:["\\global","\\long","\\\\globallong"],props:{numArgs:0,allowedInText:!0},handler(t){let{parser:e,funcName:r}=t;e.consumeSpaces();let n=e.fetch();if(lt[n.text])return(r==="\\global"||r==="\\\\globallong")&&(n.text=lt[n.text]),_(e.parseFunction(),"internal");throw new v("Invalid token after macro prefix",n)}}),C({type:"internal",names:["\\def","\\gdef","\\edef","\\xdef"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(t){let{parser:e,funcName:r}=t,n=e.gullet.popToken(),s=n.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(s))throw new v("Expected a control sequence",n);let a=0,o,u=[[]];for(;e.gullet.future().text!=="{";)if(n=e.gullet.popToken(),n.text==="#"){if(e.gullet.future().text==="{"){o=e.gullet.future(),u[a].push("{");break}if(n=e.gullet.popToken(),!/^[1-9]$/.test(n.text))throw new v('Invalid argument number "'+n.text+'"');if(parseInt(n.text)!==a+1)throw new v('Argument number "'+n.text+'" out of order');a++,u.push([])}else{if(n.text==="EOF")throw new v("Expected a macro definition");u[a].push(n.text)}let{tokens:m}=e.gullet.consumeArg();return o&&m.unshift(o),(r==="\\edef"||r==="\\xdef")&&(m=e.gullet.expandTokens(m),m.reverse()),e.gullet.macros.set(s,{tokens:m,numArgs:a,delimiters:u},r===lt[r]),{type:"internal",mode:e.mode}}}),C({type:"internal",names:["\\let","\\\\globallet"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(t){let{parser:e,funcName:r}=t,n=or(e.gullet.popToken());e.gullet.consumeSpaces();let s=w1(e);return cr(e,n,s,r==="\\\\globallet"),{type:"internal",mode:e.mode}}}),C({type:"internal",names:["\\futurelet","\\\\globalfuture"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(t){let{parser:e,funcName:r}=t,n=or(e.gullet.popToken()),s=e.gullet.popToken(),a=e.gullet.popToken();return cr(e,n,a,r==="\\\\globalfuture"),e.gullet.pushToken(a),e.gullet.pushToken(s),{type:"internal",mode:e.mode}}});let pe=function(t,e,r){let n=s0.math[t]&&s0.math[t].replace,s=Ue(n||t,e,r);if(!s)throw new Error("Unsupported symbol "+t+" and font size "+e+".");return s},ot=function(t,e,r,n){let s=r.havingBaseStyle(e),a=x.makeSpan(n.concat(s.sizingClasses(r)),[t],r),o=s.sizeMultiplier/r.sizeMultiplier;return a.height*=o,a.depth*=o,a.maxFontSize=s.sizeMultiplier,a},ur=function(t,e,r){let n=e.havingBaseStyle(r),s=(1-e.sizeMultiplier/n.sizeMultiplier)*e.fontMetrics().axisHeight;t.classes.push("delimcenter"),t.style.top=T(s),t.height-=s,t.depth+=s},k1=function(t,e,r,n,s,a){let o=x.makeSymbol(t,"Main-Regular",s,n),u=ot(o,e,n,a);return r&&ur(u,n,e),u},v1=function(t,e,r,n){return x.makeSymbol(t,"Size"+e+"-Regular",r,n)},hr=function(t,e,r,n,s,a){let o=v1(t,e,s,n),u=ot(x.makeSpan(["delimsizing","size"+e],[o],n),E.TEXT,n,a);return r&&ur(u,n,E.TEXT),u},ct=function(t,e,r){let n;return e==="Size1-Regular"?n="delim-size1":n="delim-size4",{type:"elem",elem:x.makeSpan(["delimsizinginner",n],[x.makeSpan([],[x.makeSymbol(t,e,r)])])}},ut=function(t,e,r){let n=E0["Size4-Regular"][t.charCodeAt(0)]?E0["Size4-Regular"][t.charCodeAt(0)][4]:E0["Size1-Regular"][t.charCodeAt(0)][4],s=new X0("inner",Nn(t,Math.round(1e3*e))),a=new P0([s],{width:T(n),height:T(e),style:"width:"+T(n),viewBox:"0 0 "+1e3*n+" "+Math.round(1e3*e),preserveAspectRatio:"xMinYMin"}),o=x.makeSvgSpan([],[a],r);return o.height=e,o.style.height=T(e),o.style.width=T(n),{type:"elem",elem:o}},ht=.008,Re={type:"kern",size:-1*ht},S1=["|","\\lvert","\\rvert","\\vert"],M1=["\\|","\\lVert","\\rVert","\\Vert"],mr=function(t,e,r,n,s,a){let o,u,m,p,b="",y=0;o=m=p=t,u=null;let k="Size1-Regular";t==="\\uparrow"?m=p="\u23D0":t==="\\Uparrow"?m=p="\u2016":t==="\\downarrow"?o=m="\u23D0":t==="\\Downarrow"?o=m="\u2016":t==="\\updownarrow"?(o="\\uparrow",m="\u23D0",p="\\downarrow"):t==="\\Updownarrow"?(o="\\Uparrow",m="\u2016",p="\\Downarrow"):B.contains(S1,t)?(m="\u2223",b="vert",y=333):B.contains(M1,t)?(m="\u2225",b="doublevert",y=556):t==="["||t==="\\lbrack"?(o="\u23A1",m="\u23A2",p="\u23A3",k="Size4-Regular",b="lbrack",y=667):t==="]"||t==="\\rbrack"?(o="\u23A4",m="\u23A5",p="\u23A6",k="Size4-Regular",b="rbrack",y=667):t==="\\lfloor"||t==="\u230A"?(m=o="\u23A2",p="\u23A3",k="Size4-Regular",b="lfloor",y=667):t==="\\lceil"||t==="\u2308"?(o="\u23A1",m=p="\u23A2",k="Size4-Regular",b="lceil",y=667):t==="\\rfloor"||t==="\u230B"?(m=o="\u23A5",p="\u23A6",k="Size4-Regular",b="rfloor",y=667):t==="\\rceil"||t==="\u2309"?(o="\u23A4",m=p="\u23A5",k="Size4-Regular",b="rceil",y=667):t==="("||t==="\\lparen"?(o="\u239B",m="\u239C",p="\u239D",k="Size4-Regular",b="lparen",y=875):t===")"||t==="\\rparen"?(o="\u239E",m="\u239F",p="\u23A0",k="Size4-Regular",b="rparen",y=875):t==="\\{"||t==="\\lbrace"?(o="\u23A7",u="\u23A8",p="\u23A9",m="\u23AA",k="Size4-Regular"):t==="\\}"||t==="\\rbrace"?(o="\u23AB",u="\u23AC",p="\u23AD",m="\u23AA",k="Size4-Regular"):t==="\\lgroup"||t==="\u27EE"?(o="\u23A7",p="\u23A9",m="\u23AA",k="Size4-Regular"):t==="\\rgroup"||t==="\u27EF"?(o="\u23AB",p="\u23AD",m="\u23AA",k="Size4-Regular"):t==="\\lmoustache"||t==="\u23B0"?(o="\u23A7",p="\u23AD",m="\u23AA",k="Size4-Regular"):(t==="\\rmoustache"||t==="\u23B1")&&(o="\u23AB",p="\u23A9",m="\u23AA",k="Size4-Regular");let S=pe(o,k,s),D=S.height+S.depth,q=pe(m,k,s),V=q.height+q.depth,P=pe(p,k,s),G=P.height+P.depth,W=0,K=1;if(u!==null){let l0=pe(u,k,s);W=l0.height+l0.depth,K=2}let x0=D+G+W,d0=Math.max(0,Math.ceil((e-x0)/(K*V))),C0=x0+d0*K*V,le=n.fontMetrics().axisHeight;r&&(le*=n.sizeMultiplier);let U=C0/2-le,Y=[];if(b.length>0){let l0=C0-D-G,a0=Math.round(C0*1e3),N0=Dn(b,Math.round(l0*1e3)),Z1=new X0(b,N0),rn=(y/1e3).toFixed(3)+"em",nn=(a0/1e3).toFixed(3)+"em",K1=new P0([Z1],{width:rn,height:nn,viewBox:"0 0 "+y+" "+a0}),Pe=x.makeSvgSpan([],[K1],n);Pe.height=a0/1e3,Pe.style.width=rn,Pe.style.height=nn,Y.push({type:"elem",elem:Pe})}else{if(Y.push(ct(p,k,s)),Y.push(Re),u===null){let l0=C0-D-G+2*ht;Y.push(ut(m,l0,n))}else{let l0=(C0-D-G-W)/2+2*ht;Y.push(ut(m,l0,n)),Y.push(Re),Y.push(ct(u,k,s)),Y.push(Re),Y.push(ut(m,l0,n))}Y.push(Re),Y.push(ct(o,k,s))}let Q=n.havingBaseStyle(E.TEXT),r0=x.makeVList({positionType:"bottom",positionData:U,children:Y},Q);return ot(x.makeSpan(["delimsizing","mult"],[r0],Q),E.TEXT,n,a)},mt=80,dt=.08,ft=function(t,e,r,n,s){let a=Cn(t,n,r),o=new X0(t,a),u=new P0([o],{width:"400em",height:T(e),viewBox:"0 0 400000 "+r,preserveAspectRatio:"xMinYMin slice"});return x.makeSvgSpan(["hide-tail"],[u],s)},z1=function(t,e){let r=e.havingBaseSizing(),n=gr("\\surd",t*r.sizeMultiplier,pr,r),s=r.sizeMultiplier,a=Math.max(0,e.minRuleThickness-e.fontMetrics().sqrtRuleThickness),o,u=0,m=0,p=0,b;return n.type==="small"?(p=1e3+1e3*a+mt,t<1?s=1:t<1.4&&(s=.7),u=(1+a+dt)/s,m=(1+a)/s,o=ft("sqrtMain",u,p,a,e),o.style.minWidth="0.853em",b=.833/s):n.type==="large"?(p=(1e3+mt)*ge[n.size],m=(ge[n.size]+a)/s,u=(ge[n.size]+a+dt)/s,o=ft("sqrtSize"+n.size,u,p,a,e),o.style.minWidth="1.02em",b=1/s):(u=t+a+dt,m=t+a,p=Math.floor(1e3*t+a)+mt,o=ft("sqrtTall",u,p,a,e),o.style.minWidth="0.742em",b=1.056),o.height=m,o.style.height=T(u),{span:o,advanceWidth:b,ruleWidth:(e.fontMetrics().sqrtRuleThickness+a)*s}},dr=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","\u230A","\u230B","\\lceil","\\rceil","\u2308","\u2309","\\surd"],A1=["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","\u27EE","\u27EF","\\lmoustache","\\rmoustache","\u23B0","\u23B1"],fr=["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"],ge=[0,1.2,1.8,2.4,3],T1=function(t,e,r,n,s){if(t==="<"||t==="\\lt"||t==="\u27E8"?t="\\langle":(t===">"||t==="\\gt"||t==="\u27E9")&&(t="\\rangle"),B.contains(dr,t)||B.contains(fr,t))return hr(t,e,!1,r,n,s);if(B.contains(A1,t))return mr(t,ge[e],!1,r,n,s);throw new v("Illegal delimiter: '"+t+"'")},B1=[{type:"small",style:E.SCRIPTSCRIPT},{type:"small",style:E.SCRIPT},{type:"small",style:E.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],C1=[{type:"small",style:E.SCRIPTSCRIPT},{type:"small",style:E.SCRIPT},{type:"small",style:E.TEXT},{type:"stack"}],pr=[{type:"small",style:E.SCRIPTSCRIPT},{type:"small",style:E.SCRIPT},{type:"small",style:E.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],N1=function(t){if(t.type==="small")return"Main-Regular";if(t.type==="large")return"Size"+t.size+"-Regular";if(t.type==="stack")return"Size4-Regular";throw new Error("Add support for delim type '"+t.type+"' here.")},gr=function(t,e,r,n){let s=Math.min(2,3-n.style.size);for(let a=s;a<r.length&&r[a].type!=="stack";a++){let o=pe(t,N1(r[a]),"math"),u=o.height+o.depth;if(r[a].type==="small"){let m=n.havingBaseStyle(r[a].style);u*=m.sizeMultiplier}if(u>e)return r[a]}return r[r.length-1]},br=function(t,e,r,n,s,a){t==="<"||t==="\\lt"||t==="\u27E8"?t="\\langle":(t===">"||t==="\\gt"||t==="\u27E9")&&(t="\\rangle");let o;B.contains(fr,t)?o=B1:B.contains(dr,t)?o=pr:o=C1;let u=gr(t,e,o,n);return u.type==="small"?k1(t,u.style,r,n,s,a):u.type==="large"?hr(t,u.size,r,n,s,a):mr(t,e,r,n,s,a)};var W0={sqrtImage:z1,sizedDelim:T1,sizeToMaxHeight:ge,customSizedDelim:br,leftRightDelim:function(t,e,r,n,s,a){let o=n.fontMetrics().axisHeight*n.sizeMultiplier,u=901,m=5/n.fontMetrics().ptPerEm,p=Math.max(e-o,r+o),b=Math.max(p/500*u,2*p-m);return br(t,b,!0,n,s,a)}};let yr={"\\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}},D1=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","\u230A","\u230B","\\lceil","\\rceil","\u2308","\u2309","<",">","\\langle","\u27E8","\\rangle","\u27E9","\\lt","\\gt","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","\u27EE","\u27EF","\\lmoustache","\\rmoustache","\u23B0","\u23B1","/","\\backslash","|","\\vert","\\|","\\Vert","\\uparrow","\\Uparrow","\\downarrow","\\Downarrow","\\updownarrow","\\Updownarrow","."];function He(t,e){let r=Ie(t);if(r&&B.contains(D1,r.text))return r;throw r?new v("Invalid delimiter '"+r.text+"' after '"+e.funcName+"'",t):new v("Invalid delimiter type '"+t.type+"'",t)}C({type:"delimsizing",names:["\\bigl","\\Bigl","\\biggl","\\Biggl","\\bigr","\\Bigr","\\biggr","\\Biggr","\\bigm","\\Bigm","\\biggm","\\Biggm","\\big","\\Big","\\bigg","\\Bigg"],props:{numArgs:1,argTypes:["primitive"]},handler:(t,e)=>{let r=He(e[0],t);return{type:"delimsizing",mode:t.parser.mode,size:yr[t.funcName].size,mclass:yr[t.funcName].mclass,delim:r.text}},htmlBuilder:(t,e)=>t.delim==="."?x.makeSpan([t.mclass]):W0.sizedDelim(t.delim,t.size,e,t.mode,[t.mclass]),mathmlBuilder:t=>{let e=[];t.delim!=="."&&e.push(T0(t.delim,t.mode));let r=new z.MathNode("mo",e);t.mclass==="mopen"||t.mclass==="mclose"?r.setAttribute("fence","true"):r.setAttribute("fence","false"),r.setAttribute("stretchy","true");let n=T(W0.sizeToMaxHeight[t.size]);return r.setAttribute("minsize",n),r.setAttribute("maxsize",n),r}});function xr(t){if(!t.body)throw new Error("Bug: The leftright ParseNode wasn't fully parsed.")}C({type:"leftright-right",names:["\\right"],props:{numArgs:1,primitive:!0},handler:(t,e)=>{let r=t.parser.gullet.macros.get("\\current@color");if(r&&typeof r!="string")throw new v("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:t.parser.mode,delim:He(e[0],t).text,color:r}}}),C({type:"leftright",names:["\\left"],props:{numArgs:1,primitive:!0},handler:(t,e)=>{let r=He(e[0],t),n=t.parser;++n.leftrightDepth;let s=n.parseExpression(!1);--n.leftrightDepth,n.expect("\\right",!1);let a=_(n.parseFunction(),"leftright-right");return{type:"leftright",mode:n.mode,body:s,left:r.text,right:a.delim,rightColor:a.color}},htmlBuilder:(t,e)=>{xr(t);let r=m0(t.body,e,!0,["mopen","mclose"]),n=0,s=0,a=!1;for(let m=0;m<r.length;m++)r[m].isMiddle?a=!0:(n=Math.max(r[m].height,n),s=Math.max(r[m].depth,s));n*=e.sizeMultiplier,s*=e.sizeMultiplier;let o;if(t.left==="."?o=fe(e,["mopen"]):o=W0.leftRightDelim(t.left,n,s,e,t.mode,["mopen"]),r.unshift(o),a)for(let m=1;m<r.length;m++){let b=r[m].isMiddle;b&&(r[m]=W0.leftRightDelim(b.delim,n,s,b.options,t.mode,[]))}let u;if(t.right===".")u=fe(e,["mclose"]);else{let m=t.rightColor?e.withColor(t.rightColor):e;u=W0.leftRightDelim(t.right,n,s,m,t.mode,["mclose"])}return r.push(u),x.makeSpan(["minner"],r,e)},mathmlBuilder:(t,e)=>{xr(t);let r=k0(t.body,e);if(t.left!=="."){let n=new z.MathNode("mo",[T0(t.left,t.mode)]);n.setAttribute("fence","true"),r.unshift(n)}if(t.right!=="."){let n=new z.MathNode("mo",[T0(t.right,t.mode)]);n.setAttribute("fence","true"),t.rightColor&&n.setAttribute("mathcolor",t.rightColor),r.push(n)}return rt(r)}}),C({type:"middle",names:["\\middle"],props:{numArgs:1,primitive:!0},handler:(t,e)=>{let r=He(e[0],t);if(!t.parser.leftrightDepth)throw new v("\\middle without preceding \\left",r);return{type:"middle",mode:t.parser.mode,delim:r.text}},htmlBuilder:(t,e)=>{let r;if(t.delim===".")r=fe(e,[]);else{r=W0.sizedDelim(t.delim,1,e,t.mode,[]);let n={delim:t.delim,options:e};r.isMiddle=n}return r},mathmlBuilder:(t,e)=>{let r=t.delim==="\\vert"||t.delim==="|"?T0("|","text"):T0(t.delim,t.mode),n=new z.MathNode("mo",[r]);return n.setAttribute("fence","true"),n.setAttribute("lspace","0.05em"),n.setAttribute("rspace","0.05em"),n}});let pt=(t,e)=>{let r=x.wrapFragment($(t.body,e),e),n=t.label.slice(1),s=e.sizeMultiplier,a,o=0,u=B.isCharacterBox(t.body);if(n==="sout")a=x.makeSpan(["stretchy","sout"]),a.height=e.fontMetrics().defaultRuleThickness/s,o=-.5*e.fontMetrics().xHeight;else if(n==="phase"){let p=n0({number:.6,unit:"pt"},e),b=n0({number:.35,unit:"ex"},e),y=e.havingBaseSizing();s=s/y.sizeMultiplier;let k=r.height+r.depth+p+b;r.style.paddingLeft=T(k/2+p);let S=Math.floor(1e3*k*s),D=Tn(S),q=new P0([new X0("phase",D)],{width:"400em",height:T(S/1e3),viewBox:"0 0 400000 "+S,preserveAspectRatio:"xMinYMin slice"});a=x.makeSvgSpan(["hide-tail"],[q],e),a.style.height=T(k),o=r.depth+p+b}else{/cancel/.test(n)?u||r.classes.push("cancel-pad"):n==="angl"?r.classes.push("anglpad"):r.classes.push("boxpad");let p=0,b=0,y=0;/box/.test(n)?(y=Math.max(e.fontMetrics().fboxrule,e.minRuleThickness),p=e.fontMetrics().fboxsep+(n==="colorbox"?0:y),b=p):n==="angl"?(y=Math.max(e.fontMetrics().defaultRuleThickness,e.minRuleThickness),p=4*y,b=Math.max(0,.25-r.depth)):(p=u?.2:0,b=p),a=U0.encloseSpan(r,n,p,b,e),/fbox|boxed|fcolorbox/.test(n)?(a.style.borderStyle="solid",a.style.borderWidth=T(y)):n==="angl"&&y!==.049&&(a.style.borderTopWidth=T(y),a.style.borderRightWidth=T(y)),o=r.depth+b,t.backgroundColor&&(a.style.backgroundColor=t.backgroundColor,t.borderColor&&(a.style.borderColor=t.borderColor))}let m;if(t.backgroundColor)m=x.makeVList({positionType:"individualShift",children:[{type:"elem",elem:a,shift:o},{type:"elem",elem:r,shift:0}]},e);else{let p=/cancel|phase/.test(n)?["svg-align"]:[];m=x.makeVList({positionType:"individualShift",children:[{type:"elem",elem:r,shift:0},{type:"elem",elem:a,shift:o,wrapperClasses:p}]},e)}return/cancel/.test(n)&&(m.height=r.height,m.depth=r.depth),/cancel/.test(n)&&!u?x.makeSpan(["mord","cancel-lap"],[m],e):x.makeSpan(["mord"],[m],e)},gt=(t,e)=>{let r=0,n=new z.MathNode(t.label.indexOf("colorbox")>-1?"mpadded":"menclose",[Z(t.body,e)]);switch(t.label){case"\\cancel":n.setAttribute("notation","updiagonalstrike");break;case"\\bcancel":n.setAttribute("notation","downdiagonalstrike");break;case"\\phase":n.setAttribute("notation","phasorangle");break;case"\\sout":n.setAttribute("notation","horizontalstrike");break;case"\\fbox":n.setAttribute("notation","box");break;case"\\angl":n.setAttribute("notation","actuarial");break;case"\\fcolorbox":case"\\colorbox":if(r=e.fontMetrics().fboxsep*e.fontMetrics().ptPerEm,n.setAttribute("width","+"+2*r+"pt"),n.setAttribute("height","+"+2*r+"pt"),n.setAttribute("lspace",r+"pt"),n.setAttribute("voffset",r+"pt"),t.label==="\\fcolorbox"){let s=Math.max(e.fontMetrics().fboxrule,e.minRuleThickness);n.setAttribute("style","border: "+s+"em solid "+String(t.borderColor))}break;case"\\xcancel":n.setAttribute("notation","updiagonalstrike downdiagonalstrike");break}return t.backgroundColor&&n.setAttribute("mathbackground",t.backgroundColor),n};C({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,argTypes:["color","text"]},handler(t,e,r){let{parser:n,funcName:s}=t,a=_(e[0],"color-token").color,o=e[1];return{type:"enclose",mode:n.mode,label:s,backgroundColor:a,body:o}},htmlBuilder:pt,mathmlBuilder:gt}),C({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,argTypes:["color","color","text"]},handler(t,e,r){let{parser:n,funcName:s}=t,a=_(e[0],"color-token").color,o=_(e[1],"color-token").color,u=e[2];return{type:"enclose",mode:n.mode,label:s,backgroundColor:o,borderColor:a,body:u}},htmlBuilder:pt,mathmlBuilder:gt}),C({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler(t,e){let{parser:r}=t;return{type:"enclose",mode:r.mode,label:"\\fbox",body:e[0]}}}),C({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout","\\phase"],props:{numArgs:1},handler(t,e){let{parser:r,funcName:n}=t,s=e[0];return{type:"enclose",mode:r.mode,label:n,body:s}},htmlBuilder:pt,mathmlBuilder:gt}),C({type:"enclose",names:["\\angl"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!1},handler(t,e){let{parser:r}=t;return{type:"enclose",mode:r.mode,label:"\\angl",body:e[0]}}});let wr={};function R0(t){let{type:e,names:r,props:n,handler:s,htmlBuilder:a,mathmlBuilder:o}=t,u={type:e,numArgs:n.numArgs||0,allowedInText:!1,numOptionalArgs:0,handler:s};for(let m=0;m<r.length;++m)wr[r[m]]=u;a&&(Ce[e]=a),o&&(Ne[e]=o)}let kr={};function h(t,e){kr[t]=e}class M0{constructor(e,r,n){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=e,this.start=r,this.end=n}static range(e,r){return r?!e||!e.loc||!r.loc||e.loc.lexer!==r.loc.lexer?null:new M0(e.loc.lexer,e.loc.start,r.loc.end):e&&e.loc}}class B0{constructor(e,r){this.text=void 0,this.loc=void 0,this.noexpand=void 0,this.treatAsRelax=void 0,this.text=e,this.loc=r}range(e,r){return new B0(r,M0.range(this,e))}}function vr(t){let e=[];t.consumeSpaces();let r=t.fetch().text;for(r==="\\relax"&&(t.consume(),t.consumeSpaces(),r=t.fetch().text);r==="\\hline"||r==="\\hdashline";)t.consume(),e.push(r==="\\hdashline"),t.consumeSpaces(),r=t.fetch().text;return e}let Le=t=>{if(!t.parser.settings.displayMode)throw new v("{"+t.envName+"} can be used only in display mode.")};function bt(t){if(t.indexOf("ed")===-1)return t.indexOf("*")===-1}function Z0(t,e,r){let{hskipBeforeAndAfter:n,addJot:s,cols:a,arraystretch:o,colSeparationType:u,autoTag:m,singleRow:p,emptySingleRow:b,maxNumCols:y,leqno:k}=e;if(t.gullet.beginGroup(),p||t.gullet.macros.set("\\cr","\\\\\\relax"),!o){let K=t.gullet.expandMacroAsText("\\arraystretch");if(K==null)o=1;else if(o=parseFloat(K),!o||o<0)throw new v("Invalid \\arraystretch: "+K)}t.gullet.beginGroup();let S=[],D=[S],q=[],V=[],P=m!=null?[]:void 0;function G(){m&&t.gullet.macros.set("\\@eqnsw","1",!0)}function W(){P&&(t.gullet.macros.get("\\df@tag")?(P.push(t.subparse([new B0("\\df@tag")])),t.gullet.macros.set("\\df@tag",void 0,!0)):P.push(!!m&&t.gullet.macros.get("\\@eqnsw")==="1"))}for(G(),V.push(vr(t));;){let K=t.parseExpression(!1,p?"\\end":"\\\\");t.gullet.endGroup(),t.gullet.beginGroup(),K={type:"ordgroup",mode:t.mode,body:K},r&&(K={type:"styling",mode:t.mode,style:r,body:[K]}),S.push(K);let x0=t.fetch().text;if(x0==="&"){if(y&&S.length===y){if(p||u)throw new v("Too many tab characters: &",t.nextToken);t.settings.reportNonstrict("textEnv","Too few columns specified in the {array} column argument.")}t.consume()}else if(x0==="\\end"){W(),S.length===1&&K.type==="styling"&&K.body[0].body.length===0&&(D.length>1||!b)&&D.pop(),V.length<D.length+1&&V.push([]);break}else if(x0==="\\\\"){t.consume();let d0;t.gullet.future().text!==" "&&(d0=t.parseSizeGroup(!0)),q.push(d0?d0.value:null),W(),V.push(vr(t)),S=[],D.push(S),G()}else throw new v("Expected & or \\\\ or \\cr or \\end",t.nextToken)}return t.gullet.endGroup(),t.gullet.endGroup(),{type:"array",mode:t.mode,addJot:s,arraystretch:o,body:D,cols:a,rowGaps:q,hskipBeforeAndAfter:n,hLinesBeforeRow:V,colSeparationType:u,tags:P,leqno:k}}function yt(t){return t.slice(0,1)==="d"?"display":"text"}let H0=function(t,e){let r,n,s=t.body.length,a=t.hLinesBeforeRow,o=0,u=new Array(s),m=[],p=Math.max(e.fontMetrics().arrayRuleWidth,e.minRuleThickness),b=1/e.fontMetrics().ptPerEm,y=5*b;t.colSeparationType&&t.colSeparationType==="small"&&(y=.2778*(e.havingStyle(E.SCRIPT).sizeMultiplier/e.sizeMultiplier));let k=t.colSeparationType==="CD"?n0({number:3,unit:"ex"},e):12*b,S=3*b,D=t.arraystretch*k,q=.7*D,V=.3*D,P=0;function G(U){for(let Y=0;Y<U.length;++Y)Y>0&&(P+=.25),m.push({pos:P,isDashed:U[Y]})}for(G(a[0]),r=0;r<t.body.length;++r){let U=t.body[r],Y=q,Q=V;o<U.length&&(o=U.length);let r0=new Array(U.length);for(n=0;n<U.length;++n){let N0=$(U[n],e);Q<N0.depth&&(Q=N0.depth),Y<N0.height&&(Y=N0.height),r0[n]=N0}let l0=t.rowGaps[r],a0=0;l0&&(a0=n0(l0,e),a0>0&&(a0+=V,Q<a0&&(Q=a0),a0=0)),t.addJot&&(Q+=S),r0.height=Y,r0.depth=Q,P+=Y,r0.pos=P,P+=Q+a0,u[r]=r0,G(a[r+1])}let W=P/2+e.fontMetrics().axisHeight,K=t.cols||[],x0=[],d0,C0,le=[];if(t.tags&&t.tags.some(U=>U))for(r=0;r<s;++r){let U=u[r],Y=U.pos-W,Q=t.tags[r],r0;Q===!0?r0=x.makeSpan(["eqn-num"],[],e):Q===!1?r0=x.makeSpan([],[],e):r0=x.makeSpan([],m0(Q,e,!0),e),r0.depth=U.depth,r0.height=U.height,le.push({type:"elem",elem:r0,shift:Y})}for(n=0,C0=0;n<o||C0<K.length;++n,++C0){let U=K[C0]||{},Y=!0;for(;U.type==="separator";){if(Y||(d0=x.makeSpan(["arraycolsep"],[]),d0.style.width=T(e.fontMetrics().doubleRuleSep),x0.push(d0)),U.separator==="|"||U.separator===":"){let l0=U.separator==="|"?"solid":"dashed",a0=x.makeSpan(["vertical-separator"],[],e);a0.style.height=T(P),a0.style.borderRightWidth=T(p),a0.style.borderRightStyle=l0,a0.style.margin="0 "+T(-p/2);let N0=P-W;N0&&(a0.style.verticalAlign=T(-N0)),x0.push(a0)}else throw new v("Invalid separator type: "+U.separator);C0++,U=K[C0]||{},Y=!1}if(n>=o)continue;let Q;(n>0||t.hskipBeforeAndAfter)&&(Q=B.deflt(U.pregap,y),Q!==0&&(d0=x.makeSpan(["arraycolsep"],[]),d0.style.width=T(Q),x0.push(d0)));let r0=[];for(r=0;r<s;++r){let l0=u[r],a0=l0[n];if(!a0)continue;let N0=l0.pos-W;a0.depth=l0.depth,a0.height=l0.height,r0.push({type:"elem",elem:a0,shift:N0})}r0=x.makeVList({positionType:"individualShift",children:r0},e),r0=x.makeSpan(["col-align-"+(U.align||"c")],[r0]),x0.push(r0),(n<o-1||t.hskipBeforeAndAfter)&&(Q=B.deflt(U.postgap,y),Q!==0&&(d0=x.makeSpan(["arraycolsep"],[]),d0.style.width=T(Q),x0.push(d0)))}if(u=x.makeSpan(["mtable"],x0),m.length>0){let U=x.makeLineSpan("hline",e,p),Y=x.makeLineSpan("hdashline",e,p),Q=[{type:"elem",elem:u,shift:0}];for(;m.length>0;){let r0=m.pop(),l0=r0.pos-W;r0.isDashed?Q.push({type:"elem",elem:Y,shift:l0}):Q.push({type:"elem",elem:U,shift:l0})}u=x.makeVList({positionType:"individualShift",children:Q},e)}if(le.length===0)return x.makeSpan(["mord"],[u],e);{let U=x.makeVList({positionType:"individualShift",children:le},e);return U=x.makeSpan(["tag"],[U],e),x.makeFragment([u,U])}},q1={c:"center ",l:"left ",r:"right "},L0=function(t,e){let r=[],n=new z.MathNode("mtd",[],["mtr-glue"]),s=new z.MathNode("mtd",[],["mml-eqn-num"]);for(let y=0;y<t.body.length;y++){let k=t.body[y],S=[];for(let D=0;D<k.length;D++)S.push(new z.MathNode("mtd",[Z(k[D],e)]));t.tags&&t.tags[y]&&(S.unshift(n),S.push(n),t.leqno?S.unshift(s):S.push(s)),r.push(new z.MathNode("mtr",S))}let a=new z.MathNode("mtable",r),o=t.arraystretch===.5?.1:.16+t.arraystretch-1+(t.addJot?.09:0);a.setAttribute("rowspacing",T(o));let u="",m="";if(t.cols&&t.cols.length>0){let y=t.cols,k="",S=!1,D=0,q=y.length;y[0].type==="separator"&&(u+="top ",D=1),y[y.length-1].type==="separator"&&(u+="bottom ",q-=1);for(let V=D;V<q;V++)y[V].type==="align"?(m+=q1[y[V].align],S&&(k+="none "),S=!0):y[V].type==="separator"&&S&&(k+=y[V].separator==="|"?"solid ":"dashed ",S=!1);a.setAttribute("columnalign",m.trim()),/[sd]/.test(k)&&a.setAttribute("columnlines",k.trim())}if(t.colSeparationType==="align"){let y=t.cols||[],k="";for(let S=1;S<y.length;S++)k+=S%2?"0em ":"1em ";a.setAttribute("columnspacing",k.trim())}else t.colSeparationType==="alignat"||t.colSeparationType==="gather"?a.setAttribute("columnspacing","0em"):t.colSeparationType==="small"?a.setAttribute("columnspacing","0.2778em"):t.colSeparationType==="CD"?a.setAttribute("columnspacing","0.5em"):a.setAttribute("columnspacing","1em");let p="",b=t.hLinesBeforeRow;u+=b[0].length>0?"left ":"",u+=b[b.length-1].length>0?"right ":"";for(let y=1;y<b.length-1;y++)p+=b[y].length===0?"none ":b[y][0]?"dashed ":"solid ";return/[sd]/.test(p)&&a.setAttribute("rowlines",p.trim()),u!==""&&(a=new z.MathNode("menclose",[a]),a.setAttribute("notation",u.trim())),t.arraystretch&&t.arraystretch<1&&(a=new z.MathNode("mstyle",[a]),a.setAttribute("scriptlevel","1")),a},Sr=function(t,e){t.envName.indexOf("ed")===-1&&Le(t);let r=[],n=t.envName.indexOf("at")>-1?"alignat":"align",s=t.envName==="split",a=Z0(t.parser,{cols:r,addJot:!0,autoTag:s?void 0:bt(t.envName),emptySingleRow:!0,colSeparationType:n,maxNumCols:s?2:void 0,leqno:t.parser.settings.leqno},"display"),o,u=0,m={type:"ordgroup",mode:t.mode,body:[]};if(e[0]&&e[0].type==="ordgroup"){let b="";for(let y=0;y<e[0].body.length;y++){let k=_(e[0].body[y],"textord");b+=k.text}o=Number(b),u=o*2}let p=!u;a.body.forEach(function(b){for(let y=1;y<b.length;y+=2){let k=_(b[y],"styling");_(k.body[0],"ordgroup").body.unshift(m)}if(p)u<b.length&&(u=b.length);else{let y=b.length/2;if(o<y)throw new v("Too many math in a row: "+("expected "+o+", but got "+y),b[0])}});for(let b=0;b<u;++b){let y="r",k=0;b%2===1?y="l":b>0&&p&&(k=1),r[b]={type:"align",align:y,pregap:k,postgap:0}}return a.colSeparationType=p?"align":"alignat",a};R0({type:"array",names:["array","darray"],props:{numArgs:1},handler(t,e){let s=(Ie(e[0])?[e[0]]:_(e[0],"ordgroup").body).map(function(o){let m=it(o).text;if("lcr".indexOf(m)!==-1)return{type:"align",align:m};if(m==="|")return{type:"separator",separator:"|"};if(m===":")return{type:"separator",separator:":"};throw new v("Unknown column alignment: "+m,o)}),a={cols:s,hskipBeforeAndAfter:!0,maxNumCols:s.length};return Z0(t.parser,a,yt(t.envName))},htmlBuilder:H0,mathmlBuilder:L0}),R0({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix","matrix*","pmatrix*","bmatrix*","Bmatrix*","vmatrix*","Vmatrix*"],props:{numArgs:0},handler(t){let e={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[t.envName.replace("*","")],r="c",n={hskipBeforeAndAfter:!1,cols:[{type:"align",align:r}]};if(t.envName.charAt(t.envName.length-1)==="*"){let o=t.parser;if(o.consumeSpaces(),o.fetch().text==="["){if(o.consume(),o.consumeSpaces(),r=o.fetch().text,"lcr".indexOf(r)===-1)throw new v("Expected l or c or r",o.nextToken);o.consume(),o.consumeSpaces(),o.expect("]"),o.consume(),n.cols=[{type:"align",align:r}]}}let s=Z0(t.parser,n,yt(t.envName)),a=Math.max(0,...s.body.map(o=>o.length));return s.cols=new Array(a).fill({type:"align",align:r}),e?{type:"leftright",mode:t.mode,body:[s],left:e[0],right:e[1],rightColor:void 0}:s},htmlBuilder:H0,mathmlBuilder:L0}),R0({type:"array",names:["smallmatrix"],props:{numArgs:0},handler(t){let e={arraystretch:.5},r=Z0(t.parser,e,"script");return r.colSeparationType="small",r},htmlBuilder:H0,mathmlBuilder:L0}),R0({type:"array",names:["subarray"],props:{numArgs:1},handler(t,e){let s=(Ie(e[0])?[e[0]]:_(e[0],"ordgroup").body).map(function(o){let m=it(o).text;if("lc".indexOf(m)!==-1)return{type:"align",align:m};throw new v("Unknown column alignment: "+m,o)});if(s.length>1)throw new v("{subarray} can contain only one column");let a={cols:s,hskipBeforeAndAfter:!1,arraystretch:.5};if(a=Z0(t.parser,a,"script"),a.body.length>0&&a.body[0].length>1)throw new v("{subarray} can contain only one column");return a},htmlBuilder:H0,mathmlBuilder:L0}),R0({type:"array",names:["cases","dcases","rcases","drcases"],props:{numArgs:0},handler(t){let e={arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},r=Z0(t.parser,e,yt(t.envName));return{type:"leftright",mode:t.mode,body:[r],left:t.envName.indexOf("r")>-1?".":"\\{",right:t.envName.indexOf("r")>-1?"\\}":".",rightColor:void 0}},htmlBuilder:H0,mathmlBuilder:L0}),R0({type:"array",names:["align","align*","aligned","split"],props:{numArgs:0},handler:Sr,htmlBuilder:H0,mathmlBuilder:L0}),R0({type:"array",names:["gathered","gather","gather*"],props:{numArgs:0},handler(t){B.contains(["gather","gather*"],t.envName)&&Le(t);let e={cols:[{type:"align",align:"c"}],addJot:!0,colSeparationType:"gather",autoTag:bt(t.envName),emptySingleRow:!0,leqno:t.parser.settings.leqno};return Z0(t.parser,e,"display")},htmlBuilder:H0,mathmlBuilder:L0}),R0({type:"array",names:["alignat","alignat*","alignedat"],props:{numArgs:1},handler:Sr,htmlBuilder:H0,mathmlBuilder:L0}),R0({type:"array",names:["equation","equation*"],props:{numArgs:0},handler(t){Le(t);let e={autoTag:bt(t.envName),emptySingleRow:!0,singleRow:!0,maxNumCols:1,leqno:t.parser.settings.leqno};return Z0(t.parser,e,"display")},htmlBuilder:H0,mathmlBuilder:L0}),R0({type:"array",names:["CD"],props:{numArgs:0},handler(t){return Le(t),x1(t.parser)},htmlBuilder:H0,mathmlBuilder:L0}),h("\\nonumber","\\gdef\\@eqnsw{0}"),h("\\notag","\\nonumber"),C({type:"text",names:["\\hline","\\hdashline"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler(t,e){throw new v(t.funcName+" valid only within array environment")}});var Mr=wr;C({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler(t,e){let{parser:r,funcName:n}=t,s=e[0];if(s.type!=="ordgroup")throw new v("Invalid environment name",s);let a="";for(let o=0;o<s.body.length;++o)a+=_(s.body[o],"textord").text;if(n==="\\begin"){if(!Mr.hasOwnProperty(a))throw new v("No such environment: "+a,s);let o=Mr[a],{args:u,optArgs:m}=r.parseArguments("\\begin{"+a+"}",o),p={mode:r.mode,envName:a,parser:r},b=o.handler(p,u,m);r.expect("\\end",!1);let y=r.nextToken,k=_(r.parseFunction(),"environment");if(k.name!==a)throw new v("Mismatch: \\begin{"+a+"} matched by \\end{"+k.name+"}",y);return b}return{type:"environment",mode:r.mode,name:a,nameGroup:s}}});let zr=(t,e)=>{let r=t.font,n=e.withFont(r);return $(t.body,n)},Ar=(t,e)=>{let r=t.font,n=e.withFont(r);return Z(t.body,n)},Tr={"\\Bbb":"\\mathbb","\\bold":"\\mathbf","\\frak":"\\mathfrak","\\bm":"\\boldsymbol"};C({type:"font",names:["\\mathrm","\\mathit","\\mathbf","\\mathnormal","\\mathsfit","\\mathbb","\\mathcal","\\mathfrak","\\mathscr","\\mathsf","\\mathtt","\\Bbb","\\bold","\\frak"],props:{numArgs:1,allowedInArgument:!0},handler:(t,e)=>{let{parser:r,funcName:n}=t,s=De(e[0]),a=n;return a in Tr&&(a=Tr[a]),{type:"font",mode:r.mode,font:a.slice(1),body:s}},htmlBuilder:zr,mathmlBuilder:Ar}),C({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1},handler:(t,e)=>{let{parser:r}=t,n=e[0],s=B.isCharacterBox(n);return{type:"mclass",mode:r.mode,mclass:Oe(n),body:[{type:"font",mode:r.mode,font:"boldsymbol",body:n}],isCharacterBox:s}}}),C({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it","\\cal"],props:{numArgs:0,allowedInText:!0},handler:(t,e)=>{let{parser:r,funcName:n,breakOnTokenText:s}=t,{mode:a}=r,o=r.parseExpression(!0,s),u="math"+n.slice(1);return{type:"font",mode:a,font:u,body:{type:"ordgroup",mode:r.mode,body:o}}},htmlBuilder:zr,mathmlBuilder:Ar});let Br=(t,e)=>{let r=e;return t==="display"?r=r.id>=E.SCRIPT.id?r.text():E.DISPLAY:t==="text"&&r.size===E.DISPLAY.size?r=E.TEXT:t==="script"?r=E.SCRIPT:t==="scriptscript"&&(r=E.SCRIPTSCRIPT),r},xt=(t,e)=>{let r=Br(t.size,e.style),n=r.fracNum(),s=r.fracDen(),a;a=e.havingStyle(n);let o=$(t.numer,a,e);if(t.continued){let G=8.5/e.fontMetrics().ptPerEm,W=3.5/e.fontMetrics().ptPerEm;o.height=o.height<G?G:o.height,o.depth=o.depth<W?W:o.depth}a=e.havingStyle(s);let u=$(t.denom,a,e),m,p,b;t.hasBarLine?(t.barSize?(p=n0(t.barSize,e),m=x.makeLineSpan("frac-line",e,p)):m=x.makeLineSpan("frac-line",e),p=m.height,b=m.height):(m=null,p=0,b=e.fontMetrics().defaultRuleThickness);let y,k,S;r.size===E.DISPLAY.size||t.size==="display"?(y=e.fontMetrics().num1,p>0?k=3*b:k=7*b,S=e.fontMetrics().denom1):(p>0?(y=e.fontMetrics().num2,k=b):(y=e.fontMetrics().num3,k=3*b),S=e.fontMetrics().denom2);let D;if(m){let G=e.fontMetrics().axisHeight;y-o.depth-(G+.5*p)<k&&(y+=k-(y-o.depth-(G+.5*p))),G-.5*p-(u.height-S)<k&&(S+=k-(G-.5*p-(u.height-S)));let W=-(G-.5*p);D=x.makeVList({positionType:"individualShift",children:[{type:"elem",elem:u,shift:S},{type:"elem",elem:m,shift:W},{type:"elem",elem:o,shift:-y}]},e)}else{let G=y-o.depth-(u.height-S);G<k&&(y+=.5*(k-G),S+=.5*(k-G)),D=x.makeVList({positionType:"individualShift",children:[{type:"elem",elem:u,shift:S},{type:"elem",elem:o,shift:-y}]},e)}a=e.havingStyle(r),D.height*=a.sizeMultiplier/e.sizeMultiplier,D.depth*=a.sizeMultiplier/e.sizeMultiplier;let q;r.size===E.DISPLAY.size?q=e.fontMetrics().delim1:r.size===E.SCRIPTSCRIPT.size?q=e.havingStyle(E.SCRIPT).fontMetrics().delim2:q=e.fontMetrics().delim2;let V,P;return t.leftDelim==null?V=fe(e,["mopen"]):V=W0.customSizedDelim(t.leftDelim,q,!0,e.havingStyle(r),t.mode,["mopen"]),t.continued?P=x.makeSpan([]):t.rightDelim==null?P=fe(e,["mclose"]):P=W0.customSizedDelim(t.rightDelim,q,!0,e.havingStyle(r),t.mode,["mclose"]),x.makeSpan(["mord"].concat(a.sizingClasses(e)),[V,x.makeSpan(["mfrac"],[D]),P],e)},wt=(t,e)=>{let r=new z.MathNode("mfrac",[Z(t.numer,e),Z(t.denom,e)]);if(!t.hasBarLine)r.setAttribute("linethickness","0px");else if(t.barSize){let s=n0(t.barSize,e);r.setAttribute("linethickness",T(s))}let n=Br(t.size,e.style);if(n.size!==e.style.size){r=new z.MathNode("mstyle",[r]);let s=n.size===E.DISPLAY.size?"true":"false";r.setAttribute("displaystyle",s),r.setAttribute("scriptlevel","0")}if(t.leftDelim!=null||t.rightDelim!=null){let s=[];if(t.leftDelim!=null){let a=new z.MathNode("mo",[new z.TextNode(t.leftDelim.replace("\\",""))]);a.setAttribute("fence","true"),s.push(a)}if(s.push(r),t.rightDelim!=null){let a=new z.MathNode("mo",[new z.TextNode(t.rightDelim.replace("\\",""))]);a.setAttribute("fence","true"),s.push(a)}return rt(s)}return r};C({type:"genfrac",names:["\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,allowedInArgument:!0},handler:(t,e)=>{let{parser:r,funcName:n}=t,s=e[0],a=e[1],o,u=null,m=null,p="auto";switch(n){case"\\dfrac":case"\\frac":case"\\tfrac":o=!0;break;case"\\\\atopfrac":o=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":o=!1,u="(",m=")";break;case"\\\\bracefrac":o=!1,u="\\{",m="\\}";break;case"\\\\brackfrac":o=!1,u="[",m="]";break;default:throw new Error("Unrecognized genfrac command")}switch(n){case"\\dfrac":case"\\dbinom":p="display";break;case"\\tfrac":case"\\tbinom":p="text";break}return{type:"genfrac",mode:r.mode,continued:!1,numer:s,denom:a,hasBarLine:o,leftDelim:u,rightDelim:m,size:p,barSize:null}},htmlBuilder:xt,mathmlBuilder:wt}),C({type:"genfrac",names:["\\cfrac"],props:{numArgs:2},handler:(t,e)=>{let{parser:r,funcName:n}=t,s=e[0],a=e[1];return{type:"genfrac",mode:r.mode,continued:!0,numer:s,denom:a,hasBarLine:!0,leftDelim:null,rightDelim:null,size:"display",barSize:null}}}),C({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler(t){let{parser:e,funcName:r,token:n}=t,s;switch(r){case"\\over":s="\\frac";break;case"\\choose":s="\\binom";break;case"\\atop":s="\\\\atopfrac";break;case"\\brace":s="\\\\bracefrac";break;case"\\brack":s="\\\\brackfrac";break;default:throw new Error("Unrecognized infix genfrac command")}return{type:"infix",mode:e.mode,replaceWith:s,token:n}}});let Cr=["display","text","script","scriptscript"],Nr=function(t){let e=null;return t.length>0&&(e=t,e=e==="."?null:e),e};C({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,allowedInArgument:!0,argTypes:["math","math","size","text","math","math"]},handler(t,e){let{parser:r}=t,n=e[4],s=e[5],a=De(e[0]),o=a.type==="atom"&&a.family==="open"?Nr(a.text):null,u=De(e[1]),m=u.type==="atom"&&u.family==="close"?Nr(u.text):null,p=_(e[2],"size"),b,y=null;p.isBlank?b=!0:(y=p.value,b=y.number>0);let k="auto",S=e[3];if(S.type==="ordgroup"){if(S.body.length>0){let D=_(S.body[0],"textord");k=Cr[Number(D.text)]}}else S=_(S,"textord"),k=Cr[Number(S.text)];return{type:"genfrac",mode:r.mode,numer:n,denom:s,continued:!1,hasBarLine:b,barSize:y,leftDelim:o,rightDelim:m,size:k}},htmlBuilder:xt,mathmlBuilder:wt}),C({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler(t,e){let{parser:r,funcName:n,token:s}=t;return{type:"infix",mode:r.mode,replaceWith:"\\\\abovefrac",size:_(e[0],"size").value,token:s}}}),C({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:(t,e)=>{let{parser:r,funcName:n}=t,s=e[0],a=j(_(e[1],"infix").size),o=e[2],u=a.number>0;return{type:"genfrac",mode:r.mode,numer:s,denom:o,continued:!1,hasBarLine:u,barSize:a,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:xt,mathmlBuilder:wt});let Dr=(t,e)=>{let r=e.style,n,s;t.type==="supsub"?(n=t.sup?$(t.sup,e.havingStyle(r.sup()),e):$(t.sub,e.havingStyle(r.sub()),e),s=_(t.base,"horizBrace")):s=_(t,"horizBrace");let a=$(s.base,e.havingBaseStyle(E.DISPLAY)),o=U0.svgSpan(s,e),u;if(s.isOver?(u=x.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:a},{type:"kern",size:.1},{type:"elem",elem:o}]},e),u.children[0].children[0].children[1].classes.push("svg-align")):(u=x.makeVList({positionType:"bottom",positionData:a.depth+.1+o.height,children:[{type:"elem",elem:o},{type:"kern",size:.1},{type:"elem",elem:a}]},e),u.children[0].children[0].children[0].classes.push("svg-align")),n){let m=x.makeSpan(["mord",s.isOver?"mover":"munder"],[u],e);s.isOver?u=x.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:m},{type:"kern",size:.2},{type:"elem",elem:n}]},e):u=x.makeVList({positionType:"bottom",positionData:m.depth+.2+n.height+n.depth,children:[{type:"elem",elem:n},{type:"kern",size:.2},{type:"elem",elem:m}]},e)}return x.makeSpan(["mord",s.isOver?"mover":"munder"],[u],e)};C({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler(t,e){let{parser:r,funcName:n}=t;return{type:"horizBrace",mode:r.mode,label:n,isOver:/^\\over/.test(n),base:e[0]}},htmlBuilder:Dr,mathmlBuilder:(t,e)=>{let r=U0.mathMLnode(t.label);return new z.MathNode(t.isOver?"mover":"munder",[Z(t.base,e),r])}}),C({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:(t,e)=>{let{parser:r}=t,n=e[1],s=_(e[0],"url").url;return r.settings.isTrusted({command:"\\href",url:s})?{type:"href",mode:r.mode,href:s,body:o0(n)}:r.formatUnsupportedCmd("\\href")},htmlBuilder:(t,e)=>{let r=m0(t.body,e,!1);return x.makeAnchor(t.href,[],r,e)},mathmlBuilder:(t,e)=>{let r=j0(t.body,e);return r instanceof S0||(r=new S0("mrow",[r])),r.setAttribute("href",t.href),r}}),C({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:(t,e)=>{let{parser:r}=t,n=_(e[0],"url").url;if(!r.settings.isTrusted({command:"\\url",url:n}))return r.formatUnsupportedCmd("\\url");let s=[];for(let o=0;o<n.length;o++){let u=n[o];u==="~"&&(u="\\textasciitilde"),s.push({type:"textord",mode:"text",text:u})}let a={type:"text",mode:r.mode,font:"\\texttt",body:s};return{type:"href",mode:r.mode,href:n,body:o0(a)}}}),C({type:"hbox",names:["\\hbox"],props:{numArgs:1,argTypes:["text"],allowedInText:!0,primitive:!0},handler(t,e){let{parser:r}=t;return{type:"hbox",mode:r.mode,body:o0(e[0])}},htmlBuilder(t,e){let r=m0(t.body,e,!1);return x.makeFragment(r)},mathmlBuilder(t,e){return new z.MathNode("mrow",k0(t.body,e))}}),C({type:"html",names:["\\htmlClass","\\htmlId","\\htmlStyle","\\htmlData"],props:{numArgs:2,argTypes:["raw","original"],allowedInText:!0},handler:(t,e)=>{let{parser:r,funcName:n,token:s}=t,a=_(e[0],"raw").string,o=e[1];r.settings.strict&&r.settings.reportNonstrict("htmlExtension","HTML extension is disabled on strict mode");let u,m={};switch(n){case"\\htmlClass":m.class=a,u={command:"\\htmlClass",class:a};break;case"\\htmlId":m.id=a,u={command:"\\htmlId",id:a};break;case"\\htmlStyle":m.style=a,u={command:"\\htmlStyle",style:a};break;case"\\htmlData":{let p=a.split(",");for(let b=0;b<p.length;b++){let y=p[b].split("=");if(y.length!==2)throw new v("Error parsing key-value for \\htmlData");m["data-"+y[0].trim()]=y[1].trim()}u={command:"\\htmlData",attributes:m};break}default:throw new Error("Unrecognized html command")}return r.settings.isTrusted(u)?{type:"html",mode:r.mode,attributes:m,body:o0(o)}:r.formatUnsupportedCmd(n)},htmlBuilder:(t,e)=>{let r=m0(t.body,e,!1),n=["enclosing"];t.attributes.class&&n.push(...t.attributes.class.trim().split(/\s+/));let s=x.makeSpan(n,r,e);for(let a in t.attributes)a!=="class"&&t.attributes.hasOwnProperty(a)&&s.setAttribute(a,t.attributes[a]);return s},mathmlBuilder:(t,e)=>j0(t.body,e)}),C({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInText:!0},handler:(t,e)=>{let{parser:r}=t;return{type:"htmlmathml",mode:r.mode,html:o0(e[0]),mathml:o0(e[1])}},htmlBuilder:(t,e)=>{let r=m0(t.html,e,!1);return x.makeFragment(r)},mathmlBuilder:(t,e)=>j0(t.mathml,e)});let kt=function(t){if(/^[-+]? *(\d+(\.\d*)?|\.\d+)$/.test(t))return{number:+t,unit:"bp"};{let e=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(t);if(!e)throw new v("Invalid size: '"+t+"' in \\includegraphics");let r={number:+(e[1]+e[2]),unit:e[3]};if(!Rt(r))throw new v("Invalid unit: '"+r.unit+"' in \\includegraphics.");return r}};C({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:(t,e,r)=>{let{parser:n}=t,s={number:0,unit:"em"},a={number:.9,unit:"em"},o={number:0,unit:"em"},u="";if(r[0]){let b=_(r[0],"raw").string.split(",");for(let y=0;y<b.length;y++){let k=b[y].split("=");if(k.length===2){let S=k[1].trim();switch(k[0].trim()){case"alt":u=S;break;case"width":s=kt(S);break;case"height":a=kt(S);break;case"totalheight":o=kt(S);break;default:throw new v("Invalid key: '"+k[0]+"' in \\includegraphics.")}}}}let m=_(e[0],"url").url;return u===""&&(u=m,u=u.replace(/^.*[\\/]/,""),u=u.substring(0,u.lastIndexOf("."))),n.settings.isTrusted({command:"\\includegraphics",url:m})?{type:"includegraphics",mode:n.mode,alt:u,width:s,height:a,totalheight:o,src:m}:n.formatUnsupportedCmd("\\includegraphics")},htmlBuilder:(t,e)=>{let r=n0(t.height,e),n=0;t.totalheight.number>0&&(n=n0(t.totalheight,e)-r);let s=0;t.width.number>0&&(s=n0(t.width,e));let a={height:T(r+n)};s>0&&(a.width=T(s)),n>0&&(a.verticalAlign=T(-n));let o=new Ln(t.src,t.alt,a);return o.height=r,o.depth=n,o},mathmlBuilder:(t,e)=>{let r=new z.MathNode("mglyph",[]);r.setAttribute("alt",t.alt);let n=n0(t.height,e),s=0;if(t.totalheight.number>0&&(s=n0(t.totalheight,e)-n,r.setAttribute("valign",T(-s))),r.setAttribute("height",T(n+s)),t.width.number>0){let a=n0(t.width,e);r.setAttribute("width",T(a))}return r.setAttribute("src",t.src),r}}),C({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],primitive:!0,allowedInText:!0},handler(t,e){let{parser:r,funcName:n}=t,s=_(e[0],"size");if(r.settings.strict){let a=n[1]==="m",o=s.value.unit==="mu";a?(o||r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" supports only mu units, "+("not "+s.value.unit+" units")),r.mode!=="math"&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" works only in math mode")):o&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" doesn't support mu units")}return{type:"kern",mode:r.mode,dimension:s.value}},htmlBuilder(t,e){return x.makeGlue(t.dimension,e)},mathmlBuilder(t,e){let r=n0(t.dimension,e);return new z.SpaceNode(r)}}),C({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:(t,e)=>{let{parser:r,funcName:n}=t,s=e[0];return{type:"lap",mode:r.mode,alignment:n.slice(5),body:s}},htmlBuilder:(t,e)=>{let r;t.alignment==="clap"?(r=x.makeSpan([],[$(t.body,e)]),r=x.makeSpan(["inner"],[r],e)):r=x.makeSpan(["inner"],[$(t.body,e)]);let n=x.makeSpan(["fix"],[]),s=x.makeSpan([t.alignment],[r,n],e),a=x.makeSpan(["strut"]);return a.style.height=T(s.height+s.depth),s.depth&&(a.style.verticalAlign=T(-s.depth)),s.children.unshift(a),s=x.makeSpan(["thinbox"],[s],e),x.makeSpan(["mord","vbox"],[s],e)},mathmlBuilder:(t,e)=>{let r=new z.MathNode("mpadded",[Z(t.body,e)]);if(t.alignment!=="rlap"){let n=t.alignment==="llap"?"-1":"-0.5";r.setAttribute("lspace",n+"width")}return r.setAttribute("width","0px"),r}}),C({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(t,e){let{funcName:r,parser:n}=t,s=n.mode;n.switchMode("math");let a=r==="\\("?"\\)":"$",o=n.parseExpression(!1,a);return n.expect(a),n.switchMode(s),{type:"styling",mode:n.mode,style:"text",body:o}}}),C({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(t,e){throw new v("Mismatched "+t.funcName)}});let qr=(t,e)=>{switch(e.style.size){case E.DISPLAY.size:return t.display;case E.TEXT.size:return t.text;case E.SCRIPT.size:return t.script;case E.SCRIPTSCRIPT.size:return t.scriptscript;default:return t.text}};C({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4,primitive:!0},handler:(t,e)=>{let{parser:r}=t;return{type:"mathchoice",mode:r.mode,display:o0(e[0]),text:o0(e[1]),script:o0(e[2]),scriptscript:o0(e[3])}},htmlBuilder:(t,e)=>{let r=qr(t,e),n=m0(r,e,!1);return x.makeFragment(n)},mathmlBuilder:(t,e)=>{let r=qr(t,e);return j0(r,e)}});let Ir=(t,e,r,n,s,a,o)=>{t=x.makeSpan([],[t]);let u=r&&B.isCharacterBox(r),m,p;if(e){let k=$(e,n.havingStyle(s.sup()),n);p={elem:k,kern:Math.max(n.fontMetrics().bigOpSpacing1,n.fontMetrics().bigOpSpacing3-k.depth)}}if(r){let k=$(r,n.havingStyle(s.sub()),n);m={elem:k,kern:Math.max(n.fontMetrics().bigOpSpacing2,n.fontMetrics().bigOpSpacing4-k.height)}}let b;if(p&&m){let k=n.fontMetrics().bigOpSpacing5+m.elem.height+m.elem.depth+m.kern+t.depth+o;b=x.makeVList({positionType:"bottom",positionData:k,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:m.elem,marginLeft:T(-a)},{type:"kern",size:m.kern},{type:"elem",elem:t},{type:"kern",size:p.kern},{type:"elem",elem:p.elem,marginLeft:T(a)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}else if(m){let k=t.height-o;b=x.makeVList({positionType:"top",positionData:k,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:m.elem,marginLeft:T(-a)},{type:"kern",size:m.kern},{type:"elem",elem:t}]},n)}else if(p){let k=t.depth+o;b=x.makeVList({positionType:"bottom",positionData:k,children:[{type:"elem",elem:t},{type:"kern",size:p.kern},{type:"elem",elem:p.elem,marginLeft:T(a)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}else return t;let y=[b];if(m&&a!==0&&!u){let k=x.makeSpan(["mspace"],[],n);k.style.marginRight=T(a),y.unshift(k)}return x.makeSpan(["mop","op-limits"],y,n)},Er=["\\smallint"],ae=(t,e)=>{let r,n,s=!1,a;t.type==="supsub"?(r=t.sup,n=t.sub,a=_(t.base,"op"),s=!0):a=_(t,"op");let o=e.style,u=!1;o.size===E.DISPLAY.size&&a.symbol&&!B.contains(Er,a.name)&&(u=!0);let m;if(a.symbol){let y=u?"Size2-Regular":"Size1-Regular",k="";if((a.name==="\\oiint"||a.name==="\\oiiint")&&(k=a.name.slice(1),a.name=k==="oiint"?"\\iint":"\\iiint"),m=x.makeSymbol(a.name,y,"math",e,["mop","op-symbol",u?"large-op":"small-op"]),k.length>0){let S=m.italic,D=x.staticSvg(k+"Size"+(u?"2":"1"),e);m=x.makeVList({positionType:"individualShift",children:[{type:"elem",elem:m,shift:0},{type:"elem",elem:D,shift:u?.08:0}]},e),a.name="\\"+k,m.classes.unshift("mop"),m.italic=S}}else if(a.body){let y=m0(a.body,e,!0);y.length===1&&y[0]instanceof A0?(m=y[0],m.classes[0]="mop"):m=x.makeSpan(["mop"],y,e)}else{let y=[];for(let k=1;k<a.name.length;k++)y.push(x.mathsym(a.name[k],a.mode,e));m=x.makeSpan(["mop"],y,e)}let p=0,b=0;return(m instanceof A0||a.name==="\\oiint"||a.name==="\\oiiint")&&!a.suppressBaseShift&&(p=(m.height-m.depth)/2-e.fontMetrics().axisHeight,b=m.italic),s?Ir(m,r,n,e,o,b,p):(p&&(m.style.position="relative",m.style.top=T(p)),m)},be=(t,e)=>{let r;if(t.symbol)r=new S0("mo",[T0(t.name,t.mode)]),B.contains(Er,t.name)&&r.setAttribute("largeop","false");else if(t.body)r=new S0("mo",k0(t.body,e));else{r=new S0("mi",[new O0(t.name.slice(1))]);let n=new S0("mo",[T0("\u2061","text")]);t.parentIsSupSub?r=new S0("mrow",[r,n]):r=Kt([r,n])}return r},I1={"\u220F":"\\prod","\u2210":"\\coprod","\u2211":"\\sum","\u22C0":"\\bigwedge","\u22C1":"\\bigvee","\u22C2":"\\bigcap","\u22C3":"\\bigcup","\u2A00":"\\bigodot","\u2A01":"\\bigoplus","\u2A02":"\\bigotimes","\u2A04":"\\biguplus","\u2A06":"\\bigsqcup"};C({type:"op",names:["\\coprod","\\bigvee","\\bigwedge","\\biguplus","\\bigcap","\\bigcup","\\intop","\\prod","\\sum","\\bigotimes","\\bigoplus","\\bigodot","\\bigsqcup","\\smallint","\u220F","\u2210","\u2211","\u22C0","\u22C1","\u22C2","\u22C3","\u2A00","\u2A01","\u2A02","\u2A04","\u2A06"],props:{numArgs:0},handler:(t,e)=>{let{parser:r,funcName:n}=t,s=n;return s.length===1&&(s=I1[s]),{type:"op",mode:r.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:s}},htmlBuilder:ae,mathmlBuilder:be}),C({type:"op",names:["\\mathop"],props:{numArgs:1,primitive:!0},handler:(t,e)=>{let{parser:r}=t,n=e[0];return{type:"op",mode:r.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:o0(n)}},htmlBuilder:ae,mathmlBuilder:be});let E1={"\u222B":"\\int","\u222C":"\\iint","\u222D":"\\iiint","\u222E":"\\oint","\u222F":"\\oiint","\u2230":"\\oiiint"};C({type:"op",names:["\\arcsin","\\arccos","\\arctan","\\arctg","\\arcctg","\\arg","\\ch","\\cos","\\cosec","\\cosh","\\cot","\\cotg","\\coth","\\csc","\\ctg","\\cth","\\deg","\\dim","\\exp","\\hom","\\ker","\\lg","\\ln","\\log","\\sec","\\sin","\\sinh","\\sh","\\tan","\\tanh","\\tg","\\th"],props:{numArgs:0},handler(t){let{parser:e,funcName:r}=t;return{type:"op",mode:e.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:ae,mathmlBuilder:be}),C({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler(t){let{parser:e,funcName:r}=t;return{type:"op",mode:e.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:ae,mathmlBuilder:be}),C({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","\u222B","\u222C","\u222D","\u222E","\u222F","\u2230"],props:{numArgs:0},handler(t){let{parser:e,funcName:r}=t,n=r;return n.length===1&&(n=E1[n]),{type:"op",mode:e.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:n}},htmlBuilder:ae,mathmlBuilder:be});let Or=(t,e)=>{let r,n,s=!1,a;t.type==="supsub"?(r=t.sup,n=t.sub,a=_(t.base,"operatorname"),s=!0):a=_(t,"operatorname");let o;if(a.body.length>0){let u=a.body.map(p=>{let b=p.text;return typeof b=="string"?{type:"textord",mode:p.mode,text:b}:p}),m=m0(u,e.withFont("mathrm"),!0);for(let p=0;p<m.length;p++){let b=m[p];b instanceof A0&&(b.text=b.text.replace(/\u2212/,"-").replace(/\u2217/,"*"))}o=x.makeSpan(["mop"],m,e)}else o=x.makeSpan(["mop"],[],e);return s?Ir(o,r,n,e,e.style,0,0):o};C({type:"operatorname",names:["\\operatorname@","\\operatornamewithlimits"],props:{numArgs:1},handler:(t,e)=>{let{parser:r,funcName:n}=t,s=e[0];return{type:"operatorname",mode:r.mode,body:o0(s),alwaysHandleSupSub:n==="\\operatornamewithlimits",limits:!1,parentIsSupSub:!1}},htmlBuilder:Or,mathmlBuilder:(t,e)=>{let r=k0(t.body,e.withFont("mathrm")),n=!0;for(let o=0;o<r.length;o++){let u=r[o];if(!(u instanceof z.SpaceNode))if(u instanceof z.MathNode)switch(u.type){case"mi":case"mn":case"ms":case"mspace":case"mtext":break;case"mo":{let m=u.children[0];u.children.length===1&&m instanceof z.TextNode?m.text=m.text.replace(/\u2212/,"-").replace(/\u2217/,"*"):n=!1;break}default:n=!1}else n=!1}if(n){let o=r.map(u=>u.toText()).join("");r=[new z.TextNode(o)]}let s=new z.MathNode("mi",r);s.setAttribute("mathvariant","normal");let a=new z.MathNode("mo",[T0("\u2061","text")]);return t.parentIsSupSub?new z.MathNode("mrow",[s,a]):z.newDocumentFragment([s,a])}}),h("\\operatorname","\\@ifstar\\operatornamewithlimits\\operatorname@"),Q0({type:"ordgroup",htmlBuilder(t,e){return t.semisimple?x.makeFragment(m0(t.body,e,!1)):x.makeSpan(["mord"],m0(t.body,e,!0),e)},mathmlBuilder(t,e){return j0(t.body,e,!0)}}),C({type:"overline",names:["\\overline"],props:{numArgs:1},handler(t,e){let{parser:r}=t,n=e[0];return{type:"overline",mode:r.mode,body:n}},htmlBuilder(t,e){let r=$(t.body,e.havingCrampedStyle()),n=x.makeLineSpan("overline-line",e),s=e.fontMetrics().defaultRuleThickness,a=x.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r},{type:"kern",size:3*s},{type:"elem",elem:n},{type:"kern",size:s}]},e);return x.makeSpan(["mord","overline"],[a],e)},mathmlBuilder(t,e){let r=new z.MathNode("mo",[new z.TextNode("\u203E")]);r.setAttribute("stretchy","true");let n=new z.MathNode("mover",[Z(t.body,e),r]);return n.setAttribute("accent","true"),n}}),C({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:(t,e)=>{let{parser:r}=t,n=e[0];return{type:"phantom",mode:r.mode,body:o0(n)}},htmlBuilder:(t,e)=>{let r=m0(t.body,e.withPhantom(),!1);return x.makeFragment(r)},mathmlBuilder:(t,e)=>{let r=k0(t.body,e);return new z.MathNode("mphantom",r)}}),C({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:(t,e)=>{let{parser:r}=t,n=e[0];return{type:"hphantom",mode:r.mode,body:n}},htmlBuilder:(t,e)=>{let r=x.makeSpan([],[$(t.body,e.withPhantom())]);if(r.height=0,r.depth=0,r.children)for(let n=0;n<r.children.length;n++)r.children[n].height=0,r.children[n].depth=0;return r=x.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},e),x.makeSpan(["mord"],[r],e)},mathmlBuilder:(t,e)=>{let r=k0(o0(t.body),e),n=new z.MathNode("mphantom",r),s=new z.MathNode("mpadded",[n]);return s.setAttribute("height","0px"),s.setAttribute("depth","0px"),s}}),C({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:(t,e)=>{let{parser:r}=t,n=e[0];return{type:"vphantom",mode:r.mode,body:n}},htmlBuilder:(t,e)=>{let r=x.makeSpan(["inner"],[$(t.body,e.withPhantom())]),n=x.makeSpan(["fix"],[]);return x.makeSpan(["mord","rlap"],[r,n],e)},mathmlBuilder:(t,e)=>{let r=k0(o0(t.body),e),n=new z.MathNode("mphantom",r),s=new z.MathNode("mpadded",[n]);return s.setAttribute("width","0px"),s}}),C({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler(t,e){let{parser:r}=t,n=_(e[0],"size").value,s=e[1];return{type:"raisebox",mode:r.mode,dy:n,body:s}},htmlBuilder(t,e){let r=$(t.body,e),n=n0(t.dy,e);return x.makeVList({positionType:"shift",positionData:-n,children:[{type:"elem",elem:r}]},e)},mathmlBuilder(t,e){let r=new z.MathNode("mpadded",[Z(t.body,e)]),n=t.dy.number+t.dy.unit;return r.setAttribute("voffset",n),r}}),C({type:"internal",names:["\\relax"],props:{numArgs:0,allowedInText:!0},handler(t){let{parser:e}=t;return{type:"internal",mode:e.mode}}}),C({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["size","size","size"]},handler(t,e,r){let{parser:n}=t,s=r[0],a=_(e[0],"size"),o=_(e[1],"size");return{type:"rule",mode:n.mode,shift:s&&_(s,"size").value,width:a.value,height:o.value}},htmlBuilder(t,e){let r=x.makeSpan(["mord","rule"],[],e),n=n0(t.width,e),s=n0(t.height,e),a=t.shift?n0(t.shift,e):0;return r.style.borderRightWidth=T(n),r.style.borderTopWidth=T(s),r.style.bottom=T(a),r.width=n,r.height=s+a,r.depth=-a,r.maxFontSize=s*1.125*e.sizeMultiplier,r},mathmlBuilder(t,e){let r=n0(t.width,e),n=n0(t.height,e),s=t.shift?n0(t.shift,e):0,a=e.color&&e.getColor()||"black",o=new z.MathNode("mspace");o.setAttribute("mathbackground",a),o.setAttribute("width",T(r)),o.setAttribute("height",T(n));let u=new z.MathNode("mpadded",[o]);return s>=0?u.setAttribute("height",T(s)):(u.setAttribute("height",T(s)),u.setAttribute("depth",T(-s))),u.setAttribute("voffset",T(s)),u}});function Rr(t,e,r){let n=m0(t,e,!1),s=e.sizeMultiplier/r.sizeMultiplier;for(let a=0;a<n.length;a++){let o=n[a].classes.indexOf("sizing");o<0?Array.prototype.push.apply(n[a].classes,e.sizingClasses(r)):n[a].classes[o+1]==="reset-size"+e.size&&(n[a].classes[o+1]="reset-size"+r.size),n[a].height*=s,n[a].depth*=s}return x.makeFragment(n)}let Hr=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"];C({type:"sizing",names:Hr,props:{numArgs:0,allowedInText:!0},handler:(t,e)=>{let{breakOnTokenText:r,funcName:n,parser:s}=t,a=s.parseExpression(!1,r);return{type:"sizing",mode:s.mode,size:Hr.indexOf(n)+1,body:a}},htmlBuilder:(t,e)=>{let r=e.havingSize(t.size);return Rr(t.body,r,e)},mathmlBuilder:(t,e)=>{let r=e.havingSize(t.size),n=k0(t.body,r),s=new z.MathNode("mstyle",n);return s.setAttribute("mathsize",T(r.sizeMultiplier)),s}}),C({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:(t,e,r)=>{let{parser:n}=t,s=!1,a=!1,o=r[0]&&_(r[0],"ordgroup");if(o){let m="";for(let p=0;p<o.body.length;++p)if(m=o.body[p].text,m==="t")s=!0;else if(m==="b")a=!0;else{s=!1,a=!1;break}}else s=!0,a=!0;let u=e[0];return{type:"smash",mode:n.mode,body:u,smashHeight:s,smashDepth:a}},htmlBuilder:(t,e)=>{let r=x.makeSpan([],[$(t.body,e)]);if(!t.smashHeight&&!t.smashDepth)return r;if(t.smashHeight&&(r.height=0,r.children))for(let s=0;s<r.children.length;s++)r.children[s].height=0;if(t.smashDepth&&(r.depth=0,r.children))for(let s=0;s<r.children.length;s++)r.children[s].depth=0;let n=x.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},e);return x.makeSpan(["mord"],[n],e)},mathmlBuilder:(t,e)=>{let r=new z.MathNode("mpadded",[Z(t.body,e)]);return t.smashHeight&&r.setAttribute("height","0px"),t.smashDepth&&r.setAttribute("depth","0px"),r}}),C({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler(t,e,r){let{parser:n}=t,s=r[0],a=e[0];return{type:"sqrt",mode:n.mode,body:a,index:s}},htmlBuilder(t,e){let r=$(t.body,e.havingCrampedStyle());r.height===0&&(r.height=e.fontMetrics().xHeight),r=x.wrapFragment(r,e);let s=e.fontMetrics().defaultRuleThickness,a=s;e.style.id<E.TEXT.id&&(a=e.fontMetrics().xHeight);let o=s+a/4,u=r.height+r.depth+o+s,{span:m,ruleWidth:p,advanceWidth:b}=W0.sqrtImage(u,e),y=m.height-p;y>r.height+r.depth+o&&(o=(o+y-r.height-r.depth)/2);let k=m.height-r.height-o-p;r.style.paddingLeft=T(b);let S=x.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r,wrapperClasses:["svg-align"]},{type:"kern",size:-(r.height+k)},{type:"elem",elem:m},{type:"kern",size:p}]},e);if(t.index){let D=e.havingStyle(E.SCRIPTSCRIPT),q=$(t.index,D,e),V=.6*(S.height-S.depth),P=x.makeVList({positionType:"shift",positionData:-V,children:[{type:"elem",elem:q}]},e),G=x.makeSpan(["root"],[P]);return x.makeSpan(["mord","sqrt"],[G,S],e)}else return x.makeSpan(["mord","sqrt"],[S],e)},mathmlBuilder(t,e){let{body:r,index:n}=t;return n?new z.MathNode("mroot",[Z(r,e),Z(n,e)]):new z.MathNode("msqrt",[Z(r,e)])}});let Lr={display:E.DISPLAY,text:E.TEXT,script:E.SCRIPT,scriptscript:E.SCRIPTSCRIPT};C({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(t,e){let{breakOnTokenText:r,funcName:n,parser:s}=t,a=s.parseExpression(!0,r),o=n.slice(1,n.length-5);return{type:"styling",mode:s.mode,style:o,body:a}},htmlBuilder(t,e){let r=Lr[t.style],n=e.havingStyle(r).withFont("");return Rr(t.body,n,e)},mathmlBuilder(t,e){let r=Lr[t.style],n=e.havingStyle(r),s=k0(t.body,n),a=new z.MathNode("mstyle",s),u={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]}[t.style];return a.setAttribute("scriptlevel",u[0]),a.setAttribute("displaystyle",u[1]),a}});let O1=function(t,e){let r=t.base;return r?r.type==="op"?r.limits&&(e.style.size===E.DISPLAY.size||r.alwaysHandleSupSub)?ae:null:r.type==="operatorname"?r.alwaysHandleSupSub&&(e.style.size===E.DISPLAY.size||r.limits)?Or:null:r.type==="accent"?B.isCharacterBox(r.base)?at:null:r.type==="horizBrace"&&!t.sub===r.isOver?Dr:null:null};Q0({type:"supsub",htmlBuilder(t,e){let r=O1(t,e);if(r)return r(t,e);let{base:n,sup:s,sub:a}=t,o=$(n,e),u,m,p=e.fontMetrics(),b=0,y=0,k=n&&B.isCharacterBox(n);if(s){let W=e.havingStyle(e.style.sup());u=$(s,W,e),k||(b=o.height-W.fontMetrics().supDrop*W.sizeMultiplier/e.sizeMultiplier)}if(a){let W=e.havingStyle(e.style.sub());m=$(a,W,e),k||(y=o.depth+W.fontMetrics().subDrop*W.sizeMultiplier/e.sizeMultiplier)}let S;e.style===E.DISPLAY?S=p.sup1:e.style.cramped?S=p.sup3:S=p.sup2;let D=e.sizeMultiplier,q=T(.5/p.ptPerEm/D),V=null;if(m){let W=t.base&&t.base.type==="op"&&t.base.name&&(t.base.name==="\\oiint"||t.base.name==="\\oiiint");(o instanceof A0||W)&&(V=T(-o.italic))}let P;if(u&&m){b=Math.max(b,S,u.depth+.25*p.xHeight),y=Math.max(y,p.sub2);let K=4*p.defaultRuleThickness;if(b-u.depth-(m.height-y)<K){y=K-(b-u.depth)+m.height;let d0=.8*p.xHeight-(b-u.depth);d0>0&&(b+=d0,y-=d0)}let x0=[{type:"elem",elem:m,shift:y,marginRight:q,marginLeft:V},{type:"elem",elem:u,shift:-b,marginRight:q}];P=x.makeVList({positionType:"individualShift",children:x0},e)}else if(m){y=Math.max(y,p.sub1,m.height-.8*p.xHeight);let W=[{type:"elem",elem:m,marginLeft:V,marginRight:q}];P=x.makeVList({positionType:"shift",positionData:y,children:W},e)}else if(u)b=Math.max(b,S,u.depth+.25*p.xHeight),P=x.makeVList({positionType:"shift",positionData:-b,children:[{type:"elem",elem:u,marginRight:q}]},e);else throw new Error("supsub must have either sup or sub.");let G=et(o,"right")||"mord";return x.makeSpan([G],[o,x.makeSpan(["msupsub"],[P])],e)},mathmlBuilder(t,e){let r=!1,n,s;t.base&&t.base.type==="horizBrace"&&(s=!!t.sup,s===t.base.isOver&&(r=!0,n=t.base.isOver)),t.base&&(t.base.type==="op"||t.base.type==="operatorname")&&(t.base.parentIsSupSub=!0);let a=[Z(t.base,e)];t.sub&&a.push(Z(t.sub,e)),t.sup&&a.push(Z(t.sup,e));let o;if(r)o=n?"mover":"munder";else if(t.sub)if(t.sup){let u=t.base;u&&u.type==="op"&&u.limits&&e.style===E.DISPLAY||u&&u.type==="operatorname"&&u.alwaysHandleSupSub&&(e.style===E.DISPLAY||u.limits)?o="munderover":o="msubsup"}else{let u=t.base;u&&u.type==="op"&&u.limits&&(e.style===E.DISPLAY||u.alwaysHandleSupSub)||u&&u.type==="operatorname"&&u.alwaysHandleSupSub&&(u.limits||e.style===E.DISPLAY)?o="munder":o="msub"}else{let u=t.base;u&&u.type==="op"&&u.limits&&(e.style===E.DISPLAY||u.alwaysHandleSupSub)||u&&u.type==="operatorname"&&u.alwaysHandleSupSub&&(u.limits||e.style===E.DISPLAY)?o="mover":o="msup"}return new z.MathNode(o,a)}}),Q0({type:"atom",htmlBuilder(t,e){return x.mathsym(t.text,t.mode,e,["m"+t.family])},mathmlBuilder(t,e){let r=new z.MathNode("mo",[T0(t.text,t.mode)]);if(t.family==="bin"){let n=nt(t,e);n==="bold-italic"&&r.setAttribute("mathvariant",n)}else t.family==="punct"?r.setAttribute("separator","true"):(t.family==="open"||t.family==="close")&&r.setAttribute("stretchy","false");return r}});let Fr={mi:"italic",mn:"normal",mtext:"normal"};Q0({type:"mathord",htmlBuilder(t,e){return x.makeOrd(t,e,"mathord")},mathmlBuilder(t,e){let r=new z.MathNode("mi",[T0(t.text,t.mode,e)]),n=nt(t,e)||"italic";return n!==Fr[r.type]&&r.setAttribute("mathvariant",n),r}}),Q0({type:"textord",htmlBuilder(t,e){return x.makeOrd(t,e,"textord")},mathmlBuilder(t,e){let r=T0(t.text,t.mode,e),n=nt(t,e)||"normal",s;return t.mode==="text"?s=new z.MathNode("mtext",[r]):/[0-9]/.test(t.text)?s=new z.MathNode("mn",[r]):t.text==="\\prime"?s=new z.MathNode("mo",[r]):s=new z.MathNode("mi",[r]),n!==Fr[s.type]&&s.setAttribute("mathvariant",n),s}});let vt={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},St={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};Q0({type:"spacing",htmlBuilder(t,e){if(St.hasOwnProperty(t.text)){let r=St[t.text].className||"";if(t.mode==="text"){let n=x.makeOrd(t,e,"textord");return n.classes.push(r),n}else return x.makeSpan(["mspace",r],[x.mathsym(t.text,t.mode,e)],e)}else{if(vt.hasOwnProperty(t.text))return x.makeSpan(["mspace",vt[t.text]],[],e);throw new v('Unknown type of space "'+t.text+'"')}},mathmlBuilder(t,e){let r;if(St.hasOwnProperty(t.text))r=new z.MathNode("mtext",[new z.TextNode("\xA0")]);else{if(vt.hasOwnProperty(t.text))return new z.MathNode("mspace");throw new v('Unknown type of space "'+t.text+'"')}return r}});let _r=()=>{let t=new z.MathNode("mtd",[]);return t.setAttribute("width","50%"),t};Q0({type:"tag",mathmlBuilder(t,e){let r=new z.MathNode("mtable",[new z.MathNode("mtr",[_r(),new z.MathNode("mtd",[j0(t.body,e)]),_r(),new z.MathNode("mtd",[j0(t.tag,e)])])]);return r.setAttribute("width","100%"),r}});let Pr={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},Vr={"\\textbf":"textbf","\\textmd":"textmd"},R1={"\\textit":"textit","\\textup":"textup"},Gr=(t,e)=>{let r=t.font;if(r){if(Pr[r])return e.withTextFontFamily(Pr[r]);if(Vr[r])return e.withTextFontWeight(Vr[r]);if(r==="\\emph")return e.fontShape==="textit"?e.withTextFontShape("textup"):e.withTextFontShape("textit")}else return e;return e.withTextFontShape(R1[r])};C({type:"text",names:["\\text","\\textrm","\\textsf","\\texttt","\\textnormal","\\textbf","\\textmd","\\textit","\\textup","\\emph"],props:{numArgs:1,argTypes:["text"],allowedInArgument:!0,allowedInText:!0},handler(t,e){let{parser:r,funcName:n}=t,s=e[0];return{type:"text",mode:r.mode,body:o0(s),font:n}},htmlBuilder(t,e){let r=Gr(t,e),n=m0(t.body,r,!0);return x.makeSpan(["mord","text"],n,r)},mathmlBuilder(t,e){let r=Gr(t,e);return j0(t.body,r)}}),C({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler(t,e){let{parser:r}=t;return{type:"underline",mode:r.mode,body:e[0]}},htmlBuilder(t,e){let r=$(t.body,e),n=x.makeLineSpan("underline-line",e),s=e.fontMetrics().defaultRuleThickness,a=x.makeVList({positionType:"top",positionData:r.height,children:[{type:"kern",size:s},{type:"elem",elem:n},{type:"kern",size:3*s},{type:"elem",elem:r}]},e);return x.makeSpan(["mord","underline"],[a],e)},mathmlBuilder(t,e){let r=new z.MathNode("mo",[new z.TextNode("\u203E")]);r.setAttribute("stretchy","true");let n=new z.MathNode("munder",[Z(t.body,e),r]);return n.setAttribute("accentunder","true"),n}}),C({type:"vcenter",names:["\\vcenter"],props:{numArgs:1,argTypes:["original"],allowedInText:!1},handler(t,e){let{parser:r}=t;return{type:"vcenter",mode:r.mode,body:e[0]}},htmlBuilder(t,e){let r=$(t.body,e),n=e.fontMetrics().axisHeight,s=.5*(r.height-n-(r.depth+n));return x.makeVList({positionType:"shift",positionData:s,children:[{type:"elem",elem:r}]},e)},mathmlBuilder(t,e){return new z.MathNode("mpadded",[Z(t.body,e)],["vcenter"])}}),C({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler(t,e,r){throw new v("\\verb ended by end of line instead of matching delimiter")},htmlBuilder(t,e){let r=$r(t),n=[],s=e.havingStyle(e.style.text());for(let a=0;a<r.length;a++){let o=r[a];o==="~"&&(o="\\textasciitilde"),n.push(x.makeSymbol(o,"Typewriter-Regular",t.mode,s,["mord","texttt"]))}return x.makeSpan(["mord","text"].concat(s.sizingClasses(e)),x.tryCombineChars(n),s)},mathmlBuilder(t,e){let r=new z.TextNode($r(t)),n=new z.MathNode("mtext",[r]);return n.setAttribute("mathvariant","monospace"),n}});let $r=t=>t.body.replace(/ /g,t.star?"\u2423":"\xA0");var K0=jt;let Ur=`[ \r
257
+ ]`,H1="\\\\[a-zA-Z@]+",L1="\\\\[^\uD800-\uDFFF]",F1="("+H1+")"+Ur+"*",_1=`\\\\(
258
+ |[ \r ]+
259
+ ?)[ \r ]*`,Mt="[\u0300-\u036F]",P1=new RegExp(Mt+"+$"),V1="("+Ur+"+)|"+(_1+"|")+"([!-\\[\\]-\u2027\u202A-\uD7FF\uF900-\uFFFF]"+(Mt+"*")+"|[\uD800-\uDBFF][\uDC00-\uDFFF]"+(Mt+"*")+"|\\\\verb\\*([^]).*?\\4|\\\\verb([^*a-zA-Z]).*?\\5"+("|"+F1)+("|"+L1+")");class Wr{constructor(e,r){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=e,this.settings=r,this.tokenRegex=new RegExp(V1,"g"),this.catcodes={"%":14,"~":13}}setCatcode(e,r){this.catcodes[e]=r}lex(){let e=this.input,r=this.tokenRegex.lastIndex;if(r===e.length)return new B0("EOF",new M0(this,r,r));let n=this.tokenRegex.exec(e);if(n===null||n.index!==r)throw new v("Unexpected character: '"+e[r]+"'",new B0(e[r],new M0(this,r,r+1)));let s=n[6]||n[3]||(n[2]?"\\ ":" ");if(this.catcodes[s]===14){let a=e.indexOf(`
260
+ `,this.tokenRegex.lastIndex);return a===-1?(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=a+1,this.lex()}return new B0(s,new M0(this,r,this.tokenRegex.lastIndex))}}class G1{constructor(e,r){e===void 0&&(e={}),r===void 0&&(r={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=r,this.builtins=e,this.undefStack=[]}beginGroup(){this.undefStack.push({})}endGroup(){if(this.undefStack.length===0)throw new v("Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug");let e=this.undefStack.pop();for(let r in e)e.hasOwnProperty(r)&&(e[r]==null?delete this.current[r]:this.current[r]=e[r])}endGroups(){for(;this.undefStack.length>0;)this.endGroup()}has(e){return this.current.hasOwnProperty(e)||this.builtins.hasOwnProperty(e)}get(e){return this.current.hasOwnProperty(e)?this.current[e]:this.builtins[e]}set(e,r,n){if(n===void 0&&(n=!1),n){for(let s=0;s<this.undefStack.length;s++)delete this.undefStack[s][e];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][e]=r)}else{let s=this.undefStack[this.undefStack.length-1];s&&!s.hasOwnProperty(e)&&(s[e]=this.current[e])}r==null?delete this.current[e]:this.current[e]=r}}var $1=kr;h("\\noexpand",function(t){let e=t.popToken();return t.isExpandable(e.text)&&(e.noexpand=!0,e.treatAsRelax=!0),{tokens:[e],numArgs:0}}),h("\\expandafter",function(t){let e=t.popToken();return t.expandOnce(!0),{tokens:[e],numArgs:0}}),h("\\@firstoftwo",function(t){return{tokens:t.consumeArgs(2)[0],numArgs:0}}),h("\\@secondoftwo",function(t){return{tokens:t.consumeArgs(2)[1],numArgs:0}}),h("\\@ifnextchar",function(t){let e=t.consumeArgs(3);t.consumeSpaces();let r=t.future();return e[0].length===1&&e[0][0].text===r.text?{tokens:e[1],numArgs:0}:{tokens:e[2],numArgs:0}}),h("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}"),h("\\TextOrMath",function(t){let e=t.consumeArgs(2);return t.mode==="text"?{tokens:e[0],numArgs:0}:{tokens:e[1],numArgs:0}});let Yr={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};h("\\char",function(t){let e=t.popToken(),r,n="";if(e.text==="'")r=8,e=t.popToken();else if(e.text==='"')r=16,e=t.popToken();else if(e.text==="`")if(e=t.popToken(),e.text[0]==="\\")n=e.text.charCodeAt(1);else{if(e.text==="EOF")throw new v("\\char` missing argument");n=e.text.charCodeAt(0)}else r=10;if(r){if(n=Yr[e.text],n==null||n>=r)throw new v("Invalid base-"+r+" digit "+e.text);let s;for(;(s=Yr[t.future().text])!=null&&s<r;)n*=r,n+=s,t.popToken()}return"\\@char{"+n+"}"});let zt=(t,e,r,n)=>{let s=t.consumeArg().tokens;if(s.length!==1)throw new v("\\newcommand's first argument must be a macro name");let a=s[0].text,o=t.isDefined(a);if(o&&!e)throw new v("\\newcommand{"+a+"} attempting to redefine "+(a+"; use \\renewcommand"));if(!o&&!r)throw new v("\\renewcommand{"+a+"} when command "+a+" does not yet exist; use \\newcommand");let u=0;if(s=t.consumeArg().tokens,s.length===1&&s[0].text==="["){let m="",p=t.expandNextToken();for(;p.text!=="]"&&p.text!=="EOF";)m+=p.text,p=t.expandNextToken();if(!m.match(/^\s*[0-9]+\s*$/))throw new v("Invalid number of arguments: "+m);u=parseInt(m),s=t.consumeArg().tokens}return o&&n||t.macros.set(a,{tokens:s,numArgs:u}),""};h("\\newcommand",t=>zt(t,!1,!0,!1)),h("\\renewcommand",t=>zt(t,!0,!1,!1)),h("\\providecommand",t=>zt(t,!0,!0,!0)),h("\\message",t=>{let e=t.consumeArgs(1)[0];return console.log(e.reverse().map(r=>r.text).join("")),""}),h("\\errmessage",t=>{let e=t.consumeArgs(1)[0];return console.error(e.reverse().map(r=>r.text).join("")),""}),h("\\show",t=>{let e=t.popToken(),r=e.text;return console.log(e,t.macros.get(r),K0[r],s0.math[r],s0.text[r]),""}),h("\\bgroup","{"),h("\\egroup","}"),h("~","\\nobreakspace"),h("\\lq","`"),h("\\rq","'"),h("\\aa","\\r a"),h("\\AA","\\r A"),h("\\textcopyright","\\html@mathml{\\textcircled{c}}{\\char`\xA9}"),h("\\copyright","\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}"),h("\\textregistered","\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`\xAE}"),h("\u212C","\\mathscr{B}"),h("\u2130","\\mathscr{E}"),h("\u2131","\\mathscr{F}"),h("\u210B","\\mathscr{H}"),h("\u2110","\\mathscr{I}"),h("\u2112","\\mathscr{L}"),h("\u2133","\\mathscr{M}"),h("\u211B","\\mathscr{R}"),h("\u212D","\\mathfrak{C}"),h("\u210C","\\mathfrak{H}"),h("\u2128","\\mathfrak{Z}"),h("\\Bbbk","\\Bbb{k}"),h("\xB7","\\cdotp"),h("\\llap","\\mathllap{\\textrm{#1}}"),h("\\rlap","\\mathrlap{\\textrm{#1}}"),h("\\clap","\\mathclap{\\textrm{#1}}"),h("\\mathstrut","\\vphantom{(}"),h("\\underbar","\\underline{\\text{#1}}"),h("\\not",'\\html@mathml{\\mathrel{\\mathrlap\\@not}}{\\char"338}'),h("\\neq","\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`\u2260}}"),h("\\ne","\\neq"),h("\u2260","\\neq"),h("\\notin","\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`\u2209}}"),h("\u2209","\\notin"),h("\u2258","\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`\u2258}}"),h("\u2259","\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`\u2258}}"),h("\u225A","\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`\u225A}}"),h("\u225B","\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`\u225B}}"),h("\u225D","\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`\u225D}}"),h("\u225E","\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`\u225E}}"),h("\u225F","\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`\u225F}}"),h("\u27C2","\\perp"),h("\u203C","\\mathclose{!\\mkern-0.8mu!}"),h("\u220C","\\notni"),h("\u231C","\\ulcorner"),h("\u231D","\\urcorner"),h("\u231E","\\llcorner"),h("\u231F","\\lrcorner"),h("\xA9","\\copyright"),h("\xAE","\\textregistered"),h("\uFE0F","\\textregistered"),h("\\ulcorner",'\\html@mathml{\\@ulcorner}{\\mathop{\\char"231c}}'),h("\\urcorner",'\\html@mathml{\\@urcorner}{\\mathop{\\char"231d}}'),h("\\llcorner",'\\html@mathml{\\@llcorner}{\\mathop{\\char"231e}}'),h("\\lrcorner",'\\html@mathml{\\@lrcorner}{\\mathop{\\char"231f}}'),h("\\vdots","{\\varvdots\\rule{0pt}{15pt}}"),h("\u22EE","\\vdots"),h("\\varGamma","\\mathit{\\Gamma}"),h("\\varDelta","\\mathit{\\Delta}"),h("\\varTheta","\\mathit{\\Theta}"),h("\\varLambda","\\mathit{\\Lambda}"),h("\\varXi","\\mathit{\\Xi}"),h("\\varPi","\\mathit{\\Pi}"),h("\\varSigma","\\mathit{\\Sigma}"),h("\\varUpsilon","\\mathit{\\Upsilon}"),h("\\varPhi","\\mathit{\\Phi}"),h("\\varPsi","\\mathit{\\Psi}"),h("\\varOmega","\\mathit{\\Omega}"),h("\\substack","\\begin{subarray}{c}#1\\end{subarray}"),h("\\colon","\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu\\relax"),h("\\boxed","\\fbox{$\\displaystyle{#1}$}"),h("\\iff","\\DOTSB\\;\\Longleftrightarrow\\;"),h("\\implies","\\DOTSB\\;\\Longrightarrow\\;"),h("\\impliedby","\\DOTSB\\;\\Longleftarrow\\;"),h("\\dddot","{\\overset{\\raisebox{-0.1ex}{\\normalsize ...}}{#1}}"),h("\\ddddot","{\\overset{\\raisebox{-0.1ex}{\\normalsize ....}}{#1}}");let Xr={",":"\\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"};h("\\dots",function(t){let e="\\dotso",r=t.expandAfterFuture().text;return r in Xr?e=Xr[r]:(r.slice(0,4)==="\\not"||r in s0.math&&B.contains(["bin","rel"],s0.math[r].group))&&(e="\\dotsb"),e});let At={")":!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};h("\\dotso",function(t){return t.future().text in At?"\\ldots\\,":"\\ldots"}),h("\\dotsc",function(t){let e=t.future().text;return e in At&&e!==","?"\\ldots\\,":"\\ldots"}),h("\\cdots",function(t){return t.future().text in At?"\\@cdots\\,":"\\@cdots"}),h("\\dotsb","\\cdots"),h("\\dotsm","\\cdots"),h("\\dotsi","\\!\\cdots"),h("\\dotsx","\\ldots\\,"),h("\\DOTSI","\\relax"),h("\\DOTSB","\\relax"),h("\\DOTSX","\\relax"),h("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax"),h("\\,","\\tmspace+{3mu}{.1667em}"),h("\\thinspace","\\,"),h("\\>","\\mskip{4mu}"),h("\\:","\\tmspace+{4mu}{.2222em}"),h("\\medspace","\\:"),h("\\;","\\tmspace+{5mu}{.2777em}"),h("\\thickspace","\\;"),h("\\!","\\tmspace-{3mu}{.1667em}"),h("\\negthinspace","\\!"),h("\\negmedspace","\\tmspace-{4mu}{.2222em}"),h("\\negthickspace","\\tmspace-{5mu}{.277em}"),h("\\enspace","\\kern.5em "),h("\\enskip","\\hskip.5em\\relax"),h("\\quad","\\hskip1em\\relax"),h("\\qquad","\\hskip2em\\relax"),h("\\tag","\\@ifstar\\tag@literal\\tag@paren"),h("\\tag@paren","\\tag@literal{({#1})}"),h("\\tag@literal",t=>{if(t.macros.get("\\df@tag"))throw new v("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"}),h("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}"),h("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)"),h("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}"),h("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1"),h("\\newline","\\\\\\relax"),h("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");let jr=T(E0["Main-Regular"][84][1]-.7*E0["Main-Regular"][65][1]);h("\\LaTeX","\\textrm{\\html@mathml{"+("L\\kern-.36em\\raisebox{"+jr+"}{\\scriptstyle A}")+"\\kern-.15em\\TeX}{LaTeX}}"),h("\\KaTeX","\\textrm{\\html@mathml{"+("K\\kern-.17em\\raisebox{"+jr+"}{\\scriptstyle A}")+"\\kern-.15em\\TeX}{KaTeX}}"),h("\\hspace","\\@ifstar\\@hspacer\\@hspace"),h("\\@hspace","\\hskip #1\\relax"),h("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax"),h("\\ordinarycolon",":"),h("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}"),h("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}'),h("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}'),h("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}'),h("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}'),h("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}'),h("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}'),h("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}'),h("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}'),h("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}'),h("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}'),h("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}'),h("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}'),h("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}'),h("\u2237","\\dblcolon"),h("\u2239","\\eqcolon"),h("\u2254","\\coloneqq"),h("\u2255","\\eqqcolon"),h("\u2A74","\\Coloneqq"),h("\\ratio","\\vcentcolon"),h("\\coloncolon","\\dblcolon"),h("\\colonequals","\\coloneqq"),h("\\coloncolonequals","\\Coloneqq"),h("\\equalscolon","\\eqqcolon"),h("\\equalscoloncolon","\\Eqqcolon"),h("\\colonminus","\\coloneq"),h("\\coloncolonminus","\\Coloneq"),h("\\minuscolon","\\eqcolon"),h("\\minuscoloncolon","\\Eqcolon"),h("\\coloncolonapprox","\\Colonapprox"),h("\\coloncolonsim","\\Colonsim"),h("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),h("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}"),h("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),h("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}"),h("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`\u220C}}"),h("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}"),h("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}"),h("\\injlim","\\DOTSB\\operatorname*{inj\\,lim}"),h("\\projlim","\\DOTSB\\operatorname*{proj\\,lim}"),h("\\varlimsup","\\DOTSB\\operatorname*{\\overline{lim}}"),h("\\varliminf","\\DOTSB\\operatorname*{\\underline{lim}}"),h("\\varinjlim","\\DOTSB\\operatorname*{\\underrightarrow{lim}}"),h("\\varprojlim","\\DOTSB\\operatorname*{\\underleftarrow{lim}}"),h("\\gvertneqq","\\html@mathml{\\@gvertneqq}{\u2269}"),h("\\lvertneqq","\\html@mathml{\\@lvertneqq}{\u2268}"),h("\\ngeqq","\\html@mathml{\\@ngeqq}{\u2271}"),h("\\ngeqslant","\\html@mathml{\\@ngeqslant}{\u2271}"),h("\\nleqq","\\html@mathml{\\@nleqq}{\u2270}"),h("\\nleqslant","\\html@mathml{\\@nleqslant}{\u2270}"),h("\\nshortmid","\\html@mathml{\\@nshortmid}{\u2224}"),h("\\nshortparallel","\\html@mathml{\\@nshortparallel}{\u2226}"),h("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{\u2288}"),h("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{\u2289}"),h("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{\u228A}"),h("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{\u2ACB}"),h("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{\u228B}"),h("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{\u2ACC}"),h("\\imath","\\html@mathml{\\@imath}{\u0131}"),h("\\jmath","\\html@mathml{\\@jmath}{\u0237}"),h("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`\u27E6}}"),h("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`\u27E7}}"),h("\u27E6","\\llbracket"),h("\u27E7","\\rrbracket"),h("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`\u2983}}"),h("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`\u2984}}"),h("\u2983","\\lBrace"),h("\u2984","\\rBrace"),h("\\minuso","\\mathbin{\\html@mathml{{\\mathrlap{\\mathchoice{\\kern{0.145em}}{\\kern{0.145em}}{\\kern{0.1015em}}{\\kern{0.0725em}}\\circ}{-}}}{\\char`\u29B5}}"),h("\u29B5","\\minuso"),h("\\darr","\\downarrow"),h("\\dArr","\\Downarrow"),h("\\Darr","\\Downarrow"),h("\\lang","\\langle"),h("\\rang","\\rangle"),h("\\uarr","\\uparrow"),h("\\uArr","\\Uparrow"),h("\\Uarr","\\Uparrow"),h("\\N","\\mathbb{N}"),h("\\R","\\mathbb{R}"),h("\\Z","\\mathbb{Z}"),h("\\alef","\\aleph"),h("\\alefsym","\\aleph"),h("\\Alpha","\\mathrm{A}"),h("\\Beta","\\mathrm{B}"),h("\\bull","\\bullet"),h("\\Chi","\\mathrm{X}"),h("\\clubs","\\clubsuit"),h("\\cnums","\\mathbb{C}"),h("\\Complex","\\mathbb{C}"),h("\\Dagger","\\ddagger"),h("\\diamonds","\\diamondsuit"),h("\\empty","\\emptyset"),h("\\Epsilon","\\mathrm{E}"),h("\\Eta","\\mathrm{H}"),h("\\exist","\\exists"),h("\\harr","\\leftrightarrow"),h("\\hArr","\\Leftrightarrow"),h("\\Harr","\\Leftrightarrow"),h("\\hearts","\\heartsuit"),h("\\image","\\Im"),h("\\infin","\\infty"),h("\\Iota","\\mathrm{I}"),h("\\isin","\\in"),h("\\Kappa","\\mathrm{K}"),h("\\larr","\\leftarrow"),h("\\lArr","\\Leftarrow"),h("\\Larr","\\Leftarrow"),h("\\lrarr","\\leftrightarrow"),h("\\lrArr","\\Leftrightarrow"),h("\\Lrarr","\\Leftrightarrow"),h("\\Mu","\\mathrm{M}"),h("\\natnums","\\mathbb{N}"),h("\\Nu","\\mathrm{N}"),h("\\Omicron","\\mathrm{O}"),h("\\plusmn","\\pm"),h("\\rarr","\\rightarrow"),h("\\rArr","\\Rightarrow"),h("\\Rarr","\\Rightarrow"),h("\\real","\\Re"),h("\\reals","\\mathbb{R}"),h("\\Reals","\\mathbb{R}"),h("\\Rho","\\mathrm{P}"),h("\\sdot","\\cdot"),h("\\sect","\\S"),h("\\spades","\\spadesuit"),h("\\sub","\\subset"),h("\\sube","\\subseteq"),h("\\supe","\\supseteq"),h("\\Tau","\\mathrm{T}"),h("\\thetasym","\\vartheta"),h("\\weierp","\\wp"),h("\\Zeta","\\mathrm{Z}"),h("\\argmin","\\DOTSB\\operatorname*{arg\\,min}"),h("\\argmax","\\DOTSB\\operatorname*{arg\\,max}"),h("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits"),h("\\bra","\\mathinner{\\langle{#1}|}"),h("\\ket","\\mathinner{|{#1}\\rangle}"),h("\\braket","\\mathinner{\\langle{#1}\\rangle}"),h("\\Bra","\\left\\langle#1\\right|"),h("\\Ket","\\left|#1\\right\\rangle");let Zr=t=>e=>{let r=e.consumeArg().tokens,n=e.consumeArg().tokens,s=e.consumeArg().tokens,a=e.consumeArg().tokens,o=e.macros.get("|"),u=e.macros.get("\\|");e.macros.beginGroup();let m=y=>k=>{t&&(k.macros.set("|",o),s.length&&k.macros.set("\\|",u));let S=y;return!y&&s.length&&k.future().text==="|"&&(k.popToken(),S=!0),{tokens:S?s:n,numArgs:0}};e.macros.set("|",m(!1)),s.length&&e.macros.set("\\|",m(!0));let p=e.consumeArg().tokens,b=e.expandTokens([...a,...p,...r]);return e.macros.endGroup(),{tokens:b.reverse(),numArgs:0}};h("\\bra@ket",Zr(!1)),h("\\bra@set",Zr(!0)),h("\\Braket","\\bra@ket{\\left\\langle}{\\,\\middle\\vert\\,}{\\,\\middle\\vert\\,}{\\right\\rangle}"),h("\\Set","\\bra@set{\\left\\{\\:}{\\;\\middle\\vert\\;}{\\;\\middle\\Vert\\;}{\\:\\right\\}}"),h("\\set","\\bra@set{\\{\\,}{\\mid}{}{\\,\\}}"),h("\\angln","{\\angl n}"),h("\\blue","\\textcolor{##6495ed}{#1}"),h("\\orange","\\textcolor{##ffa500}{#1}"),h("\\pink","\\textcolor{##ff00af}{#1}"),h("\\red","\\textcolor{##df0030}{#1}"),h("\\green","\\textcolor{##28ae7b}{#1}"),h("\\gray","\\textcolor{gray}{#1}"),h("\\purple","\\textcolor{##9d38bd}{#1}"),h("\\blueA","\\textcolor{##ccfaff}{#1}"),h("\\blueB","\\textcolor{##80f6ff}{#1}"),h("\\blueC","\\textcolor{##63d9ea}{#1}"),h("\\blueD","\\textcolor{##11accd}{#1}"),h("\\blueE","\\textcolor{##0c7f99}{#1}"),h("\\tealA","\\textcolor{##94fff5}{#1}"),h("\\tealB","\\textcolor{##26edd5}{#1}"),h("\\tealC","\\textcolor{##01d1c1}{#1}"),h("\\tealD","\\textcolor{##01a995}{#1}"),h("\\tealE","\\textcolor{##208170}{#1}"),h("\\greenA","\\textcolor{##b6ffb0}{#1}"),h("\\greenB","\\textcolor{##8af281}{#1}"),h("\\greenC","\\textcolor{##74cf70}{#1}"),h("\\greenD","\\textcolor{##1fab54}{#1}"),h("\\greenE","\\textcolor{##0d923f}{#1}"),h("\\goldA","\\textcolor{##ffd0a9}{#1}"),h("\\goldB","\\textcolor{##ffbb71}{#1}"),h("\\goldC","\\textcolor{##ff9c39}{#1}"),h("\\goldD","\\textcolor{##e07d10}{#1}"),h("\\goldE","\\textcolor{##a75a05}{#1}"),h("\\redA","\\textcolor{##fca9a9}{#1}"),h("\\redB","\\textcolor{##ff8482}{#1}"),h("\\redC","\\textcolor{##f9685d}{#1}"),h("\\redD","\\textcolor{##e84d39}{#1}"),h("\\redE","\\textcolor{##bc2612}{#1}"),h("\\maroonA","\\textcolor{##ffbde0}{#1}"),h("\\maroonB","\\textcolor{##ff92c6}{#1}"),h("\\maroonC","\\textcolor{##ed5fa6}{#1}"),h("\\maroonD","\\textcolor{##ca337c}{#1}"),h("\\maroonE","\\textcolor{##9e034e}{#1}"),h("\\purpleA","\\textcolor{##ddd7ff}{#1}"),h("\\purpleB","\\textcolor{##c6b9fc}{#1}"),h("\\purpleC","\\textcolor{##aa87ff}{#1}"),h("\\purpleD","\\textcolor{##7854ab}{#1}"),h("\\purpleE","\\textcolor{##543b78}{#1}"),h("\\mintA","\\textcolor{##f5f9e8}{#1}"),h("\\mintB","\\textcolor{##edf2df}{#1}"),h("\\mintC","\\textcolor{##e0e5cc}{#1}"),h("\\grayA","\\textcolor{##f6f7f7}{#1}"),h("\\grayB","\\textcolor{##f0f1f2}{#1}"),h("\\grayC","\\textcolor{##e3e5e6}{#1}"),h("\\grayD","\\textcolor{##d6d8da}{#1}"),h("\\grayE","\\textcolor{##babec2}{#1}"),h("\\grayF","\\textcolor{##888d93}{#1}"),h("\\grayG","\\textcolor{##626569}{#1}"),h("\\grayH","\\textcolor{##3b3e40}{#1}"),h("\\grayI","\\textcolor{##21242c}{#1}"),h("\\kaBlue","\\textcolor{##314453}{#1}"),h("\\kaGreen","\\textcolor{##71B307}{#1}");let Kr={"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0};class U1{constructor(e,r,n){this.settings=void 0,this.expansionCount=void 0,this.lexer=void 0,this.macros=void 0,this.stack=void 0,this.mode=void 0,this.settings=r,this.expansionCount=0,this.feed(e),this.macros=new G1($1,r.macros),this.mode=n,this.stack=[]}feed(e){this.lexer=new Wr(e,this.settings)}switchMode(e){this.mode=e}beginGroup(){this.macros.beginGroup()}endGroup(){this.macros.endGroup()}endGroups(){this.macros.endGroups()}future(){return this.stack.length===0&&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 r,n,s;if(e){if(this.consumeSpaces(),this.future().text!=="[")return null;r=this.popToken(),{tokens:s,end:n}=this.consumeArg(["]"])}else({tokens:s,start:r,end:n}=this.consumeArg());return this.pushToken(new B0("EOF",n.loc)),this.pushTokens(s),r.range(n,"")}consumeSpaces(){for(;this.future().text===" ";)this.stack.pop()}consumeArg(e){let r=[],n=e&&e.length>0;n||this.consumeSpaces();let s=this.future(),a,o=0,u=0;do{if(a=this.popToken(),r.push(a),a.text==="{")++o;else if(a.text==="}"){if(--o,o===-1)throw new v("Extra }",a)}else if(a.text==="EOF")throw new v("Unexpected end of input in a macro argument, expected '"+(e&&n?e[u]:"}")+"'",a);if(e&&n)if((o===0||o===1&&e[u]==="{")&&a.text===e[u]){if(++u,u===e.length){r.splice(-u,u);break}}else u=0}while(o!==0||n);return s.text==="{"&&r[r.length-1].text==="}"&&(r.pop(),r.shift()),r.reverse(),{tokens:r,start:s,end:a}}consumeArgs(e,r){if(r){if(r.length!==e+1)throw new v("The length of delimiters doesn't match the number of args!");let s=r[0];for(let a=0;a<s.length;a++){let o=this.popToken();if(s[a]!==o.text)throw new v("Use of the macro doesn't match its definition",o)}}let n=[];for(let s=0;s<e;s++)n.push(this.consumeArg(r&&r[s+1]).tokens);return n}countExpansion(e){if(this.expansionCount+=e,this.expansionCount>this.settings.maxExpand)throw new v("Too many expansions: infinite loop or need to increase maxExpand setting")}expandOnce(e){let r=this.popToken(),n=r.text,s=r.noexpand?null:this._getExpansion(n);if(s==null||e&&s.unexpandable){if(e&&s==null&&n[0]==="\\"&&!this.isDefined(n))throw new v("Undefined control sequence: "+n);return this.pushToken(r),!1}this.countExpansion(1);let a=s.tokens,o=this.consumeArgs(s.numArgs,s.delimiters);if(s.numArgs){a=a.slice();for(let u=a.length-1;u>=0;--u){let m=a[u];if(m.text==="#"){if(u===0)throw new v("Incomplete placeholder at end of macro body",m);if(m=a[--u],m.text==="#")a.splice(u+1,1);else if(/^[1-9]$/.test(m.text))a.splice(u,2,...o[+m.text-1]);else throw new v("Not a valid argument number",m)}}}return this.pushTokens(a),a.length}expandAfterFuture(){return this.expandOnce(),this.future()}expandNextToken(){for(;;)if(this.expandOnce()===!1){let e=this.stack.pop();return e.treatAsRelax&&(e.text="\\relax"),e}throw new Error}expandMacro(e){return this.macros.has(e)?this.expandTokens([new B0(e)]):void 0}expandTokens(e){let r=[],n=this.stack.length;for(this.pushTokens(e);this.stack.length>n;)if(this.expandOnce(!0)===!1){let s=this.stack.pop();s.treatAsRelax&&(s.noexpand=!1,s.treatAsRelax=!1),r.push(s)}return this.countExpansion(r.length),r}expandMacroAsText(e){let r=this.expandMacro(e);return r&&r.map(n=>n.text).join("")}_getExpansion(e){let r=this.macros.get(e);if(r==null)return r;if(e.length===1){let s=this.lexer.catcodes[e];if(s!=null&&s!==13)return}let n=typeof r=="function"?r(this):r;if(typeof n=="string"){let s=0;if(n.indexOf("#")!==-1){let p=n.replace(/##/g,"");for(;p.indexOf("#"+(s+1))!==-1;)++s}let a=new Wr(n,this.settings),o=[],u=a.lex();for(;u.text!=="EOF";)o.push(u),u=a.lex();return o.reverse(),{tokens:o,numArgs:s}}return n}isDefined(e){return this.macros.has(e)||K0.hasOwnProperty(e)||s0.math.hasOwnProperty(e)||s0.text.hasOwnProperty(e)||Kr.hasOwnProperty(e)}isExpandable(e){let r=this.macros.get(e);return r!=null?typeof r=="string"||typeof r=="function"||!r.unexpandable:K0.hasOwnProperty(e)&&!K0[e].primitive}}let Jr=/^[₊₋₌₍₎₀₁₂₃₄₅₆₇₈₉ₐₑₕᵢⱼₖₗₘₙₒₚᵣₛₜᵤᵥₓᵦᵧᵨᵩᵪ]/,Fe=Object.freeze({"\u208A":"+","\u208B":"-","\u208C":"=","\u208D":"(","\u208E":")","\u2080":"0","\u2081":"1","\u2082":"2","\u2083":"3","\u2084":"4","\u2085":"5","\u2086":"6","\u2087":"7","\u2088":"8","\u2089":"9","\u2090":"a","\u2091":"e","\u2095":"h","\u1D62":"i","\u2C7C":"j","\u2096":"k","\u2097":"l","\u2098":"m","\u2099":"n","\u2092":"o","\u209A":"p","\u1D63":"r","\u209B":"s","\u209C":"t","\u1D64":"u","\u1D65":"v","\u2093":"x","\u1D66":"\u03B2","\u1D67":"\u03B3","\u1D68":"\u03C1","\u1D69":"\u03D5","\u1D6A":"\u03C7","\u207A":"+","\u207B":"-","\u207C":"=","\u207D":"(","\u207E":")","\u2070":"0","\xB9":"1","\xB2":"2","\xB3":"3","\u2074":"4","\u2075":"5","\u2076":"6","\u2077":"7","\u2078":"8","\u2079":"9","\u1D2C":"A","\u1D2E":"B","\u1D30":"D","\u1D31":"E","\u1D33":"G","\u1D34":"H","\u1D35":"I","\u1D36":"J","\u1D37":"K","\u1D38":"L","\u1D39":"M","\u1D3A":"N","\u1D3C":"O","\u1D3E":"P","\u1D3F":"R","\u1D40":"T","\u1D41":"U","\u2C7D":"V","\u1D42":"W","\u1D43":"a","\u1D47":"b","\u1D9C":"c","\u1D48":"d","\u1D49":"e","\u1DA0":"f","\u1D4D":"g",\u02B0:"h","\u2071":"i",\u02B2:"j","\u1D4F":"k",\u02E1:"l","\u1D50":"m",\u207F:"n","\u1D52":"o","\u1D56":"p",\u02B3:"r",\u02E2:"s","\u1D57":"t","\u1D58":"u","\u1D5B":"v",\u02B7:"w",\u02E3:"x",\u02B8:"y","\u1DBB":"z","\u1D5D":"\u03B2","\u1D5E":"\u03B3","\u1D5F":"\u03B4","\u1D60":"\u03D5","\u1D61":"\u03C7","\u1DBF":"\u03B8"}),Tt={"\u0301":{text:"\\'",math:"\\acute"},"\u0300":{text:"\\`",math:"\\grave"},"\u0308":{text:'\\"',math:"\\ddot"},"\u0303":{text:"\\~",math:"\\tilde"},"\u0304":{text:"\\=",math:"\\bar"},"\u0306":{text:"\\u",math:"\\breve"},"\u030C":{text:"\\v",math:"\\check"},"\u0302":{text:"\\^",math:"\\hat"},"\u0307":{text:"\\.",math:"\\dot"},"\u030A":{text:"\\r",math:"\\mathring"},"\u030B":{text:"\\H"},"\u0327":{text:"\\c"}},Qr={\u00E1:"a\u0301",\u00E0:"a\u0300",\u00E4:"a\u0308",\u01DF:"a\u0308\u0304",\u00E3:"a\u0303",\u0101:"a\u0304",\u0103:"a\u0306",\u1EAF:"a\u0306\u0301",\u1EB1:"a\u0306\u0300",\u1EB5:"a\u0306\u0303",\u01CE:"a\u030C",\u00E2:"a\u0302",\u1EA5:"a\u0302\u0301",\u1EA7:"a\u0302\u0300",\u1EAB:"a\u0302\u0303",\u0227:"a\u0307",\u01E1:"a\u0307\u0304",\u00E5:"a\u030A",\u01FB:"a\u030A\u0301",\u1E03:"b\u0307",\u0107:"c\u0301",\u1E09:"c\u0327\u0301",\u010D:"c\u030C",\u0109:"c\u0302",\u010B:"c\u0307",\u00E7:"c\u0327",\u010F:"d\u030C",\u1E0B:"d\u0307",\u1E11:"d\u0327",\u00E9:"e\u0301",\u00E8:"e\u0300",\u00EB:"e\u0308",\u1EBD:"e\u0303",\u0113:"e\u0304",\u1E17:"e\u0304\u0301",\u1E15:"e\u0304\u0300",\u0115:"e\u0306",\u1E1D:"e\u0327\u0306",\u011B:"e\u030C",\u00EA:"e\u0302",\u1EBF:"e\u0302\u0301",\u1EC1:"e\u0302\u0300",\u1EC5:"e\u0302\u0303",\u0117:"e\u0307",\u0229:"e\u0327",\u1E1F:"f\u0307",\u01F5:"g\u0301",\u1E21:"g\u0304",\u011F:"g\u0306",\u01E7:"g\u030C",\u011D:"g\u0302",\u0121:"g\u0307",\u0123:"g\u0327",\u1E27:"h\u0308",\u021F:"h\u030C",\u0125:"h\u0302",\u1E23:"h\u0307",\u1E29:"h\u0327",\u00ED:"i\u0301",\u00EC:"i\u0300",\u00EF:"i\u0308",\u1E2F:"i\u0308\u0301",\u0129:"i\u0303",\u012B:"i\u0304",\u012D:"i\u0306",\u01D0:"i\u030C",\u00EE:"i\u0302",\u01F0:"j\u030C",\u0135:"j\u0302",\u1E31:"k\u0301",\u01E9:"k\u030C",\u0137:"k\u0327",\u013A:"l\u0301",\u013E:"l\u030C",\u013C:"l\u0327",\u1E3F:"m\u0301",\u1E41:"m\u0307",\u0144:"n\u0301",\u01F9:"n\u0300",\u00F1:"n\u0303",\u0148:"n\u030C",\u1E45:"n\u0307",\u0146:"n\u0327",\u00F3:"o\u0301",\u00F2:"o\u0300",\u00F6:"o\u0308",\u022B:"o\u0308\u0304",\u00F5:"o\u0303",\u1E4D:"o\u0303\u0301",\u1E4F:"o\u0303\u0308",\u022D:"o\u0303\u0304",\u014D:"o\u0304",\u1E53:"o\u0304\u0301",\u1E51:"o\u0304\u0300",\u014F:"o\u0306",\u01D2:"o\u030C",\u00F4:"o\u0302",\u1ED1:"o\u0302\u0301",\u1ED3:"o\u0302\u0300",\u1ED7:"o\u0302\u0303",\u022F:"o\u0307",\u0231:"o\u0307\u0304",\u0151:"o\u030B",\u1E55:"p\u0301",\u1E57:"p\u0307",\u0155:"r\u0301",\u0159:"r\u030C",\u1E59:"r\u0307",\u0157:"r\u0327",\u015B:"s\u0301",\u1E65:"s\u0301\u0307",\u0161:"s\u030C",\u1E67:"s\u030C\u0307",\u015D:"s\u0302",\u1E61:"s\u0307",\u015F:"s\u0327",\u1E97:"t\u0308",\u0165:"t\u030C",\u1E6B:"t\u0307",\u0163:"t\u0327",\u00FA:"u\u0301",\u00F9:"u\u0300",\u00FC:"u\u0308",\u01D8:"u\u0308\u0301",\u01DC:"u\u0308\u0300",\u01D6:"u\u0308\u0304",\u01DA:"u\u0308\u030C",\u0169:"u\u0303",\u1E79:"u\u0303\u0301",\u016B:"u\u0304",\u1E7B:"u\u0304\u0308",\u016D:"u\u0306",\u01D4:"u\u030C",\u00FB:"u\u0302",\u016F:"u\u030A",\u0171:"u\u030B",\u1E7D:"v\u0303",\u1E83:"w\u0301",\u1E81:"w\u0300",\u1E85:"w\u0308",\u0175:"w\u0302",\u1E87:"w\u0307",\u1E98:"w\u030A",\u1E8D:"x\u0308",\u1E8B:"x\u0307",\u00FD:"y\u0301",\u1EF3:"y\u0300",\u00FF:"y\u0308",\u1EF9:"y\u0303",\u0233:"y\u0304",\u0177:"y\u0302",\u1E8F:"y\u0307",\u1E99:"y\u030A",\u017A:"z\u0301",\u017E:"z\u030C",\u1E91:"z\u0302",\u017C:"z\u0307",\u00C1:"A\u0301",\u00C0:"A\u0300",\u00C4:"A\u0308",\u01DE:"A\u0308\u0304",\u00C3:"A\u0303",\u0100:"A\u0304",\u0102:"A\u0306",\u1EAE:"A\u0306\u0301",\u1EB0:"A\u0306\u0300",\u1EB4:"A\u0306\u0303",\u01CD:"A\u030C",\u00C2:"A\u0302",\u1EA4:"A\u0302\u0301",\u1EA6:"A\u0302\u0300",\u1EAA:"A\u0302\u0303",\u0226:"A\u0307",\u01E0:"A\u0307\u0304",\u00C5:"A\u030A",\u01FA:"A\u030A\u0301",\u1E02:"B\u0307",\u0106:"C\u0301",\u1E08:"C\u0327\u0301",\u010C:"C\u030C",\u0108:"C\u0302",\u010A:"C\u0307",\u00C7:"C\u0327",\u010E:"D\u030C",\u1E0A:"D\u0307",\u1E10:"D\u0327",\u00C9:"E\u0301",\u00C8:"E\u0300",\u00CB:"E\u0308",\u1EBC:"E\u0303",\u0112:"E\u0304",\u1E16:"E\u0304\u0301",\u1E14:"E\u0304\u0300",\u0114:"E\u0306",\u1E1C:"E\u0327\u0306",\u011A:"E\u030C",\u00CA:"E\u0302",\u1EBE:"E\u0302\u0301",\u1EC0:"E\u0302\u0300",\u1EC4:"E\u0302\u0303",\u0116:"E\u0307",\u0228:"E\u0327",\u1E1E:"F\u0307",\u01F4:"G\u0301",\u1E20:"G\u0304",\u011E:"G\u0306",\u01E6:"G\u030C",\u011C:"G\u0302",\u0120:"G\u0307",\u0122:"G\u0327",\u1E26:"H\u0308",\u021E:"H\u030C",\u0124:"H\u0302",\u1E22:"H\u0307",\u1E28:"H\u0327",\u00CD:"I\u0301",\u00CC:"I\u0300",\u00CF:"I\u0308",\u1E2E:"I\u0308\u0301",\u0128:"I\u0303",\u012A:"I\u0304",\u012C:"I\u0306",\u01CF:"I\u030C",\u00CE:"I\u0302",\u0130:"I\u0307",\u0134:"J\u0302",\u1E30:"K\u0301",\u01E8:"K\u030C",\u0136:"K\u0327",\u0139:"L\u0301",\u013D:"L\u030C",\u013B:"L\u0327",\u1E3E:"M\u0301",\u1E40:"M\u0307",\u0143:"N\u0301",\u01F8:"N\u0300",\u00D1:"N\u0303",\u0147:"N\u030C",\u1E44:"N\u0307",\u0145:"N\u0327",\u00D3:"O\u0301",\u00D2:"O\u0300",\u00D6:"O\u0308",\u022A:"O\u0308\u0304",\u00D5:"O\u0303",\u1E4C:"O\u0303\u0301",\u1E4E:"O\u0303\u0308",\u022C:"O\u0303\u0304",\u014C:"O\u0304",\u1E52:"O\u0304\u0301",\u1E50:"O\u0304\u0300",\u014E:"O\u0306",\u01D1:"O\u030C",\u00D4:"O\u0302",\u1ED0:"O\u0302\u0301",\u1ED2:"O\u0302\u0300",\u1ED6:"O\u0302\u0303",\u022E:"O\u0307",\u0230:"O\u0307\u0304",\u0150:"O\u030B",\u1E54:"P\u0301",\u1E56:"P\u0307",\u0154:"R\u0301",\u0158:"R\u030C",\u1E58:"R\u0307",\u0156:"R\u0327",\u015A:"S\u0301",\u1E64:"S\u0301\u0307",\u0160:"S\u030C",\u1E66:"S\u030C\u0307",\u015C:"S\u0302",\u1E60:"S\u0307",\u015E:"S\u0327",\u0164:"T\u030C",\u1E6A:"T\u0307",\u0162:"T\u0327",\u00DA:"U\u0301",\u00D9:"U\u0300",\u00DC:"U\u0308",\u01D7:"U\u0308\u0301",\u01DB:"U\u0308\u0300",\u01D5:"U\u0308\u0304",\u01D9:"U\u0308\u030C",\u0168:"U\u0303",\u1E78:"U\u0303\u0301",\u016A:"U\u0304",\u1E7A:"U\u0304\u0308",\u016C:"U\u0306",\u01D3:"U\u030C",\u00DB:"U\u0302",\u016E:"U\u030A",\u0170:"U\u030B",\u1E7C:"V\u0303",\u1E82:"W\u0301",\u1E80:"W\u0300",\u1E84:"W\u0308",\u0174:"W\u0302",\u1E86:"W\u0307",\u1E8C:"X\u0308",\u1E8A:"X\u0307",\u00DD:"Y\u0301",\u1EF2:"Y\u0300",\u0178:"Y\u0308",\u1EF8:"Y\u0303",\u0232:"Y\u0304",\u0176:"Y\u0302",\u1E8E:"Y\u0307",\u0179:"Z\u0301",\u017D:"Z\u030C",\u1E90:"Z\u0302",\u017B:"Z\u0307",\u03AC:"\u03B1\u0301",\u1F70:"\u03B1\u0300",\u1FB1:"\u03B1\u0304",\u1FB0:"\u03B1\u0306",\u03AD:"\u03B5\u0301",\u1F72:"\u03B5\u0300",\u03AE:"\u03B7\u0301",\u1F74:"\u03B7\u0300",\u03AF:"\u03B9\u0301",\u1F76:"\u03B9\u0300",\u03CA:"\u03B9\u0308",\u0390:"\u03B9\u0308\u0301",\u1FD2:"\u03B9\u0308\u0300",\u1FD1:"\u03B9\u0304",\u1FD0:"\u03B9\u0306",\u03CC:"\u03BF\u0301",\u1F78:"\u03BF\u0300",\u03CD:"\u03C5\u0301",\u1F7A:"\u03C5\u0300",\u03CB:"\u03C5\u0308",\u03B0:"\u03C5\u0308\u0301",\u1FE2:"\u03C5\u0308\u0300",\u1FE1:"\u03C5\u0304",\u1FE0:"\u03C5\u0306",\u03CE:"\u03C9\u0301",\u1F7C:"\u03C9\u0300",\u038E:"\u03A5\u0301",\u1FEA:"\u03A5\u0300",\u03AB:"\u03A5\u0308",\u1FE9:"\u03A5\u0304",\u1FE8:"\u03A5\u0306",\u038F:"\u03A9\u0301",\u1FFA:"\u03A9\u0300"};class _e{constructor(e,r){this.mode=void 0,this.gullet=void 0,this.settings=void 0,this.leftrightDepth=void 0,this.nextToken=void 0,this.mode="math",this.gullet=new U1(e,r,this.mode),this.settings=r,this.leftrightDepth=0}expect(e,r){if(r===void 0&&(r=!0),this.fetch().text!==e)throw new v("Expected '"+e+"', got '"+this.fetch().text+"'",this.fetch());r&&this.consume()}consume(){this.nextToken=null}fetch(){return this.nextToken==null&&(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{let e=this.parseExpression(!1);return this.expect("EOF"),this.settings.globalGroup||this.gullet.endGroup(),e}finally{this.gullet.endGroups()}}subparse(e){let r=this.nextToken;this.consume(),this.gullet.pushToken(new B0("}")),this.gullet.pushTokens(e);let n=this.parseExpression(!1);return this.expect("}"),this.nextToken=r,n}parseExpression(e,r){let n=[];for(;;){this.mode==="math"&&this.consumeSpaces();let s=this.fetch();if(_e.endOfExpression.indexOf(s.text)!==-1||r&&s.text===r||e&&K0[s.text]&&K0[s.text].infix)break;let a=this.parseAtom(r);if(a){if(a.type==="internal")continue}else break;n.push(a)}return this.mode==="text"&&this.formLigatures(n),this.handleInfixNodes(n)}handleInfixNodes(e){let r=-1,n;for(let s=0;s<e.length;s++)if(e[s].type==="infix"){if(r!==-1)throw new v("only one infix operator per group",e[s].token);r=s,n=e[s].replaceWith}if(r!==-1&&n){let s,a,o=e.slice(0,r),u=e.slice(r+1);o.length===1&&o[0].type==="ordgroup"?s=o[0]:s={type:"ordgroup",mode:this.mode,body:o},u.length===1&&u[0].type==="ordgroup"?a=u[0]:a={type:"ordgroup",mode:this.mode,body:u};let m;return n==="\\\\abovefrac"?m=this.callFunction(n,[s,e[r],a],[]):m=this.callFunction(n,[s,a],[]),[m]}else return e}handleSupSubscript(e){let r=this.fetch(),n=r.text;this.consume(),this.consumeSpaces();let s=this.parseGroup(e);if(!s)throw new v("Expected group after '"+n+"'",r);return s}formatUnsupportedCmd(e){let r=[];for(let a=0;a<e.length;a++)r.push({type:"textord",mode:"text",text:e[a]});let n={type:"text",mode:this.mode,body:r};return{type:"color",mode:this.mode,color:this.settings.errorColor,body:[n]}}parseAtom(e){let r=this.parseGroup("atom",e);if(this.mode==="text")return r;let n,s;for(;;){this.consumeSpaces();let a=this.fetch();if(a.text==="\\limits"||a.text==="\\nolimits"){if(r&&r.type==="op"){let o=a.text==="\\limits";r.limits=o,r.alwaysHandleSupSub=!0}else if(r&&r.type==="operatorname")r.alwaysHandleSupSub&&(r.limits=a.text==="\\limits");else throw new v("Limit controls must follow a math operator",a);this.consume()}else if(a.text==="^"){if(n)throw new v("Double superscript",a);n=this.handleSupSubscript("superscript")}else if(a.text==="_"){if(s)throw new v("Double subscript",a);s=this.handleSupSubscript("subscript")}else if(a.text==="'"){if(n)throw new v("Double superscript",a);let o={type:"textord",mode:this.mode,text:"\\prime"},u=[o];for(this.consume();this.fetch().text==="'";)u.push(o),this.consume();this.fetch().text==="^"&&u.push(this.handleSupSubscript("superscript")),n={type:"ordgroup",mode:this.mode,body:u}}else if(Fe[a.text]){let o=Jr.test(a.text),u=[];for(u.push(new B0(Fe[a.text])),this.consume();;){let p=this.fetch().text;if(!Fe[p]||Jr.test(p)!==o)break;u.unshift(new B0(Fe[p])),this.consume()}let m=this.subparse(u);o?s={type:"ordgroup",mode:"math",body:m}:n={type:"ordgroup",mode:"math",body:m}}else break}return n||s?{type:"supsub",mode:this.mode,base:r,sup:n,sub:s}:r}parseFunction(e,r){let n=this.fetch(),s=n.text,a=K0[s];if(!a)return null;if(this.consume(),r&&r!=="atom"&&!a.allowedInArgument)throw new v("Got function '"+s+"' with no arguments"+(r?" as "+r:""),n);if(this.mode==="text"&&!a.allowedInText)throw new v("Can't use function '"+s+"' in text mode",n);if(this.mode==="math"&&a.allowedInMath===!1)throw new v("Can't use function '"+s+"' in math mode",n);let{args:o,optArgs:u}=this.parseArguments(s,a);return this.callFunction(s,o,u,n,e)}callFunction(e,r,n,s,a){let o={funcName:e,parser:this,token:s,breakOnTokenText:a},u=K0[e];if(u&&u.handler)return u.handler(o,r,n);throw new v("No function handler for "+e)}parseArguments(e,r){let n=r.numArgs+r.numOptionalArgs;if(n===0)return{args:[],optArgs:[]};let s=[],a=[];for(let o=0;o<n;o++){let u=r.argTypes&&r.argTypes[o],m=o<r.numOptionalArgs;(r.primitive&&u==null||r.type==="sqrt"&&o===1&&a[0]==null)&&(u="primitive");let p=this.parseGroupOfType("argument to '"+e+"'",u,m);if(m)a.push(p);else if(p!=null)s.push(p);else throw new v("Null argument, please report this as a bug")}return{args:s,optArgs:a}}parseGroupOfType(e,r,n){switch(r){case"color":return this.parseColorGroup(n);case"size":return this.parseSizeGroup(n);case"url":return this.parseUrlGroup(n);case"math":case"text":return this.parseArgumentGroup(n,r);case"hbox":{let s=this.parseArgumentGroup(n,"text");return s!=null?{type:"styling",mode:s.mode,body:[s],style:"text"}:null}case"raw":{let s=this.parseStringGroup("raw",n);return s!=null?{type:"raw",mode:"text",string:s.text}:null}case"primitive":{if(n)throw new v("A primitive argument cannot be optional");let s=this.parseGroup(e);if(s==null)throw new v("Expected group as "+e,this.fetch());return s}case"original":case null:case void 0:return this.parseArgumentGroup(n);default:throw new v("Unknown group type as "+e,this.fetch())}}consumeSpaces(){for(;this.fetch().text===" ";)this.consume()}parseStringGroup(e,r){let n=this.gullet.scanArgument(r);if(n==null)return null;let s="",a;for(;(a=this.fetch()).text!=="EOF";)s+=a.text,this.consume();return this.consume(),n.text=s,n}parseRegexGroup(e,r){let n=this.fetch(),s=n,a="",o;for(;(o=this.fetch()).text!=="EOF"&&e.test(a+o.text);)s=o,a+=s.text,this.consume();if(a==="")throw new v("Invalid "+r+": '"+n.text+"'",n);return n.range(s,a)}parseColorGroup(e){let r=this.parseStringGroup("color",e);if(r==null)return null;let n=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(r.text);if(!n)throw new v("Invalid color: '"+r.text+"'",r);let s=n[0];return/^[0-9a-f]{6}$/i.test(s)&&(s="#"+s),{type:"color-token",mode:this.mode,color:s}}parseSizeGroup(e){let r,n=!1;if(this.gullet.consumeSpaces(),!e&&this.gullet.future().text!=="{"?r=this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,"size"):r=this.parseStringGroup("size",e),!r)return null;!e&&r.text.length===0&&(r.text="0pt",n=!0);let s=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(r.text);if(!s)throw new v("Invalid size: '"+r.text+"'",r);let a={number:+(s[1]+s[2]),unit:s[3]};if(!Rt(a))throw new v("Invalid unit: '"+a.unit+"'",r);return{type:"size",mode:this.mode,value:a,isBlank:n}}parseUrlGroup(e){this.gullet.lexer.setCatcode("%",13),this.gullet.lexer.setCatcode("~",12);let r=this.parseStringGroup("url",e);if(this.gullet.lexer.setCatcode("%",14),this.gullet.lexer.setCatcode("~",13),r==null)return null;let n=r.text.replace(/\\([#$%&~_^{}])/g,"$1");return{type:"url",mode:this.mode,url:n}}parseArgumentGroup(e,r){let n=this.gullet.scanArgument(e);if(n==null)return null;let s=this.mode;r&&this.switchMode(r),this.gullet.beginGroup();let a=this.parseExpression(!1,"EOF");this.expect("EOF"),this.gullet.endGroup();let o={type:"ordgroup",mode:this.mode,loc:n.loc,body:a};return r&&this.switchMode(s),o}parseGroup(e,r){let n=this.fetch(),s=n.text,a;if(s==="{"||s==="\\begingroup"){this.consume();let o=s==="{"?"}":"\\endgroup";this.gullet.beginGroup();let u=this.parseExpression(!1,o),m=this.fetch();this.expect(o),this.gullet.endGroup(),a={type:"ordgroup",mode:this.mode,loc:M0.range(n,m),body:u,semisimple:s==="\\begingroup"||void 0}}else if(a=this.parseFunction(r,e)||this.parseSymbol(),a==null&&s[0]==="\\"&&!Kr.hasOwnProperty(s)){if(this.settings.throwOnError)throw new v("Undefined control sequence: "+s,n);a=this.formatUnsupportedCmd(s),this.consume()}return a}formLigatures(e){let r=e.length-1;for(let n=0;n<r;++n){let s=e[n],a=s.text;a==="-"&&e[n+1].text==="-"&&(n+1<r&&e[n+2].text==="-"?(e.splice(n,3,{type:"textord",mode:"text",loc:M0.range(s,e[n+2]),text:"---"}),r-=2):(e.splice(n,2,{type:"textord",mode:"text",loc:M0.range(s,e[n+1]),text:"--"}),r-=1)),(a==="'"||a==="`")&&e[n+1].text===a&&(e.splice(n,2,{type:"textord",mode:"text",loc:M0.range(s,e[n+1]),text:a+a}),r-=1)}}parseSymbol(){let e=this.fetch(),r=e.text;if(/^\\verb[^a-zA-Z]/.test(r)){this.consume();let a=r.slice(5),o=a.charAt(0)==="*";if(o&&(a=a.slice(1)),a.length<2||a.charAt(0)!==a.slice(-1))throw new v(`\\verb assertion failed --
261
+ please report what input caused this bug`);return a=a.slice(1,-1),{type:"verb",mode:"text",body:a,star:o}}Qr.hasOwnProperty(r[0])&&!s0[this.mode][r[0]]&&(this.settings.strict&&this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Accented Unicode text character "'+r[0]+'" used in math mode',e),r=Qr[r[0]]+r.slice(1));let n=P1.exec(r);n&&(r=r.substring(0,n.index),r==="i"?r="\u0131":r==="j"&&(r="\u0237"));let s;if(s0[this.mode][r]){this.settings.strict&&this.mode==="math"&&Ze.indexOf(r)>=0&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+r[0]+'" used in math mode',e);let a=s0[this.mode][r].group,o=M0.range(e),u;if(Pn.hasOwnProperty(a)){let m=a;u={type:"atom",mode:this.mode,family:m,loc:o,text:r}}else u={type:a,mode:this.mode,loc:o,text:r};s=u}else if(r.charCodeAt(0)>=128)this.settings.strict&&(Dt(r.charCodeAt(0))?this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Unicode text character "'+r[0]+'" used in math mode',e):this.settings.reportNonstrict("unknownSymbol",'Unrecognized Unicode character "'+r[0]+'"'+(" ("+r.charCodeAt(0)+")"),e)),s={type:"textord",mode:"text",loc:M0.range(e),text:r};else return null;if(this.consume(),n)for(let a=0;a<n[0].length;a++){let o=n[0][a];if(!Tt[o])throw new v("Unknown accent ' "+o+"'",e);let u=Tt[o][this.mode]||Tt[o].text;if(!u)throw new v("Accent "+o+" unsupported in "+this.mode+" mode",e);s={type:"accent",mode:this.mode,loc:M0.range(e),label:u,isStretchy:!1,isShifty:!0,base:s}}return s}}_e.endOfExpression=["}","\\endgroup","\\end","\\right","&"];var Bt=function(t,e){if(!(typeof t=="string"||t instanceof String))throw new TypeError("KaTeX can only parse string typed expression");let r=new _e(t,e);delete r.gullet.macros.current["\\df@tag"];let n=r.parse();if(delete r.gullet.macros.current["\\current@color"],delete r.gullet.macros.current["\\color"],r.gullet.macros.get("\\df@tag")){if(!e.displayMode)throw new v("\\tag works only in display equations");n=[{type:"tag",mode:"text",body:n,tag:r.subparse([new B0("\\df@tag")])}]}return n};let en=function(t,e,r){e.textContent="";let n=Ct(t,r).toNode();e.appendChild(n)};typeof document<"u"&&document.compatMode!=="CSS1Compat"&&(typeof console<"u"&&console.warn("Warning: KaTeX doesn't work in quirks mode. Make sure your website has a suitable doctype."),en=function(){throw new v("KaTeX doesn't work in quirks mode.")});let W1=function(t,e){return Ct(t,e).toMarkup()},Y1=function(t,e){let r=new ue(e);return Bt(t,r)},tn=function(t,e,r){if(r.throwOnError||!(t instanceof v))throw t;let n=x.makeSpan(["katex-error"],[new A0(e)]);return n.setAttribute("title",t.toString()),n.setAttribute("style","color:"+r.errorColor),n},Ct=function(t,e){let r=new ue(e);try{let n=Bt(t,r);return o1(n,t,r)}catch(n){return tn(n,t,r)}};var X1={version:"0.16.21",render:en,renderToString:W1,ParseError:v,SETTINGS_SCHEMA:g0,__parse:Y1,__renderToDomTree:Ct,__renderToHTMLTree:function(t,e){let r=new ue(e);try{let n=Bt(t,r);return c1(n,t,r)}catch(n){return tn(n,t,r)}},__setFontMetrics:qn,__defineSymbol:i,__defineFunction:C,__defineMacro:h,__domTree:{Span:de,Anchor:Xe,SymbolNode:A0,SvgNode:P0,PathNode:X0,LineNode:je}},j1=X1;return A=A.default,A})()})});var fn=sn(xe=>{"use strict";ee();var ls=xe&&xe.__importDefault||function(w){return w&&w.__esModule?w:{default:w}};Object.defineProperty(xe,"__esModule",{value:!0});var os=ls(on());function cn(w,A){let I=w.src[A-1],v=w.src[A],L=w.src[A+1];if(v!=="$")return{can_open:!1,can_close:!1};let R=!1,F=!1;return I!=="$"&&I!=="\\"&&(I===void 0||un(I)||!hn(I))&&(R=!0),L!=="$"&&(L==null||un(L)||!hn(L))&&(F=!0),{can_open:R,can_close:F}}function un(w){return/^\s$/u.test(w)}function hn(w){return/^[\w\d]$/u.test(w)}function mn(w,A){let I=w.src[A-1],v=w.src[A],L=w.src[A+1],R=w.src[A+2];return v==="$"&&I!=="$"&&I!=="\\"&&L==="$"&&R!=="$"?{can_open:!0,can_close:!0}:{can_open:!1,can_close:!1}}function cs(w,A){if(w.src[w.pos]!=="$")return!1;let I=w.tokens.at(-1);if(I?.type==="html_inline"&&/^<\w+.+[^/]>$/.test(I.content))return!1;let v=cn(w,w.pos);if(!v.can_open)return A||(w.pending+="$"),w.pos+=1,!0;let L=w.pos+1,R=L,F;for(;(R=w.src.indexOf("$",R))!==-1;){for(F=R-1;w.src[F]==="\\";)F-=1;if((R-F)%2==1)break;R+=1}if(R===-1)return A||(w.pending+="$"),w.pos=L,!0;if(R-L===0)return A||(w.pending+="$$"),w.pos=L+1,!0;if(v=cn(w,R),!v.can_close)return A||(w.pending+="$"),w.pos=L,!0;if(!A){let e0=w.push("math_inline","math",0);e0.markup="$",e0.content=w.src.slice(L,R)}return w.pos=R+1,!0}function us(w,A,I,v){let L=!1,R=w.bMarks[A]+w.tShift[A],F=w.eMarks[A];if(R+2>F||w.src.slice(R,R+2)!=="$$")return!1;R+=2;let e0=w.src.slice(R,F),p0=[...e0.matchAll(/\$\$/g)];if(p0.length===1&&p0[0].index===e0.length-2)e0=e0.trim().slice(0,-2),L=!0;else if(p0.length>1)return!1;if(v)return!0;let X,J,h0;for(J=A;!L&&(J++,!(J>=I||(R=w.bMarks[J]+w.tShift[J],F=w.eMarks[J],R<F&&w.tShift[J]<w.blkIndent)));)w.src.slice(R,F).trim().slice(-2)==="$$"?(h0=w.src.slice(0,F).lastIndexOf("$$"),X=w.src.slice(R,h0),L=!0):w.src.slice(R,F).trim().includes("$$")&&(h0=w.src.slice(0,F).trim().indexOf("$$"),X=w.src.slice(R,h0),L=!0);w.line=J+1;let f0=w.push("math_block","math",0);return f0.block=!0,f0.content=(e0&&e0.trim()?e0+`
262
+ `:"")+w.getLines(A+1,J,w.tShift[A],!0)+(X&&X.trim()?X:""),f0.map=[A,w.line],f0.markup="$$",!0}function hs(w,A,I,v){let L=w.bMarks[A]+w.tShift[A],R=w.eMarks[A];if(!w.src.slice(L,R).match(/^\s*\\begin\s*\{([^{}]+)\}/))return!1;if(A>0){let j=w.bMarks[A-1]+w.tShift[A-1],c0=w.eMarks[A-1],B=w.src.slice(j,c0);if(!/^\s*$/.test(B))return!1}if(v)return!0;let p0=[],X=A,J,h0=!1;e:for(;!h0&&!(X>=I);X++){let j=w.bMarks[X]+w.tShift[X],c0=w.eMarks[X];if(j<c0&&w.tShift[X]<w.blkIndent)break;let B=w.src.slice(j,c0);for(let g0 of B.matchAll(/(\\begin|\\end)\s*\{([^{}]+)\}/g))if(g0[1]==="\\begin")p0.push(g0[2].trim());else if(g0[1]==="\\end"&&(p0.pop(),!p0.length)){J=w.src.slice(j,c0),h0=!0;break e}}w.line=X+1;let f0=w.push("math_block","math",0);return f0.block=!0,f0.content=(w.getLines(A,X,w.tShift[A],!0)+(J??"")).trim(),f0.map=[A,w.line],f0.markup="$$",!0}function ms(w,A){var I,v,L,R,F;if(w.src.slice(w.pos,w.pos+2)!=="$$")return!1;if(R=mn(w,w.pos),!R.can_open)return A||(w.pending+="$$"),w.pos+=2,!0;for(I=w.pos+2,v=I;(v=w.src.indexOf("$$",v))!==-1;){for(F=v-1;w.src[F]==="\\";)F-=1;if((v-F)%2==1)break;v+=2}return v===-1?(A||(w.pending+="$$"),w.pos=I,!0):v-I===0?(A||(w.pending+="$$$$"),w.pos=I+2,!0):(R=mn(w,v),R.can_close?(A||(L=w.push("math_block","math",0),L.block=!0,L.markup="$$",L.content=w.src.slice(I,v)),w.pos=v+2,!0):(A||(w.pending+="$$"),w.pos=I,!0))}function ds(w,A){let I=w.src.slice(w.pos);if(!/^\n\\begin/.test(I))return!1;if(w.pos+=1,A)return!0;let v=I.split(/\n/g).slice(1),L,R=[];e:for(var F=0;F<v.length;++F){let X=v[F];for(let J of X.matchAll(/(\\begin|\\end)\s*\{([^{}]+)\}/g))if(J[1]==="\\begin")R.push(J[2].trim());else if(J[1]==="\\end"&&(R.pop(),!R.length)){L=F;break e}}if(typeof L>"u")return!1;let e0=v.slice(0,L+1).reduce((X,J)=>X+J.length,0)+L+1,p0=w.push("math_inline_bare_block","math",0);return p0.block=!0,p0.markup="$$",p0.content=I.slice(1,e0),w.pos=w.pos+e0,!0}function dn(w,A,I,v){let L=w.tokens;for(let R=L.length-1;R>=0;R--){let F=L[R],e0=[];if(F.type!=="html_block")continue;let p0=F.content;for(let X of p0.matchAll(v)){if(!X.groups)continue;let J=X.groups.html_before_math,h0=X.groups.math,f0=X.groups.html_after_math;J&&e0.push({...F,type:"html_block",map:null,content:J}),h0&&e0.push({...F,type:A,map:null,content:h0,markup:I,block:!0,tag:"math"}),f0&&e0.push({...F,type:"html_block",map:null,content:f0})}e0.length>0&&L.splice(R,1,...e0)}return!0}function Ge(w){return w.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#039;")}function fs(w,A){let I=A?.katex??os.default,v=A?.enableBareBlocks,L=A?.enableMathBlockInHtml,R=A?.enableMathInlineInHtml,F=A?.enableFencedBlocks;w.inline.ruler.after("escape","math_inline",cs),w.inline.ruler.after("escape","math_inline_block",ms),v&&w.inline.ruler.before("text","math_inline_bare_block",ds),w.block.ruler.after("blockquote","math_block",(j,c0,B,g0)=>v&&hs(j,c0,B,g0)?!0:us(j,c0,B,g0),{alt:["paragraph","reference","blockquote","list"]});let e0=/(?<html_before_math>[\s\S]*?)\$\$(?<math>[\s\S]+?)\$\$(?<html_after_math>(?:(?!\$\$[\s\S]+?\$\$)[\s\S])*)/gm,p0=/(?<html_before_math>[\s\S]*?)\$(?<math>.*?)\$(?<html_after_math>(?:(?!\$.*?\$)[\s\S])*)/gm;L&&w.core.ruler.push("math_block_in_html_block",j=>dn(j,"math_block","$$",e0)),R&&w.core.ruler.push("math_inline_in_html_block",j=>dn(j,"math_inline","$",p0));let X=j=>{let c0=/\\begin\{(align|equation|gather|cd|alignat)\}/ig.test(j);try{return I.renderToString(j,{...A,displayMode:c0})}catch(B){return A?.throwOnError&&console.log(B),`<span class="katex-error" title="${Ge(j)}">${Ge(B+"")}</span>`}},J=(j,c0)=>{let B=j[c0].content,ce=B.length>2&&B[0]==="`"&&B[B.length-1]==="`"?B.slice(1,-1):B;return X(ce)},h0=j=>{try{return`<p class="katex-block">${I.renderToString(j,{...A,displayMode:!0})}</p>`}catch(c0){return A?.throwOnError&&console.log(c0),`<p class="katex-block katex-error" title="${Ge(j)}">${Ge(c0+"")}</p>`}},f0=(j,c0)=>h0(j[c0].content)+`
263
+ `;if(w.renderer.rules.math_inline=J,w.renderer.rules.math_inline_block=f0,w.renderer.rules.math_inline_bare_block=f0,w.renderer.rules.math_block=f0,F){let j="math",c0=w.renderer.rules.fence;w.renderer.rules.fence=function(B,g0,ce,ue,q0){let te=B[g0];return te.info.trim().toLowerCase()===j&&F?h0(te.content)+`
264
+ `:c0?.call(this,B,g0,ce,ue,q0)||""}}}xe.default=fs});var bs={};ss(bs,{activate:()=>gs});module.exports=as(bs);ee();var oe=is(require("vscode")),ps="markdown.math";function gs(w){function A(){return oe.workspace.getConfiguration("markdown").get("math.enabled",!0)}function I(){return oe.workspace.getConfiguration("markdown").get("math.macros",{})}return oe.workspace.onDidChangeConfiguration(v=>{v.affectsConfiguration(ps)&&oe.commands.executeCommand("markdown.api.reloadPlugins")},void 0,w.subscriptions),{extendMarkdownIt(v){if(A()){let L=fn().default,R=I(),F={enableFencedBlocks:!0,globalGroup:!0,macros:{...R}};return v.core.ruler.push("reset-katex-macros",()=>{F.macros={...R}}),v.use(L,F)}return v}}}
265
+ //# sourceMappingURL=extension.js.map