@wangeditor-kai/editor 5.6.54 → 5.6.55

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.
package/dist/index.js CHANGED
@@ -24,7 +24,7 @@ function e(e){return"[object Object]"===Object.prototype.toString.call(e)}return
24
24
  * @author Lea Verou <https://lea.verou.me>
25
25
  * @namespace
26
26
  * @public
27
- */e.exports&&(e.exports=t),void 0!==b&&(b.Prism=t),t.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},t.languages.markup.tag.inside["attr-value"].inside.entity=t.languages.markup.entity,t.languages.markup.doctype.inside["internal-subset"].inside=t.languages.markup,t.hooks.add("wrap",function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&amp;/,"&"))}),Object.defineProperty(t.languages.markup.tag,"addInlined",{value:function(e,r){var n={};n["language-"+r]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:t.languages[r]},n.cdata=/^<!\[CDATA\[|\]\]>$/i;var o={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:n}};o["language-"+r]={pattern:/[\s\S]+/,inside:t.languages[r]};var i={};i[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return e}),"i"),lookbehind:!0,greedy:!0,inside:o},t.languages.insertBefore("markup","cdata",i)}}),Object.defineProperty(t.languages.markup.tag,"addAttribute",{value:function(e,r){t.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[r,"language-"+r],inside:t.languages[r]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),t.languages.html=t.languages.markup,t.languages.mathml=t.languages.markup,t.languages.svg=t.languages.markup,t.languages.xml=t.languages.extend("markup",{}),t.languages.ssml=t.languages.xml,t.languages.atom=t.languages.xml,t.languages.rss=t.languages.xml,function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+t.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp("(^|[{}\\s])[^{}\\s](?:[^{};\"'\\s]|\\s+(?![\\s{])|"+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css;var r=e.languages.markup;r&&(r.tag.addInlined("style","css"),r.tag.addAttribute("style","css"))}(t),t.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},t.languages.javascript=t.languages.extend("clike",{"class-name":[t.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),t.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,t.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:t.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:t.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:t.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:t.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:t.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),t.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:t.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),t.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),t.languages.markup&&(t.languages.markup.tag.addInlined("script","javascript"),t.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),t.languages.js=t.languages.javascript,function(){if(void 0!==t&&"undefined"!=typeof document){Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector);var e={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"},r="data-src-status",n="loading",o="loaded",i="pre[data-src]:not(["+r+'="'+o+'"]):not(['+r+'="'+n+'"])';t.hooks.add("before-highlightall",function(e){e.selector+=", "+i}),t.hooks.add("before-sanity-check",function(a){var u=a.element;if(u.matches(i)){a.code="",u.setAttribute(r,n);var s=u.appendChild(document.createElement("CODE"));s.textContent="Loading…";var l=u.getAttribute("data-src"),c=a.language;if("none"===c){var d=(/\.(\w+)$/.exec(l)||[,"none"])[1];c=e[d]||d}t.util.setLanguage(s,c),t.util.setLanguage(u,c);var f=t.plugins.autoloader;f&&f.loadLanguages(c),function(e,t,r){var n=new XMLHttpRequest;n.open("GET",e,!0),n.onreadystatechange=function(){4==n.readyState&&(n.status<400&&n.responseText?t(n.responseText):n.status>=400?r("✖ Error "+n.status+" while fetching file: "+n.statusText):r("✖ Error: File does not exist or is empty"))},n.send(null)}(l,function(e){u.setAttribute(r,o);var n=function(e){var t=/^\s*(\d+)\s*(?:(,)\s*(?:(\d+)\s*)?)?$/.exec(e||"");if(t){var r=Number(t[1]),n=t[2],o=t[3];return n?o?[r,Number(o)]:[r,void 0]:[r,r]}}(u.getAttribute("data-range"));if(n){var i=e.split(/\r\n?|\n/g),a=n[0],l=null==n[1]?i.length:n[1];a<0&&(a+=i.length),a=Math.max(0,Math.min(a-1,i.length)),l<0&&(l+=i.length),l=Math.max(0,Math.min(l,i.length)),e=i.slice(a,l).join("\n"),u.hasAttribute("data-start")||u.setAttribute("data-start",String(a+1))}s.textContent=e,t.highlightElement(s)},function(e){u.setAttribute(r,"failed"),s.textContent=e})}}),t.plugins.fileHighlight={highlight:function(e){for(var r,n=(e||document).querySelectorAll(i),o=0;r=n[o++];)t.highlightElement(r)}};var a=!1;t.fileHighlight=function(){a||(console.warn("Prism.fileHighlight is deprecated. Use `Prism.plugins.fileHighlight.highlight` instead."),a=!0),t.plugins.fileHighlight.highlight.apply(this,arguments)}}}()}(WB)),WB.exports),YB=D(GB);!function(e){var t=e.util.clone(e.languages.javascript),r=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,n=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,o=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function i(e,t){return e=e.replace(/<S>/g,function(){return r}).replace(/<BRACES>/g,function(){return n}).replace(/<SPREAD>/g,function(){return o}),RegExp(e,t)}o=i(o).source,e.languages.jsx=e.languages.extend("markup",t),e.languages.jsx.tag.pattern=i(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source),e.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,e.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,e.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,e.languages.jsx.tag.inside.comment=t.comment,e.languages.insertBefore("inside","attr-name",{spread:{pattern:i(/<SPREAD>/.source),inside:e.languages.jsx}},e.languages.jsx.tag),e.languages.insertBefore("inside","special-attr",{script:{pattern:i(/=<BRACES>/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:e.languages.jsx}}},e.languages.jsx.tag);var a=function(e){return e?"string"==typeof e?e:"string"==typeof e.content?e.content:e.content.map(a).join(""):""},u=function(t){for(var r=[],n=0;n<t.length;n++){var o=t[n],i=!1;if("string"!=typeof o&&("tag"===o.type&&o.content[0]&&"tag"===o.content[0].type?"</"===o.content[0].content[0].content?r.length>0&&r[r.length-1].tagName===a(o.content[0].content[1])&&r.pop():"/>"===o.content[o.content.length-1].content||r.push({tagName:a(o.content[0].content[1]),openedBraces:0}):r.length>0&&"punctuation"===o.type&&"{"===o.content?r[r.length-1].openedBraces++:r.length>0&&r[r.length-1].openedBraces>0&&"punctuation"===o.type&&"}"===o.content?r[r.length-1].openedBraces--:i=!0),(i||"string"==typeof o)&&r.length>0&&0===r[r.length-1].openedBraces){var s=a(o);n<t.length-1&&("string"==typeof t[n+1]||"plain-text"===t[n+1].type)&&(s+=a(t[n+1]),t.splice(n+1,1)),n>0&&("string"==typeof t[n-1]||"plain-text"===t[n-1].type)&&(s=a(t[n-1])+s,t.splice(n-1,1),n--),t[n]=new e.Token("plain-text",s,null,s)}o.content&&"string"!=typeof o.content&&u(o.content)}};e.hooks.add("after-tokenize",function(e){"jsx"!==e.language&&"tsx"!==e.language||u(e.tokens)})}(Prism);var KB;KB||(KB=1,function(e){e.languages.typescript=e.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript}(Prism)),Prism.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},Prism.languages.markup.tag.inside["attr-value"].inside.entity=Prism.languages.markup.entity,Prism.languages.markup.doctype.inside["internal-subset"].inside=Prism.languages.markup,Prism.hooks.add("wrap",function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&amp;/,"&"))}),Object.defineProperty(Prism.languages.markup.tag,"addInlined",{value:function(e,t){var r={};r["language-"+t]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:Prism.languages[t]},r.cdata=/^<!\[CDATA\[|\]\]>$/i;var n={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:r}};n["language-"+t]={pattern:/[\s\S]+/,inside:Prism.languages[t]};var o={};o[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return e}),"i"),lookbehind:!0,greedy:!0,inside:n},Prism.languages.insertBefore("markup","cdata",o)}}),Object.defineProperty(Prism.languages.markup.tag,"addAttribute",{value:function(e,t){Prism.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:Prism.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),Prism.languages.html=Prism.languages.markup,Prism.languages.mathml=Prism.languages.markup,Prism.languages.svg=Prism.languages.markup,Prism.languages.xml=Prism.languages.extend("markup",{}),Prism.languages.ssml=Prism.languages.xml,Prism.languages.atom=Prism.languages.xml,Prism.languages.rss=Prism.languages.xml,Prism.languages.go=Prism.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/,lookbehind:!0,greedy:!0},keyword:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(?:to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,boolean:/\b(?:_|false|iota|nil|true)\b/,number:[/\b0(?:b[01_]+|o[0-7_]+)i?\b/i,/\b0x(?:[a-f\d_]+(?:\.[a-f\d_]*)?|\.[a-f\d_]+)(?:p[+-]?\d+(?:_\d+)*)?i?(?!\w)/i,/(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?[\d_]+)?i?(?!\w)/i],operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,builtin:/\b(?:append|bool|byte|cap|close|complex|complex(?:64|128)|copy|delete|error|float(?:32|64)|u?int(?:8|16|32|64)?|imag|len|make|new|panic|print(?:ln)?|real|recover|rune|string|uintptr)\b/}),Prism.languages.insertBefore("go","string",{char:{pattern:/'(?:\\.|[^'\\\r\n]){0,10}'/,greedy:!0}}),delete Prism.languages.go["class-name"];var XB;XB||(XB=1,function(e){var t=/\/\*[\s\S]*?\*\/|\/\/.*|#(?!\[).*/,r=[{pattern:/\b(?:false|true)\b/i,alias:"boolean"},{pattern:/(::\s*)\b[a-z_]\w*\b(?!\s*\()/i,greedy:!0,lookbehind:!0},{pattern:/(\b(?:case|const)\s+)\b[a-z_]\w*(?=\s*[;=])/i,greedy:!0,lookbehind:!0},/\b(?:null)\b/i,/\b[A-Z_][A-Z0-9_]*\b(?!\s*\()/],n=/\b0b[01]+(?:_[01]+)*\b|\b0o[0-7]+(?:_[0-7]+)*\b|\b0x[\da-f]+(?:_[\da-f]+)*\b|(?:\b\d+(?:_\d+)*\.?(?:\d+(?:_\d+)*)?|\B\.\d+)(?:e[+-]?\d+)?/i,o=/<?=>|\?\?=?|\.{3}|\??->|[!=]=?=?|::|\*\*=?|--|\+\+|&&|\|\||<<|>>|[?~]|[/^|%*&<>.+-]=?/,i=/[{}\[\](),:;]/;e.languages.php={delimiter:{pattern:/\?>$|^<\?(?:php(?=\s)|=)?/i,alias:"important"},comment:t,variable:/\$+(?:\w+\b|(?=\{))/,package:{pattern:/(namespace\s+|use\s+(?:function\s+)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,lookbehind:!0,inside:{punctuation:/\\/}},"class-name-definition":{pattern:/(\b(?:class|enum|interface|trait)\s+)\b[a-z_]\w*(?!\\)\b/i,lookbehind:!0,alias:"class-name"},"function-definition":{pattern:/(\bfunction\s+)[a-z_]\w*(?=\s*\()/i,lookbehind:!0,alias:"function"},keyword:[{pattern:/(\(\s*)\b(?:array|bool|boolean|float|int|integer|object|string)\b(?=\s*\))/i,alias:"type-casting",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)\b(?:array(?!\s*\()|bool|callable|(?:false|null)(?=\s*\|)|float|int|iterable|mixed|object|self|static|string)\b(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b(?:array(?!\s*\()|bool|callable|(?:false|null)(?=\s*\|)|float|int|iterable|mixed|never|object|self|static|string|void)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/\b(?:array(?!\s*\()|bool|float|int|iterable|mixed|object|string|void)\b/i,alias:"type-declaration",greedy:!0},{pattern:/(\|\s*)(?:false|null)\b|\b(?:false|null)(?=\s*\|)/i,alias:"type-declaration",greedy:!0,lookbehind:!0},{pattern:/\b(?:parent|self|static)(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(\byield\s+)from\b/i,lookbehind:!0},/\bclass\b/i,{pattern:/((?:^|[^\s>:]|(?:^|[^-])>|(?:^|[^:]):)\s*)\b(?:abstract|and|array|as|break|callable|case|catch|clone|const|continue|declare|default|die|do|echo|else|elseif|empty|enddeclare|endfor|endforeach|endif|endswitch|endwhile|enum|eval|exit|extends|final|finally|fn|for|foreach|function|global|goto|if|implements|include|include_once|instanceof|insteadof|interface|isset|list|match|namespace|never|new|or|parent|print|private|protected|public|readonly|require|require_once|return|self|static|switch|throw|trait|try|unset|use|var|while|xor|yield|__halt_compiler)\b/i,lookbehind:!0}],"argument-name":{pattern:/([(,]\s*)\b[a-z_]\w*(?=\s*:(?!:))/i,lookbehind:!0},"class-name":[{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self|\s+static))\s+|\bcatch\s*\()\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/(\|\s*)\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/\b[a-z_]\w*(?!\\)\b(?=\s*\|)/i,greedy:!0},{pattern:/(\|\s*)(?:\\?\b[a-z_]\w*)+\b/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(?:\\?\b[a-z_]\w*)+\b(?=\s*\|)/i,alias:"class-name-fully-qualified",greedy:!0,inside:{punctuation:/\\/}},{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self\b|\s+static\b))\s+|\bcatch\s*\()(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*\$)/i,alias:"type-declaration",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-declaration"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*::)/i,alias:["class-name-fully-qualified","static-context"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/([(,?]\s*)[a-z_]\w*(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-hint"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b[a-z_]\w*(?!\\)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:["class-name-fully-qualified","return-type"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:r,function:{pattern:/(^|[^\\\w])\\?[a-z_](?:[\w\\]*\w)?(?=\s*\()/i,lookbehind:!0,inside:{punctuation:/\\/}},property:{pattern:/(->\s*)\w+/,lookbehind:!0},number:n,operator:o,punctuation:i};var a={pattern:/\{\$(?:\{(?:\{[^{}]+\}|[^{}]+)\}|[^{}])+\}|(^|[^\\{])\$+(?:\w+(?:\[[^\r\n\[\]]+\]|->\w+)?)/,lookbehind:!0,inside:e.languages.php},u=[{pattern:/<<<'([^']+)'[\r\n](?:.*[\r\n])*?\1;/,alias:"nowdoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<'[^']+'|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<'?|[';]$/}}}},{pattern:/<<<(?:"([^"]+)"[\r\n](?:.*[\r\n])*?\1;|([a-z_]\w*)[\r\n](?:.*[\r\n])*?\2;)/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<(?:"[^"]+"|[a-z_]\w*)|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<"?|[";]$/}},interpolation:a}},{pattern:/`(?:\\[\s\S]|[^\\`])*`/,alias:"backtick-quoted-string",greedy:!0},{pattern:/'(?:\\[\s\S]|[^\\'])*'/,alias:"single-quoted-string",greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,alias:"double-quoted-string",greedy:!0,inside:{interpolation:a}}];e.languages.insertBefore("php","variable",{string:u,attribute:{pattern:/#\[(?:[^"'\/#]|\/(?![*/])|\/\/.*$|#(?!\[).*$|\/\*(?:[^*]|\*(?!\/))*\*\/|"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*')+\](?=\s*[a-z$#])/im,greedy:!0,inside:{"attribute-content":{pattern:/^(#\[)[\s\S]+(?=\]$)/,lookbehind:!0,inside:{comment:t,string:u,"attribute-class-name":[{pattern:/([^:]|^)\b[a-z_]\w*(?!\\)\b/i,alias:"class-name",greedy:!0,lookbehind:!0},{pattern:/([^:]|^)(?:\\?\b[a-z_]\w*)+/i,alias:["class-name","class-name-fully-qualified"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:r,number:n,operator:o,punctuation:i}},delimiter:{pattern:/^#\[|\]$/,alias:"punctuation"}}}}),e.hooks.add("before-tokenize",function(t){/<\?/.test(t.code)&&e.languages["markup-templating"].buildPlaceholders(t,"php",/<\?(?:[^"'/#]|\/(?![*/])|("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|(?:\/\/|#(?!\[))(?:[^?\n\r]|\?(?!>))*(?=$|\?>|[\r\n])|#\[|\/\*(?:[^*]|\*(?!\/))*(?:\*\/|$))*?(?:\?>|$)/g)}),e.hooks.add("after-tokenize",function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"php")})}(Prism)),Prism.languages.c=Prism.languages.extend("clike",{comment:{pattern:/\/\/(?:[^\r\n\\]|\\(?:\r\n?|\n|(?![\r\n])))*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},"class-name":{pattern:/(\b(?:enum|struct)\s+(?:__attribute__\s*\(\([\s\S]*?\)\)\s*)?)\w+|\b[a-z]\w*_t\b/,lookbehind:!0},keyword:/\b(?:_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|__attribute__|asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|inline|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|typeof|union|unsigned|void|volatile|while)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ful]{0,4}/i,operator:/>>=?|<<=?|->|([-+&|:])\1|[?:~]|[-+*/%&|^!=<>]=?/}),Prism.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}}),Prism.languages.insertBefore("c","string",{macro:{pattern:/(^[\t ]*)#\s*[a-z](?:[^\r\n\\/]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|\\(?:\r\n|[\s\S]))*/im,lookbehind:!0,greedy:!0,alias:"property",inside:{string:[{pattern:/^(#\s*include\s*)<[^>]+>/,lookbehind:!0},Prism.languages.c.string],char:Prism.languages.c.char,comment:Prism.languages.c.comment,"macro-name":[{pattern:/(^#\s*define\s+)\w+\b(?!\()/i,lookbehind:!0},{pattern:/(^#\s*define\s+)\w+\b(?=\()/i,lookbehind:!0,alias:"function"}],directive:{pattern:/^(#\s*)[a-z]+/,lookbehind:!0,alias:"keyword"},"directive-hash":/^#/,punctuation:/##|\\(?=[\r\n])/,expression:{pattern:/\S[\s\S]*/,inside:Prism.languages.c}}}}),Prism.languages.insertBefore("c","function",{constant:/\b(?:EOF|NULL|SEEK_CUR|SEEK_END|SEEK_SET|__DATE__|__FILE__|__LINE__|__TIMESTAMP__|__TIME__|__func__|stderr|stdin|stdout)\b/}),delete Prism.languages.c.boolean;var ZB;ZB||(ZB=1,Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},Prism.languages.python["string-interpolation"].inside.interpolation.inside.rest=Prism.languages.python,Prism.languages.py=Prism.languages.python);var JB;JB||(JB=1,function(e){var t=/\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record(?!\s*[(){}[\]<>=%~.:,;?+\-*/&|^])|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/,r=/(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,n={pattern:RegExp(/(^|[^\w.])/.source+r+/[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),lookbehind:!0,inside:{namespace:{pattern:/^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,inside:{punctuation:/\./}},punctuation:/\./}};e.languages.java=e.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"/,lookbehind:!0,greedy:!0},"class-name":[n,{pattern:RegExp(/(^|[^\w.])/.source+r+/[A-Z]\w*(?=\s+\w+\s*[;,=()]|\s*(?:\[[\s,]*\]\s*)?::\s*new\b)/.source),lookbehind:!0,inside:n.inside},{pattern:RegExp(/(\b(?:class|enum|extends|implements|instanceof|interface|new|record|throws)\s+)/.source+r+/[A-Z]\w*\b/.source),lookbehind:!0,inside:n.inside}],keyword:t,function:[e.languages.clike.function,{pattern:/(::\s*)[a-z_]\w*/,lookbehind:!0}],number:/\b0b[01][01_]*L?\b|\b0x(?:\.[\da-f_p+-]+|[\da-f_]+(?:\.[\da-f_p+-]+)?)\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?\d[\d_]*)?[dfl]?/i,operator:{pattern:/(^|[^.])(?:<<=?|>>>?=?|->|--|\+\+|&&|\|\||::|[?:~]|[-+*/%&|^!=<>]=?)/m,lookbehind:!0},constant:/\b[A-Z][A-Z_\d]+\b/}),e.languages.insertBefore("java","string",{"triple-quoted-string":{pattern:/"""[ \t]*[\r\n](?:(?:"|"")?(?:\\.|[^"\\]))*"""/,greedy:!0,alias:"string"},char:{pattern:/'(?:\\.|[^'\\\r\n]){1,6}'/,greedy:!0}}),e.languages.insertBefore("java","class-name",{annotation:{pattern:/(^|[^.])@\w+(?:\s*\.\s*\w+)*/,lookbehind:!0,alias:"punctuation"},generics:{pattern:/<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&))*>)*>)*>)*>/,inside:{"class-name":n,keyword:t,punctuation:/[<>(),.:]/,operator:/[?&|]/}},import:[{pattern:RegExp(/(\bimport\s+)/.source+r+/(?:[A-Z]\w*|\*)(?=\s*;)/.source),lookbehind:!0,inside:{namespace:n.inside.namespace,punctuation:/\./,operator:/\*/,"class-name":/\w+/}},{pattern:RegExp(/(\bimport\s+static\s+)/.source+r+/(?:\w+|\*)(?=\s*;)/.source),lookbehind:!0,alias:"static",inside:{namespace:n.inside.namespace,static:/\b\w+$/,punctuation:/\./,operator:/\*/,"class-name":/\w+/}}],namespace:{pattern:RegExp(/(\b(?:exports|import(?:\s+static)?|module|open|opens|package|provides|requires|to|transitive|uses|with)\s+)(?!<keyword>)[a-z]\w*(?:\.[a-z]\w*)*\.?/.source.replace(/<keyword>/g,function(){return t.source})),lookbehind:!0,inside:{punctuation:/\./}}})}(Prism));var QB;QB||(QB=1,function(e){var t=/\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/,r=/\b(?!<keyword>)\w+(?:\s*\.\s*\w+)*\b/.source.replace(/<keyword>/g,function(){return t.source});e.languages.cpp=e.languages.extend("c",{"class-name":[{pattern:RegExp(/(\b(?:class|concept|enum|struct|typename)\s+)(?!<keyword>)\w+/.source.replace(/<keyword>/g,function(){return t.source})),lookbehind:!0},/\b[A-Z]\w*(?=\s*::\s*\w+\s*\()/,/\b[A-Z_]\w*(?=\s*::\s*~\w+\s*\()/i,/\b\w+(?=\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>\s*::\s*\w+\s*\()/],keyword:t,number:{pattern:/(?:\b0b[01']+|\b0x(?:[\da-f']+(?:\.[\da-f']*)?|\.[\da-f']+)(?:p[+-]?[\d']+)?|(?:\b[\d']+(?:\.[\d']*)?|\B\.[\d']+)(?:e[+-]?[\d']+)?)[ful]{0,4}/i,greedy:!0},operator:/>>=?|<<=?|->|--|\+\+|&&|\|\||[?:~]|<=>|[-+*/%&|^!=<>]=?|\b(?:and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/,boolean:/\b(?:false|true)\b/}),e.languages.insertBefore("cpp","string",{module:{pattern:RegExp(/(\b(?:import|module)\s+)/.source+"(?:"+/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|<[^<>\r\n]*>/.source+"|"+/<mod-name>(?:\s*:\s*<mod-name>)?|:\s*<mod-name>/.source.replace(/<mod-name>/g,function(){return r})+")"),lookbehind:!0,greedy:!0,inside:{string:/^[<"][\s\S]+/,operator:/:/,punctuation:/\./}},"raw-string":{pattern:/R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,alias:"string",greedy:!0}}),e.languages.insertBefore("cpp","keyword",{"generic-function":{pattern:/\b(?!operator\b)[a-z_]\w*\s*<(?:[^<>]|<[^<>]*>)*>(?=\s*\()/i,inside:{function:/^\w+/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:e.languages.cpp}}}}),e.languages.insertBefore("cpp","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}}),e.languages.insertBefore("cpp","class-name",{"base-clause":{pattern:/(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:e.languages.extend("cpp",{})}}),e.languages.insertBefore("inside","double-colon",{"class-name":/\b[a-z_]\w*\b(?!\s*::)/i},e.languages.cpp["base-clause"])}(Prism));var eS;eS||(eS=1,function(e){function t(e,t){return e.replace(/<<(\d+)>>/g,function(e,r){return"(?:"+t[+r]+")"})}function r(e,r,n){return RegExp(t(e,r),"")}function n(e,t){for(var r=0;r<t;r++)e=e.replace(/<<self>>/g,function(){return"(?:"+e+")"});return e.replace(/<<self>>/g,"[^\\s\\S]")}var o="bool byte char decimal double dynamic float int long object sbyte short string uint ulong ushort var void",i="class enum interface record struct",a="add alias and ascending async await by descending from(?=\\s*(?:\\w|$)) get global group into init(?=\\s*;) join let nameof not notnull on or orderby partial remove select set unmanaged value when where with(?=\\s*{)",u="abstract as base break case catch checked const continue default delegate do else event explicit extern finally fixed for foreach goto if implicit in internal is lock namespace new null operator out override params private protected public readonly ref return sealed sizeof stackalloc static switch this throw try typeof unchecked unsafe using virtual volatile while yield";function s(e){return"\\b(?:"+e.trim().replace(/ /g,"|")+")\\b"}var l=s(i),c=RegExp(s(o+" "+i+" "+a+" "+u)),d=s(i+" "+a+" "+u),f=s(o+" "+i+" "+u),h=n(/<(?:[^<>;=+\-*/%&|^]|<<self>>)*>/.source,2),p=n(/\((?:[^()]|<<self>>)*\)/.source,2),g=/@?\b[A-Za-z_]\w*\b/.source,v=t(/<<0>>(?:\s*<<1>>)?/.source,[g,h]),m=t(/(?!<<0>>)<<1>>(?:\s*\.\s*<<1>>)*/.source,[d,v]),y=/\[\s*(?:,\s*)*\]/.source,b=t(/<<0>>(?:\s*(?:\?\s*)?<<1>>)*(?:\s*\?)?/.source,[m,y]),D=t(/[^,()<>[\];=+\-*/%&|^]|<<0>>|<<1>>|<<2>>/.source,[h,p,y]),C=t(/\(<<0>>+(?:,<<0>>+)+\)/.source,[D]),E=t(/(?:<<0>>|<<1>>)(?:\s*(?:\?\s*)?<<2>>)*(?:\s*\?)?/.source,[C,m,y]),w={keyword:c,punctuation:/[<>()?,.:[\]]/},A=/'(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'/.source,x=/"(?:\\.|[^\\"\r\n])*"/.source,B=/@"(?:""|\\[\s\S]|[^\\"])*"(?!")/.source;e.languages.csharp=e.languages.extend("clike",{string:[{pattern:r(/(^|[^$\\])<<0>>/.source,[B]),lookbehind:!0,greedy:!0},{pattern:r(/(^|[^@$\\])<<0>>/.source,[x]),lookbehind:!0,greedy:!0}],"class-name":[{pattern:r(/(\busing\s+static\s+)<<0>>(?=\s*;)/.source,[m]),lookbehind:!0,inside:w},{pattern:r(/(\busing\s+<<0>>\s*=\s*)<<1>>(?=\s*;)/.source,[g,E]),lookbehind:!0,inside:w},{pattern:r(/(\busing\s+)<<0>>(?=\s*=)/.source,[g]),lookbehind:!0},{pattern:r(/(\b<<0>>\s+)<<1>>/.source,[l,v]),lookbehind:!0,inside:w},{pattern:r(/(\bcatch\s*\(\s*)<<0>>/.source,[m]),lookbehind:!0,inside:w},{pattern:r(/(\bwhere\s+)<<0>>/.source,[g]),lookbehind:!0},{pattern:r(/(\b(?:is(?:\s+not)?|as)\s+)<<0>>/.source,[b]),lookbehind:!0,inside:w},{pattern:r(/\b<<0>>(?=\s+(?!<<1>>|with\s*\{)<<2>>(?:\s*[=,;:{)\]]|\s+(?:in|when)\b))/.source,[E,f,g]),inside:w}],keyword:c,number:/(?:\b0(?:x[\da-f_]*[\da-f]|b[01_]*[01])|(?:\B\.\d+(?:_+\d+)*|\b\d+(?:_+\d+)*(?:\.\d+(?:_+\d+)*)?)(?:e[-+]?\d+(?:_+\d+)*)?)(?:[dflmu]|lu|ul)?\b/i,operator:/>>=?|<<=?|[-=]>|([-+&|])\1|~|\?\?=?|[-+*/%&|^!=<>]=?/,punctuation:/\?\.?|::|[{}[\];(),.:]/}),e.languages.insertBefore("csharp","number",{range:{pattern:/\.\./,alias:"operator"}}),e.languages.insertBefore("csharp","punctuation",{"named-parameter":{pattern:r(/([(,]\s*)<<0>>(?=\s*:)/.source,[g]),lookbehind:!0,alias:"punctuation"}}),e.languages.insertBefore("csharp","class-name",{namespace:{pattern:r(/(\b(?:namespace|using)\s+)<<0>>(?:\s*\.\s*<<0>>)*(?=\s*[;{])/.source,[g]),lookbehind:!0,inside:{punctuation:/\./}},"type-expression":{pattern:r(/(\b(?:default|sizeof|typeof)\s*\(\s*(?!\s))(?:[^()\s]|\s(?!\s)|<<0>>)*(?=\s*\))/.source,[p]),lookbehind:!0,alias:"class-name",inside:w},"return-type":{pattern:r(/<<0>>(?=\s+(?:<<1>>\s*(?:=>|[({]|\.\s*this\s*\[)|this\s*\[))/.source,[E,m]),inside:w,alias:"class-name"},"constructor-invocation":{pattern:r(/(\bnew\s+)<<0>>(?=\s*[[({])/.source,[E]),lookbehind:!0,inside:w,alias:"class-name"},"generic-method":{pattern:r(/<<0>>\s*<<1>>(?=\s*\()/.source,[g,h]),inside:{function:r(/^<<0>>/.source,[g]),generic:{pattern:RegExp(h),alias:"class-name",inside:w}}},"type-list":{pattern:r(/\b((?:<<0>>\s+<<1>>|record\s+<<1>>\s*<<5>>|where\s+<<2>>)\s*:\s*)(?:<<3>>|<<4>>|<<1>>\s*<<5>>|<<6>>)(?:\s*,\s*(?:<<3>>|<<4>>|<<6>>))*(?=\s*(?:where|[{;]|=>|$))/.source,[l,v,g,E,c.source,p,/\bnew\s*\(\s*\)/.source]),lookbehind:!0,inside:{"record-arguments":{pattern:r(/(^(?!new\s*\()<<0>>\s*)<<1>>/.source,[v,p]),lookbehind:!0,greedy:!0,inside:e.languages.csharp},keyword:c,"class-name":{pattern:RegExp(E),greedy:!0,inside:w},punctuation:/[,()]/}},preprocessor:{pattern:/(^[\t ]*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(#)\b(?:define|elif|else|endif|endregion|error|if|line|nullable|pragma|region|undef|warning)\b/,lookbehind:!0,alias:"keyword"}}}});var S=x+"|"+A,k=t(/\/(?![*/])|\/\/[^\r\n]*[\r\n]|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>/.source,[S]),F=n(t(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[k]),2),T=/\b(?:assembly|event|field|method|module|param|property|return|type)\b/.source,O=t(/<<0>>(?:\s*\(<<1>>*\))?/.source,[m,F]);e.languages.insertBefore("csharp","class-name",{attribute:{pattern:r(/((?:^|[^\s\w>)?])\s*\[\s*)(?:<<0>>\s*:\s*)?<<1>>(?:\s*,\s*<<1>>)*(?=\s*\])/.source,[T,O]),lookbehind:!0,greedy:!0,inside:{target:{pattern:r(/^<<0>>(?=\s*:)/.source,[T]),alias:"keyword"},"attribute-arguments":{pattern:r(/\(<<0>>*\)/.source,[F]),inside:e.languages.csharp},"class-name":{pattern:RegExp(m),inside:{punctuation:/\./}},punctuation:/[:,]/}}});var N=/:[^}\r\n]+/.source,P=n(t(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[k]),2),M=t(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[P,N]),I=n(t(/[^"'/()]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>|\(<<self>>*\)/.source,[S]),2),R=t(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[I,N]);function L(t,n){return{interpolation:{pattern:r(/((?:^|[^{])(?:\{\{)*)<<0>>/.source,[t]),lookbehind:!0,inside:{"format-string":{pattern:r(/(^\{(?:(?![}:])<<0>>)*)<<1>>(?=\}$)/.source,[n,N]),lookbehind:!0,inside:{punctuation:/^:/}},punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-csharp",inside:e.languages.csharp}}},string:/[\s\S]+/}}e.languages.insertBefore("csharp","string",{"interpolation-string":[{pattern:r(/(^|[^\\])(?:\$@|@\$)"(?:""|\\[\s\S]|\{\{|<<0>>|[^\\{"])*"/.source,[M]),lookbehind:!0,greedy:!0,inside:L(M,P)},{pattern:r(/(^|[^@\\])\$"(?:\\.|\{\{|<<0>>|[^\\"{])*"/.source,[R]),lookbehind:!0,greedy:!0,inside:L(R,I)}],char:{pattern:RegExp(A),greedy:!0}}),e.languages.dotnet=e.languages.cs=e.languages.csharp}(Prism)),Prism.languages["visual-basic"]={comment:{pattern:/(?:['‘’]|REM\b)(?:[^\r\n_]|_(?:\r\n?|\n)?)*/i,inside:{keyword:/^REM/i}},directive:{pattern:/#(?:Const|Else|ElseIf|End|ExternalChecksum|ExternalSource|If|Region)(?:\b_[ \t]*(?:\r\n?|\n)|.)+/i,alias:"property",greedy:!0},string:{pattern:/\$?["“”](?:["“”]{2}|[^"“”])*["“”]C?/i,greedy:!0},date:{pattern:/#[ \t]*(?:\d+([/-])\d+\1\d+(?:[ \t]+(?:\d+[ \t]*(?:AM|PM)|\d+:\d+(?::\d+)?(?:[ \t]*(?:AM|PM))?))?|\d+[ \t]*(?:AM|PM)|\d+:\d+(?::\d+)?(?:[ \t]*(?:AM|PM))?)[ \t]*#/i,alias:"number"},number:/(?:(?:\b\d+(?:\.\d+)?|\.\d+)(?:E[+-]?\d+)?|&[HO][\dA-F]+)(?:[FRD]|U?[ILS])?/i,boolean:/\b(?:False|Nothing|True)\b/i,keyword:/\b(?:AddHandler|AddressOf|Alias|And(?:Also)?|As|Boolean|ByRef|Byte|ByVal|Call|Case|Catch|C(?:Bool|Byte|Char|Date|Dbl|Dec|Int|Lng|Obj|SByte|Short|Sng|Str|Type|UInt|ULng|UShort)|Char|Class|Const|Continue|Currency|Date|Decimal|Declare|Default|Delegate|Dim|DirectCast|Do|Double|Each|Else(?:If)?|End(?:If)?|Enum|Erase|Error|Event|Exit|Finally|For|Friend|Function|Get(?:Type|XMLNamespace)?|Global|GoSub|GoTo|Handles|If|Implements|Imports|In|Inherits|Integer|Interface|Is|IsNot|Let|Lib|Like|Long|Loop|Me|Mod|Module|Must(?:Inherit|Override)|My(?:Base|Class)|Namespace|Narrowing|New|Next|Not(?:Inheritable|Overridable)?|Object|Of|On|Operator|Option(?:al)?|Or(?:Else)?|Out|Overloads|Overridable|Overrides|ParamArray|Partial|Private|Property|Protected|Public|RaiseEvent|ReadOnly|ReDim|RemoveHandler|Resume|Return|SByte|Select|Set|Shadows|Shared|short|Single|Static|Step|Stop|String|Structure|Sub|SyncLock|Then|Throw|To|Try|TryCast|Type|TypeOf|U(?:Integer|Long|Short)|Until|Using|Variant|Wend|When|While|Widening|With(?:Events)?|WriteOnly|Xor)\b/i,operator:/[+\-*/\\^<=>&#@$%!]|\b_(?=[ \t]*[\r\n])/,punctuation:/[{}().,:?]/},Prism.languages.vb=Prism.languages["visual-basic"],Prism.languages.vba=Prism.languages["visual-basic"],Prism.languages.sql={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/,lookbehind:!0},variable:[{pattern:/@(["'`])(?:\\[\s\S]|(?!\1)[^\\])+\1/,greedy:!0},/@[\w.$]+/],string:{pattern:/(^|[^@\\])("|')(?:\\[\s\S]|(?!\2)[^\\]|\2\2)*\2/,greedy:!0,lookbehind:!0},identifier:{pattern:/(^|[^@\\])`(?:\\[\s\S]|[^`\\]|``)*`/,greedy:!0,lookbehind:!0,inside:{punctuation:/^`|`$/}},function:/\b(?:AVG|COUNT|FIRST|FORMAT|LAST|LCASE|LEN|MAX|MID|MIN|MOD|NOW|ROUND|SUM|UCASE)(?=\s*\()/i,keyword:/\b(?:ACTION|ADD|AFTER|ALGORITHM|ALL|ALTER|ANALYZE|ANY|APPLY|AS|ASC|AUTHORIZATION|AUTO_INCREMENT|BACKUP|BDB|BEGIN|BERKELEYDB|BIGINT|BINARY|BIT|BLOB|BOOL|BOOLEAN|BREAK|BROWSE|BTREE|BULK|BY|CALL|CASCADED?|CASE|CHAIN|CHAR(?:ACTER|SET)?|CHECK(?:POINT)?|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMNS?|COMMENT|COMMIT(?:TED)?|COMPUTE|CONNECT|CONSISTENT|CONSTRAINT|CONTAINS(?:TABLE)?|CONTINUE|CONVERT|CREATE|CROSS|CURRENT(?:_DATE|_TIME|_TIMESTAMP|_USER)?|CURSOR|CYCLE|DATA(?:BASES?)?|DATE(?:TIME)?|DAY|DBCC|DEALLOCATE|DEC|DECIMAL|DECLARE|DEFAULT|DEFINER|DELAYED|DELETE|DELIMITERS?|DENY|DESC|DESCRIBE|DETERMINISTIC|DISABLE|DISCARD|DISK|DISTINCT|DISTINCTROW|DISTRIBUTED|DO|DOUBLE|DROP|DUMMY|DUMP(?:FILE)?|DUPLICATE|ELSE(?:IF)?|ENABLE|ENCLOSED|END|ENGINE|ENUM|ERRLVL|ERRORS|ESCAPED?|EXCEPT|EXEC(?:UTE)?|EXISTS|EXIT|EXPLAIN|EXTENDED|FETCH|FIELDS|FILE|FILLFACTOR|FIRST|FIXED|FLOAT|FOLLOWING|FOR(?: EACH ROW)?|FORCE|FOREIGN|FREETEXT(?:TABLE)?|FROM|FULL|FUNCTION|GEOMETRY(?:COLLECTION)?|GLOBAL|GOTO|GRANT|GROUP|HANDLER|HASH|HAVING|HOLDLOCK|HOUR|IDENTITY(?:COL|_INSERT)?|IF|IGNORE|IMPORT|INDEX|INFILE|INNER|INNODB|INOUT|INSERT|INT|INTEGER|INTERSECT|INTERVAL|INTO|INVOKER|ISOLATION|ITERATE|JOIN|KEYS?|KILL|LANGUAGE|LAST|LEAVE|LEFT|LEVEL|LIMIT|LINENO|LINES|LINESTRING|LOAD|LOCAL|LOCK|LONG(?:BLOB|TEXT)|LOOP|MATCH(?:ED)?|MEDIUM(?:BLOB|INT|TEXT)|MERGE|MIDDLEINT|MINUTE|MODE|MODIFIES|MODIFY|MONTH|MULTI(?:LINESTRING|POINT|POLYGON)|NATIONAL|NATURAL|NCHAR|NEXT|NO|NONCLUSTERED|NULLIF|NUMERIC|OFF?|OFFSETS?|ON|OPEN(?:DATASOURCE|QUERY|ROWSET)?|OPTIMIZE|OPTION(?:ALLY)?|ORDER|OUT(?:ER|FILE)?|OVER|PARTIAL|PARTITION|PERCENT|PIVOT|PLAN|POINT|POLYGON|PRECEDING|PRECISION|PREPARE|PREV|PRIMARY|PRINT|PRIVILEGES|PROC(?:EDURE)?|PUBLIC|PURGE|QUICK|RAISERROR|READS?|REAL|RECONFIGURE|REFERENCES|RELEASE|RENAME|REPEAT(?:ABLE)?|REPLACE|REPLICATION|REQUIRE|RESIGNAL|RESTORE|RESTRICT|RETURN(?:ING|S)?|REVOKE|RIGHT|ROLLBACK|ROUTINE|ROW(?:COUNT|GUIDCOL|S)?|RTREE|RULE|SAVE(?:POINT)?|SCHEMA|SECOND|SELECT|SERIAL(?:IZABLE)?|SESSION(?:_USER)?|SET(?:USER)?|SHARE|SHOW|SHUTDOWN|SIMPLE|SMALLINT|SNAPSHOT|SOME|SONAME|SQL|START(?:ING)?|STATISTICS|STATUS|STRIPED|SYSTEM_USER|TABLES?|TABLESPACE|TEMP(?:ORARY|TABLE)?|TERMINATED|TEXT(?:SIZE)?|THEN|TIME(?:STAMP)?|TINY(?:BLOB|INT|TEXT)|TOP?|TRAN(?:SACTIONS?)?|TRIGGER|TRUNCATE|TSEQUAL|TYPES?|UNBOUNDED|UNCOMMITTED|UNDEFINED|UNION|UNIQUE|UNLOCK|UNPIVOT|UNSIGNED|UPDATE(?:TEXT)?|USAGE|USE|USER|USING|VALUES?|VAR(?:BINARY|CHAR|CHARACTER|YING)|VIEW|WAITFOR|WARNINGS|WHEN|WHERE|WHILE|WITH(?: ROLLUP|IN)?|WORK|WRITE(?:TEXT)?|YEAR)\b/i,boolean:/\b(?:FALSE|NULL|TRUE)\b/i,number:/\b0x[\da-f]+\b|\b\d+(?:\.\d*)?|\B\.\d+\b/i,operator:/[-+*\/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,punctuation:/[;[\]()`,.]/};var tS;tS||(tS=1,function(e){e.languages.ruby=e.languages.extend("clike",{comment:{pattern:/#.*|^=begin\s[\s\S]*?^=end/m,greedy:!0},"class-name":{pattern:/(\b(?:class|module)\s+|\bcatch\s+\()[\w.\\]+|\b[A-Z_]\w*(?=\s*\.\s*new\b)/,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:BEGIN|END|alias|and|begin|break|case|class|def|define_method|defined|do|each|else|elsif|end|ensure|extend|for|if|in|include|module|new|next|nil|not|or|prepend|private|protected|public|raise|redo|require|rescue|retry|return|self|super|then|throw|undef|unless|until|when|while|yield)\b/,operator:/\.{2,3}|&\.|===|<?=>|[!=]?~|(?:&&|\|\||<<|>>|\*\*|[+\-*/%<>!^&|=])=?|[?:]/,punctuation:/[(){}[\].,;]/}),e.languages.insertBefore("ruby","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}});var t={pattern:/((?:^|[^\\])(?:\\{2})*)#\{(?:[^{}]|\{[^{}]*\})*\}/,lookbehind:!0,inside:{content:{pattern:/^(#\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:e.languages.ruby},delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"}}};delete e.languages.ruby.function;var r="(?:"+[/([^a-zA-Z0-9\s{(\[<=])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/\((?:[^()\\]|\\[\s\S]|\((?:[^()\\]|\\[\s\S])*\))*\)/.source,/\{(?:[^{}\\]|\\[\s\S]|\{(?:[^{}\\]|\\[\s\S])*\})*\}/.source,/\[(?:[^\[\]\\]|\\[\s\S]|\[(?:[^\[\]\\]|\\[\s\S])*\])*\]/.source,/<(?:[^<>\\]|\\[\s\S]|<(?:[^<>\\]|\\[\s\S])*>)*>/.source].join("|")+")",n=/(?:"(?:\\.|[^"\\\r\n])*"|(?:\b[a-zA-Z_]\w*|[^\s\0-\x7F]+)[?!]?|\$.)/.source;e.languages.insertBefore("ruby","keyword",{"regex-literal":[{pattern:RegExp(/%r/.source+r+/[egimnosux]{0,6}/.source),greedy:!0,inside:{interpolation:t,regex:/[\s\S]+/}},{pattern:/(^|[^/])\/(?!\/)(?:\[[^\r\n\]]+\]|\\.|[^[/\\\r\n])+\/[egimnosux]{0,6}(?=\s*(?:$|[\r\n,.;})#]))/,lookbehind:!0,greedy:!0,inside:{interpolation:t,regex:/[\s\S]+/}}],variable:/[@$]+[a-zA-Z_]\w*(?:[?!]|\b)/,symbol:[{pattern:RegExp(/(^|[^:]):/.source+n),lookbehind:!0,greedy:!0},{pattern:RegExp(/([\r\n{(,][ \t]*)/.source+n+/(?=:(?!:))/.source),lookbehind:!0,greedy:!0}],"method-definition":{pattern:/(\bdef\s+)\w+(?:\s*\.\s*\w+)?/,lookbehind:!0,inside:{function:/\b\w+$/,keyword:/^self\b/,"class-name":/^\w+/,punctuation:/\./}}}),e.languages.insertBefore("ruby","string",{"string-literal":[{pattern:RegExp(/%[qQiIwWs]?/.source+r),greedy:!0,inside:{interpolation:t,string:/[\s\S]+/}},{pattern:/("|')(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|(?!\1)[^\\#\r\n])*\1/,greedy:!0,inside:{interpolation:t,string:/[\s\S]+/}},{pattern:/<<[-~]?([a-z_]\w*)[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?[a-z_]\w*|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?/}},interpolation:t,string:/[\s\S]+/}},{pattern:/<<[-~]?'([a-z_]\w*)'[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?'[a-z_]\w*'|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?'|'$/}},string:/[\s\S]+/}}],"command-literal":[{pattern:RegExp(/%x/.source+r),greedy:!0,inside:{interpolation:t,command:{pattern:/[\s\S]+/,alias:"string"}}},{pattern:/`(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|[^\\`#\r\n])*`/,greedy:!0,inside:{interpolation:t,command:{pattern:/[\s\S]+/,alias:"string"}}}]}),delete e.languages.ruby.string,e.languages.insertBefore("ruby","number",{builtin:/\b(?:Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Fixnum|Float|Hash|IO|Integer|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|Stat|String|Struct|Symbol|TMS|Thread|ThreadGroup|Time|TrueClass)\b/,constant:/\b[A-Z][A-Z0-9_]*(?:[?!]|\b)/}),e.languages.rb=e.languages.ruby}(Prism)),Prism.languages.swift={comment:{pattern:/(^|[^\\:])(?:\/\/.*|\/\*(?:[^/*]|\/(?!\*)|\*(?!\/)|\/\*(?:[^*]|\*(?!\/))*\*\/)*\*\/)/,lookbehind:!0,greedy:!0},"string-literal":[{pattern:RegExp(/(^|[^"#])/.source+"(?:"+/"(?:\\(?:\((?:[^()]|\([^()]*\))*\)|\r\n|[^(])|[^\\\r\n"])*"/.source+"|"+/"""(?:\\(?:\((?:[^()]|\([^()]*\))*\)|[^(])|[^\\"]|"(?!""))*"""/.source+")"+/(?!["#])/.source),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\\($/,alias:"punctuation"},punctuation:/\\(?=[\r\n])/,string:/[\s\S]+/}},{pattern:RegExp(/(^|[^"#])(#+)/.source+"(?:"+/"(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|\r\n|[^#])|[^\\\r\n])*?"/.source+"|"+/"""(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|[^#])|[^\\])*?"""/.source+")\\2"),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\#+\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\#+\($/,alias:"punctuation"},string:/[\s\S]+/}}],directive:{pattern:RegExp(/#/.source+"(?:"+/(?:elseif|if)\b/.source+"(?:[ \t]*"+/(?:![ \t]*)?(?:\b\w+\b(?:[ \t]*\((?:[^()]|\([^()]*\))*\))?|\((?:[^()]|\([^()]*\))*\))(?:[ \t]*(?:&&|\|\|))?/.source+")+|"+/(?:else|endif)\b/.source+")"),alias:"property",inside:{"directive-name":/^#\w+/,boolean:/\b(?:false|true)\b/,number:/\b\d+(?:\.\d+)*\b/,operator:/!|&&|\|\||[<>]=?/,punctuation:/[(),]/}},literal:{pattern:/#(?:colorLiteral|column|dsohandle|file(?:ID|Literal|Path)?|function|imageLiteral|line)\b/,alias:"constant"},"other-directive":{pattern:/#\w+\b/,alias:"property"},attribute:{pattern:/@\w+/,alias:"atrule"},"function-definition":{pattern:/(\bfunc\s+)\w+/,lookbehind:!0,alias:"function"},label:{pattern:/\b(break|continue)\s+\w+|\b[a-zA-Z_]\w*(?=\s*:\s*(?:for|repeat|while)\b)/,lookbehind:!0,alias:"important"},keyword:/\b(?:Any|Protocol|Self|Type|actor|as|assignment|associatedtype|associativity|async|await|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|higherThan|if|import|in|indirect|infix|init|inout|internal|is|isolated|lazy|left|let|lowerThan|mutating|none|nonisolated|nonmutating|open|operator|optional|override|postfix|precedencegroup|prefix|private|protocol|public|repeat|required|rethrows|return|right|safe|self|set|some|static|struct|subscript|super|switch|throw|throws|try|typealias|unowned|unsafe|var|weak|where|while|willSet)\b/,boolean:/\b(?:false|true)\b/,nil:{pattern:/\bnil\b/,alias:"constant"},"short-argument":/\$\d+\b/,omit:{pattern:/\b_\b/,alias:"keyword"},number:/\b(?:[\d_]+(?:\.[\de_]+)?|0x[a-f0-9_]+(?:\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\b/i,"class-name":/\b[A-Z](?:[A-Z_\d]*[a-z]\w*)?\b/,function:/\b[a-z_]\w*(?=\s*\()/i,constant:/\b(?:[A-Z_]{2,}|k[A-Z][A-Za-z_]+)\b/,operator:/[-+*/%=!<>&|^~?]+|\.[.\-+*/%=!<>&|^~?]+/,punctuation:/[{}[\]();,.:\\]/},Prism.languages.swift["string-literal"].forEach(function(e){e.inside.interpolation.inside=Prism.languages.swift}),function(e){var t="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",r={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},n={bash:r,environment:{pattern:RegExp("\\$"+t),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+t),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};e.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?:\.\w+)*(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+t),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},parameter:{pattern:/(^|\s)-{1,2}(?:\w+:[+-]?)?\w+(?:\.\w+)*(?=[=\s]|$)/,alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:n},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:r}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:n},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:n.entity}}],environment:{pattern:RegExp("\\$?"+t),alias:"constant"},variable:n.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cargo|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|java|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|sysctl|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},r.inside=e.languages.bash;for(var o=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],i=n.variable[1].inside,a=0;a<o.length;a++)i[o[a]]=e.languages.bash[o[a]];e.languages.sh=e.languages.bash,e.languages.shell=e.languages.bash}(Prism),function(e){var t=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function r(e){return e=e.replace(/<inner>/g,function(){return t}),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+e+")")}var n=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,o=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return n}),i=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source;e.languages.markdown=e.languages.extend("markup",{}),e.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:e.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+o+i+"(?:"+o+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+o+i+")(?:"+o+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(n),inside:e.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+o+")"+i+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+o+"$"),inside:{"table-header":{pattern:RegExp(n),alias:"important",inside:e.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:r(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:r(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:r(/(~~?)(?:(?!~)<inner>)+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:r(/!?\[(?:(?!\])<inner>)+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\])<inner>)+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach(function(t){["url","bold","italic","strike","code-snippet"].forEach(function(r){t!==r&&(e.languages.markdown[t].inside.content.inside[r]=e.languages.markdown[r])})}),e.hooks.add("after-tokenize",function(e){"markdown"!==e.language&&"md"!==e.language||function e(t){if(t&&"string"!=typeof t)for(var r=0,n=t.length;r<n;r++){var o=t[r];if("code"===o.type){var i=o.content[1],a=o.content[3];if(i&&a&&"code-language"===i.type&&"code-block"===a.type&&"string"==typeof i.content){var u=i.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp"),s="language-"+(u=(/[a-z][\w-]*/i.exec(u)||[""])[0].toLowerCase());a.alias?"string"==typeof a.alias?a.alias=[a.alias,s]:a.alias.push(s):a.alias=[s]}}else e(o.content)}}(e.tokens)}),e.hooks.add("wrap",function(t){if("code-block"===t.type){for(var r="",n=0,o=t.classes.length;n<o;n++){var i=t.classes[n],l=/language-(.+)/.exec(i);if(l){r=l[1];break}}var c=e.languages[r];if(c)t.content=e.highlight(function(e){var t=e.replace(a,"");return t=t.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,function(e,t){var r;if("#"===(t=t.toLowerCase())[0])return r="x"===t[1]?parseInt(t.slice(2),16):Number(t.slice(1)),s(r);var n=u[t];return n||e}),t}(t.content),c,r);else if(r&&"none"!==r&&e.plugins.autoloader){var d="md-"+(new Date).valueOf()+"-"+Math.floor(1e16*Math.random());t.attributes.id=d,e.plugins.autoloader.loadLanguages(r,function(){var t=document.getElementById(d);t&&(t.innerHTML=e.highlight(t.textContent,e.languages[r],r))})}}});var a=RegExp(e.languages.markup.tag.pattern.source,"gi"),u={amp:"&",lt:"<",gt:">",quot:'"'},s=String.fromCodePoint||String.fromCharCode;e.languages.md=e.languages.markdown}(Prism),Prism.languages.lua={comment:/^#!.+|--(?:\[(=*)\[[\s\S]*?\]\1\]|.*)/m,string:{pattern:/(["'])(?:(?!\1)[^\\\r\n]|\\z(?:\r\n|\s)|\\(?:\r\n|[^z]))*\1|\[(=*)\[[\s\S]*?\]\2\]/,greedy:!0},number:/\b0x[a-f\d]+(?:\.[a-f\d]*)?(?:p[+-]?\d+)?\b|\b\d+(?:\.\B|(?:\.\d*)?(?:e[+-]?\d+)?\b)|\B\.\d+(?:e[+-]?\d+)?\b/i,keyword:/\b(?:and|break|do|else|elseif|end|false|for|function|goto|if|in|local|nil|not|or|repeat|return|then|true|until|while)\b/,function:/(?!\d)\w+(?=\s*(?:[({]))/,operator:[/[-+*%^&|#]|\/\/?|<[<=]?|>[>=]?|[=~]=?/,{pattern:/(^|[^.])\.\.(?!\.)/,lookbehind:!0}],punctuation:/[\[\](){},;]|\.+|:+/},function(e){var t={pattern:/((?:^|[^\\$])(?:\\{2})*)\$(?:\w+|\{[^{}]*\})/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{?|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:null}}};e.languages.groovy=e.languages.extend("clike",{string:{pattern:/'''(?:[^\\]|\\[\s\S])*?'''|'(?:\\.|[^\\'\r\n])*'/,greedy:!0},keyword:/\b(?:abstract|as|assert|boolean|break|byte|case|catch|char|class|const|continue|def|default|do|double|else|enum|extends|final|finally|float|for|goto|if|implements|import|in|instanceof|int|interface|long|native|new|package|private|protected|public|return|short|static|strictfp|super|switch|synchronized|this|throw|throws|trait|transient|try|void|volatile|while)\b/,number:/\b(?:0b[01_]+|0x[\da-f_]+(?:\.[\da-f_p\-]+)?|[\d_]+(?:\.[\d_]+)?(?:e[+-]?\d+)?)[glidf]?\b/i,operator:{pattern:/(^|[^.])(?:~|==?~?|\?[.:]?|\*(?:[.=]|\*=?)?|\.[@&]|\.\.<|\.\.(?!\.)|-[-=>]?|\+[+=]?|!=?|<(?:<=?|=>?)?|>(?:>>?=?|=)?|&[&=]?|\|[|=]?|\/=?|\^=?|%=?)/,lookbehind:!0},punctuation:/\.+|[{}[\];(),:$]/}),e.languages.insertBefore("groovy","string",{shebang:{pattern:/#!.+/,alias:"comment",greedy:!0},"interpolation-string":{pattern:/"""(?:[^\\]|\\[\s\S])*?"""|(["/])(?:\\.|(?!\1)[^\\\r\n])*\1|\$\/(?:[^/$]|\$(?:[/$]|(?![/$]))|\/(?!\$))*\/\$/,greedy:!0,inside:{interpolation:t,string:/[\s\S]+/}}}),e.languages.insertBefore("groovy","punctuation",{"spock-block":/\b(?:and|cleanup|expect|given|setup|then|when|where):/}),e.languages.insertBefore("groovy","function",{annotation:{pattern:/(^|[^.])@\w+/,lookbehind:!0,alias:"punctuation"}}),t.inside.expression.inside=e.languages.groovy}(Prism),Prism.languages.abap={comment:/^\*.*/m,string:/(`|')(?:\\.|(?!\1)[^\\\r\n])*\1/,"string-template":{pattern:/([|}])(?:\\.|[^\\|{\r\n])*(?=[|{])/,lookbehind:!0,alias:"string"},"eol-comment":{pattern:/(^|\s)".*/m,lookbehind:!0,alias:"comment"},keyword:{pattern:/(\s|\.|^)(?:\*-INPUT|\?TO|ABAP-SOURCE|ABBREVIATED|ABS|ABSTRACT|ACCEPT|ACCEPTING|ACCESSPOLICY|ACCORDING|ACOS|ACTIVATION|ACTUAL|ADD|ADD-CORRESPONDING|ADJACENT|AFTER|ALIAS|ALIASES|ALIGN|ALL|ALLOCATE|ALPHA|ANALYSIS|ANALYZER|AND|ANY|APPEND|APPENDAGE|APPENDING|APPLICATION|ARCHIVE|AREA|ARITHMETIC|AS|ASCENDING|ASIN|ASPECT|ASSERT|ASSIGN|ASSIGNED|ASSIGNING|ASSOCIATION|ASYNCHRONOUS|AT|ATAN|ATTRIBUTES|AUTHORITY|AUTHORITY-CHECK|AVG|BACK|BACKGROUND|BACKUP|BACKWARD|BADI|BASE|BEFORE|BEGIN|BETWEEN|BIG|BINARY|BINDING|BIT|BIT-AND|BIT-NOT|BIT-OR|BIT-XOR|BLACK|BLANK|BLANKS|BLOB|BLOCK|BLOCKS|BLUE|BOUND|BOUNDARIES|BOUNDS|BOXED|BREAK-POINT|BT|BUFFER|BY|BYPASSING|BYTE|BYTE-CA|BYTE-CN|BYTE-CO|BYTE-CS|BYTE-NA|BYTE-NS|BYTE-ORDER|C|CA|CALL|CALLING|CASE|CAST|CASTING|CATCH|CEIL|CENTER|CENTERED|CHAIN|CHAIN-INPUT|CHAIN-REQUEST|CHANGE|CHANGING|CHANNELS|CHAR-TO-HEX|CHARACTER|CHARLEN|CHECK|CHECKBOX|CIRCULAR|CI_|CLASS|CLASS-CODING|CLASS-DATA|CLASS-EVENTS|CLASS-METHODS|CLASS-POOL|CLEANUP|CLEAR|CLIENT|CLOB|CLOCK|CLOSE|CN|CNT|CO|COALESCE|CODE|CODING|COLLECT|COLOR|COLUMN|COLUMNS|COL_BACKGROUND|COL_GROUP|COL_HEADING|COL_KEY|COL_NEGATIVE|COL_NORMAL|COL_POSITIVE|COL_TOTAL|COMMENT|COMMENTS|COMMIT|COMMON|COMMUNICATION|COMPARING|COMPONENT|COMPONENTS|COMPRESSION|COMPUTE|CONCAT|CONCATENATE|COND|CONDENSE|CONDITION|CONNECT|CONNECTION|CONSTANTS|CONTEXT|CONTEXTS|CONTINUE|CONTROL|CONTROLS|CONV|CONVERSION|CONVERT|COPIES|COPY|CORRESPONDING|COS|COSH|COUNT|COUNTRY|COVER|CP|CPI|CREATE|CREATING|CRITICAL|CS|CURRENCY|CURRENCY_CONVERSION|CURRENT|CURSOR|CURSOR-SELECTION|CUSTOMER|CUSTOMER-FUNCTION|DANGEROUS|DATA|DATABASE|DATAINFO|DATASET|DATE|DAYLIGHT|DBMAXLEN|DD\/MM\/YY|DD\/MM\/YYYY|DDMMYY|DEALLOCATE|DECIMALS|DECIMAL_SHIFT|DECLARATIONS|DEEP|DEFAULT|DEFERRED|DEFINE|DEFINING|DEFINITION|DELETE|DELETING|DEMAND|DEPARTMENT|DESCENDING|DESCRIBE|DESTINATION|DETAIL|DIALOG|DIRECTORY|DISCONNECT|DISPLAY|DISPLAY-MODE|DISTANCE|DISTINCT|DIV|DIVIDE|DIVIDE-CORRESPONDING|DIVISION|DO|DUMMY|DUPLICATE|DUPLICATES|DURATION|DURING|DYNAMIC|DYNPRO|E|EACH|EDIT|EDITOR-CALL|ELSE|ELSEIF|EMPTY|ENABLED|ENABLING|ENCODING|END|END-ENHANCEMENT-SECTION|END-LINES|END-OF-DEFINITION|END-OF-FILE|END-OF-PAGE|END-OF-SELECTION|ENDAT|ENDCASE|ENDCATCH|ENDCHAIN|ENDCLASS|ENDDO|ENDENHANCEMENT|ENDEXEC|ENDFOR|ENDFORM|ENDFUNCTION|ENDIAN|ENDIF|ENDING|ENDINTERFACE|ENDLOOP|ENDMETHOD|ENDMODULE|ENDON|ENDPROVIDE|ENDSELECT|ENDTRY|ENDWHILE|ENGINEERING|ENHANCEMENT|ENHANCEMENT-POINT|ENHANCEMENT-SECTION|ENHANCEMENTS|ENTRIES|ENTRY|ENVIRONMENT|EQ|EQUAL|EQUIV|ERRORMESSAGE|ERRORS|ESCAPE|ESCAPING|EVENT|EVENTS|EXACT|EXCEPT|EXCEPTION|EXCEPTION-TABLE|EXCEPTIONS|EXCLUDE|EXCLUDING|EXEC|EXECUTE|EXISTS|EXIT|EXIT-COMMAND|EXP|EXPAND|EXPANDING|EXPIRATION|EXPLICIT|EXPONENT|EXPORT|EXPORTING|EXTEND|EXTENDED|EXTENSION|EXTRACT|FAIL|FETCH|FIELD|FIELD-GROUPS|FIELD-SYMBOL|FIELD-SYMBOLS|FIELDS|FILE|FILTER|FILTER-TABLE|FILTERS|FINAL|FIND|FIRST|FIRST-LINE|FIXED-POINT|FKEQ|FKGE|FLOOR|FLUSH|FONT|FOR|FORM|FORMAT|FORWARD|FOUND|FRAC|FRAME|FRAMES|FREE|FRIENDS|FROM|FUNCTION|FUNCTION-POOL|FUNCTIONALITY|FURTHER|GAPS|GE|GENERATE|GET|GIVING|GKEQ|GKGE|GLOBAL|GRANT|GREATER|GREEN|GROUP|GROUPS|GT|HANDLE|HANDLER|HARMLESS|HASHED|HAVING|HDB|HEAD-LINES|HEADER|HEADERS|HEADING|HELP-ID|HELP-REQUEST|HIDE|HIGH|HINT|HOLD|HOTSPOT|I|ICON|ID|IDENTIFICATION|IDENTIFIER|IDS|IF|IGNORE|IGNORING|IMMEDIATELY|IMPLEMENTATION|IMPLEMENTATIONS|IMPLEMENTED|IMPLICIT|IMPORT|IMPORTING|IN|INACTIVE|INCL|INCLUDE|INCLUDES|INCLUDING|INCREMENT|INDEX|INDEX-LINE|INFOTYPES|INHERITING|INIT|INITIAL|INITIALIZATION|INNER|INOUT|INPUT|INSERT|INSTANCES|INTENSIFIED|INTERFACE|INTERFACE-POOL|INTERFACES|INTERNAL|INTERVALS|INTO|INVERSE|INVERTED-DATE|IS|ISO|ITERATOR|ITNO|JOB|JOIN|KEEP|KEEPING|KERNEL|KEY|KEYS|KEYWORDS|KIND|LANGUAGE|LAST|LATE|LAYOUT|LE|LEADING|LEAVE|LEFT|LEFT-JUSTIFIED|LEFTPLUS|LEFTSPACE|LEGACY|LENGTH|LESS|LET|LEVEL|LEVELS|LIKE|LINE|LINE-COUNT|LINE-SELECTION|LINE-SIZE|LINEFEED|LINES|LIST|LIST-PROCESSING|LISTBOX|LITTLE|LLANG|LOAD|LOAD-OF-PROGRAM|LOB|LOCAL|LOCALE|LOCATOR|LOG|LOG-POINT|LOG10|LOGFILE|LOGICAL|LONG|LOOP|LOW|LOWER|LPAD|LPI|LT|M|MAIL|MAIN|MAJOR-ID|MAPPING|MARGIN|MARK|MASK|MATCH|MATCHCODE|MAX|MAXIMUM|MEDIUM|MEMBERS|MEMORY|MESH|MESSAGE|MESSAGE-ID|MESSAGES|MESSAGING|METHOD|METHODS|MIN|MINIMUM|MINOR-ID|MM\/DD\/YY|MM\/DD\/YYYY|MMDDYY|MOD|MODE|MODIF|MODIFIER|MODIFY|MODULE|MOVE|MOVE-CORRESPONDING|MULTIPLY|MULTIPLY-CORRESPONDING|NA|NAME|NAMETAB|NATIVE|NB|NE|NESTED|NESTING|NEW|NEW-LINE|NEW-PAGE|NEW-SECTION|NEXT|NO|NO-DISPLAY|NO-EXTENSION|NO-GAP|NO-GAPS|NO-GROUPING|NO-HEADING|NO-SCROLLING|NO-SIGN|NO-TITLE|NO-TOPOFPAGE|NO-ZERO|NODE|NODES|NON-UNICODE|NON-UNIQUE|NOT|NP|NS|NULL|NUMBER|NUMOFCHAR|O|OBJECT|OBJECTS|OBLIGATORY|OCCURRENCE|OCCURRENCES|OCCURS|OF|OFF|OFFSET|OLE|ON|ONLY|OPEN|OPTION|OPTIONAL|OPTIONS|OR|ORDER|OTHER|OTHERS|OUT|OUTER|OUTPUT|OUTPUT-LENGTH|OVERFLOW|OVERLAY|PACK|PACKAGE|PAD|PADDING|PAGE|PAGES|PARAMETER|PARAMETER-TABLE|PARAMETERS|PART|PARTIALLY|PATTERN|PERCENTAGE|PERFORM|PERFORMING|PERSON|PF|PF-STATUS|PINK|PLACES|POOL|POSITION|POS_HIGH|POS_LOW|PRAGMAS|PRECOMPILED|PREFERRED|PRESERVING|PRIMARY|PRINT|PRINT-CONTROL|PRIORITY|PRIVATE|PROCEDURE|PROCESS|PROGRAM|PROPERTY|PROTECTED|PROVIDE|PUBLIC|PUSHBUTTON|PUT|QUEUE-ONLY|QUICKINFO|RADIOBUTTON|RAISE|RAISING|RANGE|RANGES|RAW|READ|READ-ONLY|READER|RECEIVE|RECEIVED|RECEIVER|RECEIVING|RED|REDEFINITION|REDUCE|REDUCED|REF|REFERENCE|REFRESH|REGEX|REJECT|REMOTE|RENAMING|REPLACE|REPLACEMENT|REPLACING|REPORT|REQUEST|REQUESTED|RESERVE|RESET|RESOLUTION|RESPECTING|RESPONSIBLE|RESULT|RESULTS|RESUMABLE|RESUME|RETRY|RETURN|RETURNCODE|RETURNING|RIGHT|RIGHT-JUSTIFIED|RIGHTPLUS|RIGHTSPACE|RISK|RMC_COMMUNICATION_FAILURE|RMC_INVALID_STATUS|RMC_SYSTEM_FAILURE|ROLE|ROLLBACK|ROUND|ROWS|RTTI|RUN|SAP|SAP-SPOOL|SAVING|SCALE_PRESERVING|SCALE_PRESERVING_SCIENTIFIC|SCAN|SCIENTIFIC|SCIENTIFIC_WITH_LEADING_ZERO|SCREEN|SCROLL|SCROLL-BOUNDARY|SCROLLING|SEARCH|SECONDARY|SECONDS|SECTION|SELECT|SELECT-OPTIONS|SELECTION|SELECTION-SCREEN|SELECTION-SET|SELECTION-SETS|SELECTION-TABLE|SELECTIONS|SELECTOR|SEND|SEPARATE|SEPARATED|SET|SHARED|SHIFT|SHORT|SHORTDUMP-ID|SIGN|SIGN_AS_POSTFIX|SIMPLE|SIN|SINGLE|SINH|SIZE|SKIP|SKIPPING|SMART|SOME|SORT|SORTABLE|SORTED|SOURCE|SPACE|SPECIFIED|SPLIT|SPOOL|SPOTS|SQL|SQLSCRIPT|SQRT|STABLE|STAMP|STANDARD|START-OF-SELECTION|STARTING|STATE|STATEMENT|STATEMENTS|STATIC|STATICS|STATUSINFO|STEP-LOOP|STOP|STRLEN|STRUCTURE|STRUCTURES|STYLE|SUBKEY|SUBMATCHES|SUBMIT|SUBROUTINE|SUBSCREEN|SUBSTRING|SUBTRACT|SUBTRACT-CORRESPONDING|SUFFIX|SUM|SUMMARY|SUMMING|SUPPLIED|SUPPLY|SUPPRESS|SWITCH|SWITCHSTATES|SYMBOL|SYNCPOINTS|SYNTAX|SYNTAX-CHECK|SYNTAX-TRACE|SYSTEM-CALL|SYSTEM-EXCEPTIONS|SYSTEM-EXIT|TAB|TABBED|TABLE|TABLES|TABLEVIEW|TABSTRIP|TAN|TANH|TARGET|TASK|TASKS|TEST|TESTING|TEXT|TEXTPOOL|THEN|THROW|TIME|TIMES|TIMESTAMP|TIMEZONE|TITLE|TITLE-LINES|TITLEBAR|TO|TOKENIZATION|TOKENS|TOP-LINES|TOP-OF-PAGE|TRACE-FILE|TRACE-TABLE|TRAILING|TRANSACTION|TRANSFER|TRANSFORMATION|TRANSLATE|TRANSPORTING|TRMAC|TRUNC|TRUNCATE|TRUNCATION|TRY|TYPE|TYPE-POOL|TYPE-POOLS|TYPES|ULINE|UNASSIGN|UNDER|UNICODE|UNION|UNIQUE|UNIT|UNIT_CONVERSION|UNIX|UNPACK|UNTIL|UNWIND|UP|UPDATE|UPPER|USER|USER-COMMAND|USING|UTF-8|VALID|VALUE|VALUE-REQUEST|VALUES|VARY|VARYING|VERIFICATION-MESSAGE|VERSION|VIA|VIEW|VISIBLE|WAIT|WARNING|WHEN|WHENEVER|WHERE|WHILE|WIDTH|WINDOW|WINDOWS|WITH|WITH-HEADING|WITH-TITLE|WITHOUT|WORD|WORK|WRITE|WRITER|X|XML|XOR|XSD|XSTRLEN|YELLOW|YES|YYMMDD|Z|ZERO|ZONE)(?![\w-])/i,lookbehind:!0},number:/\b\d+\b/,operator:{pattern:/(\s)(?:\*\*?|<[=>]?|>=?|\?=|[-+\/=])(?=\s)/,lookbehind:!0},"string-operator":{pattern:/(\s)&&?(?=\s)/,lookbehind:!0,alias:"keyword"},"token-operator":[{pattern:/(\w)(?:->?|=>|[~|{}])(?=\w)/,lookbehind:!0,alias:"punctuation"},{pattern:/[|{}]/,alias:"punctuation"}],punctuation:/[,.:()]/};var rS=["comment","prolog","doctype","cdata","punctuation","namespace","property","tag","boolean","number","constant","symbol","deleted","selector","attr-name","string","builtin","inserted","operator","entity","url","string","atrule","attr-value","keyword","function","class-name","regex","important","variable","bold","italic","entity","char"];function nS(e){return"string"==typeof e?e.length:"string"==typeof e.content?e.content.length:e.content.reduce(function(e,t){return e+nS(t)},0)}var oS=function(e){var t,r,n,o=Sh(e,2),i=o[0],a=o[1],u=[],s=function(e){if(!mh.Text.isText(e))return null;var t=cv.getParentNode(null,e);if(t&&"code"===cv.getNodeType(t)){var r=cv.getParentNode(null,t);if(r&&"pre"===cv.getNodeType(r))return t}return null}(i);if(null==s)return u;var l=s.language,c=void 0===l?"":l;if(!c)return u;var d=function(e,t){if(!t)return[];var r=YB.languages[t];return r?YB.tokenize(e.text,r):[]}(i,c),f=0;try{for(var h=Bh(d),p=h.next();!p.done;p=h.next()){var g=p.value,v=f+nS(g);"string"!=typeof g&&u.push(((n={})[g.type]=!0,n.anchor={path:a,offset:f},n.focus={path:a,offset:v},n)),f=v}}catch(e){t={error:e}}finally{try{p&&!p.done&&(r=h.return)&&r.call(h)}finally{if(t)throw t.error}}return u};var iS={type:"code",elemToHtml:function(e,t){var r=e.language,n=void 0===r?"":r,o=n?'class="language-'.concat(n,'"'):"";return"<code ".concat(o,">").concat(t,"</code>")}};var aS=function(){function e(){this.title=By("highLightModule.selectLang"),this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M64 64v896h896V64H64z m487.6 698.8c0 87.2-51.2 127-125.8 127-67.4 0-106.4-34.8-126.4-77l68.6-41.4c13.2 23.4 25.2 43.2 54.2 43.2 27.6 0 45.2-10.8 45.2-53V475.4h84.2v287.4z m199.2 127c-78.2 0-128.8-37.2-153.4-86l68.6-39.6c18 29.4 41.6 51.2 83 51.2 34.8 0 57.2-17.4 57.2-41.6 0-28.8-22.8-39-61.4-56l-21-9c-60.8-25.8-101-58.4-101-127 0-63.2 48.2-111.2 123.2-111.2 53.6 0 92 18.6 119.6 67.4L800 580c-14.4-25.8-30-36-54.2-36-24.6 0-40.2 15.6-40.2 36 0 25.2 15.6 35.4 51.8 51.2l21 9c71.6 30.6 111.8 62 111.8 132.4 0 75.6-59.6 117.2-139.4 117.2z"></path></svg>',this.tag="select",this.width=95,this.selectPanelWidth=115,this.defaultCodeLang=""}return e.prototype.getOptions=function(e){var t=this,r=[],n=e.getMenuConfig("codeSelectLang").codeLangs,o=void 0===n?[]:n;r.push({text:"plain text",value:""}),o.forEach(function(e){var n=e.text,o=e.value;e.selected&&(t.defaultCodeLang=o),r.push({text:n,value:o})});var i=this.getValue(e);return r.forEach(function(e){e.value===i?e.selected=!0:e.selected=void 0}),r},e.prototype.isActive=function(e){return!1},e.prototype.getValue=function(e){var t=this.getSelectCodeElem(e);if(null==t)return this.defaultCodeLang;if(!mh.Element.isElement(t))return this.defaultCodeLang;var r=t.language.toString(),n=e.getMenuConfig("codeSelectLang").codeLangs;return(void 0===n?[]:n).some(function(e){return e.value===r})?r:this.defaultCodeLang},e.prototype.isDisabled=function(e){return null==e.selection||!this.getSelectCodeElem(e)},e.prototype.exec=function(e,t){if(null!=this.getSelectCodeElem(e)){var r={language:t.toString()};mh.Transforms.setNodes(e,r,{match:function(e){return cv.checkNodeType(e,"code")}})}},e.prototype.getSelectCodeElem=function(e){var t=cv.getSelectedNodeByType(e,"code");if(null==t)return null;var r=cv.getParentNode(e,t);return mh.Element.isElement(r)?"pre"!==r.type?null:t:null},e}(),uS={key:"codeSelectLang",factory:function(){return new aS},config:{codeLangs:[{text:"CSS",value:"css"},{text:"HTML",value:"html"},{text:"XML",value:"xml"},{text:"Javascript",value:"javascript"},{text:"Typescript",value:"typescript"},{text:"JSX",value:"jsx"},{text:"Go",value:"go"},{text:"PHP",value:"php"},{text:"C",value:"c"},{text:"Python",value:"python"},{text:"Java",value:"java"},{text:"C++",value:"cpp"},{text:"C#",value:"csharp"},{text:"Visual Basic",value:"visual-basic"},{text:"SQL",value:"sql"},{text:"Ruby",value:"ruby"},{text:"Swift",value:"swift"},{text:"Bash",value:"bash"},{text:"Lua",value:"lua"},{text:"Groovy",value:"groovy"},{text:"Markdown",value:"markdown"},{text:"ABAP",value:"abap"}]}};Rp&&(Np.fn.attr=Rp);var sS={renderStyle:function(e,t){var r=e,n=t,o="";return rS.forEach(function(e){r[e]&&(o=e)}),o&&function(e,t){null==e.data&&(e.data={});var r=e.data;null==r.props&&(r.props={}),Object.assign(r.props,{className:t})}(n,o="token ".concat(o)),n},parseStyleHtml:function(e,t,r){var n=Np(e);if(!mh.Element.isElement(t))return t;if("code"!==cv.getNodeType(t))return t;var o=t,i=n.attr("class")||"";return 0===i.indexOf("language-")?o.language=i.split("-")[1]||"":o.language=i.toLowerCase(),o},menus:[uS],elemsToHtml:[iS]};Ay("en",{listModule:{unOrderedList:"Unordered list",orderedList:"Ordered list"}}),Ay("zh-CN",{listModule:{unOrderedList:"无序列表",orderedList:"有序列表"}});var lS=new WeakMap;function cS(e){var t,r=e.children||[],n=r.length;if(0===n)return"";for(var o=0;o<n&&!t;o+=1){var i=r[o];mh.Text.isText(i)&&(t=i)}return null==t?"":t.color||""}function dS(e,t,r){for(var n=t.type,o=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(t,["type"]),i=void 0!==r?r:o.level||0,a=cv.findPath(e,t),u=a;;){if(0===u.length||0===a[a.length-1])return null;u=mh.Path.previous(u);var s=mh.Editor.node(e,u);if(!s)return null;var l=Sh(s,1)[0],c=l.level,d=void 0===c?0:c;if(cv.getNodeType(l)!==n)return null;if(d===i)return l}}function fS(e,t,r){var n=dS(e,t,r);return!!n&&n.ordered===t.ordered}var hS=[];var pS={type:"list-item",elemToHtml:function(e,t){var r="",n="",o=e.ordered,i=void 0!==o&&o?"ol":"ul",a=function(e){var t=lS.get(e);if(null==t)return 0;var r=e,n=r.type,o=r.ordered,i=void 0!==o&&o,a=r.level,u=void 0===a?0:a,s=cv.findPath(t,e);if(0===s[0])return u+1;var l=mh.Path.previous(s),c=mh.Editor.node(t,l);if(!c)return 0;var d=Sh(c,1)[0];if(cv.getNodeType(d)!==n)return u+1;var f=d,h=f.ordered,p=void 0!==h&&h,g=f.level,v=void 0===g?0:g;return v<u?u-v:v>u?fS(t,e)?0:1:v===u?p===i?0:1:0}(e);if(a>0)for(var u=0;u<a;u+=1)r+="<".concat(i,">"),hS.push(i);var s=function(e){var t=lS.get(e);if(null==t)return 0;var r=e,n=r.type,o=r.ordered,i=void 0!==o&&o,a=r.level,u=void 0===a?0:a,s=cv.findPath(t,e);if(s[0]===t.children.length-1)return u+1;var l=mh.Path.next(s),c=mh.Editor.node(t,l);if(!c)return 0;var d=Sh(c,1)[0];if(cv.getNodeType(d)!==n)return u+1;var f=d,h=f.ordered,p=void 0!==h&&h,g=f.level,v=void 0===g?0:g;return v<u?fS(t,d)?u-v:u-v+1:v>u?0:v===u?p===i?0:1:0}(e);if(s>0)for(u=0;u<s;u+=1){var l=hS.pop();n+="</".concat(l,">")}var c=cS(e),d=c?' style="color:'.concat(c,'"'):"";return{html:"<li".concat(d,">").concat(t,"</li>"),prefix:r,suffix:n}}},gS=function(){function e(){this.type="list-item",this.tag="button"}return e.prototype.getListNode=function(e){var t=this.type;return cv.getSelectedNodeByType(e,t)},e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){var t=this.getListNode(e);if(null==t)return!1;var r=t.ordered;return(void 0!==r&&r)===this.ordered},e.prototype.isDisabled=function(e){return null==e.selection||!!cv.getSelectedElems(e).some(function(t){if(mh.Editor.isVoid(e,t)&&mh.Editor.isBlock(e,t))return!0;var r=t.type;return!!["pre","code","table"].includes(r)})},e.prototype.exec=function(e,t){this.isActive(e)?mh.Transforms.setNodes(e,{type:"paragraph",ordered:void 0,level:void 0}):mh.Transforms.setNodes(e,{type:"list-item",ordered:this.ordered,indent:void 0})},e}(),vS=function(e){function t(){var t=e.apply(this,kh([],Sh(arguments),!1))||this;return t.ordered=!1,t.title=By("listModule.unOrderedList"),t.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M384 64h640v128H384V64z m0 384h640v128H384v-128z m0 384h640v128H384v-128zM0 128a128 128 0 1 1 256 0 128 128 0 0 1-256 0z m0 384a128 128 0 1 1 256 0 128 128 0 0 1-256 0z m0 384a128 128 0 1 1 256 0 128 128 0 0 1-256 0z"></path></svg>',t}return Eh(t,e),t}(gS),mS=function(e){function t(){var t=e.apply(this,kh([],Sh(arguments),!1))||this;return t.ordered=!0,t.title=By("listModule.orderedList"),t.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M384 832h640v128H384z m0-384h640v128H384z m0-384h640v128H384zM192 0v256H128V64H64V0zM128 526.016v50.016h128v64H64v-146.016l128-60V384H64v-64h192v146.016zM256 704v320H64v-64h128v-64H64v-64h128v-64H64v-64z"></path></svg>',t}return Eh(t,e),t}(gS),yS={key:"bulletedList",factory:function(){return new vS}},bS={key:"numberedList",factory:function(){return new mS}};function DS(e){return e.length?e[0].tagName.toLowerCase():""}eg&&(Np.fn.append=eg),Rp&&(Np.fn.attr=Rp),rg&&(Np.fn.parent=rg);var CS={selector:"li:not([data-w-e-type])",parseElemHtml:function(e,t,r){var n=Np(e);0===(t=t.filter(function(e){return!!mh.Text.isText(e)||!!r.isInline(e)})).length&&(t=[{text:n.text().replace(/\s+/gm," ")}]);var o=function(e){return"ol"===DS(e.parent())}(n),i=function(e){for(var t=0,r=e.parent(),n=DS(r);"ul"===n||"ol"===n;)n=DS(r=r.parent()),t+=1;return t-1}(n);return{type:"list-item",ordered:o,level:i,children:t}}};var ES={selector:"ul:not([data-w-e-type]),ol:not([data-w-e-type])",parseElemHtml:function(e,t,r){return t.flat(1/0)}};function wS(e){return mh.Editor.nodes(e,{at:e.selection||void 0,match:function(t){return 1===cv.findPath(e,t).length}})}var AS={type:"list-item",renderElem:function(e,t,r){lS.set(e,r);var n=e,o=n.level,i=void 0===o?0:o,a=n.ordered,u=void 0!==a&&a,s={margin:"5px 0 5px ".concat(20*i,"px"),display:"flex",alignItems:"flex-start"},l="";if(u){var c=function(e,t){var r=t,n=r.type,o=r.level,i=void 0===o?0:o,a=r.ordered,u=void 0!==a&&a,s=1,l=t,c=cv.findPath(e,l);if(0===c[0])return 1;for(;c[0]>0;){var d=mh.Path.previous(c),f=mh.Editor.node(e,d);if(null==f)break;var h=f[0],p=h.level,g=void 0===p?0:p,v=h.type,m=h.ordered;if(v!==n)break;if(g<i)break;if(g===i){if(m!==u)break;s+=1}l=h,c=d}return s}(r,e);l="".concat(c,".")}else l=function(e){void 0===e&&(e=0);var t="";switch(e){case 0:t="•";break;case 1:t="◦";break;default:t="▪"}return t}(i);return nD("div",{style:s},nD("span",{contentEditable:!1,style:{marginRight:"0.5em",color:cS(e)},"data-w-e-reserve":!0},l),nD("span",{style:{flex:"1",wordBreak:"break-word"}},t))}},xS={renderElems:[AS],editorPlugin:function(e){var t=e.deleteBackward,r=e.handleTab,n=e.normalizeNode,o=e.insertBreak,i=e;return i.insertBreak=function(){var t=Sh(mh.Editor.nodes(e,{match:function(e){return cv.checkNodeType(e,"list-item")},universal:!0}),1),r=t[0];return r?""!==r[0].children[0].text?o():void mh.Transforms.setNodes(i,{type:"paragraph",ordered:void 0,level:void 0}):o()},i.deleteBackward=function(r){var n=i.selection;if(null!=n)if(mh.Range.isExpanded(n))t(r);else{var o=cv.getSelectedNodeByType(i,"list-item");if(null!=o)if(0!==n.focus.offset)t(r);else{var a=o,u=a.level,s=void 0===u?0:u,l=a.ordered,c=void 0!==l&&l;if(s>0){var d=dS(e,o,s-1);d&&d.ordered!==c?mh.Transforms.setNodes(i,{level:s-1,ordered:!c}):mh.Transforms.setNodes(i,{level:s-1})}else mh.Transforms.setNodes(i,{type:"paragraph",ordered:void 0,level:void 0})}else t(r)}else t(r)},i.handleTab=function(){var e,t,n,o,a=i.selection;if(null!=a){if(mh.Range.isCollapsed(a)){var u=cv.getSelectedNodeByType(i,"list-item");if(null==u)return void r();if(0===a.focus.offset){var s=u.level,l=void 0===s?0:s;return void mh.Transforms.setNodes(i,{level:l+1})}}if(mh.Range.isExpanded(a)){var c=0,d=!1;try{for(var f=Bh(wS(i)),h=f.next();!h.done;h=f.next()){var p=Sh(h.value,1)[0];"list-item"===cv.getNodeType(p)?c+=1:d=!0}}catch(t){e={error:t}}finally{try{h&&!h.done&&(t=f.return)&&t.call(f)}finally{if(e)throw e.error}}if(d||c<=1)return void r();try{for(var g=Bh(wS(i)),v=g.next();!v.done;v=g.next()){var m=Sh(v.value,2),y=(p=m[0],m[1]),b=p.level;l=void 0===b?0:b;mh.Transforms.setNodes(i,{level:l+1},{at:y})}}catch(e){n={error:e}}finally{try{v&&!v.done&&(o=g.return)&&o.call(g)}finally{if(n)throw n.error}}}else r()}else r()},i.normalizeNode=function(e){var t=Sh(e,2),r=t[0],o=t[1],a=cv.getNodeType(r);return"bulleted-list"!==a&&"numbered-list"!==a||mh.Transforms.unwrapNodes(i,{at:o}),n([r,o])},i},menus:[yS,bS],elemsToHtml:[pS],parseElemsHtml:[ES,CS]};class BS{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 BS(e.loc.lexer,e.loc.start,t.loc.end):null:e&&e.loc}}class SS{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 SS(t,BS.range(this,e))}}class kS{constructor(e,t){this.name=void 0,this.position=void 0,this.length=void 0,this.rawMessage=void 0;var r,n,o="KaTeX parse error: "+e,i=t&&t.loc;if(i&&i.start<=i.end){var a=i.lexer.input;r=i.start,n=i.end,r===a.length?o+=" at end of input: ":o+=" at position "+(r+1)+": ";var u=a.slice(r,n).replace(/[^]/g,"$&̲");o+=(r>15?"…"+a.slice(r-15,r):a.slice(0,r))+u+(n+15<a.length?a.slice(n,n+15)+"…":a.slice(n))}var s=new Error(o);return s.name="ParseError",s.__proto__=kS.prototype,s.position=r,null!=r&&null!=n&&(s.length=n-r),s.rawMessage=e,s}}kS.prototype.__proto__=Error.prototype;var FS=/([A-Z])/g,TS={"&":"&amp;",">":"&gt;","<":"&lt;",'"':"&quot;","'":"&#x27;"},OS=/[&><"']/g;var NS=function e(t){return"ordgroup"===t.type||"color"===t.type?1===t.body.length?e(t.body[0]):t:"font"===t.type?e(t.body):t},PS={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(OS,e=>TS[e])},hyphenate:function(e){return e.replace(FS,"-$1").toLowerCase()},getBaseElem:NS,isCharacterBox:function(e){var t=NS(e);return"mathord"===t.type||"textord"===t.type||"atom"===t.type},protocolFromUrl:function(e){var 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"}},MS={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 IS(e){if(e.default)return e.default;var 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 RS{constructor(e){for(var t in 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||{},MS)if(MS.hasOwnProperty(t)){var r=MS[t];this[t]=void 0!==e[t]?r.processor?r.processor(e[t]):e[t]:IS(r)}}reportNonstrict(e,t,r){var n=this.strict;if("function"==typeof n&&(n=n(e,t,r)),n&&"ignore"!==n){if(!0===n||"error"===n)throw new kS("LaTeX-incompatible input and strict mode is set to 'error': "+t+" ["+e+"]",r);"warn"===n?"undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+t+" ["+e+"]"):"undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to unrecognized '"+n+"': "+t+" ["+e+"]")}}useStrictBehavior(e,t,r){var 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){var t=PS.protocolFromUrl(e.url);if(null==t)return!1;e.protocol=t}var r="function"==typeof this.trust?this.trust(e):this.trust;return Boolean(r)}}class LS{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 _S[zS[this.id]]}sub(){return _S[jS[this.id]]}fracNum(){return _S[HS[this.id]]}fracDen(){return _S[$S[this.id]]}cramp(){return _S[VS[this.id]]}text(){return _S[US[this.id]]}isTight(){return this.size>=2}}var _S=[new LS(0,0,!1),new LS(1,0,!0),new LS(2,1,!1),new LS(3,1,!0),new LS(4,2,!1),new LS(5,2,!0),new LS(6,3,!1),new LS(7,3,!0)],zS=[4,5,4,5,6,7,6,7],jS=[5,5,5,5,7,7,7,7],HS=[2,3,4,5,6,7,6,7],$S=[3,3,5,5,7,7,7,7],VS=[1,1,3,3,5,5,7,7],US=[0,1,2,3,2,3,2,3],qS={DISPLAY:_S[0],TEXT:_S[2],SCRIPT:_S[4],SCRIPTSCRIPT:_S[6]},WS=[{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]]}];var GS=[];function YS(e){for(var t=0;t<GS.length;t+=2)if(e>=GS[t]&&e<=GS[t+1])return!0;return!1}WS.forEach(e=>e.blocks.forEach(e=>GS.push(...e)));var KS=80,XS={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 ZS{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 PS.contains(this.classes,e)}toNode(){for(var e=document.createDocumentFragment(),t=0;t<this.children.length;t++)e.appendChild(this.children[t].toNode());return e}toMarkup(){for(var e="",t=0;t<this.children.length;t++)e+=this.children[t].toMarkup();return e}toText(){return this.children.map(e=>e.toText()).join("")}}var JS={"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]}},QS={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]},ek={"Å":"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 tk(e,t,r){if(!JS[t])throw new Error("Font metrics not found for font: "+t+".");var n=e.charCodeAt(0),o=JS[t][n];if(!o&&e[0]in ek&&(n=ek[e[0]].charCodeAt(0),o=JS[t][n]),o||"text"!==r||YS(n)&&(o=JS[t][77]),o)return{depth:o[0],height:o[1],italic:o[2],skew:o[3],width:o[4]}}var rk={};var nk=[[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]],ok=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],ik=function(e,t){return t.size<2?e:nk[e-1][t.size-1]};class ak{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||ak.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=ok[this.size-1],this.maxSize=e.maxSize,this.minRuleThickness=e.minRuleThickness,this._fontMetrics=void 0}extend(e){var t={style:this.style,size:this.size,textSize:this.textSize,color:this.color,phantom:this.phantom,font:this.font,fontFamily:this.fontFamily,fontWeight:this.fontWeight,fontShape:this.fontShape,maxSize:this.maxSize,minRuleThickness:this.minRuleThickness};for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);return new ak(t)}havingStyle(e){return this.style===e?this:this.extend({style:e,size:ik(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:ok[e-1]})}havingBaseStyle(e){e=e||this.style.text();var t=ik(ak.BASESIZE,e);return this.size===t&&this.textSize===ak.BASESIZE&&this.style===e?this:this.extend({style:e,size:t})}havingBaseSizing(){var 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!==ak.BASESIZE?["sizing","reset-size"+this.size,"size"+ak.BASESIZE]:[]}fontMetrics(){return this._fontMetrics||(this._fontMetrics=function(e){var t;if(!rk[t=e>=5?0:e>=3?1:2]){var r=rk[t]={cssEmPerMu:QS.quad[t]/18};for(var n in QS)QS.hasOwnProperty(n)&&(r[n]=QS[n][t])}return rk[t]}(this.size)),this._fontMetrics}getColor(){return this.phantom?"transparent":this.color}}ak.BASESIZE=6;var uk={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},sk={ex:!0,em:!0,mu:!0},lk=function(e){return"string"!=typeof e&&(e=e.unit),e in uk||e in sk||"ex"===e},ck=function(e,t){var r;if(e.unit in uk)r=uk[e.unit]/t.fontMetrics().ptPerEm/t.sizeMultiplier;else if("mu"===e.unit)r=t.fontMetrics().cssEmPerMu;else{var n;if(n=t.style.isTight()?t.havingStyle(t.style.text()):t,"ex"===e.unit)r=n.fontMetrics().xHeight;else{if("em"!==e.unit)throw new kS("Invalid unit: '"+e.unit+"'");r=n.fontMetrics().quad}n!==t&&(r*=n.sizeMultiplier/t.sizeMultiplier)}return Math.min(e.number*r,t.maxSize)},dk=function(e){return+e.toFixed(4)+"em"},fk=function(e){return e.filter(e=>e).join(" ")},hk=function(e,t,r){if(this.classes=e||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=r||{},t){t.style.isTight()&&this.classes.push("mtight");var n=t.getColor();n&&(this.style.color=n)}},pk=function(e){var t=document.createElement(e);for(var r in t.className=fk(this.classes),this.style)this.style.hasOwnProperty(r)&&(t.style[r]=this.style[r]);for(var n in this.attributes)this.attributes.hasOwnProperty(n)&&t.setAttribute(n,this.attributes[n]);for(var o=0;o<this.children.length;o++)t.appendChild(this.children[o].toNode());return t},gk=/[\s"'>/=\x00-\x1f]/,vk=function(e){var t="<"+e;this.classes.length&&(t+=' class="'+PS.escape(fk(this.classes))+'"');var r="";for(var n in this.style)this.style.hasOwnProperty(n)&&(r+=PS.hyphenate(n)+":"+this.style[n]+";");for(var o in r&&(t+=' style="'+PS.escape(r)+'"'),this.attributes)if(this.attributes.hasOwnProperty(o)){if(gk.test(o))throw new kS("Invalid attribute name '"+o+"'");t+=" "+o+'="'+PS.escape(this.attributes[o])+'"'}t+=">";for(var i=0;i<this.children.length;i++)t+=this.children[i].toMarkup();return t+="</"+e+">"};class mk{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,hk.call(this,e,r,n),this.children=t||[]}setAttribute(e,t){this.attributes[e]=t}hasClass(e){return PS.contains(this.classes,e)}toNode(){return pk.call(this,"span")}toMarkup(){return vk.call(this,"span")}}class yk{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,hk.call(this,t,n),this.children=r||[],this.setAttribute("href",e)}setAttribute(e,t){this.attributes[e]=t}hasClass(e){return PS.contains(this.classes,e)}toNode(){return pk.call(this,"a")}toMarkup(){return vk.call(this,"a")}}class bk{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 PS.contains(this.classes,e)}toNode(){var e=document.createElement("img");for(var t in e.src=this.src,e.alt=this.alt,e.className="mord",this.style)this.style.hasOwnProperty(t)&&(e.style[t]=this.style[t]);return e}toMarkup(){var e='<img src="'+PS.escape(this.src)+'" alt="'+PS.escape(this.alt)+'"',t="";for(var r in this.style)this.style.hasOwnProperty(r)&&(t+=PS.hyphenate(r)+":"+this.style[r]+";");return t&&(e+=' style="'+PS.escape(t)+'"'),e+="'/>"}}var Dk={"î":"ı̂","ï":"ı̈","í":"ı́","ì":"ı̀"};class Ck{constructor(e,t,r,n,o,i,a,u){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=i||0,this.classes=a||[],this.style=u||{},this.maxFontSize=0;var s=function(e){for(var t=0;t<WS.length;t++)for(var r=WS[t],n=0;n<r.blocks.length;n++){var o=r.blocks[n];if(e>=o[0]&&e<=o[1])return r.name}return null}(this.text.charCodeAt(0));s&&this.classes.push(s+"_fallback"),/[îïíì]/.test(this.text)&&(this.text=Dk[this.text])}hasClass(e){return PS.contains(this.classes,e)}toNode(){var e=document.createTextNode(this.text),t=null;for(var r in this.italic>0&&((t=document.createElement("span")).style.marginRight=dk(this.italic)),this.classes.length>0&&((t=t||document.createElement("span")).className=fk(this.classes)),this.style)this.style.hasOwnProperty(r)&&((t=t||document.createElement("span")).style[r]=this.style[r]);return t?(t.appendChild(e),t):e}toMarkup(){var e=!1,t="<span";this.classes.length&&(e=!0,t+=' class="',t+=PS.escape(fk(this.classes)),t+='"');var r="";for(var n in this.italic>0&&(r+="margin-right:"+this.italic+"em;"),this.style)this.style.hasOwnProperty(n)&&(r+=PS.hyphenate(n)+":"+this.style[n]+";");r&&(e=!0,t+=' style="'+PS.escape(r)+'"');var o=PS.escape(this.text);return e?(t+=">",t+=o,t+="</span>"):o}}class Ek{constructor(e,t){this.children=void 0,this.attributes=void 0,this.children=e||[],this.attributes=t||{}}toNode(){var e=document.createElementNS("http://www.w3.org/2000/svg","svg");for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);for(var r=0;r<this.children.length;r++)e.appendChild(this.children[r].toNode());return e}toMarkup(){var e='<svg xmlns="http://www.w3.org/2000/svg"';for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+'="'+PS.escape(this.attributes[t])+'"');e+=">";for(var r=0;r<this.children.length;r++)e+=this.children[r].toMarkup();return e+="</svg>"}}class wk{constructor(e,t){this.pathName=void 0,this.alternate=void 0,this.pathName=e,this.alternate=t}toNode(){var e=document.createElementNS("http://www.w3.org/2000/svg","path");return this.alternate?e.setAttribute("d",this.alternate):e.setAttribute("d",XS[this.pathName]),e}toMarkup(){return this.alternate?'<path d="'+PS.escape(this.alternate)+'"/>':'<path d="'+PS.escape(XS[this.pathName])+'"/>'}}class Ak{constructor(e){this.attributes=void 0,this.attributes=e||{}}toNode(){var e=document.createElementNS("http://www.w3.org/2000/svg","line");for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);return e}toMarkup(){var e="<line";for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+'="'+PS.escape(this.attributes[t])+'"');return e+="/>"}}function xk(e){if(e instanceof Ck)return e;throw new Error("Expected symbolNode but got "+String(e)+".")}var Bk={bin:1,close:1,inner:1,open:1,punct:1,rel:1},Sk={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1},kk={math:{},text:{}};function Fk(e,t,r,n,o,i){kk[e][o]={font:t,group:r,replace:n},i&&n&&(kk[e][n]=kk[e][o])}var Tk="math",Ok="text",Nk="main",Pk="ams",Mk="accent-token",Ik="bin",Rk="close",Lk="inner",_k="mathord",zk="op-token",jk="open",Hk="punct",$k="rel",Vk="spacing",Uk="textord";Fk(Tk,Nk,$k,"≡","\\equiv",!0),Fk(Tk,Nk,$k,"≺","\\prec",!0),Fk(Tk,Nk,$k,"≻","\\succ",!0),Fk(Tk,Nk,$k,"∼","\\sim",!0),Fk(Tk,Nk,$k,"⊥","\\perp"),Fk(Tk,Nk,$k,"⪯","\\preceq",!0),Fk(Tk,Nk,$k,"⪰","\\succeq",!0),Fk(Tk,Nk,$k,"≃","\\simeq",!0),Fk(Tk,Nk,$k,"∣","\\mid",!0),Fk(Tk,Nk,$k,"≪","\\ll",!0),Fk(Tk,Nk,$k,"≫","\\gg",!0),Fk(Tk,Nk,$k,"≍","\\asymp",!0),Fk(Tk,Nk,$k,"∥","\\parallel"),Fk(Tk,Nk,$k,"⋈","\\bowtie",!0),Fk(Tk,Nk,$k,"⌣","\\smile",!0),Fk(Tk,Nk,$k,"⊑","\\sqsubseteq",!0),Fk(Tk,Nk,$k,"⊒","\\sqsupseteq",!0),Fk(Tk,Nk,$k,"≐","\\doteq",!0),Fk(Tk,Nk,$k,"⌢","\\frown",!0),Fk(Tk,Nk,$k,"∋","\\ni",!0),Fk(Tk,Nk,$k,"∝","\\propto",!0),Fk(Tk,Nk,$k,"⊢","\\vdash",!0),Fk(Tk,Nk,$k,"⊣","\\dashv",!0),Fk(Tk,Nk,$k,"∋","\\owns"),Fk(Tk,Nk,Hk,".","\\ldotp"),Fk(Tk,Nk,Hk,"⋅","\\cdotp"),Fk(Tk,Nk,Uk,"#","\\#"),Fk(Ok,Nk,Uk,"#","\\#"),Fk(Tk,Nk,Uk,"&","\\&"),Fk(Ok,Nk,Uk,"&","\\&"),Fk(Tk,Nk,Uk,"ℵ","\\aleph",!0),Fk(Tk,Nk,Uk,"∀","\\forall",!0),Fk(Tk,Nk,Uk,"ℏ","\\hbar",!0),Fk(Tk,Nk,Uk,"∃","\\exists",!0),Fk(Tk,Nk,Uk,"∇","\\nabla",!0),Fk(Tk,Nk,Uk,"♭","\\flat",!0),Fk(Tk,Nk,Uk,"ℓ","\\ell",!0),Fk(Tk,Nk,Uk,"♮","\\natural",!0),Fk(Tk,Nk,Uk,"♣","\\clubsuit",!0),Fk(Tk,Nk,Uk,"℘","\\wp",!0),Fk(Tk,Nk,Uk,"♯","\\sharp",!0),Fk(Tk,Nk,Uk,"♢","\\diamondsuit",!0),Fk(Tk,Nk,Uk,"ℜ","\\Re",!0),Fk(Tk,Nk,Uk,"♡","\\heartsuit",!0),Fk(Tk,Nk,Uk,"ℑ","\\Im",!0),Fk(Tk,Nk,Uk,"♠","\\spadesuit",!0),Fk(Tk,Nk,Uk,"§","\\S",!0),Fk(Ok,Nk,Uk,"§","\\S"),Fk(Tk,Nk,Uk,"¶","\\P",!0),Fk(Ok,Nk,Uk,"¶","\\P"),Fk(Tk,Nk,Uk,"†","\\dag"),Fk(Ok,Nk,Uk,"†","\\dag"),Fk(Ok,Nk,Uk,"†","\\textdagger"),Fk(Tk,Nk,Uk,"‡","\\ddag"),Fk(Ok,Nk,Uk,"‡","\\ddag"),Fk(Ok,Nk,Uk,"‡","\\textdaggerdbl"),Fk(Tk,Nk,Rk,"⎱","\\rmoustache",!0),Fk(Tk,Nk,jk,"⎰","\\lmoustache",!0),Fk(Tk,Nk,Rk,"⟯","\\rgroup",!0),Fk(Tk,Nk,jk,"⟮","\\lgroup",!0),Fk(Tk,Nk,Ik,"∓","\\mp",!0),Fk(Tk,Nk,Ik,"⊖","\\ominus",!0),Fk(Tk,Nk,Ik,"⊎","\\uplus",!0),Fk(Tk,Nk,Ik,"⊓","\\sqcap",!0),Fk(Tk,Nk,Ik,"∗","\\ast"),Fk(Tk,Nk,Ik,"⊔","\\sqcup",!0),Fk(Tk,Nk,Ik,"◯","\\bigcirc",!0),Fk(Tk,Nk,Ik,"∙","\\bullet",!0),Fk(Tk,Nk,Ik,"‡","\\ddagger"),Fk(Tk,Nk,Ik,"≀","\\wr",!0),Fk(Tk,Nk,Ik,"⨿","\\amalg"),Fk(Tk,Nk,Ik,"&","\\And"),Fk(Tk,Nk,$k,"⟵","\\longleftarrow",!0),Fk(Tk,Nk,$k,"⇐","\\Leftarrow",!0),Fk(Tk,Nk,$k,"⟸","\\Longleftarrow",!0),Fk(Tk,Nk,$k,"⟶","\\longrightarrow",!0),Fk(Tk,Nk,$k,"⇒","\\Rightarrow",!0),Fk(Tk,Nk,$k,"⟹","\\Longrightarrow",!0),Fk(Tk,Nk,$k,"↔","\\leftrightarrow",!0),Fk(Tk,Nk,$k,"⟷","\\longleftrightarrow",!0),Fk(Tk,Nk,$k,"⇔","\\Leftrightarrow",!0),Fk(Tk,Nk,$k,"⟺","\\Longleftrightarrow",!0),Fk(Tk,Nk,$k,"↦","\\mapsto",!0),Fk(Tk,Nk,$k,"⟼","\\longmapsto",!0),Fk(Tk,Nk,$k,"↗","\\nearrow",!0),Fk(Tk,Nk,$k,"↩","\\hookleftarrow",!0),Fk(Tk,Nk,$k,"↪","\\hookrightarrow",!0),Fk(Tk,Nk,$k,"↘","\\searrow",!0),Fk(Tk,Nk,$k,"↼","\\leftharpoonup",!0),Fk(Tk,Nk,$k,"⇀","\\rightharpoonup",!0),Fk(Tk,Nk,$k,"↙","\\swarrow",!0),Fk(Tk,Nk,$k,"↽","\\leftharpoondown",!0),Fk(Tk,Nk,$k,"⇁","\\rightharpoondown",!0),Fk(Tk,Nk,$k,"↖","\\nwarrow",!0),Fk(Tk,Nk,$k,"⇌","\\rightleftharpoons",!0),Fk(Tk,Pk,$k,"≮","\\nless",!0),Fk(Tk,Pk,$k,"","\\@nleqslant"),Fk(Tk,Pk,$k,"","\\@nleqq"),Fk(Tk,Pk,$k,"⪇","\\lneq",!0),Fk(Tk,Pk,$k,"≨","\\lneqq",!0),Fk(Tk,Pk,$k,"","\\@lvertneqq"),Fk(Tk,Pk,$k,"⋦","\\lnsim",!0),Fk(Tk,Pk,$k,"⪉","\\lnapprox",!0),Fk(Tk,Pk,$k,"⊀","\\nprec",!0),Fk(Tk,Pk,$k,"⋠","\\npreceq",!0),Fk(Tk,Pk,$k,"⋨","\\precnsim",!0),Fk(Tk,Pk,$k,"⪹","\\precnapprox",!0),Fk(Tk,Pk,$k,"≁","\\nsim",!0),Fk(Tk,Pk,$k,"","\\@nshortmid"),Fk(Tk,Pk,$k,"∤","\\nmid",!0),Fk(Tk,Pk,$k,"⊬","\\nvdash",!0),Fk(Tk,Pk,$k,"⊭","\\nvDash",!0),Fk(Tk,Pk,$k,"⋪","\\ntriangleleft"),Fk(Tk,Pk,$k,"⋬","\\ntrianglelefteq",!0),Fk(Tk,Pk,$k,"⊊","\\subsetneq",!0),Fk(Tk,Pk,$k,"","\\@varsubsetneq"),Fk(Tk,Pk,$k,"⫋","\\subsetneqq",!0),Fk(Tk,Pk,$k,"","\\@varsubsetneqq"),Fk(Tk,Pk,$k,"≯","\\ngtr",!0),Fk(Tk,Pk,$k,"","\\@ngeqslant"),Fk(Tk,Pk,$k,"","\\@ngeqq"),Fk(Tk,Pk,$k,"⪈","\\gneq",!0),Fk(Tk,Pk,$k,"≩","\\gneqq",!0),Fk(Tk,Pk,$k,"","\\@gvertneqq"),Fk(Tk,Pk,$k,"⋧","\\gnsim",!0),Fk(Tk,Pk,$k,"⪊","\\gnapprox",!0),Fk(Tk,Pk,$k,"⊁","\\nsucc",!0),Fk(Tk,Pk,$k,"⋡","\\nsucceq",!0),Fk(Tk,Pk,$k,"⋩","\\succnsim",!0),Fk(Tk,Pk,$k,"⪺","\\succnapprox",!0),Fk(Tk,Pk,$k,"≆","\\ncong",!0),Fk(Tk,Pk,$k,"","\\@nshortparallel"),Fk(Tk,Pk,$k,"∦","\\nparallel",!0),Fk(Tk,Pk,$k,"⊯","\\nVDash",!0),Fk(Tk,Pk,$k,"⋫","\\ntriangleright"),Fk(Tk,Pk,$k,"⋭","\\ntrianglerighteq",!0),Fk(Tk,Pk,$k,"","\\@nsupseteqq"),Fk(Tk,Pk,$k,"⊋","\\supsetneq",!0),Fk(Tk,Pk,$k,"","\\@varsupsetneq"),Fk(Tk,Pk,$k,"⫌","\\supsetneqq",!0),Fk(Tk,Pk,$k,"","\\@varsupsetneqq"),Fk(Tk,Pk,$k,"⊮","\\nVdash",!0),Fk(Tk,Pk,$k,"⪵","\\precneqq",!0),Fk(Tk,Pk,$k,"⪶","\\succneqq",!0),Fk(Tk,Pk,$k,"","\\@nsubseteqq"),Fk(Tk,Pk,Ik,"⊴","\\unlhd"),Fk(Tk,Pk,Ik,"⊵","\\unrhd"),Fk(Tk,Pk,$k,"↚","\\nleftarrow",!0),Fk(Tk,Pk,$k,"↛","\\nrightarrow",!0),Fk(Tk,Pk,$k,"⇍","\\nLeftarrow",!0),Fk(Tk,Pk,$k,"⇏","\\nRightarrow",!0),Fk(Tk,Pk,$k,"↮","\\nleftrightarrow",!0),Fk(Tk,Pk,$k,"⇎","\\nLeftrightarrow",!0),Fk(Tk,Pk,$k,"△","\\vartriangle"),Fk(Tk,Pk,Uk,"ℏ","\\hslash"),Fk(Tk,Pk,Uk,"▽","\\triangledown"),Fk(Tk,Pk,Uk,"◊","\\lozenge"),Fk(Tk,Pk,Uk,"Ⓢ","\\circledS"),Fk(Tk,Pk,Uk,"®","\\circledR"),Fk(Ok,Pk,Uk,"®","\\circledR"),Fk(Tk,Pk,Uk,"∡","\\measuredangle",!0),Fk(Tk,Pk,Uk,"∄","\\nexists"),Fk(Tk,Pk,Uk,"℧","\\mho"),Fk(Tk,Pk,Uk,"Ⅎ","\\Finv",!0),Fk(Tk,Pk,Uk,"⅁","\\Game",!0),Fk(Tk,Pk,Uk,"‵","\\backprime"),Fk(Tk,Pk,Uk,"▲","\\blacktriangle"),Fk(Tk,Pk,Uk,"▼","\\blacktriangledown"),Fk(Tk,Pk,Uk,"■","\\blacksquare"),Fk(Tk,Pk,Uk,"⧫","\\blacklozenge"),Fk(Tk,Pk,Uk,"★","\\bigstar"),Fk(Tk,Pk,Uk,"∢","\\sphericalangle",!0),Fk(Tk,Pk,Uk,"∁","\\complement",!0),Fk(Tk,Pk,Uk,"ð","\\eth",!0),Fk(Ok,Nk,Uk,"ð","ð"),Fk(Tk,Pk,Uk,"╱","\\diagup"),Fk(Tk,Pk,Uk,"╲","\\diagdown"),Fk(Tk,Pk,Uk,"□","\\square"),Fk(Tk,Pk,Uk,"□","\\Box"),Fk(Tk,Pk,Uk,"◊","\\Diamond"),Fk(Tk,Pk,Uk,"¥","\\yen",!0),Fk(Ok,Pk,Uk,"¥","\\yen",!0),Fk(Tk,Pk,Uk,"✓","\\checkmark",!0),Fk(Ok,Pk,Uk,"✓","\\checkmark"),Fk(Tk,Pk,Uk,"ℶ","\\beth",!0),Fk(Tk,Pk,Uk,"ℸ","\\daleth",!0),Fk(Tk,Pk,Uk,"ℷ","\\gimel",!0),Fk(Tk,Pk,Uk,"ϝ","\\digamma",!0),Fk(Tk,Pk,Uk,"ϰ","\\varkappa"),Fk(Tk,Pk,jk,"┌","\\@ulcorner",!0),Fk(Tk,Pk,Rk,"┐","\\@urcorner",!0),Fk(Tk,Pk,jk,"└","\\@llcorner",!0),Fk(Tk,Pk,Rk,"┘","\\@lrcorner",!0),Fk(Tk,Pk,$k,"≦","\\leqq",!0),Fk(Tk,Pk,$k,"⩽","\\leqslant",!0),Fk(Tk,Pk,$k,"⪕","\\eqslantless",!0),Fk(Tk,Pk,$k,"≲","\\lesssim",!0),Fk(Tk,Pk,$k,"⪅","\\lessapprox",!0),Fk(Tk,Pk,$k,"≊","\\approxeq",!0),Fk(Tk,Pk,Ik,"⋖","\\lessdot"),Fk(Tk,Pk,$k,"⋘","\\lll",!0),Fk(Tk,Pk,$k,"≶","\\lessgtr",!0),Fk(Tk,Pk,$k,"⋚","\\lesseqgtr",!0),Fk(Tk,Pk,$k,"⪋","\\lesseqqgtr",!0),Fk(Tk,Pk,$k,"≑","\\doteqdot"),Fk(Tk,Pk,$k,"≓","\\risingdotseq",!0),Fk(Tk,Pk,$k,"≒","\\fallingdotseq",!0),Fk(Tk,Pk,$k,"∽","\\backsim",!0),Fk(Tk,Pk,$k,"⋍","\\backsimeq",!0),Fk(Tk,Pk,$k,"⫅","\\subseteqq",!0),Fk(Tk,Pk,$k,"⋐","\\Subset",!0),Fk(Tk,Pk,$k,"⊏","\\sqsubset",!0),Fk(Tk,Pk,$k,"≼","\\preccurlyeq",!0),Fk(Tk,Pk,$k,"⋞","\\curlyeqprec",!0),Fk(Tk,Pk,$k,"≾","\\precsim",!0),Fk(Tk,Pk,$k,"⪷","\\precapprox",!0),Fk(Tk,Pk,$k,"⊲","\\vartriangleleft"),Fk(Tk,Pk,$k,"⊴","\\trianglelefteq"),Fk(Tk,Pk,$k,"⊨","\\vDash",!0),Fk(Tk,Pk,$k,"⊪","\\Vvdash",!0),Fk(Tk,Pk,$k,"⌣","\\smallsmile"),Fk(Tk,Pk,$k,"⌢","\\smallfrown"),Fk(Tk,Pk,$k,"≏","\\bumpeq",!0),Fk(Tk,Pk,$k,"≎","\\Bumpeq",!0),Fk(Tk,Pk,$k,"≧","\\geqq",!0),Fk(Tk,Pk,$k,"⩾","\\geqslant",!0),Fk(Tk,Pk,$k,"⪖","\\eqslantgtr",!0),Fk(Tk,Pk,$k,"≳","\\gtrsim",!0),Fk(Tk,Pk,$k,"⪆","\\gtrapprox",!0),Fk(Tk,Pk,Ik,"⋗","\\gtrdot"),Fk(Tk,Pk,$k,"⋙","\\ggg",!0),Fk(Tk,Pk,$k,"≷","\\gtrless",!0),Fk(Tk,Pk,$k,"⋛","\\gtreqless",!0),Fk(Tk,Pk,$k,"⪌","\\gtreqqless",!0),Fk(Tk,Pk,$k,"≖","\\eqcirc",!0),Fk(Tk,Pk,$k,"≗","\\circeq",!0),Fk(Tk,Pk,$k,"≜","\\triangleq",!0),Fk(Tk,Pk,$k,"∼","\\thicksim"),Fk(Tk,Pk,$k,"≈","\\thickapprox"),Fk(Tk,Pk,$k,"⫆","\\supseteqq",!0),Fk(Tk,Pk,$k,"⋑","\\Supset",!0),Fk(Tk,Pk,$k,"⊐","\\sqsupset",!0),Fk(Tk,Pk,$k,"≽","\\succcurlyeq",!0),Fk(Tk,Pk,$k,"⋟","\\curlyeqsucc",!0),Fk(Tk,Pk,$k,"≿","\\succsim",!0),Fk(Tk,Pk,$k,"⪸","\\succapprox",!0),Fk(Tk,Pk,$k,"⊳","\\vartriangleright"),Fk(Tk,Pk,$k,"⊵","\\trianglerighteq"),Fk(Tk,Pk,$k,"⊩","\\Vdash",!0),Fk(Tk,Pk,$k,"∣","\\shortmid"),Fk(Tk,Pk,$k,"∥","\\shortparallel"),Fk(Tk,Pk,$k,"≬","\\between",!0),Fk(Tk,Pk,$k,"⋔","\\pitchfork",!0),Fk(Tk,Pk,$k,"∝","\\varpropto"),Fk(Tk,Pk,$k,"◀","\\blacktriangleleft"),Fk(Tk,Pk,$k,"∴","\\therefore",!0),Fk(Tk,Pk,$k,"∍","\\backepsilon"),Fk(Tk,Pk,$k,"▶","\\blacktriangleright"),Fk(Tk,Pk,$k,"∵","\\because",!0),Fk(Tk,Pk,$k,"⋘","\\llless"),Fk(Tk,Pk,$k,"⋙","\\gggtr"),Fk(Tk,Pk,Ik,"⊲","\\lhd"),Fk(Tk,Pk,Ik,"⊳","\\rhd"),Fk(Tk,Pk,$k,"≂","\\eqsim",!0),Fk(Tk,Nk,$k,"⋈","\\Join"),Fk(Tk,Pk,$k,"≑","\\Doteq",!0),Fk(Tk,Pk,Ik,"∔","\\dotplus",!0),Fk(Tk,Pk,Ik,"∖","\\smallsetminus"),Fk(Tk,Pk,Ik,"⋒","\\Cap",!0),Fk(Tk,Pk,Ik,"⋓","\\Cup",!0),Fk(Tk,Pk,Ik,"⩞","\\doublebarwedge",!0),Fk(Tk,Pk,Ik,"⊟","\\boxminus",!0),Fk(Tk,Pk,Ik,"⊞","\\boxplus",!0),Fk(Tk,Pk,Ik,"⋇","\\divideontimes",!0),Fk(Tk,Pk,Ik,"⋉","\\ltimes",!0),Fk(Tk,Pk,Ik,"⋊","\\rtimes",!0),Fk(Tk,Pk,Ik,"⋋","\\leftthreetimes",!0),Fk(Tk,Pk,Ik,"⋌","\\rightthreetimes",!0),Fk(Tk,Pk,Ik,"⋏","\\curlywedge",!0),Fk(Tk,Pk,Ik,"⋎","\\curlyvee",!0),Fk(Tk,Pk,Ik,"⊝","\\circleddash",!0),Fk(Tk,Pk,Ik,"⊛","\\circledast",!0),Fk(Tk,Pk,Ik,"⋅","\\centerdot"),Fk(Tk,Pk,Ik,"⊺","\\intercal",!0),Fk(Tk,Pk,Ik,"⋒","\\doublecap"),Fk(Tk,Pk,Ik,"⋓","\\doublecup"),Fk(Tk,Pk,Ik,"⊠","\\boxtimes",!0),Fk(Tk,Pk,$k,"⇢","\\dashrightarrow",!0),Fk(Tk,Pk,$k,"⇠","\\dashleftarrow",!0),Fk(Tk,Pk,$k,"⇇","\\leftleftarrows",!0),Fk(Tk,Pk,$k,"⇆","\\leftrightarrows",!0),Fk(Tk,Pk,$k,"⇚","\\Lleftarrow",!0),Fk(Tk,Pk,$k,"↞","\\twoheadleftarrow",!0),Fk(Tk,Pk,$k,"↢","\\leftarrowtail",!0),Fk(Tk,Pk,$k,"↫","\\looparrowleft",!0),Fk(Tk,Pk,$k,"⇋","\\leftrightharpoons",!0),Fk(Tk,Pk,$k,"↶","\\curvearrowleft",!0),Fk(Tk,Pk,$k,"↺","\\circlearrowleft",!0),Fk(Tk,Pk,$k,"↰","\\Lsh",!0),Fk(Tk,Pk,$k,"⇈","\\upuparrows",!0),Fk(Tk,Pk,$k,"↿","\\upharpoonleft",!0),Fk(Tk,Pk,$k,"⇃","\\downharpoonleft",!0),Fk(Tk,Nk,$k,"⊶","\\origof",!0),Fk(Tk,Nk,$k,"⊷","\\imageof",!0),Fk(Tk,Pk,$k,"⊸","\\multimap",!0),Fk(Tk,Pk,$k,"↭","\\leftrightsquigarrow",!0),Fk(Tk,Pk,$k,"⇉","\\rightrightarrows",!0),Fk(Tk,Pk,$k,"⇄","\\rightleftarrows",!0),Fk(Tk,Pk,$k,"↠","\\twoheadrightarrow",!0),Fk(Tk,Pk,$k,"↣","\\rightarrowtail",!0),Fk(Tk,Pk,$k,"↬","\\looparrowright",!0),Fk(Tk,Pk,$k,"↷","\\curvearrowright",!0),Fk(Tk,Pk,$k,"↻","\\circlearrowright",!0),Fk(Tk,Pk,$k,"↱","\\Rsh",!0),Fk(Tk,Pk,$k,"⇊","\\downdownarrows",!0),Fk(Tk,Pk,$k,"↾","\\upharpoonright",!0),Fk(Tk,Pk,$k,"⇂","\\downharpoonright",!0),Fk(Tk,Pk,$k,"⇝","\\rightsquigarrow",!0),Fk(Tk,Pk,$k,"⇝","\\leadsto"),Fk(Tk,Pk,$k,"⇛","\\Rrightarrow",!0),Fk(Tk,Pk,$k,"↾","\\restriction"),Fk(Tk,Nk,Uk,"‘","`"),Fk(Tk,Nk,Uk,"$","\\$"),Fk(Ok,Nk,Uk,"$","\\$"),Fk(Ok,Nk,Uk,"$","\\textdollar"),Fk(Tk,Nk,Uk,"%","\\%"),Fk(Ok,Nk,Uk,"%","\\%"),Fk(Tk,Nk,Uk,"_","\\_"),Fk(Ok,Nk,Uk,"_","\\_"),Fk(Ok,Nk,Uk,"_","\\textunderscore"),Fk(Tk,Nk,Uk,"∠","\\angle",!0),Fk(Tk,Nk,Uk,"∞","\\infty",!0),Fk(Tk,Nk,Uk,"′","\\prime"),Fk(Tk,Nk,Uk,"△","\\triangle"),Fk(Tk,Nk,Uk,"Γ","\\Gamma",!0),Fk(Tk,Nk,Uk,"Δ","\\Delta",!0),Fk(Tk,Nk,Uk,"Θ","\\Theta",!0),Fk(Tk,Nk,Uk,"Λ","\\Lambda",!0),Fk(Tk,Nk,Uk,"Ξ","\\Xi",!0),Fk(Tk,Nk,Uk,"Π","\\Pi",!0),Fk(Tk,Nk,Uk,"Σ","\\Sigma",!0),Fk(Tk,Nk,Uk,"Υ","\\Upsilon",!0),Fk(Tk,Nk,Uk,"Φ","\\Phi",!0),Fk(Tk,Nk,Uk,"Ψ","\\Psi",!0),Fk(Tk,Nk,Uk,"Ω","\\Omega",!0),Fk(Tk,Nk,Uk,"A","Α"),Fk(Tk,Nk,Uk,"B","Β"),Fk(Tk,Nk,Uk,"E","Ε"),Fk(Tk,Nk,Uk,"Z","Ζ"),Fk(Tk,Nk,Uk,"H","Η"),Fk(Tk,Nk,Uk,"I","Ι"),Fk(Tk,Nk,Uk,"K","Κ"),Fk(Tk,Nk,Uk,"M","Μ"),Fk(Tk,Nk,Uk,"N","Ν"),Fk(Tk,Nk,Uk,"O","Ο"),Fk(Tk,Nk,Uk,"P","Ρ"),Fk(Tk,Nk,Uk,"T","Τ"),Fk(Tk,Nk,Uk,"X","Χ"),Fk(Tk,Nk,Uk,"¬","\\neg",!0),Fk(Tk,Nk,Uk,"¬","\\lnot"),Fk(Tk,Nk,Uk,"⊤","\\top"),Fk(Tk,Nk,Uk,"⊥","\\bot"),Fk(Tk,Nk,Uk,"∅","\\emptyset"),Fk(Tk,Pk,Uk,"∅","\\varnothing"),Fk(Tk,Nk,_k,"α","\\alpha",!0),Fk(Tk,Nk,_k,"β","\\beta",!0),Fk(Tk,Nk,_k,"γ","\\gamma",!0),Fk(Tk,Nk,_k,"δ","\\delta",!0),Fk(Tk,Nk,_k,"ϵ","\\epsilon",!0),Fk(Tk,Nk,_k,"ζ","\\zeta",!0),Fk(Tk,Nk,_k,"η","\\eta",!0),Fk(Tk,Nk,_k,"θ","\\theta",!0),Fk(Tk,Nk,_k,"ι","\\iota",!0),Fk(Tk,Nk,_k,"κ","\\kappa",!0),Fk(Tk,Nk,_k,"λ","\\lambda",!0),Fk(Tk,Nk,_k,"μ","\\mu",!0),Fk(Tk,Nk,_k,"ν","\\nu",!0),Fk(Tk,Nk,_k,"ξ","\\xi",!0),Fk(Tk,Nk,_k,"ο","\\omicron",!0),Fk(Tk,Nk,_k,"π","\\pi",!0),Fk(Tk,Nk,_k,"ρ","\\rho",!0),Fk(Tk,Nk,_k,"σ","\\sigma",!0),Fk(Tk,Nk,_k,"τ","\\tau",!0),Fk(Tk,Nk,_k,"υ","\\upsilon",!0),Fk(Tk,Nk,_k,"ϕ","\\phi",!0),Fk(Tk,Nk,_k,"χ","\\chi",!0),Fk(Tk,Nk,_k,"ψ","\\psi",!0),Fk(Tk,Nk,_k,"ω","\\omega",!0),Fk(Tk,Nk,_k,"ε","\\varepsilon",!0),Fk(Tk,Nk,_k,"ϑ","\\vartheta",!0),Fk(Tk,Nk,_k,"ϖ","\\varpi",!0),Fk(Tk,Nk,_k,"ϱ","\\varrho",!0),Fk(Tk,Nk,_k,"ς","\\varsigma",!0),Fk(Tk,Nk,_k,"φ","\\varphi",!0),Fk(Tk,Nk,Ik,"∗","*",!0),Fk(Tk,Nk,Ik,"+","+"),Fk(Tk,Nk,Ik,"−","-",!0),Fk(Tk,Nk,Ik,"⋅","\\cdot",!0),Fk(Tk,Nk,Ik,"∘","\\circ",!0),Fk(Tk,Nk,Ik,"÷","\\div",!0),Fk(Tk,Nk,Ik,"±","\\pm",!0),Fk(Tk,Nk,Ik,"×","\\times",!0),Fk(Tk,Nk,Ik,"∩","\\cap",!0),Fk(Tk,Nk,Ik,"∪","\\cup",!0),Fk(Tk,Nk,Ik,"∖","\\setminus",!0),Fk(Tk,Nk,Ik,"∧","\\land"),Fk(Tk,Nk,Ik,"∨","\\lor"),Fk(Tk,Nk,Ik,"∧","\\wedge",!0),Fk(Tk,Nk,Ik,"∨","\\vee",!0),Fk(Tk,Nk,Uk,"√","\\surd"),Fk(Tk,Nk,jk,"⟨","\\langle",!0),Fk(Tk,Nk,jk,"∣","\\lvert"),Fk(Tk,Nk,jk,"∥","\\lVert"),Fk(Tk,Nk,Rk,"?","?"),Fk(Tk,Nk,Rk,"!","!"),Fk(Tk,Nk,Rk,"⟩","\\rangle",!0),Fk(Tk,Nk,Rk,"∣","\\rvert"),Fk(Tk,Nk,Rk,"∥","\\rVert"),Fk(Tk,Nk,$k,"=","="),Fk(Tk,Nk,$k,":",":"),Fk(Tk,Nk,$k,"≈","\\approx",!0),Fk(Tk,Nk,$k,"≅","\\cong",!0),Fk(Tk,Nk,$k,"≥","\\ge"),Fk(Tk,Nk,$k,"≥","\\geq",!0),Fk(Tk,Nk,$k,"←","\\gets"),Fk(Tk,Nk,$k,">","\\gt",!0),Fk(Tk,Nk,$k,"∈","\\in",!0),Fk(Tk,Nk,$k,"","\\@not"),Fk(Tk,Nk,$k,"⊂","\\subset",!0),Fk(Tk,Nk,$k,"⊃","\\supset",!0),Fk(Tk,Nk,$k,"⊆","\\subseteq",!0),Fk(Tk,Nk,$k,"⊇","\\supseteq",!0),Fk(Tk,Pk,$k,"⊈","\\nsubseteq",!0),Fk(Tk,Pk,$k,"⊉","\\nsupseteq",!0),Fk(Tk,Nk,$k,"⊨","\\models"),Fk(Tk,Nk,$k,"←","\\leftarrow",!0),Fk(Tk,Nk,$k,"≤","\\le"),Fk(Tk,Nk,$k,"≤","\\leq",!0),Fk(Tk,Nk,$k,"<","\\lt",!0),Fk(Tk,Nk,$k,"→","\\rightarrow",!0),Fk(Tk,Nk,$k,"→","\\to"),Fk(Tk,Pk,$k,"≱","\\ngeq",!0),Fk(Tk,Pk,$k,"≰","\\nleq",!0),Fk(Tk,Nk,Vk," ","\\ "),Fk(Tk,Nk,Vk," ","\\space"),Fk(Tk,Nk,Vk," ","\\nobreakspace"),Fk(Ok,Nk,Vk," ","\\ "),Fk(Ok,Nk,Vk," "," "),Fk(Ok,Nk,Vk," ","\\space"),Fk(Ok,Nk,Vk," ","\\nobreakspace"),Fk(Tk,Nk,Vk,null,"\\nobreak"),Fk(Tk,Nk,Vk,null,"\\allowbreak"),Fk(Tk,Nk,Hk,",",","),Fk(Tk,Nk,Hk,";",";"),Fk(Tk,Pk,Ik,"⊼","\\barwedge",!0),Fk(Tk,Pk,Ik,"⊻","\\veebar",!0),Fk(Tk,Nk,Ik,"⊙","\\odot",!0),Fk(Tk,Nk,Ik,"⊕","\\oplus",!0),Fk(Tk,Nk,Ik,"⊗","\\otimes",!0),Fk(Tk,Nk,Uk,"∂","\\partial",!0),Fk(Tk,Nk,Ik,"⊘","\\oslash",!0),Fk(Tk,Pk,Ik,"⊚","\\circledcirc",!0),Fk(Tk,Pk,Ik,"⊡","\\boxdot",!0),Fk(Tk,Nk,Ik,"△","\\bigtriangleup"),Fk(Tk,Nk,Ik,"▽","\\bigtriangledown"),Fk(Tk,Nk,Ik,"†","\\dagger"),Fk(Tk,Nk,Ik,"⋄","\\diamond"),Fk(Tk,Nk,Ik,"⋆","\\star"),Fk(Tk,Nk,Ik,"◃","\\triangleleft"),Fk(Tk,Nk,Ik,"▹","\\triangleright"),Fk(Tk,Nk,jk,"{","\\{"),Fk(Ok,Nk,Uk,"{","\\{"),Fk(Ok,Nk,Uk,"{","\\textbraceleft"),Fk(Tk,Nk,Rk,"}","\\}"),Fk(Ok,Nk,Uk,"}","\\}"),Fk(Ok,Nk,Uk,"}","\\textbraceright"),Fk(Tk,Nk,jk,"{","\\lbrace"),Fk(Tk,Nk,Rk,"}","\\rbrace"),Fk(Tk,Nk,jk,"[","\\lbrack",!0),Fk(Ok,Nk,Uk,"[","\\lbrack",!0),Fk(Tk,Nk,Rk,"]","\\rbrack",!0),Fk(Ok,Nk,Uk,"]","\\rbrack",!0),Fk(Tk,Nk,jk,"(","\\lparen",!0),Fk(Tk,Nk,Rk,")","\\rparen",!0),Fk(Ok,Nk,Uk,"<","\\textless",!0),Fk(Ok,Nk,Uk,">","\\textgreater",!0),Fk(Tk,Nk,jk,"⌊","\\lfloor",!0),Fk(Tk,Nk,Rk,"⌋","\\rfloor",!0),Fk(Tk,Nk,jk,"⌈","\\lceil",!0),Fk(Tk,Nk,Rk,"⌉","\\rceil",!0),Fk(Tk,Nk,Uk,"\\","\\backslash"),Fk(Tk,Nk,Uk,"∣","|"),Fk(Tk,Nk,Uk,"∣","\\vert"),Fk(Ok,Nk,Uk,"|","\\textbar",!0),Fk(Tk,Nk,Uk,"∥","\\|"),Fk(Tk,Nk,Uk,"∥","\\Vert"),Fk(Ok,Nk,Uk,"∥","\\textbardbl"),Fk(Ok,Nk,Uk,"~","\\textasciitilde"),Fk(Ok,Nk,Uk,"\\","\\textbackslash"),Fk(Ok,Nk,Uk,"^","\\textasciicircum"),Fk(Tk,Nk,$k,"↑","\\uparrow",!0),Fk(Tk,Nk,$k,"⇑","\\Uparrow",!0),Fk(Tk,Nk,$k,"↓","\\downarrow",!0),Fk(Tk,Nk,$k,"⇓","\\Downarrow",!0),Fk(Tk,Nk,$k,"↕","\\updownarrow",!0),Fk(Tk,Nk,$k,"⇕","\\Updownarrow",!0),Fk(Tk,Nk,zk,"∐","\\coprod"),Fk(Tk,Nk,zk,"⋁","\\bigvee"),Fk(Tk,Nk,zk,"⋀","\\bigwedge"),Fk(Tk,Nk,zk,"⨄","\\biguplus"),Fk(Tk,Nk,zk,"⋂","\\bigcap"),Fk(Tk,Nk,zk,"⋃","\\bigcup"),Fk(Tk,Nk,zk,"∫","\\int"),Fk(Tk,Nk,zk,"∫","\\intop"),Fk(Tk,Nk,zk,"∬","\\iint"),Fk(Tk,Nk,zk,"∭","\\iiint"),Fk(Tk,Nk,zk,"∏","\\prod"),Fk(Tk,Nk,zk,"∑","\\sum"),Fk(Tk,Nk,zk,"⨂","\\bigotimes"),Fk(Tk,Nk,zk,"⨁","\\bigoplus"),Fk(Tk,Nk,zk,"⨀","\\bigodot"),Fk(Tk,Nk,zk,"∮","\\oint"),Fk(Tk,Nk,zk,"∯","\\oiint"),Fk(Tk,Nk,zk,"∰","\\oiiint"),Fk(Tk,Nk,zk,"⨆","\\bigsqcup"),Fk(Tk,Nk,zk,"∫","\\smallint"),Fk(Ok,Nk,Lk,"…","\\textellipsis"),Fk(Tk,Nk,Lk,"…","\\mathellipsis"),Fk(Ok,Nk,Lk,"…","\\ldots",!0),Fk(Tk,Nk,Lk,"…","\\ldots",!0),Fk(Tk,Nk,Lk,"⋯","\\@cdots",!0),Fk(Tk,Nk,Lk,"⋱","\\ddots",!0),Fk(Tk,Nk,Uk,"⋮","\\varvdots"),Fk(Ok,Nk,Uk,"⋮","\\varvdots"),Fk(Tk,Nk,Mk,"ˊ","\\acute"),Fk(Tk,Nk,Mk,"ˋ","\\grave"),Fk(Tk,Nk,Mk,"¨","\\ddot"),Fk(Tk,Nk,Mk,"~","\\tilde"),Fk(Tk,Nk,Mk,"ˉ","\\bar"),Fk(Tk,Nk,Mk,"˘","\\breve"),Fk(Tk,Nk,Mk,"ˇ","\\check"),Fk(Tk,Nk,Mk,"^","\\hat"),Fk(Tk,Nk,Mk,"⃗","\\vec"),Fk(Tk,Nk,Mk,"˙","\\dot"),Fk(Tk,Nk,Mk,"˚","\\mathring"),Fk(Tk,Nk,_k,"","\\@imath"),Fk(Tk,Nk,_k,"","\\@jmath"),Fk(Tk,Nk,Uk,"ı","ı"),Fk(Tk,Nk,Uk,"ȷ","ȷ"),Fk(Ok,Nk,Uk,"ı","\\i",!0),Fk(Ok,Nk,Uk,"ȷ","\\j",!0),Fk(Ok,Nk,Uk,"ß","\\ss",!0),Fk(Ok,Nk,Uk,"æ","\\ae",!0),Fk(Ok,Nk,Uk,"œ","\\oe",!0),Fk(Ok,Nk,Uk,"ø","\\o",!0),Fk(Ok,Nk,Uk,"Æ","\\AE",!0),Fk(Ok,Nk,Uk,"Œ","\\OE",!0),Fk(Ok,Nk,Uk,"Ø","\\O",!0),Fk(Ok,Nk,Mk,"ˊ","\\'"),Fk(Ok,Nk,Mk,"ˋ","\\`"),Fk(Ok,Nk,Mk,"ˆ","\\^"),Fk(Ok,Nk,Mk,"˜","\\~"),Fk(Ok,Nk,Mk,"ˉ","\\="),Fk(Ok,Nk,Mk,"˘","\\u"),Fk(Ok,Nk,Mk,"˙","\\."),Fk(Ok,Nk,Mk,"¸","\\c"),Fk(Ok,Nk,Mk,"˚","\\r"),Fk(Ok,Nk,Mk,"ˇ","\\v"),Fk(Ok,Nk,Mk,"¨",'\\"'),Fk(Ok,Nk,Mk,"˝","\\H"),Fk(Ok,Nk,Mk,"◯","\\textcircled");var qk={"--":!0,"---":!0,"``":!0,"''":!0};Fk(Ok,Nk,Uk,"–","--",!0),Fk(Ok,Nk,Uk,"–","\\textendash"),Fk(Ok,Nk,Uk,"—","---",!0),Fk(Ok,Nk,Uk,"—","\\textemdash"),Fk(Ok,Nk,Uk,"‘","`",!0),Fk(Ok,Nk,Uk,"‘","\\textquoteleft"),Fk(Ok,Nk,Uk,"’","'",!0),Fk(Ok,Nk,Uk,"’","\\textquoteright"),Fk(Ok,Nk,Uk,"“","``",!0),Fk(Ok,Nk,Uk,"“","\\textquotedblleft"),Fk(Ok,Nk,Uk,"”","''",!0),Fk(Ok,Nk,Uk,"”","\\textquotedblright"),Fk(Tk,Nk,Uk,"°","\\degree",!0),Fk(Ok,Nk,Uk,"°","\\degree"),Fk(Ok,Nk,Uk,"°","\\textdegree",!0),Fk(Tk,Nk,Uk,"£","\\pounds"),Fk(Tk,Nk,Uk,"£","\\mathsterling",!0),Fk(Ok,Nk,Uk,"£","\\pounds"),Fk(Ok,Nk,Uk,"£","\\textsterling",!0),Fk(Tk,Pk,Uk,"✠","\\maltese"),Fk(Ok,Pk,Uk,"✠","\\maltese");for(var Wk='0123456789/@."',Gk=0;Gk<14;Gk++){var Yk=Wk.charAt(Gk);Fk(Tk,Nk,Uk,Yk,Yk)}for(var Kk='0123456789!@*()-=+";:?/.,',Xk=0;Xk<25;Xk++){var Zk=Kk.charAt(Xk);Fk(Ok,Nk,Uk,Zk,Zk)}for(var Jk="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",Qk=0;Qk<52;Qk++){var eF=Jk.charAt(Qk);Fk(Tk,Nk,_k,eF,eF),Fk(Ok,Nk,Uk,eF,eF)}Fk(Tk,Pk,Uk,"C","ℂ"),Fk(Ok,Pk,Uk,"C","ℂ"),Fk(Tk,Pk,Uk,"H","ℍ"),Fk(Ok,Pk,Uk,"H","ℍ"),Fk(Tk,Pk,Uk,"N","ℕ"),Fk(Ok,Pk,Uk,"N","ℕ"),Fk(Tk,Pk,Uk,"P","ℙ"),Fk(Ok,Pk,Uk,"P","ℙ"),Fk(Tk,Pk,Uk,"Q","ℚ"),Fk(Ok,Pk,Uk,"Q","ℚ"),Fk(Tk,Pk,Uk,"R","ℝ"),Fk(Ok,Pk,Uk,"R","ℝ"),Fk(Tk,Pk,Uk,"Z","ℤ"),Fk(Ok,Pk,Uk,"Z","ℤ"),Fk(Tk,Nk,_k,"h","ℎ"),Fk(Ok,Nk,_k,"h","ℎ");for(var tF="",rF=0;rF<52;rF++){var nF=Jk.charAt(rF);Fk(Tk,Nk,_k,nF,tF=String.fromCharCode(55349,56320+rF)),Fk(Ok,Nk,Uk,nF,tF),Fk(Tk,Nk,_k,nF,tF=String.fromCharCode(55349,56372+rF)),Fk(Ok,Nk,Uk,nF,tF),Fk(Tk,Nk,_k,nF,tF=String.fromCharCode(55349,56424+rF)),Fk(Ok,Nk,Uk,nF,tF),Fk(Tk,Nk,_k,nF,tF=String.fromCharCode(55349,56580+rF)),Fk(Ok,Nk,Uk,nF,tF),Fk(Tk,Nk,_k,nF,tF=String.fromCharCode(55349,56684+rF)),Fk(Ok,Nk,Uk,nF,tF),Fk(Tk,Nk,_k,nF,tF=String.fromCharCode(55349,56736+rF)),Fk(Ok,Nk,Uk,nF,tF),Fk(Tk,Nk,_k,nF,tF=String.fromCharCode(55349,56788+rF)),Fk(Ok,Nk,Uk,nF,tF),Fk(Tk,Nk,_k,nF,tF=String.fromCharCode(55349,56840+rF)),Fk(Ok,Nk,Uk,nF,tF),Fk(Tk,Nk,_k,nF,tF=String.fromCharCode(55349,56944+rF)),Fk(Ok,Nk,Uk,nF,tF),rF<26&&(Fk(Tk,Nk,_k,nF,tF=String.fromCharCode(55349,56632+rF)),Fk(Ok,Nk,Uk,nF,tF),Fk(Tk,Nk,_k,nF,tF=String.fromCharCode(55349,56476+rF)),Fk(Ok,Nk,Uk,nF,tF))}Fk(Tk,Nk,_k,"k",tF=String.fromCharCode(55349,56668)),Fk(Ok,Nk,Uk,"k",tF);for(var oF=0;oF<10;oF++){var iF=oF.toString();Fk(Tk,Nk,_k,iF,tF=String.fromCharCode(55349,57294+oF)),Fk(Ok,Nk,Uk,iF,tF),Fk(Tk,Nk,_k,iF,tF=String.fromCharCode(55349,57314+oF)),Fk(Ok,Nk,Uk,iF,tF),Fk(Tk,Nk,_k,iF,tF=String.fromCharCode(55349,57324+oF)),Fk(Ok,Nk,Uk,iF,tF),Fk(Tk,Nk,_k,iF,tF=String.fromCharCode(55349,57334+oF)),Fk(Ok,Nk,Uk,iF,tF)}for(var aF="ÐÞþ",uF=0;uF<3;uF++){var sF=aF.charAt(uF);Fk(Tk,Nk,_k,sF,sF),Fk(Ok,Nk,Uk,sF,sF)}var lF=[["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"]],cF=[["mathbf","textbf","Main-Bold"],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathtt","texttt","Typewriter-Regular"]],dF=function(e,t,r){return kk[r][e]&&kk[r][e].replace&&(e=kk[r][e].replace),{value:e,metrics:tk(e,t,r)}},fF=function(e,t,r,n,o){var i,a=dF(e,t,r),u=a.metrics;if(e=a.value,u){var s=u.italic;("text"===r||n&&"mathit"===n.font)&&(s=0),i=new Ck(e,u.height,u.depth,s,u.skew,u.width,o)}else"undefined"!=typeof console&&console.warn("No character metrics for '"+e+"' in style '"+t+"' and mode '"+r+"'"),i=new Ck(e,0,0,0,0,0,o);if(n){i.maxFontSize=n.sizeMultiplier,n.style.isTight()&&i.classes.push("mtight");var l=n.getColor();l&&(i.style.color=l)}return i},hF=(e,t)=>{if(fk(e.classes)!==fk(t.classes)||e.skew!==t.skew||e.maxFontSize!==t.maxFontSize)return!1;if(1===e.classes.length){var r=e.classes[0];if("mbin"===r||"mord"===r)return!1}for(var n in e.style)if(e.style.hasOwnProperty(n)&&e.style[n]!==t.style[n])return!1;for(var o in t.style)if(t.style.hasOwnProperty(o)&&e.style[o]!==t.style[o])return!1;return!0},pF=function(e){for(var t=0,r=0,n=0,o=0;o<e.children.length;o++){var i=e.children[o];i.height>t&&(t=i.height),i.depth>r&&(r=i.depth),i.maxFontSize>n&&(n=i.maxFontSize)}e.height=t,e.depth=r,e.maxFontSize=n},gF=function(e,t,r,n){var o=new mk(e,t,r,n);return pF(o),o},vF=(e,t,r,n)=>new mk(e,t,r,n),mF=function(e){var t=new ZS(e);return pF(t),t},yF=function(e,t,r){var n="";switch(e){case"amsrm":n="AMS";break;case"textrm":n="Main";break;case"textsf":n="SansSerif";break;case"texttt":n="Typewriter";break;default:n=e}return n+"-"+("textbf"===t&&"textit"===r?"BoldItalic":"textbf"===t?"Bold":"textit"===t?"Italic":"Regular")},bF={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"}},DF={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]},CF={fontMap:bF,makeSymbol:fF,mathsym:function(e,t,r,n){return void 0===n&&(n=[]),"boldsymbol"===r.font&&dF(e,"Main-Bold",t).metrics?fF(e,"Main-Bold",t,r,n.concat(["mathbf"])):"\\"===e||"main"===kk[t][e].font?fF(e,"Main-Regular",t,r,n):fF(e,"AMS-Regular",t,r,n.concat(["amsrm"]))},makeSpan:gF,makeSvgSpan:vF,makeLineSpan:function(e,t,r){var n=gF([e],[],t);return n.height=Math.max(r||t.fontMetrics().defaultRuleThickness,t.minRuleThickness),n.style.borderBottomWidth=dk(n.height),n.maxFontSize=1,n},makeAnchor:function(e,t,r,n){var o=new yk(e,t,r,n);return pF(o),o},makeFragment:mF,wrapFragment:function(e,t){return e instanceof ZS?gF([],[e],t):e},makeVList:function(e,t){for(var{children:r,depth:n}=function(e){if("individualShift"===e.positionType){for(var t=e.children,r=[t[0]],n=-t[0].shift-t[0].elem.depth,o=n,i=1;i<t.length;i++){var a=-t[i].shift-o-t[i].elem.depth,u=a-(t[i-1].elem.height+t[i-1].elem.depth);o+=a,r.push({type:"kern",size:u}),r.push(t[i])}return{children:r,depth:n}}var s;if("top"===e.positionType){for(var l=e.positionData,c=0;c<e.children.length;c++){var d=e.children[c];l-="kern"===d.type?d.size:d.elem.height+d.elem.depth}s=l}else if("bottom"===e.positionType)s=-e.positionData;else{var f=e.children[0];if("elem"!==f.type)throw new Error('First child must have type "elem".');if("shift"===e.positionType)s=-f.elem.depth-e.positionData;else{if("firstBaseline"!==e.positionType)throw new Error("Invalid positionType "+e.positionType+".");s=-f.elem.depth}}return{children:e.children,depth:s}}(e),o=0,i=0;i<r.length;i++){var a=r[i];if("elem"===a.type){var u=a.elem;o=Math.max(o,u.maxFontSize,u.height)}}o+=2;var s=gF(["pstrut"],[]);s.style.height=dk(o);for(var l=[],c=n,d=n,f=n,h=0;h<r.length;h++){var p=r[h];if("kern"===p.type)f+=p.size;else{var g=p.elem,v=p.wrapperClasses||[],m=p.wrapperStyle||{},y=gF(v,[s,g],void 0,m);y.style.top=dk(-o-f-g.depth),p.marginLeft&&(y.style.marginLeft=p.marginLeft),p.marginRight&&(y.style.marginRight=p.marginRight),l.push(y),f+=g.height+g.depth}c=Math.min(c,f),d=Math.max(d,f)}var b,D=gF(["vlist"],l);if(D.style.height=dk(d),c<0){var C=gF([],[]),E=gF(["vlist"],[C]);E.style.height=dk(-c);var w=gF(["vlist-s"],[new Ck("​")]);b=[gF(["vlist-r"],[D,w]),gF(["vlist-r"],[E])]}else b=[gF(["vlist-r"],[D])];var A=gF(["vlist-t"],b);return 2===b.length&&A.classes.push("vlist-t2"),A.height=d,A.depth=-c,A},makeOrd:function(e,t,r){var n=e.mode,o=e.text,i=["mord"],a="math"===n||"text"===n&&t.font,u=a?t.font:t.fontFamily,s="",l="";if(55349===o.charCodeAt(0)&&([s,l]=function(e,t){var r=1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320)+65536,n="math"===t?0:1;if(119808<=r&&r<120484){var o=Math.floor((r-119808)/26);return[lF[o][2],lF[o][n]]}if(120782<=r&&r<=120831){var i=Math.floor((r-120782)/10);return[cF[i][2],cF[i][n]]}if(120485===r||120486===r)return[lF[0][2],lF[0][n]];if(120486<r&&r<120782)return["",""];throw new kS("Unsupported character: "+e)}(o,n)),s.length>0)return fF(o,s,n,t,i.concat(l));if(u){var c,d;if("boldsymbol"===u){var f=function(e,t,r,n,o){return"textord"!==o&&dF(e,"Math-BoldItalic",t).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}}(o,n,0,0,r);c=f.fontName,d=[f.fontClass]}else a?(c=bF[u].fontName,d=[u]):(c=yF(u,t.fontWeight,t.fontShape),d=[u,t.fontWeight,t.fontShape]);if(dF(o,c,n).metrics)return fF(o,c,n,t,i.concat(d));if(qk.hasOwnProperty(o)&&"Typewriter"===c.slice(0,10)){for(var h=[],p=0;p<o.length;p++)h.push(fF(o[p],c,n,t,i.concat(d)));return mF(h)}}if("mathord"===r)return fF(o,"Math-Italic",n,t,i.concat(["mathnormal"]));if("textord"===r){var g=kk[n][o]&&kk[n][o].font;if("ams"===g){var v=yF("amsrm",t.fontWeight,t.fontShape);return fF(o,v,n,t,i.concat("amsrm",t.fontWeight,t.fontShape))}if("main"!==g&&g){var m=yF(g,t.fontWeight,t.fontShape);return fF(o,m,n,t,i.concat(m,t.fontWeight,t.fontShape))}var y=yF("textrm",t.fontWeight,t.fontShape);return fF(o,y,n,t,i.concat(t.fontWeight,t.fontShape))}throw new Error("unexpected type: "+r+" in makeOrd")},makeGlue:(e,t)=>{var r=gF(["mspace"],[],t),n=ck(e,t);return r.style.marginRight=dk(n),r},staticSvg:function(e,t){var[r,n,o]=DF[e],i=new wk(r),a=new Ek([i],{width:dk(n),height:dk(o),style:"width:"+dk(n),viewBox:"0 0 "+1e3*n+" "+1e3*o,preserveAspectRatio:"xMinYMin"}),u=vF(["overlay"],[a],t);return u.height=o,u.style.height=dk(o),u.style.width=dk(n),u},svgData:DF,tryCombineChars:e=>{for(var t=0;t<e.length-1;t++){var r=e[t],n=e[t+1];r instanceof Ck&&n instanceof Ck&&hF(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}},EF={number:3,unit:"mu"},wF={number:4,unit:"mu"},AF={number:5,unit:"mu"},xF={mord:{mop:EF,mbin:wF,mrel:AF,minner:EF},mop:{mord:EF,mop:EF,mrel:AF,minner:EF},mbin:{mord:wF,mop:wF,mopen:wF,minner:wF},mrel:{mord:AF,mop:AF,mopen:AF,minner:AF},mopen:{},mclose:{mop:EF,mbin:wF,mrel:AF,minner:EF},mpunct:{mord:EF,mop:EF,mrel:AF,mopen:EF,mclose:EF,mpunct:EF,minner:EF},minner:{mord:EF,mop:EF,mbin:wF,mrel:AF,mopen:EF,mpunct:EF,minner:EF}},BF={mord:{mop:EF},mop:{mord:EF,mop:EF},mbin:{},mrel:{},mopen:{},mclose:{mop:EF},mpunct:{},minner:{mop:EF}},SF={},kF={},FF={};function TF(e){for(var{type:t,names:r,props:n,handler:o,htmlBuilder:i,mathmlBuilder:a}=e,u={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},s=0;s<r.length;++s)SF[r[s]]=u;t&&(i&&(kF[t]=i),a&&(FF[t]=a))}function OF(e){var{type:t,htmlBuilder:r,mathmlBuilder:n}=e;TF({type:t,names:[],props:{numArgs:0},handler(){throw new Error("Should never be called.")},htmlBuilder:r,mathmlBuilder:n})}var NF=function(e){return"ordgroup"===e.type&&1===e.body.length?e.body[0]:e},PF=function(e){return"ordgroup"===e.type?e.body:[e]},MF=CF.makeSpan,IF=["leftmost","mbin","mopen","mrel","mop","mpunct"],RF=["rightmost","mrel","mclose","mpunct"],LF={display:qS.DISPLAY,text:qS.TEXT,script:qS.SCRIPT,scriptscript:qS.SCRIPTSCRIPT},_F={mord:"mord",mop:"mop",mbin:"mbin",mrel:"mrel",mopen:"mopen",mclose:"mclose",mpunct:"mpunct",minner:"minner"},zF=function(e,t,r,n){void 0===n&&(n=[null,null]);for(var o=[],i=0;i<e.length;i++){var a=qF(e[i],t);if(a instanceof ZS){var u=a.children;o.push(...u)}else o.push(a)}if(CF.tryCombineChars(o),!r)return o;var s=t;if(1===e.length){var l=e[0];"sizing"===l.type?s=t.havingSize(l.size):"styling"===l.type&&(s=t.havingStyle(LF[l.style]))}var c=MF([n[0]||"leftmost"],[],t),d=MF([n[1]||"rightmost"],[],t),f="root"===r;return jF(o,(e,t)=>{var r=t.classes[0],n=e.classes[0];"mbin"===r&&PS.contains(RF,n)?t.classes[0]="mord":"mbin"===n&&PS.contains(IF,r)&&(e.classes[0]="mord")},{node:c},d,f),jF(o,(e,t)=>{var r=VF(t),n=VF(e),o=r&&n?e.hasClass("mtight")?BF[r][n]:xF[r][n]:null;if(o)return CF.makeGlue(o,s)},{node:c},d,f),o},jF=function e(t,r,n,o,i){o&&t.push(o);for(var a=0;a<t.length;a++){var u=t[a],s=HF(u);if(s)e(s.children,r,n,null,i);else{var l=!u.hasClass("mspace");if(l){var c=r(u,n.node);c&&(n.insertAfter?n.insertAfter(c):(t.unshift(c),a++))}l?n.node=u:i&&u.hasClass("newline")&&(n.node=MF(["leftmost"])),n.insertAfter=(e=>r=>{t.splice(e+1,0,r),a++})(a)}}o&&t.pop()},HF=function(e){return e instanceof ZS||e instanceof yk||e instanceof mk&&e.hasClass("enclosing")?e:null},$F=function e(t,r){var n=HF(t);if(n){var o=n.children;if(o.length){if("right"===r)return e(o[o.length-1],"right");if("left"===r)return e(o[0],"left")}}return t},VF=function(e,t){return e?(t&&(e=$F(e,t)),_F[e.classes[0]]||null):null},UF=function(e,t){var r=["nulldelimiter"].concat(e.baseSizingClasses());return MF(t.concat(r))},qF=function(e,t,r){if(!e)return MF();if(kF[e.type]){var n=kF[e.type](e,t);if(r&&t.size!==r.size){n=MF(t.sizingClasses(r),[n],t);var o=t.sizeMultiplier/r.sizeMultiplier;n.height*=o,n.depth*=o}return n}throw new kS("Got group of unknown type: '"+e.type+"'")};function WF(e,t){var r=MF(["base"],e,t),n=MF(["strut"]);return n.style.height=dk(r.height+r.depth),r.depth&&(n.style.verticalAlign=dk(-r.depth)),r.children.unshift(n),r}function GF(e,t){var r=null;1===e.length&&"tag"===e[0].type&&(r=e[0].tag,e=e[0].body);var n,o=zF(e,t,"root");2===o.length&&o[1].hasClass("tag")&&(n=o.pop());for(var i,a=[],u=[],s=0;s<o.length;s++)if(u.push(o[s]),o[s].hasClass("mbin")||o[s].hasClass("mrel")||o[s].hasClass("allowbreak")){for(var l=!1;s<o.length-1&&o[s+1].hasClass("mspace")&&!o[s+1].hasClass("newline");)s++,u.push(o[s]),o[s].hasClass("nobreak")&&(l=!0);l||(a.push(WF(u,t)),u=[])}else o[s].hasClass("newline")&&(u.pop(),u.length>0&&(a.push(WF(u,t)),u=[]),a.push(o[s]));u.length>0&&a.push(WF(u,t)),r?((i=WF(zF(r,t,!0))).classes=["tag"],a.push(i)):n&&a.push(n);var c=MF(["katex-html"],a);if(c.setAttribute("aria-hidden","true"),i){var d=i.children[0];d.style.height=dk(c.height+c.depth),c.depth&&(d.style.verticalAlign=dk(-c.depth))}return c}function YF(e){return new ZS(e)}class KF{constructor(e,t,r){this.type=void 0,this.attributes=void 0,this.children=void 0,this.classes=void 0,this.type=e,this.attributes={},this.children=t||[],this.classes=r||[]}setAttribute(e,t){this.attributes[e]=t}getAttribute(e){return this.attributes[e]}toNode(){var e=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);this.classes.length>0&&(e.className=fk(this.classes));for(var r=0;r<this.children.length;r++)if(this.children[r]instanceof XF&&this.children[r+1]instanceof XF){for(var n=this.children[r].toText()+this.children[++r].toText();this.children[r+1]instanceof XF;)n+=this.children[++r].toText();e.appendChild(new XF(n).toNode())}else e.appendChild(this.children[r].toNode());return e}toMarkup(){var e="<"+this.type;for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+'="',e+=PS.escape(this.attributes[t]),e+='"');this.classes.length>0&&(e+=' class ="'+PS.escape(fk(this.classes))+'"'),e+=">";for(var r=0;r<this.children.length;r++)e+=this.children[r].toMarkup();return e+="</"+this.type+">"}toText(){return this.children.map(e=>e.toText()).join("")}}class XF{constructor(e){this.text=void 0,this.text=e}toNode(){return document.createTextNode(this.text)}toMarkup(){return PS.escape(this.toText())}toText(){return this.text}}var ZF={MathNode:KF,TextNode:XF,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);var e=document.createElementNS("http://www.w3.org/1998/Math/MathML","mspace");return e.setAttribute("width",dk(this.width)),e}toMarkup(){return this.character?"<mtext>"+this.character+"</mtext>":'<mspace width="'+dk(this.width)+'"/>'}toText(){return this.character?this.character:" "}},newDocumentFragment:YF},JF=function(e,t,r){return!kk[t][e]||!kk[t][e].replace||55349===e.charCodeAt(0)||qk.hasOwnProperty(e)&&r&&(r.fontFamily&&"tt"===r.fontFamily.slice(4,6)||r.font&&"tt"===r.font.slice(4,6))||(e=kk[t][e].replace),new ZF.TextNode(e)},QF=function(e){return 1===e.length?e[0]:new ZF.MathNode("mrow",e)},eT=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";var r=t.font;if(!r||"mathnormal"===r)return null;var 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";var o=e.text;return PS.contains(["\\imath","\\jmath"],o)?null:(kk[n][o]&&kk[n][o].replace&&(o=kk[n][o].replace),tk(o,CF.fontMap[r].fontName,n)?CF.fontMap[r].variant:null)};function tT(e){if(!e)return!1;if("mi"===e.type&&1===e.children.length){var t=e.children[0];return t instanceof XF&&"."===t.text}if("mo"===e.type&&1===e.children.length&&"true"===e.getAttribute("separator")&&"0em"===e.getAttribute("lspace")&&"0em"===e.getAttribute("rspace")){var r=e.children[0];return r instanceof XF&&","===r.text}return!1}var rT=function(e,t,r){if(1===e.length){var n=oT(e[0],t);return r&&n instanceof KF&&"mo"===n.type&&(n.setAttribute("lspace","0em"),n.setAttribute("rspace","0em")),[n]}for(var o,i=[],a=0;a<e.length;a++){var u=oT(e[a],t);if(u instanceof KF&&o instanceof KF){if("mtext"===u.type&&"mtext"===o.type&&u.getAttribute("mathvariant")===o.getAttribute("mathvariant")){o.children.push(...u.children);continue}if("mn"===u.type&&"mn"===o.type){o.children.push(...u.children);continue}if(tT(u)&&"mn"===o.type){o.children.push(...u.children);continue}if("mn"===u.type&&tT(o))u.children=[...o.children,...u.children],i.pop();else if(("msup"===u.type||"msub"===u.type)&&u.children.length>=1&&("mn"===o.type||tT(o))){var s=u.children[0];s instanceof KF&&"mn"===s.type&&(s.children=[...o.children,...s.children],i.pop())}else if("mi"===o.type&&1===o.children.length){var l=o.children[0];if(l instanceof XF&&"̸"===l.text&&("mo"===u.type||"mi"===u.type||"mn"===u.type)){var c=u.children[0];c instanceof XF&&c.text.length>0&&(c.text=c.text.slice(0,1)+"̸"+c.text.slice(1),i.pop())}}}i.push(u),o=u}return i},nT=function(e,t,r){return QF(rT(e,t,r))},oT=function(e,t){if(!e)return new ZF.MathNode("mrow");if(FF[e.type])return FF[e.type](e,t);throw new kS("Got group of unknown type: '"+e.type+"'")};function iT(e,t,r,n,o){var i,a=rT(e,r);i=1===a.length&&a[0]instanceof KF&&PS.contains(["mrow","mtable"],a[0].type)?a[0]:new ZF.MathNode("mrow",a);var u=new ZF.MathNode("annotation",[new ZF.TextNode(t)]);u.setAttribute("encoding","application/x-tex");var s=new ZF.MathNode("semantics",[i,u]),l=new ZF.MathNode("math",[s]);l.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML"),n&&l.setAttribute("display","block");var c=o?"katex":"katex-mathml";return CF.makeSpan([c],[l])}var aT=function(e){return new ak({style:e.displayMode?qS.DISPLAY:qS.TEXT,maxSize:e.maxSize,minRuleThickness:e.minRuleThickness})},uT=function(e,t){if(t.displayMode){var r=["katex-display"];t.leqno&&r.push("leqno"),t.fleqn&&r.push("fleqn"),e=CF.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":"="},lT={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]},cT=function(e,t,r,n,o){var i,a=e.height+e.depth+r+n;if(/fbox|color|angl/.test(t)){if(i=CF.makeSpan(["stretchy",t],[],o),"fbox"===t){var u=o.color&&o.getColor();u&&(i.style.borderColor=u)}}else{var s=[];/^[bx]cancel$/.test(t)&&s.push(new Ak({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(t)&&s.push(new Ak({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));var l=new Ek(s,{width:"100%",height:dk(a)});i=CF.makeSvgSpan([],[l],o)}return i.height=a,i.style.height=dk(a),i},dT=function(e){var t=new ZF.MathNode("mo",[new ZF.TextNode(sT[e.replace(/^\\/,"")])]);return t.setAttribute("stretchy","true"),t},fT=function(e,t){var{span:r,minWidth:n,height:o}=function(){var r=4e5,n=e.label.slice(1);if(PS.contains(["widehat","widecheck","widetilde","utilde"],n)){var o,i,a,u="ordgroup"===(h=e.base).type?h.body.length:1;if(u>5)"widehat"===n||"widecheck"===n?(o=420,r=2364,a=.42,i=n+"4"):(o=312,r=2340,a=.34,i="tilde4");else{var s=[1,1,2,2,3,3][u];"widehat"===n||"widecheck"===n?(r=[0,1062,2364,2364,2364][s],o=[0,239,300,360,420][s],a=[0,.24,.3,.3,.36,.42][s],i=n+s):(r=[0,600,1033,2339,2340][s],o=[0,260,286,306,312][s],a=[0,.26,.286,.3,.306,.34][s],i="tilde"+s)}var l=new wk(i),c=new Ek([l],{width:"100%",height:dk(a),viewBox:"0 0 "+r+" "+o,preserveAspectRatio:"none"});return{span:CF.makeSvgSpan([],[c],t),minWidth:0,height:a}}var d,f,h,p=[],g=lT[n],[v,m,y]=g,b=y/1e3,D=v.length;if(1===D)d=["hide-tail"],f=[g[3]];else if(2===D)d=["halfarrow-left","halfarrow-right"],f=["xMinYMin","xMaxYMin"];else{if(3!==D)throw new Error("Correct katexImagesData or update code here to support\n "+D+" children.");d=["brace-left","brace-center","brace-right"],f=["xMinYMin","xMidYMin","xMaxYMin"]}for(var C=0;C<D;C++){var E=new wk(v[C]),w=new Ek([E],{width:"400em",height:dk(b),viewBox:"0 0 "+r+" "+y,preserveAspectRatio:f[C]+" slice"}),A=CF.makeSvgSpan([d[C]],[w],t);if(1===D)return{span:A,minWidth:m,height:b};A.style.height=dk(b),p.push(A)}return{span:CF.makeSpan(["stretchy"],p,t),minWidth:m,height:b}}();return r.height=o,r.style.height=dk(o),n>0&&(r.style.minWidth=dk(n)),r};function hT(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 pT(e){var t=gT(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 gT(e){return e&&("atom"===e.type||Sk.hasOwnProperty(e.type))?e:null}var vT=(e,t)=>{var r,n,o;e&&"supsub"===e.type?(r=(n=hT(e.base,"accent")).base,e.base=r,o=function(e){if(e instanceof mk)return e;throw new Error("Expected span<HtmlDomNode> but got "+String(e)+".")}(qF(e,t)),e.base=n):r=(n=hT(e,"accent")).base;var i=qF(r,t.havingCrampedStyle()),a=0;if(n.isShifty&&PS.isCharacterBox(r)){var u=PS.getBaseElem(r);a=xk(qF(u,t.havingCrampedStyle())).skew}var s,l="\\c"===n.label,c=l?i.height+i.depth:Math.min(i.height,t.fontMetrics().xHeight);if(n.isStretchy)s=fT(n,t),s=CF.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:i},{type:"elem",elem:s,wrapperClasses:["svg-align"],wrapperStyle:a>0?{width:"calc(100% - "+dk(2*a)+")",marginLeft:dk(2*a)}:void 0}]},t);else{var d,f;"\\vec"===n.label?(d=CF.staticSvg("vec",t),f=CF.svgData.vec[1]):((d=xk(d=CF.makeOrd({mode:n.mode,text:n.label},t,"textord"))).italic=0,f=d.width,l&&(c+=d.depth)),s=CF.makeSpan(["accent-body"],[d]);var h="\\textcircled"===n.label;h&&(s.classes.push("accent-full"),c=i.height);var p=a;h||(p-=f/2),s.style.left=dk(p),"\\textcircled"===n.label&&(s.style.top=".2em"),s=CF.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:i},{type:"kern",size:-c},{type:"elem",elem:s}]},t)}var g=CF.makeSpan(["mord","accent"],[s],t);return o?(o.children[0]=g,o.height=Math.max(g.height,o.height),o.classes[0]="mord",o):g},mT=(e,t)=>{var r=e.isStretchy?dT(e.label):new ZF.MathNode("mo",[JF(e.label,e.mode)]),n=new ZF.MathNode("mover",[oT(e.base,t),r]);return n.setAttribute("accent","true"),n},yT=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map(e=>"\\"+e).join("|"));TF({type:"accent",names:["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring","\\widecheck","\\widehat","\\widetilde","\\overrightarrow","\\overleftarrow","\\Overrightarrow","\\overleftrightarrow","\\overgroup","\\overlinesegment","\\overleftharpoon","\\overrightharpoon"],props:{numArgs:1},handler:(e,t)=>{var r=NF(t[0]),n=!yT.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:vT,mathmlBuilder:mT}),TF({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\c","\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["primitive"]},handler:(e,t)=>{var r=t[0],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:vT,mathmlBuilder:mT}),TF({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:(e,t)=>{var{parser:r,funcName:n}=e,o=t[0];return{type:"accentUnder",mode:r.mode,label:n,base:o}},htmlBuilder:(e,t)=>{var r=qF(e.base,t),n=fT(e,t),o="\\utilde"===e.label?.12:0,i=CF.makeVList({positionType:"top",positionData:r.height,children:[{type:"elem",elem:n,wrapperClasses:["svg-align"]},{type:"kern",size:o},{type:"elem",elem:r}]},t);return CF.makeSpan(["mord","accentunder"],[i],t)},mathmlBuilder:(e,t)=>{var r=dT(e.label),n=new ZF.MathNode("munder",[oT(e.base,t),r]);return n.setAttribute("accentunder","true"),n}});var bT=e=>{var t=new ZF.MathNode("mpadded",e?[e]:[]);return t.setAttribute("width","+0.6em"),t.setAttribute("lspace","0.3em"),t};TF({type:"xArrow",names:["\\xleftarrow","\\xrightarrow","\\xLeftarrow","\\xRightarrow","\\xleftrightarrow","\\xLeftrightarrow","\\xhookleftarrow","\\xhookrightarrow","\\xmapsto","\\xrightharpoondown","\\xrightharpoonup","\\xleftharpoondown","\\xleftharpoonup","\\xrightleftharpoons","\\xleftrightharpoons","\\xlongequal","\\xtwoheadrightarrow","\\xtwoheadleftarrow","\\xtofrom","\\xrightleftarrows","\\xrightequilibrium","\\xleftequilibrium","\\\\cdrightarrow","\\\\cdleftarrow","\\\\cdlongequal"],props:{numArgs:1,numOptionalArgs:1},handler(e,t,r){var{parser:n,funcName:o}=e;return{type:"xArrow",mode:n.mode,label:o,body:t[0],below:r[0]}},htmlBuilder(e,t){var r,n=t.style,o=t.havingStyle(n.sup()),i=CF.wrapFragment(qF(e.body,o,t),t),a="\\x"===e.label.slice(0,2)?"x":"cd";i.classes.push(a+"-arrow-pad"),e.below&&(o=t.havingStyle(n.sub()),(r=CF.wrapFragment(qF(e.below,o,t),t)).classes.push(a+"-arrow-pad"));var u,s=fT(e,t),l=-t.fontMetrics().axisHeight+.5*s.height,c=-t.fontMetrics().axisHeight-.5*s.height-.111;if((i.depth>.25||"\\xleftequilibrium"===e.label)&&(c-=i.depth),r){var d=-t.fontMetrics().axisHeight+r.height+.5*s.height+.111;u=CF.makeVList({positionType:"individualShift",children:[{type:"elem",elem:i,shift:c},{type:"elem",elem:s,shift:l},{type:"elem",elem:r,shift:d}]},t)}else u=CF.makeVList({positionType:"individualShift",children:[{type:"elem",elem:i,shift:c},{type:"elem",elem:s,shift:l}]},t);return u.children[0].children[0].children[1].classes.push("svg-align"),CF.makeSpan(["mrel","x-arrow"],[u],t)},mathmlBuilder(e,t){var r,n=dT(e.label);if(n.setAttribute("minsize","x"===e.label.charAt(0)?"1.75em":"3.0em"),e.body){var o=bT(oT(e.body,t));if(e.below){var i=bT(oT(e.below,t));r=new ZF.MathNode("munderover",[n,i,o])}else r=new ZF.MathNode("mover",[n,o])}else if(e.below){var a=bT(oT(e.below,t));r=new ZF.MathNode("munder",[n,a])}else r=bT(),r=new ZF.MathNode("mover",[n,r]);return r}});var DT=CF.makeSpan;function CT(e,t){var r=zF(e.body,t,!0);return DT([e.mclass],r,t)}function ET(e,t){var r,n=rT(e.body,t);return"minner"===e.mclass?r=new ZF.MathNode("mpadded",n):"mord"===e.mclass?e.isCharacterBox?(r=n[0]).type="mi":r=new ZF.MathNode("mi",n):(e.isCharacterBox?(r=n[0]).type="mo":r=new ZF.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}TF({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1,primitive:!0},handler(e,t){var{parser:r,funcName:n}=e,o=t[0];return{type:"mclass",mode:r.mode,mclass:"m"+n.slice(5),body:PF(o),isCharacterBox:PS.isCharacterBox(o)}},htmlBuilder:CT,mathmlBuilder:ET});var wT=e=>{var 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};TF({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler(e,t){var{parser:r}=e;return{type:"mclass",mode:r.mode,mclass:wT(t[0]),body:PF(t[1]),isCharacterBox:PS.isCharacterBox(t[1])}}}),TF({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler(e,t){var r,{parser:n,funcName:o}=e,i=t[1],a=t[0];r="\\stackrel"!==o?wT(i):"mrel";var u={type:"op",mode:i.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:"\\stackrel"!==o,body:PF(i)},s={type:"supsub",mode:a.mode,base:u,sup:"\\underset"===o?null:a,sub:"\\underset"===o?a:null};return{type:"mclass",mode:n.mode,mclass:r,body:[s],isCharacterBox:PS.isCharacterBox(s)}},htmlBuilder:CT,mathmlBuilder:ET}),TF({type:"pmb",names:["\\pmb"],props:{numArgs:1,allowedInText:!0},handler(e,t){var{parser:r}=e;return{type:"pmb",mode:r.mode,mclass:wT(t[0]),body:PF(t[0])}},htmlBuilder(e,t){var r=zF(e.body,t,!0),n=CF.makeSpan([e.mclass],r,t);return n.style.textShadow="0.02em 0.01em 0.04px",n},mathmlBuilder(e,t){var r=rT(e.body,t),n=new ZF.MathNode("mstyle",r);return n.setAttribute("style","text-shadow: 0.02em 0.01em 0.04px"),n}});var AT={">":"\\\\cdrightarrow","<":"\\\\cdleftarrow","=":"\\\\cdlongequal",A:"\\uparrow",V:"\\downarrow","|":"\\Vert",".":"no arrow"},xT=()=>({type:"styling",body:[],mode:"math",style:"display"}),BT=e=>"textord"===e.type&&"@"===e.text,ST=(e,t)=>("mathord"===e.type||"atom"===e.type)&&e.text===t;function kT(e,t,r){var n=AT[e];switch(n){case"\\\\cdrightarrow":case"\\\\cdleftarrow":return r.callFunction(n,[t[0]],[t[1]]);case"\\uparrow":case"\\downarrow":var o={type:"atom",text:n,mode:"math",family:"rel"},i={type:"ordgroup",mode:"math",body:[r.callFunction("\\\\cdleft",[t[0]],[]),r.callFunction("\\Big",[o],[]),r.callFunction("\\\\cdright",[t[1]],[])]};return r.callFunction("\\\\cdparent",[i],[]);case"\\\\cdlongequal":return r.callFunction("\\\\cdlongequal",[],[]);case"\\Vert":return r.callFunction("\\Big",[{type:"textord",text:"\\Vert",mode:"math"}],[]);default:return{type:"textord",text:" ",mode:"math"}}}TF({type:"cdlabel",names:["\\\\cdleft","\\\\cdright"],props:{numArgs:1},handler(e,t){var{parser:r,funcName:n}=e;return{type:"cdlabel",mode:r.mode,side:n.slice(4),label:t[0]}},htmlBuilder(e,t){var r=t.havingStyle(t.style.sup()),n=CF.wrapFragment(qF(e.label,r,t),t);return n.classes.push("cd-label-"+e.side),n.style.bottom=dk(.8-n.depth),n.height=0,n.depth=0,n},mathmlBuilder(e,t){var r=new ZF.MathNode("mrow",[oT(e.label,t)]);return(r=new ZF.MathNode("mpadded",[r])).setAttribute("width","0"),"left"===e.side&&r.setAttribute("lspace","-1width"),r.setAttribute("voffset","0.7em"),(r=new ZF.MathNode("mstyle",[r])).setAttribute("displaystyle","false"),r.setAttribute("scriptlevel","1"),r}}),TF({type:"cdlabelparent",names:["\\\\cdparent"],props:{numArgs:1},handler(e,t){var{parser:r}=e;return{type:"cdlabelparent",mode:r.mode,fragment:t[0]}},htmlBuilder(e,t){var r=CF.wrapFragment(qF(e.fragment,t),t);return r.classes.push("cd-vert-arrow"),r},mathmlBuilder:(e,t)=>new ZF.MathNode("mrow",[oT(e.fragment,t)])}),TF({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler(e,t){for(var{parser:r}=e,n=hT(t[0],"ordgroup").body,o="",i=0;i<n.length;i++){o+=hT(n[i],"textord").text}var a,u=parseInt(o);if(isNaN(u))throw new kS("\\@char has non-numeric argument "+o);if(u<0||u>=1114111)throw new kS("\\@char with invalid code point "+o);return u<=65535?a=String.fromCharCode(u):(u-=65536,a=String.fromCharCode(55296+(u>>10),56320+(1023&u))),{type:"textord",mode:r.mode,text:a}}});var FT=(e,t)=>{var r=zF(e.body,t.withColor(e.color),!1);return CF.makeFragment(r)},TT=(e,t)=>{var r=rT(e.body,t.withColor(e.color)),n=new ZF.MathNode("mstyle",r);return n.setAttribute("mathcolor",e.color),n};TF({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,argTypes:["color","original"]},handler(e,t){var{parser:r}=e,n=hT(t[0],"color-token").color,o=t[1];return{type:"color",mode:r.mode,color:n,body:PF(o)}},htmlBuilder:FT,mathmlBuilder:TT}),TF({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,argTypes:["color"]},handler(e,t){var{parser:r,breakOnTokenText:n}=e,o=hT(t[0],"color-token").color;r.gullet.macros.set("\\current@color",o);var i=r.parseExpression(!0,n);return{type:"color",mode:r.mode,color:o,body:i}},htmlBuilder:FT,mathmlBuilder:TT}),TF({type:"cr",names:["\\\\"],props:{numArgs:0,numOptionalArgs:0,allowedInText:!0},handler(e,t,r){var{parser:n}=e,o="["===n.gullet.future().text?n.parseSizeGroup(!0):null,i=!n.settings.displayMode||!n.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode");return{type:"cr",mode:n.mode,newLine:i,size:o&&hT(o,"size").value}},htmlBuilder(e,t){var r=CF.makeSpan(["mspace"],[],t);return e.newLine&&(r.classes.push("newline"),e.size&&(r.style.marginTop=dk(ck(e.size,t)))),r},mathmlBuilder(e,t){var r=new ZF.MathNode("mspace");return e.newLine&&(r.setAttribute("linebreak","newline"),e.size&&r.setAttribute("height",dk(ck(e.size,t)))),r}});var OT={"\\global":"\\global","\\long":"\\\\globallong","\\\\globallong":"\\\\globallong","\\def":"\\gdef","\\gdef":"\\gdef","\\edef":"\\xdef","\\xdef":"\\xdef","\\let":"\\\\globallet","\\futurelet":"\\\\globalfuture"},NT=e=>{var t=e.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(t))throw new kS("Expected a control sequence",e);return t},PT=(e,t,r,n)=>{var 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)};TF({type:"internal",names:["\\global","\\long","\\\\globallong"],props:{numArgs:0,allowedInText:!0},handler(e){var{parser:t,funcName:r}=e;t.consumeSpaces();var n=t.fetch();if(OT[n.text])return"\\global"!==r&&"\\\\globallong"!==r||(n.text=OT[n.text]),hT(t.parseFunction(),"internal");throw new kS("Invalid token after macro prefix",n)}}),TF({type:"internal",names:["\\def","\\gdef","\\edef","\\xdef"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){var{parser:t,funcName:r}=e,n=t.gullet.popToken(),o=n.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(o))throw new kS("Expected a control sequence",n);for(var i,a=0,u=[[]];"{"!==t.gullet.future().text;)if("#"===(n=t.gullet.popToken()).text){if("{"===t.gullet.future().text){i=t.gullet.future(),u[a].push("{");break}if(n=t.gullet.popToken(),!/^[1-9]$/.test(n.text))throw new kS('Invalid argument number "'+n.text+'"');if(parseInt(n.text)!==a+1)throw new kS('Argument number "'+n.text+'" out of order');a++,u.push([])}else{if("EOF"===n.text)throw new kS("Expected a macro definition");u[a].push(n.text)}var{tokens:s}=t.gullet.consumeArg();return i&&s.unshift(i),"\\edef"!==r&&"\\xdef"!==r||(s=t.gullet.expandTokens(s)).reverse(),t.gullet.macros.set(o,{tokens:s,numArgs:a,delimiters:u},r===OT[r]),{type:"internal",mode:t.mode}}}),TF({type:"internal",names:["\\let","\\\\globallet"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){var{parser:t,funcName:r}=e,n=NT(t.gullet.popToken());t.gullet.consumeSpaces();var o=(e=>{var t=e.gullet.popToken();return"="===t.text&&" "===(t=e.gullet.popToken()).text&&(t=e.gullet.popToken()),t})(t);return PT(t,n,o,"\\\\globallet"===r),{type:"internal",mode:t.mode}}}),TF({type:"internal",names:["\\futurelet","\\\\globalfuture"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){var{parser:t,funcName:r}=e,n=NT(t.gullet.popToken()),o=t.gullet.popToken(),i=t.gullet.popToken();return PT(t,n,i,"\\\\globalfuture"===r),t.gullet.pushToken(i),t.gullet.pushToken(o),{type:"internal",mode:t.mode}}});var MT=function(e,t,r){var n=tk(kk.math[e]&&kk.math[e].replace||e,t,r);if(!n)throw new Error("Unsupported symbol "+e+" and font size "+t+".");return n},IT=function(e,t,r,n){var o=r.havingBaseStyle(t),i=CF.makeSpan(n.concat(o.sizingClasses(r)),[e],r),a=o.sizeMultiplier/r.sizeMultiplier;return i.height*=a,i.depth*=a,i.maxFontSize=o.sizeMultiplier,i},RT=function(e,t,r){var n=t.havingBaseStyle(r),o=(1-t.sizeMultiplier/n.sizeMultiplier)*t.fontMetrics().axisHeight;e.classes.push("delimcenter"),e.style.top=dk(o),e.height-=o,e.depth+=o},LT=function(e,t,r,n,o,i){var a=function(e,t,r,n){return CF.makeSymbol(e,"Size"+t+"-Regular",r,n)}(e,t,o,n),u=IT(CF.makeSpan(["delimsizing","size"+t],[a],n),qS.TEXT,n,i);return r&&RT(u,n,qS.TEXT),u},_T=function(e,t,r){var n;return n="Size1-Regular"===t?"delim-size1":"delim-size4",{type:"elem",elem:CF.makeSpan(["delimsizinginner",n],[CF.makeSpan([],[CF.makeSymbol(e,t,r)])])}},zT=function(e,t,r){var n=JS["Size4-Regular"][e.charCodeAt(0)]?JS["Size4-Regular"][e.charCodeAt(0)][4]:JS["Size1-Regular"][e.charCodeAt(0)][4],o=new wk("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))),i=new Ek([o],{width:dk(n),height:dk(t),style:"width:"+dk(n),viewBox:"0 0 "+1e3*n+" "+Math.round(1e3*t),preserveAspectRatio:"xMinYMin"}),a=CF.makeSvgSpan([],[i],r);return a.height=t,a.style.height=dk(t),a.style.width=dk(n),{type:"elem",elem:a}},jT={type:"kern",size:-.008},HT=["|","\\lvert","\\rvert","\\vert"],$T=["\\|","\\lVert","\\rVert","\\Vert"],VT=function(e,t,r,n,o,i){var a,u,s,l,c="",d=0;a=s=l=e,u=null;var f="Size1-Regular";"\\uparrow"===e?s=l="⏐":"\\Uparrow"===e?s=l="‖":"\\downarrow"===e?a=s="⏐":"\\Downarrow"===e?a=s="‖":"\\updownarrow"===e?(a="\\uparrow",s="⏐",l="\\downarrow"):"\\Updownarrow"===e?(a="\\Uparrow",s="‖",l="\\Downarrow"):PS.contains(HT,e)?(s="∣",c="vert",d=333):PS.contains($T,e)?(s="∥",c="doublevert",d=556):"["===e||"\\lbrack"===e?(a="⎡",s="⎢",l="⎣",f="Size4-Regular",c="lbrack",d=667):"]"===e||"\\rbrack"===e?(a="⎤",s="⎥",l="⎦",f="Size4-Regular",c="rbrack",d=667):"\\lfloor"===e||"⌊"===e?(s=a="⎢",l="⎣",f="Size4-Regular",c="lfloor",d=667):"\\lceil"===e||"⌈"===e?(a="⎡",s=l="⎢",f="Size4-Regular",c="lceil",d=667):"\\rfloor"===e||"⌋"===e?(s=a="⎥",l="⎦",f="Size4-Regular",c="rfloor",d=667):"\\rceil"===e||"⌉"===e?(a="⎤",s=l="⎥",f="Size4-Regular",c="rceil",d=667):"("===e||"\\lparen"===e?(a="⎛",s="⎜",l="⎝",f="Size4-Regular",c="lparen",d=875):")"===e||"\\rparen"===e?(a="⎞",s="⎟",l="⎠",f="Size4-Regular",c="rparen",d=875):"\\{"===e||"\\lbrace"===e?(a="⎧",u="⎨",l="⎩",s="⎪",f="Size4-Regular"):"\\}"===e||"\\rbrace"===e?(a="⎫",u="⎬",l="⎭",s="⎪",f="Size4-Regular"):"\\lgroup"===e||"⟮"===e?(a="⎧",l="⎩",s="⎪",f="Size4-Regular"):"\\rgroup"===e||"⟯"===e?(a="⎫",l="⎭",s="⎪",f="Size4-Regular"):"\\lmoustache"===e||"⎰"===e?(a="⎧",l="⎭",s="⎪",f="Size4-Regular"):"\\rmoustache"!==e&&"⎱"!==e||(a="⎫",l="⎩",s="⎪",f="Size4-Regular");var h=MT(a,f,o),p=h.height+h.depth,g=MT(s,f,o),v=g.height+g.depth,m=MT(l,f,o),y=m.height+m.depth,b=0,D=1;if(null!==u){var C=MT(u,f,o);b=C.height+C.depth,D=2}var E=p+y+b,w=E+Math.max(0,Math.ceil((t-E)/(D*v)))*D*v,A=n.fontMetrics().axisHeight;r&&(A*=n.sizeMultiplier);var x=w/2-A,B=[];if(c.length>0){var S=w-p-y,k=Math.round(1e3*w),F=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.")}}(c,Math.round(1e3*S)),T=new wk(c,F),O=(d/1e3).toFixed(3)+"em",N=(k/1e3).toFixed(3)+"em",P=new Ek([T],{width:O,height:N,viewBox:"0 0 "+d+" "+k}),M=CF.makeSvgSpan([],[P],n);M.height=k/1e3,M.style.width=O,M.style.height=N,B.push({type:"elem",elem:M})}else{if(B.push(_T(l,f,o)),B.push(jT),null===u){var I=w-p-y+.016;B.push(zT(s,I,n))}else{var R=(w-p-y-b)/2+.016;B.push(zT(s,R,n)),B.push(jT),B.push(_T(u,f,o)),B.push(jT),B.push(zT(s,R,n))}B.push(jT),B.push(_T(a,f,o))}var L=n.havingBaseStyle(qS.TEXT),_=CF.makeVList({positionType:"bottom",positionData:x,children:B},L);return IT(CF.makeSpan(["delimsizing","mult"],[_],L),qS.TEXT,n,i)},UT=.08,qT=function(e,t,r,n,o){var i=function(e,t,r){t*=1e3;var n="";switch(e){case"sqrtMain":n=function(e,t){return"M95,"+(622+e+t)+"\nc-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-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)+" "+t+"h400000v"+(40+e)+"h-400000z"}(t,KS);break;case"sqrtSize1":n=function(e,t){return"M263,"+(601+e+t)+"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)+" "+t+"h400000v"+(40+e)+"h-400000z"}(t,KS);break;case"sqrtSize2":n=function(e,t){return"M983 "+(10+e+t)+"\nl"+e/3.13+" -"+e+"\nc4,-6.7,10,-10,18,-10 H400000v"+(40+e)+"\nH1013.1s-83.4,268,-264.1,840c-180.7,572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,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)+" "+t+"h400000v"+(40+e)+"h-400000z"}(t,KS);break;case"sqrtSize3":n=function(e,t){return"M424,"+(2398+e+t)+"\nc-1.3,-0.7,-38.5,-172,-111.5,-514c-73,-342,-109.8,-513.3,-110.5,-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)+" "+t+"\nh400000v"+(40+e)+"h-400000z"}(t,KS);break;case"sqrtSize4":n=function(e,t){return"M473,"+(2713+e+t)+"\nc339.3,-1799.3,509.3,-2700,510,-2702 l"+e/5.298+" -"+e+"\nc3.3,-7.3,9.3,-11,18,-11 H400000v"+(40+e)+"H1017.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)+" "+t+"h400000v"+(40+e)+"H1017.7z"}(t,KS);break;case"sqrtTall":n=function(e,t,r){return"M702 "+(e+t)+"H400000"+(40+e)+"\nH742v"+(r-54-t-e)+"l-4 4-4 4c-.667.7 -2 1.5-4 2.5s-4.167 1.833-6.5 2.5-5.5 1-9.5 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 "+t+"H400000v"+(40+e)+"H742z"}(t,KS,r)}return n}(e,n,r),a=new wk(e,i),u=new Ek([a],{width:"400em",height:dk(t),viewBox:"0 0 400000 "+r,preserveAspectRatio:"xMinYMin slice"});return CF.makeSvgSpan(["hide-tail"],[u],o)},WT=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","\\surd"],GT=["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱"],YT=["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"],KT=[0,1.2,1.8,2.4,3],XT=[{type:"small",style:qS.SCRIPTSCRIPT},{type:"small",style:qS.SCRIPT},{type:"small",style:qS.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],ZT=[{type:"small",style:qS.SCRIPTSCRIPT},{type:"small",style:qS.SCRIPT},{type:"small",style:qS.TEXT},{type:"stack"}],JT=[{type:"small",style:qS.SCRIPTSCRIPT},{type:"small",style:qS.SCRIPT},{type:"small",style:qS.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],QT=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.")},eO=function(e,t,r,n){for(var o=Math.min(2,3-n.style.size);o<r.length&&"stack"!==r[o].type;o++){var i=MT(e,QT(r[o]),"math"),a=i.height+i.depth;if("small"===r[o].type&&(a*=n.havingBaseStyle(r[o].style).sizeMultiplier),a>t)return r[o]}return r[r.length-1]},tO=function(e,t,r,n,o,i){var a;"<"===e||"\\lt"===e||"⟨"===e?e="\\langle":">"!==e&&"\\gt"!==e&&"⟩"!==e||(e="\\rangle"),a=PS.contains(YT,e)?XT:PS.contains(WT,e)?JT:ZT;var u=eO(e,t,a,n);return"small"===u.type?function(e,t,r,n,o,i){var a=CF.makeSymbol(e,"Main-Regular",o,n),u=IT(a,t,n,i);return r&&RT(u,n,t),u}(e,u.style,r,n,o,i):"large"===u.type?LT(e,u.size,r,n,o,i):VT(e,t,r,n,o,i)},rO={sqrtImage:function(e,t){var r,n,o=t.havingBaseSizing(),i=eO("\\surd",e*o.sizeMultiplier,JT,o),a=o.sizeMultiplier,u=Math.max(0,t.minRuleThickness-t.fontMetrics().sqrtRuleThickness),s=0,l=0,c=0;return"small"===i.type?(e<1?a=1:e<1.4&&(a=.7),l=(1+u)/a,(r=qT("sqrtMain",s=(1+u+UT)/a,c=1e3+1e3*u+80,u,t)).style.minWidth="0.853em",n=.833/a):"large"===i.type?(c=1080*KT[i.size],l=(KT[i.size]+u)/a,s=(KT[i.size]+u+UT)/a,(r=qT("sqrtSize"+i.size,s,c,u,t)).style.minWidth="1.02em",n=1/a):(s=e+u+UT,l=e+u,c=Math.floor(1e3*e+u)+80,(r=qT("sqrtTall",s,c,u,t)).style.minWidth="0.742em",n=1.056),r.height=l,r.style.height=dk(s),{span:r,advanceWidth:n,ruleWidth:(t.fontMetrics().sqrtRuleThickness+u)*a}},sizedDelim:function(e,t,r,n,o){if("<"===e||"\\lt"===e||"⟨"===e?e="\\langle":">"!==e&&"\\gt"!==e&&"⟩"!==e||(e="\\rangle"),PS.contains(WT,e)||PS.contains(YT,e))return LT(e,t,!1,r,n,o);if(PS.contains(GT,e))return VT(e,KT[t],!1,r,n,o);throw new kS("Illegal delimiter: '"+e+"'")},sizeToMaxHeight:KT,customSizedDelim:tO,leftRightDelim:function(e,t,r,n,o,i){var a=n.fontMetrics().axisHeight*n.sizeMultiplier,u=5/n.fontMetrics().ptPerEm,s=Math.max(t-a,r+a),l=Math.max(s/500*901,2*s-u);return tO(e,l,!0,n,o,i)}},nO={"\\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}},oO=["(","\\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 iO(e,t){var r=gT(e);if(r&&PS.contains(oO,r.text))return r;throw new kS(r?"Invalid delimiter '"+r.text+"' after '"+t.funcName+"'":"Invalid delimiter type '"+e.type+"'",e)}function aO(e){if(!e.body)throw new Error("Bug: The leftright ParseNode wasn't fully parsed.")}TF({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)=>{var r=iO(t[0],e);return{type:"delimsizing",mode:e.parser.mode,size:nO[e.funcName].size,mclass:nO[e.funcName].mclass,delim:r.text}},htmlBuilder:(e,t)=>"."===e.delim?CF.makeSpan([e.mclass]):rO.sizedDelim(e.delim,e.size,t,e.mode,[e.mclass]),mathmlBuilder:e=>{var t=[];"."!==e.delim&&t.push(JF(e.delim,e.mode));var r=new ZF.MathNode("mo",t);"mopen"===e.mclass||"mclose"===e.mclass?r.setAttribute("fence","true"):r.setAttribute("fence","false"),r.setAttribute("stretchy","true");var n=dk(rO.sizeToMaxHeight[e.size]);return r.setAttribute("minsize",n),r.setAttribute("maxsize",n),r}}),TF({type:"leftright-right",names:["\\right"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var r=e.parser.gullet.macros.get("\\current@color");if(r&&"string"!=typeof r)throw new kS("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:e.parser.mode,delim:iO(t[0],e).text,color:r}}}),TF({type:"leftright",names:["\\left"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var r=iO(t[0],e),n=e.parser;++n.leftrightDepth;var o=n.parseExpression(!1);--n.leftrightDepth,n.expect("\\right",!1);var i=hT(n.parseFunction(),"leftright-right");return{type:"leftright",mode:n.mode,body:o,left:r.text,right:i.delim,rightColor:i.color}},htmlBuilder:(e,t)=>{aO(e);for(var r,n,o=zF(e.body,t,!0,["mopen","mclose"]),i=0,a=0,u=!1,s=0;s<o.length;s++)o[s].isMiddle?u=!0:(i=Math.max(o[s].height,i),a=Math.max(o[s].depth,a));if(i*=t.sizeMultiplier,a*=t.sizeMultiplier,r="."===e.left?UF(t,["mopen"]):rO.leftRightDelim(e.left,i,a,t,e.mode,["mopen"]),o.unshift(r),u)for(var l=1;l<o.length;l++){var c=o[l].isMiddle;c&&(o[l]=rO.leftRightDelim(c.delim,i,a,c.options,e.mode,[]))}if("."===e.right)n=UF(t,["mclose"]);else{var d=e.rightColor?t.withColor(e.rightColor):t;n=rO.leftRightDelim(e.right,i,a,d,e.mode,["mclose"])}return o.push(n),CF.makeSpan(["minner"],o,t)},mathmlBuilder:(e,t)=>{aO(e);var r=rT(e.body,t);if("."!==e.left){var n=new ZF.MathNode("mo",[JF(e.left,e.mode)]);n.setAttribute("fence","true"),r.unshift(n)}if("."!==e.right){var o=new ZF.MathNode("mo",[JF(e.right,e.mode)]);o.setAttribute("fence","true"),e.rightColor&&o.setAttribute("mathcolor",e.rightColor),r.push(o)}return QF(r)}}),TF({type:"middle",names:["\\middle"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var r=iO(t[0],e);if(!e.parser.leftrightDepth)throw new kS("\\middle without preceding \\left",r);return{type:"middle",mode:e.parser.mode,delim:r.text}},htmlBuilder:(e,t)=>{var r;if("."===e.delim)r=UF(t,[]);else{r=rO.sizedDelim(e.delim,1,t,e.mode,[]);var n={delim:e.delim,options:t};r.isMiddle=n}return r},mathmlBuilder:(e,t)=>{var r="\\vert"===e.delim||"|"===e.delim?JF("|","text"):JF(e.delim,e.mode),n=new ZF.MathNode("mo",[r]);return n.setAttribute("fence","true"),n.setAttribute("lspace","0.05em"),n.setAttribute("rspace","0.05em"),n}});var uO=(e,t)=>{var r,n,o=CF.wrapFragment(qF(e.body,t),t),i=e.label.slice(1),a=t.sizeMultiplier,u=0,s=PS.isCharacterBox(e.body);if("sout"===i)(r=CF.makeSpan(["stretchy","sout"])).height=t.fontMetrics().defaultRuleThickness/a,u=-.5*t.fontMetrics().xHeight;else if("phase"===i){var l=ck({number:.6,unit:"pt"},t),c=ck({number:.35,unit:"ex"},t);a/=t.havingBaseSizing().sizeMultiplier;var d=o.height+o.depth+l+c;o.style.paddingLeft=dk(d/2+l);var f=Math.floor(1e3*d*a),h=function(e){return"M400000 "+e+" H0 L"+e/2+" 0 l65 45 L145 "+(e-80)+" H400000z"}(f),p=new Ek([new wk("phase",h)],{width:"400em",height:dk(f/1e3),viewBox:"0 0 400000 "+f,preserveAspectRatio:"xMinYMin slice"});(r=CF.makeSvgSpan(["hide-tail"],[p],t)).style.height=dk(d),u=o.depth+l+c}else{/cancel/.test(i)?s||o.classes.push("cancel-pad"):"angl"===i?o.classes.push("anglpad"):o.classes.push("boxpad");var g=0,v=0,m=0;/box/.test(i)?(m=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness),v=g=t.fontMetrics().fboxsep+("colorbox"===i?0:m)):"angl"===i?(g=4*(m=Math.max(t.fontMetrics().defaultRuleThickness,t.minRuleThickness)),v=Math.max(0,.25-o.depth)):v=g=s?.2:0,r=cT(o,i,g,v,t),/fbox|boxed|fcolorbox/.test(i)?(r.style.borderStyle="solid",r.style.borderWidth=dk(m)):"angl"===i&&.049!==m&&(r.style.borderTopWidth=dk(m),r.style.borderRightWidth=dk(m)),u=o.depth+v,e.backgroundColor&&(r.style.backgroundColor=e.backgroundColor,e.borderColor&&(r.style.borderColor=e.borderColor))}if(e.backgroundColor)n=CF.makeVList({positionType:"individualShift",children:[{type:"elem",elem:r,shift:u},{type:"elem",elem:o,shift:0}]},t);else{var y=/cancel|phase/.test(i)?["svg-align"]:[];n=CF.makeVList({positionType:"individualShift",children:[{type:"elem",elem:o,shift:0},{type:"elem",elem:r,shift:u,wrapperClasses:y}]},t)}return/cancel/.test(i)&&(n.height=o.height,n.depth=o.depth),/cancel/.test(i)&&!s?CF.makeSpan(["mord","cancel-lap"],[n],t):CF.makeSpan(["mord"],[n],t)},sO=(e,t)=>{var r=0,n=new ZF.MathNode(e.label.indexOf("colorbox")>-1?"mpadded":"menclose",[oT(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){var o=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness);n.setAttribute("style","border: "+o+"em solid "+String(e.borderColor))}break;case"\\xcancel":n.setAttribute("notation","updiagonalstrike downdiagonalstrike")}return e.backgroundColor&&n.setAttribute("mathbackground",e.backgroundColor),n};TF({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,argTypes:["color","text"]},handler(e,t,r){var{parser:n,funcName:o}=e,i=hT(t[0],"color-token").color,a=t[1];return{type:"enclose",mode:n.mode,label:o,backgroundColor:i,body:a}},htmlBuilder:uO,mathmlBuilder:sO}),TF({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,argTypes:["color","color","text"]},handler(e,t,r){var{parser:n,funcName:o}=e,i=hT(t[0],"color-token").color,a=hT(t[1],"color-token").color,u=t[2];return{type:"enclose",mode:n.mode,label:o,backgroundColor:a,borderColor:i,body:u}},htmlBuilder:uO,mathmlBuilder:sO}),TF({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler(e,t){var{parser:r}=e;return{type:"enclose",mode:r.mode,label:"\\fbox",body:t[0]}}}),TF({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout","\\phase"],props:{numArgs:1},handler(e,t){var{parser:r,funcName:n}=e,o=t[0];return{type:"enclose",mode:r.mode,label:n,body:o}},htmlBuilder:uO,mathmlBuilder:sO}),TF({type:"enclose",names:["\\angl"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!1},handler(e,t){var{parser:r}=e;return{type:"enclose",mode:r.mode,label:"\\angl",body:t[0]}}});var lO={};function cO(e){for(var{type:t,names:r,props:n,handler:o,htmlBuilder:i,mathmlBuilder:a}=e,u={type:t,numArgs:n.numArgs||0,allowedInText:!1,numOptionalArgs:0,handler:o},s=0;s<r.length;++s)lO[r[s]]=u;i&&(kF[t]=i),a&&(FF[t]=a)}var dO={};function fO(e,t){dO[e]=t}function hO(e){var t=[];e.consumeSpaces();var 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}var pO=e=>{if(!e.parser.settings.displayMode)throw new kS("{"+e.envName+"} can be used only in display mode.")};function gO(e){if(-1===e.indexOf("ed"))return-1===e.indexOf("*")}function vO(e,t,r){var{hskipBeforeAndAfter:n,addJot:o,cols:i,arraystretch:a,colSeparationType:u,autoTag:s,singleRow:l,emptySingleRow:c,maxNumCols:d,leqno:f}=t;if(e.gullet.beginGroup(),l||e.gullet.macros.set("\\cr","\\\\\\relax"),!a){var h=e.gullet.expandMacroAsText("\\arraystretch");if(null==h)a=1;else if(!(a=parseFloat(h))||a<0)throw new kS("Invalid \\arraystretch: "+h)}e.gullet.beginGroup();var p=[],g=[p],v=[],m=[],y=null!=s?[]:void 0;function b(){s&&e.gullet.macros.set("\\@eqnsw","1",!0)}function D(){y&&(e.gullet.macros.get("\\df@tag")?(y.push(e.subparse([new SS("\\df@tag")])),e.gullet.macros.set("\\df@tag",void 0,!0)):y.push(Boolean(s)&&"1"===e.gullet.macros.get("\\@eqnsw")))}for(b(),m.push(hO(e));;){var C=e.parseExpression(!1,l?"\\end":"\\\\");e.gullet.endGroup(),e.gullet.beginGroup(),C={type:"ordgroup",mode:e.mode,body:C},r&&(C={type:"styling",mode:e.mode,style:r,body:[C]}),p.push(C);var E=e.fetch().text;if("&"===E){if(d&&p.length===d){if(l||u)throw new kS("Too many tab characters: &",e.nextToken);e.settings.reportNonstrict("textEnv","Too few columns specified in the {array} column argument.")}e.consume()}else{if("\\end"===E){D(),1===p.length&&"styling"===C.type&&0===C.body[0].body.length&&(g.length>1||!c)&&g.pop(),m.length<g.length+1&&m.push([]);break}if("\\\\"!==E)throw new kS("Expected & or \\\\ or \\cr or \\end",e.nextToken);e.consume();var w=void 0;" "!==e.gullet.future().text&&(w=e.parseSizeGroup(!0)),v.push(w?w.value:null),D(),m.push(hO(e)),p=[],g.push(p),b()}}return e.gullet.endGroup(),e.gullet.endGroup(),{type:"array",mode:e.mode,addJot:o,arraystretch:a,body:g,cols:i,rowGaps:v,hskipBeforeAndAfter:n,hLinesBeforeRow:m,colSeparationType:u,tags:y,leqno:f}}function mO(e){return"d"===e.slice(0,1)?"display":"text"}var yO=function(e,t){var r,n,o=e.body.length,i=e.hLinesBeforeRow,a=0,u=new Array(o),s=[],l=Math.max(t.fontMetrics().arrayRuleWidth,t.minRuleThickness),c=1/t.fontMetrics().ptPerEm,d=5*c;e.colSeparationType&&"small"===e.colSeparationType&&(d=t.havingStyle(qS.SCRIPT).sizeMultiplier/t.sizeMultiplier*.2778);var f="CD"===e.colSeparationType?ck({number:3,unit:"ex"},t):12*c,h=3*c,p=e.arraystretch*f,g=.7*p,v=.3*p,m=0;function y(e){for(var t=0;t<e.length;++t)t>0&&(m+=.25),s.push({pos:m,isDashed:e[t]})}for(y(i[0]),r=0;r<e.body.length;++r){var b=e.body[r],D=g,C=v;a<b.length&&(a=b.length);var E=new Array(b.length);for(n=0;n<b.length;++n){var w=qF(b[n],t);C<w.depth&&(C=w.depth),D<w.height&&(D=w.height),E[n]=w}var A=e.rowGaps[r],x=0;A&&(x=ck(A,t))>0&&(C<(x+=v)&&(C=x),x=0),e.addJot&&(C+=h),E.height=D,E.depth=C,m+=D,E.pos=m,m+=C+x,u[r]=E,y(i[r+1])}var B,S,k=m/2+t.fontMetrics().axisHeight,F=e.cols||[],T=[],O=[];if(e.tags&&e.tags.some(e=>e))for(r=0;r<o;++r){var N=u[r],P=N.pos-k,M=e.tags[r],I=void 0;(I=!0===M?CF.makeSpan(["eqn-num"],[],t):!1===M?CF.makeSpan([],[],t):CF.makeSpan([],zF(M,t,!0),t)).depth=N.depth,I.height=N.height,O.push({type:"elem",elem:I,shift:P})}for(n=0,S=0;n<a||S<F.length;++n,++S){for(var R=F[S]||{},L=!0;"separator"===R.type;){if(L||((B=CF.makeSpan(["arraycolsep"],[])).style.width=dk(t.fontMetrics().doubleRuleSep),T.push(B)),"|"!==R.separator&&":"!==R.separator)throw new kS("Invalid separator type: "+R.separator);var _="|"===R.separator?"solid":"dashed",z=CF.makeSpan(["vertical-separator"],[],t);z.style.height=dk(m),z.style.borderRightWidth=dk(l),z.style.borderRightStyle=_,z.style.margin="0 "+dk(-l/2);var j=m-k;j&&(z.style.verticalAlign=dk(-j)),T.push(z),R=F[++S]||{},L=!1}if(!(n>=a)){var H=void 0;(n>0||e.hskipBeforeAndAfter)&&0!==(H=PS.deflt(R.pregap,d))&&((B=CF.makeSpan(["arraycolsep"],[])).style.width=dk(H),T.push(B));var $=[];for(r=0;r<o;++r){var V=u[r],U=V[n];if(U){var q=V.pos-k;U.depth=V.depth,U.height=V.height,$.push({type:"elem",elem:U,shift:q})}}$=CF.makeVList({positionType:"individualShift",children:$},t),$=CF.makeSpan(["col-align-"+(R.align||"c")],[$]),T.push($),(n<a-1||e.hskipBeforeAndAfter)&&0!==(H=PS.deflt(R.postgap,d))&&((B=CF.makeSpan(["arraycolsep"],[])).style.width=dk(H),T.push(B))}}if(u=CF.makeSpan(["mtable"],T),s.length>0){for(var W=CF.makeLineSpan("hline",t,l),G=CF.makeLineSpan("hdashline",t,l),Y=[{type:"elem",elem:u,shift:0}];s.length>0;){var K=s.pop(),X=K.pos-k;K.isDashed?Y.push({type:"elem",elem:G,shift:X}):Y.push({type:"elem",elem:W,shift:X})}u=CF.makeVList({positionType:"individualShift",children:Y},t)}if(0===O.length)return CF.makeSpan(["mord"],[u],t);var Z=CF.makeVList({positionType:"individualShift",children:O},t);return Z=CF.makeSpan(["tag"],[Z],t),CF.makeFragment([u,Z])},bO={c:"center ",l:"left ",r:"right "},DO=function(e,t){for(var r=[],n=new ZF.MathNode("mtd",[],["mtr-glue"]),o=new ZF.MathNode("mtd",[],["mml-eqn-num"]),i=0;i<e.body.length;i++){for(var a=e.body[i],u=[],s=0;s<a.length;s++)u.push(new ZF.MathNode("mtd",[oT(a[s],t)]));e.tags&&e.tags[i]&&(u.unshift(n),u.push(n),e.leqno?u.unshift(o):u.push(o)),r.push(new ZF.MathNode("mtr",u))}var l=new ZF.MathNode("mtable",r),c=.5===e.arraystretch?.1:.16+e.arraystretch-1+(e.addJot?.09:0);l.setAttribute("rowspacing",dk(c));var d="",f="";if(e.cols&&e.cols.length>0){var h=e.cols,p="",g=!1,v=0,m=h.length;"separator"===h[0].type&&(d+="top ",v=1),"separator"===h[h.length-1].type&&(d+="bottom ",m-=1);for(var y=v;y<m;y++)"align"===h[y].type?(f+=bO[h[y].align],g&&(p+="none "),g=!0):"separator"===h[y].type&&g&&(p+="|"===h[y].separator?"solid ":"dashed ",g=!1);l.setAttribute("columnalign",f.trim()),/[sd]/.test(p)&&l.setAttribute("columnlines",p.trim())}if("align"===e.colSeparationType){for(var b=e.cols||[],D="",C=1;C<b.length;C++)D+=C%2?"0em ":"1em ";l.setAttribute("columnspacing",D.trim())}else"alignat"===e.colSeparationType||"gather"===e.colSeparationType?l.setAttribute("columnspacing","0em"):"small"===e.colSeparationType?l.setAttribute("columnspacing","0.2778em"):"CD"===e.colSeparationType?l.setAttribute("columnspacing","0.5em"):l.setAttribute("columnspacing","1em");var E="",w=e.hLinesBeforeRow;d+=w[0].length>0?"left ":"",d+=w[w.length-1].length>0?"right ":"";for(var A=1;A<w.length-1;A++)E+=0===w[A].length?"none ":w[A][0]?"dashed ":"solid ";return/[sd]/.test(E)&&l.setAttribute("rowlines",E.trim()),""!==d&&(l=new ZF.MathNode("menclose",[l])).setAttribute("notation",d.trim()),e.arraystretch&&e.arraystretch<1&&(l=new ZF.MathNode("mstyle",[l])).setAttribute("scriptlevel","1"),l},CO=function(e,t){-1===e.envName.indexOf("ed")&&pO(e);var r,n=[],o=e.envName.indexOf("at")>-1?"alignat":"align",i="split"===e.envName,a=vO(e.parser,{cols:n,addJot:!0,autoTag:i?void 0:gO(e.envName),emptySingleRow:!0,colSeparationType:o,maxNumCols:i?2:void 0,leqno:e.parser.settings.leqno},"display"),u=0,s={type:"ordgroup",mode:e.mode,body:[]};if(t[0]&&"ordgroup"===t[0].type){for(var l="",c=0;c<t[0].body.length;c++){l+=hT(t[0].body[c],"textord").text}r=Number(l),u=2*r}var d=!u;a.body.forEach(function(e){for(var t=1;t<e.length;t+=2){var n=hT(e[t],"styling");hT(n.body[0],"ordgroup").body.unshift(s)}if(d)u<e.length&&(u=e.length);else{var o=e.length/2;if(r<o)throw new kS("Too many math in a row: expected "+r+", but got "+o,e[0])}});for(var f=0;f<u;++f){var h="r",p=0;f%2==1?h="l":f>0&&d&&(p=1),n[f]={type:"align",align:h,pregap:p,postgap:0}}return a.colSeparationType=d?"align":"alignat",a};cO({type:"array",names:["array","darray"],props:{numArgs:1},handler(e,t){var r=(gT(t[0])?[t[0]]:hT(t[0],"ordgroup").body).map(function(e){var t=pT(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 kS("Unknown column alignment: "+t,e)}),n={cols:r,hskipBeforeAndAfter:!0,maxNumCols:r.length};return vO(e.parser,n,mO(e.envName))},htmlBuilder:yO,mathmlBuilder:DO}),cO({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix","matrix*","pmatrix*","bmatrix*","Bmatrix*","vmatrix*","Vmatrix*"],props:{numArgs:0},handler(e){var t={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[e.envName.replace("*","")],r="c",n={hskipBeforeAndAfter:!1,cols:[{type:"align",align:r}]};if("*"===e.envName.charAt(e.envName.length-1)){var o=e.parser;if(o.consumeSpaces(),"["===o.fetch().text){if(o.consume(),o.consumeSpaces(),r=o.fetch().text,-1==="lcr".indexOf(r))throw new kS("Expected l or c or r",o.nextToken);o.consume(),o.consumeSpaces(),o.expect("]"),o.consume(),n.cols=[{type:"align",align:r}]}}var i=vO(e.parser,n,mO(e.envName)),a=Math.max(0,...i.body.map(e=>e.length));return i.cols=new Array(a).fill({type:"align",align:r}),t?{type:"leftright",mode:e.mode,body:[i],left:t[0],right:t[1],rightColor:void 0}:i},htmlBuilder:yO,mathmlBuilder:DO}),cO({type:"array",names:["smallmatrix"],props:{numArgs:0},handler(e){var t=vO(e.parser,{arraystretch:.5},"script");return t.colSeparationType="small",t},htmlBuilder:yO,mathmlBuilder:DO}),cO({type:"array",names:["subarray"],props:{numArgs:1},handler(e,t){var r=(gT(t[0])?[t[0]]:hT(t[0],"ordgroup").body).map(function(e){var t=pT(e).text;if(-1!=="lc".indexOf(t))return{type:"align",align:t};throw new kS("Unknown column alignment: "+t,e)});if(r.length>1)throw new kS("{subarray} can contain only one column");var n={cols:r,hskipBeforeAndAfter:!1,arraystretch:.5};if((n=vO(e.parser,n,"script")).body.length>0&&n.body[0].length>1)throw new kS("{subarray} can contain only one column");return n},htmlBuilder:yO,mathmlBuilder:DO}),cO({type:"array",names:["cases","dcases","rcases","drcases"],props:{numArgs:0},handler(e){var t=vO(e.parser,{arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},mO(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:yO,mathmlBuilder:DO}),cO({type:"array",names:["align","align*","aligned","split"],props:{numArgs:0},handler:CO,htmlBuilder:yO,mathmlBuilder:DO}),cO({type:"array",names:["gathered","gather","gather*"],props:{numArgs:0},handler(e){PS.contains(["gather","gather*"],e.envName)&&pO(e);var t={cols:[{type:"align",align:"c"}],addJot:!0,colSeparationType:"gather",autoTag:gO(e.envName),emptySingleRow:!0,leqno:e.parser.settings.leqno};return vO(e.parser,t,"display")},htmlBuilder:yO,mathmlBuilder:DO}),cO({type:"array",names:["alignat","alignat*","alignedat"],props:{numArgs:1},handler:CO,htmlBuilder:yO,mathmlBuilder:DO}),cO({type:"array",names:["equation","equation*"],props:{numArgs:0},handler(e){pO(e);var t={autoTag:gO(e.envName),emptySingleRow:!0,singleRow:!0,maxNumCols:1,leqno:e.parser.settings.leqno};return vO(e.parser,t,"display")},htmlBuilder:yO,mathmlBuilder:DO}),cO({type:"array",names:["CD"],props:{numArgs:0},handler:e=>(pO(e),function(e){var 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();var r=e.fetch().text;if("&"!==r&&"\\\\"!==r){if("\\end"===r){0===t[t.length-1].length&&t.pop();break}throw new kS("Expected \\\\ or \\cr or \\end",e.nextToken)}e.consume()}for(var n=[],o=[n],i=0;i<t.length;i++){for(var a=t[i],u=xT(),s=0;s<a.length;s++)if(BT(a[s])){n.push(u);var l=pT(a[s+=1]).text,c=new Array(2);if(c[0]={type:"ordgroup",mode:"math",body:[]},c[1]={type:"ordgroup",mode:"math",body:[]},"=|.".indexOf(l)>-1);else{if(!("<>AV".indexOf(l)>-1))throw new kS('Expected one of "<>AV=|." after @',a[s]);for(var d=0;d<2;d++){for(var f=!0,h=s+1;h<a.length;h++){if(ST(a[h],l)){f=!1,s=h;break}if(BT(a[h]))throw new kS("Missing a "+l+" character to complete a CD arrow.",a[h]);c[d].body.push(a[h])}if(f)throw new kS("Missing a "+l+" character to complete a CD arrow.",a[s])}}var p={type:"styling",body:[kT(l,c,e)],mode:"math",style:"display"};n.push(p),u=xT()}else u.body.push(a[s]);i%2==0?n.push(u):n.shift(),n=[],o.push(n)}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:yO,mathmlBuilder:DO}),fO("\\nonumber","\\gdef\\@eqnsw{0}"),fO("\\notag","\\nonumber"),TF({type:"text",names:["\\hline","\\hdashline"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler(e,t){throw new kS(e.funcName+" valid only within array environment")}});var EO=lO;TF({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler(e,t){var{parser:r,funcName:n}=e,o=t[0];if("ordgroup"!==o.type)throw new kS("Invalid environment name",o);for(var i="",a=0;a<o.body.length;++a)i+=hT(o.body[a],"textord").text;if("\\begin"===n){if(!EO.hasOwnProperty(i))throw new kS("No such environment: "+i,o);var u=EO[i],{args:s,optArgs:l}=r.parseArguments("\\begin{"+i+"}",u),c={mode:r.mode,envName:i,parser:r},d=u.handler(c,s,l);r.expect("\\end",!1);var f=r.nextToken,h=hT(r.parseFunction(),"environment");if(h.name!==i)throw new kS("Mismatch: \\begin{"+i+"} matched by \\end{"+h.name+"}",f);return d}return{type:"environment",mode:r.mode,name:i,nameGroup:o}}});var wO=(e,t)=>{var r=e.font,n=t.withFont(r);return qF(e.body,n)},AO=(e,t)=>{var r=e.font,n=t.withFont(r);return oT(e.body,n)},xO={"\\Bbb":"\\mathbb","\\bold":"\\mathbf","\\frak":"\\mathfrak","\\bm":"\\boldsymbol"};TF({type:"font",names:["\\mathrm","\\mathit","\\mathbf","\\mathnormal","\\mathsfit","\\mathbb","\\mathcal","\\mathfrak","\\mathscr","\\mathsf","\\mathtt","\\Bbb","\\bold","\\frak"],props:{numArgs:1,allowedInArgument:!0},handler:(e,t)=>{var{parser:r,funcName:n}=e,o=NF(t[0]),i=n;return i in xO&&(i=xO[i]),{type:"font",mode:r.mode,font:i.slice(1),body:o}},htmlBuilder:wO,mathmlBuilder:AO}),TF({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1},handler:(e,t)=>{var{parser:r}=e,n=t[0],o=PS.isCharacterBox(n);return{type:"mclass",mode:r.mode,mclass:wT(n),body:[{type:"font",mode:r.mode,font:"boldsymbol",body:n}],isCharacterBox:o}}}),TF({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it","\\cal"],props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{var{parser:r,funcName:n,breakOnTokenText:o}=e,{mode:i}=r,a=r.parseExpression(!0,o);return{type:"font",mode:i,font:"math"+n.slice(1),body:{type:"ordgroup",mode:r.mode,body:a}}},htmlBuilder:wO,mathmlBuilder:AO});var BO=(e,t)=>{var r=t;return"display"===e?r=r.id>=qS.SCRIPT.id?r.text():qS.DISPLAY:"text"===e&&r.size===qS.DISPLAY.size?r=qS.TEXT:"script"===e?r=qS.SCRIPT:"scriptscript"===e&&(r=qS.SCRIPTSCRIPT),r},SO=(e,t)=>{var r,n=BO(e.size,t.style),o=n.fracNum(),i=n.fracDen();r=t.havingStyle(o);var a=qF(e.numer,r,t);if(e.continued){var u=8.5/t.fontMetrics().ptPerEm,s=3.5/t.fontMetrics().ptPerEm;a.height=a.height<u?u:a.height,a.depth=a.depth<s?s:a.depth}r=t.havingStyle(i);var l,c,d,f,h,p,g,v,m,y,b=qF(e.denom,r,t);if(e.hasBarLine?(e.barSize?(c=ck(e.barSize,t),l=CF.makeLineSpan("frac-line",t,c)):l=CF.makeLineSpan("frac-line",t),c=l.height,d=l.height):(l=null,c=0,d=t.fontMetrics().defaultRuleThickness),n.size===qS.DISPLAY.size||"display"===e.size?(f=t.fontMetrics().num1,h=c>0?3*d:7*d,p=t.fontMetrics().denom1):(c>0?(f=t.fontMetrics().num2,h=d):(f=t.fontMetrics().num3,h=3*d),p=t.fontMetrics().denom2),l){var D=t.fontMetrics().axisHeight;f-a.depth-(D+.5*c)<h&&(f+=h-(f-a.depth-(D+.5*c))),D-.5*c-(b.height-p)<h&&(p+=h-(D-.5*c-(b.height-p)));var C=-(D-.5*c);g=CF.makeVList({positionType:"individualShift",children:[{type:"elem",elem:b,shift:p},{type:"elem",elem:l,shift:C},{type:"elem",elem:a,shift:-f}]},t)}else{var E=f-a.depth-(b.height-p);E<h&&(f+=.5*(h-E),p+=.5*(h-E)),g=CF.makeVList({positionType:"individualShift",children:[{type:"elem",elem:b,shift:p},{type:"elem",elem:a,shift:-f}]},t)}return r=t.havingStyle(n),g.height*=r.sizeMultiplier/t.sizeMultiplier,g.depth*=r.sizeMultiplier/t.sizeMultiplier,v=n.size===qS.DISPLAY.size?t.fontMetrics().delim1:n.size===qS.SCRIPTSCRIPT.size?t.havingStyle(qS.SCRIPT).fontMetrics().delim2:t.fontMetrics().delim2,m=null==e.leftDelim?UF(t,["mopen"]):rO.customSizedDelim(e.leftDelim,v,!0,t.havingStyle(n),e.mode,["mopen"]),y=e.continued?CF.makeSpan([]):null==e.rightDelim?UF(t,["mclose"]):rO.customSizedDelim(e.rightDelim,v,!0,t.havingStyle(n),e.mode,["mclose"]),CF.makeSpan(["mord"].concat(r.sizingClasses(t)),[m,CF.makeSpan(["mfrac"],[g]),y],t)},kO=(e,t)=>{var r=new ZF.MathNode("mfrac",[oT(e.numer,t),oT(e.denom,t)]);if(e.hasBarLine){if(e.barSize){var n=ck(e.barSize,t);r.setAttribute("linethickness",dk(n))}}else r.setAttribute("linethickness","0px");var o=BO(e.size,t.style);if(o.size!==t.style.size){r=new ZF.MathNode("mstyle",[r]);var i=o.size===qS.DISPLAY.size?"true":"false";r.setAttribute("displaystyle",i),r.setAttribute("scriptlevel","0")}if(null!=e.leftDelim||null!=e.rightDelim){var a=[];if(null!=e.leftDelim){var u=new ZF.MathNode("mo",[new ZF.TextNode(e.leftDelim.replace("\\",""))]);u.setAttribute("fence","true"),a.push(u)}if(a.push(r),null!=e.rightDelim){var s=new ZF.MathNode("mo",[new ZF.TextNode(e.rightDelim.replace("\\",""))]);s.setAttribute("fence","true"),a.push(s)}return QF(a)}return r};TF({type:"genfrac",names:["\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,allowedInArgument:!0},handler:(e,t)=>{var r,{parser:n,funcName:o}=e,i=t[0],a=t[1],u=null,s=null,l="auto";switch(o){case"\\dfrac":case"\\frac":case"\\tfrac":r=!0;break;case"\\\\atopfrac":r=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":r=!1,u="(",s=")";break;case"\\\\bracefrac":r=!1,u="\\{",s="\\}";break;case"\\\\brackfrac":r=!1,u="[",s="]";break;default:throw new Error("Unrecognized genfrac command")}switch(o){case"\\dfrac":case"\\dbinom":l="display";break;case"\\tfrac":case"\\tbinom":l="text"}return{type:"genfrac",mode:n.mode,continued:!1,numer:i,denom:a,hasBarLine:r,leftDelim:u,rightDelim:s,size:l,barSize:null}},htmlBuilder:SO,mathmlBuilder:kO}),TF({type:"genfrac",names:["\\cfrac"],props:{numArgs:2},handler:(e,t)=>{var{parser:r,funcName:n}=e,o=t[0],i=t[1];return{type:"genfrac",mode:r.mode,continued:!0,numer:o,denom:i,hasBarLine:!0,leftDelim:null,rightDelim:null,size:"display",barSize:null}}}),TF({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler(e){var 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}}});var FO=["display","text","script","scriptscript"],TO=function(e){var t=null;return e.length>0&&(t="."===(t=e)?null:t),t};TF({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,allowedInArgument:!0,argTypes:["math","math","size","text","math","math"]},handler(e,t){var r,{parser:n}=e,o=t[4],i=t[5],a=NF(t[0]),u="atom"===a.type&&"open"===a.family?TO(a.text):null,s=NF(t[1]),l="atom"===s.type&&"close"===s.family?TO(s.text):null,c=hT(t[2],"size"),d=null;r=!!c.isBlank||(d=c.value).number>0;var f="auto",h=t[3];if("ordgroup"===h.type){if(h.body.length>0){var p=hT(h.body[0],"textord");f=FO[Number(p.text)]}}else h=hT(h,"textord"),f=FO[Number(h.text)];return{type:"genfrac",mode:n.mode,numer:o,denom:i,continued:!1,hasBarLine:r,barSize:d,leftDelim:u,rightDelim:l,size:f}},htmlBuilder:SO,mathmlBuilder:kO}),TF({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler(e,t){var{parser:r,funcName:n,token:o}=e;return{type:"infix",mode:r.mode,replaceWith:"\\\\abovefrac",size:hT(t[0],"size").value,token:o}}}),TF({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:(e,t)=>{var{parser:r,funcName:n}=e,o=t[0],i=function(e){if(!e)throw new Error("Expected non-null, but got "+String(e));return e}(hT(t[1],"infix").size),a=t[2],u=i.number>0;return{type:"genfrac",mode:r.mode,numer:o,denom:a,continued:!1,hasBarLine:u,barSize:i,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:SO,mathmlBuilder:kO});var OO=(e,t)=>{var r,n,o=t.style;"supsub"===e.type?(r=e.sup?qF(e.sup,t.havingStyle(o.sup()),t):qF(e.sub,t.havingStyle(o.sub()),t),n=hT(e.base,"horizBrace")):n=hT(e,"horizBrace");var i,a=qF(n.base,t.havingBaseStyle(qS.DISPLAY)),u=fT(n,t);if(n.isOver?(i=CF.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:a},{type:"kern",size:.1},{type:"elem",elem:u}]},t)).children[0].children[0].children[1].classes.push("svg-align"):(i=CF.makeVList({positionType:"bottom",positionData:a.depth+.1+u.height,children:[{type:"elem",elem:u},{type:"kern",size:.1},{type:"elem",elem:a}]},t)).children[0].children[0].children[0].classes.push("svg-align"),r){var s=CF.makeSpan(["mord",n.isOver?"mover":"munder"],[i],t);i=n.isOver?CF.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:s},{type:"kern",size:.2},{type:"elem",elem:r}]},t):CF.makeVList({positionType:"bottom",positionData:s.depth+.2+r.height+r.depth,children:[{type:"elem",elem:r},{type:"kern",size:.2},{type:"elem",elem:s}]},t)}return CF.makeSpan(["mord",n.isOver?"mover":"munder"],[i],t)};TF({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler(e,t){var{parser:r,funcName:n}=e;return{type:"horizBrace",mode:r.mode,label:n,isOver:/^\\over/.test(n),base:t[0]}},htmlBuilder:OO,mathmlBuilder:(e,t)=>{var r=dT(e.label);return new ZF.MathNode(e.isOver?"mover":"munder",[oT(e.base,t),r])}}),TF({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:(e,t)=>{var{parser:r}=e,n=t[1],o=hT(t[0],"url").url;return r.settings.isTrusted({command:"\\href",url:o})?{type:"href",mode:r.mode,href:o,body:PF(n)}:r.formatUnsupportedCmd("\\href")},htmlBuilder:(e,t)=>{var r=zF(e.body,t,!1);return CF.makeAnchor(e.href,[],r,t)},mathmlBuilder:(e,t)=>{var r=nT(e.body,t);return r instanceof KF||(r=new KF("mrow",[r])),r.setAttribute("href",e.href),r}}),TF({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:(e,t)=>{var{parser:r}=e,n=hT(t[0],"url").url;if(!r.settings.isTrusted({command:"\\url",url:n}))return r.formatUnsupportedCmd("\\url");for(var o=[],i=0;i<n.length;i++){var a=n[i];"~"===a&&(a="\\textasciitilde"),o.push({type:"textord",mode:"text",text:a})}var u={type:"text",mode:r.mode,font:"\\texttt",body:o};return{type:"href",mode:r.mode,href:n,body:PF(u)}}}),TF({type:"hbox",names:["\\hbox"],props:{numArgs:1,argTypes:["text"],allowedInText:!0,primitive:!0},handler(e,t){var{parser:r}=e;return{type:"hbox",mode:r.mode,body:PF(t[0])}},htmlBuilder(e,t){var r=zF(e.body,t,!1);return CF.makeFragment(r)},mathmlBuilder:(e,t)=>new ZF.MathNode("mrow",rT(e.body,t))}),TF({type:"html",names:["\\htmlClass","\\htmlId","\\htmlStyle","\\htmlData"],props:{numArgs:2,argTypes:["raw","original"],allowedInText:!0},handler:(e,t)=>{var r,{parser:n,funcName:o,token:i}=e,a=hT(t[0],"raw").string,u=t[1];n.settings.strict&&n.settings.reportNonstrict("htmlExtension","HTML extension is disabled on strict mode");var s={};switch(o){case"\\htmlClass":s.class=a,r={command:"\\htmlClass",class:a};break;case"\\htmlId":s.id=a,r={command:"\\htmlId",id:a};break;case"\\htmlStyle":s.style=a,r={command:"\\htmlStyle",style:a};break;case"\\htmlData":for(var l=a.split(","),c=0;c<l.length;c++){var d=l[c].split("=");if(2!==d.length)throw new kS("Error parsing key-value for \\htmlData");s["data-"+d[0].trim()]=d[1].trim()}r={command:"\\htmlData",attributes:s};break;default:throw new Error("Unrecognized html command")}return n.settings.isTrusted(r)?{type:"html",mode:n.mode,attributes:s,body:PF(u)}:n.formatUnsupportedCmd(o)},htmlBuilder:(e,t)=>{var r=zF(e.body,t,!1),n=["enclosing"];e.attributes.class&&n.push(...e.attributes.class.trim().split(/\s+/));var o=CF.makeSpan(n,r,t);for(var i in e.attributes)"class"!==i&&e.attributes.hasOwnProperty(i)&&o.setAttribute(i,e.attributes[i]);return o},mathmlBuilder:(e,t)=>nT(e.body,t)}),TF({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInText:!0},handler:(e,t)=>{var{parser:r}=e;return{type:"htmlmathml",mode:r.mode,html:PF(t[0]),mathml:PF(t[1])}},htmlBuilder:(e,t)=>{var r=zF(e.html,t,!1);return CF.makeFragment(r)},mathmlBuilder:(e,t)=>nT(e.mathml,t)});var NO=function(e){if(/^[-+]? *(\d+(\.\d*)?|\.\d+)$/.test(e))return{number:+e,unit:"bp"};var t=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(e);if(!t)throw new kS("Invalid size: '"+e+"' in \\includegraphics");var r={number:+(t[1]+t[2]),unit:t[3]};if(!lk(r))throw new kS("Invalid unit: '"+r.unit+"' in \\includegraphics.");return r};TF({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:(e,t,r)=>{var{parser:n}=e,o={number:0,unit:"em"},i={number:.9,unit:"em"},a={number:0,unit:"em"},u="";if(r[0])for(var s=hT(r[0],"raw").string.split(","),l=0;l<s.length;l++){var c=s[l].split("=");if(2===c.length){var d=c[1].trim();switch(c[0].trim()){case"alt":u=d;break;case"width":o=NO(d);break;case"height":i=NO(d);break;case"totalheight":a=NO(d);break;default:throw new kS("Invalid key: '"+c[0]+"' in \\includegraphics.")}}}var f=hT(t[0],"url").url;return""===u&&(u=(u=(u=f).replace(/^.*[\\/]/,"")).substring(0,u.lastIndexOf("."))),n.settings.isTrusted({command:"\\includegraphics",url:f})?{type:"includegraphics",mode:n.mode,alt:u,width:o,height:i,totalheight:a,src:f}:n.formatUnsupportedCmd("\\includegraphics")},htmlBuilder:(e,t)=>{var r=ck(e.height,t),n=0;e.totalheight.number>0&&(n=ck(e.totalheight,t)-r);var o=0;e.width.number>0&&(o=ck(e.width,t));var i={height:dk(r+n)};o>0&&(i.width=dk(o)),n>0&&(i.verticalAlign=dk(-n));var a=new bk(e.src,e.alt,i);return a.height=r,a.depth=n,a},mathmlBuilder:(e,t)=>{var r=new ZF.MathNode("mglyph",[]);r.setAttribute("alt",e.alt);var n=ck(e.height,t),o=0;if(e.totalheight.number>0&&(o=ck(e.totalheight,t)-n,r.setAttribute("valign",dk(-o))),r.setAttribute("height",dk(n+o)),e.width.number>0){var i=ck(e.width,t);r.setAttribute("width",dk(i))}return r.setAttribute("src",e.src),r}}),TF({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],primitive:!0,allowedInText:!0},handler(e,t){var{parser:r,funcName:n}=e,o=hT(t[0],"size");if(r.settings.strict){var i="m"===n[1],a="mu"===o.value.unit;i?(a||r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" supports only mu units, not "+o.value.unit+" units"),"math"!==r.mode&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" works only in math mode")):a&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" doesn't support mu units")}return{type:"kern",mode:r.mode,dimension:o.value}},htmlBuilder:(e,t)=>CF.makeGlue(e.dimension,t),mathmlBuilder(e,t){var r=ck(e.dimension,t);return new ZF.SpaceNode(r)}}),TF({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:r,funcName:n}=e,o=t[0];return{type:"lap",mode:r.mode,alignment:n.slice(5),body:o}},htmlBuilder:(e,t)=>{var r;"clap"===e.alignment?(r=CF.makeSpan([],[qF(e.body,t)]),r=CF.makeSpan(["inner"],[r],t)):r=CF.makeSpan(["inner"],[qF(e.body,t)]);var n=CF.makeSpan(["fix"],[]),o=CF.makeSpan([e.alignment],[r,n],t),i=CF.makeSpan(["strut"]);return i.style.height=dk(o.height+o.depth),o.depth&&(i.style.verticalAlign=dk(-o.depth)),o.children.unshift(i),o=CF.makeSpan(["thinbox"],[o],t),CF.makeSpan(["mord","vbox"],[o],t)},mathmlBuilder:(e,t)=>{var r=new ZF.MathNode("mpadded",[oT(e.body,t)]);if("rlap"!==e.alignment){var n="llap"===e.alignment?"-1":"-0.5";r.setAttribute("lspace",n+"width")}return r.setAttribute("width","0px"),r}}),TF({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){var{funcName:r,parser:n}=e,o=n.mode;n.switchMode("math");var i="\\("===r?"\\)":"$",a=n.parseExpression(!1,i);return n.expect(i),n.switchMode(o),{type:"styling",mode:n.mode,style:"text",body:a}}}),TF({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){throw new kS("Mismatched "+e.funcName)}});var PO=(e,t)=>{switch(t.style.size){case qS.DISPLAY.size:return e.display;case qS.TEXT.size:return e.text;case qS.SCRIPT.size:return e.script;case qS.SCRIPTSCRIPT.size:return e.scriptscript;default:return e.text}};TF({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4,primitive:!0},handler:(e,t)=>{var{parser:r}=e;return{type:"mathchoice",mode:r.mode,display:PF(t[0]),text:PF(t[1]),script:PF(t[2]),scriptscript:PF(t[3])}},htmlBuilder:(e,t)=>{var r=PO(e,t),n=zF(r,t,!1);return CF.makeFragment(n)},mathmlBuilder:(e,t)=>{var r=PO(e,t);return nT(r,t)}});var MO=(e,t,r,n,o,i,a)=>{e=CF.makeSpan([],[e]);var u,s,l,c=r&&PS.isCharacterBox(r);if(t){var d=qF(t,n.havingStyle(o.sup()),n);s={elem:d,kern:Math.max(n.fontMetrics().bigOpSpacing1,n.fontMetrics().bigOpSpacing3-d.depth)}}if(r){var f=qF(r,n.havingStyle(o.sub()),n);u={elem:f,kern:Math.max(n.fontMetrics().bigOpSpacing2,n.fontMetrics().bigOpSpacing4-f.height)}}if(s&&u){var h=n.fontMetrics().bigOpSpacing5+u.elem.height+u.elem.depth+u.kern+e.depth+a;l=CF.makeVList({positionType:"bottom",positionData:h,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:u.elem,marginLeft:dk(-i)},{type:"kern",size:u.kern},{type:"elem",elem:e},{type:"kern",size:s.kern},{type:"elem",elem:s.elem,marginLeft:dk(i)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}else if(u){var p=e.height-a;l=CF.makeVList({positionType:"top",positionData:p,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:u.elem,marginLeft:dk(-i)},{type:"kern",size:u.kern},{type:"elem",elem:e}]},n)}else{if(!s)return e;var g=e.depth+a;l=CF.makeVList({positionType:"bottom",positionData:g,children:[{type:"elem",elem:e},{type:"kern",size:s.kern},{type:"elem",elem:s.elem,marginLeft:dk(i)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}var v=[l];if(u&&0!==i&&!c){var m=CF.makeSpan(["mspace"],[],n);m.style.marginRight=dk(i),v.unshift(m)}return CF.makeSpan(["mop","op-limits"],v,n)},IO=["\\smallint"],RO=(e,t)=>{var r,n,o,i=!1;"supsub"===e.type?(r=e.sup,n=e.sub,o=hT(e.base,"op"),i=!0):o=hT(e,"op");var a,u=t.style,s=!1;if(u.size===qS.DISPLAY.size&&o.symbol&&!PS.contains(IO,o.name)&&(s=!0),o.symbol){var l=s?"Size2-Regular":"Size1-Regular",c="";if("\\oiint"!==o.name&&"\\oiiint"!==o.name||(c=o.name.slice(1),o.name="oiint"===c?"\\iint":"\\iiint"),a=CF.makeSymbol(o.name,l,"math",t,["mop","op-symbol",s?"large-op":"small-op"]),c.length>0){var d=a.italic,f=CF.staticSvg(c+"Size"+(s?"2":"1"),t);a=CF.makeVList({positionType:"individualShift",children:[{type:"elem",elem:a,shift:0},{type:"elem",elem:f,shift:s?.08:0}]},t),o.name="\\"+c,a.classes.unshift("mop"),a.italic=d}}else if(o.body){var h=zF(o.body,t,!0);1===h.length&&h[0]instanceof Ck?(a=h[0]).classes[0]="mop":a=CF.makeSpan(["mop"],h,t)}else{for(var p=[],g=1;g<o.name.length;g++)p.push(CF.mathsym(o.name[g],o.mode,t));a=CF.makeSpan(["mop"],p,t)}var v=0,m=0;return(a instanceof Ck||"\\oiint"===o.name||"\\oiiint"===o.name)&&!o.suppressBaseShift&&(v=(a.height-a.depth)/2-t.fontMetrics().axisHeight,m=a.italic),i?MO(a,r,n,t,u,m,v):(v&&(a.style.position="relative",a.style.top=dk(v)),a)},LO=(e,t)=>{var r;if(e.symbol)r=new KF("mo",[JF(e.name,e.mode)]),PS.contains(IO,e.name)&&r.setAttribute("largeop","false");else if(e.body)r=new KF("mo",rT(e.body,t));else{r=new KF("mi",[new XF(e.name.slice(1))]);var n=new KF("mo",[JF("⁡","text")]);r=e.parentIsSupSub?new KF("mrow",[r,n]):YF([r,n])}return r},_O={"∏":"\\prod","∐":"\\coprod","∑":"\\sum","⋀":"\\bigwedge","⋁":"\\bigvee","⋂":"\\bigcap","⋃":"\\bigcup","⨀":"\\bigodot","⨁":"\\bigoplus","⨂":"\\bigotimes","⨄":"\\biguplus","⨆":"\\bigsqcup"};TF({type:"op",names:["\\coprod","\\bigvee","\\bigwedge","\\biguplus","\\bigcap","\\bigcup","\\intop","\\prod","\\sum","\\bigotimes","\\bigoplus","\\bigodot","\\bigsqcup","\\smallint","∏","∐","∑","⋀","⋁","⋂","⋃","⨀","⨁","⨂","⨄","⨆"],props:{numArgs:0},handler:(e,t)=>{var{parser:r,funcName:n}=e,o=n;return 1===o.length&&(o=_O[o]),{type:"op",mode:r.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:o}},htmlBuilder:RO,mathmlBuilder:LO}),TF({type:"op",names:["\\mathop"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var{parser:r}=e,n=t[0];return{type:"op",mode:r.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:PF(n)}},htmlBuilder:RO,mathmlBuilder:LO});var zO={"∫":"\\int","∬":"\\iint","∭":"\\iiint","∮":"\\oint","∯":"\\oiint","∰":"\\oiiint"};TF({type:"op",names:["\\arcsin","\\arccos","\\arctan","\\arctg","\\arcctg","\\arg","\\ch","\\cos","\\cosec","\\cosh","\\cot","\\cotg","\\coth","\\csc","\\ctg","\\cth","\\deg","\\dim","\\exp","\\hom","\\ker","\\lg","\\ln","\\log","\\sec","\\sin","\\sinh","\\sh","\\tan","\\tanh","\\tg","\\th"],props:{numArgs:0},handler(e){var{parser:t,funcName:r}=e;return{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:RO,mathmlBuilder:LO}),TF({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler(e){var{parser:t,funcName:r}=e;return{type:"op",mode:t.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:RO,mathmlBuilder:LO}),TF({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","∫","∬","∭","∮","∯","∰"],props:{numArgs:0},handler(e){var{parser:t,funcName:r}=e,n=r;return 1===n.length&&(n=zO[n]),{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:n}},htmlBuilder:RO,mathmlBuilder:LO});var jO=(e,t)=>{var r,n,o,i,a=!1;if("supsub"===e.type?(r=e.sup,n=e.sub,o=hT(e.base,"operatorname"),a=!0):o=hT(e,"operatorname"),o.body.length>0){for(var u=o.body.map(e=>{var t=e.text;return"string"==typeof t?{type:"textord",mode:e.mode,text:t}:e}),s=zF(u,t.withFont("mathrm"),!0),l=0;l<s.length;l++){var c=s[l];c instanceof Ck&&(c.text=c.text.replace(/\u2212/,"-").replace(/\u2217/,"*"))}i=CF.makeSpan(["mop"],s,t)}else i=CF.makeSpan(["mop"],[],t);return a?MO(i,r,n,t,t.style,0,0):i};function HO(e,t,r){for(var n=zF(e,t,!1),o=t.sizeMultiplier/r.sizeMultiplier,i=0;i<n.length;i++){var a=n[i].classes.indexOf("sizing");a<0?Array.prototype.push.apply(n[i].classes,t.sizingClasses(r)):n[i].classes[a+1]==="reset-size"+t.size&&(n[i].classes[a+1]="reset-size"+r.size),n[i].height*=o,n[i].depth*=o}return CF.makeFragment(n)}TF({type:"operatorname",names:["\\operatorname@","\\operatornamewithlimits"],props:{numArgs:1},handler:(e,t)=>{var{parser:r,funcName:n}=e,o=t[0];return{type:"operatorname",mode:r.mode,body:PF(o),alwaysHandleSupSub:"\\operatornamewithlimits"===n,limits:!1,parentIsSupSub:!1}},htmlBuilder:jO,mathmlBuilder:(e,t)=>{for(var r=rT(e.body,t.withFont("mathrm")),n=!0,o=0;o<r.length;o++){var i=r[o];if(i instanceof ZF.SpaceNode);else if(i instanceof ZF.MathNode)switch(i.type){case"mi":case"mn":case"ms":case"mspace":case"mtext":break;case"mo":var a=i.children[0];1===i.children.length&&a instanceof ZF.TextNode?a.text=a.text.replace(/\u2212/,"-").replace(/\u2217/,"*"):n=!1;break;default:n=!1}else n=!1}if(n){var u=r.map(e=>e.toText()).join("");r=[new ZF.TextNode(u)]}var s=new ZF.MathNode("mi",r);s.setAttribute("mathvariant","normal");var l=new ZF.MathNode("mo",[JF("⁡","text")]);return e.parentIsSupSub?new ZF.MathNode("mrow",[s,l]):ZF.newDocumentFragment([s,l])}}),fO("\\operatorname","\\@ifstar\\operatornamewithlimits\\operatorname@"),OF({type:"ordgroup",htmlBuilder:(e,t)=>e.semisimple?CF.makeFragment(zF(e.body,t,!1)):CF.makeSpan(["mord"],zF(e.body,t,!0),t),mathmlBuilder:(e,t)=>nT(e.body,t,!0)}),TF({type:"overline",names:["\\overline"],props:{numArgs:1},handler(e,t){var{parser:r}=e,n=t[0];return{type:"overline",mode:r.mode,body:n}},htmlBuilder(e,t){var r=qF(e.body,t.havingCrampedStyle()),n=CF.makeLineSpan("overline-line",t),o=t.fontMetrics().defaultRuleThickness,i=CF.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r},{type:"kern",size:3*o},{type:"elem",elem:n},{type:"kern",size:o}]},t);return CF.makeSpan(["mord","overline"],[i],t)},mathmlBuilder(e,t){var r=new ZF.MathNode("mo",[new ZF.TextNode("‾")]);r.setAttribute("stretchy","true");var n=new ZF.MathNode("mover",[oT(e.body,t),r]);return n.setAttribute("accent","true"),n}}),TF({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:r}=e,n=t[0];return{type:"phantom",mode:r.mode,body:PF(n)}},htmlBuilder:(e,t)=>{var r=zF(e.body,t.withPhantom(),!1);return CF.makeFragment(r)},mathmlBuilder:(e,t)=>{var r=rT(e.body,t);return new ZF.MathNode("mphantom",r)}}),TF({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:r}=e,n=t[0];return{type:"hphantom",mode:r.mode,body:n}},htmlBuilder:(e,t)=>{var r=CF.makeSpan([],[qF(e.body,t.withPhantom())]);if(r.height=0,r.depth=0,r.children)for(var n=0;n<r.children.length;n++)r.children[n].height=0,r.children[n].depth=0;return r=CF.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},t),CF.makeSpan(["mord"],[r],t)},mathmlBuilder:(e,t)=>{var r=rT(PF(e.body),t),n=new ZF.MathNode("mphantom",r),o=new ZF.MathNode("mpadded",[n]);return o.setAttribute("height","0px"),o.setAttribute("depth","0px"),o}}),TF({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:r}=e,n=t[0];return{type:"vphantom",mode:r.mode,body:n}},htmlBuilder:(e,t)=>{var r=CF.makeSpan(["inner"],[qF(e.body,t.withPhantom())]),n=CF.makeSpan(["fix"],[]);return CF.makeSpan(["mord","rlap"],[r,n],t)},mathmlBuilder:(e,t)=>{var r=rT(PF(e.body),t),n=new ZF.MathNode("mphantom",r),o=new ZF.MathNode("mpadded",[n]);return o.setAttribute("width","0px"),o}}),TF({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler(e,t){var{parser:r}=e,n=hT(t[0],"size").value,o=t[1];return{type:"raisebox",mode:r.mode,dy:n,body:o}},htmlBuilder(e,t){var r=qF(e.body,t),n=ck(e.dy,t);return CF.makeVList({positionType:"shift",positionData:-n,children:[{type:"elem",elem:r}]},t)},mathmlBuilder(e,t){var r=new ZF.MathNode("mpadded",[oT(e.body,t)]),n=e.dy.number+e.dy.unit;return r.setAttribute("voffset",n),r}}),TF({type:"internal",names:["\\relax"],props:{numArgs:0,allowedInText:!0,allowedInArgument:!0},handler(e){var{parser:t}=e;return{type:"internal",mode:t.mode}}}),TF({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["size","size","size"]},handler(e,t,r){var{parser:n}=e,o=r[0],i=hT(t[0],"size"),a=hT(t[1],"size");return{type:"rule",mode:n.mode,shift:o&&hT(o,"size").value,width:i.value,height:a.value}},htmlBuilder(e,t){var r=CF.makeSpan(["mord","rule"],[],t),n=ck(e.width,t),o=ck(e.height,t),i=e.shift?ck(e.shift,t):0;return r.style.borderRightWidth=dk(n),r.style.borderTopWidth=dk(o),r.style.bottom=dk(i),r.width=n,r.height=o+i,r.depth=-i,r.maxFontSize=1.125*o*t.sizeMultiplier,r},mathmlBuilder(e,t){var r=ck(e.width,t),n=ck(e.height,t),o=e.shift?ck(e.shift,t):0,i=t.color&&t.getColor()||"black",a=new ZF.MathNode("mspace");a.setAttribute("mathbackground",i),a.setAttribute("width",dk(r)),a.setAttribute("height",dk(n));var u=new ZF.MathNode("mpadded",[a]);return o>=0?u.setAttribute("height",dk(o)):(u.setAttribute("height",dk(o)),u.setAttribute("depth",dk(-o))),u.setAttribute("voffset",dk(o)),u}});var $O=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"];TF({type:"sizing",names:$O,props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{var{breakOnTokenText:r,funcName:n,parser:o}=e,i=o.parseExpression(!1,r);return{type:"sizing",mode:o.mode,size:$O.indexOf(n)+1,body:i}},htmlBuilder:(e,t)=>{var r=t.havingSize(e.size);return HO(e.body,r,t)},mathmlBuilder:(e,t)=>{var r=t.havingSize(e.size),n=rT(e.body,r),o=new ZF.MathNode("mstyle",n);return o.setAttribute("mathsize",dk(r.sizeMultiplier)),o}}),TF({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:(e,t,r)=>{var{parser:n}=e,o=!1,i=!1,a=r[0]&&hT(r[0],"ordgroup");if(a)for(var u="",s=0;s<a.body.length;++s){if("t"===(u=a.body[s].text))o=!0;else{if("b"!==u){o=!1,i=!1;break}i=!0}}else o=!0,i=!0;var l=t[0];return{type:"smash",mode:n.mode,body:l,smashHeight:o,smashDepth:i}},htmlBuilder:(e,t)=>{var r=CF.makeSpan([],[qF(e.body,t)]);if(!e.smashHeight&&!e.smashDepth)return r;if(e.smashHeight&&(r.height=0,r.children))for(var n=0;n<r.children.length;n++)r.children[n].height=0;if(e.smashDepth&&(r.depth=0,r.children))for(var o=0;o<r.children.length;o++)r.children[o].depth=0;var i=CF.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},t);return CF.makeSpan(["mord"],[i],t)},mathmlBuilder:(e,t)=>{var r=new ZF.MathNode("mpadded",[oT(e.body,t)]);return e.smashHeight&&r.setAttribute("height","0px"),e.smashDepth&&r.setAttribute("depth","0px"),r}}),TF({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler(e,t,r){var{parser:n}=e,o=r[0],i=t[0];return{type:"sqrt",mode:n.mode,body:i,index:o}},htmlBuilder(e,t){var r=qF(e.body,t.havingCrampedStyle());0===r.height&&(r.height=t.fontMetrics().xHeight),r=CF.wrapFragment(r,t);var n=t.fontMetrics().defaultRuleThickness,o=n;t.style.id<qS.TEXT.id&&(o=t.fontMetrics().xHeight);var i=n+o/4,a=r.height+r.depth+i+n,{span:u,ruleWidth:s,advanceWidth:l}=rO.sqrtImage(a,t),c=u.height-s;c>r.height+r.depth+i&&(i=(i+c-r.height-r.depth)/2);var d=u.height-r.height-i-s;r.style.paddingLeft=dk(l);var f=CF.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r,wrapperClasses:["svg-align"]},{type:"kern",size:-(r.height+d)},{type:"elem",elem:u},{type:"kern",size:s}]},t);if(e.index){var h=t.havingStyle(qS.SCRIPTSCRIPT),p=qF(e.index,h,t),g=.6*(f.height-f.depth),v=CF.makeVList({positionType:"shift",positionData:-g,children:[{type:"elem",elem:p}]},t),m=CF.makeSpan(["root"],[v]);return CF.makeSpan(["mord","sqrt"],[m,f],t)}return CF.makeSpan(["mord","sqrt"],[f],t)},mathmlBuilder(e,t){var{body:r,index:n}=e;return n?new ZF.MathNode("mroot",[oT(r,t),oT(n,t)]):new ZF.MathNode("msqrt",[oT(r,t)])}});var VO={display:qS.DISPLAY,text:qS.TEXT,script:qS.SCRIPT,scriptscript:qS.SCRIPTSCRIPT};TF({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e,t){var{breakOnTokenText:r,funcName:n,parser:o}=e,i=o.parseExpression(!0,r),a=n.slice(1,n.length-5);return{type:"styling",mode:o.mode,style:a,body:i}},htmlBuilder(e,t){var r=VO[e.style],n=t.havingStyle(r).withFont("");return HO(e.body,n,t)},mathmlBuilder(e,t){var r=VO[e.style],n=t.havingStyle(r),o=rT(e.body,n),i=new ZF.MathNode("mstyle",o),a={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]}[e.style];return i.setAttribute("scriptlevel",a[0]),i.setAttribute("displaystyle",a[1]),i}});OF({type:"supsub",htmlBuilder(e,t){var r=function(e,t){var r=e.base;return r?"op"===r.type?r.limits&&(t.style.size===qS.DISPLAY.size||r.alwaysHandleSupSub)?RO:null:"operatorname"===r.type?r.alwaysHandleSupSub&&(t.style.size===qS.DISPLAY.size||r.limits)?jO:null:"accent"===r.type?PS.isCharacterBox(r.base)?vT:null:"horizBrace"===r.type&&!e.sub===r.isOver?OO:null:null}(e,t);if(r)return r(e,t);var n,o,i,{base:a,sup:u,sub:s}=e,l=qF(a,t),c=t.fontMetrics(),d=0,f=0,h=a&&PS.isCharacterBox(a);if(u){var p=t.havingStyle(t.style.sup());n=qF(u,p,t),h||(d=l.height-p.fontMetrics().supDrop*p.sizeMultiplier/t.sizeMultiplier)}if(s){var g=t.havingStyle(t.style.sub());o=qF(s,g,t),h||(f=l.depth+g.fontMetrics().subDrop*g.sizeMultiplier/t.sizeMultiplier)}i=t.style===qS.DISPLAY?c.sup1:t.style.cramped?c.sup3:c.sup2;var v,m=t.sizeMultiplier,y=dk(.5/c.ptPerEm/m),b=null;if(o){var D=e.base&&"op"===e.base.type&&e.base.name&&("\\oiint"===e.base.name||"\\oiiint"===e.base.name);(l instanceof Ck||D)&&(b=dk(-l.italic))}if(n&&o){d=Math.max(d,i,n.depth+.25*c.xHeight),f=Math.max(f,c.sub2);var C=4*c.defaultRuleThickness;if(d-n.depth-(o.height-f)<C){f=C-(d-n.depth)+o.height;var E=.8*c.xHeight-(d-n.depth);E>0&&(d+=E,f-=E)}var w=[{type:"elem",elem:o,shift:f,marginRight:y,marginLeft:b},{type:"elem",elem:n,shift:-d,marginRight:y}];v=CF.makeVList({positionType:"individualShift",children:w},t)}else if(o){f=Math.max(f,c.sub1,o.height-.8*c.xHeight);var A=[{type:"elem",elem:o,marginLeft:b,marginRight:y}];v=CF.makeVList({positionType:"shift",positionData:f,children:A},t)}else{if(!n)throw new Error("supsub must have either sup or sub.");d=Math.max(d,i,n.depth+.25*c.xHeight),v=CF.makeVList({positionType:"shift",positionData:-d,children:[{type:"elem",elem:n,marginRight:y}]},t)}var x=VF(l,"right")||"mord";return CF.makeSpan([x],[l,CF.makeSpan(["msupsub"],[v])],t)},mathmlBuilder(e,t){var r,n=!1;e.base&&"horizBrace"===e.base.type&&!!e.sup===e.base.isOver&&(n=!0,r=e.base.isOver),!e.base||"op"!==e.base.type&&"operatorname"!==e.base.type||(e.base.parentIsSupSub=!0);var o,i=[oT(e.base,t)];if(e.sub&&i.push(oT(e.sub,t)),e.sup&&i.push(oT(e.sup,t)),n)o=r?"mover":"munder";else if(e.sub)if(e.sup){var a=e.base;o=a&&"op"===a.type&&a.limits&&t.style===qS.DISPLAY||a&&"operatorname"===a.type&&a.alwaysHandleSupSub&&(t.style===qS.DISPLAY||a.limits)?"munderover":"msubsup"}else{var u=e.base;o=u&&"op"===u.type&&u.limits&&(t.style===qS.DISPLAY||u.alwaysHandleSupSub)||u&&"operatorname"===u.type&&u.alwaysHandleSupSub&&(u.limits||t.style===qS.DISPLAY)?"munder":"msub"}else{var s=e.base;o=s&&"op"===s.type&&s.limits&&(t.style===qS.DISPLAY||s.alwaysHandleSupSub)||s&&"operatorname"===s.type&&s.alwaysHandleSupSub&&(s.limits||t.style===qS.DISPLAY)?"mover":"msup"}return new ZF.MathNode(o,i)}}),OF({type:"atom",htmlBuilder:(e,t)=>CF.mathsym(e.text,e.mode,t,["m"+e.family]),mathmlBuilder(e,t){var r=new ZF.MathNode("mo",[JF(e.text,e.mode)]);if("bin"===e.family){var n=eT(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}});var UO={mi:"italic",mn:"normal",mtext:"normal"};OF({type:"mathord",htmlBuilder:(e,t)=>CF.makeOrd(e,t,"mathord"),mathmlBuilder(e,t){var r=new ZF.MathNode("mi",[JF(e.text,e.mode,t)]),n=eT(e,t)||"italic";return n!==UO[r.type]&&r.setAttribute("mathvariant",n),r}}),OF({type:"textord",htmlBuilder:(e,t)=>CF.makeOrd(e,t,"textord"),mathmlBuilder(e,t){var r,n=JF(e.text,e.mode,t),o=eT(e,t)||"normal";return r="text"===e.mode?new ZF.MathNode("mtext",[n]):/[0-9]/.test(e.text)?new ZF.MathNode("mn",[n]):"\\prime"===e.text?new ZF.MathNode("mo",[n]):new ZF.MathNode("mi",[n]),o!==UO[r.type]&&r.setAttribute("mathvariant",o),r}});var qO={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},WO={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};OF({type:"spacing",htmlBuilder(e,t){if(WO.hasOwnProperty(e.text)){var r=WO[e.text].className||"";if("text"===e.mode){var n=CF.makeOrd(e,t,"textord");return n.classes.push(r),n}return CF.makeSpan(["mspace",r],[CF.mathsym(e.text,e.mode,t)],t)}if(qO.hasOwnProperty(e.text))return CF.makeSpan(["mspace",qO[e.text]],[],t);throw new kS('Unknown type of space "'+e.text+'"')},mathmlBuilder(e,t){if(!WO.hasOwnProperty(e.text)){if(qO.hasOwnProperty(e.text))return new ZF.MathNode("mspace");throw new kS('Unknown type of space "'+e.text+'"')}return new ZF.MathNode("mtext",[new ZF.TextNode(" ")])}});var GO=()=>{var e=new ZF.MathNode("mtd",[]);return e.setAttribute("width","50%"),e};OF({type:"tag",mathmlBuilder(e,t){var r=new ZF.MathNode("mtable",[new ZF.MathNode("mtr",[GO(),new ZF.MathNode("mtd",[nT(e.body,t)]),GO(),new ZF.MathNode("mtd",[nT(e.tag,t)])])]);return r.setAttribute("width","100%"),r}});var YO={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},KO={"\\textbf":"textbf","\\textmd":"textmd"},XO={"\\textit":"textit","\\textup":"textup"},ZO=(e,t)=>{var r=e.font;return r?YO[r]?t.withTextFontFamily(YO[r]):KO[r]?t.withTextFontWeight(KO[r]):"\\emph"===r?"textit"===t.fontShape?t.withTextFontShape("textup"):t.withTextFontShape("textit"):t.withTextFontShape(XO[r]):t};TF({type:"text",names:["\\text","\\textrm","\\textsf","\\texttt","\\textnormal","\\textbf","\\textmd","\\textit","\\textup","\\emph"],props:{numArgs:1,argTypes:["text"],allowedInArgument:!0,allowedInText:!0},handler(e,t){var{parser:r,funcName:n}=e,o=t[0];return{type:"text",mode:r.mode,body:PF(o),font:n}},htmlBuilder(e,t){var r=ZO(e,t),n=zF(e.body,r,!0);return CF.makeSpan(["mord","text"],n,r)},mathmlBuilder(e,t){var r=ZO(e,t);return nT(e.body,r)}}),TF({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler(e,t){var{parser:r}=e;return{type:"underline",mode:r.mode,body:t[0]}},htmlBuilder(e,t){var r=qF(e.body,t),n=CF.makeLineSpan("underline-line",t),o=t.fontMetrics().defaultRuleThickness,i=CF.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 CF.makeSpan(["mord","underline"],[i],t)},mathmlBuilder(e,t){var r=new ZF.MathNode("mo",[new ZF.TextNode("‾")]);r.setAttribute("stretchy","true");var n=new ZF.MathNode("munder",[oT(e.body,t),r]);return n.setAttribute("accentunder","true"),n}}),TF({type:"vcenter",names:["\\vcenter"],props:{numArgs:1,argTypes:["original"],allowedInText:!1},handler(e,t){var{parser:r}=e;return{type:"vcenter",mode:r.mode,body:t[0]}},htmlBuilder(e,t){var r=qF(e.body,t),n=t.fontMetrics().axisHeight,o=.5*(r.height-n-(r.depth+n));return CF.makeVList({positionType:"shift",positionData:o,children:[{type:"elem",elem:r}]},t)},mathmlBuilder:(e,t)=>new ZF.MathNode("mpadded",[oT(e.body,t)],["vcenter"])}),TF({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler(e,t,r){throw new kS("\\verb ended by end of line instead of matching delimiter")},htmlBuilder(e,t){for(var r=JO(e),n=[],o=t.havingStyle(t.style.text()),i=0;i<r.length;i++){var a=r[i];"~"===a&&(a="\\textasciitilde"),n.push(CF.makeSymbol(a,"Typewriter-Regular",e.mode,o,["mord","texttt"]))}return CF.makeSpan(["mord","text"].concat(o.sizingClasses(t)),CF.tryCombineChars(n),o)},mathmlBuilder(e,t){var r=new ZF.TextNode(JO(e)),n=new ZF.MathNode("mtext",[r]);return n.setAttribute("mathvariant","monospace"),n}});var JO=e=>e.body.replace(/ /g,e.star?"␣":" "),QO=SF,eN="[ \r\n\t]",tN="(\\\\[a-zA-Z@]+)"+eN+"*",rN="[̀-ͯ]",nN=new RegExp(rN+"+$"),oN="("+eN+"+)|\\\\(\n|[ \r\t]+\n?)[ \r\t]*|([!-\\[\\]-‧‪-퟿豈-￿]"+rN+"*|[\ud800-\udbff][\udc00-\udfff]"+rN+"*|\\\\verb\\*([^]).*?\\4|\\\\verb([^*a-zA-Z]).*?\\5|"+tN+"|\\\\[^\ud800-\udfff])";class iN{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(oN,"g"),this.catcodes={"%":14,"~":13}}setCatcode(e,t){this.catcodes[e]=t}lex(){var e=this.input,t=this.tokenRegex.lastIndex;if(t===e.length)return new SS("EOF",new BS(this,t,t));var r=this.tokenRegex.exec(e);if(null===r||r.index!==t)throw new kS("Unexpected character: '"+e[t]+"'",new SS(e[t],new BS(this,t,t+1)));var n=r[6]||r[3]||(r[2]?"\\ ":" ");if(14===this.catcodes[n]){var o=e.indexOf("\n",this.tokenRegex.lastIndex);return-1===o?(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=o+1,this.lex()}return new SS(n,new BS(this,t,this.tokenRegex.lastIndex))}}class aN{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 kS("Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug");var e=this.undefStack.pop();for(var 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(var n=0;n<this.undefStack.length;n++)delete this.undefStack[n][e];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][e]=t)}else{var o=this.undefStack[this.undefStack.length-1];o&&!o.hasOwnProperty(e)&&(o[e]=this.current[e])}null==t?delete this.current[e]:this.current[e]=t}}var uN=dO;fO("\\noexpand",function(e){var t=e.popToken();return e.isExpandable(t.text)&&(t.noexpand=!0,t.treatAsRelax=!0),{tokens:[t],numArgs:0}}),fO("\\expandafter",function(e){var t=e.popToken();return e.expandOnce(!0),{tokens:[t],numArgs:0}}),fO("\\@firstoftwo",function(e){return{tokens:e.consumeArgs(2)[0],numArgs:0}}),fO("\\@secondoftwo",function(e){return{tokens:e.consumeArgs(2)[1],numArgs:0}}),fO("\\@ifnextchar",function(e){var t=e.consumeArgs(3);e.consumeSpaces();var r=e.future();return 1===t[0].length&&t[0][0].text===r.text?{tokens:t[1],numArgs:0}:{tokens:t[2],numArgs:0}}),fO("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}"),fO("\\TextOrMath",function(e){var t=e.consumeArgs(2);return"text"===e.mode?{tokens:t[0],numArgs:0}:{tokens:t[1],numArgs:0}});var sN={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};fO("\\char",function(e){var t,r=e.popToken(),n="";if("'"===r.text)t=8,r=e.popToken();else if('"'===r.text)t=16,r=e.popToken();else if("`"===r.text)if("\\"===(r=e.popToken()).text[0])n=r.text.charCodeAt(1);else{if("EOF"===r.text)throw new kS("\\char` missing argument");n=r.text.charCodeAt(0)}else t=10;if(t){if(null==(n=sN[r.text])||n>=t)throw new kS("Invalid base-"+t+" digit "+r.text);for(var o;null!=(o=sN[e.future().text])&&o<t;)n*=t,n+=o,e.popToken()}return"\\@char{"+n+"}"});var lN=(e,t,r,n)=>{var o=e.consumeArg().tokens;if(1!==o.length)throw new kS("\\newcommand's first argument must be a macro name");var i=o[0].text,a=e.isDefined(i);if(a&&!t)throw new kS("\\newcommand{"+i+"} attempting to redefine "+i+"; use \\renewcommand");if(!a&&!r)throw new kS("\\renewcommand{"+i+"} when command "+i+" does not yet exist; use \\newcommand");var u=0;if(1===(o=e.consumeArg().tokens).length&&"["===o[0].text){for(var s="",l=e.expandNextToken();"]"!==l.text&&"EOF"!==l.text;)s+=l.text,l=e.expandNextToken();if(!s.match(/^\s*[0-9]+\s*$/))throw new kS("Invalid number of arguments: "+s);u=parseInt(s),o=e.consumeArg().tokens}return a&&n||e.macros.set(i,{tokens:o,numArgs:u}),""};fO("\\newcommand",e=>lN(e,!1,!0,!1)),fO("\\renewcommand",e=>lN(e,!0,!1,!1)),fO("\\providecommand",e=>lN(e,!0,!0,!0)),fO("\\message",e=>{var t=e.consumeArgs(1)[0];return console.log(t.reverse().map(e=>e.text).join("")),""}),fO("\\errmessage",e=>{var t=e.consumeArgs(1)[0];return console.error(t.reverse().map(e=>e.text).join("")),""}),fO("\\show",e=>{var t=e.popToken(),r=t.text;return console.log(t,e.macros.get(r),QO[r],kk.math[r],kk.text[r]),""}),fO("\\bgroup","{"),fO("\\egroup","}"),fO("~","\\nobreakspace"),fO("\\lq","`"),fO("\\rq","'"),fO("\\aa","\\r a"),fO("\\AA","\\r A"),fO("\\textcopyright","\\html@mathml{\\textcircled{c}}{\\char`©}"),fO("\\copyright","\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}"),fO("\\textregistered","\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`®}"),fO("ℬ","\\mathscr{B}"),fO("ℰ","\\mathscr{E}"),fO("ℱ","\\mathscr{F}"),fO("ℋ","\\mathscr{H}"),fO("ℐ","\\mathscr{I}"),fO("ℒ","\\mathscr{L}"),fO("ℳ","\\mathscr{M}"),fO("ℛ","\\mathscr{R}"),fO("ℭ","\\mathfrak{C}"),fO("ℌ","\\mathfrak{H}"),fO("ℨ","\\mathfrak{Z}"),fO("\\Bbbk","\\Bbb{k}"),fO("·","\\cdotp"),fO("\\llap","\\mathllap{\\textrm{#1}}"),fO("\\rlap","\\mathrlap{\\textrm{#1}}"),fO("\\clap","\\mathclap{\\textrm{#1}}"),fO("\\mathstrut","\\vphantom{(}"),fO("\\underbar","\\underline{\\text{#1}}"),fO("\\not",'\\html@mathml{\\mathrel{\\mathrlap\\@not}}{\\char"338}'),fO("\\neq","\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`≠}}"),fO("\\ne","\\neq"),fO("≠","\\neq"),fO("\\notin","\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`∉}}"),fO("∉","\\notin"),fO("≘","\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`≘}}"),fO("≙","\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`≘}}"),fO("≚","\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`≚}}"),fO("≛","\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`≛}}"),fO("≝","\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`≝}}"),fO("≞","\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`≞}}"),fO("≟","\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`≟}}"),fO("⟂","\\perp"),fO("‼","\\mathclose{!\\mkern-0.8mu!}"),fO("∌","\\notni"),fO("⌜","\\ulcorner"),fO("⌝","\\urcorner"),fO("⌞","\\llcorner"),fO("⌟","\\lrcorner"),fO("©","\\copyright"),fO("®","\\textregistered"),fO("️","\\textregistered"),fO("\\ulcorner",'\\html@mathml{\\@ulcorner}{\\mathop{\\char"231c}}'),fO("\\urcorner",'\\html@mathml{\\@urcorner}{\\mathop{\\char"231d}}'),fO("\\llcorner",'\\html@mathml{\\@llcorner}{\\mathop{\\char"231e}}'),fO("\\lrcorner",'\\html@mathml{\\@lrcorner}{\\mathop{\\char"231f}}'),fO("\\vdots","{\\varvdots\\rule{0pt}{15pt}}"),fO("⋮","\\vdots"),fO("\\varGamma","\\mathit{\\Gamma}"),fO("\\varDelta","\\mathit{\\Delta}"),fO("\\varTheta","\\mathit{\\Theta}"),fO("\\varLambda","\\mathit{\\Lambda}"),fO("\\varXi","\\mathit{\\Xi}"),fO("\\varPi","\\mathit{\\Pi}"),fO("\\varSigma","\\mathit{\\Sigma}"),fO("\\varUpsilon","\\mathit{\\Upsilon}"),fO("\\varPhi","\\mathit{\\Phi}"),fO("\\varPsi","\\mathit{\\Psi}"),fO("\\varOmega","\\mathit{\\Omega}"),fO("\\substack","\\begin{subarray}{c}#1\\end{subarray}"),fO("\\colon","\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu\\relax"),fO("\\boxed","\\fbox{$\\displaystyle{#1}$}"),fO("\\iff","\\DOTSB\\;\\Longleftrightarrow\\;"),fO("\\implies","\\DOTSB\\;\\Longrightarrow\\;"),fO("\\impliedby","\\DOTSB\\;\\Longleftarrow\\;"),fO("\\dddot","{\\overset{\\raisebox{-0.1ex}{\\normalsize ...}}{#1}}"),fO("\\ddddot","{\\overset{\\raisebox{-0.1ex}{\\normalsize ....}}{#1}}");var cN={",":"\\dotsc","\\not":"\\dotsb","+":"\\dotsb","=":"\\dotsb","<":"\\dotsb",">":"\\dotsb","-":"\\dotsb","*":"\\dotsb",":":"\\dotsb","\\DOTSB":"\\dotsb","\\coprod":"\\dotsb","\\bigvee":"\\dotsb","\\bigwedge":"\\dotsb","\\biguplus":"\\dotsb","\\bigcap":"\\dotsb","\\bigcup":"\\dotsb","\\prod":"\\dotsb","\\sum":"\\dotsb","\\bigotimes":"\\dotsb","\\bigoplus":"\\dotsb","\\bigodot":"\\dotsb","\\bigsqcup":"\\dotsb","\\And":"\\dotsb","\\longrightarrow":"\\dotsb","\\Longrightarrow":"\\dotsb","\\longleftarrow":"\\dotsb","\\Longleftarrow":"\\dotsb","\\longleftrightarrow":"\\dotsb","\\Longleftrightarrow":"\\dotsb","\\mapsto":"\\dotsb","\\longmapsto":"\\dotsb","\\hookrightarrow":"\\dotsb","\\doteq":"\\dotsb","\\mathbin":"\\dotsb","\\mathrel":"\\dotsb","\\relbar":"\\dotsb","\\Relbar":"\\dotsb","\\xrightarrow":"\\dotsb","\\xleftarrow":"\\dotsb","\\DOTSI":"\\dotsi","\\int":"\\dotsi","\\oint":"\\dotsi","\\iint":"\\dotsi","\\iiint":"\\dotsi","\\iiiint":"\\dotsi","\\idotsint":"\\dotsi","\\DOTSX":"\\dotsx"};fO("\\dots",function(e){var t="\\dotso",r=e.expandAfterFuture().text;return r in cN?t=cN[r]:("\\not"===r.slice(0,4)||r in kk.math&&PS.contains(["bin","rel"],kk.math[r].group))&&(t="\\dotsb"),t});var dN={")":!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};fO("\\dotso",function(e){return e.future().text in dN?"\\ldots\\,":"\\ldots"}),fO("\\dotsc",function(e){var t=e.future().text;return t in dN&&","!==t?"\\ldots\\,":"\\ldots"}),fO("\\cdots",function(e){return e.future().text in dN?"\\@cdots\\,":"\\@cdots"}),fO("\\dotsb","\\cdots"),fO("\\dotsm","\\cdots"),fO("\\dotsi","\\!\\cdots"),fO("\\dotsx","\\ldots\\,"),fO("\\DOTSI","\\relax"),fO("\\DOTSB","\\relax"),fO("\\DOTSX","\\relax"),fO("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax"),fO("\\,","\\tmspace+{3mu}{.1667em}"),fO("\\thinspace","\\,"),fO("\\>","\\mskip{4mu}"),fO("\\:","\\tmspace+{4mu}{.2222em}"),fO("\\medspace","\\:"),fO("\\;","\\tmspace+{5mu}{.2777em}"),fO("\\thickspace","\\;"),fO("\\!","\\tmspace-{3mu}{.1667em}"),fO("\\negthinspace","\\!"),fO("\\negmedspace","\\tmspace-{4mu}{.2222em}"),fO("\\negthickspace","\\tmspace-{5mu}{.277em}"),fO("\\enspace","\\kern.5em "),fO("\\enskip","\\hskip.5em\\relax"),fO("\\quad","\\hskip1em\\relax"),fO("\\qquad","\\hskip2em\\relax"),fO("\\tag","\\@ifstar\\tag@literal\\tag@paren"),fO("\\tag@paren","\\tag@literal{({#1})}"),fO("\\tag@literal",e=>{if(e.macros.get("\\df@tag"))throw new kS("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"}),fO("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}"),fO("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)"),fO("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}"),fO("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1"),fO("\\newline","\\\\\\relax"),fO("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");var fN=dk(JS["Main-Regular"]["T".charCodeAt(0)][1]-.7*JS["Main-Regular"]["A".charCodeAt(0)][1]);fO("\\LaTeX","\\textrm{\\html@mathml{L\\kern-.36em\\raisebox{"+fN+"}{\\scriptstyle A}\\kern-.15em\\TeX}{LaTeX}}"),fO("\\KaTeX","\\textrm{\\html@mathml{K\\kern-.17em\\raisebox{"+fN+"}{\\scriptstyle A}\\kern-.15em\\TeX}{KaTeX}}"),fO("\\hspace","\\@ifstar\\@hspacer\\@hspace"),fO("\\@hspace","\\hskip #1\\relax"),fO("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax"),fO("\\ordinarycolon",":"),fO("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}"),fO("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}'),fO("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}'),fO("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}'),fO("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}'),fO("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}'),fO("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}'),fO("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}'),fO("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}'),fO("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}'),fO("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}'),fO("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}'),fO("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}'),fO("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}'),fO("∷","\\dblcolon"),fO("∹","\\eqcolon"),fO("≔","\\coloneqq"),fO("≕","\\eqqcolon"),fO("⩴","\\Coloneqq"),fO("\\ratio","\\vcentcolon"),fO("\\coloncolon","\\dblcolon"),fO("\\colonequals","\\coloneqq"),fO("\\coloncolonequals","\\Coloneqq"),fO("\\equalscolon","\\eqqcolon"),fO("\\equalscoloncolon","\\Eqqcolon"),fO("\\colonminus","\\coloneq"),fO("\\coloncolonminus","\\Coloneq"),fO("\\minuscolon","\\eqcolon"),fO("\\minuscoloncolon","\\Eqcolon"),fO("\\coloncolonapprox","\\Colonapprox"),fO("\\coloncolonsim","\\Colonsim"),fO("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),fO("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}"),fO("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),fO("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}"),fO("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`∌}}"),fO("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}"),fO("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}"),fO("\\injlim","\\DOTSB\\operatorname*{inj\\,lim}"),fO("\\projlim","\\DOTSB\\operatorname*{proj\\,lim}"),fO("\\varlimsup","\\DOTSB\\operatorname*{\\overline{lim}}"),fO("\\varliminf","\\DOTSB\\operatorname*{\\underline{lim}}"),fO("\\varinjlim","\\DOTSB\\operatorname*{\\underrightarrow{lim}}"),fO("\\varprojlim","\\DOTSB\\operatorname*{\\underleftarrow{lim}}"),fO("\\gvertneqq","\\html@mathml{\\@gvertneqq}{≩}"),fO("\\lvertneqq","\\html@mathml{\\@lvertneqq}{≨}"),fO("\\ngeqq","\\html@mathml{\\@ngeqq}{≱}"),fO("\\ngeqslant","\\html@mathml{\\@ngeqslant}{≱}"),fO("\\nleqq","\\html@mathml{\\@nleqq}{≰}"),fO("\\nleqslant","\\html@mathml{\\@nleqslant}{≰}"),fO("\\nshortmid","\\html@mathml{\\@nshortmid}{∤}"),fO("\\nshortparallel","\\html@mathml{\\@nshortparallel}{∦}"),fO("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{⊈}"),fO("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{⊉}"),fO("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{⊊}"),fO("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{⫋}"),fO("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{⊋}"),fO("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{⫌}"),fO("\\imath","\\html@mathml{\\@imath}{ı}"),fO("\\jmath","\\html@mathml{\\@jmath}{ȷ}"),fO("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`⟦}}"),fO("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`⟧}}"),fO("⟦","\\llbracket"),fO("⟧","\\rrbracket"),fO("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`⦃}}"),fO("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`⦄}}"),fO("⦃","\\lBrace"),fO("⦄","\\rBrace"),fO("\\minuso","\\mathbin{\\html@mathml{{\\mathrlap{\\mathchoice{\\kern{0.145em}}{\\kern{0.145em}}{\\kern{0.1015em}}{\\kern{0.0725em}}\\circ}{-}}}{\\char`⦵}}"),fO("⦵","\\minuso"),fO("\\darr","\\downarrow"),fO("\\dArr","\\Downarrow"),fO("\\Darr","\\Downarrow"),fO("\\lang","\\langle"),fO("\\rang","\\rangle"),fO("\\uarr","\\uparrow"),fO("\\uArr","\\Uparrow"),fO("\\Uarr","\\Uparrow"),fO("\\N","\\mathbb{N}"),fO("\\R","\\mathbb{R}"),fO("\\Z","\\mathbb{Z}"),fO("\\alef","\\aleph"),fO("\\alefsym","\\aleph"),fO("\\Alpha","\\mathrm{A}"),fO("\\Beta","\\mathrm{B}"),fO("\\bull","\\bullet"),fO("\\Chi","\\mathrm{X}"),fO("\\clubs","\\clubsuit"),fO("\\cnums","\\mathbb{C}"),fO("\\Complex","\\mathbb{C}"),fO("\\Dagger","\\ddagger"),fO("\\diamonds","\\diamondsuit"),fO("\\empty","\\emptyset"),fO("\\Epsilon","\\mathrm{E}"),fO("\\Eta","\\mathrm{H}"),fO("\\exist","\\exists"),fO("\\harr","\\leftrightarrow"),fO("\\hArr","\\Leftrightarrow"),fO("\\Harr","\\Leftrightarrow"),fO("\\hearts","\\heartsuit"),fO("\\image","\\Im"),fO("\\infin","\\infty"),fO("\\Iota","\\mathrm{I}"),fO("\\isin","\\in"),fO("\\Kappa","\\mathrm{K}"),fO("\\larr","\\leftarrow"),fO("\\lArr","\\Leftarrow"),fO("\\Larr","\\Leftarrow"),fO("\\lrarr","\\leftrightarrow"),fO("\\lrArr","\\Leftrightarrow"),fO("\\Lrarr","\\Leftrightarrow"),fO("\\Mu","\\mathrm{M}"),fO("\\natnums","\\mathbb{N}"),fO("\\Nu","\\mathrm{N}"),fO("\\Omicron","\\mathrm{O}"),fO("\\plusmn","\\pm"),fO("\\rarr","\\rightarrow"),fO("\\rArr","\\Rightarrow"),fO("\\Rarr","\\Rightarrow"),fO("\\real","\\Re"),fO("\\reals","\\mathbb{R}"),fO("\\Reals","\\mathbb{R}"),fO("\\Rho","\\mathrm{P}"),fO("\\sdot","\\cdot"),fO("\\sect","\\S"),fO("\\spades","\\spadesuit"),fO("\\sub","\\subset"),fO("\\sube","\\subseteq"),fO("\\supe","\\supseteq"),fO("\\Tau","\\mathrm{T}"),fO("\\thetasym","\\vartheta"),fO("\\weierp","\\wp"),fO("\\Zeta","\\mathrm{Z}"),fO("\\argmin","\\DOTSB\\operatorname*{arg\\,min}"),fO("\\argmax","\\DOTSB\\operatorname*{arg\\,max}"),fO("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits"),fO("\\bra","\\mathinner{\\langle{#1}|}"),fO("\\ket","\\mathinner{|{#1}\\rangle}"),fO("\\braket","\\mathinner{\\langle{#1}\\rangle}"),fO("\\Bra","\\left\\langle#1\\right|"),fO("\\Ket","\\left|#1\\right\\rangle");var hN=e=>t=>{var r=t.consumeArg().tokens,n=t.consumeArg().tokens,o=t.consumeArg().tokens,i=t.consumeArg().tokens,a=t.macros.get("|"),u=t.macros.get("\\|");t.macros.beginGroup();var s=t=>r=>{e&&(r.macros.set("|",a),o.length&&r.macros.set("\\|",u));var i=t;!t&&o.length&&("|"===r.future().text&&(r.popToken(),i=!0));return{tokens:i?o:n,numArgs:0}};t.macros.set("|",s(!1)),o.length&&t.macros.set("\\|",s(!0));var l=t.consumeArg().tokens,c=t.expandTokens([...i,...l,...r]);return t.macros.endGroup(),{tokens:c.reverse(),numArgs:0}};fO("\\bra@ket",hN(!1)),fO("\\bra@set",hN(!0)),fO("\\Braket","\\bra@ket{\\left\\langle}{\\,\\middle\\vert\\,}{\\,\\middle\\vert\\,}{\\right\\rangle}"),fO("\\Set","\\bra@set{\\left\\{\\:}{\\;\\middle\\vert\\;}{\\;\\middle\\Vert\\;}{\\:\\right\\}}"),fO("\\set","\\bra@set{\\{\\,}{\\mid}{}{\\,\\}}"),fO("\\angln","{\\angl n}"),fO("\\blue","\\textcolor{##6495ed}{#1}"),fO("\\orange","\\textcolor{##ffa500}{#1}"),fO("\\pink","\\textcolor{##ff00af}{#1}"),fO("\\red","\\textcolor{##df0030}{#1}"),fO("\\green","\\textcolor{##28ae7b}{#1}"),fO("\\gray","\\textcolor{gray}{#1}"),fO("\\purple","\\textcolor{##9d38bd}{#1}"),fO("\\blueA","\\textcolor{##ccfaff}{#1}"),fO("\\blueB","\\textcolor{##80f6ff}{#1}"),fO("\\blueC","\\textcolor{##63d9ea}{#1}"),fO("\\blueD","\\textcolor{##11accd}{#1}"),fO("\\blueE","\\textcolor{##0c7f99}{#1}"),fO("\\tealA","\\textcolor{##94fff5}{#1}"),fO("\\tealB","\\textcolor{##26edd5}{#1}"),fO("\\tealC","\\textcolor{##01d1c1}{#1}"),fO("\\tealD","\\textcolor{##01a995}{#1}"),fO("\\tealE","\\textcolor{##208170}{#1}"),fO("\\greenA","\\textcolor{##b6ffb0}{#1}"),fO("\\greenB","\\textcolor{##8af281}{#1}"),fO("\\greenC","\\textcolor{##74cf70}{#1}"),fO("\\greenD","\\textcolor{##1fab54}{#1}"),fO("\\greenE","\\textcolor{##0d923f}{#1}"),fO("\\goldA","\\textcolor{##ffd0a9}{#1}"),fO("\\goldB","\\textcolor{##ffbb71}{#1}"),fO("\\goldC","\\textcolor{##ff9c39}{#1}"),fO("\\goldD","\\textcolor{##e07d10}{#1}"),fO("\\goldE","\\textcolor{##a75a05}{#1}"),fO("\\redA","\\textcolor{##fca9a9}{#1}"),fO("\\redB","\\textcolor{##ff8482}{#1}"),fO("\\redC","\\textcolor{##f9685d}{#1}"),fO("\\redD","\\textcolor{##e84d39}{#1}"),fO("\\redE","\\textcolor{##bc2612}{#1}"),fO("\\maroonA","\\textcolor{##ffbde0}{#1}"),fO("\\maroonB","\\textcolor{##ff92c6}{#1}"),fO("\\maroonC","\\textcolor{##ed5fa6}{#1}"),fO("\\maroonD","\\textcolor{##ca337c}{#1}"),fO("\\maroonE","\\textcolor{##9e034e}{#1}"),fO("\\purpleA","\\textcolor{##ddd7ff}{#1}"),fO("\\purpleB","\\textcolor{##c6b9fc}{#1}"),fO("\\purpleC","\\textcolor{##aa87ff}{#1}"),fO("\\purpleD","\\textcolor{##7854ab}{#1}"),fO("\\purpleE","\\textcolor{##543b78}{#1}"),fO("\\mintA","\\textcolor{##f5f9e8}{#1}"),fO("\\mintB","\\textcolor{##edf2df}{#1}"),fO("\\mintC","\\textcolor{##e0e5cc}{#1}"),fO("\\grayA","\\textcolor{##f6f7f7}{#1}"),fO("\\grayB","\\textcolor{##f0f1f2}{#1}"),fO("\\grayC","\\textcolor{##e3e5e6}{#1}"),fO("\\grayD","\\textcolor{##d6d8da}{#1}"),fO("\\grayE","\\textcolor{##babec2}{#1}"),fO("\\grayF","\\textcolor{##888d93}{#1}"),fO("\\grayG","\\textcolor{##626569}{#1}"),fO("\\grayH","\\textcolor{##3b3e40}{#1}"),fO("\\grayI","\\textcolor{##21242c}{#1}"),fO("\\kaBlue","\\textcolor{##314453}{#1}"),fO("\\kaGreen","\\textcolor{##71B307}{#1}");var pN={"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0};class gN{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 aN(uN,t.macros),this.mode=r,this.stack=[]}feed(e){this.lexer=new iN(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){var 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 SS("EOF",r.loc)),this.pushTokens(n),t.range(r,"")}consumeSpaces(){for(;;){if(" "!==this.future().text)break;this.stack.pop()}}consumeArg(e){var t=[],r=e&&e.length>0;r||this.consumeSpaces();var n,o=this.future(),i=0,a=0;do{if(n=this.popToken(),t.push(n),"{"===n.text)++i;else if("}"===n.text){if(-1===--i)throw new kS("Extra }",n)}else if("EOF"===n.text)throw new kS("Unexpected end of input in a macro argument, expected '"+(e&&r?e[a]:"}")+"'",n);if(e&&r)if((0===i||1===i&&"{"===e[a])&&n.text===e[a]){if(++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:n}}consumeArgs(e,t){if(t){if(t.length!==e+1)throw new kS("The length of delimiters doesn't match the number of args!");for(var r=t[0],n=0;n<r.length;n++){var o=this.popToken();if(r[n]!==o.text)throw new kS("Use of the macro doesn't match its definition",o)}}for(var i=[],a=0;a<e;a++)i.push(this.consumeArg(t&&t[a+1]).tokens);return i}countExpansion(e){if(this.expansionCount+=e,this.expansionCount>this.settings.maxExpand)throw new kS("Too many expansions: infinite loop or need to increase maxExpand setting")}expandOnce(e){var t=this.popToken(),r=t.text,n=t.noexpand?null:this._getExpansion(r);if(null==n||e&&n.unexpandable){if(e&&null==n&&"\\"===r[0]&&!this.isDefined(r))throw new kS("Undefined control sequence: "+r);return this.pushToken(t),!1}this.countExpansion(1);var o=n.tokens,i=this.consumeArgs(n.numArgs,n.delimiters);if(n.numArgs)for(var a=(o=o.slice()).length-1;a>=0;--a){var u=o[a];if("#"===u.text){if(0===a)throw new kS("Incomplete placeholder at end of macro body",u);if("#"===(u=o[--a]).text)o.splice(a+1,1);else{if(!/^[1-9]$/.test(u.text))throw new kS("Not a valid argument number",u);o.splice(a,2,...i[+u.text-1])}}}return this.pushTokens(o),o.length}expandAfterFuture(){return this.expandOnce(),this.future()}expandNextToken(){for(;;)if(!1===this.expandOnce()){var e=this.stack.pop();return e.treatAsRelax&&(e.text="\\relax"),e}throw new Error}expandMacro(e){return this.macros.has(e)?this.expandTokens([new SS(e)]):void 0}expandTokens(e){var t=[],r=this.stack.length;for(this.pushTokens(e);this.stack.length>r;)if(!1===this.expandOnce(!0)){var n=this.stack.pop();n.treatAsRelax&&(n.noexpand=!1,n.treatAsRelax=!1),t.push(n)}return this.countExpansion(t.length),t}expandMacroAsText(e){var t=this.expandMacro(e);return t?t.map(e=>e.text).join(""):t}_getExpansion(e){var t=this.macros.get(e);if(null==t)return t;if(1===e.length){var r=this.lexer.catcodes[e];if(null!=r&&13!==r)return}var n="function"==typeof t?t(this):t;if("string"==typeof n){var o=0;if(-1!==n.indexOf("#"))for(var i=n.replace(/##/g,"");-1!==i.indexOf("#"+(o+1));)++o;for(var a=new iN(n,this.settings),u=[],s=a.lex();"EOF"!==s.text;)u.push(s),s=a.lex();return u.reverse(),{tokens:u,numArgs:o}}return n}isDefined(e){return this.macros.has(e)||QO.hasOwnProperty(e)||kk.math.hasOwnProperty(e)||kk.text.hasOwnProperty(e)||pN.hasOwnProperty(e)}isExpandable(e){var t=this.macros.get(e);return null!=t?"string"==typeof t||"function"==typeof t||!t.unexpandable:QO.hasOwnProperty(e)&&!QO[e].primitive}}var vN=/^[₊₋₌₍₎₀₁₂₃₄₅₆₇₈₉ₐₑₕᵢⱼₖₗₘₙₒₚᵣₛₜᵤᵥₓᵦᵧᵨᵩᵪ]/,mN=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","ᵝ":"β","ᵞ":"γ","ᵟ":"δ","ᵠ":"ϕ","ᵡ":"χ","ᶿ":"θ"}),yN={"́":{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"}},bN={"á":"á","à":"à","ä":"ä","ǟ":"ǟ","ã":"ã","ā":"ā","ă":"ă","ắ":"ắ","ằ":"ằ","ẵ":"ẵ","ǎ":"ǎ","â":"â","ấ":"ấ","ầ":"ầ","ẫ":"ẫ","ȧ":"ȧ","ǡ":"ǡ","å":"å","ǻ":"ǻ","ḃ":"ḃ","ć":"ć","ḉ":"ḉ","č":"č","ĉ":"ĉ","ċ":"ċ","ç":"ç","ď":"ď","ḋ":"ḋ","ḑ":"ḑ","é":"é","è":"è","ë":"ë","ẽ":"ẽ","ē":"ē","ḗ":"ḗ","ḕ":"ḕ","ĕ":"ĕ","ḝ":"ḝ","ě":"ě","ê":"ê","ế":"ế","ề":"ề","ễ":"ễ","ė":"ė","ȩ":"ȩ","ḟ":"ḟ","ǵ":"ǵ","ḡ":"ḡ","ğ":"ğ","ǧ":"ǧ","ĝ":"ĝ","ġ":"ġ","ģ":"ģ","ḧ":"ḧ","ȟ":"ȟ","ĥ":"ĥ","ḣ":"ḣ","ḩ":"ḩ","í":"í","ì":"ì","ï":"ï","ḯ":"ḯ","ĩ":"ĩ","ī":"ī","ĭ":"ĭ","ǐ":"ǐ","î":"î","ǰ":"ǰ","ĵ":"ĵ","ḱ":"ḱ","ǩ":"ǩ","ķ":"ķ","ĺ":"ĺ","ľ":"ľ","ļ":"ļ","ḿ":"ḿ","ṁ":"ṁ","ń":"ń","ǹ":"ǹ","ñ":"ñ","ň":"ň","ṅ":"ṅ","ņ":"ņ","ó":"ó","ò":"ò","ö":"ö","ȫ":"ȫ","õ":"õ","ṍ":"ṍ","ṏ":"ṏ","ȭ":"ȭ","ō":"ō","ṓ":"ṓ","ṑ":"ṑ","ŏ":"ŏ","ǒ":"ǒ","ô":"ô","ố":"ố","ồ":"ồ","ỗ":"ỗ","ȯ":"ȯ","ȱ":"ȱ","ő":"ő","ṕ":"ṕ","ṗ":"ṗ","ŕ":"ŕ","ř":"ř","ṙ":"ṙ","ŗ":"ŗ","ś":"ś","ṥ":"ṥ","š":"š","ṧ":"ṧ","ŝ":"ŝ","ṡ":"ṡ","ş":"ş","ẗ":"ẗ","ť":"ť","ṫ":"ṫ","ţ":"ţ","ú":"ú","ù":"ù","ü":"ü","ǘ":"ǘ","ǜ":"ǜ","ǖ":"ǖ","ǚ":"ǚ","ũ":"ũ","ṹ":"ṹ","ū":"ū","ṻ":"ṻ","ŭ":"ŭ","ǔ":"ǔ","û":"û","ů":"ů","ű":"ű","ṽ":"ṽ","ẃ":"ẃ","ẁ":"ẁ","ẅ":"ẅ","ŵ":"ŵ","ẇ":"ẇ","ẘ":"ẘ","ẍ":"ẍ","ẋ":"ẋ","ý":"ý","ỳ":"ỳ","ÿ":"ÿ","ỹ":"ỹ","ȳ":"ȳ","ŷ":"ŷ","ẏ":"ẏ","ẙ":"ẙ","ź":"ź","ž":"ž","ẑ":"ẑ","ż":"ż","Á":"Á","À":"À","Ä":"Ä","Ǟ":"Ǟ","Ã":"Ã","Ā":"Ā","Ă":"Ă","Ắ":"Ắ","Ằ":"Ằ","Ẵ":"Ẵ","Ǎ":"Ǎ","Â":"Â","Ấ":"Ấ","Ầ":"Ầ","Ẫ":"Ẫ","Ȧ":"Ȧ","Ǡ":"Ǡ","Å":"Å","Ǻ":"Ǻ","Ḃ":"Ḃ","Ć":"Ć","Ḉ":"Ḉ","Č":"Č","Ĉ":"Ĉ","Ċ":"Ċ","Ç":"Ç","Ď":"Ď","Ḋ":"Ḋ","Ḑ":"Ḑ","É":"É","È":"È","Ë":"Ë","Ẽ":"Ẽ","Ē":"Ē","Ḗ":"Ḗ","Ḕ":"Ḕ","Ĕ":"Ĕ","Ḝ":"Ḝ","Ě":"Ě","Ê":"Ê","Ế":"Ế","Ề":"Ề","Ễ":"Ễ","Ė":"Ė","Ȩ":"Ȩ","Ḟ":"Ḟ","Ǵ":"Ǵ","Ḡ":"Ḡ","Ğ":"Ğ","Ǧ":"Ǧ","Ĝ":"Ĝ","Ġ":"Ġ","Ģ":"Ģ","Ḧ":"Ḧ","Ȟ":"Ȟ","Ĥ":"Ĥ","Ḣ":"Ḣ","Ḩ":"Ḩ","Í":"Í","Ì":"Ì","Ï":"Ï","Ḯ":"Ḯ","Ĩ":"Ĩ","Ī":"Ī","Ĭ":"Ĭ","Ǐ":"Ǐ","Î":"Î","İ":"İ","Ĵ":"Ĵ","Ḱ":"Ḱ","Ǩ":"Ǩ","Ķ":"Ķ","Ĺ":"Ĺ","Ľ":"Ľ","Ļ":"Ļ","Ḿ":"Ḿ","Ṁ":"Ṁ","Ń":"Ń","Ǹ":"Ǹ","Ñ":"Ñ","Ň":"Ň","Ṅ":"Ṅ","Ņ":"Ņ","Ó":"Ó","Ò":"Ò","Ö":"Ö","Ȫ":"Ȫ","Õ":"Õ","Ṍ":"Ṍ","Ṏ":"Ṏ","Ȭ":"Ȭ","Ō":"Ō","Ṓ":"Ṓ","Ṑ":"Ṑ","Ŏ":"Ŏ","Ǒ":"Ǒ","Ô":"Ô","Ố":"Ố","Ồ":"Ồ","Ỗ":"Ỗ","Ȯ":"Ȯ","Ȱ":"Ȱ","Ő":"Ő","Ṕ":"Ṕ","Ṗ":"Ṗ","Ŕ":"Ŕ","Ř":"Ř","Ṙ":"Ṙ","Ŗ":"Ŗ","Ś":"Ś","Ṥ":"Ṥ","Š":"Š","Ṧ":"Ṧ","Ŝ":"Ŝ","Ṡ":"Ṡ","Ş":"Ş","Ť":"Ť","Ṫ":"Ṫ","Ţ":"Ţ","Ú":"Ú","Ù":"Ù","Ü":"Ü","Ǘ":"Ǘ","Ǜ":"Ǜ","Ǖ":"Ǖ","Ǚ":"Ǚ","Ũ":"Ũ","Ṹ":"Ṹ","Ū":"Ū","Ṻ":"Ṻ","Ŭ":"Ŭ","Ǔ":"Ǔ","Û":"Û","Ů":"Ů","Ű":"Ű","Ṽ":"Ṽ","Ẃ":"Ẃ","Ẁ":"Ẁ","Ẅ":"Ẅ","Ŵ":"Ŵ","Ẇ":"Ẇ","Ẍ":"Ẍ","Ẋ":"Ẋ","Ý":"Ý","Ỳ":"Ỳ","Ÿ":"Ÿ","Ỹ":"Ỹ","Ȳ":"Ȳ","Ŷ":"Ŷ","Ẏ":"Ẏ","Ź":"Ź","Ž":"Ž","Ẑ":"Ẑ","Ż":"Ż","ά":"ά","ὰ":"ὰ","ᾱ":"ᾱ","ᾰ":"ᾰ","έ":"έ","ὲ":"ὲ","ή":"ή","ὴ":"ὴ","ί":"ί","ὶ":"ὶ","ϊ":"ϊ","ΐ":"ΐ","ῒ":"ῒ","ῑ":"ῑ","ῐ":"ῐ","ό":"ό","ὸ":"ὸ","ύ":"ύ","ὺ":"ὺ","ϋ":"ϋ","ΰ":"ΰ","ῢ":"ῢ","ῡ":"ῡ","ῠ":"ῠ","ώ":"ώ","ὼ":"ὼ","Ύ":"Ύ","Ὺ":"Ὺ","Ϋ":"Ϋ","Ῡ":"Ῡ","Ῠ":"Ῠ","Ώ":"Ώ","Ὼ":"Ὼ"};class DN{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 gN(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 kS("Expected '"+e+"', got '"+this.fetch().text+"'",this.fetch());t&&this.consume()}consume(){this.nextToken=null}fetch(){return null==this.nextToken&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken}switchMode(e){this.mode=e,this.gullet.switchMode(e)}parse(){this.settings.globalGroup||this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set("\\color","\\textcolor");try{var e=this.parseExpression(!1);return this.expect("EOF"),this.settings.globalGroup||this.gullet.endGroup(),e}finally{this.gullet.endGroups()}}subparse(e){var t=this.nextToken;this.consume(),this.gullet.pushToken(new SS("}")),this.gullet.pushTokens(e);var r=this.parseExpression(!1);return this.expect("}"),this.nextToken=t,r}parseExpression(e,t){for(var r=[];;){"math"===this.mode&&this.consumeSpaces();var n=this.fetch();if(-1!==DN.endOfExpression.indexOf(n.text))break;if(t&&n.text===t)break;if(e&&QO[n.text]&&QO[n.text].infix)break;var 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){for(var t,r=-1,n=0;n<e.length;n++)if("infix"===e[n].type){if(-1!==r)throw new kS("only one infix operator per group",e[n].token);r=n,t=e[n].replaceWith}if(-1!==r&&t){var o,i,a=e.slice(0,r),u=e.slice(r+1);return o=1===a.length&&"ordgroup"===a[0].type?a[0]:{type:"ordgroup",mode:this.mode,body:a},i=1===u.length&&"ordgroup"===u[0].type?u[0]:{type:"ordgroup",mode:this.mode,body:u},["\\\\abovefrac"===t?this.callFunction(t,[o,e[r],i],[]):this.callFunction(t,[o,i],[])]}return e}handleSupSubscript(e){var t,r=this.fetch(),n=r.text;this.consume(),this.consumeSpaces();do{var o;t=this.parseGroup(e)}while("internal"===(null==(o=t)?void 0:o.type));if(!t)throw new kS("Expected group after '"+n+"'",r);return t}formatUnsupportedCmd(e){for(var t=[],r=0;r<e.length;r++)t.push({type:"textord",mode:"text",text:e[r]});var n={type:"text",mode:this.mode,body:t};return{type:"color",mode:this.mode,color:this.settings.errorColor,body:[n]}}parseAtom(e){var t,r,n=this.parseGroup("atom",e);if("internal"===(null==n?void 0:n.type))return n;if("text"===this.mode)return n;for(;;){this.consumeSpaces();var o=this.fetch();if("\\limits"===o.text||"\\nolimits"===o.text){if(n&&"op"===n.type){var i="\\limits"===o.text;n.limits=i,n.alwaysHandleSupSub=!0}else{if(!n||"operatorname"!==n.type)throw new kS("Limit controls must follow a math operator",o);n.alwaysHandleSupSub&&(n.limits="\\limits"===o.text)}this.consume()}else if("^"===o.text){if(t)throw new kS("Double superscript",o);t=this.handleSupSubscript("superscript")}else if("_"===o.text){if(r)throw new kS("Double subscript",o);r=this.handleSupSubscript("subscript")}else if("'"===o.text){if(t)throw new kS("Double superscript",o);var a={type:"textord",mode:this.mode,text:"\\prime"},u=[a];for(this.consume();"'"===this.fetch().text;)u.push(a),this.consume();"^"===this.fetch().text&&u.push(this.handleSupSubscript("superscript")),t={type:"ordgroup",mode:this.mode,body:u}}else{if(!mN[o.text])break;var s=vN.test(o.text),l=[];for(l.push(new SS(mN[o.text])),this.consume();;){var c=this.fetch().text;if(!mN[c])break;if(vN.test(c)!==s)break;l.unshift(new SS(mN[c])),this.consume()}var d=this.subparse(l);s?r={type:"ordgroup",mode:"math",body:d}:t={type:"ordgroup",mode:"math",body:d}}}return t||r?{type:"supsub",mode:this.mode,base:n,sup:t,sub:r}:n}parseFunction(e,t){var r=this.fetch(),n=r.text,o=QO[n];if(!o)return null;if(this.consume(),t&&"atom"!==t&&!o.allowedInArgument)throw new kS("Got function '"+n+"' with no arguments"+(t?" as "+t:""),r);if("text"===this.mode&&!o.allowedInText)throw new kS("Can't use function '"+n+"' in text mode",r);if("math"===this.mode&&!1===o.allowedInMath)throw new kS("Can't use function '"+n+"' in math mode",r);var{args:i,optArgs:a}=this.parseArguments(n,o);return this.callFunction(n,i,a,r,e)}callFunction(e,t,r,n,o){var i={funcName:e,parser:this,token:n,breakOnTokenText:o},a=QO[e];if(a&&a.handler)return a.handler(i,t,r);throw new kS("No function handler for "+e)}parseArguments(e,t){var r=t.numArgs+t.numOptionalArgs;if(0===r)return{args:[],optArgs:[]};for(var n=[],o=[],i=0;i<r;i++){var a=t.argTypes&&t.argTypes[i],u=i<t.numOptionalArgs;(t.primitive&&null==a||"sqrt"===t.type&&1===i&&null==o[0])&&(a="primitive");var s=this.parseGroupOfType("argument to '"+e+"'",a,u);if(u)o.push(s);else{if(null==s)throw new kS("Null argument, please report this as a bug");n.push(s)}}return{args:n,optArgs:o}}parseGroupOfType(e,t,r){switch(t){case"color":return this.parseColorGroup(r);case"size":return this.parseSizeGroup(r);case"url":return this.parseUrlGroup(r);case"math":case"text":return this.parseArgumentGroup(r,t);case"hbox":var n=this.parseArgumentGroup(r,"text");return null!=n?{type:"styling",mode:n.mode,body:[n],style:"text"}:null;case"raw":var o=this.parseStringGroup("raw",r);return null!=o?{type:"raw",mode:"text",string:o.text}:null;case"primitive":if(r)throw new kS("A primitive argument cannot be optional");var i=this.parseGroup(e);if(null==i)throw new kS("Expected group as "+e,this.fetch());return i;case"original":case null:case void 0:return this.parseArgumentGroup(r);default:throw new kS("Unknown group type as "+e,this.fetch())}}consumeSpaces(){for(;" "===this.fetch().text;)this.consume()}parseStringGroup(e,t){var r=this.gullet.scanArgument(t);if(null==r)return null;for(var n,o="";"EOF"!==(n=this.fetch()).text;)o+=n.text,this.consume();return this.consume(),r.text=o,r}parseRegexGroup(e,t){for(var r,n=this.fetch(),o=n,i="";"EOF"!==(r=this.fetch()).text&&e.test(i+r.text);)i+=(o=r).text,this.consume();if(""===i)throw new kS("Invalid "+t+": '"+n.text+"'",n);return n.range(o,i)}parseColorGroup(e){var t=this.parseStringGroup("color",e);if(null==t)return null;var r=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(t.text);if(!r)throw new kS("Invalid color: '"+t.text+"'",t);var n=r[0];return/^[0-9a-f]{6}$/i.test(n)&&(n="#"+n),{type:"color-token",mode:this.mode,color:n}}parseSizeGroup(e){var t,r=!1;if(this.gullet.consumeSpaces(),!(t=e||"{"===this.gullet.future().text?this.parseStringGroup("size",e):this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,"size")))return null;e||0!==t.text.length||(t.text="0pt",r=!0);var n=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(t.text);if(!n)throw new kS("Invalid size: '"+t.text+"'",t);var o={number:+(n[1]+n[2]),unit:n[3]};if(!lk(o))throw new kS("Invalid unit: '"+o.unit+"'",t);return{type:"size",mode:this.mode,value:o,isBlank:r}}parseUrlGroup(e){this.gullet.lexer.setCatcode("%",13),this.gullet.lexer.setCatcode("~",12);var t=this.parseStringGroup("url",e);if(this.gullet.lexer.setCatcode("%",14),this.gullet.lexer.setCatcode("~",13),null==t)return null;var r=t.text.replace(/\\([#$%&~_^{}])/g,"$1");return{type:"url",mode:this.mode,url:r}}parseArgumentGroup(e,t){var r=this.gullet.scanArgument(e);if(null==r)return null;var n=this.mode;t&&this.switchMode(t),this.gullet.beginGroup();var o=this.parseExpression(!1,"EOF");this.expect("EOF"),this.gullet.endGroup();var i={type:"ordgroup",mode:this.mode,loc:r.loc,body:o};return t&&this.switchMode(n),i}parseGroup(e,t){var r,n=this.fetch(),o=n.text;if("{"===o||"\\begingroup"===o){this.consume();var i="{"===o?"}":"\\endgroup";this.gullet.beginGroup();var a=this.parseExpression(!1,i),u=this.fetch();this.expect(i),this.gullet.endGroup(),r={type:"ordgroup",mode:this.mode,loc:BS.range(n,u),body:a,semisimple:"\\begingroup"===o||void 0}}else if(null==(r=this.parseFunction(t,e)||this.parseSymbol())&&"\\"===o[0]&&!pN.hasOwnProperty(o)){if(this.settings.throwOnError)throw new kS("Undefined control sequence: "+o,n);r=this.formatUnsupportedCmd(o),this.consume()}return r}formLigatures(e){for(var t=e.length-1,r=0;r<t;++r){var 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:BS.range(n,e[r+2]),text:"---"}),t-=2):(e.splice(r,2,{type:"textord",mode:"text",loc:BS.range(n,e[r+1]),text:"--"}),t-=1)),"'"!==o&&"`"!==o||e[r+1].text!==o||(e.splice(r,2,{type:"textord",mode:"text",loc:BS.range(n,e[r+1]),text:o+o}),t-=1)}}parseSymbol(){var e=this.fetch(),t=e.text;if(/^\\verb[^a-zA-Z]/.test(t)){this.consume();var r=t.slice(5),n="*"===r.charAt(0);if(n&&(r=r.slice(1)),r.length<2||r.charAt(0)!==r.slice(-1))throw new kS("\\verb assertion failed --\n please report what input caused this bug");return{type:"verb",mode:"text",body:r=r.slice(1,-1),star:n}}bN.hasOwnProperty(t[0])&&!kk[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=bN[t[0]]+t.slice(1));var o,i=nN.exec(t);if(i&&("i"===(t=t.substring(0,i.index))?t="ı":"j"===t&&(t="ȷ")),kk[this.mode][t]){this.settings.strict&&"math"===this.mode&&aF.indexOf(t)>=0&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+t[0]+'" used in math mode',e);var a,u=kk[this.mode][t].group,s=BS.range(e);if(Bk.hasOwnProperty(u)){var l=u;a={type:"atom",mode:this.mode,family:l,loc:s,text:t}}else a={type:u,mode:this.mode,loc:s,text:t};o=a}else{if(!(t.charCodeAt(0)>=128))return null;this.settings.strict&&(YS(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:BS.range(e),text:t}}if(this.consume(),i)for(var c=0;c<i[0].length;c++){var d=i[0][c];if(!yN[d])throw new kS("Unknown accent ' "+d+"'",e);var f=yN[d][this.mode]||yN[d].text;if(!f)throw new kS("Accent "+d+" unsupported in "+this.mode+" mode",e);o={type:"accent",mode:this.mode,loc:BS.range(e),label:f,isStretchy:!1,isShifty:!0,base:o}}return o}}DN.endOfExpression=["}","\\endgroup","\\end","\\right","&"];var CN=function(e,t){if(!("string"==typeof e||e instanceof String))throw new TypeError("KaTeX can only parse string typed expression");var r=new DN(e,t);delete r.gullet.macros.current["\\df@tag"];var n=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 kS("\\tag works only in display equations");n=[{type:"tag",mode:"text",body:n,tag:r.subparse([new SS("\\df@tag")])}]}return n},EN=function(e,t,r){t.textContent="";var n=AN(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."),EN=function(){throw new kS("KaTeX doesn't work in quirks mode.")});var wN=function(e,t,r){if(r.throwOnError||!(e instanceof kS))throw e;var n=CF.makeSpan(["katex-error"],[new Ck(t)]);return n.setAttribute("title",e.toString()),n.setAttribute("style","color:"+r.errorColor),n},AN=function(e,t){var r=new RS(t);try{return function(e,t,r){var n,o=aT(r);if("mathml"===r.output)return iT(e,t,o,r.displayMode,!0);if("html"===r.output){var i=GF(e,o);n=CF.makeSpan(["katex"],[i])}else{var a=iT(e,t,o,r.displayMode,!1),u=GF(e,o);n=CF.makeSpan(["katex"],[a,u])}return uT(n,r)}(CN(e,r),e,r)}catch(t){return wN(t,e,r)}},xN={version:"0.16.22",render:EN,renderToString:function(e,t){return AN(e,t).toMarkup()},ParseError:kS,SETTINGS_SCHEMA:MS,__parse:function(e,t){var r=new RS(t);return CN(e,r)},__renderToDomTree:AN,__renderToHTMLTree:function(e,t){var r=new RS(t);try{return function(e,t,r){var n=GF(e,aT(r)),o=CF.makeSpan(["katex"],[n]);return uT(o,r)}(CN(e,r),0,r)}catch(t){return wN(t,e,r)}},__setFontMetrics:function(e,t){JS[e]=t},__defineSymbol:Fk,__defineFunction:TF,__defineMacro:fO,__domTree:{Span:mk,Anchor:yk,SymbolNode:Ck,SvgNode:Ek,PathNode:wk,LineNode:Ak}},BN=function(e,t){return BN=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},BN(e,t)};function SN(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a}"function"==typeof SuppressedError&&SuppressedError;var kN,FN,TN="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},ON={};function NN(){if(FN)return kN;FN=1;var e=function(e){return e&&e.Math===Math&&e};return kN=e("object"==typeof globalThis&&globalThis)||e("object"==typeof window&&window)||e("object"==typeof self&&self)||e("object"==typeof TN&&TN)||e("object"==typeof kN&&kN)||function(){return this}()||Function("return this")()}var PN,MN,IN,RN,LN,_N,zN,jN,HN,$N,VN,UN,qN,WN,GN,YN,KN,XN,ZN,JN,QN,eP,tP,rP,nP,oP,iP,aP,uP,sP,lP,cP,dP,fP,hP,pP,gP,vP={exports:{}};function mP(){if(RN)return IN;RN=1;var e=NN(),t=Object.defineProperty;return IN=function(r,n){try{t(e,r,{value:n,configurable:!0,writable:!0})}catch(t){e[r]=n}return n}}function yP(){if(LN)return vP.exports;LN=1;var e=MN?PN:(MN=1,PN=!1),t=NN(),r=mP(),n="__core-js_shared__",o=vP.exports=t[n]||r(n,{});return(o.versions||(o.versions=[])).push({version:"3.44.0",mode:e?"pure":"global",copyright:"© 2014-2025 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.44.0/LICENSE",source:"https://github.com/zloirock/core-js"}),vP.exports}function bP(){if(zN)return _N;zN=1;var e=yP();return _N=function(t,r){return e[t]||(e[t]=r||{})}}function DP(){return HN?jN:(HN=1,jN=function(e){try{return!!e()}catch(e){return!0}})}function CP(){if(VN)return $N;VN=1;var e=DP();return $N=!e(function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")})}function EP(){if(qN)return UN;qN=1;var e=CP(),t=Function.prototype,r=t.call,n=e&&t.bind.bind(r,r);return UN=e?n:function(e){return function(){return r.apply(e,arguments)}},UN}function wP(){return GN?WN:(GN=1,WN=function(e){return null==e})}function AP(){if(KN)return YN;KN=1;var e=wP(),t=TypeError;return YN=function(r){if(e(r))throw new t("Can't call method on "+r);return r}}function xP(){if(ZN)return XN;ZN=1;var e=AP(),t=Object;return XN=function(r){return t(e(r))}}function BP(){if(QN)return JN;QN=1;var e=EP(),t=xP(),r=e({}.hasOwnProperty);return JN=Object.hasOwn||function(e,n){return r(t(e),n)}}function SP(){if(tP)return eP;tP=1;var e=EP(),t=0,r=Math.random(),n=e(1.1.toString);return eP=function(e){return"Symbol("+(void 0===e?"":e)+")_"+n(++t+r,36)}}function kP(){if(iP)return oP;iP=1;var e,t,r=NN(),n=function(){if(nP)return rP;nP=1;var e=NN().navigator,t=e&&e.userAgent;return rP=t?String(t):""}(),o=r.process,i=r.Deno,a=o&&o.versions||i&&i.version,u=a&&a.v8;return u&&(t=(e=u.split("."))[0]>0&&e[0]<4?1:+(e[0]+e[1])),!t&&n&&(!(e=n.match(/Edge\/(\d+)/))||e[1]>=74)&&(e=n.match(/Chrome\/(\d+)/))&&(t=+e[1]),oP=t}function FP(){if(uP)return aP;uP=1;var e=kP(),t=DP(),r=NN().String;return aP=!!Object.getOwnPropertySymbols&&!t(function(){var t=Symbol("symbol detection");return!r(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&e&&e<41})}function TP(){if(lP)return sP;lP=1;var e=FP();return sP=e&&!Symbol.sham&&"symbol"==typeof Symbol.iterator}function OP(){if(dP)return cP;dP=1;var e=NN(),t=bP(),r=BP(),n=SP(),o=FP(),i=TP(),a=e.Symbol,u=t("wks"),s=i?a.for||a:a&&a.withoutSetter||n;return cP=function(e){return r(u,e)||(u[e]=o&&r(a,e)?a[e]:s("Symbol."+e)),u[e]}}function NP(){if(hP)return fP;hP=1;var e={};return e[OP()("toStringTag")]="z",fP="[object z]"===String(e)}function PP(){if(gP)return pP;gP=1;var e="object"==typeof document&&document.all;return pP=void 0===e&&void 0!==e?function(t){return"function"==typeof t||t===e}:function(e){return"function"==typeof e}}var MP,IP,RP,LP,_P,zP,jP,HP,$P,VP,UP,qP,WP,GP,YP,KP,XP,ZP,JP,QP,eM,tM,rM,nM,oM,iM,aM,uM,sM,lM,cM,dM,fM,hM={};function pM(){if(IP)return MP;IP=1;var e=DP();return MP=!e(function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})}function gM(){if(LP)return RP;LP=1;var e=PP();return RP=function(t){return"object"==typeof t?null!==t:e(t)}}function vM(){if(zP)return _P;zP=1;var e=NN(),t=gM(),r=e.document,n=t(r)&&t(r.createElement);return _P=function(e){return n?r.createElement(e):{}}}function mM(){if(HP)return jP;HP=1;var e=pM(),t=DP(),r=vM();return jP=!e&&!t(function(){return 7!==Object.defineProperty(r("div"),"a",{get:function(){return 7}}).a})}function yM(){if(VP)return $P;VP=1;var e=pM(),t=DP();return $P=e&&t(function(){return 42!==Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype})}function bM(){if(qP)return UP;qP=1;var e=gM(),t=String,r=TypeError;return UP=function(n){if(e(n))return n;throw new r(t(n)+" is not an object")}}function DM(){if(GP)return WP;GP=1;var e=CP(),t=Function.prototype.call;return WP=e?t.bind(t):function(){return t.apply(t,arguments)},WP}function CM(){if(KP)return YP;KP=1;var e=NN(),t=PP();return YP=function(r,n){return arguments.length<2?(o=e[r],t(o)?o:void 0):e[r]&&e[r][n];var o},YP}function EM(){if(ZP)return XP;ZP=1;var e=EP();return XP=e({}.isPrototypeOf)}function wM(){if(QP)return JP;QP=1;var e=CM(),t=PP(),r=EM(),n=TP(),o=Object;return JP=n?function(e){return"symbol"==typeof e}:function(n){var i=e("Symbol");return t(i)&&r(i.prototype,o(n))}}function AM(){if(tM)return eM;tM=1;var e=String;return eM=function(t){try{return e(t)}catch(e){return"Object"}}}function xM(){if(nM)return rM;nM=1;var e=PP(),t=AM(),r=TypeError;return rM=function(n){if(e(n))return n;throw new r(t(n)+" is not a function")}}function BM(){if(iM)return oM;iM=1;var e=xM(),t=wP();return oM=function(r,n){var o=r[n];return t(o)?void 0:e(o)},oM}function SM(){if(lM)return sM;lM=1;var e=DM(),t=gM(),r=wM(),n=BM(),o=function(){if(uM)return aM;uM=1;var e=DM(),t=PP(),r=gM(),n=TypeError;return aM=function(o,i){var a,u;if("string"===i&&t(a=o.toString)&&!r(u=e(a,o)))return u;if(t(a=o.valueOf)&&!r(u=e(a,o)))return u;if("string"!==i&&t(a=o.toString)&&!r(u=e(a,o)))return u;throw new n("Can't convert object to primitive value")},aM}(),i=OP(),a=TypeError,u=i("toPrimitive");return sM=function(i,s){if(!t(i)||r(i))return i;var l,c=n(i,u);if(c){if(void 0===s&&(s="default"),l=e(c,i,s),!t(l)||r(l))return l;throw new a("Can't convert object to primitive value")}return void 0===s&&(s="number"),o(i,s)}}function kM(){if(dM)return cM;dM=1;var e=SM(),t=wM();return cM=function(r){var n=e(r,"string");return t(n)?n:n+""}}function FM(){if(fM)return hM;fM=1;var e=pM(),t=mM(),r=yM(),n=bM(),o=kM(),i=TypeError,a=Object.defineProperty,u=Object.getOwnPropertyDescriptor,s="enumerable",l="configurable",c="writable";return hM.f=e?r?function(e,t,r){if(n(e),t=o(t),n(r),"function"==typeof e&&"prototype"===t&&"value"in r&&c in r&&!r[c]){var i=u(e,t);i&&i[c]&&(e[t]=r.value,r={configurable:l in r?r[l]:i[l],enumerable:s in r?r[s]:i[s],writable:!1})}return a(e,t,r)}:a:function(e,r,u){if(n(e),r=o(r),n(u),t)try{return a(e,r,u)}catch(e){}if("get"in u||"set"in u)throw new i("Accessors not supported");return"value"in u&&(e[r]=u.value),e},hM}var TM,OM,NM,PM,MM,IM,RM,LM,_M,zM,jM,HM,$M,VM,UM,qM,WM,GM,YM,KM,XM,ZM,JM,QM,eI,tI,rI={exports:{}};function nI(){if(OM)return TM;OM=1;var e=pM(),t=BP(),r=Function.prototype,n=e&&Object.getOwnPropertyDescriptor,o=t(r,"name"),i=o&&"something"===function(){}.name,a=o&&(!e||e&&n(r,"name").configurable);return TM={EXISTS:o,PROPER:i,CONFIGURABLE:a}}function oI(){if(PM)return NM;PM=1;var e=EP(),t=PP(),r=yP(),n=e(Function.toString);return t(r.inspectSource)||(r.inspectSource=function(e){return n(e)}),NM=r.inspectSource}function iI(){return LM?RM:(LM=1,RM=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}})}function aI(){if(zM)return _M;zM=1;var e=pM(),t=FM(),r=iI();return _M=e?function(e,n,o){return t.f(e,n,r(1,o))}:function(e,t,r){return e[t]=r,e}}function uI(){if(HM)return jM;HM=1;var e=bP(),t=SP(),r=e("keys");return jM=function(e){return r[e]||(r[e]=t(e))}}function sI(){return VM?$M:(VM=1,$M={})}function lI(){if(qM)return UM;qM=1;var e,t,r,n=function(){if(IM)return MM;IM=1;var e=NN(),t=PP(),r=e.WeakMap;return MM=t(r)&&/native code/.test(String(r))}(),o=NN(),i=gM(),a=aI(),u=BP(),s=yP(),l=uI(),c=sI(),d="Object already initialized",f=o.TypeError,h=o.WeakMap;if(n||s.state){var p=s.state||(s.state=new h);p.get=p.get,p.has=p.has,p.set=p.set,e=function(e,t){if(p.has(e))throw new f(d);return t.facade=e,p.set(e,t),t},t=function(e){return p.get(e)||{}},r=function(e){return p.has(e)}}else{var g=l("state");c[g]=!0,e=function(e,t){if(u(e,g))throw new f(d);return t.facade=e,a(e,g,t),t},t=function(e){return u(e,g)?e[g]:{}},r=function(e){return u(e,g)}}return UM={set:e,get:t,has:r,enforce:function(n){return r(n)?t(n):e(n,{})},getterFor:function(e){return function(r){var n;if(!i(r)||(n=t(r)).type!==e)throw new f("Incompatible receiver, "+e+" required");return n}}}}function cI(){if(YM)return GM;YM=1;var e=PP(),t=FM(),r=function(){if(WM)return rI.exports;WM=1;var e=EP(),t=DP(),r=PP(),n=BP(),o=pM(),i=nI().CONFIGURABLE,a=oI(),u=lI(),s=u.enforce,l=u.get,c=String,d=Object.defineProperty,f=e("".slice),h=e("".replace),p=e([].join),g=o&&!t(function(){return 8!==d(function(){},"length",{value:8}).length}),v=String(String).split("String"),m=rI.exports=function(e,t,r){"Symbol("===f(c(t),0,7)&&(t="["+h(c(t),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!n(e,"name")||i&&e.name!==t)&&(o?d(e,"name",{value:t,configurable:!0}):e.name=t),g&&r&&n(r,"arity")&&e.length!==r.arity&&d(e,"length",{value:r.arity});try{r&&n(r,"constructor")&&r.constructor?o&&d(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var a=s(e);return n(a,"source")||(a.source=p(v,"string"==typeof t?t:"")),e};return Function.prototype.toString=m(function(){return r(this)&&l(this).source||a(this)},"toString"),rI.exports}(),n=mP();return GM=function(o,i,a,u){u||(u={});var s=u.enumerable,l=void 0!==u.name?u.name:i;if(e(a)&&r(a,l,u),u.global)s?o[i]=a:n(i,a);else{try{u.unsafe?o[i]&&(s=!0):delete o[i]}catch(e){}s?o[i]=a:t.f(o,i,{value:a,enumerable:!1,configurable:!u.nonConfigurable,writable:!u.nonWritable})}return o},GM}function dI(){if(XM)return KM;XM=1;var e=EP(),t=e({}.toString),r=e("".slice);return KM=function(e){return r(t(e),8,-1)}}function fI(){if(JM)return ZM;JM=1;var e=NP(),t=PP(),r=dI(),n=OP()("toStringTag"),o=Object,i="Arguments"===r(function(){return arguments}());return ZM=e?r:function(e){var a,u,s;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(u=function(e,t){try{return e[t]}catch(e){}}(a=o(e),n))?u:i?r(a):"Object"===(s=r(a))&&t(a.callee)?"Arguments":s},ZM}!function(){if(tI)return ON;tI=1;var e=NP(),t=cI(),r=function(){if(eI)return QM;eI=1;var e=NP(),t=fI();return QM=e?{}.toString:function(){return"[object "+t(this)+"]"}}();e||t(Object.prototype,"toString",r,{unsafe:!0})}();var hI,pI,gI,vI,mI,yI,bI={},DI={},CI={};function EI(){if(gI)return pI;gI=1;var e=EP(),t=DP(),r=dI(),n=Object,o=e("".split);return pI=t(function(){return!n("z").propertyIsEnumerable(0)})?function(e){return"String"===r(e)?o(e,""):n(e)}:n}function wI(){if(mI)return vI;mI=1;var e=EI(),t=AP();return vI=function(r){return e(t(r))}}function AI(){if(yI)return DI;yI=1;var e=pM(),t=DM(),r=function(){if(hI)return CI;hI=1;var e={}.propertyIsEnumerable,t=Object.getOwnPropertyDescriptor,r=t&&!e.call({1:2},1);return CI.f=r?function(e){var r=t(this,e);return!!r&&r.enumerable}:e,CI}(),n=iI(),o=wI(),i=kM(),a=BP(),u=mM(),s=Object.getOwnPropertyDescriptor;return DI.f=e?s:function(e,l){if(e=o(e),l=i(l),u)try{return s(e,l)}catch(e){}if(a(e,l))return n(!t(r.f,e,l),e[l])},DI}var xI,BI,SI,kI,FI,TI,OI,NI,PI,MI,II,RI,LI,_I,zI,jI,HI,$I={};function VI(){if(kI)return SI;kI=1;var e=function(){if(BI)return xI;BI=1;var e=Math.ceil,t=Math.floor;return xI=Math.trunc||function(r){var n=+r;return(n>0?t:e)(n)},xI}();return SI=function(t){var r=+t;return r!=r||0===r?0:e(r)}}function UI(){if(NI)return OI;NI=1;var e=VI(),t=Math.min;return OI=function(r){var n=e(r);return n>0?t(n,9007199254740991):0}}function qI(){if(MI)return PI;MI=1;var e=UI();return PI=function(t){return e(t.length)}}function WI(){if(_I)return LI;_I=1;var e=EP(),t=BP(),r=wI(),n=function(){if(RI)return II;RI=1;var e=wI(),t=function(){if(TI)return FI;TI=1;var e=VI(),t=Math.max,r=Math.min;return FI=function(n,o){var i=e(n);return i<0?t(i+o,0):r(i,o)}}(),r=qI(),n=function(n){return function(o,i,a){var u=e(o),s=r(u);if(0===s)return!n&&-1;var l,c=t(a,s);if(n&&i!=i){for(;s>c;)if((l=u[c++])!=l)return!0}else for(;s>c;c++)if((n||c in u)&&u[c]===i)return n||c||0;return!n&&-1}};return II={includes:n(!0),indexOf:n(!1)}}().indexOf,o=sI(),i=e([].push);return LI=function(e,a){var u,s=r(e),l=0,c=[];for(u in s)!t(o,u)&&t(s,u)&&i(c,u);for(;a.length>l;)t(s,u=a[l++])&&(~n(c,u)||i(c,u));return c},LI}function GI(){return jI?zI:(jI=1,zI=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"])}var YI,KI,XI,ZI,JI,QI,eR,tR,rR,nR,oR,iR,aR,uR,sR,lR,cR,dR,fR,hR={};function pR(){if(JI)return ZI;JI=1;var e=BP(),t=function(){if(XI)return KI;XI=1;var e=CM(),t=EP(),r=function(){if(HI)return $I;HI=1;var e=WI(),t=GI().concat("length","prototype");return $I.f=Object.getOwnPropertyNames||function(r){return e(r,t)},$I}(),n=(YI||(YI=1,hR.f=Object.getOwnPropertySymbols),hR),o=bM(),i=t([].concat);return KI=e("Reflect","ownKeys")||function(e){var t=r.f(o(e)),a=n.f;return a?i(t,a(e)):t}}(),r=AI(),n=FM();return ZI=function(o,i,a){for(var u=t(i),s=n.f,l=r.f,c=0;c<u.length;c++){var d=u[c];e(o,d)||a&&e(a,d)||s(o,d,l(i,d))}},ZI}function gR(){if(rR)return tR;rR=1;var e=NN(),t=AI().f,r=aI(),n=cI(),o=mP(),i=pR(),a=function(){if(eR)return QI;eR=1;var e=DP(),t=PP(),r=/#|\.prototype\./,n=function(r,n){var s=i[o(r)];return s===u||s!==a&&(t(n)?e(n):!!n)},o=n.normalize=function(e){return String(e).replace(r,".").toLowerCase()},i=n.data={},a=n.NATIVE="N",u=n.POLYFILL="P";return QI=n}();return tR=function(u,s){var l,c,d,f,h,p=u.target,g=u.global,v=u.stat;if(l=g?e:v?e[p]||o(p,{}):e[p]&&e[p].prototype)for(c in s){if(f=s[c],d=u.dontCallGetSet?(h=t(l,c))&&h.value:l[c],!a(g?c:p+(v?".":"#")+c,u.forced)&&void 0!==d){if(typeof f==typeof d)continue;i(f,d)}(u.sham||d&&d.sham)&&r(f,"sham",!0),n(l,c,f,u)}}}function vR(){if(oR)return nR;oR=1;var e=CP(),t=Function.prototype,r=t.apply,n=t.call;return nR="object"==typeof Reflect&&Reflect.apply||(e?n.bind(r):function(){return n.apply(r,arguments)}),nR}function mR(){if(sR)return uR;sR=1;var e=EP(),t=xM(),r=gM(),n=BP(),o=function(){if(aR)return iR;aR=1;var e=EP();return iR=e([].slice)}(),i=CP(),a=Function,u=e([].concat),s=e([].join),l={};return uR=i?a.bind:function(e){var i=t(this),c=i.prototype,d=o(arguments,1),f=function(){var t=u(d,o(arguments));return this instanceof f?function(e,t,r){if(!n(l,t)){for(var o=[],i=0;i<t;i++)o[i]="a["+i+"]";l[t]=a("C,a","return new C("+s(o,",")+")")}return l[t](e,r)}(i,t.length,t):i.apply(e,t)};return r(c)&&(f.prototype=c),f},uR}function yR(){if(cR)return lR;cR=1;var e=EP(),t=DP(),r=PP(),n=fI(),o=CM(),i=oI(),a=function(){},u=o("Reflect","construct"),s=/^\s*(?:class|function)\b/,l=e(s.exec),c=!s.test(a),d=function(e){if(!r(e))return!1;try{return u(a,[],e),!0}catch(e){return!1}},f=function(e){if(!r(e))return!1;switch(n(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return c||!!l(s,i(e))}catch(e){return!0}};return f.sham=!0,lR=!u||t(function(){var e;return d(d.call)||!d(Object)||!d(function(){e=!0})||e})?f:d}function bR(){if(fR)return dR;fR=1;var e=yR(),t=AM(),r=TypeError;return dR=function(n){if(e(n))return n;throw new r(t(n)+" is not a constructor")}}var DR,CR,ER,wR,AR,xR,BR,SR,kR={};function FR(){if(BR)return xR;BR=1;var e,t=bM(),r=function(){if(ER)return kR;ER=1;var e=pM(),t=yM(),r=FM(),n=bM(),o=wI(),i=function(){if(CR)return DR;CR=1;var e=WI(),t=GI();return DR=Object.keys||function(r){return e(r,t)},DR}();return kR.f=e&&!t?Object.defineProperties:function(e,t){n(e);for(var a,u=o(t),s=i(t),l=s.length,c=0;l>c;)r.f(e,a=s[c++],u[a]);return e},kR}(),n=GI(),o=sI(),i=function(){if(AR)return wR;AR=1;var e=CM();return wR=e("document","documentElement")}(),a=vM(),u=uI(),s="prototype",l="script",c=u("IE_PROTO"),d=function(){},f=function(e){return"<"+l+">"+e+"</"+l+">"},h=function(e){e.write(f("")),e.close();var t=e.parentWindow.Object;return e=null,t},p=function(){try{e=new ActiveXObject("htmlfile")}catch(e){}var t,r,o;p="undefined"!=typeof document?document.domain&&e?h(e):(r=a("iframe"),o="java"+l+":",r.style.display="none",i.appendChild(r),r.src=String(o),(t=r.contentWindow.document).open(),t.write(f("document.F=Object")),t.close(),t.F):h(e);for(var u=n.length;u--;)delete p[s][n[u]];return p()};return o[c]=!0,xR=Object.create||function(e,n){var o;return null!==e?(d[s]=t(e),o=new d,d[s]=null,o[c]=e):o=p(),void 0===n?o:r.f(o,n)},xR}!function(){if(SR)return bI;SR=1;var e=gR(),t=CM(),r=vR(),n=mR(),o=bR(),i=bM(),a=gM(),u=FR(),s=DP(),l=t("Reflect","construct"),c=Object.prototype,d=[].push,f=s(function(){function e(){}return!(l(function(){},[],e)instanceof e)}),h=!s(function(){l(function(){})}),p=f||h;e({target:"Reflect",stat:!0,forced:p,sham:p},{construct:function(e,t){o(e),i(t);var s=arguments.length<3?e:o(arguments[2]);if(h&&!f)return l(e,t,s);if(e===s){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var p=[null];return r(d,p,t),new(r(n,e,p))}var g=s.prototype,v=u(a(g)?g:c),m=r(e,v,t);return a(m)?m:v}})}(),function(){if(void 0!==window.Reflect&&void 0!==window.customElements&&!window.customElements.polyfillWrapFlushCallback){var e=HTMLElement;window.HTMLElement=function(){return Reflect.construct(e,[],this.constructor)},HTMLElement.prototype=e.prototype,HTMLElement.prototype.constructor=HTMLElement,Object.setPrototypeOf(HTMLElement,e)}}();var TR=function(e){function t(){var t=e.call(this)||this,r=t.attachShadow({mode:"open"}),n=r.ownerDocument.createElement("span");return n.style.display="inline-block",r.appendChild(n),t.span=n,t}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}BN(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}(t,e),Object.defineProperty(t,"observedAttributes",{get:function(){return["data-value"]},enumerable:!1,configurable:!0}),t.prototype.attributeChangedCallback=function(e,t,r){if("data-value"===e){if(t===r)return;this.render(r||"")}},t.prototype.render=function(e){xN.render(e,this.span,{throwOnError:!1,output:"mathml"})},t}(HTMLElement);window.customElements.get("w-e-formula-card")||window.customElements.define("w-e-formula-card",TR),Ay("en",{formula:{formula:"Formula",placeholder:"Use LateX syntax",insert:"Insert formula",edit:"Edit formula",textToFormula:"Convert to formula",ok:"OK"}}),Ay("zh-CN",{formula:{formula:"公式",placeholder:"使用 LateX 语法",insert:"插入公式",edit:"编辑公式",textToFormula:"转换为公式",ok:"确定"}});var OR,NR,PR,MR,IR,RR,LR,_R,zR,jR,HR,$R,VR,UR,qR,WR={};function GR(){if(RR)return IR;RR=1;var e=dI();return IR=Array.isArray||function(t){return"Array"===e(t)}}function YR(){if(jR)return zR;jR=1;var e=function(){if(_R)return LR;_R=1;var e=GR(),t=yR(),r=gM(),n=OP()("species"),o=Array;return LR=function(i){var a;return e(i)&&(a=i.constructor,(t(a)&&(a===o||e(a.prototype))||r(a)&&null===(a=a[n]))&&(a=void 0)),void 0===a?o:a}}();return zR=function(t,r){return new(e(t))(0===r?0:r)}}!function(){if(qR)return WR;qR=1;var e=gR(),t=function(){if($R)return HR;$R=1;var e=function(){if(MR)return PR;MR=1;var e=function(){if(NR)return OR;NR=1;var e=dI(),t=EP();return OR=function(r){if("Function"===e(r))return t(r)},OR}(),t=xM(),r=CP(),n=e(e.bind);return PR=function(e,o){return t(e),void 0===o?e:r?n(e,o):function(){return e.apply(o,arguments)}},PR}(),t=EP(),r=EI(),n=xP(),o=qI(),i=YR(),a=t([].push),u=function(t){var u=1===t,s=2===t,l=3===t,c=4===t,d=6===t,f=7===t,h=5===t||d;return function(p,g,v,m){for(var y,b,D=n(p),C=r(D),E=o(C),w=e(g,v),A=0,x=m||i,B=u?x(p,E):s||f?x(p,0):void 0;E>A;A++)if((h||A in C)&&(b=w(y=C[A],A,D),t))if(u)B[A]=b;else if(b)switch(t){case 3:return!0;case 5:return y;case 6:return A;case 2:a(B,y)}else switch(t){case 4:return!1;case 7:a(B,y)}return d?-1:l||c?c:B}};return HR={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterReject:u(7)}}().find,r=function(){if(UR)return VR;UR=1;var e=OP(),t=FR(),r=FM().f,n=e("unscopables"),o=Array.prototype;return void 0===o[n]&&r(o,n,{configurable:!0,value:t(null)}),VR=function(e){o[n][e]=!0}}(),n="find",o=!0;n in[]&&Array(1)[n](function(){o=!1}),e({target:"Array",proto:!0,forced:o},{find:function(e){return t(this,e,arguments.length>1?arguments[1]:void 0)}}),r(n)}();var KR,XR,ZR,JR,QR,eL,tL,rL,nL,oL,iL,aL,uL,sL={};function lL(){if(XR)return KR;XR=1;var e=fI(),t=String;return KR=function(r){if("Symbol"===e(r))throw new TypeError("Cannot convert a Symbol value to a string");return t(r)}}function cL(){if(JR)return ZR;JR=1;var e=bM();return ZR=function(){var t=e(this),r="";return t.hasIndices&&(r+="d"),t.global&&(r+="g"),t.ignoreCase&&(r+="i"),t.multiline&&(r+="m"),t.dotAll&&(r+="s"),t.unicode&&(r+="u"),t.unicodeSets&&(r+="v"),t.sticky&&(r+="y"),r}}function dL(){if(eL)return QR;eL=1;var e=DP(),t=NN().RegExp,r=e(function(){var e=t("a","y");return e.lastIndex=2,null!==e.exec("abcd")}),n=r||e(function(){return!t("a","y").sticky}),o=r||e(function(){var e=t("^r","gy");return e.lastIndex=2,null!==e.exec("str")});return QR={BROKEN_CARET:o,MISSED_STICKY:n,UNSUPPORTED_Y:r}}function fL(){if(aL)return iL;aL=1;var e,t,r=DM(),n=EP(),o=lL(),i=cL(),a=dL(),u=bP(),s=FR(),l=lI().get,c=function(){if(rL)return tL;rL=1;var e=DP(),t=NN().RegExp;return tL=e(function(){var e=t(".","s");return!(e.dotAll&&e.test("\n")&&"s"===e.flags)})}(),d=function(){if(oL)return nL;oL=1;var e=DP(),t=NN().RegExp;return nL=e(function(){var e=t("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")})}(),f=u("native-string-replace",String.prototype.replace),h=RegExp.prototype.exec,p=h,g=n("".charAt),v=n("".indexOf),m=n("".replace),y=n("".slice),b=(t=/b*/g,r(h,e=/a/,"a"),r(h,t,"a"),0!==e.lastIndex||0!==t.lastIndex),D=a.BROKEN_CARET,C=void 0!==/()??/.exec("")[1];return(b||C||D||c||d)&&(p=function(e){var t,n,a,u,c,d,E,w=this,A=l(w),x=o(e),B=A.raw;if(B)return B.lastIndex=w.lastIndex,t=r(p,B,x),w.lastIndex=B.lastIndex,t;var S=A.groups,k=D&&w.sticky,F=r(i,w),T=w.source,O=0,N=x;if(k&&(F=m(F,"y",""),-1===v(F,"g")&&(F+="g"),N=y(x,w.lastIndex),w.lastIndex>0&&(!w.multiline||w.multiline&&"\n"!==g(x,w.lastIndex-1))&&(T="(?: "+T+")",N=" "+N,O++),n=new RegExp("^(?:"+T+")",F)),C&&(n=new RegExp("^"+T+"$(?!\\s)",F)),b&&(a=w.lastIndex),u=r(h,k?n:w,N),k?u?(u.input=y(u.input,O),u[0]=y(u[0],O),u.index=w.lastIndex,w.lastIndex+=u[0].length):w.lastIndex=0:b&&u&&(w.lastIndex=w.global?u.index+u[0].length:a),C&&u&&u.length>1&&r(f,u[0],n,function(){for(c=1;c<arguments.length-2;c++)void 0===arguments[c]&&(u[c]=void 0)}),u&&S)for(u.groups=d=s(null),c=0;c<S.length;c++)d[(E=S[c])[0]]=u[E[1]];return u}),iL=p}function hL(){if(uL)return sL;uL=1;var e=gR(),t=fL();return e({target:"RegExp",proto:!0,forced:/./.exec!==t},{exec:t}),sL}hL();var pL,gL,vL,mL,yL,bL,DL,CL={};function EL(){return gL?pL:(gL=1,pL="\t\n\v\f\r                 \u2028\u2029\ufeff")}!function(){if(DL)return CL;DL=1;var e=gR(),t=function(){if(mL)return vL;mL=1;var e=EP(),t=AP(),r=lL(),n=EL(),o=e("".replace),i=RegExp("^["+n+"]+"),a=RegExp("(^|[^"+n+"])["+n+"]+$"),u=function(e){return function(n){var u=r(t(n));return 1&e&&(u=o(u,i,"")),2&e&&(u=o(u,a,"$1")),u}};return vL={start:u(1),end:u(2),trim:u(3)}}().trim,r=function(){if(bL)return yL;bL=1;var e=nI().PROPER,t=DP(),r=EL();return yL=function(n){return t(function(){return!!r[n]()||"​…᠎"!=="​…᠎"[n]()||e&&r[n].name!==n})}}();e({target:"String",proto:!0,forced:r("trim")},{trim:function(){return t(this)}})}();var wL,AL,xL='<svg viewBox="0 0 1024 1024"><path d="M941.6 734.72L985.984 640H1024l-64 384H0v-74.24l331.552-391.2L0 227.008V0h980L1024 256h-34.368l-18.72-38.88C935.584 143.744 909.024 128 832 128H169.984l353.056 353.056L225.632 832H768c116 0 146.656-41.568 173.6-97.28z"></path></svg>',BL={};function SL(e){return null!==e&&"object"==typeof e&&"constructor"in e&&e.constructor===Object}function kL(e={},t={}){Object.keys(t).forEach(r=>{void 0===e[r]?e[r]=t[r]:SL(t[r])&&SL(e[r])&&Object.keys(t[r]).length>0&&kL(e[r],t[r])})}AL||(AL=1,function(){if(wL)return BL;wL=1;var e=gR(),t=NN();e({global:!0,forced:t.globalThis!==t},{globalThis:t})}());const FL={body:{},addEventListener(){},removeEventListener(){},activeElement:{blur(){},nodeName:""},querySelector:()=>null,querySelectorAll:()=>[],getElementById:()=>null,createEvent:()=>({initEvent(){}}),createElement:()=>({children:[],childNodes:[],style:{},setAttribute(){},getElementsByTagName:()=>[]}),createElementNS:()=>({}),importNode:()=>null,location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}};function TL(){const e="undefined"!=typeof document?document:{};return kL(e,FL),e}const OL={document:FL,navigator:{userAgent:""},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""},history:{replaceState(){},pushState(){},go(){},back(){}},CustomEvent:function(){return this},addEventListener(){},removeEventListener(){},getComputedStyle:()=>({getPropertyValue:()=>""}),Image(){},Date(){},screen:{},setTimeout(){},clearTimeout(){},matchMedia:()=>({}),requestAnimationFrame:e=>"undefined"==typeof setTimeout?(e(),null):setTimeout(e,0),cancelAnimationFrame(e){"undefined"!=typeof setTimeout&&clearTimeout(e)}};function NL(){const e="undefined"!=typeof window?window:{};return kL(e,OL),e}class PL extends Array{constructor(e){"number"==typeof e?super(e):(super(...e||[]),function(e){const t=e.__proto__;Object.defineProperty(e,"__proto__",{get:()=>t,set(e){t.__proto__=e}})}(this))}}function ML(e,t){const r=NL(),n=TL();let o=[];if(!t&&e instanceof PL)return e;if(!e)return new PL(o);if("string"==typeof e){const r=e.trim();if(r.indexOf("<")>=0&&r.indexOf(">")>=0){let e="div";0===r.indexOf("<li")&&(e="ul"),0===r.indexOf("<tr")&&(e="tbody"),0!==r.indexOf("<td")&&0!==r.indexOf("<th")||(e="tr"),0===r.indexOf("<tbody")&&(e="table"),0===r.indexOf("<option")&&(e="select");const t=n.createElement(e);t.innerHTML=r;for(let e=0;e<t.childNodes.length;e+=1)o.push(t.childNodes[e])}else o=function(e,t){if("string"!=typeof e)return[e];const r=[],n=t.querySelectorAll(e);for(let e=0;e<n.length;e+=1)r.push(n[e]);return r}(e.trim(),t||n)}else if(e.nodeType||e===r||e===n)o.push(e);else if(Array.isArray(e)){if(e instanceof PL)return e;o=e}return new PL(function(e){const t=[];for(let r=0;r<e.length;r+=1)-1===t.indexOf(e[r])&&t.push(e[r]);return t}(o))}function IL(e){if(void 0===e){const e=this[0];if(!e)return;if(e.multiple&&"select"===e.nodeName.toLowerCase()){const t=[];for(let r=0;r<e.selectedOptions.length;r+=1)t.push(e.selectedOptions[r].value);return t}return e.value}for(let t=0;t<this.length;t+=1){const r=this[t];if(Array.isArray(e)&&r.multiple&&"select"===r.nodeName.toLowerCase())for(let t=0;t<r.options.length;t+=1)r.options[t].selected=e.indexOf(r.options[t].value)>=0;else r.value=e}return this}function RL(...e){let[t,r,n,o]=e;function i(e){const t=e.target;if(!t)return;const o=e.target.dom7EventData||[];if(o.indexOf(e)<0&&o.unshift(e),ML(t).is(r))n.apply(t,o);else{const e=ML(t).parents();for(let t=0;t<e.length;t+=1)ML(e[t]).is(r)&&n.apply(e[t],o)}}function a(e){const t=e&&e.target&&e.target.dom7EventData||[];t.indexOf(e)<0&&t.unshift(e),n.apply(this,t)}"function"==typeof e[1]&&([t,n,o]=e,r=void 0),o||(o=!1);const u=t.split(" ");let s;for(let e=0;e<this.length;e+=1){const t=this[e];if(r)for(s=0;s<u.length;s+=1){const e=u[s];t.dom7LiveListeners||(t.dom7LiveListeners={}),t.dom7LiveListeners[e]||(t.dom7LiveListeners[e]=[]),t.dom7LiveListeners[e].push({listener:n,proxyListener:i}),t.addEventListener(e,i,o)}else for(s=0;s<u.length;s+=1){const e=u[s];t.dom7Listeners||(t.dom7Listeners={}),t.dom7Listeners[e]||(t.dom7Listeners[e]=[]),t.dom7Listeners[e].push({listener:n,proxyListener:a}),t.addEventListener(e,a,o)}}return this}function LL(e){if(void 0===e)return this[0]?this[0].innerHTML:null;for(let t=0;t<this.length;t+=1)this[t].innerHTML=e;return this}function _L(e){const t=NL(),r=TL(),n=this[0];let o,i;if(!n||void 0===e)return!1;if("string"==typeof e){if(n.matches)return n.matches(e);if(n.webkitMatchesSelector)return n.webkitMatchesSelector(e);if(n.msMatchesSelector)return n.msMatchesSelector(e);for(o=ML(e),i=0;i<o.length;i+=1)if(o[i]===n)return!0;return!1}if(e===r)return n===r;if(e===t)return n===t;if(e.nodeType||e instanceof PL){for(o=e.nodeType?[e]:e,i=0;i<o.length;i+=1)if(o[i]===n)return!0;return!1}return!1}function zL(...e){let t;const r=TL();for(let n=0;n<e.length;n+=1){t=e[n];for(let e=0;e<this.length;e+=1)if("string"==typeof t){const n=r.createElement("div");for(n.innerHTML=t;n.firstChild;)this[e].appendChild(n.firstChild)}else if(t instanceof PL)for(let r=0;r<t.length;r+=1)this[e].appendChild(t[r]);else this[e].appendChild(t)}return this}function jL(e){const t=[];for(let r=0;r<this.length;r+=1){let n=this[r].parentNode;for(;n;)e?ML(n).is(e)&&t.push(n):t.push(n),n=n.parentNode}return ML(t)}function HL(e){const t=[];for(let r=0;r<this.length;r+=1){const n=this[r].querySelectorAll(e);for(let e=0;e<n.length;e+=1)t.push(n[e])}return ML(t)}ML.fn=PL.prototype;const $L="resize scroll".split(" "),VL=(UL="focus",function(...e){if(void 0===e[0]){for(let e=0;e<this.length;e+=1)$L.indexOf(UL)<0&&(UL in this[e]?this[e][UL]():ML(this[e]).trigger(UL));return this}return this.on(UL,...e)});var UL;zL&&(ML.fn.append=zL),LL&&(ML.fn.html=LL),IL&&(ML.fn.val=IL),RL&&(ML.fn.on=RL),VL&&(ML.fn.focus=VL),_L&&(ML.fn.is=_L),jL&&(ML.fn.parents=jL),HL&&(ML.fn.find=HL);var qL,WL,GL,YL,KL,XL,ZL,JL={};!function(){if(ZL)return JL;ZL=1;var e=gR(),t=DP(),r=GR(),n=gM(),o=xP(),i=qI(),a=function(){if(WL)return qL;WL=1;var e=TypeError;return qL=function(t){if(t>9007199254740991)throw e("Maximum allowed index exceeded");return t}}(),u=function(){if(YL)return GL;YL=1;var e=pM(),t=FM(),r=iI();return GL=function(n,o,i){e?t.f(n,o,r(0,i)):n[o]=i}}(),s=YR(),l=function(){if(XL)return KL;XL=1;var e=DP(),t=OP(),r=kP(),n=t("species");return KL=function(t){return r>=51||!e(function(){var e=[];return(e.constructor={})[n]=function(){return{foo:1}},1!==e[t](Boolean).foo})}}(),c=OP(),d=kP(),f=c("isConcatSpreadable"),h=d>=51||!t(function(){var e=[];return e[f]=!1,e.concat()[0]!==e}),p=function(e){if(!n(e))return!1;var t=e[f];return void 0!==t?!!t:r(e)};e({target:"Array",proto:!0,arity:1,forced:!h||!l("concat")},{concat:function(e){var t,r,n,l,c,d=o(this),f=s(d,0),h=0;for(t=-1,n=arguments.length;t<n;t++)if(p(c=-1===t?d:arguments[t]))for(l=i(c),a(h+l),r=0;r<l;r++,h++)r in c&&u(f,h,c[r]);else a(h+1),u(f,h++,c);return f.length=h,f}})}();var QL,e_,t_,r_={};!function(){if(t_)return r_;t_=1;var e=gR(),t=EP(),r=EI(),n=wI(),o=function(){if(e_)return QL;e_=1;var e=DP();return QL=function(t,r){var n=[][t];return!!n&&e(function(){n.call(null,r||function(){return 1},1)})}}(),i=t([].join);e({target:"Array",proto:!0,forced:r!==Object||!o("join",",")},{join:function(e){return i(n(this),void 0===e?",":e)}})}();var n_,o_,i_,a_,u_,s_,l_,c_,d_,f_,h_,p_,g_,v_,m_,y_={};function b_(){if(o_)return n_;o_=1,hL();var e=DM(),t=cI(),r=fL(),n=DP(),o=OP(),i=aI(),a=o("species"),u=RegExp.prototype;return n_=function(s,l,c,d){var f=o(s),h=!n(function(){var e={};return e[f]=function(){return 7},7!==""[s](e)}),p=h&&!n(function(){var e=!1,t=/a/;return"split"===s&&((t={}).constructor={},t.constructor[a]=function(){return t},t.flags="",t[f]=/./[f]),t.exec=function(){return e=!0,null},t[f](""),!e});if(!h||!p||c){var g=/./[f],v=l(f,""[s],function(t,n,o,i,a){var s=n.exec;return s===r||s===u.exec?h&&!a?{done:!0,value:e(g,n,o,i)}:{done:!0,value:e(t,o,n,i)}:{done:!1}});t(String.prototype,s,v[0]),t(u,f,v[1])}d&&i(u[f],"sham",!0)},n_}function D_(){if(s_)return u_;s_=1;var e=function(){if(a_)return i_;a_=1;var e=EP(),t=VI(),r=lL(),n=AP(),o=e("".charAt),i=e("".charCodeAt),a=e("".slice),u=function(e){return function(u,s){var l,c,d=r(n(u)),f=t(s),h=d.length;return f<0||f>=h?e?"":void 0:(l=i(d,f))<55296||l>56319||f+1===h||(c=i(d,f+1))<56320||c>57343?e?o(d,f):l:e?a(d,f,f+2):c-56320+(l-55296<<10)+65536}};return i_={codeAt:u(!1),charAt:u(!0)}}().charAt;return u_=function(t,r,n){return r+(n?e(t,r).length:1)},u_}function C_(){if(p_)return h_;p_=1;var e=DM(),t=BP(),r=EM(),n=function(){if(f_)return d_;f_=1;var e=NN(),t=DP(),r=e.RegExp,n=!t(function(){var e=!0;try{r(".","d")}catch(t){e=!1}var t={},n="",o=e?"dgimsy":"gimsy",i=function(e,r){Object.defineProperty(t,e,{get:function(){return n+=r,!0}})},a={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};for(var u in e&&(a.hasIndices="d"),a)i(u,a[u]);return Object.getOwnPropertyDescriptor(r.prototype,"flags").get.call(t)!==o||n!==o});return d_={correct:n}}(),o=cL(),i=RegExp.prototype;return h_=n.correct?function(e){return e.flags}:function(a){return n.correct||!r(i,a)||t(a,"flags")?a.flags:e(o,a)}}function E_(){if(v_)return g_;v_=1;var e=DM(),t=bM(),r=PP(),n=dI(),o=fL(),i=TypeError;return g_=function(a,u){var s=a.exec;if(r(s)){var l=e(s,a,u);return null!==l&&t(l),l}if("RegExp"===n(a))return e(o,a,u);throw new i("RegExp#exec called on incompatible receiver")},g_}!function(){if(m_)return y_;m_=1;var e=vR(),t=DM(),r=EP(),n=b_(),o=DP(),i=bM(),a=PP(),u=gM(),s=VI(),l=UI(),c=lL(),d=AP(),f=D_(),h=BM(),p=function(){if(c_)return l_;c_=1;var e=EP(),t=xP(),r=Math.floor,n=e("".charAt),o=e("".replace),i=e("".slice),a=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,u=/\$([$&'`]|\d{1,2})/g;return l_=function(e,s,l,c,d,f){var h=l+e.length,p=c.length,g=u;return void 0!==d&&(d=t(d),g=a),o(f,g,function(t,o){var a;switch(n(o,0)){case"$":return"$";case"&":return e;case"`":return i(s,0,l);case"'":return i(s,h);case"<":a=d[i(o,1,-1)];break;default:var u=+o;if(0===u)return t;if(u>p){var f=r(u/10);return 0===f?t:f<=p?void 0===c[f-1]?n(o,1):c[f-1]+n(o,1):t}a=c[u-1]}return void 0===a?"":a})},l_}(),g=C_(),v=E_(),m=OP()("replace"),y=Math.max,b=Math.min,D=r([].concat),C=r([].push),E=r("".indexOf),w=r("".slice),A=function(e){return void 0===e?e:String(e)},x="$0"==="a".replace(/./,"$0"),B=!!/./[m]&&""===/./[m]("a","$0");n("replace",function(r,n,o){var x=B?"$":"$0";return[function(e,r){var o=d(this),i=u(e)?h(e,m):void 0;return i?t(i,e,o,r):t(n,c(o),e,r)},function(t,r){var u=i(this),d=c(t);if("string"==typeof r&&-1===E(r,x)&&-1===E(r,"$<")){var h=o(n,u,d,r);if(h.done)return h.value}var m=a(r);m||(r=c(r));var B,S=c(g(u)),k=-1!==E(S,"g");k&&(B=-1!==E(S,"u"),u.lastIndex=0);for(var F,T=[];null!==(F=v(u,d))&&(C(T,F),k);)""===c(F[0])&&(u.lastIndex=f(d,l(u.lastIndex),B));for(var O="",N=0,P=0;P<T.length;P++){for(var M,I=c((F=T[P])[0]),R=y(b(s(F.index),d.length),0),L=[],_=1;_<F.length;_++)C(L,A(F[_]));var z=F.groups;if(m){var j=D([I],L,R,d);void 0!==z&&C(j,z),M=c(e(r,void 0,j))}else M=p(I,d,R,L,z,r);R>=N&&(O+=w(d,N,R)+M,N=R+I.length)}return O+w(d,N)}]},!!o(function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")})||!x||B)}();var w_,A_,x_,B_={};function S_(e){return void 0===e&&(e="r"),"".concat(e,"-").concat(((e=21)=>{let t="",r=crypto.getRandomValues(new Uint8Array(e|=0));for(;e--;)t+="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict"[63&r[e]];return t})())}function k_(e){return console.warn("composeFnDeal 被调用了"),console.log("原始 latex:",e),e=function(e){return e?(e=e.trim(),/^\$\$([\s\S]*)\$\$$/.test(e)?e=e.replace(/^\$\$([\s\S]*)\$\$$/,"$1"):/^\$([\s\S]*)\$/.test(e)?e=e.replace(/^\$([\s\S]*)\$$/,"$1"):/^\\\(([\s\S]*)\\\)$/.test(e)?e=e.replace(/^\\\(([\s\S]*)\\\)$/,"$1"):/^\\\[([\s\S]*)\\\]$/.test(e)&&(e=e.replace(/^\\\[([\s\S]*)\\\]$/,"$1")),e.trim()):e}(e=function(e){return e.replace(/\\text\{([^}]*)\}/g,function(e,t){var r=t.trim().split(/\s+/).join(" \\quad ");return"\\text{".concat(r,"}")})}(e)),console.log("去掉公式包裹符号后:",e),e=function(e){return e?e=(e=(e=(e=(e=e.replace(/\\begin\{align\}/g,"\\begin{aligned}")).replace(/\\end\{align\}/g,"\\end{aligned}")).replace(/\\frac\{(\d+)\}\{(\d+)\}/g,"\\tfrac{$1}{$2}")).replace(/\\left\\\{/g,"\\left\\{")).replace(/\\right\./g,"\\right."):e}(e),console.log("fixKatexFormula 处理后:",e),e=function(e){return e.replace(/\\left\[\s*\\begin\{matrix\}([\s\S]*?)\\end\{matrix\}\s*\\right\]/g,"\\begin{bmatrix}$1\\end{bmatrix}").replace(/(\d)\s*\\text\{([^}]+)\}/g,"$1\\\\,\\\\text{$2}")}(e),console.log("fixMatrixForKaTeX 处理后:",e),e}function F_(){return S_("w-e-insert-formula")}!function(){if(x_)return B_;x_=1;var e=DM(),t=EP(),r=b_(),n=bM(),o=gM(),i=AP(),a=function(){if(A_)return w_;A_=1;var e=bM(),t=bR(),r=wP(),n=OP()("species");return w_=function(o,i){var a,u=e(o).constructor;return void 0===u||r(a=e(u)[n])?i:t(a)},w_}(),u=D_(),s=UI(),l=lL(),c=BM(),d=E_(),f=dL(),h=DP(),p=f.UNSUPPORTED_Y,g=Math.min,v=t([].push),m=t("".slice),y=!h(function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var r="ab".split(e);return 2!==r.length||"a"!==r[0]||"b"!==r[1]}),b="c"==="abbc".split(/(b)*/)[1]||4!=="test".split(/(?:)/,-1).length||2!=="ab".split(/(?:ab)*/).length||4!==".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length;r("split",function(t,r,f){var h="0".split(void 0,0).length?function(t,n){return void 0===t&&0===n?[]:e(r,this,t,n)}:r;return[function(r,n){var a=i(this),u=o(r)?c(r,t):void 0;return u?e(u,r,a,n):e(h,l(a),r,n)},function(e,t){var o=n(this),i=l(e);if(!b){var c=f(h,o,i,t,h!==r);if(c.done)return c.value}var y=a(o,RegExp),D=o.unicode,C=(o.ignoreCase?"i":"")+(o.multiline?"m":"")+(o.unicode?"u":"")+(p?"g":"y"),E=new y(p?"^(?:"+o.source+")":o,C),w=void 0===t?4294967295:t>>>0;if(0===w)return[];if(0===i.length)return null===d(E,i)?[i]:[];for(var A=0,x=0,B=[];x<i.length;){E.lastIndex=p?0:x;var S,k=d(E,p?m(i,x):i);if(null===k||(S=g(s(E.lastIndex+(p?x:0)),i.length))===A)x=u(i,x,D);else{if(v(B,m(i,A,x)),B.length===w)return B;for(var F=1;F<=k.length-1;F++)if(v(B,k[F]),B.length===w)return B;x=A=S}}return v(B,m(i,A)),B}]},b||!y,p)}();var T_=function(){function e(){this.title=By("formula.edit"),this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M864 0a160 160 0 0 1 128 256l-64 64-224-224 64-64c26.752-20.096 59.968-32 96-32zM64 736l-64 288 288-64 592-592-224-224L64 736z m651.584-372.416l-448 448-55.168-55.168 448-448 55.168 55.168z"></path></svg>',this.tag="button",this.showModal=!0,this.modalWidth=300,this.$content=null,this.textareaId=F_(),this.buttonId=F_()}return e.prototype.getSelectedElem=function(e){var t=cv.getSelectedNodeByType(e,"formula");return null==t?null:t},e.prototype.getValue=function(e){var t=this.getSelectedElem(e);return t&&t.value||""},e.prototype.isActive=function(e){return!1},e.prototype.exec=function(e,t){},e.prototype.isDisabled=function(e){var t=e.selection;return null==t||!!mh.Range.isExpanded(t)||null==this.getSelectedElem(e)},e.prototype.getModalPositionNode=function(e){return this.getSelectedElem(e)},e.prototype.getModalContentElem=function(e){var t=this,r=this.textareaId,n=this.buttonId,o=SN(_y(By("formula.formula"),r,By("formula.placeholder")),2),i=o[0],a=ML(o[1]),u=SN(zy(n,By("formula.ok")),1)[0];if(null==this.$content){var s=ML("<div></div>");s.on("click","#".concat(n),function(n){n.preventDefault();var o=s.find("#".concat(r)).val().trim();o=k_(o),t.updateFormula(e,o),e.hidePanelOrModal()}),this.$content=s}var l=this.$content;l.html(""),l.append(i),l.append(u);var c=this.getValue(e);return a.val(c),setTimeout(function(){a.focus()}),l[0]},e.prototype.updateFormula=function(e,t){if(t&&(e.restoreSelection(),!this.isDisabled(e))){var r=this.getSelectedElem(e);if(null!=r){var n=cv.findPath(e,r),o={value:t};mh.Transforms.setNodes(e,o,{at:n})}}},e}();
27
+ */e.exports&&(e.exports=t),void 0!==b&&(b.Prism=t),t.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},t.languages.markup.tag.inside["attr-value"].inside.entity=t.languages.markup.entity,t.languages.markup.doctype.inside["internal-subset"].inside=t.languages.markup,t.hooks.add("wrap",function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&amp;/,"&"))}),Object.defineProperty(t.languages.markup.tag,"addInlined",{value:function(e,r){var n={};n["language-"+r]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:t.languages[r]},n.cdata=/^<!\[CDATA\[|\]\]>$/i;var o={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:n}};o["language-"+r]={pattern:/[\s\S]+/,inside:t.languages[r]};var i={};i[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return e}),"i"),lookbehind:!0,greedy:!0,inside:o},t.languages.insertBefore("markup","cdata",i)}}),Object.defineProperty(t.languages.markup.tag,"addAttribute",{value:function(e,r){t.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[r,"language-"+r],inside:t.languages[r]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),t.languages.html=t.languages.markup,t.languages.mathml=t.languages.markup,t.languages.svg=t.languages.markup,t.languages.xml=t.languages.extend("markup",{}),t.languages.ssml=t.languages.xml,t.languages.atom=t.languages.xml,t.languages.rss=t.languages.xml,function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+t.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp("(^|[{}\\s])[^{}\\s](?:[^{};\"'\\s]|\\s+(?![\\s{])|"+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css;var r=e.languages.markup;r&&(r.tag.addInlined("style","css"),r.tag.addAttribute("style","css"))}(t),t.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},t.languages.javascript=t.languages.extend("clike",{"class-name":[t.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),t.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,t.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:t.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:t.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:t.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:t.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:t.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),t.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:t.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),t.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),t.languages.markup&&(t.languages.markup.tag.addInlined("script","javascript"),t.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),t.languages.js=t.languages.javascript,function(){if(void 0!==t&&"undefined"!=typeof document){Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector);var e={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"},r="data-src-status",n="loading",o="loaded",i="pre[data-src]:not(["+r+'="'+o+'"]):not(['+r+'="'+n+'"])';t.hooks.add("before-highlightall",function(e){e.selector+=", "+i}),t.hooks.add("before-sanity-check",function(a){var u=a.element;if(u.matches(i)){a.code="",u.setAttribute(r,n);var s=u.appendChild(document.createElement("CODE"));s.textContent="Loading…";var l=u.getAttribute("data-src"),c=a.language;if("none"===c){var d=(/\.(\w+)$/.exec(l)||[,"none"])[1];c=e[d]||d}t.util.setLanguage(s,c),t.util.setLanguage(u,c);var f=t.plugins.autoloader;f&&f.loadLanguages(c),function(e,t,r){var n=new XMLHttpRequest;n.open("GET",e,!0),n.onreadystatechange=function(){4==n.readyState&&(n.status<400&&n.responseText?t(n.responseText):n.status>=400?r("✖ Error "+n.status+" while fetching file: "+n.statusText):r("✖ Error: File does not exist or is empty"))},n.send(null)}(l,function(e){u.setAttribute(r,o);var n=function(e){var t=/^\s*(\d+)\s*(?:(,)\s*(?:(\d+)\s*)?)?$/.exec(e||"");if(t){var r=Number(t[1]),n=t[2],o=t[3];return n?o?[r,Number(o)]:[r,void 0]:[r,r]}}(u.getAttribute("data-range"));if(n){var i=e.split(/\r\n?|\n/g),a=n[0],l=null==n[1]?i.length:n[1];a<0&&(a+=i.length),a=Math.max(0,Math.min(a-1,i.length)),l<0&&(l+=i.length),l=Math.max(0,Math.min(l,i.length)),e=i.slice(a,l).join("\n"),u.hasAttribute("data-start")||u.setAttribute("data-start",String(a+1))}s.textContent=e,t.highlightElement(s)},function(e){u.setAttribute(r,"failed"),s.textContent=e})}}),t.plugins.fileHighlight={highlight:function(e){for(var r,n=(e||document).querySelectorAll(i),o=0;r=n[o++];)t.highlightElement(r)}};var a=!1;t.fileHighlight=function(){a||(console.warn("Prism.fileHighlight is deprecated. Use `Prism.plugins.fileHighlight.highlight` instead."),a=!0),t.plugins.fileHighlight.highlight.apply(this,arguments)}}}()}(WB)),WB.exports),YB=D(GB);!function(e){var t=e.util.clone(e.languages.javascript),r=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,n=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,o=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function i(e,t){return e=e.replace(/<S>/g,function(){return r}).replace(/<BRACES>/g,function(){return n}).replace(/<SPREAD>/g,function(){return o}),RegExp(e,t)}o=i(o).source,e.languages.jsx=e.languages.extend("markup",t),e.languages.jsx.tag.pattern=i(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source),e.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,e.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,e.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,e.languages.jsx.tag.inside.comment=t.comment,e.languages.insertBefore("inside","attr-name",{spread:{pattern:i(/<SPREAD>/.source),inside:e.languages.jsx}},e.languages.jsx.tag),e.languages.insertBefore("inside","special-attr",{script:{pattern:i(/=<BRACES>/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:e.languages.jsx}}},e.languages.jsx.tag);var a=function(e){return e?"string"==typeof e?e:"string"==typeof e.content?e.content:e.content.map(a).join(""):""},u=function(t){for(var r=[],n=0;n<t.length;n++){var o=t[n],i=!1;if("string"!=typeof o&&("tag"===o.type&&o.content[0]&&"tag"===o.content[0].type?"</"===o.content[0].content[0].content?r.length>0&&r[r.length-1].tagName===a(o.content[0].content[1])&&r.pop():"/>"===o.content[o.content.length-1].content||r.push({tagName:a(o.content[0].content[1]),openedBraces:0}):r.length>0&&"punctuation"===o.type&&"{"===o.content?r[r.length-1].openedBraces++:r.length>0&&r[r.length-1].openedBraces>0&&"punctuation"===o.type&&"}"===o.content?r[r.length-1].openedBraces--:i=!0),(i||"string"==typeof o)&&r.length>0&&0===r[r.length-1].openedBraces){var s=a(o);n<t.length-1&&("string"==typeof t[n+1]||"plain-text"===t[n+1].type)&&(s+=a(t[n+1]),t.splice(n+1,1)),n>0&&("string"==typeof t[n-1]||"plain-text"===t[n-1].type)&&(s=a(t[n-1])+s,t.splice(n-1,1),n--),t[n]=new e.Token("plain-text",s,null,s)}o.content&&"string"!=typeof o.content&&u(o.content)}};e.hooks.add("after-tokenize",function(e){"jsx"!==e.language&&"tsx"!==e.language||u(e.tokens)})}(Prism);var KB;KB||(KB=1,function(e){e.languages.typescript=e.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript}(Prism)),Prism.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},Prism.languages.markup.tag.inside["attr-value"].inside.entity=Prism.languages.markup.entity,Prism.languages.markup.doctype.inside["internal-subset"].inside=Prism.languages.markup,Prism.hooks.add("wrap",function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&amp;/,"&"))}),Object.defineProperty(Prism.languages.markup.tag,"addInlined",{value:function(e,t){var r={};r["language-"+t]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:Prism.languages[t]},r.cdata=/^<!\[CDATA\[|\]\]>$/i;var n={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:r}};n["language-"+t]={pattern:/[\s\S]+/,inside:Prism.languages[t]};var o={};o[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return e}),"i"),lookbehind:!0,greedy:!0,inside:n},Prism.languages.insertBefore("markup","cdata",o)}}),Object.defineProperty(Prism.languages.markup.tag,"addAttribute",{value:function(e,t){Prism.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:Prism.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),Prism.languages.html=Prism.languages.markup,Prism.languages.mathml=Prism.languages.markup,Prism.languages.svg=Prism.languages.markup,Prism.languages.xml=Prism.languages.extend("markup",{}),Prism.languages.ssml=Prism.languages.xml,Prism.languages.atom=Prism.languages.xml,Prism.languages.rss=Prism.languages.xml,Prism.languages.go=Prism.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/,lookbehind:!0,greedy:!0},keyword:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(?:to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,boolean:/\b(?:_|false|iota|nil|true)\b/,number:[/\b0(?:b[01_]+|o[0-7_]+)i?\b/i,/\b0x(?:[a-f\d_]+(?:\.[a-f\d_]*)?|\.[a-f\d_]+)(?:p[+-]?\d+(?:_\d+)*)?i?(?!\w)/i,/(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?[\d_]+)?i?(?!\w)/i],operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,builtin:/\b(?:append|bool|byte|cap|close|complex|complex(?:64|128)|copy|delete|error|float(?:32|64)|u?int(?:8|16|32|64)?|imag|len|make|new|panic|print(?:ln)?|real|recover|rune|string|uintptr)\b/}),Prism.languages.insertBefore("go","string",{char:{pattern:/'(?:\\.|[^'\\\r\n]){0,10}'/,greedy:!0}}),delete Prism.languages.go["class-name"];var XB;XB||(XB=1,function(e){var t=/\/\*[\s\S]*?\*\/|\/\/.*|#(?!\[).*/,r=[{pattern:/\b(?:false|true)\b/i,alias:"boolean"},{pattern:/(::\s*)\b[a-z_]\w*\b(?!\s*\()/i,greedy:!0,lookbehind:!0},{pattern:/(\b(?:case|const)\s+)\b[a-z_]\w*(?=\s*[;=])/i,greedy:!0,lookbehind:!0},/\b(?:null)\b/i,/\b[A-Z_][A-Z0-9_]*\b(?!\s*\()/],n=/\b0b[01]+(?:_[01]+)*\b|\b0o[0-7]+(?:_[0-7]+)*\b|\b0x[\da-f]+(?:_[\da-f]+)*\b|(?:\b\d+(?:_\d+)*\.?(?:\d+(?:_\d+)*)?|\B\.\d+)(?:e[+-]?\d+)?/i,o=/<?=>|\?\?=?|\.{3}|\??->|[!=]=?=?|::|\*\*=?|--|\+\+|&&|\|\||<<|>>|[?~]|[/^|%*&<>.+-]=?/,i=/[{}\[\](),:;]/;e.languages.php={delimiter:{pattern:/\?>$|^<\?(?:php(?=\s)|=)?/i,alias:"important"},comment:t,variable:/\$+(?:\w+\b|(?=\{))/,package:{pattern:/(namespace\s+|use\s+(?:function\s+)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,lookbehind:!0,inside:{punctuation:/\\/}},"class-name-definition":{pattern:/(\b(?:class|enum|interface|trait)\s+)\b[a-z_]\w*(?!\\)\b/i,lookbehind:!0,alias:"class-name"},"function-definition":{pattern:/(\bfunction\s+)[a-z_]\w*(?=\s*\()/i,lookbehind:!0,alias:"function"},keyword:[{pattern:/(\(\s*)\b(?:array|bool|boolean|float|int|integer|object|string)\b(?=\s*\))/i,alias:"type-casting",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)\b(?:array(?!\s*\()|bool|callable|(?:false|null)(?=\s*\|)|float|int|iterable|mixed|object|self|static|string)\b(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b(?:array(?!\s*\()|bool|callable|(?:false|null)(?=\s*\|)|float|int|iterable|mixed|never|object|self|static|string|void)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/\b(?:array(?!\s*\()|bool|float|int|iterable|mixed|object|string|void)\b/i,alias:"type-declaration",greedy:!0},{pattern:/(\|\s*)(?:false|null)\b|\b(?:false|null)(?=\s*\|)/i,alias:"type-declaration",greedy:!0,lookbehind:!0},{pattern:/\b(?:parent|self|static)(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(\byield\s+)from\b/i,lookbehind:!0},/\bclass\b/i,{pattern:/((?:^|[^\s>:]|(?:^|[^-])>|(?:^|[^:]):)\s*)\b(?:abstract|and|array|as|break|callable|case|catch|clone|const|continue|declare|default|die|do|echo|else|elseif|empty|enddeclare|endfor|endforeach|endif|endswitch|endwhile|enum|eval|exit|extends|final|finally|fn|for|foreach|function|global|goto|if|implements|include|include_once|instanceof|insteadof|interface|isset|list|match|namespace|never|new|or|parent|print|private|protected|public|readonly|require|require_once|return|self|static|switch|throw|trait|try|unset|use|var|while|xor|yield|__halt_compiler)\b/i,lookbehind:!0}],"argument-name":{pattern:/([(,]\s*)\b[a-z_]\w*(?=\s*:(?!:))/i,lookbehind:!0},"class-name":[{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self|\s+static))\s+|\bcatch\s*\()\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/(\|\s*)\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/\b[a-z_]\w*(?!\\)\b(?=\s*\|)/i,greedy:!0},{pattern:/(\|\s*)(?:\\?\b[a-z_]\w*)+\b/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(?:\\?\b[a-z_]\w*)+\b(?=\s*\|)/i,alias:"class-name-fully-qualified",greedy:!0,inside:{punctuation:/\\/}},{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self\b|\s+static\b))\s+|\bcatch\s*\()(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*\$)/i,alias:"type-declaration",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-declaration"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*::)/i,alias:["class-name-fully-qualified","static-context"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/([(,?]\s*)[a-z_]\w*(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-hint"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b[a-z_]\w*(?!\\)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:["class-name-fully-qualified","return-type"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:r,function:{pattern:/(^|[^\\\w])\\?[a-z_](?:[\w\\]*\w)?(?=\s*\()/i,lookbehind:!0,inside:{punctuation:/\\/}},property:{pattern:/(->\s*)\w+/,lookbehind:!0},number:n,operator:o,punctuation:i};var a={pattern:/\{\$(?:\{(?:\{[^{}]+\}|[^{}]+)\}|[^{}])+\}|(^|[^\\{])\$+(?:\w+(?:\[[^\r\n\[\]]+\]|->\w+)?)/,lookbehind:!0,inside:e.languages.php},u=[{pattern:/<<<'([^']+)'[\r\n](?:.*[\r\n])*?\1;/,alias:"nowdoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<'[^']+'|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<'?|[';]$/}}}},{pattern:/<<<(?:"([^"]+)"[\r\n](?:.*[\r\n])*?\1;|([a-z_]\w*)[\r\n](?:.*[\r\n])*?\2;)/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<(?:"[^"]+"|[a-z_]\w*)|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<"?|[";]$/}},interpolation:a}},{pattern:/`(?:\\[\s\S]|[^\\`])*`/,alias:"backtick-quoted-string",greedy:!0},{pattern:/'(?:\\[\s\S]|[^\\'])*'/,alias:"single-quoted-string",greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,alias:"double-quoted-string",greedy:!0,inside:{interpolation:a}}];e.languages.insertBefore("php","variable",{string:u,attribute:{pattern:/#\[(?:[^"'\/#]|\/(?![*/])|\/\/.*$|#(?!\[).*$|\/\*(?:[^*]|\*(?!\/))*\*\/|"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*')+\](?=\s*[a-z$#])/im,greedy:!0,inside:{"attribute-content":{pattern:/^(#\[)[\s\S]+(?=\]$)/,lookbehind:!0,inside:{comment:t,string:u,"attribute-class-name":[{pattern:/([^:]|^)\b[a-z_]\w*(?!\\)\b/i,alias:"class-name",greedy:!0,lookbehind:!0},{pattern:/([^:]|^)(?:\\?\b[a-z_]\w*)+/i,alias:["class-name","class-name-fully-qualified"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:r,number:n,operator:o,punctuation:i}},delimiter:{pattern:/^#\[|\]$/,alias:"punctuation"}}}}),e.hooks.add("before-tokenize",function(t){/<\?/.test(t.code)&&e.languages["markup-templating"].buildPlaceholders(t,"php",/<\?(?:[^"'/#]|\/(?![*/])|("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|(?:\/\/|#(?!\[))(?:[^?\n\r]|\?(?!>))*(?=$|\?>|[\r\n])|#\[|\/\*(?:[^*]|\*(?!\/))*(?:\*\/|$))*?(?:\?>|$)/g)}),e.hooks.add("after-tokenize",function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"php")})}(Prism)),Prism.languages.c=Prism.languages.extend("clike",{comment:{pattern:/\/\/(?:[^\r\n\\]|\\(?:\r\n?|\n|(?![\r\n])))*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},"class-name":{pattern:/(\b(?:enum|struct)\s+(?:__attribute__\s*\(\([\s\S]*?\)\)\s*)?)\w+|\b[a-z]\w*_t\b/,lookbehind:!0},keyword:/\b(?:_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|__attribute__|asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|inline|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|typeof|union|unsigned|void|volatile|while)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ful]{0,4}/i,operator:/>>=?|<<=?|->|([-+&|:])\1|[?:~]|[-+*/%&|^!=<>]=?/}),Prism.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}}),Prism.languages.insertBefore("c","string",{macro:{pattern:/(^[\t ]*)#\s*[a-z](?:[^\r\n\\/]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|\\(?:\r\n|[\s\S]))*/im,lookbehind:!0,greedy:!0,alias:"property",inside:{string:[{pattern:/^(#\s*include\s*)<[^>]+>/,lookbehind:!0},Prism.languages.c.string],char:Prism.languages.c.char,comment:Prism.languages.c.comment,"macro-name":[{pattern:/(^#\s*define\s+)\w+\b(?!\()/i,lookbehind:!0},{pattern:/(^#\s*define\s+)\w+\b(?=\()/i,lookbehind:!0,alias:"function"}],directive:{pattern:/^(#\s*)[a-z]+/,lookbehind:!0,alias:"keyword"},"directive-hash":/^#/,punctuation:/##|\\(?=[\r\n])/,expression:{pattern:/\S[\s\S]*/,inside:Prism.languages.c}}}}),Prism.languages.insertBefore("c","function",{constant:/\b(?:EOF|NULL|SEEK_CUR|SEEK_END|SEEK_SET|__DATE__|__FILE__|__LINE__|__TIMESTAMP__|__TIME__|__func__|stderr|stdin|stdout)\b/}),delete Prism.languages.c.boolean;var ZB;ZB||(ZB=1,Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},Prism.languages.python["string-interpolation"].inside.interpolation.inside.rest=Prism.languages.python,Prism.languages.py=Prism.languages.python);var JB;JB||(JB=1,function(e){var t=/\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record(?!\s*[(){}[\]<>=%~.:,;?+\-*/&|^])|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/,r=/(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,n={pattern:RegExp(/(^|[^\w.])/.source+r+/[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),lookbehind:!0,inside:{namespace:{pattern:/^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,inside:{punctuation:/\./}},punctuation:/\./}};e.languages.java=e.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"/,lookbehind:!0,greedy:!0},"class-name":[n,{pattern:RegExp(/(^|[^\w.])/.source+r+/[A-Z]\w*(?=\s+\w+\s*[;,=()]|\s*(?:\[[\s,]*\]\s*)?::\s*new\b)/.source),lookbehind:!0,inside:n.inside},{pattern:RegExp(/(\b(?:class|enum|extends|implements|instanceof|interface|new|record|throws)\s+)/.source+r+/[A-Z]\w*\b/.source),lookbehind:!0,inside:n.inside}],keyword:t,function:[e.languages.clike.function,{pattern:/(::\s*)[a-z_]\w*/,lookbehind:!0}],number:/\b0b[01][01_]*L?\b|\b0x(?:\.[\da-f_p+-]+|[\da-f_]+(?:\.[\da-f_p+-]+)?)\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?\d[\d_]*)?[dfl]?/i,operator:{pattern:/(^|[^.])(?:<<=?|>>>?=?|->|--|\+\+|&&|\|\||::|[?:~]|[-+*/%&|^!=<>]=?)/m,lookbehind:!0},constant:/\b[A-Z][A-Z_\d]+\b/}),e.languages.insertBefore("java","string",{"triple-quoted-string":{pattern:/"""[ \t]*[\r\n](?:(?:"|"")?(?:\\.|[^"\\]))*"""/,greedy:!0,alias:"string"},char:{pattern:/'(?:\\.|[^'\\\r\n]){1,6}'/,greedy:!0}}),e.languages.insertBefore("java","class-name",{annotation:{pattern:/(^|[^.])@\w+(?:\s*\.\s*\w+)*/,lookbehind:!0,alias:"punctuation"},generics:{pattern:/<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&))*>)*>)*>)*>/,inside:{"class-name":n,keyword:t,punctuation:/[<>(),.:]/,operator:/[?&|]/}},import:[{pattern:RegExp(/(\bimport\s+)/.source+r+/(?:[A-Z]\w*|\*)(?=\s*;)/.source),lookbehind:!0,inside:{namespace:n.inside.namespace,punctuation:/\./,operator:/\*/,"class-name":/\w+/}},{pattern:RegExp(/(\bimport\s+static\s+)/.source+r+/(?:\w+|\*)(?=\s*;)/.source),lookbehind:!0,alias:"static",inside:{namespace:n.inside.namespace,static:/\b\w+$/,punctuation:/\./,operator:/\*/,"class-name":/\w+/}}],namespace:{pattern:RegExp(/(\b(?:exports|import(?:\s+static)?|module|open|opens|package|provides|requires|to|transitive|uses|with)\s+)(?!<keyword>)[a-z]\w*(?:\.[a-z]\w*)*\.?/.source.replace(/<keyword>/g,function(){return t.source})),lookbehind:!0,inside:{punctuation:/\./}}})}(Prism));var QB;QB||(QB=1,function(e){var t=/\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/,r=/\b(?!<keyword>)\w+(?:\s*\.\s*\w+)*\b/.source.replace(/<keyword>/g,function(){return t.source});e.languages.cpp=e.languages.extend("c",{"class-name":[{pattern:RegExp(/(\b(?:class|concept|enum|struct|typename)\s+)(?!<keyword>)\w+/.source.replace(/<keyword>/g,function(){return t.source})),lookbehind:!0},/\b[A-Z]\w*(?=\s*::\s*\w+\s*\()/,/\b[A-Z_]\w*(?=\s*::\s*~\w+\s*\()/i,/\b\w+(?=\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>\s*::\s*\w+\s*\()/],keyword:t,number:{pattern:/(?:\b0b[01']+|\b0x(?:[\da-f']+(?:\.[\da-f']*)?|\.[\da-f']+)(?:p[+-]?[\d']+)?|(?:\b[\d']+(?:\.[\d']*)?|\B\.[\d']+)(?:e[+-]?[\d']+)?)[ful]{0,4}/i,greedy:!0},operator:/>>=?|<<=?|->|--|\+\+|&&|\|\||[?:~]|<=>|[-+*/%&|^!=<>]=?|\b(?:and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/,boolean:/\b(?:false|true)\b/}),e.languages.insertBefore("cpp","string",{module:{pattern:RegExp(/(\b(?:import|module)\s+)/.source+"(?:"+/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|<[^<>\r\n]*>/.source+"|"+/<mod-name>(?:\s*:\s*<mod-name>)?|:\s*<mod-name>/.source.replace(/<mod-name>/g,function(){return r})+")"),lookbehind:!0,greedy:!0,inside:{string:/^[<"][\s\S]+/,operator:/:/,punctuation:/\./}},"raw-string":{pattern:/R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,alias:"string",greedy:!0}}),e.languages.insertBefore("cpp","keyword",{"generic-function":{pattern:/\b(?!operator\b)[a-z_]\w*\s*<(?:[^<>]|<[^<>]*>)*>(?=\s*\()/i,inside:{function:/^\w+/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:e.languages.cpp}}}}),e.languages.insertBefore("cpp","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}}),e.languages.insertBefore("cpp","class-name",{"base-clause":{pattern:/(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:e.languages.extend("cpp",{})}}),e.languages.insertBefore("inside","double-colon",{"class-name":/\b[a-z_]\w*\b(?!\s*::)/i},e.languages.cpp["base-clause"])}(Prism));var eS;eS||(eS=1,function(e){function t(e,t){return e.replace(/<<(\d+)>>/g,function(e,r){return"(?:"+t[+r]+")"})}function r(e,r,n){return RegExp(t(e,r),"")}function n(e,t){for(var r=0;r<t;r++)e=e.replace(/<<self>>/g,function(){return"(?:"+e+")"});return e.replace(/<<self>>/g,"[^\\s\\S]")}var o="bool byte char decimal double dynamic float int long object sbyte short string uint ulong ushort var void",i="class enum interface record struct",a="add alias and ascending async await by descending from(?=\\s*(?:\\w|$)) get global group into init(?=\\s*;) join let nameof not notnull on or orderby partial remove select set unmanaged value when where with(?=\\s*{)",u="abstract as base break case catch checked const continue default delegate do else event explicit extern finally fixed for foreach goto if implicit in internal is lock namespace new null operator out override params private protected public readonly ref return sealed sizeof stackalloc static switch this throw try typeof unchecked unsafe using virtual volatile while yield";function s(e){return"\\b(?:"+e.trim().replace(/ /g,"|")+")\\b"}var l=s(i),c=RegExp(s(o+" "+i+" "+a+" "+u)),d=s(i+" "+a+" "+u),f=s(o+" "+i+" "+u),h=n(/<(?:[^<>;=+\-*/%&|^]|<<self>>)*>/.source,2),p=n(/\((?:[^()]|<<self>>)*\)/.source,2),g=/@?\b[A-Za-z_]\w*\b/.source,v=t(/<<0>>(?:\s*<<1>>)?/.source,[g,h]),m=t(/(?!<<0>>)<<1>>(?:\s*\.\s*<<1>>)*/.source,[d,v]),y=/\[\s*(?:,\s*)*\]/.source,b=t(/<<0>>(?:\s*(?:\?\s*)?<<1>>)*(?:\s*\?)?/.source,[m,y]),D=t(/[^,()<>[\];=+\-*/%&|^]|<<0>>|<<1>>|<<2>>/.source,[h,p,y]),C=t(/\(<<0>>+(?:,<<0>>+)+\)/.source,[D]),E=t(/(?:<<0>>|<<1>>)(?:\s*(?:\?\s*)?<<2>>)*(?:\s*\?)?/.source,[C,m,y]),w={keyword:c,punctuation:/[<>()?,.:[\]]/},A=/'(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'/.source,x=/"(?:\\.|[^\\"\r\n])*"/.source,B=/@"(?:""|\\[\s\S]|[^\\"])*"(?!")/.source;e.languages.csharp=e.languages.extend("clike",{string:[{pattern:r(/(^|[^$\\])<<0>>/.source,[B]),lookbehind:!0,greedy:!0},{pattern:r(/(^|[^@$\\])<<0>>/.source,[x]),lookbehind:!0,greedy:!0}],"class-name":[{pattern:r(/(\busing\s+static\s+)<<0>>(?=\s*;)/.source,[m]),lookbehind:!0,inside:w},{pattern:r(/(\busing\s+<<0>>\s*=\s*)<<1>>(?=\s*;)/.source,[g,E]),lookbehind:!0,inside:w},{pattern:r(/(\busing\s+)<<0>>(?=\s*=)/.source,[g]),lookbehind:!0},{pattern:r(/(\b<<0>>\s+)<<1>>/.source,[l,v]),lookbehind:!0,inside:w},{pattern:r(/(\bcatch\s*\(\s*)<<0>>/.source,[m]),lookbehind:!0,inside:w},{pattern:r(/(\bwhere\s+)<<0>>/.source,[g]),lookbehind:!0},{pattern:r(/(\b(?:is(?:\s+not)?|as)\s+)<<0>>/.source,[b]),lookbehind:!0,inside:w},{pattern:r(/\b<<0>>(?=\s+(?!<<1>>|with\s*\{)<<2>>(?:\s*[=,;:{)\]]|\s+(?:in|when)\b))/.source,[E,f,g]),inside:w}],keyword:c,number:/(?:\b0(?:x[\da-f_]*[\da-f]|b[01_]*[01])|(?:\B\.\d+(?:_+\d+)*|\b\d+(?:_+\d+)*(?:\.\d+(?:_+\d+)*)?)(?:e[-+]?\d+(?:_+\d+)*)?)(?:[dflmu]|lu|ul)?\b/i,operator:/>>=?|<<=?|[-=]>|([-+&|])\1|~|\?\?=?|[-+*/%&|^!=<>]=?/,punctuation:/\?\.?|::|[{}[\];(),.:]/}),e.languages.insertBefore("csharp","number",{range:{pattern:/\.\./,alias:"operator"}}),e.languages.insertBefore("csharp","punctuation",{"named-parameter":{pattern:r(/([(,]\s*)<<0>>(?=\s*:)/.source,[g]),lookbehind:!0,alias:"punctuation"}}),e.languages.insertBefore("csharp","class-name",{namespace:{pattern:r(/(\b(?:namespace|using)\s+)<<0>>(?:\s*\.\s*<<0>>)*(?=\s*[;{])/.source,[g]),lookbehind:!0,inside:{punctuation:/\./}},"type-expression":{pattern:r(/(\b(?:default|sizeof|typeof)\s*\(\s*(?!\s))(?:[^()\s]|\s(?!\s)|<<0>>)*(?=\s*\))/.source,[p]),lookbehind:!0,alias:"class-name",inside:w},"return-type":{pattern:r(/<<0>>(?=\s+(?:<<1>>\s*(?:=>|[({]|\.\s*this\s*\[)|this\s*\[))/.source,[E,m]),inside:w,alias:"class-name"},"constructor-invocation":{pattern:r(/(\bnew\s+)<<0>>(?=\s*[[({])/.source,[E]),lookbehind:!0,inside:w,alias:"class-name"},"generic-method":{pattern:r(/<<0>>\s*<<1>>(?=\s*\()/.source,[g,h]),inside:{function:r(/^<<0>>/.source,[g]),generic:{pattern:RegExp(h),alias:"class-name",inside:w}}},"type-list":{pattern:r(/\b((?:<<0>>\s+<<1>>|record\s+<<1>>\s*<<5>>|where\s+<<2>>)\s*:\s*)(?:<<3>>|<<4>>|<<1>>\s*<<5>>|<<6>>)(?:\s*,\s*(?:<<3>>|<<4>>|<<6>>))*(?=\s*(?:where|[{;]|=>|$))/.source,[l,v,g,E,c.source,p,/\bnew\s*\(\s*\)/.source]),lookbehind:!0,inside:{"record-arguments":{pattern:r(/(^(?!new\s*\()<<0>>\s*)<<1>>/.source,[v,p]),lookbehind:!0,greedy:!0,inside:e.languages.csharp},keyword:c,"class-name":{pattern:RegExp(E),greedy:!0,inside:w},punctuation:/[,()]/}},preprocessor:{pattern:/(^[\t ]*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(#)\b(?:define|elif|else|endif|endregion|error|if|line|nullable|pragma|region|undef|warning)\b/,lookbehind:!0,alias:"keyword"}}}});var S=x+"|"+A,k=t(/\/(?![*/])|\/\/[^\r\n]*[\r\n]|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>/.source,[S]),F=n(t(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[k]),2),T=/\b(?:assembly|event|field|method|module|param|property|return|type)\b/.source,O=t(/<<0>>(?:\s*\(<<1>>*\))?/.source,[m,F]);e.languages.insertBefore("csharp","class-name",{attribute:{pattern:r(/((?:^|[^\s\w>)?])\s*\[\s*)(?:<<0>>\s*:\s*)?<<1>>(?:\s*,\s*<<1>>)*(?=\s*\])/.source,[T,O]),lookbehind:!0,greedy:!0,inside:{target:{pattern:r(/^<<0>>(?=\s*:)/.source,[T]),alias:"keyword"},"attribute-arguments":{pattern:r(/\(<<0>>*\)/.source,[F]),inside:e.languages.csharp},"class-name":{pattern:RegExp(m),inside:{punctuation:/\./}},punctuation:/[:,]/}}});var N=/:[^}\r\n]+/.source,P=n(t(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[k]),2),M=t(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[P,N]),I=n(t(/[^"'/()]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>|\(<<self>>*\)/.source,[S]),2),R=t(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[I,N]);function L(t,n){return{interpolation:{pattern:r(/((?:^|[^{])(?:\{\{)*)<<0>>/.source,[t]),lookbehind:!0,inside:{"format-string":{pattern:r(/(^\{(?:(?![}:])<<0>>)*)<<1>>(?=\}$)/.source,[n,N]),lookbehind:!0,inside:{punctuation:/^:/}},punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-csharp",inside:e.languages.csharp}}},string:/[\s\S]+/}}e.languages.insertBefore("csharp","string",{"interpolation-string":[{pattern:r(/(^|[^\\])(?:\$@|@\$)"(?:""|\\[\s\S]|\{\{|<<0>>|[^\\{"])*"/.source,[M]),lookbehind:!0,greedy:!0,inside:L(M,P)},{pattern:r(/(^|[^@\\])\$"(?:\\.|\{\{|<<0>>|[^\\"{])*"/.source,[R]),lookbehind:!0,greedy:!0,inside:L(R,I)}],char:{pattern:RegExp(A),greedy:!0}}),e.languages.dotnet=e.languages.cs=e.languages.csharp}(Prism)),Prism.languages["visual-basic"]={comment:{pattern:/(?:['‘’]|REM\b)(?:[^\r\n_]|_(?:\r\n?|\n)?)*/i,inside:{keyword:/^REM/i}},directive:{pattern:/#(?:Const|Else|ElseIf|End|ExternalChecksum|ExternalSource|If|Region)(?:\b_[ \t]*(?:\r\n?|\n)|.)+/i,alias:"property",greedy:!0},string:{pattern:/\$?["“”](?:["“”]{2}|[^"“”])*["“”]C?/i,greedy:!0},date:{pattern:/#[ \t]*(?:\d+([/-])\d+\1\d+(?:[ \t]+(?:\d+[ \t]*(?:AM|PM)|\d+:\d+(?::\d+)?(?:[ \t]*(?:AM|PM))?))?|\d+[ \t]*(?:AM|PM)|\d+:\d+(?::\d+)?(?:[ \t]*(?:AM|PM))?)[ \t]*#/i,alias:"number"},number:/(?:(?:\b\d+(?:\.\d+)?|\.\d+)(?:E[+-]?\d+)?|&[HO][\dA-F]+)(?:[FRD]|U?[ILS])?/i,boolean:/\b(?:False|Nothing|True)\b/i,keyword:/\b(?:AddHandler|AddressOf|Alias|And(?:Also)?|As|Boolean|ByRef|Byte|ByVal|Call|Case|Catch|C(?:Bool|Byte|Char|Date|Dbl|Dec|Int|Lng|Obj|SByte|Short|Sng|Str|Type|UInt|ULng|UShort)|Char|Class|Const|Continue|Currency|Date|Decimal|Declare|Default|Delegate|Dim|DirectCast|Do|Double|Each|Else(?:If)?|End(?:If)?|Enum|Erase|Error|Event|Exit|Finally|For|Friend|Function|Get(?:Type|XMLNamespace)?|Global|GoSub|GoTo|Handles|If|Implements|Imports|In|Inherits|Integer|Interface|Is|IsNot|Let|Lib|Like|Long|Loop|Me|Mod|Module|Must(?:Inherit|Override)|My(?:Base|Class)|Namespace|Narrowing|New|Next|Not(?:Inheritable|Overridable)?|Object|Of|On|Operator|Option(?:al)?|Or(?:Else)?|Out|Overloads|Overridable|Overrides|ParamArray|Partial|Private|Property|Protected|Public|RaiseEvent|ReadOnly|ReDim|RemoveHandler|Resume|Return|SByte|Select|Set|Shadows|Shared|short|Single|Static|Step|Stop|String|Structure|Sub|SyncLock|Then|Throw|To|Try|TryCast|Type|TypeOf|U(?:Integer|Long|Short)|Until|Using|Variant|Wend|When|While|Widening|With(?:Events)?|WriteOnly|Xor)\b/i,operator:/[+\-*/\\^<=>&#@$%!]|\b_(?=[ \t]*[\r\n])/,punctuation:/[{}().,:?]/},Prism.languages.vb=Prism.languages["visual-basic"],Prism.languages.vba=Prism.languages["visual-basic"],Prism.languages.sql={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/,lookbehind:!0},variable:[{pattern:/@(["'`])(?:\\[\s\S]|(?!\1)[^\\])+\1/,greedy:!0},/@[\w.$]+/],string:{pattern:/(^|[^@\\])("|')(?:\\[\s\S]|(?!\2)[^\\]|\2\2)*\2/,greedy:!0,lookbehind:!0},identifier:{pattern:/(^|[^@\\])`(?:\\[\s\S]|[^`\\]|``)*`/,greedy:!0,lookbehind:!0,inside:{punctuation:/^`|`$/}},function:/\b(?:AVG|COUNT|FIRST|FORMAT|LAST|LCASE|LEN|MAX|MID|MIN|MOD|NOW|ROUND|SUM|UCASE)(?=\s*\()/i,keyword:/\b(?:ACTION|ADD|AFTER|ALGORITHM|ALL|ALTER|ANALYZE|ANY|APPLY|AS|ASC|AUTHORIZATION|AUTO_INCREMENT|BACKUP|BDB|BEGIN|BERKELEYDB|BIGINT|BINARY|BIT|BLOB|BOOL|BOOLEAN|BREAK|BROWSE|BTREE|BULK|BY|CALL|CASCADED?|CASE|CHAIN|CHAR(?:ACTER|SET)?|CHECK(?:POINT)?|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMNS?|COMMENT|COMMIT(?:TED)?|COMPUTE|CONNECT|CONSISTENT|CONSTRAINT|CONTAINS(?:TABLE)?|CONTINUE|CONVERT|CREATE|CROSS|CURRENT(?:_DATE|_TIME|_TIMESTAMP|_USER)?|CURSOR|CYCLE|DATA(?:BASES?)?|DATE(?:TIME)?|DAY|DBCC|DEALLOCATE|DEC|DECIMAL|DECLARE|DEFAULT|DEFINER|DELAYED|DELETE|DELIMITERS?|DENY|DESC|DESCRIBE|DETERMINISTIC|DISABLE|DISCARD|DISK|DISTINCT|DISTINCTROW|DISTRIBUTED|DO|DOUBLE|DROP|DUMMY|DUMP(?:FILE)?|DUPLICATE|ELSE(?:IF)?|ENABLE|ENCLOSED|END|ENGINE|ENUM|ERRLVL|ERRORS|ESCAPED?|EXCEPT|EXEC(?:UTE)?|EXISTS|EXIT|EXPLAIN|EXTENDED|FETCH|FIELDS|FILE|FILLFACTOR|FIRST|FIXED|FLOAT|FOLLOWING|FOR(?: EACH ROW)?|FORCE|FOREIGN|FREETEXT(?:TABLE)?|FROM|FULL|FUNCTION|GEOMETRY(?:COLLECTION)?|GLOBAL|GOTO|GRANT|GROUP|HANDLER|HASH|HAVING|HOLDLOCK|HOUR|IDENTITY(?:COL|_INSERT)?|IF|IGNORE|IMPORT|INDEX|INFILE|INNER|INNODB|INOUT|INSERT|INT|INTEGER|INTERSECT|INTERVAL|INTO|INVOKER|ISOLATION|ITERATE|JOIN|KEYS?|KILL|LANGUAGE|LAST|LEAVE|LEFT|LEVEL|LIMIT|LINENO|LINES|LINESTRING|LOAD|LOCAL|LOCK|LONG(?:BLOB|TEXT)|LOOP|MATCH(?:ED)?|MEDIUM(?:BLOB|INT|TEXT)|MERGE|MIDDLEINT|MINUTE|MODE|MODIFIES|MODIFY|MONTH|MULTI(?:LINESTRING|POINT|POLYGON)|NATIONAL|NATURAL|NCHAR|NEXT|NO|NONCLUSTERED|NULLIF|NUMERIC|OFF?|OFFSETS?|ON|OPEN(?:DATASOURCE|QUERY|ROWSET)?|OPTIMIZE|OPTION(?:ALLY)?|ORDER|OUT(?:ER|FILE)?|OVER|PARTIAL|PARTITION|PERCENT|PIVOT|PLAN|POINT|POLYGON|PRECEDING|PRECISION|PREPARE|PREV|PRIMARY|PRINT|PRIVILEGES|PROC(?:EDURE)?|PUBLIC|PURGE|QUICK|RAISERROR|READS?|REAL|RECONFIGURE|REFERENCES|RELEASE|RENAME|REPEAT(?:ABLE)?|REPLACE|REPLICATION|REQUIRE|RESIGNAL|RESTORE|RESTRICT|RETURN(?:ING|S)?|REVOKE|RIGHT|ROLLBACK|ROUTINE|ROW(?:COUNT|GUIDCOL|S)?|RTREE|RULE|SAVE(?:POINT)?|SCHEMA|SECOND|SELECT|SERIAL(?:IZABLE)?|SESSION(?:_USER)?|SET(?:USER)?|SHARE|SHOW|SHUTDOWN|SIMPLE|SMALLINT|SNAPSHOT|SOME|SONAME|SQL|START(?:ING)?|STATISTICS|STATUS|STRIPED|SYSTEM_USER|TABLES?|TABLESPACE|TEMP(?:ORARY|TABLE)?|TERMINATED|TEXT(?:SIZE)?|THEN|TIME(?:STAMP)?|TINY(?:BLOB|INT|TEXT)|TOP?|TRAN(?:SACTIONS?)?|TRIGGER|TRUNCATE|TSEQUAL|TYPES?|UNBOUNDED|UNCOMMITTED|UNDEFINED|UNION|UNIQUE|UNLOCK|UNPIVOT|UNSIGNED|UPDATE(?:TEXT)?|USAGE|USE|USER|USING|VALUES?|VAR(?:BINARY|CHAR|CHARACTER|YING)|VIEW|WAITFOR|WARNINGS|WHEN|WHERE|WHILE|WITH(?: ROLLUP|IN)?|WORK|WRITE(?:TEXT)?|YEAR)\b/i,boolean:/\b(?:FALSE|NULL|TRUE)\b/i,number:/\b0x[\da-f]+\b|\b\d+(?:\.\d*)?|\B\.\d+\b/i,operator:/[-+*\/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,punctuation:/[;[\]()`,.]/};var tS;tS||(tS=1,function(e){e.languages.ruby=e.languages.extend("clike",{comment:{pattern:/#.*|^=begin\s[\s\S]*?^=end/m,greedy:!0},"class-name":{pattern:/(\b(?:class|module)\s+|\bcatch\s+\()[\w.\\]+|\b[A-Z_]\w*(?=\s*\.\s*new\b)/,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:BEGIN|END|alias|and|begin|break|case|class|def|define_method|defined|do|each|else|elsif|end|ensure|extend|for|if|in|include|module|new|next|nil|not|or|prepend|private|protected|public|raise|redo|require|rescue|retry|return|self|super|then|throw|undef|unless|until|when|while|yield)\b/,operator:/\.{2,3}|&\.|===|<?=>|[!=]?~|(?:&&|\|\||<<|>>|\*\*|[+\-*/%<>!^&|=])=?|[?:]/,punctuation:/[(){}[\].,;]/}),e.languages.insertBefore("ruby","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}});var t={pattern:/((?:^|[^\\])(?:\\{2})*)#\{(?:[^{}]|\{[^{}]*\})*\}/,lookbehind:!0,inside:{content:{pattern:/^(#\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:e.languages.ruby},delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"}}};delete e.languages.ruby.function;var r="(?:"+[/([^a-zA-Z0-9\s{(\[<=])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/\((?:[^()\\]|\\[\s\S]|\((?:[^()\\]|\\[\s\S])*\))*\)/.source,/\{(?:[^{}\\]|\\[\s\S]|\{(?:[^{}\\]|\\[\s\S])*\})*\}/.source,/\[(?:[^\[\]\\]|\\[\s\S]|\[(?:[^\[\]\\]|\\[\s\S])*\])*\]/.source,/<(?:[^<>\\]|\\[\s\S]|<(?:[^<>\\]|\\[\s\S])*>)*>/.source].join("|")+")",n=/(?:"(?:\\.|[^"\\\r\n])*"|(?:\b[a-zA-Z_]\w*|[^\s\0-\x7F]+)[?!]?|\$.)/.source;e.languages.insertBefore("ruby","keyword",{"regex-literal":[{pattern:RegExp(/%r/.source+r+/[egimnosux]{0,6}/.source),greedy:!0,inside:{interpolation:t,regex:/[\s\S]+/}},{pattern:/(^|[^/])\/(?!\/)(?:\[[^\r\n\]]+\]|\\.|[^[/\\\r\n])+\/[egimnosux]{0,6}(?=\s*(?:$|[\r\n,.;})#]))/,lookbehind:!0,greedy:!0,inside:{interpolation:t,regex:/[\s\S]+/}}],variable:/[@$]+[a-zA-Z_]\w*(?:[?!]|\b)/,symbol:[{pattern:RegExp(/(^|[^:]):/.source+n),lookbehind:!0,greedy:!0},{pattern:RegExp(/([\r\n{(,][ \t]*)/.source+n+/(?=:(?!:))/.source),lookbehind:!0,greedy:!0}],"method-definition":{pattern:/(\bdef\s+)\w+(?:\s*\.\s*\w+)?/,lookbehind:!0,inside:{function:/\b\w+$/,keyword:/^self\b/,"class-name":/^\w+/,punctuation:/\./}}}),e.languages.insertBefore("ruby","string",{"string-literal":[{pattern:RegExp(/%[qQiIwWs]?/.source+r),greedy:!0,inside:{interpolation:t,string:/[\s\S]+/}},{pattern:/("|')(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|(?!\1)[^\\#\r\n])*\1/,greedy:!0,inside:{interpolation:t,string:/[\s\S]+/}},{pattern:/<<[-~]?([a-z_]\w*)[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?[a-z_]\w*|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?/}},interpolation:t,string:/[\s\S]+/}},{pattern:/<<[-~]?'([a-z_]\w*)'[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?'[a-z_]\w*'|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?'|'$/}},string:/[\s\S]+/}}],"command-literal":[{pattern:RegExp(/%x/.source+r),greedy:!0,inside:{interpolation:t,command:{pattern:/[\s\S]+/,alias:"string"}}},{pattern:/`(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|[^\\`#\r\n])*`/,greedy:!0,inside:{interpolation:t,command:{pattern:/[\s\S]+/,alias:"string"}}}]}),delete e.languages.ruby.string,e.languages.insertBefore("ruby","number",{builtin:/\b(?:Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Fixnum|Float|Hash|IO|Integer|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|Stat|String|Struct|Symbol|TMS|Thread|ThreadGroup|Time|TrueClass)\b/,constant:/\b[A-Z][A-Z0-9_]*(?:[?!]|\b)/}),e.languages.rb=e.languages.ruby}(Prism)),Prism.languages.swift={comment:{pattern:/(^|[^\\:])(?:\/\/.*|\/\*(?:[^/*]|\/(?!\*)|\*(?!\/)|\/\*(?:[^*]|\*(?!\/))*\*\/)*\*\/)/,lookbehind:!0,greedy:!0},"string-literal":[{pattern:RegExp(/(^|[^"#])/.source+"(?:"+/"(?:\\(?:\((?:[^()]|\([^()]*\))*\)|\r\n|[^(])|[^\\\r\n"])*"/.source+"|"+/"""(?:\\(?:\((?:[^()]|\([^()]*\))*\)|[^(])|[^\\"]|"(?!""))*"""/.source+")"+/(?!["#])/.source),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\\($/,alias:"punctuation"},punctuation:/\\(?=[\r\n])/,string:/[\s\S]+/}},{pattern:RegExp(/(^|[^"#])(#+)/.source+"(?:"+/"(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|\r\n|[^#])|[^\\\r\n])*?"/.source+"|"+/"""(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|[^#])|[^\\])*?"""/.source+")\\2"),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\#+\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\#+\($/,alias:"punctuation"},string:/[\s\S]+/}}],directive:{pattern:RegExp(/#/.source+"(?:"+/(?:elseif|if)\b/.source+"(?:[ \t]*"+/(?:![ \t]*)?(?:\b\w+\b(?:[ \t]*\((?:[^()]|\([^()]*\))*\))?|\((?:[^()]|\([^()]*\))*\))(?:[ \t]*(?:&&|\|\|))?/.source+")+|"+/(?:else|endif)\b/.source+")"),alias:"property",inside:{"directive-name":/^#\w+/,boolean:/\b(?:false|true)\b/,number:/\b\d+(?:\.\d+)*\b/,operator:/!|&&|\|\||[<>]=?/,punctuation:/[(),]/}},literal:{pattern:/#(?:colorLiteral|column|dsohandle|file(?:ID|Literal|Path)?|function|imageLiteral|line)\b/,alias:"constant"},"other-directive":{pattern:/#\w+\b/,alias:"property"},attribute:{pattern:/@\w+/,alias:"atrule"},"function-definition":{pattern:/(\bfunc\s+)\w+/,lookbehind:!0,alias:"function"},label:{pattern:/\b(break|continue)\s+\w+|\b[a-zA-Z_]\w*(?=\s*:\s*(?:for|repeat|while)\b)/,lookbehind:!0,alias:"important"},keyword:/\b(?:Any|Protocol|Self|Type|actor|as|assignment|associatedtype|associativity|async|await|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|higherThan|if|import|in|indirect|infix|init|inout|internal|is|isolated|lazy|left|let|lowerThan|mutating|none|nonisolated|nonmutating|open|operator|optional|override|postfix|precedencegroup|prefix|private|protocol|public|repeat|required|rethrows|return|right|safe|self|set|some|static|struct|subscript|super|switch|throw|throws|try|typealias|unowned|unsafe|var|weak|where|while|willSet)\b/,boolean:/\b(?:false|true)\b/,nil:{pattern:/\bnil\b/,alias:"constant"},"short-argument":/\$\d+\b/,omit:{pattern:/\b_\b/,alias:"keyword"},number:/\b(?:[\d_]+(?:\.[\de_]+)?|0x[a-f0-9_]+(?:\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\b/i,"class-name":/\b[A-Z](?:[A-Z_\d]*[a-z]\w*)?\b/,function:/\b[a-z_]\w*(?=\s*\()/i,constant:/\b(?:[A-Z_]{2,}|k[A-Z][A-Za-z_]+)\b/,operator:/[-+*/%=!<>&|^~?]+|\.[.\-+*/%=!<>&|^~?]+/,punctuation:/[{}[\]();,.:\\]/},Prism.languages.swift["string-literal"].forEach(function(e){e.inside.interpolation.inside=Prism.languages.swift}),function(e){var t="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",r={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},n={bash:r,environment:{pattern:RegExp("\\$"+t),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+t),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};e.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?:\.\w+)*(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+t),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},parameter:{pattern:/(^|\s)-{1,2}(?:\w+:[+-]?)?\w+(?:\.\w+)*(?=[=\s]|$)/,alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:n},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:r}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:n},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:n.entity}}],environment:{pattern:RegExp("\\$?"+t),alias:"constant"},variable:n.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cargo|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|java|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|sysctl|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},r.inside=e.languages.bash;for(var o=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],i=n.variable[1].inside,a=0;a<o.length;a++)i[o[a]]=e.languages.bash[o[a]];e.languages.sh=e.languages.bash,e.languages.shell=e.languages.bash}(Prism),function(e){var t=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function r(e){return e=e.replace(/<inner>/g,function(){return t}),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+e+")")}var n=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,o=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return n}),i=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source;e.languages.markdown=e.languages.extend("markup",{}),e.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:e.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+o+i+"(?:"+o+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+o+i+")(?:"+o+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(n),inside:e.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+o+")"+i+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+o+"$"),inside:{"table-header":{pattern:RegExp(n),alias:"important",inside:e.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:r(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:r(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:r(/(~~?)(?:(?!~)<inner>)+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:r(/!?\[(?:(?!\])<inner>)+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\])<inner>)+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach(function(t){["url","bold","italic","strike","code-snippet"].forEach(function(r){t!==r&&(e.languages.markdown[t].inside.content.inside[r]=e.languages.markdown[r])})}),e.hooks.add("after-tokenize",function(e){"markdown"!==e.language&&"md"!==e.language||function e(t){if(t&&"string"!=typeof t)for(var r=0,n=t.length;r<n;r++){var o=t[r];if("code"===o.type){var i=o.content[1],a=o.content[3];if(i&&a&&"code-language"===i.type&&"code-block"===a.type&&"string"==typeof i.content){var u=i.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp"),s="language-"+(u=(/[a-z][\w-]*/i.exec(u)||[""])[0].toLowerCase());a.alias?"string"==typeof a.alias?a.alias=[a.alias,s]:a.alias.push(s):a.alias=[s]}}else e(o.content)}}(e.tokens)}),e.hooks.add("wrap",function(t){if("code-block"===t.type){for(var r="",n=0,o=t.classes.length;n<o;n++){var i=t.classes[n],l=/language-(.+)/.exec(i);if(l){r=l[1];break}}var c=e.languages[r];if(c)t.content=e.highlight(function(e){var t=e.replace(a,"");return t=t.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,function(e,t){var r;if("#"===(t=t.toLowerCase())[0])return r="x"===t[1]?parseInt(t.slice(2),16):Number(t.slice(1)),s(r);var n=u[t];return n||e}),t}(t.content),c,r);else if(r&&"none"!==r&&e.plugins.autoloader){var d="md-"+(new Date).valueOf()+"-"+Math.floor(1e16*Math.random());t.attributes.id=d,e.plugins.autoloader.loadLanguages(r,function(){var t=document.getElementById(d);t&&(t.innerHTML=e.highlight(t.textContent,e.languages[r],r))})}}});var a=RegExp(e.languages.markup.tag.pattern.source,"gi"),u={amp:"&",lt:"<",gt:">",quot:'"'},s=String.fromCodePoint||String.fromCharCode;e.languages.md=e.languages.markdown}(Prism),Prism.languages.lua={comment:/^#!.+|--(?:\[(=*)\[[\s\S]*?\]\1\]|.*)/m,string:{pattern:/(["'])(?:(?!\1)[^\\\r\n]|\\z(?:\r\n|\s)|\\(?:\r\n|[^z]))*\1|\[(=*)\[[\s\S]*?\]\2\]/,greedy:!0},number:/\b0x[a-f\d]+(?:\.[a-f\d]*)?(?:p[+-]?\d+)?\b|\b\d+(?:\.\B|(?:\.\d*)?(?:e[+-]?\d+)?\b)|\B\.\d+(?:e[+-]?\d+)?\b/i,keyword:/\b(?:and|break|do|else|elseif|end|false|for|function|goto|if|in|local|nil|not|or|repeat|return|then|true|until|while)\b/,function:/(?!\d)\w+(?=\s*(?:[({]))/,operator:[/[-+*%^&|#]|\/\/?|<[<=]?|>[>=]?|[=~]=?/,{pattern:/(^|[^.])\.\.(?!\.)/,lookbehind:!0}],punctuation:/[\[\](){},;]|\.+|:+/},function(e){var t={pattern:/((?:^|[^\\$])(?:\\{2})*)\$(?:\w+|\{[^{}]*\})/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{?|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:null}}};e.languages.groovy=e.languages.extend("clike",{string:{pattern:/'''(?:[^\\]|\\[\s\S])*?'''|'(?:\\.|[^\\'\r\n])*'/,greedy:!0},keyword:/\b(?:abstract|as|assert|boolean|break|byte|case|catch|char|class|const|continue|def|default|do|double|else|enum|extends|final|finally|float|for|goto|if|implements|import|in|instanceof|int|interface|long|native|new|package|private|protected|public|return|short|static|strictfp|super|switch|synchronized|this|throw|throws|trait|transient|try|void|volatile|while)\b/,number:/\b(?:0b[01_]+|0x[\da-f_]+(?:\.[\da-f_p\-]+)?|[\d_]+(?:\.[\d_]+)?(?:e[+-]?\d+)?)[glidf]?\b/i,operator:{pattern:/(^|[^.])(?:~|==?~?|\?[.:]?|\*(?:[.=]|\*=?)?|\.[@&]|\.\.<|\.\.(?!\.)|-[-=>]?|\+[+=]?|!=?|<(?:<=?|=>?)?|>(?:>>?=?|=)?|&[&=]?|\|[|=]?|\/=?|\^=?|%=?)/,lookbehind:!0},punctuation:/\.+|[{}[\];(),:$]/}),e.languages.insertBefore("groovy","string",{shebang:{pattern:/#!.+/,alias:"comment",greedy:!0},"interpolation-string":{pattern:/"""(?:[^\\]|\\[\s\S])*?"""|(["/])(?:\\.|(?!\1)[^\\\r\n])*\1|\$\/(?:[^/$]|\$(?:[/$]|(?![/$]))|\/(?!\$))*\/\$/,greedy:!0,inside:{interpolation:t,string:/[\s\S]+/}}}),e.languages.insertBefore("groovy","punctuation",{"spock-block":/\b(?:and|cleanup|expect|given|setup|then|when|where):/}),e.languages.insertBefore("groovy","function",{annotation:{pattern:/(^|[^.])@\w+/,lookbehind:!0,alias:"punctuation"}}),t.inside.expression.inside=e.languages.groovy}(Prism),Prism.languages.abap={comment:/^\*.*/m,string:/(`|')(?:\\.|(?!\1)[^\\\r\n])*\1/,"string-template":{pattern:/([|}])(?:\\.|[^\\|{\r\n])*(?=[|{])/,lookbehind:!0,alias:"string"},"eol-comment":{pattern:/(^|\s)".*/m,lookbehind:!0,alias:"comment"},keyword:{pattern:/(\s|\.|^)(?:\*-INPUT|\?TO|ABAP-SOURCE|ABBREVIATED|ABS|ABSTRACT|ACCEPT|ACCEPTING|ACCESSPOLICY|ACCORDING|ACOS|ACTIVATION|ACTUAL|ADD|ADD-CORRESPONDING|ADJACENT|AFTER|ALIAS|ALIASES|ALIGN|ALL|ALLOCATE|ALPHA|ANALYSIS|ANALYZER|AND|ANY|APPEND|APPENDAGE|APPENDING|APPLICATION|ARCHIVE|AREA|ARITHMETIC|AS|ASCENDING|ASIN|ASPECT|ASSERT|ASSIGN|ASSIGNED|ASSIGNING|ASSOCIATION|ASYNCHRONOUS|AT|ATAN|ATTRIBUTES|AUTHORITY|AUTHORITY-CHECK|AVG|BACK|BACKGROUND|BACKUP|BACKWARD|BADI|BASE|BEFORE|BEGIN|BETWEEN|BIG|BINARY|BINDING|BIT|BIT-AND|BIT-NOT|BIT-OR|BIT-XOR|BLACK|BLANK|BLANKS|BLOB|BLOCK|BLOCKS|BLUE|BOUND|BOUNDARIES|BOUNDS|BOXED|BREAK-POINT|BT|BUFFER|BY|BYPASSING|BYTE|BYTE-CA|BYTE-CN|BYTE-CO|BYTE-CS|BYTE-NA|BYTE-NS|BYTE-ORDER|C|CA|CALL|CALLING|CASE|CAST|CASTING|CATCH|CEIL|CENTER|CENTERED|CHAIN|CHAIN-INPUT|CHAIN-REQUEST|CHANGE|CHANGING|CHANNELS|CHAR-TO-HEX|CHARACTER|CHARLEN|CHECK|CHECKBOX|CIRCULAR|CI_|CLASS|CLASS-CODING|CLASS-DATA|CLASS-EVENTS|CLASS-METHODS|CLASS-POOL|CLEANUP|CLEAR|CLIENT|CLOB|CLOCK|CLOSE|CN|CNT|CO|COALESCE|CODE|CODING|COLLECT|COLOR|COLUMN|COLUMNS|COL_BACKGROUND|COL_GROUP|COL_HEADING|COL_KEY|COL_NEGATIVE|COL_NORMAL|COL_POSITIVE|COL_TOTAL|COMMENT|COMMENTS|COMMIT|COMMON|COMMUNICATION|COMPARING|COMPONENT|COMPONENTS|COMPRESSION|COMPUTE|CONCAT|CONCATENATE|COND|CONDENSE|CONDITION|CONNECT|CONNECTION|CONSTANTS|CONTEXT|CONTEXTS|CONTINUE|CONTROL|CONTROLS|CONV|CONVERSION|CONVERT|COPIES|COPY|CORRESPONDING|COS|COSH|COUNT|COUNTRY|COVER|CP|CPI|CREATE|CREATING|CRITICAL|CS|CURRENCY|CURRENCY_CONVERSION|CURRENT|CURSOR|CURSOR-SELECTION|CUSTOMER|CUSTOMER-FUNCTION|DANGEROUS|DATA|DATABASE|DATAINFO|DATASET|DATE|DAYLIGHT|DBMAXLEN|DD\/MM\/YY|DD\/MM\/YYYY|DDMMYY|DEALLOCATE|DECIMALS|DECIMAL_SHIFT|DECLARATIONS|DEEP|DEFAULT|DEFERRED|DEFINE|DEFINING|DEFINITION|DELETE|DELETING|DEMAND|DEPARTMENT|DESCENDING|DESCRIBE|DESTINATION|DETAIL|DIALOG|DIRECTORY|DISCONNECT|DISPLAY|DISPLAY-MODE|DISTANCE|DISTINCT|DIV|DIVIDE|DIVIDE-CORRESPONDING|DIVISION|DO|DUMMY|DUPLICATE|DUPLICATES|DURATION|DURING|DYNAMIC|DYNPRO|E|EACH|EDIT|EDITOR-CALL|ELSE|ELSEIF|EMPTY|ENABLED|ENABLING|ENCODING|END|END-ENHANCEMENT-SECTION|END-LINES|END-OF-DEFINITION|END-OF-FILE|END-OF-PAGE|END-OF-SELECTION|ENDAT|ENDCASE|ENDCATCH|ENDCHAIN|ENDCLASS|ENDDO|ENDENHANCEMENT|ENDEXEC|ENDFOR|ENDFORM|ENDFUNCTION|ENDIAN|ENDIF|ENDING|ENDINTERFACE|ENDLOOP|ENDMETHOD|ENDMODULE|ENDON|ENDPROVIDE|ENDSELECT|ENDTRY|ENDWHILE|ENGINEERING|ENHANCEMENT|ENHANCEMENT-POINT|ENHANCEMENT-SECTION|ENHANCEMENTS|ENTRIES|ENTRY|ENVIRONMENT|EQ|EQUAL|EQUIV|ERRORMESSAGE|ERRORS|ESCAPE|ESCAPING|EVENT|EVENTS|EXACT|EXCEPT|EXCEPTION|EXCEPTION-TABLE|EXCEPTIONS|EXCLUDE|EXCLUDING|EXEC|EXECUTE|EXISTS|EXIT|EXIT-COMMAND|EXP|EXPAND|EXPANDING|EXPIRATION|EXPLICIT|EXPONENT|EXPORT|EXPORTING|EXTEND|EXTENDED|EXTENSION|EXTRACT|FAIL|FETCH|FIELD|FIELD-GROUPS|FIELD-SYMBOL|FIELD-SYMBOLS|FIELDS|FILE|FILTER|FILTER-TABLE|FILTERS|FINAL|FIND|FIRST|FIRST-LINE|FIXED-POINT|FKEQ|FKGE|FLOOR|FLUSH|FONT|FOR|FORM|FORMAT|FORWARD|FOUND|FRAC|FRAME|FRAMES|FREE|FRIENDS|FROM|FUNCTION|FUNCTION-POOL|FUNCTIONALITY|FURTHER|GAPS|GE|GENERATE|GET|GIVING|GKEQ|GKGE|GLOBAL|GRANT|GREATER|GREEN|GROUP|GROUPS|GT|HANDLE|HANDLER|HARMLESS|HASHED|HAVING|HDB|HEAD-LINES|HEADER|HEADERS|HEADING|HELP-ID|HELP-REQUEST|HIDE|HIGH|HINT|HOLD|HOTSPOT|I|ICON|ID|IDENTIFICATION|IDENTIFIER|IDS|IF|IGNORE|IGNORING|IMMEDIATELY|IMPLEMENTATION|IMPLEMENTATIONS|IMPLEMENTED|IMPLICIT|IMPORT|IMPORTING|IN|INACTIVE|INCL|INCLUDE|INCLUDES|INCLUDING|INCREMENT|INDEX|INDEX-LINE|INFOTYPES|INHERITING|INIT|INITIAL|INITIALIZATION|INNER|INOUT|INPUT|INSERT|INSTANCES|INTENSIFIED|INTERFACE|INTERFACE-POOL|INTERFACES|INTERNAL|INTERVALS|INTO|INVERSE|INVERTED-DATE|IS|ISO|ITERATOR|ITNO|JOB|JOIN|KEEP|KEEPING|KERNEL|KEY|KEYS|KEYWORDS|KIND|LANGUAGE|LAST|LATE|LAYOUT|LE|LEADING|LEAVE|LEFT|LEFT-JUSTIFIED|LEFTPLUS|LEFTSPACE|LEGACY|LENGTH|LESS|LET|LEVEL|LEVELS|LIKE|LINE|LINE-COUNT|LINE-SELECTION|LINE-SIZE|LINEFEED|LINES|LIST|LIST-PROCESSING|LISTBOX|LITTLE|LLANG|LOAD|LOAD-OF-PROGRAM|LOB|LOCAL|LOCALE|LOCATOR|LOG|LOG-POINT|LOG10|LOGFILE|LOGICAL|LONG|LOOP|LOW|LOWER|LPAD|LPI|LT|M|MAIL|MAIN|MAJOR-ID|MAPPING|MARGIN|MARK|MASK|MATCH|MATCHCODE|MAX|MAXIMUM|MEDIUM|MEMBERS|MEMORY|MESH|MESSAGE|MESSAGE-ID|MESSAGES|MESSAGING|METHOD|METHODS|MIN|MINIMUM|MINOR-ID|MM\/DD\/YY|MM\/DD\/YYYY|MMDDYY|MOD|MODE|MODIF|MODIFIER|MODIFY|MODULE|MOVE|MOVE-CORRESPONDING|MULTIPLY|MULTIPLY-CORRESPONDING|NA|NAME|NAMETAB|NATIVE|NB|NE|NESTED|NESTING|NEW|NEW-LINE|NEW-PAGE|NEW-SECTION|NEXT|NO|NO-DISPLAY|NO-EXTENSION|NO-GAP|NO-GAPS|NO-GROUPING|NO-HEADING|NO-SCROLLING|NO-SIGN|NO-TITLE|NO-TOPOFPAGE|NO-ZERO|NODE|NODES|NON-UNICODE|NON-UNIQUE|NOT|NP|NS|NULL|NUMBER|NUMOFCHAR|O|OBJECT|OBJECTS|OBLIGATORY|OCCURRENCE|OCCURRENCES|OCCURS|OF|OFF|OFFSET|OLE|ON|ONLY|OPEN|OPTION|OPTIONAL|OPTIONS|OR|ORDER|OTHER|OTHERS|OUT|OUTER|OUTPUT|OUTPUT-LENGTH|OVERFLOW|OVERLAY|PACK|PACKAGE|PAD|PADDING|PAGE|PAGES|PARAMETER|PARAMETER-TABLE|PARAMETERS|PART|PARTIALLY|PATTERN|PERCENTAGE|PERFORM|PERFORMING|PERSON|PF|PF-STATUS|PINK|PLACES|POOL|POSITION|POS_HIGH|POS_LOW|PRAGMAS|PRECOMPILED|PREFERRED|PRESERVING|PRIMARY|PRINT|PRINT-CONTROL|PRIORITY|PRIVATE|PROCEDURE|PROCESS|PROGRAM|PROPERTY|PROTECTED|PROVIDE|PUBLIC|PUSHBUTTON|PUT|QUEUE-ONLY|QUICKINFO|RADIOBUTTON|RAISE|RAISING|RANGE|RANGES|RAW|READ|READ-ONLY|READER|RECEIVE|RECEIVED|RECEIVER|RECEIVING|RED|REDEFINITION|REDUCE|REDUCED|REF|REFERENCE|REFRESH|REGEX|REJECT|REMOTE|RENAMING|REPLACE|REPLACEMENT|REPLACING|REPORT|REQUEST|REQUESTED|RESERVE|RESET|RESOLUTION|RESPECTING|RESPONSIBLE|RESULT|RESULTS|RESUMABLE|RESUME|RETRY|RETURN|RETURNCODE|RETURNING|RIGHT|RIGHT-JUSTIFIED|RIGHTPLUS|RIGHTSPACE|RISK|RMC_COMMUNICATION_FAILURE|RMC_INVALID_STATUS|RMC_SYSTEM_FAILURE|ROLE|ROLLBACK|ROUND|ROWS|RTTI|RUN|SAP|SAP-SPOOL|SAVING|SCALE_PRESERVING|SCALE_PRESERVING_SCIENTIFIC|SCAN|SCIENTIFIC|SCIENTIFIC_WITH_LEADING_ZERO|SCREEN|SCROLL|SCROLL-BOUNDARY|SCROLLING|SEARCH|SECONDARY|SECONDS|SECTION|SELECT|SELECT-OPTIONS|SELECTION|SELECTION-SCREEN|SELECTION-SET|SELECTION-SETS|SELECTION-TABLE|SELECTIONS|SELECTOR|SEND|SEPARATE|SEPARATED|SET|SHARED|SHIFT|SHORT|SHORTDUMP-ID|SIGN|SIGN_AS_POSTFIX|SIMPLE|SIN|SINGLE|SINH|SIZE|SKIP|SKIPPING|SMART|SOME|SORT|SORTABLE|SORTED|SOURCE|SPACE|SPECIFIED|SPLIT|SPOOL|SPOTS|SQL|SQLSCRIPT|SQRT|STABLE|STAMP|STANDARD|START-OF-SELECTION|STARTING|STATE|STATEMENT|STATEMENTS|STATIC|STATICS|STATUSINFO|STEP-LOOP|STOP|STRLEN|STRUCTURE|STRUCTURES|STYLE|SUBKEY|SUBMATCHES|SUBMIT|SUBROUTINE|SUBSCREEN|SUBSTRING|SUBTRACT|SUBTRACT-CORRESPONDING|SUFFIX|SUM|SUMMARY|SUMMING|SUPPLIED|SUPPLY|SUPPRESS|SWITCH|SWITCHSTATES|SYMBOL|SYNCPOINTS|SYNTAX|SYNTAX-CHECK|SYNTAX-TRACE|SYSTEM-CALL|SYSTEM-EXCEPTIONS|SYSTEM-EXIT|TAB|TABBED|TABLE|TABLES|TABLEVIEW|TABSTRIP|TAN|TANH|TARGET|TASK|TASKS|TEST|TESTING|TEXT|TEXTPOOL|THEN|THROW|TIME|TIMES|TIMESTAMP|TIMEZONE|TITLE|TITLE-LINES|TITLEBAR|TO|TOKENIZATION|TOKENS|TOP-LINES|TOP-OF-PAGE|TRACE-FILE|TRACE-TABLE|TRAILING|TRANSACTION|TRANSFER|TRANSFORMATION|TRANSLATE|TRANSPORTING|TRMAC|TRUNC|TRUNCATE|TRUNCATION|TRY|TYPE|TYPE-POOL|TYPE-POOLS|TYPES|ULINE|UNASSIGN|UNDER|UNICODE|UNION|UNIQUE|UNIT|UNIT_CONVERSION|UNIX|UNPACK|UNTIL|UNWIND|UP|UPDATE|UPPER|USER|USER-COMMAND|USING|UTF-8|VALID|VALUE|VALUE-REQUEST|VALUES|VARY|VARYING|VERIFICATION-MESSAGE|VERSION|VIA|VIEW|VISIBLE|WAIT|WARNING|WHEN|WHENEVER|WHERE|WHILE|WIDTH|WINDOW|WINDOWS|WITH|WITH-HEADING|WITH-TITLE|WITHOUT|WORD|WORK|WRITE|WRITER|X|XML|XOR|XSD|XSTRLEN|YELLOW|YES|YYMMDD|Z|ZERO|ZONE)(?![\w-])/i,lookbehind:!0},number:/\b\d+\b/,operator:{pattern:/(\s)(?:\*\*?|<[=>]?|>=?|\?=|[-+\/=])(?=\s)/,lookbehind:!0},"string-operator":{pattern:/(\s)&&?(?=\s)/,lookbehind:!0,alias:"keyword"},"token-operator":[{pattern:/(\w)(?:->?|=>|[~|{}])(?=\w)/,lookbehind:!0,alias:"punctuation"},{pattern:/[|{}]/,alias:"punctuation"}],punctuation:/[,.:()]/};var rS=["comment","prolog","doctype","cdata","punctuation","namespace","property","tag","boolean","number","constant","symbol","deleted","selector","attr-name","string","builtin","inserted","operator","entity","url","string","atrule","attr-value","keyword","function","class-name","regex","important","variable","bold","italic","entity","char"];function nS(e){return"string"==typeof e?e.length:"string"==typeof e.content?e.content.length:e.content.reduce(function(e,t){return e+nS(t)},0)}var oS=function(e){var t,r,n,o=Sh(e,2),i=o[0],a=o[1],u=[],s=function(e){if(!mh.Text.isText(e))return null;var t=cv.getParentNode(null,e);if(t&&"code"===cv.getNodeType(t)){var r=cv.getParentNode(null,t);if(r&&"pre"===cv.getNodeType(r))return t}return null}(i);if(null==s)return u;var l=s.language,c=void 0===l?"":l;if(!c)return u;var d=function(e,t){if(!t)return[];var r=YB.languages[t];return r?YB.tokenize(e.text,r):[]}(i,c),f=0;try{for(var h=Bh(d),p=h.next();!p.done;p=h.next()){var g=p.value,v=f+nS(g);"string"!=typeof g&&u.push(((n={})[g.type]=!0,n.anchor={path:a,offset:f},n.focus={path:a,offset:v},n)),f=v}}catch(e){t={error:e}}finally{try{p&&!p.done&&(r=h.return)&&r.call(h)}finally{if(t)throw t.error}}return u};var iS={type:"code",elemToHtml:function(e,t){var r=e.language,n=void 0===r?"":r,o=n?'class="language-'.concat(n,'"'):"";return"<code ".concat(o,">").concat(t,"</code>")}};var aS=function(){function e(){this.title=By("highLightModule.selectLang"),this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M64 64v896h896V64H64z m487.6 698.8c0 87.2-51.2 127-125.8 127-67.4 0-106.4-34.8-126.4-77l68.6-41.4c13.2 23.4 25.2 43.2 54.2 43.2 27.6 0 45.2-10.8 45.2-53V475.4h84.2v287.4z m199.2 127c-78.2 0-128.8-37.2-153.4-86l68.6-39.6c18 29.4 41.6 51.2 83 51.2 34.8 0 57.2-17.4 57.2-41.6 0-28.8-22.8-39-61.4-56l-21-9c-60.8-25.8-101-58.4-101-127 0-63.2 48.2-111.2 123.2-111.2 53.6 0 92 18.6 119.6 67.4L800 580c-14.4-25.8-30-36-54.2-36-24.6 0-40.2 15.6-40.2 36 0 25.2 15.6 35.4 51.8 51.2l21 9c71.6 30.6 111.8 62 111.8 132.4 0 75.6-59.6 117.2-139.4 117.2z"></path></svg>',this.tag="select",this.width=95,this.selectPanelWidth=115,this.defaultCodeLang=""}return e.prototype.getOptions=function(e){var t=this,r=[],n=e.getMenuConfig("codeSelectLang").codeLangs,o=void 0===n?[]:n;r.push({text:"plain text",value:""}),o.forEach(function(e){var n=e.text,o=e.value;e.selected&&(t.defaultCodeLang=o),r.push({text:n,value:o})});var i=this.getValue(e);return r.forEach(function(e){e.value===i?e.selected=!0:e.selected=void 0}),r},e.prototype.isActive=function(e){return!1},e.prototype.getValue=function(e){var t=this.getSelectCodeElem(e);if(null==t)return this.defaultCodeLang;if(!mh.Element.isElement(t))return this.defaultCodeLang;var r=t.language.toString(),n=e.getMenuConfig("codeSelectLang").codeLangs;return(void 0===n?[]:n).some(function(e){return e.value===r})?r:this.defaultCodeLang},e.prototype.isDisabled=function(e){return null==e.selection||!this.getSelectCodeElem(e)},e.prototype.exec=function(e,t){if(null!=this.getSelectCodeElem(e)){var r={language:t.toString()};mh.Transforms.setNodes(e,r,{match:function(e){return cv.checkNodeType(e,"code")}})}},e.prototype.getSelectCodeElem=function(e){var t=cv.getSelectedNodeByType(e,"code");if(null==t)return null;var r=cv.getParentNode(e,t);return mh.Element.isElement(r)?"pre"!==r.type?null:t:null},e}(),uS={key:"codeSelectLang",factory:function(){return new aS},config:{codeLangs:[{text:"CSS",value:"css"},{text:"HTML",value:"html"},{text:"XML",value:"xml"},{text:"Javascript",value:"javascript"},{text:"Typescript",value:"typescript"},{text:"JSX",value:"jsx"},{text:"Go",value:"go"},{text:"PHP",value:"php"},{text:"C",value:"c"},{text:"Python",value:"python"},{text:"Java",value:"java"},{text:"C++",value:"cpp"},{text:"C#",value:"csharp"},{text:"Visual Basic",value:"visual-basic"},{text:"SQL",value:"sql"},{text:"Ruby",value:"ruby"},{text:"Swift",value:"swift"},{text:"Bash",value:"bash"},{text:"Lua",value:"lua"},{text:"Groovy",value:"groovy"},{text:"Markdown",value:"markdown"},{text:"ABAP",value:"abap"}]}};Rp&&(Np.fn.attr=Rp);var sS={renderStyle:function(e,t){var r=e,n=t,o="";return rS.forEach(function(e){r[e]&&(o=e)}),o&&function(e,t){null==e.data&&(e.data={});var r=e.data;null==r.props&&(r.props={}),Object.assign(r.props,{className:t})}(n,o="token ".concat(o)),n},parseStyleHtml:function(e,t,r){var n=Np(e);if(!mh.Element.isElement(t))return t;if("code"!==cv.getNodeType(t))return t;var o=t,i=n.attr("class")||"";return 0===i.indexOf("language-")?o.language=i.split("-")[1]||"":o.language=i.toLowerCase(),o},menus:[uS],elemsToHtml:[iS]};Ay("en",{listModule:{unOrderedList:"Unordered list",orderedList:"Ordered list"}}),Ay("zh-CN",{listModule:{unOrderedList:"无序列表",orderedList:"有序列表"}});var lS=new WeakMap;function cS(e){var t,r=e.children||[],n=r.length;if(0===n)return"";for(var o=0;o<n&&!t;o+=1){var i=r[o];mh.Text.isText(i)&&(t=i)}return null==t?"":t.color||""}function dS(e,t,r){for(var n=t.type,o=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(t,["type"]),i=void 0!==r?r:o.level||0,a=cv.findPath(e,t),u=a;;){if(0===u.length||0===a[a.length-1])return null;u=mh.Path.previous(u);var s=mh.Editor.node(e,u);if(!s)return null;var l=Sh(s,1)[0],c=l.level,d=void 0===c?0:c;if(cv.getNodeType(l)!==n)return null;if(d===i)return l}}function fS(e,t,r){var n=dS(e,t,r);return!!n&&n.ordered===t.ordered}var hS=[];var pS={type:"list-item",elemToHtml:function(e,t){var r="",n="",o=e.ordered,i=void 0!==o&&o?"ol":"ul",a=function(e){var t=lS.get(e);if(null==t)return 0;var r=e,n=r.type,o=r.ordered,i=void 0!==o&&o,a=r.level,u=void 0===a?0:a,s=cv.findPath(t,e);if(0===s[0])return u+1;var l=mh.Path.previous(s),c=mh.Editor.node(t,l);if(!c)return 0;var d=Sh(c,1)[0];if(cv.getNodeType(d)!==n)return u+1;var f=d,h=f.ordered,p=void 0!==h&&h,g=f.level,v=void 0===g?0:g;return v<u?u-v:v>u?fS(t,e)?0:1:v===u?p===i?0:1:0}(e);if(a>0)for(var u=0;u<a;u+=1)r+="<".concat(i,">"),hS.push(i);var s=function(e){var t=lS.get(e);if(null==t)return 0;var r=e,n=r.type,o=r.ordered,i=void 0!==o&&o,a=r.level,u=void 0===a?0:a,s=cv.findPath(t,e);if(s[0]===t.children.length-1)return u+1;var l=mh.Path.next(s),c=mh.Editor.node(t,l);if(!c)return 0;var d=Sh(c,1)[0];if(cv.getNodeType(d)!==n)return u+1;var f=d,h=f.ordered,p=void 0!==h&&h,g=f.level,v=void 0===g?0:g;return v<u?fS(t,d)?u-v:u-v+1:v>u?0:v===u?p===i?0:1:0}(e);if(s>0)for(u=0;u<s;u+=1){var l=hS.pop();n+="</".concat(l,">")}var c=cS(e),d=c?' style="color:'.concat(c,'"'):"";return{html:"<li".concat(d,">").concat(t,"</li>"),prefix:r,suffix:n}}},gS=function(){function e(){this.type="list-item",this.tag="button"}return e.prototype.getListNode=function(e){var t=this.type;return cv.getSelectedNodeByType(e,t)},e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){var t=this.getListNode(e);if(null==t)return!1;var r=t.ordered;return(void 0!==r&&r)===this.ordered},e.prototype.isDisabled=function(e){return null==e.selection||!!cv.getSelectedElems(e).some(function(t){if(mh.Editor.isVoid(e,t)&&mh.Editor.isBlock(e,t))return!0;var r=t.type;return!!["pre","code","table"].includes(r)})},e.prototype.exec=function(e,t){this.isActive(e)?mh.Transforms.setNodes(e,{type:"paragraph",ordered:void 0,level:void 0}):mh.Transforms.setNodes(e,{type:"list-item",ordered:this.ordered,indent:void 0})},e}(),vS=function(e){function t(){var t=e.apply(this,kh([],Sh(arguments),!1))||this;return t.ordered=!1,t.title=By("listModule.unOrderedList"),t.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M384 64h640v128H384V64z m0 384h640v128H384v-128z m0 384h640v128H384v-128zM0 128a128 128 0 1 1 256 0 128 128 0 0 1-256 0z m0 384a128 128 0 1 1 256 0 128 128 0 0 1-256 0z m0 384a128 128 0 1 1 256 0 128 128 0 0 1-256 0z"></path></svg>',t}return Eh(t,e),t}(gS),mS=function(e){function t(){var t=e.apply(this,kh([],Sh(arguments),!1))||this;return t.ordered=!0,t.title=By("listModule.orderedList"),t.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M384 832h640v128H384z m0-384h640v128H384z m0-384h640v128H384zM192 0v256H128V64H64V0zM128 526.016v50.016h128v64H64v-146.016l128-60V384H64v-64h192v146.016zM256 704v320H64v-64h128v-64H64v-64h128v-64H64v-64z"></path></svg>',t}return Eh(t,e),t}(gS),yS={key:"bulletedList",factory:function(){return new vS}},bS={key:"numberedList",factory:function(){return new mS}};function DS(e){return e.length?e[0].tagName.toLowerCase():""}eg&&(Np.fn.append=eg),Rp&&(Np.fn.attr=Rp),rg&&(Np.fn.parent=rg);var CS={selector:"li:not([data-w-e-type])",parseElemHtml:function(e,t,r){var n=Np(e);0===(t=t.filter(function(e){return!!mh.Text.isText(e)||!!r.isInline(e)})).length&&(t=[{text:n.text().replace(/\s+/gm," ")}]);var o=function(e){return"ol"===DS(e.parent())}(n),i=function(e){for(var t=0,r=e.parent(),n=DS(r);"ul"===n||"ol"===n;)n=DS(r=r.parent()),t+=1;return t-1}(n);return{type:"list-item",ordered:o,level:i,children:t}}};var ES={selector:"ul:not([data-w-e-type]),ol:not([data-w-e-type])",parseElemHtml:function(e,t,r){return t.flat(1/0)}};function wS(e){return mh.Editor.nodes(e,{at:e.selection||void 0,match:function(t){return 1===cv.findPath(e,t).length}})}var AS={type:"list-item",renderElem:function(e,t,r){lS.set(e,r);var n=e,o=n.level,i=void 0===o?0:o,a=n.ordered,u=void 0!==a&&a,s={margin:"5px 0 5px ".concat(20*i,"px"),display:"flex",alignItems:"flex-start"},l="";if(u){var c=function(e,t){var r=t,n=r.type,o=r.level,i=void 0===o?0:o,a=r.ordered,u=void 0!==a&&a,s=1,l=t,c=cv.findPath(e,l);if(0===c[0])return 1;for(;c[0]>0;){var d=mh.Path.previous(c),f=mh.Editor.node(e,d);if(null==f)break;var h=f[0],p=h.level,g=void 0===p?0:p,v=h.type,m=h.ordered;if(v!==n)break;if(g<i)break;if(g===i){if(m!==u)break;s+=1}l=h,c=d}return s}(r,e);l="".concat(c,".")}else l=function(e){void 0===e&&(e=0);var t="";switch(e){case 0:t="•";break;case 1:t="◦";break;default:t="▪"}return t}(i);return nD("div",{style:s},nD("span",{contentEditable:!1,style:{marginRight:"0.5em",color:cS(e)},"data-w-e-reserve":!0},l),nD("span",{style:{flex:"1",wordBreak:"break-word"}},t))}},xS={renderElems:[AS],editorPlugin:function(e){var t=e.deleteBackward,r=e.handleTab,n=e.normalizeNode,o=e.insertBreak,i=e;return i.insertBreak=function(){var t=Sh(mh.Editor.nodes(e,{match:function(e){return cv.checkNodeType(e,"list-item")},universal:!0}),1),r=t[0];return r?""!==r[0].children[0].text?o():void mh.Transforms.setNodes(i,{type:"paragraph",ordered:void 0,level:void 0}):o()},i.deleteBackward=function(r){var n=i.selection;if(null!=n)if(mh.Range.isExpanded(n))t(r);else{var o=cv.getSelectedNodeByType(i,"list-item");if(null!=o)if(0!==n.focus.offset)t(r);else{var a=o,u=a.level,s=void 0===u?0:u,l=a.ordered,c=void 0!==l&&l;if(s>0){var d=dS(e,o,s-1);d&&d.ordered!==c?mh.Transforms.setNodes(i,{level:s-1,ordered:!c}):mh.Transforms.setNodes(i,{level:s-1})}else mh.Transforms.setNodes(i,{type:"paragraph",ordered:void 0,level:void 0})}else t(r)}else t(r)},i.handleTab=function(){var e,t,n,o,a=i.selection;if(null!=a){if(mh.Range.isCollapsed(a)){var u=cv.getSelectedNodeByType(i,"list-item");if(null==u)return void r();if(0===a.focus.offset){var s=u.level,l=void 0===s?0:s;return void mh.Transforms.setNodes(i,{level:l+1})}}if(mh.Range.isExpanded(a)){var c=0,d=!1;try{for(var f=Bh(wS(i)),h=f.next();!h.done;h=f.next()){var p=Sh(h.value,1)[0];"list-item"===cv.getNodeType(p)?c+=1:d=!0}}catch(t){e={error:t}}finally{try{h&&!h.done&&(t=f.return)&&t.call(f)}finally{if(e)throw e.error}}if(d||c<=1)return void r();try{for(var g=Bh(wS(i)),v=g.next();!v.done;v=g.next()){var m=Sh(v.value,2),y=(p=m[0],m[1]),b=p.level;l=void 0===b?0:b;mh.Transforms.setNodes(i,{level:l+1},{at:y})}}catch(e){n={error:e}}finally{try{v&&!v.done&&(o=g.return)&&o.call(g)}finally{if(n)throw n.error}}}else r()}else r()},i.normalizeNode=function(e){var t=Sh(e,2),r=t[0],o=t[1],a=cv.getNodeType(r);return"bulleted-list"!==a&&"numbered-list"!==a||mh.Transforms.unwrapNodes(i,{at:o}),n([r,o])},i},menus:[yS,bS],elemsToHtml:[pS],parseElemsHtml:[ES,CS]};class BS{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 BS(e.loc.lexer,e.loc.start,t.loc.end):null:e&&e.loc}}class SS{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 SS(t,BS.range(this,e))}}class kS{constructor(e,t){this.name=void 0,this.position=void 0,this.length=void 0,this.rawMessage=void 0;var r,n,o="KaTeX parse error: "+e,i=t&&t.loc;if(i&&i.start<=i.end){var a=i.lexer.input;r=i.start,n=i.end,r===a.length?o+=" at end of input: ":o+=" at position "+(r+1)+": ";var u=a.slice(r,n).replace(/[^]/g,"$&̲");o+=(r>15?"…"+a.slice(r-15,r):a.slice(0,r))+u+(n+15<a.length?a.slice(n,n+15)+"…":a.slice(n))}var s=new Error(o);return s.name="ParseError",s.__proto__=kS.prototype,s.position=r,null!=r&&null!=n&&(s.length=n-r),s.rawMessage=e,s}}kS.prototype.__proto__=Error.prototype;var FS=/([A-Z])/g,TS={"&":"&amp;",">":"&gt;","<":"&lt;",'"':"&quot;","'":"&#x27;"},OS=/[&><"']/g;var NS=function e(t){return"ordgroup"===t.type||"color"===t.type?1===t.body.length?e(t.body[0]):t:"font"===t.type?e(t.body):t},PS={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(OS,e=>TS[e])},hyphenate:function(e){return e.replace(FS,"-$1").toLowerCase()},getBaseElem:NS,isCharacterBox:function(e){var t=NS(e);return"mathord"===t.type||"textord"===t.type||"atom"===t.type},protocolFromUrl:function(e){var 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"}},MS={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 IS(e){if(e.default)return e.default;var 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 RS{constructor(e){for(var t in 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||{},MS)if(MS.hasOwnProperty(t)){var r=MS[t];this[t]=void 0!==e[t]?r.processor?r.processor(e[t]):e[t]:IS(r)}}reportNonstrict(e,t,r){var n=this.strict;if("function"==typeof n&&(n=n(e,t,r)),n&&"ignore"!==n){if(!0===n||"error"===n)throw new kS("LaTeX-incompatible input and strict mode is set to 'error': "+t+" ["+e+"]",r);"warn"===n?"undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+t+" ["+e+"]"):"undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to unrecognized '"+n+"': "+t+" ["+e+"]")}}useStrictBehavior(e,t,r){var 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){var t=PS.protocolFromUrl(e.url);if(null==t)return!1;e.protocol=t}var r="function"==typeof this.trust?this.trust(e):this.trust;return Boolean(r)}}class LS{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 _S[zS[this.id]]}sub(){return _S[jS[this.id]]}fracNum(){return _S[HS[this.id]]}fracDen(){return _S[$S[this.id]]}cramp(){return _S[VS[this.id]]}text(){return _S[US[this.id]]}isTight(){return this.size>=2}}var _S=[new LS(0,0,!1),new LS(1,0,!0),new LS(2,1,!1),new LS(3,1,!0),new LS(4,2,!1),new LS(5,2,!0),new LS(6,3,!1),new LS(7,3,!0)],zS=[4,5,4,5,6,7,6,7],jS=[5,5,5,5,7,7,7,7],HS=[2,3,4,5,6,7,6,7],$S=[3,3,5,5,7,7,7,7],VS=[1,1,3,3,5,5,7,7],US=[0,1,2,3,2,3,2,3],qS={DISPLAY:_S[0],TEXT:_S[2],SCRIPT:_S[4],SCRIPTSCRIPT:_S[6]},WS=[{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]]}];var GS=[];function YS(e){for(var t=0;t<GS.length;t+=2)if(e>=GS[t]&&e<=GS[t+1])return!0;return!1}WS.forEach(e=>e.blocks.forEach(e=>GS.push(...e)));var KS=80,XS={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 ZS{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 PS.contains(this.classes,e)}toNode(){for(var e=document.createDocumentFragment(),t=0;t<this.children.length;t++)e.appendChild(this.children[t].toNode());return e}toMarkup(){for(var e="",t=0;t<this.children.length;t++)e+=this.children[t].toMarkup();return e}toText(){return this.children.map(e=>e.toText()).join("")}}var JS={"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]}},QS={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]},ek={"Å":"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 tk(e,t,r){if(!JS[t])throw new Error("Font metrics not found for font: "+t+".");var n=e.charCodeAt(0),o=JS[t][n];if(!o&&e[0]in ek&&(n=ek[e[0]].charCodeAt(0),o=JS[t][n]),o||"text"!==r||YS(n)&&(o=JS[t][77]),o)return{depth:o[0],height:o[1],italic:o[2],skew:o[3],width:o[4]}}var rk={};var nk=[[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]],ok=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],ik=function(e,t){return t.size<2?e:nk[e-1][t.size-1]};class ak{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||ak.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=ok[this.size-1],this.maxSize=e.maxSize,this.minRuleThickness=e.minRuleThickness,this._fontMetrics=void 0}extend(e){var t={style:this.style,size:this.size,textSize:this.textSize,color:this.color,phantom:this.phantom,font:this.font,fontFamily:this.fontFamily,fontWeight:this.fontWeight,fontShape:this.fontShape,maxSize:this.maxSize,minRuleThickness:this.minRuleThickness};for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);return new ak(t)}havingStyle(e){return this.style===e?this:this.extend({style:e,size:ik(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:ok[e-1]})}havingBaseStyle(e){e=e||this.style.text();var t=ik(ak.BASESIZE,e);return this.size===t&&this.textSize===ak.BASESIZE&&this.style===e?this:this.extend({style:e,size:t})}havingBaseSizing(){var 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!==ak.BASESIZE?["sizing","reset-size"+this.size,"size"+ak.BASESIZE]:[]}fontMetrics(){return this._fontMetrics||(this._fontMetrics=function(e){var t;if(!rk[t=e>=5?0:e>=3?1:2]){var r=rk[t]={cssEmPerMu:QS.quad[t]/18};for(var n in QS)QS.hasOwnProperty(n)&&(r[n]=QS[n][t])}return rk[t]}(this.size)),this._fontMetrics}getColor(){return this.phantom?"transparent":this.color}}ak.BASESIZE=6;var uk={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},sk={ex:!0,em:!0,mu:!0},lk=function(e){return"string"!=typeof e&&(e=e.unit),e in uk||e in sk||"ex"===e},ck=function(e,t){var r;if(e.unit in uk)r=uk[e.unit]/t.fontMetrics().ptPerEm/t.sizeMultiplier;else if("mu"===e.unit)r=t.fontMetrics().cssEmPerMu;else{var n;if(n=t.style.isTight()?t.havingStyle(t.style.text()):t,"ex"===e.unit)r=n.fontMetrics().xHeight;else{if("em"!==e.unit)throw new kS("Invalid unit: '"+e.unit+"'");r=n.fontMetrics().quad}n!==t&&(r*=n.sizeMultiplier/t.sizeMultiplier)}return Math.min(e.number*r,t.maxSize)},dk=function(e){return+e.toFixed(4)+"em"},fk=function(e){return e.filter(e=>e).join(" ")},hk=function(e,t,r){if(this.classes=e||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=r||{},t){t.style.isTight()&&this.classes.push("mtight");var n=t.getColor();n&&(this.style.color=n)}},pk=function(e){var t=document.createElement(e);for(var r in t.className=fk(this.classes),this.style)this.style.hasOwnProperty(r)&&(t.style[r]=this.style[r]);for(var n in this.attributes)this.attributes.hasOwnProperty(n)&&t.setAttribute(n,this.attributes[n]);for(var o=0;o<this.children.length;o++)t.appendChild(this.children[o].toNode());return t},gk=/[\s"'>/=\x00-\x1f]/,vk=function(e){var t="<"+e;this.classes.length&&(t+=' class="'+PS.escape(fk(this.classes))+'"');var r="";for(var n in this.style)this.style.hasOwnProperty(n)&&(r+=PS.hyphenate(n)+":"+this.style[n]+";");for(var o in r&&(t+=' style="'+PS.escape(r)+'"'),this.attributes)if(this.attributes.hasOwnProperty(o)){if(gk.test(o))throw new kS("Invalid attribute name '"+o+"'");t+=" "+o+'="'+PS.escape(this.attributes[o])+'"'}t+=">";for(var i=0;i<this.children.length;i++)t+=this.children[i].toMarkup();return t+="</"+e+">"};class mk{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,hk.call(this,e,r,n),this.children=t||[]}setAttribute(e,t){this.attributes[e]=t}hasClass(e){return PS.contains(this.classes,e)}toNode(){return pk.call(this,"span")}toMarkup(){return vk.call(this,"span")}}class yk{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,hk.call(this,t,n),this.children=r||[],this.setAttribute("href",e)}setAttribute(e,t){this.attributes[e]=t}hasClass(e){return PS.contains(this.classes,e)}toNode(){return pk.call(this,"a")}toMarkup(){return vk.call(this,"a")}}class bk{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 PS.contains(this.classes,e)}toNode(){var e=document.createElement("img");for(var t in e.src=this.src,e.alt=this.alt,e.className="mord",this.style)this.style.hasOwnProperty(t)&&(e.style[t]=this.style[t]);return e}toMarkup(){var e='<img src="'+PS.escape(this.src)+'" alt="'+PS.escape(this.alt)+'"',t="";for(var r in this.style)this.style.hasOwnProperty(r)&&(t+=PS.hyphenate(r)+":"+this.style[r]+";");return t&&(e+=' style="'+PS.escape(t)+'"'),e+="'/>"}}var Dk={"î":"ı̂","ï":"ı̈","í":"ı́","ì":"ı̀"};class Ck{constructor(e,t,r,n,o,i,a,u){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=i||0,this.classes=a||[],this.style=u||{},this.maxFontSize=0;var s=function(e){for(var t=0;t<WS.length;t++)for(var r=WS[t],n=0;n<r.blocks.length;n++){var o=r.blocks[n];if(e>=o[0]&&e<=o[1])return r.name}return null}(this.text.charCodeAt(0));s&&this.classes.push(s+"_fallback"),/[îïíì]/.test(this.text)&&(this.text=Dk[this.text])}hasClass(e){return PS.contains(this.classes,e)}toNode(){var e=document.createTextNode(this.text),t=null;for(var r in this.italic>0&&((t=document.createElement("span")).style.marginRight=dk(this.italic)),this.classes.length>0&&((t=t||document.createElement("span")).className=fk(this.classes)),this.style)this.style.hasOwnProperty(r)&&((t=t||document.createElement("span")).style[r]=this.style[r]);return t?(t.appendChild(e),t):e}toMarkup(){var e=!1,t="<span";this.classes.length&&(e=!0,t+=' class="',t+=PS.escape(fk(this.classes)),t+='"');var r="";for(var n in this.italic>0&&(r+="margin-right:"+this.italic+"em;"),this.style)this.style.hasOwnProperty(n)&&(r+=PS.hyphenate(n)+":"+this.style[n]+";");r&&(e=!0,t+=' style="'+PS.escape(r)+'"');var o=PS.escape(this.text);return e?(t+=">",t+=o,t+="</span>"):o}}class Ek{constructor(e,t){this.children=void 0,this.attributes=void 0,this.children=e||[],this.attributes=t||{}}toNode(){var e=document.createElementNS("http://www.w3.org/2000/svg","svg");for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);for(var r=0;r<this.children.length;r++)e.appendChild(this.children[r].toNode());return e}toMarkup(){var e='<svg xmlns="http://www.w3.org/2000/svg"';for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+'="'+PS.escape(this.attributes[t])+'"');e+=">";for(var r=0;r<this.children.length;r++)e+=this.children[r].toMarkup();return e+="</svg>"}}class wk{constructor(e,t){this.pathName=void 0,this.alternate=void 0,this.pathName=e,this.alternate=t}toNode(){var e=document.createElementNS("http://www.w3.org/2000/svg","path");return this.alternate?e.setAttribute("d",this.alternate):e.setAttribute("d",XS[this.pathName]),e}toMarkup(){return this.alternate?'<path d="'+PS.escape(this.alternate)+'"/>':'<path d="'+PS.escape(XS[this.pathName])+'"/>'}}class Ak{constructor(e){this.attributes=void 0,this.attributes=e||{}}toNode(){var e=document.createElementNS("http://www.w3.org/2000/svg","line");for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);return e}toMarkup(){var e="<line";for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+'="'+PS.escape(this.attributes[t])+'"');return e+="/>"}}function xk(e){if(e instanceof Ck)return e;throw new Error("Expected symbolNode but got "+String(e)+".")}var Bk={bin:1,close:1,inner:1,open:1,punct:1,rel:1},Sk={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1},kk={math:{},text:{}};function Fk(e,t,r,n,o,i){kk[e][o]={font:t,group:r,replace:n},i&&n&&(kk[e][n]=kk[e][o])}var Tk="math",Ok="text",Nk="main",Pk="ams",Mk="accent-token",Ik="bin",Rk="close",Lk="inner",_k="mathord",zk="op-token",jk="open",Hk="punct",$k="rel",Vk="spacing",Uk="textord";Fk(Tk,Nk,$k,"≡","\\equiv",!0),Fk(Tk,Nk,$k,"≺","\\prec",!0),Fk(Tk,Nk,$k,"≻","\\succ",!0),Fk(Tk,Nk,$k,"∼","\\sim",!0),Fk(Tk,Nk,$k,"⊥","\\perp"),Fk(Tk,Nk,$k,"⪯","\\preceq",!0),Fk(Tk,Nk,$k,"⪰","\\succeq",!0),Fk(Tk,Nk,$k,"≃","\\simeq",!0),Fk(Tk,Nk,$k,"∣","\\mid",!0),Fk(Tk,Nk,$k,"≪","\\ll",!0),Fk(Tk,Nk,$k,"≫","\\gg",!0),Fk(Tk,Nk,$k,"≍","\\asymp",!0),Fk(Tk,Nk,$k,"∥","\\parallel"),Fk(Tk,Nk,$k,"⋈","\\bowtie",!0),Fk(Tk,Nk,$k,"⌣","\\smile",!0),Fk(Tk,Nk,$k,"⊑","\\sqsubseteq",!0),Fk(Tk,Nk,$k,"⊒","\\sqsupseteq",!0),Fk(Tk,Nk,$k,"≐","\\doteq",!0),Fk(Tk,Nk,$k,"⌢","\\frown",!0),Fk(Tk,Nk,$k,"∋","\\ni",!0),Fk(Tk,Nk,$k,"∝","\\propto",!0),Fk(Tk,Nk,$k,"⊢","\\vdash",!0),Fk(Tk,Nk,$k,"⊣","\\dashv",!0),Fk(Tk,Nk,$k,"∋","\\owns"),Fk(Tk,Nk,Hk,".","\\ldotp"),Fk(Tk,Nk,Hk,"⋅","\\cdotp"),Fk(Tk,Nk,Uk,"#","\\#"),Fk(Ok,Nk,Uk,"#","\\#"),Fk(Tk,Nk,Uk,"&","\\&"),Fk(Ok,Nk,Uk,"&","\\&"),Fk(Tk,Nk,Uk,"ℵ","\\aleph",!0),Fk(Tk,Nk,Uk,"∀","\\forall",!0),Fk(Tk,Nk,Uk,"ℏ","\\hbar",!0),Fk(Tk,Nk,Uk,"∃","\\exists",!0),Fk(Tk,Nk,Uk,"∇","\\nabla",!0),Fk(Tk,Nk,Uk,"♭","\\flat",!0),Fk(Tk,Nk,Uk,"ℓ","\\ell",!0),Fk(Tk,Nk,Uk,"♮","\\natural",!0),Fk(Tk,Nk,Uk,"♣","\\clubsuit",!0),Fk(Tk,Nk,Uk,"℘","\\wp",!0),Fk(Tk,Nk,Uk,"♯","\\sharp",!0),Fk(Tk,Nk,Uk,"♢","\\diamondsuit",!0),Fk(Tk,Nk,Uk,"ℜ","\\Re",!0),Fk(Tk,Nk,Uk,"♡","\\heartsuit",!0),Fk(Tk,Nk,Uk,"ℑ","\\Im",!0),Fk(Tk,Nk,Uk,"♠","\\spadesuit",!0),Fk(Tk,Nk,Uk,"§","\\S",!0),Fk(Ok,Nk,Uk,"§","\\S"),Fk(Tk,Nk,Uk,"¶","\\P",!0),Fk(Ok,Nk,Uk,"¶","\\P"),Fk(Tk,Nk,Uk,"†","\\dag"),Fk(Ok,Nk,Uk,"†","\\dag"),Fk(Ok,Nk,Uk,"†","\\textdagger"),Fk(Tk,Nk,Uk,"‡","\\ddag"),Fk(Ok,Nk,Uk,"‡","\\ddag"),Fk(Ok,Nk,Uk,"‡","\\textdaggerdbl"),Fk(Tk,Nk,Rk,"⎱","\\rmoustache",!0),Fk(Tk,Nk,jk,"⎰","\\lmoustache",!0),Fk(Tk,Nk,Rk,"⟯","\\rgroup",!0),Fk(Tk,Nk,jk,"⟮","\\lgroup",!0),Fk(Tk,Nk,Ik,"∓","\\mp",!0),Fk(Tk,Nk,Ik,"⊖","\\ominus",!0),Fk(Tk,Nk,Ik,"⊎","\\uplus",!0),Fk(Tk,Nk,Ik,"⊓","\\sqcap",!0),Fk(Tk,Nk,Ik,"∗","\\ast"),Fk(Tk,Nk,Ik,"⊔","\\sqcup",!0),Fk(Tk,Nk,Ik,"◯","\\bigcirc",!0),Fk(Tk,Nk,Ik,"∙","\\bullet",!0),Fk(Tk,Nk,Ik,"‡","\\ddagger"),Fk(Tk,Nk,Ik,"≀","\\wr",!0),Fk(Tk,Nk,Ik,"⨿","\\amalg"),Fk(Tk,Nk,Ik,"&","\\And"),Fk(Tk,Nk,$k,"⟵","\\longleftarrow",!0),Fk(Tk,Nk,$k,"⇐","\\Leftarrow",!0),Fk(Tk,Nk,$k,"⟸","\\Longleftarrow",!0),Fk(Tk,Nk,$k,"⟶","\\longrightarrow",!0),Fk(Tk,Nk,$k,"⇒","\\Rightarrow",!0),Fk(Tk,Nk,$k,"⟹","\\Longrightarrow",!0),Fk(Tk,Nk,$k,"↔","\\leftrightarrow",!0),Fk(Tk,Nk,$k,"⟷","\\longleftrightarrow",!0),Fk(Tk,Nk,$k,"⇔","\\Leftrightarrow",!0),Fk(Tk,Nk,$k,"⟺","\\Longleftrightarrow",!0),Fk(Tk,Nk,$k,"↦","\\mapsto",!0),Fk(Tk,Nk,$k,"⟼","\\longmapsto",!0),Fk(Tk,Nk,$k,"↗","\\nearrow",!0),Fk(Tk,Nk,$k,"↩","\\hookleftarrow",!0),Fk(Tk,Nk,$k,"↪","\\hookrightarrow",!0),Fk(Tk,Nk,$k,"↘","\\searrow",!0),Fk(Tk,Nk,$k,"↼","\\leftharpoonup",!0),Fk(Tk,Nk,$k,"⇀","\\rightharpoonup",!0),Fk(Tk,Nk,$k,"↙","\\swarrow",!0),Fk(Tk,Nk,$k,"↽","\\leftharpoondown",!0),Fk(Tk,Nk,$k,"⇁","\\rightharpoondown",!0),Fk(Tk,Nk,$k,"↖","\\nwarrow",!0),Fk(Tk,Nk,$k,"⇌","\\rightleftharpoons",!0),Fk(Tk,Pk,$k,"≮","\\nless",!0),Fk(Tk,Pk,$k,"","\\@nleqslant"),Fk(Tk,Pk,$k,"","\\@nleqq"),Fk(Tk,Pk,$k,"⪇","\\lneq",!0),Fk(Tk,Pk,$k,"≨","\\lneqq",!0),Fk(Tk,Pk,$k,"","\\@lvertneqq"),Fk(Tk,Pk,$k,"⋦","\\lnsim",!0),Fk(Tk,Pk,$k,"⪉","\\lnapprox",!0),Fk(Tk,Pk,$k,"⊀","\\nprec",!0),Fk(Tk,Pk,$k,"⋠","\\npreceq",!0),Fk(Tk,Pk,$k,"⋨","\\precnsim",!0),Fk(Tk,Pk,$k,"⪹","\\precnapprox",!0),Fk(Tk,Pk,$k,"≁","\\nsim",!0),Fk(Tk,Pk,$k,"","\\@nshortmid"),Fk(Tk,Pk,$k,"∤","\\nmid",!0),Fk(Tk,Pk,$k,"⊬","\\nvdash",!0),Fk(Tk,Pk,$k,"⊭","\\nvDash",!0),Fk(Tk,Pk,$k,"⋪","\\ntriangleleft"),Fk(Tk,Pk,$k,"⋬","\\ntrianglelefteq",!0),Fk(Tk,Pk,$k,"⊊","\\subsetneq",!0),Fk(Tk,Pk,$k,"","\\@varsubsetneq"),Fk(Tk,Pk,$k,"⫋","\\subsetneqq",!0),Fk(Tk,Pk,$k,"","\\@varsubsetneqq"),Fk(Tk,Pk,$k,"≯","\\ngtr",!0),Fk(Tk,Pk,$k,"","\\@ngeqslant"),Fk(Tk,Pk,$k,"","\\@ngeqq"),Fk(Tk,Pk,$k,"⪈","\\gneq",!0),Fk(Tk,Pk,$k,"≩","\\gneqq",!0),Fk(Tk,Pk,$k,"","\\@gvertneqq"),Fk(Tk,Pk,$k,"⋧","\\gnsim",!0),Fk(Tk,Pk,$k,"⪊","\\gnapprox",!0),Fk(Tk,Pk,$k,"⊁","\\nsucc",!0),Fk(Tk,Pk,$k,"⋡","\\nsucceq",!0),Fk(Tk,Pk,$k,"⋩","\\succnsim",!0),Fk(Tk,Pk,$k,"⪺","\\succnapprox",!0),Fk(Tk,Pk,$k,"≆","\\ncong",!0),Fk(Tk,Pk,$k,"","\\@nshortparallel"),Fk(Tk,Pk,$k,"∦","\\nparallel",!0),Fk(Tk,Pk,$k,"⊯","\\nVDash",!0),Fk(Tk,Pk,$k,"⋫","\\ntriangleright"),Fk(Tk,Pk,$k,"⋭","\\ntrianglerighteq",!0),Fk(Tk,Pk,$k,"","\\@nsupseteqq"),Fk(Tk,Pk,$k,"⊋","\\supsetneq",!0),Fk(Tk,Pk,$k,"","\\@varsupsetneq"),Fk(Tk,Pk,$k,"⫌","\\supsetneqq",!0),Fk(Tk,Pk,$k,"","\\@varsupsetneqq"),Fk(Tk,Pk,$k,"⊮","\\nVdash",!0),Fk(Tk,Pk,$k,"⪵","\\precneqq",!0),Fk(Tk,Pk,$k,"⪶","\\succneqq",!0),Fk(Tk,Pk,$k,"","\\@nsubseteqq"),Fk(Tk,Pk,Ik,"⊴","\\unlhd"),Fk(Tk,Pk,Ik,"⊵","\\unrhd"),Fk(Tk,Pk,$k,"↚","\\nleftarrow",!0),Fk(Tk,Pk,$k,"↛","\\nrightarrow",!0),Fk(Tk,Pk,$k,"⇍","\\nLeftarrow",!0),Fk(Tk,Pk,$k,"⇏","\\nRightarrow",!0),Fk(Tk,Pk,$k,"↮","\\nleftrightarrow",!0),Fk(Tk,Pk,$k,"⇎","\\nLeftrightarrow",!0),Fk(Tk,Pk,$k,"△","\\vartriangle"),Fk(Tk,Pk,Uk,"ℏ","\\hslash"),Fk(Tk,Pk,Uk,"▽","\\triangledown"),Fk(Tk,Pk,Uk,"◊","\\lozenge"),Fk(Tk,Pk,Uk,"Ⓢ","\\circledS"),Fk(Tk,Pk,Uk,"®","\\circledR"),Fk(Ok,Pk,Uk,"®","\\circledR"),Fk(Tk,Pk,Uk,"∡","\\measuredangle",!0),Fk(Tk,Pk,Uk,"∄","\\nexists"),Fk(Tk,Pk,Uk,"℧","\\mho"),Fk(Tk,Pk,Uk,"Ⅎ","\\Finv",!0),Fk(Tk,Pk,Uk,"⅁","\\Game",!0),Fk(Tk,Pk,Uk,"‵","\\backprime"),Fk(Tk,Pk,Uk,"▲","\\blacktriangle"),Fk(Tk,Pk,Uk,"▼","\\blacktriangledown"),Fk(Tk,Pk,Uk,"■","\\blacksquare"),Fk(Tk,Pk,Uk,"⧫","\\blacklozenge"),Fk(Tk,Pk,Uk,"★","\\bigstar"),Fk(Tk,Pk,Uk,"∢","\\sphericalangle",!0),Fk(Tk,Pk,Uk,"∁","\\complement",!0),Fk(Tk,Pk,Uk,"ð","\\eth",!0),Fk(Ok,Nk,Uk,"ð","ð"),Fk(Tk,Pk,Uk,"╱","\\diagup"),Fk(Tk,Pk,Uk,"╲","\\diagdown"),Fk(Tk,Pk,Uk,"□","\\square"),Fk(Tk,Pk,Uk,"□","\\Box"),Fk(Tk,Pk,Uk,"◊","\\Diamond"),Fk(Tk,Pk,Uk,"¥","\\yen",!0),Fk(Ok,Pk,Uk,"¥","\\yen",!0),Fk(Tk,Pk,Uk,"✓","\\checkmark",!0),Fk(Ok,Pk,Uk,"✓","\\checkmark"),Fk(Tk,Pk,Uk,"ℶ","\\beth",!0),Fk(Tk,Pk,Uk,"ℸ","\\daleth",!0),Fk(Tk,Pk,Uk,"ℷ","\\gimel",!0),Fk(Tk,Pk,Uk,"ϝ","\\digamma",!0),Fk(Tk,Pk,Uk,"ϰ","\\varkappa"),Fk(Tk,Pk,jk,"┌","\\@ulcorner",!0),Fk(Tk,Pk,Rk,"┐","\\@urcorner",!0),Fk(Tk,Pk,jk,"└","\\@llcorner",!0),Fk(Tk,Pk,Rk,"┘","\\@lrcorner",!0),Fk(Tk,Pk,$k,"≦","\\leqq",!0),Fk(Tk,Pk,$k,"⩽","\\leqslant",!0),Fk(Tk,Pk,$k,"⪕","\\eqslantless",!0),Fk(Tk,Pk,$k,"≲","\\lesssim",!0),Fk(Tk,Pk,$k,"⪅","\\lessapprox",!0),Fk(Tk,Pk,$k,"≊","\\approxeq",!0),Fk(Tk,Pk,Ik,"⋖","\\lessdot"),Fk(Tk,Pk,$k,"⋘","\\lll",!0),Fk(Tk,Pk,$k,"≶","\\lessgtr",!0),Fk(Tk,Pk,$k,"⋚","\\lesseqgtr",!0),Fk(Tk,Pk,$k,"⪋","\\lesseqqgtr",!0),Fk(Tk,Pk,$k,"≑","\\doteqdot"),Fk(Tk,Pk,$k,"≓","\\risingdotseq",!0),Fk(Tk,Pk,$k,"≒","\\fallingdotseq",!0),Fk(Tk,Pk,$k,"∽","\\backsim",!0),Fk(Tk,Pk,$k,"⋍","\\backsimeq",!0),Fk(Tk,Pk,$k,"⫅","\\subseteqq",!0),Fk(Tk,Pk,$k,"⋐","\\Subset",!0),Fk(Tk,Pk,$k,"⊏","\\sqsubset",!0),Fk(Tk,Pk,$k,"≼","\\preccurlyeq",!0),Fk(Tk,Pk,$k,"⋞","\\curlyeqprec",!0),Fk(Tk,Pk,$k,"≾","\\precsim",!0),Fk(Tk,Pk,$k,"⪷","\\precapprox",!0),Fk(Tk,Pk,$k,"⊲","\\vartriangleleft"),Fk(Tk,Pk,$k,"⊴","\\trianglelefteq"),Fk(Tk,Pk,$k,"⊨","\\vDash",!0),Fk(Tk,Pk,$k,"⊪","\\Vvdash",!0),Fk(Tk,Pk,$k,"⌣","\\smallsmile"),Fk(Tk,Pk,$k,"⌢","\\smallfrown"),Fk(Tk,Pk,$k,"≏","\\bumpeq",!0),Fk(Tk,Pk,$k,"≎","\\Bumpeq",!0),Fk(Tk,Pk,$k,"≧","\\geqq",!0),Fk(Tk,Pk,$k,"⩾","\\geqslant",!0),Fk(Tk,Pk,$k,"⪖","\\eqslantgtr",!0),Fk(Tk,Pk,$k,"≳","\\gtrsim",!0),Fk(Tk,Pk,$k,"⪆","\\gtrapprox",!0),Fk(Tk,Pk,Ik,"⋗","\\gtrdot"),Fk(Tk,Pk,$k,"⋙","\\ggg",!0),Fk(Tk,Pk,$k,"≷","\\gtrless",!0),Fk(Tk,Pk,$k,"⋛","\\gtreqless",!0),Fk(Tk,Pk,$k,"⪌","\\gtreqqless",!0),Fk(Tk,Pk,$k,"≖","\\eqcirc",!0),Fk(Tk,Pk,$k,"≗","\\circeq",!0),Fk(Tk,Pk,$k,"≜","\\triangleq",!0),Fk(Tk,Pk,$k,"∼","\\thicksim"),Fk(Tk,Pk,$k,"≈","\\thickapprox"),Fk(Tk,Pk,$k,"⫆","\\supseteqq",!0),Fk(Tk,Pk,$k,"⋑","\\Supset",!0),Fk(Tk,Pk,$k,"⊐","\\sqsupset",!0),Fk(Tk,Pk,$k,"≽","\\succcurlyeq",!0),Fk(Tk,Pk,$k,"⋟","\\curlyeqsucc",!0),Fk(Tk,Pk,$k,"≿","\\succsim",!0),Fk(Tk,Pk,$k,"⪸","\\succapprox",!0),Fk(Tk,Pk,$k,"⊳","\\vartriangleright"),Fk(Tk,Pk,$k,"⊵","\\trianglerighteq"),Fk(Tk,Pk,$k,"⊩","\\Vdash",!0),Fk(Tk,Pk,$k,"∣","\\shortmid"),Fk(Tk,Pk,$k,"∥","\\shortparallel"),Fk(Tk,Pk,$k,"≬","\\between",!0),Fk(Tk,Pk,$k,"⋔","\\pitchfork",!0),Fk(Tk,Pk,$k,"∝","\\varpropto"),Fk(Tk,Pk,$k,"◀","\\blacktriangleleft"),Fk(Tk,Pk,$k,"∴","\\therefore",!0),Fk(Tk,Pk,$k,"∍","\\backepsilon"),Fk(Tk,Pk,$k,"▶","\\blacktriangleright"),Fk(Tk,Pk,$k,"∵","\\because",!0),Fk(Tk,Pk,$k,"⋘","\\llless"),Fk(Tk,Pk,$k,"⋙","\\gggtr"),Fk(Tk,Pk,Ik,"⊲","\\lhd"),Fk(Tk,Pk,Ik,"⊳","\\rhd"),Fk(Tk,Pk,$k,"≂","\\eqsim",!0),Fk(Tk,Nk,$k,"⋈","\\Join"),Fk(Tk,Pk,$k,"≑","\\Doteq",!0),Fk(Tk,Pk,Ik,"∔","\\dotplus",!0),Fk(Tk,Pk,Ik,"∖","\\smallsetminus"),Fk(Tk,Pk,Ik,"⋒","\\Cap",!0),Fk(Tk,Pk,Ik,"⋓","\\Cup",!0),Fk(Tk,Pk,Ik,"⩞","\\doublebarwedge",!0),Fk(Tk,Pk,Ik,"⊟","\\boxminus",!0),Fk(Tk,Pk,Ik,"⊞","\\boxplus",!0),Fk(Tk,Pk,Ik,"⋇","\\divideontimes",!0),Fk(Tk,Pk,Ik,"⋉","\\ltimes",!0),Fk(Tk,Pk,Ik,"⋊","\\rtimes",!0),Fk(Tk,Pk,Ik,"⋋","\\leftthreetimes",!0),Fk(Tk,Pk,Ik,"⋌","\\rightthreetimes",!0),Fk(Tk,Pk,Ik,"⋏","\\curlywedge",!0),Fk(Tk,Pk,Ik,"⋎","\\curlyvee",!0),Fk(Tk,Pk,Ik,"⊝","\\circleddash",!0),Fk(Tk,Pk,Ik,"⊛","\\circledast",!0),Fk(Tk,Pk,Ik,"⋅","\\centerdot"),Fk(Tk,Pk,Ik,"⊺","\\intercal",!0),Fk(Tk,Pk,Ik,"⋒","\\doublecap"),Fk(Tk,Pk,Ik,"⋓","\\doublecup"),Fk(Tk,Pk,Ik,"⊠","\\boxtimes",!0),Fk(Tk,Pk,$k,"⇢","\\dashrightarrow",!0),Fk(Tk,Pk,$k,"⇠","\\dashleftarrow",!0),Fk(Tk,Pk,$k,"⇇","\\leftleftarrows",!0),Fk(Tk,Pk,$k,"⇆","\\leftrightarrows",!0),Fk(Tk,Pk,$k,"⇚","\\Lleftarrow",!0),Fk(Tk,Pk,$k,"↞","\\twoheadleftarrow",!0),Fk(Tk,Pk,$k,"↢","\\leftarrowtail",!0),Fk(Tk,Pk,$k,"↫","\\looparrowleft",!0),Fk(Tk,Pk,$k,"⇋","\\leftrightharpoons",!0),Fk(Tk,Pk,$k,"↶","\\curvearrowleft",!0),Fk(Tk,Pk,$k,"↺","\\circlearrowleft",!0),Fk(Tk,Pk,$k,"↰","\\Lsh",!0),Fk(Tk,Pk,$k,"⇈","\\upuparrows",!0),Fk(Tk,Pk,$k,"↿","\\upharpoonleft",!0),Fk(Tk,Pk,$k,"⇃","\\downharpoonleft",!0),Fk(Tk,Nk,$k,"⊶","\\origof",!0),Fk(Tk,Nk,$k,"⊷","\\imageof",!0),Fk(Tk,Pk,$k,"⊸","\\multimap",!0),Fk(Tk,Pk,$k,"↭","\\leftrightsquigarrow",!0),Fk(Tk,Pk,$k,"⇉","\\rightrightarrows",!0),Fk(Tk,Pk,$k,"⇄","\\rightleftarrows",!0),Fk(Tk,Pk,$k,"↠","\\twoheadrightarrow",!0),Fk(Tk,Pk,$k,"↣","\\rightarrowtail",!0),Fk(Tk,Pk,$k,"↬","\\looparrowright",!0),Fk(Tk,Pk,$k,"↷","\\curvearrowright",!0),Fk(Tk,Pk,$k,"↻","\\circlearrowright",!0),Fk(Tk,Pk,$k,"↱","\\Rsh",!0),Fk(Tk,Pk,$k,"⇊","\\downdownarrows",!0),Fk(Tk,Pk,$k,"↾","\\upharpoonright",!0),Fk(Tk,Pk,$k,"⇂","\\downharpoonright",!0),Fk(Tk,Pk,$k,"⇝","\\rightsquigarrow",!0),Fk(Tk,Pk,$k,"⇝","\\leadsto"),Fk(Tk,Pk,$k,"⇛","\\Rrightarrow",!0),Fk(Tk,Pk,$k,"↾","\\restriction"),Fk(Tk,Nk,Uk,"‘","`"),Fk(Tk,Nk,Uk,"$","\\$"),Fk(Ok,Nk,Uk,"$","\\$"),Fk(Ok,Nk,Uk,"$","\\textdollar"),Fk(Tk,Nk,Uk,"%","\\%"),Fk(Ok,Nk,Uk,"%","\\%"),Fk(Tk,Nk,Uk,"_","\\_"),Fk(Ok,Nk,Uk,"_","\\_"),Fk(Ok,Nk,Uk,"_","\\textunderscore"),Fk(Tk,Nk,Uk,"∠","\\angle",!0),Fk(Tk,Nk,Uk,"∞","\\infty",!0),Fk(Tk,Nk,Uk,"′","\\prime"),Fk(Tk,Nk,Uk,"△","\\triangle"),Fk(Tk,Nk,Uk,"Γ","\\Gamma",!0),Fk(Tk,Nk,Uk,"Δ","\\Delta",!0),Fk(Tk,Nk,Uk,"Θ","\\Theta",!0),Fk(Tk,Nk,Uk,"Λ","\\Lambda",!0),Fk(Tk,Nk,Uk,"Ξ","\\Xi",!0),Fk(Tk,Nk,Uk,"Π","\\Pi",!0),Fk(Tk,Nk,Uk,"Σ","\\Sigma",!0),Fk(Tk,Nk,Uk,"Υ","\\Upsilon",!0),Fk(Tk,Nk,Uk,"Φ","\\Phi",!0),Fk(Tk,Nk,Uk,"Ψ","\\Psi",!0),Fk(Tk,Nk,Uk,"Ω","\\Omega",!0),Fk(Tk,Nk,Uk,"A","Α"),Fk(Tk,Nk,Uk,"B","Β"),Fk(Tk,Nk,Uk,"E","Ε"),Fk(Tk,Nk,Uk,"Z","Ζ"),Fk(Tk,Nk,Uk,"H","Η"),Fk(Tk,Nk,Uk,"I","Ι"),Fk(Tk,Nk,Uk,"K","Κ"),Fk(Tk,Nk,Uk,"M","Μ"),Fk(Tk,Nk,Uk,"N","Ν"),Fk(Tk,Nk,Uk,"O","Ο"),Fk(Tk,Nk,Uk,"P","Ρ"),Fk(Tk,Nk,Uk,"T","Τ"),Fk(Tk,Nk,Uk,"X","Χ"),Fk(Tk,Nk,Uk,"¬","\\neg",!0),Fk(Tk,Nk,Uk,"¬","\\lnot"),Fk(Tk,Nk,Uk,"⊤","\\top"),Fk(Tk,Nk,Uk,"⊥","\\bot"),Fk(Tk,Nk,Uk,"∅","\\emptyset"),Fk(Tk,Pk,Uk,"∅","\\varnothing"),Fk(Tk,Nk,_k,"α","\\alpha",!0),Fk(Tk,Nk,_k,"β","\\beta",!0),Fk(Tk,Nk,_k,"γ","\\gamma",!0),Fk(Tk,Nk,_k,"δ","\\delta",!0),Fk(Tk,Nk,_k,"ϵ","\\epsilon",!0),Fk(Tk,Nk,_k,"ζ","\\zeta",!0),Fk(Tk,Nk,_k,"η","\\eta",!0),Fk(Tk,Nk,_k,"θ","\\theta",!0),Fk(Tk,Nk,_k,"ι","\\iota",!0),Fk(Tk,Nk,_k,"κ","\\kappa",!0),Fk(Tk,Nk,_k,"λ","\\lambda",!0),Fk(Tk,Nk,_k,"μ","\\mu",!0),Fk(Tk,Nk,_k,"ν","\\nu",!0),Fk(Tk,Nk,_k,"ξ","\\xi",!0),Fk(Tk,Nk,_k,"ο","\\omicron",!0),Fk(Tk,Nk,_k,"π","\\pi",!0),Fk(Tk,Nk,_k,"ρ","\\rho",!0),Fk(Tk,Nk,_k,"σ","\\sigma",!0),Fk(Tk,Nk,_k,"τ","\\tau",!0),Fk(Tk,Nk,_k,"υ","\\upsilon",!0),Fk(Tk,Nk,_k,"ϕ","\\phi",!0),Fk(Tk,Nk,_k,"χ","\\chi",!0),Fk(Tk,Nk,_k,"ψ","\\psi",!0),Fk(Tk,Nk,_k,"ω","\\omega",!0),Fk(Tk,Nk,_k,"ε","\\varepsilon",!0),Fk(Tk,Nk,_k,"ϑ","\\vartheta",!0),Fk(Tk,Nk,_k,"ϖ","\\varpi",!0),Fk(Tk,Nk,_k,"ϱ","\\varrho",!0),Fk(Tk,Nk,_k,"ς","\\varsigma",!0),Fk(Tk,Nk,_k,"φ","\\varphi",!0),Fk(Tk,Nk,Ik,"∗","*",!0),Fk(Tk,Nk,Ik,"+","+"),Fk(Tk,Nk,Ik,"−","-",!0),Fk(Tk,Nk,Ik,"⋅","\\cdot",!0),Fk(Tk,Nk,Ik,"∘","\\circ",!0),Fk(Tk,Nk,Ik,"÷","\\div",!0),Fk(Tk,Nk,Ik,"±","\\pm",!0),Fk(Tk,Nk,Ik,"×","\\times",!0),Fk(Tk,Nk,Ik,"∩","\\cap",!0),Fk(Tk,Nk,Ik,"∪","\\cup",!0),Fk(Tk,Nk,Ik,"∖","\\setminus",!0),Fk(Tk,Nk,Ik,"∧","\\land"),Fk(Tk,Nk,Ik,"∨","\\lor"),Fk(Tk,Nk,Ik,"∧","\\wedge",!0),Fk(Tk,Nk,Ik,"∨","\\vee",!0),Fk(Tk,Nk,Uk,"√","\\surd"),Fk(Tk,Nk,jk,"⟨","\\langle",!0),Fk(Tk,Nk,jk,"∣","\\lvert"),Fk(Tk,Nk,jk,"∥","\\lVert"),Fk(Tk,Nk,Rk,"?","?"),Fk(Tk,Nk,Rk,"!","!"),Fk(Tk,Nk,Rk,"⟩","\\rangle",!0),Fk(Tk,Nk,Rk,"∣","\\rvert"),Fk(Tk,Nk,Rk,"∥","\\rVert"),Fk(Tk,Nk,$k,"=","="),Fk(Tk,Nk,$k,":",":"),Fk(Tk,Nk,$k,"≈","\\approx",!0),Fk(Tk,Nk,$k,"≅","\\cong",!0),Fk(Tk,Nk,$k,"≥","\\ge"),Fk(Tk,Nk,$k,"≥","\\geq",!0),Fk(Tk,Nk,$k,"←","\\gets"),Fk(Tk,Nk,$k,">","\\gt",!0),Fk(Tk,Nk,$k,"∈","\\in",!0),Fk(Tk,Nk,$k,"","\\@not"),Fk(Tk,Nk,$k,"⊂","\\subset",!0),Fk(Tk,Nk,$k,"⊃","\\supset",!0),Fk(Tk,Nk,$k,"⊆","\\subseteq",!0),Fk(Tk,Nk,$k,"⊇","\\supseteq",!0),Fk(Tk,Pk,$k,"⊈","\\nsubseteq",!0),Fk(Tk,Pk,$k,"⊉","\\nsupseteq",!0),Fk(Tk,Nk,$k,"⊨","\\models"),Fk(Tk,Nk,$k,"←","\\leftarrow",!0),Fk(Tk,Nk,$k,"≤","\\le"),Fk(Tk,Nk,$k,"≤","\\leq",!0),Fk(Tk,Nk,$k,"<","\\lt",!0),Fk(Tk,Nk,$k,"→","\\rightarrow",!0),Fk(Tk,Nk,$k,"→","\\to"),Fk(Tk,Pk,$k,"≱","\\ngeq",!0),Fk(Tk,Pk,$k,"≰","\\nleq",!0),Fk(Tk,Nk,Vk," ","\\ "),Fk(Tk,Nk,Vk," ","\\space"),Fk(Tk,Nk,Vk," ","\\nobreakspace"),Fk(Ok,Nk,Vk," ","\\ "),Fk(Ok,Nk,Vk," "," "),Fk(Ok,Nk,Vk," ","\\space"),Fk(Ok,Nk,Vk," ","\\nobreakspace"),Fk(Tk,Nk,Vk,null,"\\nobreak"),Fk(Tk,Nk,Vk,null,"\\allowbreak"),Fk(Tk,Nk,Hk,",",","),Fk(Tk,Nk,Hk,";",";"),Fk(Tk,Pk,Ik,"⊼","\\barwedge",!0),Fk(Tk,Pk,Ik,"⊻","\\veebar",!0),Fk(Tk,Nk,Ik,"⊙","\\odot",!0),Fk(Tk,Nk,Ik,"⊕","\\oplus",!0),Fk(Tk,Nk,Ik,"⊗","\\otimes",!0),Fk(Tk,Nk,Uk,"∂","\\partial",!0),Fk(Tk,Nk,Ik,"⊘","\\oslash",!0),Fk(Tk,Pk,Ik,"⊚","\\circledcirc",!0),Fk(Tk,Pk,Ik,"⊡","\\boxdot",!0),Fk(Tk,Nk,Ik,"△","\\bigtriangleup"),Fk(Tk,Nk,Ik,"▽","\\bigtriangledown"),Fk(Tk,Nk,Ik,"†","\\dagger"),Fk(Tk,Nk,Ik,"⋄","\\diamond"),Fk(Tk,Nk,Ik,"⋆","\\star"),Fk(Tk,Nk,Ik,"◃","\\triangleleft"),Fk(Tk,Nk,Ik,"▹","\\triangleright"),Fk(Tk,Nk,jk,"{","\\{"),Fk(Ok,Nk,Uk,"{","\\{"),Fk(Ok,Nk,Uk,"{","\\textbraceleft"),Fk(Tk,Nk,Rk,"}","\\}"),Fk(Ok,Nk,Uk,"}","\\}"),Fk(Ok,Nk,Uk,"}","\\textbraceright"),Fk(Tk,Nk,jk,"{","\\lbrace"),Fk(Tk,Nk,Rk,"}","\\rbrace"),Fk(Tk,Nk,jk,"[","\\lbrack",!0),Fk(Ok,Nk,Uk,"[","\\lbrack",!0),Fk(Tk,Nk,Rk,"]","\\rbrack",!0),Fk(Ok,Nk,Uk,"]","\\rbrack",!0),Fk(Tk,Nk,jk,"(","\\lparen",!0),Fk(Tk,Nk,Rk,")","\\rparen",!0),Fk(Ok,Nk,Uk,"<","\\textless",!0),Fk(Ok,Nk,Uk,">","\\textgreater",!0),Fk(Tk,Nk,jk,"⌊","\\lfloor",!0),Fk(Tk,Nk,Rk,"⌋","\\rfloor",!0),Fk(Tk,Nk,jk,"⌈","\\lceil",!0),Fk(Tk,Nk,Rk,"⌉","\\rceil",!0),Fk(Tk,Nk,Uk,"\\","\\backslash"),Fk(Tk,Nk,Uk,"∣","|"),Fk(Tk,Nk,Uk,"∣","\\vert"),Fk(Ok,Nk,Uk,"|","\\textbar",!0),Fk(Tk,Nk,Uk,"∥","\\|"),Fk(Tk,Nk,Uk,"∥","\\Vert"),Fk(Ok,Nk,Uk,"∥","\\textbardbl"),Fk(Ok,Nk,Uk,"~","\\textasciitilde"),Fk(Ok,Nk,Uk,"\\","\\textbackslash"),Fk(Ok,Nk,Uk,"^","\\textasciicircum"),Fk(Tk,Nk,$k,"↑","\\uparrow",!0),Fk(Tk,Nk,$k,"⇑","\\Uparrow",!0),Fk(Tk,Nk,$k,"↓","\\downarrow",!0),Fk(Tk,Nk,$k,"⇓","\\Downarrow",!0),Fk(Tk,Nk,$k,"↕","\\updownarrow",!0),Fk(Tk,Nk,$k,"⇕","\\Updownarrow",!0),Fk(Tk,Nk,zk,"∐","\\coprod"),Fk(Tk,Nk,zk,"⋁","\\bigvee"),Fk(Tk,Nk,zk,"⋀","\\bigwedge"),Fk(Tk,Nk,zk,"⨄","\\biguplus"),Fk(Tk,Nk,zk,"⋂","\\bigcap"),Fk(Tk,Nk,zk,"⋃","\\bigcup"),Fk(Tk,Nk,zk,"∫","\\int"),Fk(Tk,Nk,zk,"∫","\\intop"),Fk(Tk,Nk,zk,"∬","\\iint"),Fk(Tk,Nk,zk,"∭","\\iiint"),Fk(Tk,Nk,zk,"∏","\\prod"),Fk(Tk,Nk,zk,"∑","\\sum"),Fk(Tk,Nk,zk,"⨂","\\bigotimes"),Fk(Tk,Nk,zk,"⨁","\\bigoplus"),Fk(Tk,Nk,zk,"⨀","\\bigodot"),Fk(Tk,Nk,zk,"∮","\\oint"),Fk(Tk,Nk,zk,"∯","\\oiint"),Fk(Tk,Nk,zk,"∰","\\oiiint"),Fk(Tk,Nk,zk,"⨆","\\bigsqcup"),Fk(Tk,Nk,zk,"∫","\\smallint"),Fk(Ok,Nk,Lk,"…","\\textellipsis"),Fk(Tk,Nk,Lk,"…","\\mathellipsis"),Fk(Ok,Nk,Lk,"…","\\ldots",!0),Fk(Tk,Nk,Lk,"…","\\ldots",!0),Fk(Tk,Nk,Lk,"⋯","\\@cdots",!0),Fk(Tk,Nk,Lk,"⋱","\\ddots",!0),Fk(Tk,Nk,Uk,"⋮","\\varvdots"),Fk(Ok,Nk,Uk,"⋮","\\varvdots"),Fk(Tk,Nk,Mk,"ˊ","\\acute"),Fk(Tk,Nk,Mk,"ˋ","\\grave"),Fk(Tk,Nk,Mk,"¨","\\ddot"),Fk(Tk,Nk,Mk,"~","\\tilde"),Fk(Tk,Nk,Mk,"ˉ","\\bar"),Fk(Tk,Nk,Mk,"˘","\\breve"),Fk(Tk,Nk,Mk,"ˇ","\\check"),Fk(Tk,Nk,Mk,"^","\\hat"),Fk(Tk,Nk,Mk,"⃗","\\vec"),Fk(Tk,Nk,Mk,"˙","\\dot"),Fk(Tk,Nk,Mk,"˚","\\mathring"),Fk(Tk,Nk,_k,"","\\@imath"),Fk(Tk,Nk,_k,"","\\@jmath"),Fk(Tk,Nk,Uk,"ı","ı"),Fk(Tk,Nk,Uk,"ȷ","ȷ"),Fk(Ok,Nk,Uk,"ı","\\i",!0),Fk(Ok,Nk,Uk,"ȷ","\\j",!0),Fk(Ok,Nk,Uk,"ß","\\ss",!0),Fk(Ok,Nk,Uk,"æ","\\ae",!0),Fk(Ok,Nk,Uk,"œ","\\oe",!0),Fk(Ok,Nk,Uk,"ø","\\o",!0),Fk(Ok,Nk,Uk,"Æ","\\AE",!0),Fk(Ok,Nk,Uk,"Œ","\\OE",!0),Fk(Ok,Nk,Uk,"Ø","\\O",!0),Fk(Ok,Nk,Mk,"ˊ","\\'"),Fk(Ok,Nk,Mk,"ˋ","\\`"),Fk(Ok,Nk,Mk,"ˆ","\\^"),Fk(Ok,Nk,Mk,"˜","\\~"),Fk(Ok,Nk,Mk,"ˉ","\\="),Fk(Ok,Nk,Mk,"˘","\\u"),Fk(Ok,Nk,Mk,"˙","\\."),Fk(Ok,Nk,Mk,"¸","\\c"),Fk(Ok,Nk,Mk,"˚","\\r"),Fk(Ok,Nk,Mk,"ˇ","\\v"),Fk(Ok,Nk,Mk,"¨",'\\"'),Fk(Ok,Nk,Mk,"˝","\\H"),Fk(Ok,Nk,Mk,"◯","\\textcircled");var qk={"--":!0,"---":!0,"``":!0,"''":!0};Fk(Ok,Nk,Uk,"–","--",!0),Fk(Ok,Nk,Uk,"–","\\textendash"),Fk(Ok,Nk,Uk,"—","---",!0),Fk(Ok,Nk,Uk,"—","\\textemdash"),Fk(Ok,Nk,Uk,"‘","`",!0),Fk(Ok,Nk,Uk,"‘","\\textquoteleft"),Fk(Ok,Nk,Uk,"’","'",!0),Fk(Ok,Nk,Uk,"’","\\textquoteright"),Fk(Ok,Nk,Uk,"“","``",!0),Fk(Ok,Nk,Uk,"“","\\textquotedblleft"),Fk(Ok,Nk,Uk,"”","''",!0),Fk(Ok,Nk,Uk,"”","\\textquotedblright"),Fk(Tk,Nk,Uk,"°","\\degree",!0),Fk(Ok,Nk,Uk,"°","\\degree"),Fk(Ok,Nk,Uk,"°","\\textdegree",!0),Fk(Tk,Nk,Uk,"£","\\pounds"),Fk(Tk,Nk,Uk,"£","\\mathsterling",!0),Fk(Ok,Nk,Uk,"£","\\pounds"),Fk(Ok,Nk,Uk,"£","\\textsterling",!0),Fk(Tk,Pk,Uk,"✠","\\maltese"),Fk(Ok,Pk,Uk,"✠","\\maltese");for(var Wk='0123456789/@."',Gk=0;Gk<14;Gk++){var Yk=Wk.charAt(Gk);Fk(Tk,Nk,Uk,Yk,Yk)}for(var Kk='0123456789!@*()-=+";:?/.,',Xk=0;Xk<25;Xk++){var Zk=Kk.charAt(Xk);Fk(Ok,Nk,Uk,Zk,Zk)}for(var Jk="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",Qk=0;Qk<52;Qk++){var eF=Jk.charAt(Qk);Fk(Tk,Nk,_k,eF,eF),Fk(Ok,Nk,Uk,eF,eF)}Fk(Tk,Pk,Uk,"C","ℂ"),Fk(Ok,Pk,Uk,"C","ℂ"),Fk(Tk,Pk,Uk,"H","ℍ"),Fk(Ok,Pk,Uk,"H","ℍ"),Fk(Tk,Pk,Uk,"N","ℕ"),Fk(Ok,Pk,Uk,"N","ℕ"),Fk(Tk,Pk,Uk,"P","ℙ"),Fk(Ok,Pk,Uk,"P","ℙ"),Fk(Tk,Pk,Uk,"Q","ℚ"),Fk(Ok,Pk,Uk,"Q","ℚ"),Fk(Tk,Pk,Uk,"R","ℝ"),Fk(Ok,Pk,Uk,"R","ℝ"),Fk(Tk,Pk,Uk,"Z","ℤ"),Fk(Ok,Pk,Uk,"Z","ℤ"),Fk(Tk,Nk,_k,"h","ℎ"),Fk(Ok,Nk,_k,"h","ℎ");for(var tF="",rF=0;rF<52;rF++){var nF=Jk.charAt(rF);Fk(Tk,Nk,_k,nF,tF=String.fromCharCode(55349,56320+rF)),Fk(Ok,Nk,Uk,nF,tF),Fk(Tk,Nk,_k,nF,tF=String.fromCharCode(55349,56372+rF)),Fk(Ok,Nk,Uk,nF,tF),Fk(Tk,Nk,_k,nF,tF=String.fromCharCode(55349,56424+rF)),Fk(Ok,Nk,Uk,nF,tF),Fk(Tk,Nk,_k,nF,tF=String.fromCharCode(55349,56580+rF)),Fk(Ok,Nk,Uk,nF,tF),Fk(Tk,Nk,_k,nF,tF=String.fromCharCode(55349,56684+rF)),Fk(Ok,Nk,Uk,nF,tF),Fk(Tk,Nk,_k,nF,tF=String.fromCharCode(55349,56736+rF)),Fk(Ok,Nk,Uk,nF,tF),Fk(Tk,Nk,_k,nF,tF=String.fromCharCode(55349,56788+rF)),Fk(Ok,Nk,Uk,nF,tF),Fk(Tk,Nk,_k,nF,tF=String.fromCharCode(55349,56840+rF)),Fk(Ok,Nk,Uk,nF,tF),Fk(Tk,Nk,_k,nF,tF=String.fromCharCode(55349,56944+rF)),Fk(Ok,Nk,Uk,nF,tF),rF<26&&(Fk(Tk,Nk,_k,nF,tF=String.fromCharCode(55349,56632+rF)),Fk(Ok,Nk,Uk,nF,tF),Fk(Tk,Nk,_k,nF,tF=String.fromCharCode(55349,56476+rF)),Fk(Ok,Nk,Uk,nF,tF))}Fk(Tk,Nk,_k,"k",tF=String.fromCharCode(55349,56668)),Fk(Ok,Nk,Uk,"k",tF);for(var oF=0;oF<10;oF++){var iF=oF.toString();Fk(Tk,Nk,_k,iF,tF=String.fromCharCode(55349,57294+oF)),Fk(Ok,Nk,Uk,iF,tF),Fk(Tk,Nk,_k,iF,tF=String.fromCharCode(55349,57314+oF)),Fk(Ok,Nk,Uk,iF,tF),Fk(Tk,Nk,_k,iF,tF=String.fromCharCode(55349,57324+oF)),Fk(Ok,Nk,Uk,iF,tF),Fk(Tk,Nk,_k,iF,tF=String.fromCharCode(55349,57334+oF)),Fk(Ok,Nk,Uk,iF,tF)}for(var aF="ÐÞþ",uF=0;uF<3;uF++){var sF=aF.charAt(uF);Fk(Tk,Nk,_k,sF,sF),Fk(Ok,Nk,Uk,sF,sF)}var lF=[["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"]],cF=[["mathbf","textbf","Main-Bold"],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathtt","texttt","Typewriter-Regular"]],dF=function(e,t,r){return kk[r][e]&&kk[r][e].replace&&(e=kk[r][e].replace),{value:e,metrics:tk(e,t,r)}},fF=function(e,t,r,n,o){var i,a=dF(e,t,r),u=a.metrics;if(e=a.value,u){var s=u.italic;("text"===r||n&&"mathit"===n.font)&&(s=0),i=new Ck(e,u.height,u.depth,s,u.skew,u.width,o)}else"undefined"!=typeof console&&console.warn("No character metrics for '"+e+"' in style '"+t+"' and mode '"+r+"'"),i=new Ck(e,0,0,0,0,0,o);if(n){i.maxFontSize=n.sizeMultiplier,n.style.isTight()&&i.classes.push("mtight");var l=n.getColor();l&&(i.style.color=l)}return i},hF=(e,t)=>{if(fk(e.classes)!==fk(t.classes)||e.skew!==t.skew||e.maxFontSize!==t.maxFontSize)return!1;if(1===e.classes.length){var r=e.classes[0];if("mbin"===r||"mord"===r)return!1}for(var n in e.style)if(e.style.hasOwnProperty(n)&&e.style[n]!==t.style[n])return!1;for(var o in t.style)if(t.style.hasOwnProperty(o)&&e.style[o]!==t.style[o])return!1;return!0},pF=function(e){for(var t=0,r=0,n=0,o=0;o<e.children.length;o++){var i=e.children[o];i.height>t&&(t=i.height),i.depth>r&&(r=i.depth),i.maxFontSize>n&&(n=i.maxFontSize)}e.height=t,e.depth=r,e.maxFontSize=n},gF=function(e,t,r,n){var o=new mk(e,t,r,n);return pF(o),o},vF=(e,t,r,n)=>new mk(e,t,r,n),mF=function(e){var t=new ZS(e);return pF(t),t},yF=function(e,t,r){var n="";switch(e){case"amsrm":n="AMS";break;case"textrm":n="Main";break;case"textsf":n="SansSerif";break;case"texttt":n="Typewriter";break;default:n=e}return n+"-"+("textbf"===t&&"textit"===r?"BoldItalic":"textbf"===t?"Bold":"textit"===t?"Italic":"Regular")},bF={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"}},DF={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]},CF={fontMap:bF,makeSymbol:fF,mathsym:function(e,t,r,n){return void 0===n&&(n=[]),"boldsymbol"===r.font&&dF(e,"Main-Bold",t).metrics?fF(e,"Main-Bold",t,r,n.concat(["mathbf"])):"\\"===e||"main"===kk[t][e].font?fF(e,"Main-Regular",t,r,n):fF(e,"AMS-Regular",t,r,n.concat(["amsrm"]))},makeSpan:gF,makeSvgSpan:vF,makeLineSpan:function(e,t,r){var n=gF([e],[],t);return n.height=Math.max(r||t.fontMetrics().defaultRuleThickness,t.minRuleThickness),n.style.borderBottomWidth=dk(n.height),n.maxFontSize=1,n},makeAnchor:function(e,t,r,n){var o=new yk(e,t,r,n);return pF(o),o},makeFragment:mF,wrapFragment:function(e,t){return e instanceof ZS?gF([],[e],t):e},makeVList:function(e,t){for(var{children:r,depth:n}=function(e){if("individualShift"===e.positionType){for(var t=e.children,r=[t[0]],n=-t[0].shift-t[0].elem.depth,o=n,i=1;i<t.length;i++){var a=-t[i].shift-o-t[i].elem.depth,u=a-(t[i-1].elem.height+t[i-1].elem.depth);o+=a,r.push({type:"kern",size:u}),r.push(t[i])}return{children:r,depth:n}}var s;if("top"===e.positionType){for(var l=e.positionData,c=0;c<e.children.length;c++){var d=e.children[c];l-="kern"===d.type?d.size:d.elem.height+d.elem.depth}s=l}else if("bottom"===e.positionType)s=-e.positionData;else{var f=e.children[0];if("elem"!==f.type)throw new Error('First child must have type "elem".');if("shift"===e.positionType)s=-f.elem.depth-e.positionData;else{if("firstBaseline"!==e.positionType)throw new Error("Invalid positionType "+e.positionType+".");s=-f.elem.depth}}return{children:e.children,depth:s}}(e),o=0,i=0;i<r.length;i++){var a=r[i];if("elem"===a.type){var u=a.elem;o=Math.max(o,u.maxFontSize,u.height)}}o+=2;var s=gF(["pstrut"],[]);s.style.height=dk(o);for(var l=[],c=n,d=n,f=n,h=0;h<r.length;h++){var p=r[h];if("kern"===p.type)f+=p.size;else{var g=p.elem,v=p.wrapperClasses||[],m=p.wrapperStyle||{},y=gF(v,[s,g],void 0,m);y.style.top=dk(-o-f-g.depth),p.marginLeft&&(y.style.marginLeft=p.marginLeft),p.marginRight&&(y.style.marginRight=p.marginRight),l.push(y),f+=g.height+g.depth}c=Math.min(c,f),d=Math.max(d,f)}var b,D=gF(["vlist"],l);if(D.style.height=dk(d),c<0){var C=gF([],[]),E=gF(["vlist"],[C]);E.style.height=dk(-c);var w=gF(["vlist-s"],[new Ck("​")]);b=[gF(["vlist-r"],[D,w]),gF(["vlist-r"],[E])]}else b=[gF(["vlist-r"],[D])];var A=gF(["vlist-t"],b);return 2===b.length&&A.classes.push("vlist-t2"),A.height=d,A.depth=-c,A},makeOrd:function(e,t,r){var n=e.mode,o=e.text,i=["mord"],a="math"===n||"text"===n&&t.font,u=a?t.font:t.fontFamily,s="",l="";if(55349===o.charCodeAt(0)&&([s,l]=function(e,t){var r=1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320)+65536,n="math"===t?0:1;if(119808<=r&&r<120484){var o=Math.floor((r-119808)/26);return[lF[o][2],lF[o][n]]}if(120782<=r&&r<=120831){var i=Math.floor((r-120782)/10);return[cF[i][2],cF[i][n]]}if(120485===r||120486===r)return[lF[0][2],lF[0][n]];if(120486<r&&r<120782)return["",""];throw new kS("Unsupported character: "+e)}(o,n)),s.length>0)return fF(o,s,n,t,i.concat(l));if(u){var c,d;if("boldsymbol"===u){var f=function(e,t,r,n,o){return"textord"!==o&&dF(e,"Math-BoldItalic",t).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}}(o,n,0,0,r);c=f.fontName,d=[f.fontClass]}else a?(c=bF[u].fontName,d=[u]):(c=yF(u,t.fontWeight,t.fontShape),d=[u,t.fontWeight,t.fontShape]);if(dF(o,c,n).metrics)return fF(o,c,n,t,i.concat(d));if(qk.hasOwnProperty(o)&&"Typewriter"===c.slice(0,10)){for(var h=[],p=0;p<o.length;p++)h.push(fF(o[p],c,n,t,i.concat(d)));return mF(h)}}if("mathord"===r)return fF(o,"Math-Italic",n,t,i.concat(["mathnormal"]));if("textord"===r){var g=kk[n][o]&&kk[n][o].font;if("ams"===g){var v=yF("amsrm",t.fontWeight,t.fontShape);return fF(o,v,n,t,i.concat("amsrm",t.fontWeight,t.fontShape))}if("main"!==g&&g){var m=yF(g,t.fontWeight,t.fontShape);return fF(o,m,n,t,i.concat(m,t.fontWeight,t.fontShape))}var y=yF("textrm",t.fontWeight,t.fontShape);return fF(o,y,n,t,i.concat(t.fontWeight,t.fontShape))}throw new Error("unexpected type: "+r+" in makeOrd")},makeGlue:(e,t)=>{var r=gF(["mspace"],[],t),n=ck(e,t);return r.style.marginRight=dk(n),r},staticSvg:function(e,t){var[r,n,o]=DF[e],i=new wk(r),a=new Ek([i],{width:dk(n),height:dk(o),style:"width:"+dk(n),viewBox:"0 0 "+1e3*n+" "+1e3*o,preserveAspectRatio:"xMinYMin"}),u=vF(["overlay"],[a],t);return u.height=o,u.style.height=dk(o),u.style.width=dk(n),u},svgData:DF,tryCombineChars:e=>{for(var t=0;t<e.length-1;t++){var r=e[t],n=e[t+1];r instanceof Ck&&n instanceof Ck&&hF(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}},EF={number:3,unit:"mu"},wF={number:4,unit:"mu"},AF={number:5,unit:"mu"},xF={mord:{mop:EF,mbin:wF,mrel:AF,minner:EF},mop:{mord:EF,mop:EF,mrel:AF,minner:EF},mbin:{mord:wF,mop:wF,mopen:wF,minner:wF},mrel:{mord:AF,mop:AF,mopen:AF,minner:AF},mopen:{},mclose:{mop:EF,mbin:wF,mrel:AF,minner:EF},mpunct:{mord:EF,mop:EF,mrel:AF,mopen:EF,mclose:EF,mpunct:EF,minner:EF},minner:{mord:EF,mop:EF,mbin:wF,mrel:AF,mopen:EF,mpunct:EF,minner:EF}},BF={mord:{mop:EF},mop:{mord:EF,mop:EF},mbin:{},mrel:{},mopen:{},mclose:{mop:EF},mpunct:{},minner:{mop:EF}},SF={},kF={},FF={};function TF(e){for(var{type:t,names:r,props:n,handler:o,htmlBuilder:i,mathmlBuilder:a}=e,u={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},s=0;s<r.length;++s)SF[r[s]]=u;t&&(i&&(kF[t]=i),a&&(FF[t]=a))}function OF(e){var{type:t,htmlBuilder:r,mathmlBuilder:n}=e;TF({type:t,names:[],props:{numArgs:0},handler(){throw new Error("Should never be called.")},htmlBuilder:r,mathmlBuilder:n})}var NF=function(e){return"ordgroup"===e.type&&1===e.body.length?e.body[0]:e},PF=function(e){return"ordgroup"===e.type?e.body:[e]},MF=CF.makeSpan,IF=["leftmost","mbin","mopen","mrel","mop","mpunct"],RF=["rightmost","mrel","mclose","mpunct"],LF={display:qS.DISPLAY,text:qS.TEXT,script:qS.SCRIPT,scriptscript:qS.SCRIPTSCRIPT},_F={mord:"mord",mop:"mop",mbin:"mbin",mrel:"mrel",mopen:"mopen",mclose:"mclose",mpunct:"mpunct",minner:"minner"},zF=function(e,t,r,n){void 0===n&&(n=[null,null]);for(var o=[],i=0;i<e.length;i++){var a=qF(e[i],t);if(a instanceof ZS){var u=a.children;o.push(...u)}else o.push(a)}if(CF.tryCombineChars(o),!r)return o;var s=t;if(1===e.length){var l=e[0];"sizing"===l.type?s=t.havingSize(l.size):"styling"===l.type&&(s=t.havingStyle(LF[l.style]))}var c=MF([n[0]||"leftmost"],[],t),d=MF([n[1]||"rightmost"],[],t),f="root"===r;return jF(o,(e,t)=>{var r=t.classes[0],n=e.classes[0];"mbin"===r&&PS.contains(RF,n)?t.classes[0]="mord":"mbin"===n&&PS.contains(IF,r)&&(e.classes[0]="mord")},{node:c},d,f),jF(o,(e,t)=>{var r=VF(t),n=VF(e),o=r&&n?e.hasClass("mtight")?BF[r][n]:xF[r][n]:null;if(o)return CF.makeGlue(o,s)},{node:c},d,f),o},jF=function e(t,r,n,o,i){o&&t.push(o);for(var a=0;a<t.length;a++){var u=t[a],s=HF(u);if(s)e(s.children,r,n,null,i);else{var l=!u.hasClass("mspace");if(l){var c=r(u,n.node);c&&(n.insertAfter?n.insertAfter(c):(t.unshift(c),a++))}l?n.node=u:i&&u.hasClass("newline")&&(n.node=MF(["leftmost"])),n.insertAfter=(e=>r=>{t.splice(e+1,0,r),a++})(a)}}o&&t.pop()},HF=function(e){return e instanceof ZS||e instanceof yk||e instanceof mk&&e.hasClass("enclosing")?e:null},$F=function e(t,r){var n=HF(t);if(n){var o=n.children;if(o.length){if("right"===r)return e(o[o.length-1],"right");if("left"===r)return e(o[0],"left")}}return t},VF=function(e,t){return e?(t&&(e=$F(e,t)),_F[e.classes[0]]||null):null},UF=function(e,t){var r=["nulldelimiter"].concat(e.baseSizingClasses());return MF(t.concat(r))},qF=function(e,t,r){if(!e)return MF();if(kF[e.type]){var n=kF[e.type](e,t);if(r&&t.size!==r.size){n=MF(t.sizingClasses(r),[n],t);var o=t.sizeMultiplier/r.sizeMultiplier;n.height*=o,n.depth*=o}return n}throw new kS("Got group of unknown type: '"+e.type+"'")};function WF(e,t){var r=MF(["base"],e,t),n=MF(["strut"]);return n.style.height=dk(r.height+r.depth),r.depth&&(n.style.verticalAlign=dk(-r.depth)),r.children.unshift(n),r}function GF(e,t){var r=null;1===e.length&&"tag"===e[0].type&&(r=e[0].tag,e=e[0].body);var n,o=zF(e,t,"root");2===o.length&&o[1].hasClass("tag")&&(n=o.pop());for(var i,a=[],u=[],s=0;s<o.length;s++)if(u.push(o[s]),o[s].hasClass("mbin")||o[s].hasClass("mrel")||o[s].hasClass("allowbreak")){for(var l=!1;s<o.length-1&&o[s+1].hasClass("mspace")&&!o[s+1].hasClass("newline");)s++,u.push(o[s]),o[s].hasClass("nobreak")&&(l=!0);l||(a.push(WF(u,t)),u=[])}else o[s].hasClass("newline")&&(u.pop(),u.length>0&&(a.push(WF(u,t)),u=[]),a.push(o[s]));u.length>0&&a.push(WF(u,t)),r?((i=WF(zF(r,t,!0))).classes=["tag"],a.push(i)):n&&a.push(n);var c=MF(["katex-html"],a);if(c.setAttribute("aria-hidden","true"),i){var d=i.children[0];d.style.height=dk(c.height+c.depth),c.depth&&(d.style.verticalAlign=dk(-c.depth))}return c}function YF(e){return new ZS(e)}class KF{constructor(e,t,r){this.type=void 0,this.attributes=void 0,this.children=void 0,this.classes=void 0,this.type=e,this.attributes={},this.children=t||[],this.classes=r||[]}setAttribute(e,t){this.attributes[e]=t}getAttribute(e){return this.attributes[e]}toNode(){var e=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);this.classes.length>0&&(e.className=fk(this.classes));for(var r=0;r<this.children.length;r++)if(this.children[r]instanceof XF&&this.children[r+1]instanceof XF){for(var n=this.children[r].toText()+this.children[++r].toText();this.children[r+1]instanceof XF;)n+=this.children[++r].toText();e.appendChild(new XF(n).toNode())}else e.appendChild(this.children[r].toNode());return e}toMarkup(){var e="<"+this.type;for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+'="',e+=PS.escape(this.attributes[t]),e+='"');this.classes.length>0&&(e+=' class ="'+PS.escape(fk(this.classes))+'"'),e+=">";for(var r=0;r<this.children.length;r++)e+=this.children[r].toMarkup();return e+="</"+this.type+">"}toText(){return this.children.map(e=>e.toText()).join("")}}class XF{constructor(e){this.text=void 0,this.text=e}toNode(){return document.createTextNode(this.text)}toMarkup(){return PS.escape(this.toText())}toText(){return this.text}}var ZF={MathNode:KF,TextNode:XF,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);var e=document.createElementNS("http://www.w3.org/1998/Math/MathML","mspace");return e.setAttribute("width",dk(this.width)),e}toMarkup(){return this.character?"<mtext>"+this.character+"</mtext>":'<mspace width="'+dk(this.width)+'"/>'}toText(){return this.character?this.character:" "}},newDocumentFragment:YF},JF=function(e,t,r){return!kk[t][e]||!kk[t][e].replace||55349===e.charCodeAt(0)||qk.hasOwnProperty(e)&&r&&(r.fontFamily&&"tt"===r.fontFamily.slice(4,6)||r.font&&"tt"===r.font.slice(4,6))||(e=kk[t][e].replace),new ZF.TextNode(e)},QF=function(e){return 1===e.length?e[0]:new ZF.MathNode("mrow",e)},eT=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";var r=t.font;if(!r||"mathnormal"===r)return null;var 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";var o=e.text;return PS.contains(["\\imath","\\jmath"],o)?null:(kk[n][o]&&kk[n][o].replace&&(o=kk[n][o].replace),tk(o,CF.fontMap[r].fontName,n)?CF.fontMap[r].variant:null)};function tT(e){if(!e)return!1;if("mi"===e.type&&1===e.children.length){var t=e.children[0];return t instanceof XF&&"."===t.text}if("mo"===e.type&&1===e.children.length&&"true"===e.getAttribute("separator")&&"0em"===e.getAttribute("lspace")&&"0em"===e.getAttribute("rspace")){var r=e.children[0];return r instanceof XF&&","===r.text}return!1}var rT=function(e,t,r){if(1===e.length){var n=oT(e[0],t);return r&&n instanceof KF&&"mo"===n.type&&(n.setAttribute("lspace","0em"),n.setAttribute("rspace","0em")),[n]}for(var o,i=[],a=0;a<e.length;a++){var u=oT(e[a],t);if(u instanceof KF&&o instanceof KF){if("mtext"===u.type&&"mtext"===o.type&&u.getAttribute("mathvariant")===o.getAttribute("mathvariant")){o.children.push(...u.children);continue}if("mn"===u.type&&"mn"===o.type){o.children.push(...u.children);continue}if(tT(u)&&"mn"===o.type){o.children.push(...u.children);continue}if("mn"===u.type&&tT(o))u.children=[...o.children,...u.children],i.pop();else if(("msup"===u.type||"msub"===u.type)&&u.children.length>=1&&("mn"===o.type||tT(o))){var s=u.children[0];s instanceof KF&&"mn"===s.type&&(s.children=[...o.children,...s.children],i.pop())}else if("mi"===o.type&&1===o.children.length){var l=o.children[0];if(l instanceof XF&&"̸"===l.text&&("mo"===u.type||"mi"===u.type||"mn"===u.type)){var c=u.children[0];c instanceof XF&&c.text.length>0&&(c.text=c.text.slice(0,1)+"̸"+c.text.slice(1),i.pop())}}}i.push(u),o=u}return i},nT=function(e,t,r){return QF(rT(e,t,r))},oT=function(e,t){if(!e)return new ZF.MathNode("mrow");if(FF[e.type])return FF[e.type](e,t);throw new kS("Got group of unknown type: '"+e.type+"'")};function iT(e,t,r,n,o){var i,a=rT(e,r);i=1===a.length&&a[0]instanceof KF&&PS.contains(["mrow","mtable"],a[0].type)?a[0]:new ZF.MathNode("mrow",a);var u=new ZF.MathNode("annotation",[new ZF.TextNode(t)]);u.setAttribute("encoding","application/x-tex");var s=new ZF.MathNode("semantics",[i,u]),l=new ZF.MathNode("math",[s]);l.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML"),n&&l.setAttribute("display","block");var c=o?"katex":"katex-mathml";return CF.makeSpan([c],[l])}var aT=function(e){return new ak({style:e.displayMode?qS.DISPLAY:qS.TEXT,maxSize:e.maxSize,minRuleThickness:e.minRuleThickness})},uT=function(e,t){if(t.displayMode){var r=["katex-display"];t.leqno&&r.push("leqno"),t.fleqn&&r.push("fleqn"),e=CF.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":"="},lT={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]},cT=function(e,t,r,n,o){var i,a=e.height+e.depth+r+n;if(/fbox|color|angl/.test(t)){if(i=CF.makeSpan(["stretchy",t],[],o),"fbox"===t){var u=o.color&&o.getColor();u&&(i.style.borderColor=u)}}else{var s=[];/^[bx]cancel$/.test(t)&&s.push(new Ak({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(t)&&s.push(new Ak({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));var l=new Ek(s,{width:"100%",height:dk(a)});i=CF.makeSvgSpan([],[l],o)}return i.height=a,i.style.height=dk(a),i},dT=function(e){var t=new ZF.MathNode("mo",[new ZF.TextNode(sT[e.replace(/^\\/,"")])]);return t.setAttribute("stretchy","true"),t},fT=function(e,t){var{span:r,minWidth:n,height:o}=function(){var r=4e5,n=e.label.slice(1);if(PS.contains(["widehat","widecheck","widetilde","utilde"],n)){var o,i,a,u="ordgroup"===(h=e.base).type?h.body.length:1;if(u>5)"widehat"===n||"widecheck"===n?(o=420,r=2364,a=.42,i=n+"4"):(o=312,r=2340,a=.34,i="tilde4");else{var s=[1,1,2,2,3,3][u];"widehat"===n||"widecheck"===n?(r=[0,1062,2364,2364,2364][s],o=[0,239,300,360,420][s],a=[0,.24,.3,.3,.36,.42][s],i=n+s):(r=[0,600,1033,2339,2340][s],o=[0,260,286,306,312][s],a=[0,.26,.286,.3,.306,.34][s],i="tilde"+s)}var l=new wk(i),c=new Ek([l],{width:"100%",height:dk(a),viewBox:"0 0 "+r+" "+o,preserveAspectRatio:"none"});return{span:CF.makeSvgSpan([],[c],t),minWidth:0,height:a}}var d,f,h,p=[],g=lT[n],[v,m,y]=g,b=y/1e3,D=v.length;if(1===D)d=["hide-tail"],f=[g[3]];else if(2===D)d=["halfarrow-left","halfarrow-right"],f=["xMinYMin","xMaxYMin"];else{if(3!==D)throw new Error("Correct katexImagesData or update code here to support\n "+D+" children.");d=["brace-left","brace-center","brace-right"],f=["xMinYMin","xMidYMin","xMaxYMin"]}for(var C=0;C<D;C++){var E=new wk(v[C]),w=new Ek([E],{width:"400em",height:dk(b),viewBox:"0 0 "+r+" "+y,preserveAspectRatio:f[C]+" slice"}),A=CF.makeSvgSpan([d[C]],[w],t);if(1===D)return{span:A,minWidth:m,height:b};A.style.height=dk(b),p.push(A)}return{span:CF.makeSpan(["stretchy"],p,t),minWidth:m,height:b}}();return r.height=o,r.style.height=dk(o),n>0&&(r.style.minWidth=dk(n)),r};function hT(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 pT(e){var t=gT(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 gT(e){return e&&("atom"===e.type||Sk.hasOwnProperty(e.type))?e:null}var vT=(e,t)=>{var r,n,o;e&&"supsub"===e.type?(r=(n=hT(e.base,"accent")).base,e.base=r,o=function(e){if(e instanceof mk)return e;throw new Error("Expected span<HtmlDomNode> but got "+String(e)+".")}(qF(e,t)),e.base=n):r=(n=hT(e,"accent")).base;var i=qF(r,t.havingCrampedStyle()),a=0;if(n.isShifty&&PS.isCharacterBox(r)){var u=PS.getBaseElem(r);a=xk(qF(u,t.havingCrampedStyle())).skew}var s,l="\\c"===n.label,c=l?i.height+i.depth:Math.min(i.height,t.fontMetrics().xHeight);if(n.isStretchy)s=fT(n,t),s=CF.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:i},{type:"elem",elem:s,wrapperClasses:["svg-align"],wrapperStyle:a>0?{width:"calc(100% - "+dk(2*a)+")",marginLeft:dk(2*a)}:void 0}]},t);else{var d,f;"\\vec"===n.label?(d=CF.staticSvg("vec",t),f=CF.svgData.vec[1]):((d=xk(d=CF.makeOrd({mode:n.mode,text:n.label},t,"textord"))).italic=0,f=d.width,l&&(c+=d.depth)),s=CF.makeSpan(["accent-body"],[d]);var h="\\textcircled"===n.label;h&&(s.classes.push("accent-full"),c=i.height);var p=a;h||(p-=f/2),s.style.left=dk(p),"\\textcircled"===n.label&&(s.style.top=".2em"),s=CF.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:i},{type:"kern",size:-c},{type:"elem",elem:s}]},t)}var g=CF.makeSpan(["mord","accent"],[s],t);return o?(o.children[0]=g,o.height=Math.max(g.height,o.height),o.classes[0]="mord",o):g},mT=(e,t)=>{var r=e.isStretchy?dT(e.label):new ZF.MathNode("mo",[JF(e.label,e.mode)]),n=new ZF.MathNode("mover",[oT(e.base,t),r]);return n.setAttribute("accent","true"),n},yT=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map(e=>"\\"+e).join("|"));TF({type:"accent",names:["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring","\\widecheck","\\widehat","\\widetilde","\\overrightarrow","\\overleftarrow","\\Overrightarrow","\\overleftrightarrow","\\overgroup","\\overlinesegment","\\overleftharpoon","\\overrightharpoon"],props:{numArgs:1},handler:(e,t)=>{var r=NF(t[0]),n=!yT.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:vT,mathmlBuilder:mT}),TF({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\c","\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["primitive"]},handler:(e,t)=>{var r=t[0],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:vT,mathmlBuilder:mT}),TF({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:(e,t)=>{var{parser:r,funcName:n}=e,o=t[0];return{type:"accentUnder",mode:r.mode,label:n,base:o}},htmlBuilder:(e,t)=>{var r=qF(e.base,t),n=fT(e,t),o="\\utilde"===e.label?.12:0,i=CF.makeVList({positionType:"top",positionData:r.height,children:[{type:"elem",elem:n,wrapperClasses:["svg-align"]},{type:"kern",size:o},{type:"elem",elem:r}]},t);return CF.makeSpan(["mord","accentunder"],[i],t)},mathmlBuilder:(e,t)=>{var r=dT(e.label),n=new ZF.MathNode("munder",[oT(e.base,t),r]);return n.setAttribute("accentunder","true"),n}});var bT=e=>{var t=new ZF.MathNode("mpadded",e?[e]:[]);return t.setAttribute("width","+0.6em"),t.setAttribute("lspace","0.3em"),t};TF({type:"xArrow",names:["\\xleftarrow","\\xrightarrow","\\xLeftarrow","\\xRightarrow","\\xleftrightarrow","\\xLeftrightarrow","\\xhookleftarrow","\\xhookrightarrow","\\xmapsto","\\xrightharpoondown","\\xrightharpoonup","\\xleftharpoondown","\\xleftharpoonup","\\xrightleftharpoons","\\xleftrightharpoons","\\xlongequal","\\xtwoheadrightarrow","\\xtwoheadleftarrow","\\xtofrom","\\xrightleftarrows","\\xrightequilibrium","\\xleftequilibrium","\\\\cdrightarrow","\\\\cdleftarrow","\\\\cdlongequal"],props:{numArgs:1,numOptionalArgs:1},handler(e,t,r){var{parser:n,funcName:o}=e;return{type:"xArrow",mode:n.mode,label:o,body:t[0],below:r[0]}},htmlBuilder(e,t){var r,n=t.style,o=t.havingStyle(n.sup()),i=CF.wrapFragment(qF(e.body,o,t),t),a="\\x"===e.label.slice(0,2)?"x":"cd";i.classes.push(a+"-arrow-pad"),e.below&&(o=t.havingStyle(n.sub()),(r=CF.wrapFragment(qF(e.below,o,t),t)).classes.push(a+"-arrow-pad"));var u,s=fT(e,t),l=-t.fontMetrics().axisHeight+.5*s.height,c=-t.fontMetrics().axisHeight-.5*s.height-.111;if((i.depth>.25||"\\xleftequilibrium"===e.label)&&(c-=i.depth),r){var d=-t.fontMetrics().axisHeight+r.height+.5*s.height+.111;u=CF.makeVList({positionType:"individualShift",children:[{type:"elem",elem:i,shift:c},{type:"elem",elem:s,shift:l},{type:"elem",elem:r,shift:d}]},t)}else u=CF.makeVList({positionType:"individualShift",children:[{type:"elem",elem:i,shift:c},{type:"elem",elem:s,shift:l}]},t);return u.children[0].children[0].children[1].classes.push("svg-align"),CF.makeSpan(["mrel","x-arrow"],[u],t)},mathmlBuilder(e,t){var r,n=dT(e.label);if(n.setAttribute("minsize","x"===e.label.charAt(0)?"1.75em":"3.0em"),e.body){var o=bT(oT(e.body,t));if(e.below){var i=bT(oT(e.below,t));r=new ZF.MathNode("munderover",[n,i,o])}else r=new ZF.MathNode("mover",[n,o])}else if(e.below){var a=bT(oT(e.below,t));r=new ZF.MathNode("munder",[n,a])}else r=bT(),r=new ZF.MathNode("mover",[n,r]);return r}});var DT=CF.makeSpan;function CT(e,t){var r=zF(e.body,t,!0);return DT([e.mclass],r,t)}function ET(e,t){var r,n=rT(e.body,t);return"minner"===e.mclass?r=new ZF.MathNode("mpadded",n):"mord"===e.mclass?e.isCharacterBox?(r=n[0]).type="mi":r=new ZF.MathNode("mi",n):(e.isCharacterBox?(r=n[0]).type="mo":r=new ZF.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}TF({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1,primitive:!0},handler(e,t){var{parser:r,funcName:n}=e,o=t[0];return{type:"mclass",mode:r.mode,mclass:"m"+n.slice(5),body:PF(o),isCharacterBox:PS.isCharacterBox(o)}},htmlBuilder:CT,mathmlBuilder:ET});var wT=e=>{var 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};TF({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler(e,t){var{parser:r}=e;return{type:"mclass",mode:r.mode,mclass:wT(t[0]),body:PF(t[1]),isCharacterBox:PS.isCharacterBox(t[1])}}}),TF({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler(e,t){var r,{parser:n,funcName:o}=e,i=t[1],a=t[0];r="\\stackrel"!==o?wT(i):"mrel";var u={type:"op",mode:i.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:"\\stackrel"!==o,body:PF(i)},s={type:"supsub",mode:a.mode,base:u,sup:"\\underset"===o?null:a,sub:"\\underset"===o?a:null};return{type:"mclass",mode:n.mode,mclass:r,body:[s],isCharacterBox:PS.isCharacterBox(s)}},htmlBuilder:CT,mathmlBuilder:ET}),TF({type:"pmb",names:["\\pmb"],props:{numArgs:1,allowedInText:!0},handler(e,t){var{parser:r}=e;return{type:"pmb",mode:r.mode,mclass:wT(t[0]),body:PF(t[0])}},htmlBuilder(e,t){var r=zF(e.body,t,!0),n=CF.makeSpan([e.mclass],r,t);return n.style.textShadow="0.02em 0.01em 0.04px",n},mathmlBuilder(e,t){var r=rT(e.body,t),n=new ZF.MathNode("mstyle",r);return n.setAttribute("style","text-shadow: 0.02em 0.01em 0.04px"),n}});var AT={">":"\\\\cdrightarrow","<":"\\\\cdleftarrow","=":"\\\\cdlongequal",A:"\\uparrow",V:"\\downarrow","|":"\\Vert",".":"no arrow"},xT=()=>({type:"styling",body:[],mode:"math",style:"display"}),BT=e=>"textord"===e.type&&"@"===e.text,ST=(e,t)=>("mathord"===e.type||"atom"===e.type)&&e.text===t;function kT(e,t,r){var n=AT[e];switch(n){case"\\\\cdrightarrow":case"\\\\cdleftarrow":return r.callFunction(n,[t[0]],[t[1]]);case"\\uparrow":case"\\downarrow":var o={type:"atom",text:n,mode:"math",family:"rel"},i={type:"ordgroup",mode:"math",body:[r.callFunction("\\\\cdleft",[t[0]],[]),r.callFunction("\\Big",[o],[]),r.callFunction("\\\\cdright",[t[1]],[])]};return r.callFunction("\\\\cdparent",[i],[]);case"\\\\cdlongequal":return r.callFunction("\\\\cdlongequal",[],[]);case"\\Vert":return r.callFunction("\\Big",[{type:"textord",text:"\\Vert",mode:"math"}],[]);default:return{type:"textord",text:" ",mode:"math"}}}TF({type:"cdlabel",names:["\\\\cdleft","\\\\cdright"],props:{numArgs:1},handler(e,t){var{parser:r,funcName:n}=e;return{type:"cdlabel",mode:r.mode,side:n.slice(4),label:t[0]}},htmlBuilder(e,t){var r=t.havingStyle(t.style.sup()),n=CF.wrapFragment(qF(e.label,r,t),t);return n.classes.push("cd-label-"+e.side),n.style.bottom=dk(.8-n.depth),n.height=0,n.depth=0,n},mathmlBuilder(e,t){var r=new ZF.MathNode("mrow",[oT(e.label,t)]);return(r=new ZF.MathNode("mpadded",[r])).setAttribute("width","0"),"left"===e.side&&r.setAttribute("lspace","-1width"),r.setAttribute("voffset","0.7em"),(r=new ZF.MathNode("mstyle",[r])).setAttribute("displaystyle","false"),r.setAttribute("scriptlevel","1"),r}}),TF({type:"cdlabelparent",names:["\\\\cdparent"],props:{numArgs:1},handler(e,t){var{parser:r}=e;return{type:"cdlabelparent",mode:r.mode,fragment:t[0]}},htmlBuilder(e,t){var r=CF.wrapFragment(qF(e.fragment,t),t);return r.classes.push("cd-vert-arrow"),r},mathmlBuilder:(e,t)=>new ZF.MathNode("mrow",[oT(e.fragment,t)])}),TF({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler(e,t){for(var{parser:r}=e,n=hT(t[0],"ordgroup").body,o="",i=0;i<n.length;i++){o+=hT(n[i],"textord").text}var a,u=parseInt(o);if(isNaN(u))throw new kS("\\@char has non-numeric argument "+o);if(u<0||u>=1114111)throw new kS("\\@char with invalid code point "+o);return u<=65535?a=String.fromCharCode(u):(u-=65536,a=String.fromCharCode(55296+(u>>10),56320+(1023&u))),{type:"textord",mode:r.mode,text:a}}});var FT=(e,t)=>{var r=zF(e.body,t.withColor(e.color),!1);return CF.makeFragment(r)},TT=(e,t)=>{var r=rT(e.body,t.withColor(e.color)),n=new ZF.MathNode("mstyle",r);return n.setAttribute("mathcolor",e.color),n};TF({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,argTypes:["color","original"]},handler(e,t){var{parser:r}=e,n=hT(t[0],"color-token").color,o=t[1];return{type:"color",mode:r.mode,color:n,body:PF(o)}},htmlBuilder:FT,mathmlBuilder:TT}),TF({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,argTypes:["color"]},handler(e,t){var{parser:r,breakOnTokenText:n}=e,o=hT(t[0],"color-token").color;r.gullet.macros.set("\\current@color",o);var i=r.parseExpression(!0,n);return{type:"color",mode:r.mode,color:o,body:i}},htmlBuilder:FT,mathmlBuilder:TT}),TF({type:"cr",names:["\\\\"],props:{numArgs:0,numOptionalArgs:0,allowedInText:!0},handler(e,t,r){var{parser:n}=e,o="["===n.gullet.future().text?n.parseSizeGroup(!0):null,i=!n.settings.displayMode||!n.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode");return{type:"cr",mode:n.mode,newLine:i,size:o&&hT(o,"size").value}},htmlBuilder(e,t){var r=CF.makeSpan(["mspace"],[],t);return e.newLine&&(r.classes.push("newline"),e.size&&(r.style.marginTop=dk(ck(e.size,t)))),r},mathmlBuilder(e,t){var r=new ZF.MathNode("mspace");return e.newLine&&(r.setAttribute("linebreak","newline"),e.size&&r.setAttribute("height",dk(ck(e.size,t)))),r}});var OT={"\\global":"\\global","\\long":"\\\\globallong","\\\\globallong":"\\\\globallong","\\def":"\\gdef","\\gdef":"\\gdef","\\edef":"\\xdef","\\xdef":"\\xdef","\\let":"\\\\globallet","\\futurelet":"\\\\globalfuture"},NT=e=>{var t=e.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(t))throw new kS("Expected a control sequence",e);return t},PT=(e,t,r,n)=>{var 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)};TF({type:"internal",names:["\\global","\\long","\\\\globallong"],props:{numArgs:0,allowedInText:!0},handler(e){var{parser:t,funcName:r}=e;t.consumeSpaces();var n=t.fetch();if(OT[n.text])return"\\global"!==r&&"\\\\globallong"!==r||(n.text=OT[n.text]),hT(t.parseFunction(),"internal");throw new kS("Invalid token after macro prefix",n)}}),TF({type:"internal",names:["\\def","\\gdef","\\edef","\\xdef"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){var{parser:t,funcName:r}=e,n=t.gullet.popToken(),o=n.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(o))throw new kS("Expected a control sequence",n);for(var i,a=0,u=[[]];"{"!==t.gullet.future().text;)if("#"===(n=t.gullet.popToken()).text){if("{"===t.gullet.future().text){i=t.gullet.future(),u[a].push("{");break}if(n=t.gullet.popToken(),!/^[1-9]$/.test(n.text))throw new kS('Invalid argument number "'+n.text+'"');if(parseInt(n.text)!==a+1)throw new kS('Argument number "'+n.text+'" out of order');a++,u.push([])}else{if("EOF"===n.text)throw new kS("Expected a macro definition");u[a].push(n.text)}var{tokens:s}=t.gullet.consumeArg();return i&&s.unshift(i),"\\edef"!==r&&"\\xdef"!==r||(s=t.gullet.expandTokens(s)).reverse(),t.gullet.macros.set(o,{tokens:s,numArgs:a,delimiters:u},r===OT[r]),{type:"internal",mode:t.mode}}}),TF({type:"internal",names:["\\let","\\\\globallet"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){var{parser:t,funcName:r}=e,n=NT(t.gullet.popToken());t.gullet.consumeSpaces();var o=(e=>{var t=e.gullet.popToken();return"="===t.text&&" "===(t=e.gullet.popToken()).text&&(t=e.gullet.popToken()),t})(t);return PT(t,n,o,"\\\\globallet"===r),{type:"internal",mode:t.mode}}}),TF({type:"internal",names:["\\futurelet","\\\\globalfuture"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){var{parser:t,funcName:r}=e,n=NT(t.gullet.popToken()),o=t.gullet.popToken(),i=t.gullet.popToken();return PT(t,n,i,"\\\\globalfuture"===r),t.gullet.pushToken(i),t.gullet.pushToken(o),{type:"internal",mode:t.mode}}});var MT=function(e,t,r){var n=tk(kk.math[e]&&kk.math[e].replace||e,t,r);if(!n)throw new Error("Unsupported symbol "+e+" and font size "+t+".");return n},IT=function(e,t,r,n){var o=r.havingBaseStyle(t),i=CF.makeSpan(n.concat(o.sizingClasses(r)),[e],r),a=o.sizeMultiplier/r.sizeMultiplier;return i.height*=a,i.depth*=a,i.maxFontSize=o.sizeMultiplier,i},RT=function(e,t,r){var n=t.havingBaseStyle(r),o=(1-t.sizeMultiplier/n.sizeMultiplier)*t.fontMetrics().axisHeight;e.classes.push("delimcenter"),e.style.top=dk(o),e.height-=o,e.depth+=o},LT=function(e,t,r,n,o,i){var a=function(e,t,r,n){return CF.makeSymbol(e,"Size"+t+"-Regular",r,n)}(e,t,o,n),u=IT(CF.makeSpan(["delimsizing","size"+t],[a],n),qS.TEXT,n,i);return r&&RT(u,n,qS.TEXT),u},_T=function(e,t,r){var n;return n="Size1-Regular"===t?"delim-size1":"delim-size4",{type:"elem",elem:CF.makeSpan(["delimsizinginner",n],[CF.makeSpan([],[CF.makeSymbol(e,t,r)])])}},zT=function(e,t,r){var n=JS["Size4-Regular"][e.charCodeAt(0)]?JS["Size4-Regular"][e.charCodeAt(0)][4]:JS["Size1-Regular"][e.charCodeAt(0)][4],o=new wk("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))),i=new Ek([o],{width:dk(n),height:dk(t),style:"width:"+dk(n),viewBox:"0 0 "+1e3*n+" "+Math.round(1e3*t),preserveAspectRatio:"xMinYMin"}),a=CF.makeSvgSpan([],[i],r);return a.height=t,a.style.height=dk(t),a.style.width=dk(n),{type:"elem",elem:a}},jT={type:"kern",size:-.008},HT=["|","\\lvert","\\rvert","\\vert"],$T=["\\|","\\lVert","\\rVert","\\Vert"],VT=function(e,t,r,n,o,i){var a,u,s,l,c="",d=0;a=s=l=e,u=null;var f="Size1-Regular";"\\uparrow"===e?s=l="⏐":"\\Uparrow"===e?s=l="‖":"\\downarrow"===e?a=s="⏐":"\\Downarrow"===e?a=s="‖":"\\updownarrow"===e?(a="\\uparrow",s="⏐",l="\\downarrow"):"\\Updownarrow"===e?(a="\\Uparrow",s="‖",l="\\Downarrow"):PS.contains(HT,e)?(s="∣",c="vert",d=333):PS.contains($T,e)?(s="∥",c="doublevert",d=556):"["===e||"\\lbrack"===e?(a="⎡",s="⎢",l="⎣",f="Size4-Regular",c="lbrack",d=667):"]"===e||"\\rbrack"===e?(a="⎤",s="⎥",l="⎦",f="Size4-Regular",c="rbrack",d=667):"\\lfloor"===e||"⌊"===e?(s=a="⎢",l="⎣",f="Size4-Regular",c="lfloor",d=667):"\\lceil"===e||"⌈"===e?(a="⎡",s=l="⎢",f="Size4-Regular",c="lceil",d=667):"\\rfloor"===e||"⌋"===e?(s=a="⎥",l="⎦",f="Size4-Regular",c="rfloor",d=667):"\\rceil"===e||"⌉"===e?(a="⎤",s=l="⎥",f="Size4-Regular",c="rceil",d=667):"("===e||"\\lparen"===e?(a="⎛",s="⎜",l="⎝",f="Size4-Regular",c="lparen",d=875):")"===e||"\\rparen"===e?(a="⎞",s="⎟",l="⎠",f="Size4-Regular",c="rparen",d=875):"\\{"===e||"\\lbrace"===e?(a="⎧",u="⎨",l="⎩",s="⎪",f="Size4-Regular"):"\\}"===e||"\\rbrace"===e?(a="⎫",u="⎬",l="⎭",s="⎪",f="Size4-Regular"):"\\lgroup"===e||"⟮"===e?(a="⎧",l="⎩",s="⎪",f="Size4-Regular"):"\\rgroup"===e||"⟯"===e?(a="⎫",l="⎭",s="⎪",f="Size4-Regular"):"\\lmoustache"===e||"⎰"===e?(a="⎧",l="⎭",s="⎪",f="Size4-Regular"):"\\rmoustache"!==e&&"⎱"!==e||(a="⎫",l="⎩",s="⎪",f="Size4-Regular");var h=MT(a,f,o),p=h.height+h.depth,g=MT(s,f,o),v=g.height+g.depth,m=MT(l,f,o),y=m.height+m.depth,b=0,D=1;if(null!==u){var C=MT(u,f,o);b=C.height+C.depth,D=2}var E=p+y+b,w=E+Math.max(0,Math.ceil((t-E)/(D*v)))*D*v,A=n.fontMetrics().axisHeight;r&&(A*=n.sizeMultiplier);var x=w/2-A,B=[];if(c.length>0){var S=w-p-y,k=Math.round(1e3*w),F=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.")}}(c,Math.round(1e3*S)),T=new wk(c,F),O=(d/1e3).toFixed(3)+"em",N=(k/1e3).toFixed(3)+"em",P=new Ek([T],{width:O,height:N,viewBox:"0 0 "+d+" "+k}),M=CF.makeSvgSpan([],[P],n);M.height=k/1e3,M.style.width=O,M.style.height=N,B.push({type:"elem",elem:M})}else{if(B.push(_T(l,f,o)),B.push(jT),null===u){var I=w-p-y+.016;B.push(zT(s,I,n))}else{var R=(w-p-y-b)/2+.016;B.push(zT(s,R,n)),B.push(jT),B.push(_T(u,f,o)),B.push(jT),B.push(zT(s,R,n))}B.push(jT),B.push(_T(a,f,o))}var L=n.havingBaseStyle(qS.TEXT),_=CF.makeVList({positionType:"bottom",positionData:x,children:B},L);return IT(CF.makeSpan(["delimsizing","mult"],[_],L),qS.TEXT,n,i)},UT=.08,qT=function(e,t,r,n,o){var i=function(e,t,r){t*=1e3;var n="";switch(e){case"sqrtMain":n=function(e,t){return"M95,"+(622+e+t)+"\nc-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-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)+" "+t+"h400000v"+(40+e)+"h-400000z"}(t,KS);break;case"sqrtSize1":n=function(e,t){return"M263,"+(601+e+t)+"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)+" "+t+"h400000v"+(40+e)+"h-400000z"}(t,KS);break;case"sqrtSize2":n=function(e,t){return"M983 "+(10+e+t)+"\nl"+e/3.13+" -"+e+"\nc4,-6.7,10,-10,18,-10 H400000v"+(40+e)+"\nH1013.1s-83.4,268,-264.1,840c-180.7,572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,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)+" "+t+"h400000v"+(40+e)+"h-400000z"}(t,KS);break;case"sqrtSize3":n=function(e,t){return"M424,"+(2398+e+t)+"\nc-1.3,-0.7,-38.5,-172,-111.5,-514c-73,-342,-109.8,-513.3,-110.5,-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)+" "+t+"\nh400000v"+(40+e)+"h-400000z"}(t,KS);break;case"sqrtSize4":n=function(e,t){return"M473,"+(2713+e+t)+"\nc339.3,-1799.3,509.3,-2700,510,-2702 l"+e/5.298+" -"+e+"\nc3.3,-7.3,9.3,-11,18,-11 H400000v"+(40+e)+"H1017.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)+" "+t+"h400000v"+(40+e)+"H1017.7z"}(t,KS);break;case"sqrtTall":n=function(e,t,r){return"M702 "+(e+t)+"H400000"+(40+e)+"\nH742v"+(r-54-t-e)+"l-4 4-4 4c-.667.7 -2 1.5-4 2.5s-4.167 1.833-6.5 2.5-5.5 1-9.5 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 "+t+"H400000v"+(40+e)+"H742z"}(t,KS,r)}return n}(e,n,r),a=new wk(e,i),u=new Ek([a],{width:"400em",height:dk(t),viewBox:"0 0 400000 "+r,preserveAspectRatio:"xMinYMin slice"});return CF.makeSvgSpan(["hide-tail"],[u],o)},WT=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","\\surd"],GT=["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱"],YT=["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"],KT=[0,1.2,1.8,2.4,3],XT=[{type:"small",style:qS.SCRIPTSCRIPT},{type:"small",style:qS.SCRIPT},{type:"small",style:qS.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],ZT=[{type:"small",style:qS.SCRIPTSCRIPT},{type:"small",style:qS.SCRIPT},{type:"small",style:qS.TEXT},{type:"stack"}],JT=[{type:"small",style:qS.SCRIPTSCRIPT},{type:"small",style:qS.SCRIPT},{type:"small",style:qS.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],QT=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.")},eO=function(e,t,r,n){for(var o=Math.min(2,3-n.style.size);o<r.length&&"stack"!==r[o].type;o++){var i=MT(e,QT(r[o]),"math"),a=i.height+i.depth;if("small"===r[o].type&&(a*=n.havingBaseStyle(r[o].style).sizeMultiplier),a>t)return r[o]}return r[r.length-1]},tO=function(e,t,r,n,o,i){var a;"<"===e||"\\lt"===e||"⟨"===e?e="\\langle":">"!==e&&"\\gt"!==e&&"⟩"!==e||(e="\\rangle"),a=PS.contains(YT,e)?XT:PS.contains(WT,e)?JT:ZT;var u=eO(e,t,a,n);return"small"===u.type?function(e,t,r,n,o,i){var a=CF.makeSymbol(e,"Main-Regular",o,n),u=IT(a,t,n,i);return r&&RT(u,n,t),u}(e,u.style,r,n,o,i):"large"===u.type?LT(e,u.size,r,n,o,i):VT(e,t,r,n,o,i)},rO={sqrtImage:function(e,t){var r,n,o=t.havingBaseSizing(),i=eO("\\surd",e*o.sizeMultiplier,JT,o),a=o.sizeMultiplier,u=Math.max(0,t.minRuleThickness-t.fontMetrics().sqrtRuleThickness),s=0,l=0,c=0;return"small"===i.type?(e<1?a=1:e<1.4&&(a=.7),l=(1+u)/a,(r=qT("sqrtMain",s=(1+u+UT)/a,c=1e3+1e3*u+80,u,t)).style.minWidth="0.853em",n=.833/a):"large"===i.type?(c=1080*KT[i.size],l=(KT[i.size]+u)/a,s=(KT[i.size]+u+UT)/a,(r=qT("sqrtSize"+i.size,s,c,u,t)).style.minWidth="1.02em",n=1/a):(s=e+u+UT,l=e+u,c=Math.floor(1e3*e+u)+80,(r=qT("sqrtTall",s,c,u,t)).style.minWidth="0.742em",n=1.056),r.height=l,r.style.height=dk(s),{span:r,advanceWidth:n,ruleWidth:(t.fontMetrics().sqrtRuleThickness+u)*a}},sizedDelim:function(e,t,r,n,o){if("<"===e||"\\lt"===e||"⟨"===e?e="\\langle":">"!==e&&"\\gt"!==e&&"⟩"!==e||(e="\\rangle"),PS.contains(WT,e)||PS.contains(YT,e))return LT(e,t,!1,r,n,o);if(PS.contains(GT,e))return VT(e,KT[t],!1,r,n,o);throw new kS("Illegal delimiter: '"+e+"'")},sizeToMaxHeight:KT,customSizedDelim:tO,leftRightDelim:function(e,t,r,n,o,i){var a=n.fontMetrics().axisHeight*n.sizeMultiplier,u=5/n.fontMetrics().ptPerEm,s=Math.max(t-a,r+a),l=Math.max(s/500*901,2*s-u);return tO(e,l,!0,n,o,i)}},nO={"\\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}},oO=["(","\\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 iO(e,t){var r=gT(e);if(r&&PS.contains(oO,r.text))return r;throw new kS(r?"Invalid delimiter '"+r.text+"' after '"+t.funcName+"'":"Invalid delimiter type '"+e.type+"'",e)}function aO(e){if(!e.body)throw new Error("Bug: The leftright ParseNode wasn't fully parsed.")}TF({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)=>{var r=iO(t[0],e);return{type:"delimsizing",mode:e.parser.mode,size:nO[e.funcName].size,mclass:nO[e.funcName].mclass,delim:r.text}},htmlBuilder:(e,t)=>"."===e.delim?CF.makeSpan([e.mclass]):rO.sizedDelim(e.delim,e.size,t,e.mode,[e.mclass]),mathmlBuilder:e=>{var t=[];"."!==e.delim&&t.push(JF(e.delim,e.mode));var r=new ZF.MathNode("mo",t);"mopen"===e.mclass||"mclose"===e.mclass?r.setAttribute("fence","true"):r.setAttribute("fence","false"),r.setAttribute("stretchy","true");var n=dk(rO.sizeToMaxHeight[e.size]);return r.setAttribute("minsize",n),r.setAttribute("maxsize",n),r}}),TF({type:"leftright-right",names:["\\right"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var r=e.parser.gullet.macros.get("\\current@color");if(r&&"string"!=typeof r)throw new kS("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:e.parser.mode,delim:iO(t[0],e).text,color:r}}}),TF({type:"leftright",names:["\\left"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var r=iO(t[0],e),n=e.parser;++n.leftrightDepth;var o=n.parseExpression(!1);--n.leftrightDepth,n.expect("\\right",!1);var i=hT(n.parseFunction(),"leftright-right");return{type:"leftright",mode:n.mode,body:o,left:r.text,right:i.delim,rightColor:i.color}},htmlBuilder:(e,t)=>{aO(e);for(var r,n,o=zF(e.body,t,!0,["mopen","mclose"]),i=0,a=0,u=!1,s=0;s<o.length;s++)o[s].isMiddle?u=!0:(i=Math.max(o[s].height,i),a=Math.max(o[s].depth,a));if(i*=t.sizeMultiplier,a*=t.sizeMultiplier,r="."===e.left?UF(t,["mopen"]):rO.leftRightDelim(e.left,i,a,t,e.mode,["mopen"]),o.unshift(r),u)for(var l=1;l<o.length;l++){var c=o[l].isMiddle;c&&(o[l]=rO.leftRightDelim(c.delim,i,a,c.options,e.mode,[]))}if("."===e.right)n=UF(t,["mclose"]);else{var d=e.rightColor?t.withColor(e.rightColor):t;n=rO.leftRightDelim(e.right,i,a,d,e.mode,["mclose"])}return o.push(n),CF.makeSpan(["minner"],o,t)},mathmlBuilder:(e,t)=>{aO(e);var r=rT(e.body,t);if("."!==e.left){var n=new ZF.MathNode("mo",[JF(e.left,e.mode)]);n.setAttribute("fence","true"),r.unshift(n)}if("."!==e.right){var o=new ZF.MathNode("mo",[JF(e.right,e.mode)]);o.setAttribute("fence","true"),e.rightColor&&o.setAttribute("mathcolor",e.rightColor),r.push(o)}return QF(r)}}),TF({type:"middle",names:["\\middle"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var r=iO(t[0],e);if(!e.parser.leftrightDepth)throw new kS("\\middle without preceding \\left",r);return{type:"middle",mode:e.parser.mode,delim:r.text}},htmlBuilder:(e,t)=>{var r;if("."===e.delim)r=UF(t,[]);else{r=rO.sizedDelim(e.delim,1,t,e.mode,[]);var n={delim:e.delim,options:t};r.isMiddle=n}return r},mathmlBuilder:(e,t)=>{var r="\\vert"===e.delim||"|"===e.delim?JF("|","text"):JF(e.delim,e.mode),n=new ZF.MathNode("mo",[r]);return n.setAttribute("fence","true"),n.setAttribute("lspace","0.05em"),n.setAttribute("rspace","0.05em"),n}});var uO=(e,t)=>{var r,n,o=CF.wrapFragment(qF(e.body,t),t),i=e.label.slice(1),a=t.sizeMultiplier,u=0,s=PS.isCharacterBox(e.body);if("sout"===i)(r=CF.makeSpan(["stretchy","sout"])).height=t.fontMetrics().defaultRuleThickness/a,u=-.5*t.fontMetrics().xHeight;else if("phase"===i){var l=ck({number:.6,unit:"pt"},t),c=ck({number:.35,unit:"ex"},t);a/=t.havingBaseSizing().sizeMultiplier;var d=o.height+o.depth+l+c;o.style.paddingLeft=dk(d/2+l);var f=Math.floor(1e3*d*a),h=function(e){return"M400000 "+e+" H0 L"+e/2+" 0 l65 45 L145 "+(e-80)+" H400000z"}(f),p=new Ek([new wk("phase",h)],{width:"400em",height:dk(f/1e3),viewBox:"0 0 400000 "+f,preserveAspectRatio:"xMinYMin slice"});(r=CF.makeSvgSpan(["hide-tail"],[p],t)).style.height=dk(d),u=o.depth+l+c}else{/cancel/.test(i)?s||o.classes.push("cancel-pad"):"angl"===i?o.classes.push("anglpad"):o.classes.push("boxpad");var g=0,v=0,m=0;/box/.test(i)?(m=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness),v=g=t.fontMetrics().fboxsep+("colorbox"===i?0:m)):"angl"===i?(g=4*(m=Math.max(t.fontMetrics().defaultRuleThickness,t.minRuleThickness)),v=Math.max(0,.25-o.depth)):v=g=s?.2:0,r=cT(o,i,g,v,t),/fbox|boxed|fcolorbox/.test(i)?(r.style.borderStyle="solid",r.style.borderWidth=dk(m)):"angl"===i&&.049!==m&&(r.style.borderTopWidth=dk(m),r.style.borderRightWidth=dk(m)),u=o.depth+v,e.backgroundColor&&(r.style.backgroundColor=e.backgroundColor,e.borderColor&&(r.style.borderColor=e.borderColor))}if(e.backgroundColor)n=CF.makeVList({positionType:"individualShift",children:[{type:"elem",elem:r,shift:u},{type:"elem",elem:o,shift:0}]},t);else{var y=/cancel|phase/.test(i)?["svg-align"]:[];n=CF.makeVList({positionType:"individualShift",children:[{type:"elem",elem:o,shift:0},{type:"elem",elem:r,shift:u,wrapperClasses:y}]},t)}return/cancel/.test(i)&&(n.height=o.height,n.depth=o.depth),/cancel/.test(i)&&!s?CF.makeSpan(["mord","cancel-lap"],[n],t):CF.makeSpan(["mord"],[n],t)},sO=(e,t)=>{var r=0,n=new ZF.MathNode(e.label.indexOf("colorbox")>-1?"mpadded":"menclose",[oT(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){var o=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness);n.setAttribute("style","border: "+o+"em solid "+String(e.borderColor))}break;case"\\xcancel":n.setAttribute("notation","updiagonalstrike downdiagonalstrike")}return e.backgroundColor&&n.setAttribute("mathbackground",e.backgroundColor),n};TF({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,argTypes:["color","text"]},handler(e,t,r){var{parser:n,funcName:o}=e,i=hT(t[0],"color-token").color,a=t[1];return{type:"enclose",mode:n.mode,label:o,backgroundColor:i,body:a}},htmlBuilder:uO,mathmlBuilder:sO}),TF({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,argTypes:["color","color","text"]},handler(e,t,r){var{parser:n,funcName:o}=e,i=hT(t[0],"color-token").color,a=hT(t[1],"color-token").color,u=t[2];return{type:"enclose",mode:n.mode,label:o,backgroundColor:a,borderColor:i,body:u}},htmlBuilder:uO,mathmlBuilder:sO}),TF({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler(e,t){var{parser:r}=e;return{type:"enclose",mode:r.mode,label:"\\fbox",body:t[0]}}}),TF({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout","\\phase"],props:{numArgs:1},handler(e,t){var{parser:r,funcName:n}=e,o=t[0];return{type:"enclose",mode:r.mode,label:n,body:o}},htmlBuilder:uO,mathmlBuilder:sO}),TF({type:"enclose",names:["\\angl"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!1},handler(e,t){var{parser:r}=e;return{type:"enclose",mode:r.mode,label:"\\angl",body:t[0]}}});var lO={};function cO(e){for(var{type:t,names:r,props:n,handler:o,htmlBuilder:i,mathmlBuilder:a}=e,u={type:t,numArgs:n.numArgs||0,allowedInText:!1,numOptionalArgs:0,handler:o},s=0;s<r.length;++s)lO[r[s]]=u;i&&(kF[t]=i),a&&(FF[t]=a)}var dO={};function fO(e,t){dO[e]=t}function hO(e){var t=[];e.consumeSpaces();var 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}var pO=e=>{if(!e.parser.settings.displayMode)throw new kS("{"+e.envName+"} can be used only in display mode.")};function gO(e){if(-1===e.indexOf("ed"))return-1===e.indexOf("*")}function vO(e,t,r){var{hskipBeforeAndAfter:n,addJot:o,cols:i,arraystretch:a,colSeparationType:u,autoTag:s,singleRow:l,emptySingleRow:c,maxNumCols:d,leqno:f}=t;if(e.gullet.beginGroup(),l||e.gullet.macros.set("\\cr","\\\\\\relax"),!a){var h=e.gullet.expandMacroAsText("\\arraystretch");if(null==h)a=1;else if(!(a=parseFloat(h))||a<0)throw new kS("Invalid \\arraystretch: "+h)}e.gullet.beginGroup();var p=[],g=[p],v=[],m=[],y=null!=s?[]:void 0;function b(){s&&e.gullet.macros.set("\\@eqnsw","1",!0)}function D(){y&&(e.gullet.macros.get("\\df@tag")?(y.push(e.subparse([new SS("\\df@tag")])),e.gullet.macros.set("\\df@tag",void 0,!0)):y.push(Boolean(s)&&"1"===e.gullet.macros.get("\\@eqnsw")))}for(b(),m.push(hO(e));;){var C=e.parseExpression(!1,l?"\\end":"\\\\");e.gullet.endGroup(),e.gullet.beginGroup(),C={type:"ordgroup",mode:e.mode,body:C},r&&(C={type:"styling",mode:e.mode,style:r,body:[C]}),p.push(C);var E=e.fetch().text;if("&"===E){if(d&&p.length===d){if(l||u)throw new kS("Too many tab characters: &",e.nextToken);e.settings.reportNonstrict("textEnv","Too few columns specified in the {array} column argument.")}e.consume()}else{if("\\end"===E){D(),1===p.length&&"styling"===C.type&&0===C.body[0].body.length&&(g.length>1||!c)&&g.pop(),m.length<g.length+1&&m.push([]);break}if("\\\\"!==E)throw new kS("Expected & or \\\\ or \\cr or \\end",e.nextToken);e.consume();var w=void 0;" "!==e.gullet.future().text&&(w=e.parseSizeGroup(!0)),v.push(w?w.value:null),D(),m.push(hO(e)),p=[],g.push(p),b()}}return e.gullet.endGroup(),e.gullet.endGroup(),{type:"array",mode:e.mode,addJot:o,arraystretch:a,body:g,cols:i,rowGaps:v,hskipBeforeAndAfter:n,hLinesBeforeRow:m,colSeparationType:u,tags:y,leqno:f}}function mO(e){return"d"===e.slice(0,1)?"display":"text"}var yO=function(e,t){var r,n,o=e.body.length,i=e.hLinesBeforeRow,a=0,u=new Array(o),s=[],l=Math.max(t.fontMetrics().arrayRuleWidth,t.minRuleThickness),c=1/t.fontMetrics().ptPerEm,d=5*c;e.colSeparationType&&"small"===e.colSeparationType&&(d=t.havingStyle(qS.SCRIPT).sizeMultiplier/t.sizeMultiplier*.2778);var f="CD"===e.colSeparationType?ck({number:3,unit:"ex"},t):12*c,h=3*c,p=e.arraystretch*f,g=.7*p,v=.3*p,m=0;function y(e){for(var t=0;t<e.length;++t)t>0&&(m+=.25),s.push({pos:m,isDashed:e[t]})}for(y(i[0]),r=0;r<e.body.length;++r){var b=e.body[r],D=g,C=v;a<b.length&&(a=b.length);var E=new Array(b.length);for(n=0;n<b.length;++n){var w=qF(b[n],t);C<w.depth&&(C=w.depth),D<w.height&&(D=w.height),E[n]=w}var A=e.rowGaps[r],x=0;A&&(x=ck(A,t))>0&&(C<(x+=v)&&(C=x),x=0),e.addJot&&(C+=h),E.height=D,E.depth=C,m+=D,E.pos=m,m+=C+x,u[r]=E,y(i[r+1])}var B,S,k=m/2+t.fontMetrics().axisHeight,F=e.cols||[],T=[],O=[];if(e.tags&&e.tags.some(e=>e))for(r=0;r<o;++r){var N=u[r],P=N.pos-k,M=e.tags[r],I=void 0;(I=!0===M?CF.makeSpan(["eqn-num"],[],t):!1===M?CF.makeSpan([],[],t):CF.makeSpan([],zF(M,t,!0),t)).depth=N.depth,I.height=N.height,O.push({type:"elem",elem:I,shift:P})}for(n=0,S=0;n<a||S<F.length;++n,++S){for(var R=F[S]||{},L=!0;"separator"===R.type;){if(L||((B=CF.makeSpan(["arraycolsep"],[])).style.width=dk(t.fontMetrics().doubleRuleSep),T.push(B)),"|"!==R.separator&&":"!==R.separator)throw new kS("Invalid separator type: "+R.separator);var _="|"===R.separator?"solid":"dashed",z=CF.makeSpan(["vertical-separator"],[],t);z.style.height=dk(m),z.style.borderRightWidth=dk(l),z.style.borderRightStyle=_,z.style.margin="0 "+dk(-l/2);var j=m-k;j&&(z.style.verticalAlign=dk(-j)),T.push(z),R=F[++S]||{},L=!1}if(!(n>=a)){var H=void 0;(n>0||e.hskipBeforeAndAfter)&&0!==(H=PS.deflt(R.pregap,d))&&((B=CF.makeSpan(["arraycolsep"],[])).style.width=dk(H),T.push(B));var $=[];for(r=0;r<o;++r){var V=u[r],U=V[n];if(U){var q=V.pos-k;U.depth=V.depth,U.height=V.height,$.push({type:"elem",elem:U,shift:q})}}$=CF.makeVList({positionType:"individualShift",children:$},t),$=CF.makeSpan(["col-align-"+(R.align||"c")],[$]),T.push($),(n<a-1||e.hskipBeforeAndAfter)&&0!==(H=PS.deflt(R.postgap,d))&&((B=CF.makeSpan(["arraycolsep"],[])).style.width=dk(H),T.push(B))}}if(u=CF.makeSpan(["mtable"],T),s.length>0){for(var W=CF.makeLineSpan("hline",t,l),G=CF.makeLineSpan("hdashline",t,l),Y=[{type:"elem",elem:u,shift:0}];s.length>0;){var K=s.pop(),X=K.pos-k;K.isDashed?Y.push({type:"elem",elem:G,shift:X}):Y.push({type:"elem",elem:W,shift:X})}u=CF.makeVList({positionType:"individualShift",children:Y},t)}if(0===O.length)return CF.makeSpan(["mord"],[u],t);var Z=CF.makeVList({positionType:"individualShift",children:O},t);return Z=CF.makeSpan(["tag"],[Z],t),CF.makeFragment([u,Z])},bO={c:"center ",l:"left ",r:"right "},DO=function(e,t){for(var r=[],n=new ZF.MathNode("mtd",[],["mtr-glue"]),o=new ZF.MathNode("mtd",[],["mml-eqn-num"]),i=0;i<e.body.length;i++){for(var a=e.body[i],u=[],s=0;s<a.length;s++)u.push(new ZF.MathNode("mtd",[oT(a[s],t)]));e.tags&&e.tags[i]&&(u.unshift(n),u.push(n),e.leqno?u.unshift(o):u.push(o)),r.push(new ZF.MathNode("mtr",u))}var l=new ZF.MathNode("mtable",r),c=.5===e.arraystretch?.1:.16+e.arraystretch-1+(e.addJot?.09:0);l.setAttribute("rowspacing",dk(c));var d="",f="";if(e.cols&&e.cols.length>0){var h=e.cols,p="",g=!1,v=0,m=h.length;"separator"===h[0].type&&(d+="top ",v=1),"separator"===h[h.length-1].type&&(d+="bottom ",m-=1);for(var y=v;y<m;y++)"align"===h[y].type?(f+=bO[h[y].align],g&&(p+="none "),g=!0):"separator"===h[y].type&&g&&(p+="|"===h[y].separator?"solid ":"dashed ",g=!1);l.setAttribute("columnalign",f.trim()),/[sd]/.test(p)&&l.setAttribute("columnlines",p.trim())}if("align"===e.colSeparationType){for(var b=e.cols||[],D="",C=1;C<b.length;C++)D+=C%2?"0em ":"1em ";l.setAttribute("columnspacing",D.trim())}else"alignat"===e.colSeparationType||"gather"===e.colSeparationType?l.setAttribute("columnspacing","0em"):"small"===e.colSeparationType?l.setAttribute("columnspacing","0.2778em"):"CD"===e.colSeparationType?l.setAttribute("columnspacing","0.5em"):l.setAttribute("columnspacing","1em");var E="",w=e.hLinesBeforeRow;d+=w[0].length>0?"left ":"",d+=w[w.length-1].length>0?"right ":"";for(var A=1;A<w.length-1;A++)E+=0===w[A].length?"none ":w[A][0]?"dashed ":"solid ";return/[sd]/.test(E)&&l.setAttribute("rowlines",E.trim()),""!==d&&(l=new ZF.MathNode("menclose",[l])).setAttribute("notation",d.trim()),e.arraystretch&&e.arraystretch<1&&(l=new ZF.MathNode("mstyle",[l])).setAttribute("scriptlevel","1"),l},CO=function(e,t){-1===e.envName.indexOf("ed")&&pO(e);var r,n=[],o=e.envName.indexOf("at")>-1?"alignat":"align",i="split"===e.envName,a=vO(e.parser,{cols:n,addJot:!0,autoTag:i?void 0:gO(e.envName),emptySingleRow:!0,colSeparationType:o,maxNumCols:i?2:void 0,leqno:e.parser.settings.leqno},"display"),u=0,s={type:"ordgroup",mode:e.mode,body:[]};if(t[0]&&"ordgroup"===t[0].type){for(var l="",c=0;c<t[0].body.length;c++){l+=hT(t[0].body[c],"textord").text}r=Number(l),u=2*r}var d=!u;a.body.forEach(function(e){for(var t=1;t<e.length;t+=2){var n=hT(e[t],"styling");hT(n.body[0],"ordgroup").body.unshift(s)}if(d)u<e.length&&(u=e.length);else{var o=e.length/2;if(r<o)throw new kS("Too many math in a row: expected "+r+", but got "+o,e[0])}});for(var f=0;f<u;++f){var h="r",p=0;f%2==1?h="l":f>0&&d&&(p=1),n[f]={type:"align",align:h,pregap:p,postgap:0}}return a.colSeparationType=d?"align":"alignat",a};cO({type:"array",names:["array","darray"],props:{numArgs:1},handler(e,t){var r=(gT(t[0])?[t[0]]:hT(t[0],"ordgroup").body).map(function(e){var t=pT(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 kS("Unknown column alignment: "+t,e)}),n={cols:r,hskipBeforeAndAfter:!0,maxNumCols:r.length};return vO(e.parser,n,mO(e.envName))},htmlBuilder:yO,mathmlBuilder:DO}),cO({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix","matrix*","pmatrix*","bmatrix*","Bmatrix*","vmatrix*","Vmatrix*"],props:{numArgs:0},handler(e){var t={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[e.envName.replace("*","")],r="c",n={hskipBeforeAndAfter:!1,cols:[{type:"align",align:r}]};if("*"===e.envName.charAt(e.envName.length-1)){var o=e.parser;if(o.consumeSpaces(),"["===o.fetch().text){if(o.consume(),o.consumeSpaces(),r=o.fetch().text,-1==="lcr".indexOf(r))throw new kS("Expected l or c or r",o.nextToken);o.consume(),o.consumeSpaces(),o.expect("]"),o.consume(),n.cols=[{type:"align",align:r}]}}var i=vO(e.parser,n,mO(e.envName)),a=Math.max(0,...i.body.map(e=>e.length));return i.cols=new Array(a).fill({type:"align",align:r}),t?{type:"leftright",mode:e.mode,body:[i],left:t[0],right:t[1],rightColor:void 0}:i},htmlBuilder:yO,mathmlBuilder:DO}),cO({type:"array",names:["smallmatrix"],props:{numArgs:0},handler(e){var t=vO(e.parser,{arraystretch:.5},"script");return t.colSeparationType="small",t},htmlBuilder:yO,mathmlBuilder:DO}),cO({type:"array",names:["subarray"],props:{numArgs:1},handler(e,t){var r=(gT(t[0])?[t[0]]:hT(t[0],"ordgroup").body).map(function(e){var t=pT(e).text;if(-1!=="lc".indexOf(t))return{type:"align",align:t};throw new kS("Unknown column alignment: "+t,e)});if(r.length>1)throw new kS("{subarray} can contain only one column");var n={cols:r,hskipBeforeAndAfter:!1,arraystretch:.5};if((n=vO(e.parser,n,"script")).body.length>0&&n.body[0].length>1)throw new kS("{subarray} can contain only one column");return n},htmlBuilder:yO,mathmlBuilder:DO}),cO({type:"array",names:["cases","dcases","rcases","drcases"],props:{numArgs:0},handler(e){var t=vO(e.parser,{arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},mO(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:yO,mathmlBuilder:DO}),cO({type:"array",names:["align","align*","aligned","split"],props:{numArgs:0},handler:CO,htmlBuilder:yO,mathmlBuilder:DO}),cO({type:"array",names:["gathered","gather","gather*"],props:{numArgs:0},handler(e){PS.contains(["gather","gather*"],e.envName)&&pO(e);var t={cols:[{type:"align",align:"c"}],addJot:!0,colSeparationType:"gather",autoTag:gO(e.envName),emptySingleRow:!0,leqno:e.parser.settings.leqno};return vO(e.parser,t,"display")},htmlBuilder:yO,mathmlBuilder:DO}),cO({type:"array",names:["alignat","alignat*","alignedat"],props:{numArgs:1},handler:CO,htmlBuilder:yO,mathmlBuilder:DO}),cO({type:"array",names:["equation","equation*"],props:{numArgs:0},handler(e){pO(e);var t={autoTag:gO(e.envName),emptySingleRow:!0,singleRow:!0,maxNumCols:1,leqno:e.parser.settings.leqno};return vO(e.parser,t,"display")},htmlBuilder:yO,mathmlBuilder:DO}),cO({type:"array",names:["CD"],props:{numArgs:0},handler:e=>(pO(e),function(e){var 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();var r=e.fetch().text;if("&"!==r&&"\\\\"!==r){if("\\end"===r){0===t[t.length-1].length&&t.pop();break}throw new kS("Expected \\\\ or \\cr or \\end",e.nextToken)}e.consume()}for(var n=[],o=[n],i=0;i<t.length;i++){for(var a=t[i],u=xT(),s=0;s<a.length;s++)if(BT(a[s])){n.push(u);var l=pT(a[s+=1]).text,c=new Array(2);if(c[0]={type:"ordgroup",mode:"math",body:[]},c[1]={type:"ordgroup",mode:"math",body:[]},"=|.".indexOf(l)>-1);else{if(!("<>AV".indexOf(l)>-1))throw new kS('Expected one of "<>AV=|." after @',a[s]);for(var d=0;d<2;d++){for(var f=!0,h=s+1;h<a.length;h++){if(ST(a[h],l)){f=!1,s=h;break}if(BT(a[h]))throw new kS("Missing a "+l+" character to complete a CD arrow.",a[h]);c[d].body.push(a[h])}if(f)throw new kS("Missing a "+l+" character to complete a CD arrow.",a[s])}}var p={type:"styling",body:[kT(l,c,e)],mode:"math",style:"display"};n.push(p),u=xT()}else u.body.push(a[s]);i%2==0?n.push(u):n.shift(),n=[],o.push(n)}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:yO,mathmlBuilder:DO}),fO("\\nonumber","\\gdef\\@eqnsw{0}"),fO("\\notag","\\nonumber"),TF({type:"text",names:["\\hline","\\hdashline"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler(e,t){throw new kS(e.funcName+" valid only within array environment")}});var EO=lO;TF({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler(e,t){var{parser:r,funcName:n}=e,o=t[0];if("ordgroup"!==o.type)throw new kS("Invalid environment name",o);for(var i="",a=0;a<o.body.length;++a)i+=hT(o.body[a],"textord").text;if("\\begin"===n){if(!EO.hasOwnProperty(i))throw new kS("No such environment: "+i,o);var u=EO[i],{args:s,optArgs:l}=r.parseArguments("\\begin{"+i+"}",u),c={mode:r.mode,envName:i,parser:r},d=u.handler(c,s,l);r.expect("\\end",!1);var f=r.nextToken,h=hT(r.parseFunction(),"environment");if(h.name!==i)throw new kS("Mismatch: \\begin{"+i+"} matched by \\end{"+h.name+"}",f);return d}return{type:"environment",mode:r.mode,name:i,nameGroup:o}}});var wO=(e,t)=>{var r=e.font,n=t.withFont(r);return qF(e.body,n)},AO=(e,t)=>{var r=e.font,n=t.withFont(r);return oT(e.body,n)},xO={"\\Bbb":"\\mathbb","\\bold":"\\mathbf","\\frak":"\\mathfrak","\\bm":"\\boldsymbol"};TF({type:"font",names:["\\mathrm","\\mathit","\\mathbf","\\mathnormal","\\mathsfit","\\mathbb","\\mathcal","\\mathfrak","\\mathscr","\\mathsf","\\mathtt","\\Bbb","\\bold","\\frak"],props:{numArgs:1,allowedInArgument:!0},handler:(e,t)=>{var{parser:r,funcName:n}=e,o=NF(t[0]),i=n;return i in xO&&(i=xO[i]),{type:"font",mode:r.mode,font:i.slice(1),body:o}},htmlBuilder:wO,mathmlBuilder:AO}),TF({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1},handler:(e,t)=>{var{parser:r}=e,n=t[0],o=PS.isCharacterBox(n);return{type:"mclass",mode:r.mode,mclass:wT(n),body:[{type:"font",mode:r.mode,font:"boldsymbol",body:n}],isCharacterBox:o}}}),TF({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it","\\cal"],props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{var{parser:r,funcName:n,breakOnTokenText:o}=e,{mode:i}=r,a=r.parseExpression(!0,o);return{type:"font",mode:i,font:"math"+n.slice(1),body:{type:"ordgroup",mode:r.mode,body:a}}},htmlBuilder:wO,mathmlBuilder:AO});var BO=(e,t)=>{var r=t;return"display"===e?r=r.id>=qS.SCRIPT.id?r.text():qS.DISPLAY:"text"===e&&r.size===qS.DISPLAY.size?r=qS.TEXT:"script"===e?r=qS.SCRIPT:"scriptscript"===e&&(r=qS.SCRIPTSCRIPT),r},SO=(e,t)=>{var r,n=BO(e.size,t.style),o=n.fracNum(),i=n.fracDen();r=t.havingStyle(o);var a=qF(e.numer,r,t);if(e.continued){var u=8.5/t.fontMetrics().ptPerEm,s=3.5/t.fontMetrics().ptPerEm;a.height=a.height<u?u:a.height,a.depth=a.depth<s?s:a.depth}r=t.havingStyle(i);var l,c,d,f,h,p,g,v,m,y,b=qF(e.denom,r,t);if(e.hasBarLine?(e.barSize?(c=ck(e.barSize,t),l=CF.makeLineSpan("frac-line",t,c)):l=CF.makeLineSpan("frac-line",t),c=l.height,d=l.height):(l=null,c=0,d=t.fontMetrics().defaultRuleThickness),n.size===qS.DISPLAY.size||"display"===e.size?(f=t.fontMetrics().num1,h=c>0?3*d:7*d,p=t.fontMetrics().denom1):(c>0?(f=t.fontMetrics().num2,h=d):(f=t.fontMetrics().num3,h=3*d),p=t.fontMetrics().denom2),l){var D=t.fontMetrics().axisHeight;f-a.depth-(D+.5*c)<h&&(f+=h-(f-a.depth-(D+.5*c))),D-.5*c-(b.height-p)<h&&(p+=h-(D-.5*c-(b.height-p)));var C=-(D-.5*c);g=CF.makeVList({positionType:"individualShift",children:[{type:"elem",elem:b,shift:p},{type:"elem",elem:l,shift:C},{type:"elem",elem:a,shift:-f}]},t)}else{var E=f-a.depth-(b.height-p);E<h&&(f+=.5*(h-E),p+=.5*(h-E)),g=CF.makeVList({positionType:"individualShift",children:[{type:"elem",elem:b,shift:p},{type:"elem",elem:a,shift:-f}]},t)}return r=t.havingStyle(n),g.height*=r.sizeMultiplier/t.sizeMultiplier,g.depth*=r.sizeMultiplier/t.sizeMultiplier,v=n.size===qS.DISPLAY.size?t.fontMetrics().delim1:n.size===qS.SCRIPTSCRIPT.size?t.havingStyle(qS.SCRIPT).fontMetrics().delim2:t.fontMetrics().delim2,m=null==e.leftDelim?UF(t,["mopen"]):rO.customSizedDelim(e.leftDelim,v,!0,t.havingStyle(n),e.mode,["mopen"]),y=e.continued?CF.makeSpan([]):null==e.rightDelim?UF(t,["mclose"]):rO.customSizedDelim(e.rightDelim,v,!0,t.havingStyle(n),e.mode,["mclose"]),CF.makeSpan(["mord"].concat(r.sizingClasses(t)),[m,CF.makeSpan(["mfrac"],[g]),y],t)},kO=(e,t)=>{var r=new ZF.MathNode("mfrac",[oT(e.numer,t),oT(e.denom,t)]);if(e.hasBarLine){if(e.barSize){var n=ck(e.barSize,t);r.setAttribute("linethickness",dk(n))}}else r.setAttribute("linethickness","0px");var o=BO(e.size,t.style);if(o.size!==t.style.size){r=new ZF.MathNode("mstyle",[r]);var i=o.size===qS.DISPLAY.size?"true":"false";r.setAttribute("displaystyle",i),r.setAttribute("scriptlevel","0")}if(null!=e.leftDelim||null!=e.rightDelim){var a=[];if(null!=e.leftDelim){var u=new ZF.MathNode("mo",[new ZF.TextNode(e.leftDelim.replace("\\",""))]);u.setAttribute("fence","true"),a.push(u)}if(a.push(r),null!=e.rightDelim){var s=new ZF.MathNode("mo",[new ZF.TextNode(e.rightDelim.replace("\\",""))]);s.setAttribute("fence","true"),a.push(s)}return QF(a)}return r};TF({type:"genfrac",names:["\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,allowedInArgument:!0},handler:(e,t)=>{var r,{parser:n,funcName:o}=e,i=t[0],a=t[1],u=null,s=null,l="auto";switch(o){case"\\dfrac":case"\\frac":case"\\tfrac":r=!0;break;case"\\\\atopfrac":r=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":r=!1,u="(",s=")";break;case"\\\\bracefrac":r=!1,u="\\{",s="\\}";break;case"\\\\brackfrac":r=!1,u="[",s="]";break;default:throw new Error("Unrecognized genfrac command")}switch(o){case"\\dfrac":case"\\dbinom":l="display";break;case"\\tfrac":case"\\tbinom":l="text"}return{type:"genfrac",mode:n.mode,continued:!1,numer:i,denom:a,hasBarLine:r,leftDelim:u,rightDelim:s,size:l,barSize:null}},htmlBuilder:SO,mathmlBuilder:kO}),TF({type:"genfrac",names:["\\cfrac"],props:{numArgs:2},handler:(e,t)=>{var{parser:r,funcName:n}=e,o=t[0],i=t[1];return{type:"genfrac",mode:r.mode,continued:!0,numer:o,denom:i,hasBarLine:!0,leftDelim:null,rightDelim:null,size:"display",barSize:null}}}),TF({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler(e){var 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}}});var FO=["display","text","script","scriptscript"],TO=function(e){var t=null;return e.length>0&&(t="."===(t=e)?null:t),t};TF({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,allowedInArgument:!0,argTypes:["math","math","size","text","math","math"]},handler(e,t){var r,{parser:n}=e,o=t[4],i=t[5],a=NF(t[0]),u="atom"===a.type&&"open"===a.family?TO(a.text):null,s=NF(t[1]),l="atom"===s.type&&"close"===s.family?TO(s.text):null,c=hT(t[2],"size"),d=null;r=!!c.isBlank||(d=c.value).number>0;var f="auto",h=t[3];if("ordgroup"===h.type){if(h.body.length>0){var p=hT(h.body[0],"textord");f=FO[Number(p.text)]}}else h=hT(h,"textord"),f=FO[Number(h.text)];return{type:"genfrac",mode:n.mode,numer:o,denom:i,continued:!1,hasBarLine:r,barSize:d,leftDelim:u,rightDelim:l,size:f}},htmlBuilder:SO,mathmlBuilder:kO}),TF({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler(e,t){var{parser:r,funcName:n,token:o}=e;return{type:"infix",mode:r.mode,replaceWith:"\\\\abovefrac",size:hT(t[0],"size").value,token:o}}}),TF({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:(e,t)=>{var{parser:r,funcName:n}=e,o=t[0],i=function(e){if(!e)throw new Error("Expected non-null, but got "+String(e));return e}(hT(t[1],"infix").size),a=t[2],u=i.number>0;return{type:"genfrac",mode:r.mode,numer:o,denom:a,continued:!1,hasBarLine:u,barSize:i,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:SO,mathmlBuilder:kO});var OO=(e,t)=>{var r,n,o=t.style;"supsub"===e.type?(r=e.sup?qF(e.sup,t.havingStyle(o.sup()),t):qF(e.sub,t.havingStyle(o.sub()),t),n=hT(e.base,"horizBrace")):n=hT(e,"horizBrace");var i,a=qF(n.base,t.havingBaseStyle(qS.DISPLAY)),u=fT(n,t);if(n.isOver?(i=CF.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:a},{type:"kern",size:.1},{type:"elem",elem:u}]},t)).children[0].children[0].children[1].classes.push("svg-align"):(i=CF.makeVList({positionType:"bottom",positionData:a.depth+.1+u.height,children:[{type:"elem",elem:u},{type:"kern",size:.1},{type:"elem",elem:a}]},t)).children[0].children[0].children[0].classes.push("svg-align"),r){var s=CF.makeSpan(["mord",n.isOver?"mover":"munder"],[i],t);i=n.isOver?CF.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:s},{type:"kern",size:.2},{type:"elem",elem:r}]},t):CF.makeVList({positionType:"bottom",positionData:s.depth+.2+r.height+r.depth,children:[{type:"elem",elem:r},{type:"kern",size:.2},{type:"elem",elem:s}]},t)}return CF.makeSpan(["mord",n.isOver?"mover":"munder"],[i],t)};TF({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler(e,t){var{parser:r,funcName:n}=e;return{type:"horizBrace",mode:r.mode,label:n,isOver:/^\\over/.test(n),base:t[0]}},htmlBuilder:OO,mathmlBuilder:(e,t)=>{var r=dT(e.label);return new ZF.MathNode(e.isOver?"mover":"munder",[oT(e.base,t),r])}}),TF({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:(e,t)=>{var{parser:r}=e,n=t[1],o=hT(t[0],"url").url;return r.settings.isTrusted({command:"\\href",url:o})?{type:"href",mode:r.mode,href:o,body:PF(n)}:r.formatUnsupportedCmd("\\href")},htmlBuilder:(e,t)=>{var r=zF(e.body,t,!1);return CF.makeAnchor(e.href,[],r,t)},mathmlBuilder:(e,t)=>{var r=nT(e.body,t);return r instanceof KF||(r=new KF("mrow",[r])),r.setAttribute("href",e.href),r}}),TF({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:(e,t)=>{var{parser:r}=e,n=hT(t[0],"url").url;if(!r.settings.isTrusted({command:"\\url",url:n}))return r.formatUnsupportedCmd("\\url");for(var o=[],i=0;i<n.length;i++){var a=n[i];"~"===a&&(a="\\textasciitilde"),o.push({type:"textord",mode:"text",text:a})}var u={type:"text",mode:r.mode,font:"\\texttt",body:o};return{type:"href",mode:r.mode,href:n,body:PF(u)}}}),TF({type:"hbox",names:["\\hbox"],props:{numArgs:1,argTypes:["text"],allowedInText:!0,primitive:!0},handler(e,t){var{parser:r}=e;return{type:"hbox",mode:r.mode,body:PF(t[0])}},htmlBuilder(e,t){var r=zF(e.body,t,!1);return CF.makeFragment(r)},mathmlBuilder:(e,t)=>new ZF.MathNode("mrow",rT(e.body,t))}),TF({type:"html",names:["\\htmlClass","\\htmlId","\\htmlStyle","\\htmlData"],props:{numArgs:2,argTypes:["raw","original"],allowedInText:!0},handler:(e,t)=>{var r,{parser:n,funcName:o,token:i}=e,a=hT(t[0],"raw").string,u=t[1];n.settings.strict&&n.settings.reportNonstrict("htmlExtension","HTML extension is disabled on strict mode");var s={};switch(o){case"\\htmlClass":s.class=a,r={command:"\\htmlClass",class:a};break;case"\\htmlId":s.id=a,r={command:"\\htmlId",id:a};break;case"\\htmlStyle":s.style=a,r={command:"\\htmlStyle",style:a};break;case"\\htmlData":for(var l=a.split(","),c=0;c<l.length;c++){var d=l[c].split("=");if(2!==d.length)throw new kS("Error parsing key-value for \\htmlData");s["data-"+d[0].trim()]=d[1].trim()}r={command:"\\htmlData",attributes:s};break;default:throw new Error("Unrecognized html command")}return n.settings.isTrusted(r)?{type:"html",mode:n.mode,attributes:s,body:PF(u)}:n.formatUnsupportedCmd(o)},htmlBuilder:(e,t)=>{var r=zF(e.body,t,!1),n=["enclosing"];e.attributes.class&&n.push(...e.attributes.class.trim().split(/\s+/));var o=CF.makeSpan(n,r,t);for(var i in e.attributes)"class"!==i&&e.attributes.hasOwnProperty(i)&&o.setAttribute(i,e.attributes[i]);return o},mathmlBuilder:(e,t)=>nT(e.body,t)}),TF({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInText:!0},handler:(e,t)=>{var{parser:r}=e;return{type:"htmlmathml",mode:r.mode,html:PF(t[0]),mathml:PF(t[1])}},htmlBuilder:(e,t)=>{var r=zF(e.html,t,!1);return CF.makeFragment(r)},mathmlBuilder:(e,t)=>nT(e.mathml,t)});var NO=function(e){if(/^[-+]? *(\d+(\.\d*)?|\.\d+)$/.test(e))return{number:+e,unit:"bp"};var t=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(e);if(!t)throw new kS("Invalid size: '"+e+"' in \\includegraphics");var r={number:+(t[1]+t[2]),unit:t[3]};if(!lk(r))throw new kS("Invalid unit: '"+r.unit+"' in \\includegraphics.");return r};TF({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:(e,t,r)=>{var{parser:n}=e,o={number:0,unit:"em"},i={number:.9,unit:"em"},a={number:0,unit:"em"},u="";if(r[0])for(var s=hT(r[0],"raw").string.split(","),l=0;l<s.length;l++){var c=s[l].split("=");if(2===c.length){var d=c[1].trim();switch(c[0].trim()){case"alt":u=d;break;case"width":o=NO(d);break;case"height":i=NO(d);break;case"totalheight":a=NO(d);break;default:throw new kS("Invalid key: '"+c[0]+"' in \\includegraphics.")}}}var f=hT(t[0],"url").url;return""===u&&(u=(u=(u=f).replace(/^.*[\\/]/,"")).substring(0,u.lastIndexOf("."))),n.settings.isTrusted({command:"\\includegraphics",url:f})?{type:"includegraphics",mode:n.mode,alt:u,width:o,height:i,totalheight:a,src:f}:n.formatUnsupportedCmd("\\includegraphics")},htmlBuilder:(e,t)=>{var r=ck(e.height,t),n=0;e.totalheight.number>0&&(n=ck(e.totalheight,t)-r);var o=0;e.width.number>0&&(o=ck(e.width,t));var i={height:dk(r+n)};o>0&&(i.width=dk(o)),n>0&&(i.verticalAlign=dk(-n));var a=new bk(e.src,e.alt,i);return a.height=r,a.depth=n,a},mathmlBuilder:(e,t)=>{var r=new ZF.MathNode("mglyph",[]);r.setAttribute("alt",e.alt);var n=ck(e.height,t),o=0;if(e.totalheight.number>0&&(o=ck(e.totalheight,t)-n,r.setAttribute("valign",dk(-o))),r.setAttribute("height",dk(n+o)),e.width.number>0){var i=ck(e.width,t);r.setAttribute("width",dk(i))}return r.setAttribute("src",e.src),r}}),TF({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],primitive:!0,allowedInText:!0},handler(e,t){var{parser:r,funcName:n}=e,o=hT(t[0],"size");if(r.settings.strict){var i="m"===n[1],a="mu"===o.value.unit;i?(a||r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" supports only mu units, not "+o.value.unit+" units"),"math"!==r.mode&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" works only in math mode")):a&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" doesn't support mu units")}return{type:"kern",mode:r.mode,dimension:o.value}},htmlBuilder:(e,t)=>CF.makeGlue(e.dimension,t),mathmlBuilder(e,t){var r=ck(e.dimension,t);return new ZF.SpaceNode(r)}}),TF({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:r,funcName:n}=e,o=t[0];return{type:"lap",mode:r.mode,alignment:n.slice(5),body:o}},htmlBuilder:(e,t)=>{var r;"clap"===e.alignment?(r=CF.makeSpan([],[qF(e.body,t)]),r=CF.makeSpan(["inner"],[r],t)):r=CF.makeSpan(["inner"],[qF(e.body,t)]);var n=CF.makeSpan(["fix"],[]),o=CF.makeSpan([e.alignment],[r,n],t),i=CF.makeSpan(["strut"]);return i.style.height=dk(o.height+o.depth),o.depth&&(i.style.verticalAlign=dk(-o.depth)),o.children.unshift(i),o=CF.makeSpan(["thinbox"],[o],t),CF.makeSpan(["mord","vbox"],[o],t)},mathmlBuilder:(e,t)=>{var r=new ZF.MathNode("mpadded",[oT(e.body,t)]);if("rlap"!==e.alignment){var n="llap"===e.alignment?"-1":"-0.5";r.setAttribute("lspace",n+"width")}return r.setAttribute("width","0px"),r}}),TF({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){var{funcName:r,parser:n}=e,o=n.mode;n.switchMode("math");var i="\\("===r?"\\)":"$",a=n.parseExpression(!1,i);return n.expect(i),n.switchMode(o),{type:"styling",mode:n.mode,style:"text",body:a}}}),TF({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){throw new kS("Mismatched "+e.funcName)}});var PO=(e,t)=>{switch(t.style.size){case qS.DISPLAY.size:return e.display;case qS.TEXT.size:return e.text;case qS.SCRIPT.size:return e.script;case qS.SCRIPTSCRIPT.size:return e.scriptscript;default:return e.text}};TF({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4,primitive:!0},handler:(e,t)=>{var{parser:r}=e;return{type:"mathchoice",mode:r.mode,display:PF(t[0]),text:PF(t[1]),script:PF(t[2]),scriptscript:PF(t[3])}},htmlBuilder:(e,t)=>{var r=PO(e,t),n=zF(r,t,!1);return CF.makeFragment(n)},mathmlBuilder:(e,t)=>{var r=PO(e,t);return nT(r,t)}});var MO=(e,t,r,n,o,i,a)=>{e=CF.makeSpan([],[e]);var u,s,l,c=r&&PS.isCharacterBox(r);if(t){var d=qF(t,n.havingStyle(o.sup()),n);s={elem:d,kern:Math.max(n.fontMetrics().bigOpSpacing1,n.fontMetrics().bigOpSpacing3-d.depth)}}if(r){var f=qF(r,n.havingStyle(o.sub()),n);u={elem:f,kern:Math.max(n.fontMetrics().bigOpSpacing2,n.fontMetrics().bigOpSpacing4-f.height)}}if(s&&u){var h=n.fontMetrics().bigOpSpacing5+u.elem.height+u.elem.depth+u.kern+e.depth+a;l=CF.makeVList({positionType:"bottom",positionData:h,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:u.elem,marginLeft:dk(-i)},{type:"kern",size:u.kern},{type:"elem",elem:e},{type:"kern",size:s.kern},{type:"elem",elem:s.elem,marginLeft:dk(i)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}else if(u){var p=e.height-a;l=CF.makeVList({positionType:"top",positionData:p,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:u.elem,marginLeft:dk(-i)},{type:"kern",size:u.kern},{type:"elem",elem:e}]},n)}else{if(!s)return e;var g=e.depth+a;l=CF.makeVList({positionType:"bottom",positionData:g,children:[{type:"elem",elem:e},{type:"kern",size:s.kern},{type:"elem",elem:s.elem,marginLeft:dk(i)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}var v=[l];if(u&&0!==i&&!c){var m=CF.makeSpan(["mspace"],[],n);m.style.marginRight=dk(i),v.unshift(m)}return CF.makeSpan(["mop","op-limits"],v,n)},IO=["\\smallint"],RO=(e,t)=>{var r,n,o,i=!1;"supsub"===e.type?(r=e.sup,n=e.sub,o=hT(e.base,"op"),i=!0):o=hT(e,"op");var a,u=t.style,s=!1;if(u.size===qS.DISPLAY.size&&o.symbol&&!PS.contains(IO,o.name)&&(s=!0),o.symbol){var l=s?"Size2-Regular":"Size1-Regular",c="";if("\\oiint"!==o.name&&"\\oiiint"!==o.name||(c=o.name.slice(1),o.name="oiint"===c?"\\iint":"\\iiint"),a=CF.makeSymbol(o.name,l,"math",t,["mop","op-symbol",s?"large-op":"small-op"]),c.length>0){var d=a.italic,f=CF.staticSvg(c+"Size"+(s?"2":"1"),t);a=CF.makeVList({positionType:"individualShift",children:[{type:"elem",elem:a,shift:0},{type:"elem",elem:f,shift:s?.08:0}]},t),o.name="\\"+c,a.classes.unshift("mop"),a.italic=d}}else if(o.body){var h=zF(o.body,t,!0);1===h.length&&h[0]instanceof Ck?(a=h[0]).classes[0]="mop":a=CF.makeSpan(["mop"],h,t)}else{for(var p=[],g=1;g<o.name.length;g++)p.push(CF.mathsym(o.name[g],o.mode,t));a=CF.makeSpan(["mop"],p,t)}var v=0,m=0;return(a instanceof Ck||"\\oiint"===o.name||"\\oiiint"===o.name)&&!o.suppressBaseShift&&(v=(a.height-a.depth)/2-t.fontMetrics().axisHeight,m=a.italic),i?MO(a,r,n,t,u,m,v):(v&&(a.style.position="relative",a.style.top=dk(v)),a)},LO=(e,t)=>{var r;if(e.symbol)r=new KF("mo",[JF(e.name,e.mode)]),PS.contains(IO,e.name)&&r.setAttribute("largeop","false");else if(e.body)r=new KF("mo",rT(e.body,t));else{r=new KF("mi",[new XF(e.name.slice(1))]);var n=new KF("mo",[JF("⁡","text")]);r=e.parentIsSupSub?new KF("mrow",[r,n]):YF([r,n])}return r},_O={"∏":"\\prod","∐":"\\coprod","∑":"\\sum","⋀":"\\bigwedge","⋁":"\\bigvee","⋂":"\\bigcap","⋃":"\\bigcup","⨀":"\\bigodot","⨁":"\\bigoplus","⨂":"\\bigotimes","⨄":"\\biguplus","⨆":"\\bigsqcup"};TF({type:"op",names:["\\coprod","\\bigvee","\\bigwedge","\\biguplus","\\bigcap","\\bigcup","\\intop","\\prod","\\sum","\\bigotimes","\\bigoplus","\\bigodot","\\bigsqcup","\\smallint","∏","∐","∑","⋀","⋁","⋂","⋃","⨀","⨁","⨂","⨄","⨆"],props:{numArgs:0},handler:(e,t)=>{var{parser:r,funcName:n}=e,o=n;return 1===o.length&&(o=_O[o]),{type:"op",mode:r.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:o}},htmlBuilder:RO,mathmlBuilder:LO}),TF({type:"op",names:["\\mathop"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var{parser:r}=e,n=t[0];return{type:"op",mode:r.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:PF(n)}},htmlBuilder:RO,mathmlBuilder:LO});var zO={"∫":"\\int","∬":"\\iint","∭":"\\iiint","∮":"\\oint","∯":"\\oiint","∰":"\\oiiint"};TF({type:"op",names:["\\arcsin","\\arccos","\\arctan","\\arctg","\\arcctg","\\arg","\\ch","\\cos","\\cosec","\\cosh","\\cot","\\cotg","\\coth","\\csc","\\ctg","\\cth","\\deg","\\dim","\\exp","\\hom","\\ker","\\lg","\\ln","\\log","\\sec","\\sin","\\sinh","\\sh","\\tan","\\tanh","\\tg","\\th"],props:{numArgs:0},handler(e){var{parser:t,funcName:r}=e;return{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:RO,mathmlBuilder:LO}),TF({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler(e){var{parser:t,funcName:r}=e;return{type:"op",mode:t.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:RO,mathmlBuilder:LO}),TF({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","∫","∬","∭","∮","∯","∰"],props:{numArgs:0},handler(e){var{parser:t,funcName:r}=e,n=r;return 1===n.length&&(n=zO[n]),{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:n}},htmlBuilder:RO,mathmlBuilder:LO});var jO=(e,t)=>{var r,n,o,i,a=!1;if("supsub"===e.type?(r=e.sup,n=e.sub,o=hT(e.base,"operatorname"),a=!0):o=hT(e,"operatorname"),o.body.length>0){for(var u=o.body.map(e=>{var t=e.text;return"string"==typeof t?{type:"textord",mode:e.mode,text:t}:e}),s=zF(u,t.withFont("mathrm"),!0),l=0;l<s.length;l++){var c=s[l];c instanceof Ck&&(c.text=c.text.replace(/\u2212/,"-").replace(/\u2217/,"*"))}i=CF.makeSpan(["mop"],s,t)}else i=CF.makeSpan(["mop"],[],t);return a?MO(i,r,n,t,t.style,0,0):i};function HO(e,t,r){for(var n=zF(e,t,!1),o=t.sizeMultiplier/r.sizeMultiplier,i=0;i<n.length;i++){var a=n[i].classes.indexOf("sizing");a<0?Array.prototype.push.apply(n[i].classes,t.sizingClasses(r)):n[i].classes[a+1]==="reset-size"+t.size&&(n[i].classes[a+1]="reset-size"+r.size),n[i].height*=o,n[i].depth*=o}return CF.makeFragment(n)}TF({type:"operatorname",names:["\\operatorname@","\\operatornamewithlimits"],props:{numArgs:1},handler:(e,t)=>{var{parser:r,funcName:n}=e,o=t[0];return{type:"operatorname",mode:r.mode,body:PF(o),alwaysHandleSupSub:"\\operatornamewithlimits"===n,limits:!1,parentIsSupSub:!1}},htmlBuilder:jO,mathmlBuilder:(e,t)=>{for(var r=rT(e.body,t.withFont("mathrm")),n=!0,o=0;o<r.length;o++){var i=r[o];if(i instanceof ZF.SpaceNode);else if(i instanceof ZF.MathNode)switch(i.type){case"mi":case"mn":case"ms":case"mspace":case"mtext":break;case"mo":var a=i.children[0];1===i.children.length&&a instanceof ZF.TextNode?a.text=a.text.replace(/\u2212/,"-").replace(/\u2217/,"*"):n=!1;break;default:n=!1}else n=!1}if(n){var u=r.map(e=>e.toText()).join("");r=[new ZF.TextNode(u)]}var s=new ZF.MathNode("mi",r);s.setAttribute("mathvariant","normal");var l=new ZF.MathNode("mo",[JF("⁡","text")]);return e.parentIsSupSub?new ZF.MathNode("mrow",[s,l]):ZF.newDocumentFragment([s,l])}}),fO("\\operatorname","\\@ifstar\\operatornamewithlimits\\operatorname@"),OF({type:"ordgroup",htmlBuilder:(e,t)=>e.semisimple?CF.makeFragment(zF(e.body,t,!1)):CF.makeSpan(["mord"],zF(e.body,t,!0),t),mathmlBuilder:(e,t)=>nT(e.body,t,!0)}),TF({type:"overline",names:["\\overline"],props:{numArgs:1},handler(e,t){var{parser:r}=e,n=t[0];return{type:"overline",mode:r.mode,body:n}},htmlBuilder(e,t){var r=qF(e.body,t.havingCrampedStyle()),n=CF.makeLineSpan("overline-line",t),o=t.fontMetrics().defaultRuleThickness,i=CF.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r},{type:"kern",size:3*o},{type:"elem",elem:n},{type:"kern",size:o}]},t);return CF.makeSpan(["mord","overline"],[i],t)},mathmlBuilder(e,t){var r=new ZF.MathNode("mo",[new ZF.TextNode("‾")]);r.setAttribute("stretchy","true");var n=new ZF.MathNode("mover",[oT(e.body,t),r]);return n.setAttribute("accent","true"),n}}),TF({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:r}=e,n=t[0];return{type:"phantom",mode:r.mode,body:PF(n)}},htmlBuilder:(e,t)=>{var r=zF(e.body,t.withPhantom(),!1);return CF.makeFragment(r)},mathmlBuilder:(e,t)=>{var r=rT(e.body,t);return new ZF.MathNode("mphantom",r)}}),TF({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:r}=e,n=t[0];return{type:"hphantom",mode:r.mode,body:n}},htmlBuilder:(e,t)=>{var r=CF.makeSpan([],[qF(e.body,t.withPhantom())]);if(r.height=0,r.depth=0,r.children)for(var n=0;n<r.children.length;n++)r.children[n].height=0,r.children[n].depth=0;return r=CF.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},t),CF.makeSpan(["mord"],[r],t)},mathmlBuilder:(e,t)=>{var r=rT(PF(e.body),t),n=new ZF.MathNode("mphantom",r),o=new ZF.MathNode("mpadded",[n]);return o.setAttribute("height","0px"),o.setAttribute("depth","0px"),o}}),TF({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:r}=e,n=t[0];return{type:"vphantom",mode:r.mode,body:n}},htmlBuilder:(e,t)=>{var r=CF.makeSpan(["inner"],[qF(e.body,t.withPhantom())]),n=CF.makeSpan(["fix"],[]);return CF.makeSpan(["mord","rlap"],[r,n],t)},mathmlBuilder:(e,t)=>{var r=rT(PF(e.body),t),n=new ZF.MathNode("mphantom",r),o=new ZF.MathNode("mpadded",[n]);return o.setAttribute("width","0px"),o}}),TF({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler(e,t){var{parser:r}=e,n=hT(t[0],"size").value,o=t[1];return{type:"raisebox",mode:r.mode,dy:n,body:o}},htmlBuilder(e,t){var r=qF(e.body,t),n=ck(e.dy,t);return CF.makeVList({positionType:"shift",positionData:-n,children:[{type:"elem",elem:r}]},t)},mathmlBuilder(e,t){var r=new ZF.MathNode("mpadded",[oT(e.body,t)]),n=e.dy.number+e.dy.unit;return r.setAttribute("voffset",n),r}}),TF({type:"internal",names:["\\relax"],props:{numArgs:0,allowedInText:!0,allowedInArgument:!0},handler(e){var{parser:t}=e;return{type:"internal",mode:t.mode}}}),TF({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["size","size","size"]},handler(e,t,r){var{parser:n}=e,o=r[0],i=hT(t[0],"size"),a=hT(t[1],"size");return{type:"rule",mode:n.mode,shift:o&&hT(o,"size").value,width:i.value,height:a.value}},htmlBuilder(e,t){var r=CF.makeSpan(["mord","rule"],[],t),n=ck(e.width,t),o=ck(e.height,t),i=e.shift?ck(e.shift,t):0;return r.style.borderRightWidth=dk(n),r.style.borderTopWidth=dk(o),r.style.bottom=dk(i),r.width=n,r.height=o+i,r.depth=-i,r.maxFontSize=1.125*o*t.sizeMultiplier,r},mathmlBuilder(e,t){var r=ck(e.width,t),n=ck(e.height,t),o=e.shift?ck(e.shift,t):0,i=t.color&&t.getColor()||"black",a=new ZF.MathNode("mspace");a.setAttribute("mathbackground",i),a.setAttribute("width",dk(r)),a.setAttribute("height",dk(n));var u=new ZF.MathNode("mpadded",[a]);return o>=0?u.setAttribute("height",dk(o)):(u.setAttribute("height",dk(o)),u.setAttribute("depth",dk(-o))),u.setAttribute("voffset",dk(o)),u}});var $O=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"];TF({type:"sizing",names:$O,props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{var{breakOnTokenText:r,funcName:n,parser:o}=e,i=o.parseExpression(!1,r);return{type:"sizing",mode:o.mode,size:$O.indexOf(n)+1,body:i}},htmlBuilder:(e,t)=>{var r=t.havingSize(e.size);return HO(e.body,r,t)},mathmlBuilder:(e,t)=>{var r=t.havingSize(e.size),n=rT(e.body,r),o=new ZF.MathNode("mstyle",n);return o.setAttribute("mathsize",dk(r.sizeMultiplier)),o}}),TF({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:(e,t,r)=>{var{parser:n}=e,o=!1,i=!1,a=r[0]&&hT(r[0],"ordgroup");if(a)for(var u="",s=0;s<a.body.length;++s){if("t"===(u=a.body[s].text))o=!0;else{if("b"!==u){o=!1,i=!1;break}i=!0}}else o=!0,i=!0;var l=t[0];return{type:"smash",mode:n.mode,body:l,smashHeight:o,smashDepth:i}},htmlBuilder:(e,t)=>{var r=CF.makeSpan([],[qF(e.body,t)]);if(!e.smashHeight&&!e.smashDepth)return r;if(e.smashHeight&&(r.height=0,r.children))for(var n=0;n<r.children.length;n++)r.children[n].height=0;if(e.smashDepth&&(r.depth=0,r.children))for(var o=0;o<r.children.length;o++)r.children[o].depth=0;var i=CF.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},t);return CF.makeSpan(["mord"],[i],t)},mathmlBuilder:(e,t)=>{var r=new ZF.MathNode("mpadded",[oT(e.body,t)]);return e.smashHeight&&r.setAttribute("height","0px"),e.smashDepth&&r.setAttribute("depth","0px"),r}}),TF({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler(e,t,r){var{parser:n}=e,o=r[0],i=t[0];return{type:"sqrt",mode:n.mode,body:i,index:o}},htmlBuilder(e,t){var r=qF(e.body,t.havingCrampedStyle());0===r.height&&(r.height=t.fontMetrics().xHeight),r=CF.wrapFragment(r,t);var n=t.fontMetrics().defaultRuleThickness,o=n;t.style.id<qS.TEXT.id&&(o=t.fontMetrics().xHeight);var i=n+o/4,a=r.height+r.depth+i+n,{span:u,ruleWidth:s,advanceWidth:l}=rO.sqrtImage(a,t),c=u.height-s;c>r.height+r.depth+i&&(i=(i+c-r.height-r.depth)/2);var d=u.height-r.height-i-s;r.style.paddingLeft=dk(l);var f=CF.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r,wrapperClasses:["svg-align"]},{type:"kern",size:-(r.height+d)},{type:"elem",elem:u},{type:"kern",size:s}]},t);if(e.index){var h=t.havingStyle(qS.SCRIPTSCRIPT),p=qF(e.index,h,t),g=.6*(f.height-f.depth),v=CF.makeVList({positionType:"shift",positionData:-g,children:[{type:"elem",elem:p}]},t),m=CF.makeSpan(["root"],[v]);return CF.makeSpan(["mord","sqrt"],[m,f],t)}return CF.makeSpan(["mord","sqrt"],[f],t)},mathmlBuilder(e,t){var{body:r,index:n}=e;return n?new ZF.MathNode("mroot",[oT(r,t),oT(n,t)]):new ZF.MathNode("msqrt",[oT(r,t)])}});var VO={display:qS.DISPLAY,text:qS.TEXT,script:qS.SCRIPT,scriptscript:qS.SCRIPTSCRIPT};TF({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e,t){var{breakOnTokenText:r,funcName:n,parser:o}=e,i=o.parseExpression(!0,r),a=n.slice(1,n.length-5);return{type:"styling",mode:o.mode,style:a,body:i}},htmlBuilder(e,t){var r=VO[e.style],n=t.havingStyle(r).withFont("");return HO(e.body,n,t)},mathmlBuilder(e,t){var r=VO[e.style],n=t.havingStyle(r),o=rT(e.body,n),i=new ZF.MathNode("mstyle",o),a={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]}[e.style];return i.setAttribute("scriptlevel",a[0]),i.setAttribute("displaystyle",a[1]),i}});OF({type:"supsub",htmlBuilder(e,t){var r=function(e,t){var r=e.base;return r?"op"===r.type?r.limits&&(t.style.size===qS.DISPLAY.size||r.alwaysHandleSupSub)?RO:null:"operatorname"===r.type?r.alwaysHandleSupSub&&(t.style.size===qS.DISPLAY.size||r.limits)?jO:null:"accent"===r.type?PS.isCharacterBox(r.base)?vT:null:"horizBrace"===r.type&&!e.sub===r.isOver?OO:null:null}(e,t);if(r)return r(e,t);var n,o,i,{base:a,sup:u,sub:s}=e,l=qF(a,t),c=t.fontMetrics(),d=0,f=0,h=a&&PS.isCharacterBox(a);if(u){var p=t.havingStyle(t.style.sup());n=qF(u,p,t),h||(d=l.height-p.fontMetrics().supDrop*p.sizeMultiplier/t.sizeMultiplier)}if(s){var g=t.havingStyle(t.style.sub());o=qF(s,g,t),h||(f=l.depth+g.fontMetrics().subDrop*g.sizeMultiplier/t.sizeMultiplier)}i=t.style===qS.DISPLAY?c.sup1:t.style.cramped?c.sup3:c.sup2;var v,m=t.sizeMultiplier,y=dk(.5/c.ptPerEm/m),b=null;if(o){var D=e.base&&"op"===e.base.type&&e.base.name&&("\\oiint"===e.base.name||"\\oiiint"===e.base.name);(l instanceof Ck||D)&&(b=dk(-l.italic))}if(n&&o){d=Math.max(d,i,n.depth+.25*c.xHeight),f=Math.max(f,c.sub2);var C=4*c.defaultRuleThickness;if(d-n.depth-(o.height-f)<C){f=C-(d-n.depth)+o.height;var E=.8*c.xHeight-(d-n.depth);E>0&&(d+=E,f-=E)}var w=[{type:"elem",elem:o,shift:f,marginRight:y,marginLeft:b},{type:"elem",elem:n,shift:-d,marginRight:y}];v=CF.makeVList({positionType:"individualShift",children:w},t)}else if(o){f=Math.max(f,c.sub1,o.height-.8*c.xHeight);var A=[{type:"elem",elem:o,marginLeft:b,marginRight:y}];v=CF.makeVList({positionType:"shift",positionData:f,children:A},t)}else{if(!n)throw new Error("supsub must have either sup or sub.");d=Math.max(d,i,n.depth+.25*c.xHeight),v=CF.makeVList({positionType:"shift",positionData:-d,children:[{type:"elem",elem:n,marginRight:y}]},t)}var x=VF(l,"right")||"mord";return CF.makeSpan([x],[l,CF.makeSpan(["msupsub"],[v])],t)},mathmlBuilder(e,t){var r,n=!1;e.base&&"horizBrace"===e.base.type&&!!e.sup===e.base.isOver&&(n=!0,r=e.base.isOver),!e.base||"op"!==e.base.type&&"operatorname"!==e.base.type||(e.base.parentIsSupSub=!0);var o,i=[oT(e.base,t)];if(e.sub&&i.push(oT(e.sub,t)),e.sup&&i.push(oT(e.sup,t)),n)o=r?"mover":"munder";else if(e.sub)if(e.sup){var a=e.base;o=a&&"op"===a.type&&a.limits&&t.style===qS.DISPLAY||a&&"operatorname"===a.type&&a.alwaysHandleSupSub&&(t.style===qS.DISPLAY||a.limits)?"munderover":"msubsup"}else{var u=e.base;o=u&&"op"===u.type&&u.limits&&(t.style===qS.DISPLAY||u.alwaysHandleSupSub)||u&&"operatorname"===u.type&&u.alwaysHandleSupSub&&(u.limits||t.style===qS.DISPLAY)?"munder":"msub"}else{var s=e.base;o=s&&"op"===s.type&&s.limits&&(t.style===qS.DISPLAY||s.alwaysHandleSupSub)||s&&"operatorname"===s.type&&s.alwaysHandleSupSub&&(s.limits||t.style===qS.DISPLAY)?"mover":"msup"}return new ZF.MathNode(o,i)}}),OF({type:"atom",htmlBuilder:(e,t)=>CF.mathsym(e.text,e.mode,t,["m"+e.family]),mathmlBuilder(e,t){var r=new ZF.MathNode("mo",[JF(e.text,e.mode)]);if("bin"===e.family){var n=eT(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}});var UO={mi:"italic",mn:"normal",mtext:"normal"};OF({type:"mathord",htmlBuilder:(e,t)=>CF.makeOrd(e,t,"mathord"),mathmlBuilder(e,t){var r=new ZF.MathNode("mi",[JF(e.text,e.mode,t)]),n=eT(e,t)||"italic";return n!==UO[r.type]&&r.setAttribute("mathvariant",n),r}}),OF({type:"textord",htmlBuilder:(e,t)=>CF.makeOrd(e,t,"textord"),mathmlBuilder(e,t){var r,n=JF(e.text,e.mode,t),o=eT(e,t)||"normal";return r="text"===e.mode?new ZF.MathNode("mtext",[n]):/[0-9]/.test(e.text)?new ZF.MathNode("mn",[n]):"\\prime"===e.text?new ZF.MathNode("mo",[n]):new ZF.MathNode("mi",[n]),o!==UO[r.type]&&r.setAttribute("mathvariant",o),r}});var qO={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},WO={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};OF({type:"spacing",htmlBuilder(e,t){if(WO.hasOwnProperty(e.text)){var r=WO[e.text].className||"";if("text"===e.mode){var n=CF.makeOrd(e,t,"textord");return n.classes.push(r),n}return CF.makeSpan(["mspace",r],[CF.mathsym(e.text,e.mode,t)],t)}if(qO.hasOwnProperty(e.text))return CF.makeSpan(["mspace",qO[e.text]],[],t);throw new kS('Unknown type of space "'+e.text+'"')},mathmlBuilder(e,t){if(!WO.hasOwnProperty(e.text)){if(qO.hasOwnProperty(e.text))return new ZF.MathNode("mspace");throw new kS('Unknown type of space "'+e.text+'"')}return new ZF.MathNode("mtext",[new ZF.TextNode(" ")])}});var GO=()=>{var e=new ZF.MathNode("mtd",[]);return e.setAttribute("width","50%"),e};OF({type:"tag",mathmlBuilder(e,t){var r=new ZF.MathNode("mtable",[new ZF.MathNode("mtr",[GO(),new ZF.MathNode("mtd",[nT(e.body,t)]),GO(),new ZF.MathNode("mtd",[nT(e.tag,t)])])]);return r.setAttribute("width","100%"),r}});var YO={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},KO={"\\textbf":"textbf","\\textmd":"textmd"},XO={"\\textit":"textit","\\textup":"textup"},ZO=(e,t)=>{var r=e.font;return r?YO[r]?t.withTextFontFamily(YO[r]):KO[r]?t.withTextFontWeight(KO[r]):"\\emph"===r?"textit"===t.fontShape?t.withTextFontShape("textup"):t.withTextFontShape("textit"):t.withTextFontShape(XO[r]):t};TF({type:"text",names:["\\text","\\textrm","\\textsf","\\texttt","\\textnormal","\\textbf","\\textmd","\\textit","\\textup","\\emph"],props:{numArgs:1,argTypes:["text"],allowedInArgument:!0,allowedInText:!0},handler(e,t){var{parser:r,funcName:n}=e,o=t[0];return{type:"text",mode:r.mode,body:PF(o),font:n}},htmlBuilder(e,t){var r=ZO(e,t),n=zF(e.body,r,!0);return CF.makeSpan(["mord","text"],n,r)},mathmlBuilder(e,t){var r=ZO(e,t);return nT(e.body,r)}}),TF({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler(e,t){var{parser:r}=e;return{type:"underline",mode:r.mode,body:t[0]}},htmlBuilder(e,t){var r=qF(e.body,t),n=CF.makeLineSpan("underline-line",t),o=t.fontMetrics().defaultRuleThickness,i=CF.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 CF.makeSpan(["mord","underline"],[i],t)},mathmlBuilder(e,t){var r=new ZF.MathNode("mo",[new ZF.TextNode("‾")]);r.setAttribute("stretchy","true");var n=new ZF.MathNode("munder",[oT(e.body,t),r]);return n.setAttribute("accentunder","true"),n}}),TF({type:"vcenter",names:["\\vcenter"],props:{numArgs:1,argTypes:["original"],allowedInText:!1},handler(e,t){var{parser:r}=e;return{type:"vcenter",mode:r.mode,body:t[0]}},htmlBuilder(e,t){var r=qF(e.body,t),n=t.fontMetrics().axisHeight,o=.5*(r.height-n-(r.depth+n));return CF.makeVList({positionType:"shift",positionData:o,children:[{type:"elem",elem:r}]},t)},mathmlBuilder:(e,t)=>new ZF.MathNode("mpadded",[oT(e.body,t)],["vcenter"])}),TF({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler(e,t,r){throw new kS("\\verb ended by end of line instead of matching delimiter")},htmlBuilder(e,t){for(var r=JO(e),n=[],o=t.havingStyle(t.style.text()),i=0;i<r.length;i++){var a=r[i];"~"===a&&(a="\\textasciitilde"),n.push(CF.makeSymbol(a,"Typewriter-Regular",e.mode,o,["mord","texttt"]))}return CF.makeSpan(["mord","text"].concat(o.sizingClasses(t)),CF.tryCombineChars(n),o)},mathmlBuilder(e,t){var r=new ZF.TextNode(JO(e)),n=new ZF.MathNode("mtext",[r]);return n.setAttribute("mathvariant","monospace"),n}});var JO=e=>e.body.replace(/ /g,e.star?"␣":" "),QO=SF,eN="[ \r\n\t]",tN="(\\\\[a-zA-Z@]+)"+eN+"*",rN="[̀-ͯ]",nN=new RegExp(rN+"+$"),oN="("+eN+"+)|\\\\(\n|[ \r\t]+\n?)[ \r\t]*|([!-\\[\\]-‧‪-퟿豈-￿]"+rN+"*|[\ud800-\udbff][\udc00-\udfff]"+rN+"*|\\\\verb\\*([^]).*?\\4|\\\\verb([^*a-zA-Z]).*?\\5|"+tN+"|\\\\[^\ud800-\udfff])";class iN{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(oN,"g"),this.catcodes={"%":14,"~":13}}setCatcode(e,t){this.catcodes[e]=t}lex(){var e=this.input,t=this.tokenRegex.lastIndex;if(t===e.length)return new SS("EOF",new BS(this,t,t));var r=this.tokenRegex.exec(e);if(null===r||r.index!==t)throw new kS("Unexpected character: '"+e[t]+"'",new SS(e[t],new BS(this,t,t+1)));var n=r[6]||r[3]||(r[2]?"\\ ":" ");if(14===this.catcodes[n]){var o=e.indexOf("\n",this.tokenRegex.lastIndex);return-1===o?(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=o+1,this.lex()}return new SS(n,new BS(this,t,this.tokenRegex.lastIndex))}}class aN{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 kS("Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug");var e=this.undefStack.pop();for(var 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(var n=0;n<this.undefStack.length;n++)delete this.undefStack[n][e];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][e]=t)}else{var o=this.undefStack[this.undefStack.length-1];o&&!o.hasOwnProperty(e)&&(o[e]=this.current[e])}null==t?delete this.current[e]:this.current[e]=t}}var uN=dO;fO("\\noexpand",function(e){var t=e.popToken();return e.isExpandable(t.text)&&(t.noexpand=!0,t.treatAsRelax=!0),{tokens:[t],numArgs:0}}),fO("\\expandafter",function(e){var t=e.popToken();return e.expandOnce(!0),{tokens:[t],numArgs:0}}),fO("\\@firstoftwo",function(e){return{tokens:e.consumeArgs(2)[0],numArgs:0}}),fO("\\@secondoftwo",function(e){return{tokens:e.consumeArgs(2)[1],numArgs:0}}),fO("\\@ifnextchar",function(e){var t=e.consumeArgs(3);e.consumeSpaces();var r=e.future();return 1===t[0].length&&t[0][0].text===r.text?{tokens:t[1],numArgs:0}:{tokens:t[2],numArgs:0}}),fO("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}"),fO("\\TextOrMath",function(e){var t=e.consumeArgs(2);return"text"===e.mode?{tokens:t[0],numArgs:0}:{tokens:t[1],numArgs:0}});var sN={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};fO("\\char",function(e){var t,r=e.popToken(),n="";if("'"===r.text)t=8,r=e.popToken();else if('"'===r.text)t=16,r=e.popToken();else if("`"===r.text)if("\\"===(r=e.popToken()).text[0])n=r.text.charCodeAt(1);else{if("EOF"===r.text)throw new kS("\\char` missing argument");n=r.text.charCodeAt(0)}else t=10;if(t){if(null==(n=sN[r.text])||n>=t)throw new kS("Invalid base-"+t+" digit "+r.text);for(var o;null!=(o=sN[e.future().text])&&o<t;)n*=t,n+=o,e.popToken()}return"\\@char{"+n+"}"});var lN=(e,t,r,n)=>{var o=e.consumeArg().tokens;if(1!==o.length)throw new kS("\\newcommand's first argument must be a macro name");var i=o[0].text,a=e.isDefined(i);if(a&&!t)throw new kS("\\newcommand{"+i+"} attempting to redefine "+i+"; use \\renewcommand");if(!a&&!r)throw new kS("\\renewcommand{"+i+"} when command "+i+" does not yet exist; use \\newcommand");var u=0;if(1===(o=e.consumeArg().tokens).length&&"["===o[0].text){for(var s="",l=e.expandNextToken();"]"!==l.text&&"EOF"!==l.text;)s+=l.text,l=e.expandNextToken();if(!s.match(/^\s*[0-9]+\s*$/))throw new kS("Invalid number of arguments: "+s);u=parseInt(s),o=e.consumeArg().tokens}return a&&n||e.macros.set(i,{tokens:o,numArgs:u}),""};fO("\\newcommand",e=>lN(e,!1,!0,!1)),fO("\\renewcommand",e=>lN(e,!0,!1,!1)),fO("\\providecommand",e=>lN(e,!0,!0,!0)),fO("\\message",e=>{var t=e.consumeArgs(1)[0];return console.log(t.reverse().map(e=>e.text).join("")),""}),fO("\\errmessage",e=>{var t=e.consumeArgs(1)[0];return console.error(t.reverse().map(e=>e.text).join("")),""}),fO("\\show",e=>{var t=e.popToken(),r=t.text;return console.log(t,e.macros.get(r),QO[r],kk.math[r],kk.text[r]),""}),fO("\\bgroup","{"),fO("\\egroup","}"),fO("~","\\nobreakspace"),fO("\\lq","`"),fO("\\rq","'"),fO("\\aa","\\r a"),fO("\\AA","\\r A"),fO("\\textcopyright","\\html@mathml{\\textcircled{c}}{\\char`©}"),fO("\\copyright","\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}"),fO("\\textregistered","\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`®}"),fO("ℬ","\\mathscr{B}"),fO("ℰ","\\mathscr{E}"),fO("ℱ","\\mathscr{F}"),fO("ℋ","\\mathscr{H}"),fO("ℐ","\\mathscr{I}"),fO("ℒ","\\mathscr{L}"),fO("ℳ","\\mathscr{M}"),fO("ℛ","\\mathscr{R}"),fO("ℭ","\\mathfrak{C}"),fO("ℌ","\\mathfrak{H}"),fO("ℨ","\\mathfrak{Z}"),fO("\\Bbbk","\\Bbb{k}"),fO("·","\\cdotp"),fO("\\llap","\\mathllap{\\textrm{#1}}"),fO("\\rlap","\\mathrlap{\\textrm{#1}}"),fO("\\clap","\\mathclap{\\textrm{#1}}"),fO("\\mathstrut","\\vphantom{(}"),fO("\\underbar","\\underline{\\text{#1}}"),fO("\\not",'\\html@mathml{\\mathrel{\\mathrlap\\@not}}{\\char"338}'),fO("\\neq","\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`≠}}"),fO("\\ne","\\neq"),fO("≠","\\neq"),fO("\\notin","\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`∉}}"),fO("∉","\\notin"),fO("≘","\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`≘}}"),fO("≙","\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`≘}}"),fO("≚","\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`≚}}"),fO("≛","\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`≛}}"),fO("≝","\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`≝}}"),fO("≞","\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`≞}}"),fO("≟","\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`≟}}"),fO("⟂","\\perp"),fO("‼","\\mathclose{!\\mkern-0.8mu!}"),fO("∌","\\notni"),fO("⌜","\\ulcorner"),fO("⌝","\\urcorner"),fO("⌞","\\llcorner"),fO("⌟","\\lrcorner"),fO("©","\\copyright"),fO("®","\\textregistered"),fO("️","\\textregistered"),fO("\\ulcorner",'\\html@mathml{\\@ulcorner}{\\mathop{\\char"231c}}'),fO("\\urcorner",'\\html@mathml{\\@urcorner}{\\mathop{\\char"231d}}'),fO("\\llcorner",'\\html@mathml{\\@llcorner}{\\mathop{\\char"231e}}'),fO("\\lrcorner",'\\html@mathml{\\@lrcorner}{\\mathop{\\char"231f}}'),fO("\\vdots","{\\varvdots\\rule{0pt}{15pt}}"),fO("⋮","\\vdots"),fO("\\varGamma","\\mathit{\\Gamma}"),fO("\\varDelta","\\mathit{\\Delta}"),fO("\\varTheta","\\mathit{\\Theta}"),fO("\\varLambda","\\mathit{\\Lambda}"),fO("\\varXi","\\mathit{\\Xi}"),fO("\\varPi","\\mathit{\\Pi}"),fO("\\varSigma","\\mathit{\\Sigma}"),fO("\\varUpsilon","\\mathit{\\Upsilon}"),fO("\\varPhi","\\mathit{\\Phi}"),fO("\\varPsi","\\mathit{\\Psi}"),fO("\\varOmega","\\mathit{\\Omega}"),fO("\\substack","\\begin{subarray}{c}#1\\end{subarray}"),fO("\\colon","\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu\\relax"),fO("\\boxed","\\fbox{$\\displaystyle{#1}$}"),fO("\\iff","\\DOTSB\\;\\Longleftrightarrow\\;"),fO("\\implies","\\DOTSB\\;\\Longrightarrow\\;"),fO("\\impliedby","\\DOTSB\\;\\Longleftarrow\\;"),fO("\\dddot","{\\overset{\\raisebox{-0.1ex}{\\normalsize ...}}{#1}}"),fO("\\ddddot","{\\overset{\\raisebox{-0.1ex}{\\normalsize ....}}{#1}}");var cN={",":"\\dotsc","\\not":"\\dotsb","+":"\\dotsb","=":"\\dotsb","<":"\\dotsb",">":"\\dotsb","-":"\\dotsb","*":"\\dotsb",":":"\\dotsb","\\DOTSB":"\\dotsb","\\coprod":"\\dotsb","\\bigvee":"\\dotsb","\\bigwedge":"\\dotsb","\\biguplus":"\\dotsb","\\bigcap":"\\dotsb","\\bigcup":"\\dotsb","\\prod":"\\dotsb","\\sum":"\\dotsb","\\bigotimes":"\\dotsb","\\bigoplus":"\\dotsb","\\bigodot":"\\dotsb","\\bigsqcup":"\\dotsb","\\And":"\\dotsb","\\longrightarrow":"\\dotsb","\\Longrightarrow":"\\dotsb","\\longleftarrow":"\\dotsb","\\Longleftarrow":"\\dotsb","\\longleftrightarrow":"\\dotsb","\\Longleftrightarrow":"\\dotsb","\\mapsto":"\\dotsb","\\longmapsto":"\\dotsb","\\hookrightarrow":"\\dotsb","\\doteq":"\\dotsb","\\mathbin":"\\dotsb","\\mathrel":"\\dotsb","\\relbar":"\\dotsb","\\Relbar":"\\dotsb","\\xrightarrow":"\\dotsb","\\xleftarrow":"\\dotsb","\\DOTSI":"\\dotsi","\\int":"\\dotsi","\\oint":"\\dotsi","\\iint":"\\dotsi","\\iiint":"\\dotsi","\\iiiint":"\\dotsi","\\idotsint":"\\dotsi","\\DOTSX":"\\dotsx"};fO("\\dots",function(e){var t="\\dotso",r=e.expandAfterFuture().text;return r in cN?t=cN[r]:("\\not"===r.slice(0,4)||r in kk.math&&PS.contains(["bin","rel"],kk.math[r].group))&&(t="\\dotsb"),t});var dN={")":!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};fO("\\dotso",function(e){return e.future().text in dN?"\\ldots\\,":"\\ldots"}),fO("\\dotsc",function(e){var t=e.future().text;return t in dN&&","!==t?"\\ldots\\,":"\\ldots"}),fO("\\cdots",function(e){return e.future().text in dN?"\\@cdots\\,":"\\@cdots"}),fO("\\dotsb","\\cdots"),fO("\\dotsm","\\cdots"),fO("\\dotsi","\\!\\cdots"),fO("\\dotsx","\\ldots\\,"),fO("\\DOTSI","\\relax"),fO("\\DOTSB","\\relax"),fO("\\DOTSX","\\relax"),fO("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax"),fO("\\,","\\tmspace+{3mu}{.1667em}"),fO("\\thinspace","\\,"),fO("\\>","\\mskip{4mu}"),fO("\\:","\\tmspace+{4mu}{.2222em}"),fO("\\medspace","\\:"),fO("\\;","\\tmspace+{5mu}{.2777em}"),fO("\\thickspace","\\;"),fO("\\!","\\tmspace-{3mu}{.1667em}"),fO("\\negthinspace","\\!"),fO("\\negmedspace","\\tmspace-{4mu}{.2222em}"),fO("\\negthickspace","\\tmspace-{5mu}{.277em}"),fO("\\enspace","\\kern.5em "),fO("\\enskip","\\hskip.5em\\relax"),fO("\\quad","\\hskip1em\\relax"),fO("\\qquad","\\hskip2em\\relax"),fO("\\tag","\\@ifstar\\tag@literal\\tag@paren"),fO("\\tag@paren","\\tag@literal{({#1})}"),fO("\\tag@literal",e=>{if(e.macros.get("\\df@tag"))throw new kS("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"}),fO("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}"),fO("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)"),fO("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}"),fO("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1"),fO("\\newline","\\\\\\relax"),fO("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");var fN=dk(JS["Main-Regular"]["T".charCodeAt(0)][1]-.7*JS["Main-Regular"]["A".charCodeAt(0)][1]);fO("\\LaTeX","\\textrm{\\html@mathml{L\\kern-.36em\\raisebox{"+fN+"}{\\scriptstyle A}\\kern-.15em\\TeX}{LaTeX}}"),fO("\\KaTeX","\\textrm{\\html@mathml{K\\kern-.17em\\raisebox{"+fN+"}{\\scriptstyle A}\\kern-.15em\\TeX}{KaTeX}}"),fO("\\hspace","\\@ifstar\\@hspacer\\@hspace"),fO("\\@hspace","\\hskip #1\\relax"),fO("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax"),fO("\\ordinarycolon",":"),fO("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}"),fO("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}'),fO("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}'),fO("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}'),fO("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}'),fO("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}'),fO("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}'),fO("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}'),fO("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}'),fO("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}'),fO("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}'),fO("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}'),fO("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}'),fO("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}'),fO("∷","\\dblcolon"),fO("∹","\\eqcolon"),fO("≔","\\coloneqq"),fO("≕","\\eqqcolon"),fO("⩴","\\Coloneqq"),fO("\\ratio","\\vcentcolon"),fO("\\coloncolon","\\dblcolon"),fO("\\colonequals","\\coloneqq"),fO("\\coloncolonequals","\\Coloneqq"),fO("\\equalscolon","\\eqqcolon"),fO("\\equalscoloncolon","\\Eqqcolon"),fO("\\colonminus","\\coloneq"),fO("\\coloncolonminus","\\Coloneq"),fO("\\minuscolon","\\eqcolon"),fO("\\minuscoloncolon","\\Eqcolon"),fO("\\coloncolonapprox","\\Colonapprox"),fO("\\coloncolonsim","\\Colonsim"),fO("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),fO("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}"),fO("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),fO("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}"),fO("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`∌}}"),fO("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}"),fO("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}"),fO("\\injlim","\\DOTSB\\operatorname*{inj\\,lim}"),fO("\\projlim","\\DOTSB\\operatorname*{proj\\,lim}"),fO("\\varlimsup","\\DOTSB\\operatorname*{\\overline{lim}}"),fO("\\varliminf","\\DOTSB\\operatorname*{\\underline{lim}}"),fO("\\varinjlim","\\DOTSB\\operatorname*{\\underrightarrow{lim}}"),fO("\\varprojlim","\\DOTSB\\operatorname*{\\underleftarrow{lim}}"),fO("\\gvertneqq","\\html@mathml{\\@gvertneqq}{≩}"),fO("\\lvertneqq","\\html@mathml{\\@lvertneqq}{≨}"),fO("\\ngeqq","\\html@mathml{\\@ngeqq}{≱}"),fO("\\ngeqslant","\\html@mathml{\\@ngeqslant}{≱}"),fO("\\nleqq","\\html@mathml{\\@nleqq}{≰}"),fO("\\nleqslant","\\html@mathml{\\@nleqslant}{≰}"),fO("\\nshortmid","\\html@mathml{\\@nshortmid}{∤}"),fO("\\nshortparallel","\\html@mathml{\\@nshortparallel}{∦}"),fO("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{⊈}"),fO("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{⊉}"),fO("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{⊊}"),fO("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{⫋}"),fO("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{⊋}"),fO("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{⫌}"),fO("\\imath","\\html@mathml{\\@imath}{ı}"),fO("\\jmath","\\html@mathml{\\@jmath}{ȷ}"),fO("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`⟦}}"),fO("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`⟧}}"),fO("⟦","\\llbracket"),fO("⟧","\\rrbracket"),fO("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`⦃}}"),fO("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`⦄}}"),fO("⦃","\\lBrace"),fO("⦄","\\rBrace"),fO("\\minuso","\\mathbin{\\html@mathml{{\\mathrlap{\\mathchoice{\\kern{0.145em}}{\\kern{0.145em}}{\\kern{0.1015em}}{\\kern{0.0725em}}\\circ}{-}}}{\\char`⦵}}"),fO("⦵","\\minuso"),fO("\\darr","\\downarrow"),fO("\\dArr","\\Downarrow"),fO("\\Darr","\\Downarrow"),fO("\\lang","\\langle"),fO("\\rang","\\rangle"),fO("\\uarr","\\uparrow"),fO("\\uArr","\\Uparrow"),fO("\\Uarr","\\Uparrow"),fO("\\N","\\mathbb{N}"),fO("\\R","\\mathbb{R}"),fO("\\Z","\\mathbb{Z}"),fO("\\alef","\\aleph"),fO("\\alefsym","\\aleph"),fO("\\Alpha","\\mathrm{A}"),fO("\\Beta","\\mathrm{B}"),fO("\\bull","\\bullet"),fO("\\Chi","\\mathrm{X}"),fO("\\clubs","\\clubsuit"),fO("\\cnums","\\mathbb{C}"),fO("\\Complex","\\mathbb{C}"),fO("\\Dagger","\\ddagger"),fO("\\diamonds","\\diamondsuit"),fO("\\empty","\\emptyset"),fO("\\Epsilon","\\mathrm{E}"),fO("\\Eta","\\mathrm{H}"),fO("\\exist","\\exists"),fO("\\harr","\\leftrightarrow"),fO("\\hArr","\\Leftrightarrow"),fO("\\Harr","\\Leftrightarrow"),fO("\\hearts","\\heartsuit"),fO("\\image","\\Im"),fO("\\infin","\\infty"),fO("\\Iota","\\mathrm{I}"),fO("\\isin","\\in"),fO("\\Kappa","\\mathrm{K}"),fO("\\larr","\\leftarrow"),fO("\\lArr","\\Leftarrow"),fO("\\Larr","\\Leftarrow"),fO("\\lrarr","\\leftrightarrow"),fO("\\lrArr","\\Leftrightarrow"),fO("\\Lrarr","\\Leftrightarrow"),fO("\\Mu","\\mathrm{M}"),fO("\\natnums","\\mathbb{N}"),fO("\\Nu","\\mathrm{N}"),fO("\\Omicron","\\mathrm{O}"),fO("\\plusmn","\\pm"),fO("\\rarr","\\rightarrow"),fO("\\rArr","\\Rightarrow"),fO("\\Rarr","\\Rightarrow"),fO("\\real","\\Re"),fO("\\reals","\\mathbb{R}"),fO("\\Reals","\\mathbb{R}"),fO("\\Rho","\\mathrm{P}"),fO("\\sdot","\\cdot"),fO("\\sect","\\S"),fO("\\spades","\\spadesuit"),fO("\\sub","\\subset"),fO("\\sube","\\subseteq"),fO("\\supe","\\supseteq"),fO("\\Tau","\\mathrm{T}"),fO("\\thetasym","\\vartheta"),fO("\\weierp","\\wp"),fO("\\Zeta","\\mathrm{Z}"),fO("\\argmin","\\DOTSB\\operatorname*{arg\\,min}"),fO("\\argmax","\\DOTSB\\operatorname*{arg\\,max}"),fO("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits"),fO("\\bra","\\mathinner{\\langle{#1}|}"),fO("\\ket","\\mathinner{|{#1}\\rangle}"),fO("\\braket","\\mathinner{\\langle{#1}\\rangle}"),fO("\\Bra","\\left\\langle#1\\right|"),fO("\\Ket","\\left|#1\\right\\rangle");var hN=e=>t=>{var r=t.consumeArg().tokens,n=t.consumeArg().tokens,o=t.consumeArg().tokens,i=t.consumeArg().tokens,a=t.macros.get("|"),u=t.macros.get("\\|");t.macros.beginGroup();var s=t=>r=>{e&&(r.macros.set("|",a),o.length&&r.macros.set("\\|",u));var i=t;!t&&o.length&&("|"===r.future().text&&(r.popToken(),i=!0));return{tokens:i?o:n,numArgs:0}};t.macros.set("|",s(!1)),o.length&&t.macros.set("\\|",s(!0));var l=t.consumeArg().tokens,c=t.expandTokens([...i,...l,...r]);return t.macros.endGroup(),{tokens:c.reverse(),numArgs:0}};fO("\\bra@ket",hN(!1)),fO("\\bra@set",hN(!0)),fO("\\Braket","\\bra@ket{\\left\\langle}{\\,\\middle\\vert\\,}{\\,\\middle\\vert\\,}{\\right\\rangle}"),fO("\\Set","\\bra@set{\\left\\{\\:}{\\;\\middle\\vert\\;}{\\;\\middle\\Vert\\;}{\\:\\right\\}}"),fO("\\set","\\bra@set{\\{\\,}{\\mid}{}{\\,\\}}"),fO("\\angln","{\\angl n}"),fO("\\blue","\\textcolor{##6495ed}{#1}"),fO("\\orange","\\textcolor{##ffa500}{#1}"),fO("\\pink","\\textcolor{##ff00af}{#1}"),fO("\\red","\\textcolor{##df0030}{#1}"),fO("\\green","\\textcolor{##28ae7b}{#1}"),fO("\\gray","\\textcolor{gray}{#1}"),fO("\\purple","\\textcolor{##9d38bd}{#1}"),fO("\\blueA","\\textcolor{##ccfaff}{#1}"),fO("\\blueB","\\textcolor{##80f6ff}{#1}"),fO("\\blueC","\\textcolor{##63d9ea}{#1}"),fO("\\blueD","\\textcolor{##11accd}{#1}"),fO("\\blueE","\\textcolor{##0c7f99}{#1}"),fO("\\tealA","\\textcolor{##94fff5}{#1}"),fO("\\tealB","\\textcolor{##26edd5}{#1}"),fO("\\tealC","\\textcolor{##01d1c1}{#1}"),fO("\\tealD","\\textcolor{##01a995}{#1}"),fO("\\tealE","\\textcolor{##208170}{#1}"),fO("\\greenA","\\textcolor{##b6ffb0}{#1}"),fO("\\greenB","\\textcolor{##8af281}{#1}"),fO("\\greenC","\\textcolor{##74cf70}{#1}"),fO("\\greenD","\\textcolor{##1fab54}{#1}"),fO("\\greenE","\\textcolor{##0d923f}{#1}"),fO("\\goldA","\\textcolor{##ffd0a9}{#1}"),fO("\\goldB","\\textcolor{##ffbb71}{#1}"),fO("\\goldC","\\textcolor{##ff9c39}{#1}"),fO("\\goldD","\\textcolor{##e07d10}{#1}"),fO("\\goldE","\\textcolor{##a75a05}{#1}"),fO("\\redA","\\textcolor{##fca9a9}{#1}"),fO("\\redB","\\textcolor{##ff8482}{#1}"),fO("\\redC","\\textcolor{##f9685d}{#1}"),fO("\\redD","\\textcolor{##e84d39}{#1}"),fO("\\redE","\\textcolor{##bc2612}{#1}"),fO("\\maroonA","\\textcolor{##ffbde0}{#1}"),fO("\\maroonB","\\textcolor{##ff92c6}{#1}"),fO("\\maroonC","\\textcolor{##ed5fa6}{#1}"),fO("\\maroonD","\\textcolor{##ca337c}{#1}"),fO("\\maroonE","\\textcolor{##9e034e}{#1}"),fO("\\purpleA","\\textcolor{##ddd7ff}{#1}"),fO("\\purpleB","\\textcolor{##c6b9fc}{#1}"),fO("\\purpleC","\\textcolor{##aa87ff}{#1}"),fO("\\purpleD","\\textcolor{##7854ab}{#1}"),fO("\\purpleE","\\textcolor{##543b78}{#1}"),fO("\\mintA","\\textcolor{##f5f9e8}{#1}"),fO("\\mintB","\\textcolor{##edf2df}{#1}"),fO("\\mintC","\\textcolor{##e0e5cc}{#1}"),fO("\\grayA","\\textcolor{##f6f7f7}{#1}"),fO("\\grayB","\\textcolor{##f0f1f2}{#1}"),fO("\\grayC","\\textcolor{##e3e5e6}{#1}"),fO("\\grayD","\\textcolor{##d6d8da}{#1}"),fO("\\grayE","\\textcolor{##babec2}{#1}"),fO("\\grayF","\\textcolor{##888d93}{#1}"),fO("\\grayG","\\textcolor{##626569}{#1}"),fO("\\grayH","\\textcolor{##3b3e40}{#1}"),fO("\\grayI","\\textcolor{##21242c}{#1}"),fO("\\kaBlue","\\textcolor{##314453}{#1}"),fO("\\kaGreen","\\textcolor{##71B307}{#1}");var pN={"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0};class gN{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 aN(uN,t.macros),this.mode=r,this.stack=[]}feed(e){this.lexer=new iN(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){var 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 SS("EOF",r.loc)),this.pushTokens(n),t.range(r,"")}consumeSpaces(){for(;;){if(" "!==this.future().text)break;this.stack.pop()}}consumeArg(e){var t=[],r=e&&e.length>0;r||this.consumeSpaces();var n,o=this.future(),i=0,a=0;do{if(n=this.popToken(),t.push(n),"{"===n.text)++i;else if("}"===n.text){if(-1===--i)throw new kS("Extra }",n)}else if("EOF"===n.text)throw new kS("Unexpected end of input in a macro argument, expected '"+(e&&r?e[a]:"}")+"'",n);if(e&&r)if((0===i||1===i&&"{"===e[a])&&n.text===e[a]){if(++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:n}}consumeArgs(e,t){if(t){if(t.length!==e+1)throw new kS("The length of delimiters doesn't match the number of args!");for(var r=t[0],n=0;n<r.length;n++){var o=this.popToken();if(r[n]!==o.text)throw new kS("Use of the macro doesn't match its definition",o)}}for(var i=[],a=0;a<e;a++)i.push(this.consumeArg(t&&t[a+1]).tokens);return i}countExpansion(e){if(this.expansionCount+=e,this.expansionCount>this.settings.maxExpand)throw new kS("Too many expansions: infinite loop or need to increase maxExpand setting")}expandOnce(e){var t=this.popToken(),r=t.text,n=t.noexpand?null:this._getExpansion(r);if(null==n||e&&n.unexpandable){if(e&&null==n&&"\\"===r[0]&&!this.isDefined(r))throw new kS("Undefined control sequence: "+r);return this.pushToken(t),!1}this.countExpansion(1);var o=n.tokens,i=this.consumeArgs(n.numArgs,n.delimiters);if(n.numArgs)for(var a=(o=o.slice()).length-1;a>=0;--a){var u=o[a];if("#"===u.text){if(0===a)throw new kS("Incomplete placeholder at end of macro body",u);if("#"===(u=o[--a]).text)o.splice(a+1,1);else{if(!/^[1-9]$/.test(u.text))throw new kS("Not a valid argument number",u);o.splice(a,2,...i[+u.text-1])}}}return this.pushTokens(o),o.length}expandAfterFuture(){return this.expandOnce(),this.future()}expandNextToken(){for(;;)if(!1===this.expandOnce()){var e=this.stack.pop();return e.treatAsRelax&&(e.text="\\relax"),e}throw new Error}expandMacro(e){return this.macros.has(e)?this.expandTokens([new SS(e)]):void 0}expandTokens(e){var t=[],r=this.stack.length;for(this.pushTokens(e);this.stack.length>r;)if(!1===this.expandOnce(!0)){var n=this.stack.pop();n.treatAsRelax&&(n.noexpand=!1,n.treatAsRelax=!1),t.push(n)}return this.countExpansion(t.length),t}expandMacroAsText(e){var t=this.expandMacro(e);return t?t.map(e=>e.text).join(""):t}_getExpansion(e){var t=this.macros.get(e);if(null==t)return t;if(1===e.length){var r=this.lexer.catcodes[e];if(null!=r&&13!==r)return}var n="function"==typeof t?t(this):t;if("string"==typeof n){var o=0;if(-1!==n.indexOf("#"))for(var i=n.replace(/##/g,"");-1!==i.indexOf("#"+(o+1));)++o;for(var a=new iN(n,this.settings),u=[],s=a.lex();"EOF"!==s.text;)u.push(s),s=a.lex();return u.reverse(),{tokens:u,numArgs:o}}return n}isDefined(e){return this.macros.has(e)||QO.hasOwnProperty(e)||kk.math.hasOwnProperty(e)||kk.text.hasOwnProperty(e)||pN.hasOwnProperty(e)}isExpandable(e){var t=this.macros.get(e);return null!=t?"string"==typeof t||"function"==typeof t||!t.unexpandable:QO.hasOwnProperty(e)&&!QO[e].primitive}}var vN=/^[₊₋₌₍₎₀₁₂₃₄₅₆₇₈₉ₐₑₕᵢⱼₖₗₘₙₒₚᵣₛₜᵤᵥₓᵦᵧᵨᵩᵪ]/,mN=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","ᵝ":"β","ᵞ":"γ","ᵟ":"δ","ᵠ":"ϕ","ᵡ":"χ","ᶿ":"θ"}),yN={"́":{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"}},bN={"á":"á","à":"à","ä":"ä","ǟ":"ǟ","ã":"ã","ā":"ā","ă":"ă","ắ":"ắ","ằ":"ằ","ẵ":"ẵ","ǎ":"ǎ","â":"â","ấ":"ấ","ầ":"ầ","ẫ":"ẫ","ȧ":"ȧ","ǡ":"ǡ","å":"å","ǻ":"ǻ","ḃ":"ḃ","ć":"ć","ḉ":"ḉ","č":"č","ĉ":"ĉ","ċ":"ċ","ç":"ç","ď":"ď","ḋ":"ḋ","ḑ":"ḑ","é":"é","è":"è","ë":"ë","ẽ":"ẽ","ē":"ē","ḗ":"ḗ","ḕ":"ḕ","ĕ":"ĕ","ḝ":"ḝ","ě":"ě","ê":"ê","ế":"ế","ề":"ề","ễ":"ễ","ė":"ė","ȩ":"ȩ","ḟ":"ḟ","ǵ":"ǵ","ḡ":"ḡ","ğ":"ğ","ǧ":"ǧ","ĝ":"ĝ","ġ":"ġ","ģ":"ģ","ḧ":"ḧ","ȟ":"ȟ","ĥ":"ĥ","ḣ":"ḣ","ḩ":"ḩ","í":"í","ì":"ì","ï":"ï","ḯ":"ḯ","ĩ":"ĩ","ī":"ī","ĭ":"ĭ","ǐ":"ǐ","î":"î","ǰ":"ǰ","ĵ":"ĵ","ḱ":"ḱ","ǩ":"ǩ","ķ":"ķ","ĺ":"ĺ","ľ":"ľ","ļ":"ļ","ḿ":"ḿ","ṁ":"ṁ","ń":"ń","ǹ":"ǹ","ñ":"ñ","ň":"ň","ṅ":"ṅ","ņ":"ņ","ó":"ó","ò":"ò","ö":"ö","ȫ":"ȫ","õ":"õ","ṍ":"ṍ","ṏ":"ṏ","ȭ":"ȭ","ō":"ō","ṓ":"ṓ","ṑ":"ṑ","ŏ":"ŏ","ǒ":"ǒ","ô":"ô","ố":"ố","ồ":"ồ","ỗ":"ỗ","ȯ":"ȯ","ȱ":"ȱ","ő":"ő","ṕ":"ṕ","ṗ":"ṗ","ŕ":"ŕ","ř":"ř","ṙ":"ṙ","ŗ":"ŗ","ś":"ś","ṥ":"ṥ","š":"š","ṧ":"ṧ","ŝ":"ŝ","ṡ":"ṡ","ş":"ş","ẗ":"ẗ","ť":"ť","ṫ":"ṫ","ţ":"ţ","ú":"ú","ù":"ù","ü":"ü","ǘ":"ǘ","ǜ":"ǜ","ǖ":"ǖ","ǚ":"ǚ","ũ":"ũ","ṹ":"ṹ","ū":"ū","ṻ":"ṻ","ŭ":"ŭ","ǔ":"ǔ","û":"û","ů":"ů","ű":"ű","ṽ":"ṽ","ẃ":"ẃ","ẁ":"ẁ","ẅ":"ẅ","ŵ":"ŵ","ẇ":"ẇ","ẘ":"ẘ","ẍ":"ẍ","ẋ":"ẋ","ý":"ý","ỳ":"ỳ","ÿ":"ÿ","ỹ":"ỹ","ȳ":"ȳ","ŷ":"ŷ","ẏ":"ẏ","ẙ":"ẙ","ź":"ź","ž":"ž","ẑ":"ẑ","ż":"ż","Á":"Á","À":"À","Ä":"Ä","Ǟ":"Ǟ","Ã":"Ã","Ā":"Ā","Ă":"Ă","Ắ":"Ắ","Ằ":"Ằ","Ẵ":"Ẵ","Ǎ":"Ǎ","Â":"Â","Ấ":"Ấ","Ầ":"Ầ","Ẫ":"Ẫ","Ȧ":"Ȧ","Ǡ":"Ǡ","Å":"Å","Ǻ":"Ǻ","Ḃ":"Ḃ","Ć":"Ć","Ḉ":"Ḉ","Č":"Č","Ĉ":"Ĉ","Ċ":"Ċ","Ç":"Ç","Ď":"Ď","Ḋ":"Ḋ","Ḑ":"Ḑ","É":"É","È":"È","Ë":"Ë","Ẽ":"Ẽ","Ē":"Ē","Ḗ":"Ḗ","Ḕ":"Ḕ","Ĕ":"Ĕ","Ḝ":"Ḝ","Ě":"Ě","Ê":"Ê","Ế":"Ế","Ề":"Ề","Ễ":"Ễ","Ė":"Ė","Ȩ":"Ȩ","Ḟ":"Ḟ","Ǵ":"Ǵ","Ḡ":"Ḡ","Ğ":"Ğ","Ǧ":"Ǧ","Ĝ":"Ĝ","Ġ":"Ġ","Ģ":"Ģ","Ḧ":"Ḧ","Ȟ":"Ȟ","Ĥ":"Ĥ","Ḣ":"Ḣ","Ḩ":"Ḩ","Í":"Í","Ì":"Ì","Ï":"Ï","Ḯ":"Ḯ","Ĩ":"Ĩ","Ī":"Ī","Ĭ":"Ĭ","Ǐ":"Ǐ","Î":"Î","İ":"İ","Ĵ":"Ĵ","Ḱ":"Ḱ","Ǩ":"Ǩ","Ķ":"Ķ","Ĺ":"Ĺ","Ľ":"Ľ","Ļ":"Ļ","Ḿ":"Ḿ","Ṁ":"Ṁ","Ń":"Ń","Ǹ":"Ǹ","Ñ":"Ñ","Ň":"Ň","Ṅ":"Ṅ","Ņ":"Ņ","Ó":"Ó","Ò":"Ò","Ö":"Ö","Ȫ":"Ȫ","Õ":"Õ","Ṍ":"Ṍ","Ṏ":"Ṏ","Ȭ":"Ȭ","Ō":"Ō","Ṓ":"Ṓ","Ṑ":"Ṑ","Ŏ":"Ŏ","Ǒ":"Ǒ","Ô":"Ô","Ố":"Ố","Ồ":"Ồ","Ỗ":"Ỗ","Ȯ":"Ȯ","Ȱ":"Ȱ","Ő":"Ő","Ṕ":"Ṕ","Ṗ":"Ṗ","Ŕ":"Ŕ","Ř":"Ř","Ṙ":"Ṙ","Ŗ":"Ŗ","Ś":"Ś","Ṥ":"Ṥ","Š":"Š","Ṧ":"Ṧ","Ŝ":"Ŝ","Ṡ":"Ṡ","Ş":"Ş","Ť":"Ť","Ṫ":"Ṫ","Ţ":"Ţ","Ú":"Ú","Ù":"Ù","Ü":"Ü","Ǘ":"Ǘ","Ǜ":"Ǜ","Ǖ":"Ǖ","Ǚ":"Ǚ","Ũ":"Ũ","Ṹ":"Ṹ","Ū":"Ū","Ṻ":"Ṻ","Ŭ":"Ŭ","Ǔ":"Ǔ","Û":"Û","Ů":"Ů","Ű":"Ű","Ṽ":"Ṽ","Ẃ":"Ẃ","Ẁ":"Ẁ","Ẅ":"Ẅ","Ŵ":"Ŵ","Ẇ":"Ẇ","Ẍ":"Ẍ","Ẋ":"Ẋ","Ý":"Ý","Ỳ":"Ỳ","Ÿ":"Ÿ","Ỹ":"Ỹ","Ȳ":"Ȳ","Ŷ":"Ŷ","Ẏ":"Ẏ","Ź":"Ź","Ž":"Ž","Ẑ":"Ẑ","Ż":"Ż","ά":"ά","ὰ":"ὰ","ᾱ":"ᾱ","ᾰ":"ᾰ","έ":"έ","ὲ":"ὲ","ή":"ή","ὴ":"ὴ","ί":"ί","ὶ":"ὶ","ϊ":"ϊ","ΐ":"ΐ","ῒ":"ῒ","ῑ":"ῑ","ῐ":"ῐ","ό":"ό","ὸ":"ὸ","ύ":"ύ","ὺ":"ὺ","ϋ":"ϋ","ΰ":"ΰ","ῢ":"ῢ","ῡ":"ῡ","ῠ":"ῠ","ώ":"ώ","ὼ":"ὼ","Ύ":"Ύ","Ὺ":"Ὺ","Ϋ":"Ϋ","Ῡ":"Ῡ","Ῠ":"Ῠ","Ώ":"Ώ","Ὼ":"Ὼ"};class DN{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 gN(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 kS("Expected '"+e+"', got '"+this.fetch().text+"'",this.fetch());t&&this.consume()}consume(){this.nextToken=null}fetch(){return null==this.nextToken&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken}switchMode(e){this.mode=e,this.gullet.switchMode(e)}parse(){this.settings.globalGroup||this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set("\\color","\\textcolor");try{var e=this.parseExpression(!1);return this.expect("EOF"),this.settings.globalGroup||this.gullet.endGroup(),e}finally{this.gullet.endGroups()}}subparse(e){var t=this.nextToken;this.consume(),this.gullet.pushToken(new SS("}")),this.gullet.pushTokens(e);var r=this.parseExpression(!1);return this.expect("}"),this.nextToken=t,r}parseExpression(e,t){for(var r=[];;){"math"===this.mode&&this.consumeSpaces();var n=this.fetch();if(-1!==DN.endOfExpression.indexOf(n.text))break;if(t&&n.text===t)break;if(e&&QO[n.text]&&QO[n.text].infix)break;var 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){for(var t,r=-1,n=0;n<e.length;n++)if("infix"===e[n].type){if(-1!==r)throw new kS("only one infix operator per group",e[n].token);r=n,t=e[n].replaceWith}if(-1!==r&&t){var o,i,a=e.slice(0,r),u=e.slice(r+1);return o=1===a.length&&"ordgroup"===a[0].type?a[0]:{type:"ordgroup",mode:this.mode,body:a},i=1===u.length&&"ordgroup"===u[0].type?u[0]:{type:"ordgroup",mode:this.mode,body:u},["\\\\abovefrac"===t?this.callFunction(t,[o,e[r],i],[]):this.callFunction(t,[o,i],[])]}return e}handleSupSubscript(e){var t,r=this.fetch(),n=r.text;this.consume(),this.consumeSpaces();do{var o;t=this.parseGroup(e)}while("internal"===(null==(o=t)?void 0:o.type));if(!t)throw new kS("Expected group after '"+n+"'",r);return t}formatUnsupportedCmd(e){for(var t=[],r=0;r<e.length;r++)t.push({type:"textord",mode:"text",text:e[r]});var n={type:"text",mode:this.mode,body:t};return{type:"color",mode:this.mode,color:this.settings.errorColor,body:[n]}}parseAtom(e){var t,r,n=this.parseGroup("atom",e);if("internal"===(null==n?void 0:n.type))return n;if("text"===this.mode)return n;for(;;){this.consumeSpaces();var o=this.fetch();if("\\limits"===o.text||"\\nolimits"===o.text){if(n&&"op"===n.type){var i="\\limits"===o.text;n.limits=i,n.alwaysHandleSupSub=!0}else{if(!n||"operatorname"!==n.type)throw new kS("Limit controls must follow a math operator",o);n.alwaysHandleSupSub&&(n.limits="\\limits"===o.text)}this.consume()}else if("^"===o.text){if(t)throw new kS("Double superscript",o);t=this.handleSupSubscript("superscript")}else if("_"===o.text){if(r)throw new kS("Double subscript",o);r=this.handleSupSubscript("subscript")}else if("'"===o.text){if(t)throw new kS("Double superscript",o);var a={type:"textord",mode:this.mode,text:"\\prime"},u=[a];for(this.consume();"'"===this.fetch().text;)u.push(a),this.consume();"^"===this.fetch().text&&u.push(this.handleSupSubscript("superscript")),t={type:"ordgroup",mode:this.mode,body:u}}else{if(!mN[o.text])break;var s=vN.test(o.text),l=[];for(l.push(new SS(mN[o.text])),this.consume();;){var c=this.fetch().text;if(!mN[c])break;if(vN.test(c)!==s)break;l.unshift(new SS(mN[c])),this.consume()}var d=this.subparse(l);s?r={type:"ordgroup",mode:"math",body:d}:t={type:"ordgroup",mode:"math",body:d}}}return t||r?{type:"supsub",mode:this.mode,base:n,sup:t,sub:r}:n}parseFunction(e,t){var r=this.fetch(),n=r.text,o=QO[n];if(!o)return null;if(this.consume(),t&&"atom"!==t&&!o.allowedInArgument)throw new kS("Got function '"+n+"' with no arguments"+(t?" as "+t:""),r);if("text"===this.mode&&!o.allowedInText)throw new kS("Can't use function '"+n+"' in text mode",r);if("math"===this.mode&&!1===o.allowedInMath)throw new kS("Can't use function '"+n+"' in math mode",r);var{args:i,optArgs:a}=this.parseArguments(n,o);return this.callFunction(n,i,a,r,e)}callFunction(e,t,r,n,o){var i={funcName:e,parser:this,token:n,breakOnTokenText:o},a=QO[e];if(a&&a.handler)return a.handler(i,t,r);throw new kS("No function handler for "+e)}parseArguments(e,t){var r=t.numArgs+t.numOptionalArgs;if(0===r)return{args:[],optArgs:[]};for(var n=[],o=[],i=0;i<r;i++){var a=t.argTypes&&t.argTypes[i],u=i<t.numOptionalArgs;(t.primitive&&null==a||"sqrt"===t.type&&1===i&&null==o[0])&&(a="primitive");var s=this.parseGroupOfType("argument to '"+e+"'",a,u);if(u)o.push(s);else{if(null==s)throw new kS("Null argument, please report this as a bug");n.push(s)}}return{args:n,optArgs:o}}parseGroupOfType(e,t,r){switch(t){case"color":return this.parseColorGroup(r);case"size":return this.parseSizeGroup(r);case"url":return this.parseUrlGroup(r);case"math":case"text":return this.parseArgumentGroup(r,t);case"hbox":var n=this.parseArgumentGroup(r,"text");return null!=n?{type:"styling",mode:n.mode,body:[n],style:"text"}:null;case"raw":var o=this.parseStringGroup("raw",r);return null!=o?{type:"raw",mode:"text",string:o.text}:null;case"primitive":if(r)throw new kS("A primitive argument cannot be optional");var i=this.parseGroup(e);if(null==i)throw new kS("Expected group as "+e,this.fetch());return i;case"original":case null:case void 0:return this.parseArgumentGroup(r);default:throw new kS("Unknown group type as "+e,this.fetch())}}consumeSpaces(){for(;" "===this.fetch().text;)this.consume()}parseStringGroup(e,t){var r=this.gullet.scanArgument(t);if(null==r)return null;for(var n,o="";"EOF"!==(n=this.fetch()).text;)o+=n.text,this.consume();return this.consume(),r.text=o,r}parseRegexGroup(e,t){for(var r,n=this.fetch(),o=n,i="";"EOF"!==(r=this.fetch()).text&&e.test(i+r.text);)i+=(o=r).text,this.consume();if(""===i)throw new kS("Invalid "+t+": '"+n.text+"'",n);return n.range(o,i)}parseColorGroup(e){var t=this.parseStringGroup("color",e);if(null==t)return null;var r=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(t.text);if(!r)throw new kS("Invalid color: '"+t.text+"'",t);var n=r[0];return/^[0-9a-f]{6}$/i.test(n)&&(n="#"+n),{type:"color-token",mode:this.mode,color:n}}parseSizeGroup(e){var t,r=!1;if(this.gullet.consumeSpaces(),!(t=e||"{"===this.gullet.future().text?this.parseStringGroup("size",e):this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,"size")))return null;e||0!==t.text.length||(t.text="0pt",r=!0);var n=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(t.text);if(!n)throw new kS("Invalid size: '"+t.text+"'",t);var o={number:+(n[1]+n[2]),unit:n[3]};if(!lk(o))throw new kS("Invalid unit: '"+o.unit+"'",t);return{type:"size",mode:this.mode,value:o,isBlank:r}}parseUrlGroup(e){this.gullet.lexer.setCatcode("%",13),this.gullet.lexer.setCatcode("~",12);var t=this.parseStringGroup("url",e);if(this.gullet.lexer.setCatcode("%",14),this.gullet.lexer.setCatcode("~",13),null==t)return null;var r=t.text.replace(/\\([#$%&~_^{}])/g,"$1");return{type:"url",mode:this.mode,url:r}}parseArgumentGroup(e,t){var r=this.gullet.scanArgument(e);if(null==r)return null;var n=this.mode;t&&this.switchMode(t),this.gullet.beginGroup();var o=this.parseExpression(!1,"EOF");this.expect("EOF"),this.gullet.endGroup();var i={type:"ordgroup",mode:this.mode,loc:r.loc,body:o};return t&&this.switchMode(n),i}parseGroup(e,t){var r,n=this.fetch(),o=n.text;if("{"===o||"\\begingroup"===o){this.consume();var i="{"===o?"}":"\\endgroup";this.gullet.beginGroup();var a=this.parseExpression(!1,i),u=this.fetch();this.expect(i),this.gullet.endGroup(),r={type:"ordgroup",mode:this.mode,loc:BS.range(n,u),body:a,semisimple:"\\begingroup"===o||void 0}}else if(null==(r=this.parseFunction(t,e)||this.parseSymbol())&&"\\"===o[0]&&!pN.hasOwnProperty(o)){if(this.settings.throwOnError)throw new kS("Undefined control sequence: "+o,n);r=this.formatUnsupportedCmd(o),this.consume()}return r}formLigatures(e){for(var t=e.length-1,r=0;r<t;++r){var 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:BS.range(n,e[r+2]),text:"---"}),t-=2):(e.splice(r,2,{type:"textord",mode:"text",loc:BS.range(n,e[r+1]),text:"--"}),t-=1)),"'"!==o&&"`"!==o||e[r+1].text!==o||(e.splice(r,2,{type:"textord",mode:"text",loc:BS.range(n,e[r+1]),text:o+o}),t-=1)}}parseSymbol(){var e=this.fetch(),t=e.text;if(/^\\verb[^a-zA-Z]/.test(t)){this.consume();var r=t.slice(5),n="*"===r.charAt(0);if(n&&(r=r.slice(1)),r.length<2||r.charAt(0)!==r.slice(-1))throw new kS("\\verb assertion failed --\n please report what input caused this bug");return{type:"verb",mode:"text",body:r=r.slice(1,-1),star:n}}bN.hasOwnProperty(t[0])&&!kk[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=bN[t[0]]+t.slice(1));var o,i=nN.exec(t);if(i&&("i"===(t=t.substring(0,i.index))?t="ı":"j"===t&&(t="ȷ")),kk[this.mode][t]){this.settings.strict&&"math"===this.mode&&aF.indexOf(t)>=0&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+t[0]+'" used in math mode',e);var a,u=kk[this.mode][t].group,s=BS.range(e);if(Bk.hasOwnProperty(u)){var l=u;a={type:"atom",mode:this.mode,family:l,loc:s,text:t}}else a={type:u,mode:this.mode,loc:s,text:t};o=a}else{if(!(t.charCodeAt(0)>=128))return null;this.settings.strict&&(YS(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:BS.range(e),text:t}}if(this.consume(),i)for(var c=0;c<i[0].length;c++){var d=i[0][c];if(!yN[d])throw new kS("Unknown accent ' "+d+"'",e);var f=yN[d][this.mode]||yN[d].text;if(!f)throw new kS("Accent "+d+" unsupported in "+this.mode+" mode",e);o={type:"accent",mode:this.mode,loc:BS.range(e),label:f,isStretchy:!1,isShifty:!0,base:o}}return o}}DN.endOfExpression=["}","\\endgroup","\\end","\\right","&"];var CN=function(e,t){if(!("string"==typeof e||e instanceof String))throw new TypeError("KaTeX can only parse string typed expression");var r=new DN(e,t);delete r.gullet.macros.current["\\df@tag"];var n=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 kS("\\tag works only in display equations");n=[{type:"tag",mode:"text",body:n,tag:r.subparse([new SS("\\df@tag")])}]}return n},EN=function(e,t,r){t.textContent="";var n=AN(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."),EN=function(){throw new kS("KaTeX doesn't work in quirks mode.")});var wN=function(e,t,r){if(r.throwOnError||!(e instanceof kS))throw e;var n=CF.makeSpan(["katex-error"],[new Ck(t)]);return n.setAttribute("title",e.toString()),n.setAttribute("style","color:"+r.errorColor),n},AN=function(e,t){var r=new RS(t);try{return function(e,t,r){var n,o=aT(r);if("mathml"===r.output)return iT(e,t,o,r.displayMode,!0);if("html"===r.output){var i=GF(e,o);n=CF.makeSpan(["katex"],[i])}else{var a=iT(e,t,o,r.displayMode,!1),u=GF(e,o);n=CF.makeSpan(["katex"],[a,u])}return uT(n,r)}(CN(e,r),e,r)}catch(t){return wN(t,e,r)}},xN={version:"0.16.22",render:EN,renderToString:function(e,t){return AN(e,t).toMarkup()},ParseError:kS,SETTINGS_SCHEMA:MS,__parse:function(e,t){var r=new RS(t);return CN(e,r)},__renderToDomTree:AN,__renderToHTMLTree:function(e,t){var r=new RS(t);try{return function(e,t,r){var n=GF(e,aT(r)),o=CF.makeSpan(["katex"],[n]);return uT(o,r)}(CN(e,r),0,r)}catch(t){return wN(t,e,r)}},__setFontMetrics:function(e,t){JS[e]=t},__defineSymbol:Fk,__defineFunction:TF,__defineMacro:fO,__domTree:{Span:mk,Anchor:yk,SymbolNode:Ck,SvgNode:Ek,PathNode:wk,LineNode:Ak}},BN=function(e,t){return BN=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},BN(e,t)};function SN(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a}"function"==typeof SuppressedError&&SuppressedError;var kN,FN,TN="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},ON={};function NN(){if(FN)return kN;FN=1;var e=function(e){return e&&e.Math===Math&&e};return kN=e("object"==typeof globalThis&&globalThis)||e("object"==typeof window&&window)||e("object"==typeof self&&self)||e("object"==typeof TN&&TN)||e("object"==typeof kN&&kN)||function(){return this}()||Function("return this")()}var PN,MN,IN,RN,LN,_N,zN,jN,HN,$N,VN,UN,qN,WN,GN,YN,KN,XN,ZN,JN,QN,eP,tP,rP,nP,oP,iP,aP,uP,sP,lP,cP,dP,fP,hP,pP,gP,vP={exports:{}};function mP(){if(RN)return IN;RN=1;var e=NN(),t=Object.defineProperty;return IN=function(r,n){try{t(e,r,{value:n,configurable:!0,writable:!0})}catch(t){e[r]=n}return n}}function yP(){if(LN)return vP.exports;LN=1;var e=MN?PN:(MN=1,PN=!1),t=NN(),r=mP(),n="__core-js_shared__",o=vP.exports=t[n]||r(n,{});return(o.versions||(o.versions=[])).push({version:"3.44.0",mode:e?"pure":"global",copyright:"© 2014-2025 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.44.0/LICENSE",source:"https://github.com/zloirock/core-js"}),vP.exports}function bP(){if(zN)return _N;zN=1;var e=yP();return _N=function(t,r){return e[t]||(e[t]=r||{})}}function DP(){return HN?jN:(HN=1,jN=function(e){try{return!!e()}catch(e){return!0}})}function CP(){if(VN)return $N;VN=1;var e=DP();return $N=!e(function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")})}function EP(){if(qN)return UN;qN=1;var e=CP(),t=Function.prototype,r=t.call,n=e&&t.bind.bind(r,r);return UN=e?n:function(e){return function(){return r.apply(e,arguments)}},UN}function wP(){return GN?WN:(GN=1,WN=function(e){return null==e})}function AP(){if(KN)return YN;KN=1;var e=wP(),t=TypeError;return YN=function(r){if(e(r))throw new t("Can't call method on "+r);return r}}function xP(){if(ZN)return XN;ZN=1;var e=AP(),t=Object;return XN=function(r){return t(e(r))}}function BP(){if(QN)return JN;QN=1;var e=EP(),t=xP(),r=e({}.hasOwnProperty);return JN=Object.hasOwn||function(e,n){return r(t(e),n)}}function SP(){if(tP)return eP;tP=1;var e=EP(),t=0,r=Math.random(),n=e(1.1.toString);return eP=function(e){return"Symbol("+(void 0===e?"":e)+")_"+n(++t+r,36)}}function kP(){if(iP)return oP;iP=1;var e,t,r=NN(),n=function(){if(nP)return rP;nP=1;var e=NN().navigator,t=e&&e.userAgent;return rP=t?String(t):""}(),o=r.process,i=r.Deno,a=o&&o.versions||i&&i.version,u=a&&a.v8;return u&&(t=(e=u.split("."))[0]>0&&e[0]<4?1:+(e[0]+e[1])),!t&&n&&(!(e=n.match(/Edge\/(\d+)/))||e[1]>=74)&&(e=n.match(/Chrome\/(\d+)/))&&(t=+e[1]),oP=t}function FP(){if(uP)return aP;uP=1;var e=kP(),t=DP(),r=NN().String;return aP=!!Object.getOwnPropertySymbols&&!t(function(){var t=Symbol("symbol detection");return!r(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&e&&e<41})}function TP(){if(lP)return sP;lP=1;var e=FP();return sP=e&&!Symbol.sham&&"symbol"==typeof Symbol.iterator}function OP(){if(dP)return cP;dP=1;var e=NN(),t=bP(),r=BP(),n=SP(),o=FP(),i=TP(),a=e.Symbol,u=t("wks"),s=i?a.for||a:a&&a.withoutSetter||n;return cP=function(e){return r(u,e)||(u[e]=o&&r(a,e)?a[e]:s("Symbol."+e)),u[e]}}function NP(){if(hP)return fP;hP=1;var e={};return e[OP()("toStringTag")]="z",fP="[object z]"===String(e)}function PP(){if(gP)return pP;gP=1;var e="object"==typeof document&&document.all;return pP=void 0===e&&void 0!==e?function(t){return"function"==typeof t||t===e}:function(e){return"function"==typeof e}}var MP,IP,RP,LP,_P,zP,jP,HP,$P,VP,UP,qP,WP,GP,YP,KP,XP,ZP,JP,QP,eM,tM,rM,nM,oM,iM,aM,uM,sM,lM,cM,dM,fM,hM={};function pM(){if(IP)return MP;IP=1;var e=DP();return MP=!e(function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})}function gM(){if(LP)return RP;LP=1;var e=PP();return RP=function(t){return"object"==typeof t?null!==t:e(t)}}function vM(){if(zP)return _P;zP=1;var e=NN(),t=gM(),r=e.document,n=t(r)&&t(r.createElement);return _P=function(e){return n?r.createElement(e):{}}}function mM(){if(HP)return jP;HP=1;var e=pM(),t=DP(),r=vM();return jP=!e&&!t(function(){return 7!==Object.defineProperty(r("div"),"a",{get:function(){return 7}}).a})}function yM(){if(VP)return $P;VP=1;var e=pM(),t=DP();return $P=e&&t(function(){return 42!==Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype})}function bM(){if(qP)return UP;qP=1;var e=gM(),t=String,r=TypeError;return UP=function(n){if(e(n))return n;throw new r(t(n)+" is not an object")}}function DM(){if(GP)return WP;GP=1;var e=CP(),t=Function.prototype.call;return WP=e?t.bind(t):function(){return t.apply(t,arguments)},WP}function CM(){if(KP)return YP;KP=1;var e=NN(),t=PP();return YP=function(r,n){return arguments.length<2?(o=e[r],t(o)?o:void 0):e[r]&&e[r][n];var o},YP}function EM(){if(ZP)return XP;ZP=1;var e=EP();return XP=e({}.isPrototypeOf)}function wM(){if(QP)return JP;QP=1;var e=CM(),t=PP(),r=EM(),n=TP(),o=Object;return JP=n?function(e){return"symbol"==typeof e}:function(n){var i=e("Symbol");return t(i)&&r(i.prototype,o(n))}}function AM(){if(tM)return eM;tM=1;var e=String;return eM=function(t){try{return e(t)}catch(e){return"Object"}}}function xM(){if(nM)return rM;nM=1;var e=PP(),t=AM(),r=TypeError;return rM=function(n){if(e(n))return n;throw new r(t(n)+" is not a function")}}function BM(){if(iM)return oM;iM=1;var e=xM(),t=wP();return oM=function(r,n){var o=r[n];return t(o)?void 0:e(o)},oM}function SM(){if(lM)return sM;lM=1;var e=DM(),t=gM(),r=wM(),n=BM(),o=function(){if(uM)return aM;uM=1;var e=DM(),t=PP(),r=gM(),n=TypeError;return aM=function(o,i){var a,u;if("string"===i&&t(a=o.toString)&&!r(u=e(a,o)))return u;if(t(a=o.valueOf)&&!r(u=e(a,o)))return u;if("string"!==i&&t(a=o.toString)&&!r(u=e(a,o)))return u;throw new n("Can't convert object to primitive value")},aM}(),i=OP(),a=TypeError,u=i("toPrimitive");return sM=function(i,s){if(!t(i)||r(i))return i;var l,c=n(i,u);if(c){if(void 0===s&&(s="default"),l=e(c,i,s),!t(l)||r(l))return l;throw new a("Can't convert object to primitive value")}return void 0===s&&(s="number"),o(i,s)}}function kM(){if(dM)return cM;dM=1;var e=SM(),t=wM();return cM=function(r){var n=e(r,"string");return t(n)?n:n+""}}function FM(){if(fM)return hM;fM=1;var e=pM(),t=mM(),r=yM(),n=bM(),o=kM(),i=TypeError,a=Object.defineProperty,u=Object.getOwnPropertyDescriptor,s="enumerable",l="configurable",c="writable";return hM.f=e?r?function(e,t,r){if(n(e),t=o(t),n(r),"function"==typeof e&&"prototype"===t&&"value"in r&&c in r&&!r[c]){var i=u(e,t);i&&i[c]&&(e[t]=r.value,r={configurable:l in r?r[l]:i[l],enumerable:s in r?r[s]:i[s],writable:!1})}return a(e,t,r)}:a:function(e,r,u){if(n(e),r=o(r),n(u),t)try{return a(e,r,u)}catch(e){}if("get"in u||"set"in u)throw new i("Accessors not supported");return"value"in u&&(e[r]=u.value),e},hM}var TM,OM,NM,PM,MM,IM,RM,LM,_M,zM,jM,HM,$M,VM,UM,qM,WM,GM,YM,KM,XM,ZM,JM,QM,eI,tI,rI={exports:{}};function nI(){if(OM)return TM;OM=1;var e=pM(),t=BP(),r=Function.prototype,n=e&&Object.getOwnPropertyDescriptor,o=t(r,"name"),i=o&&"something"===function(){}.name,a=o&&(!e||e&&n(r,"name").configurable);return TM={EXISTS:o,PROPER:i,CONFIGURABLE:a}}function oI(){if(PM)return NM;PM=1;var e=EP(),t=PP(),r=yP(),n=e(Function.toString);return t(r.inspectSource)||(r.inspectSource=function(e){return n(e)}),NM=r.inspectSource}function iI(){return LM?RM:(LM=1,RM=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}})}function aI(){if(zM)return _M;zM=1;var e=pM(),t=FM(),r=iI();return _M=e?function(e,n,o){return t.f(e,n,r(1,o))}:function(e,t,r){return e[t]=r,e}}function uI(){if(HM)return jM;HM=1;var e=bP(),t=SP(),r=e("keys");return jM=function(e){return r[e]||(r[e]=t(e))}}function sI(){return VM?$M:(VM=1,$M={})}function lI(){if(qM)return UM;qM=1;var e,t,r,n=function(){if(IM)return MM;IM=1;var e=NN(),t=PP(),r=e.WeakMap;return MM=t(r)&&/native code/.test(String(r))}(),o=NN(),i=gM(),a=aI(),u=BP(),s=yP(),l=uI(),c=sI(),d="Object already initialized",f=o.TypeError,h=o.WeakMap;if(n||s.state){var p=s.state||(s.state=new h);p.get=p.get,p.has=p.has,p.set=p.set,e=function(e,t){if(p.has(e))throw new f(d);return t.facade=e,p.set(e,t),t},t=function(e){return p.get(e)||{}},r=function(e){return p.has(e)}}else{var g=l("state");c[g]=!0,e=function(e,t){if(u(e,g))throw new f(d);return t.facade=e,a(e,g,t),t},t=function(e){return u(e,g)?e[g]:{}},r=function(e){return u(e,g)}}return UM={set:e,get:t,has:r,enforce:function(n){return r(n)?t(n):e(n,{})},getterFor:function(e){return function(r){var n;if(!i(r)||(n=t(r)).type!==e)throw new f("Incompatible receiver, "+e+" required");return n}}}}function cI(){if(YM)return GM;YM=1;var e=PP(),t=FM(),r=function(){if(WM)return rI.exports;WM=1;var e=EP(),t=DP(),r=PP(),n=BP(),o=pM(),i=nI().CONFIGURABLE,a=oI(),u=lI(),s=u.enforce,l=u.get,c=String,d=Object.defineProperty,f=e("".slice),h=e("".replace),p=e([].join),g=o&&!t(function(){return 8!==d(function(){},"length",{value:8}).length}),v=String(String).split("String"),m=rI.exports=function(e,t,r){"Symbol("===f(c(t),0,7)&&(t="["+h(c(t),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!n(e,"name")||i&&e.name!==t)&&(o?d(e,"name",{value:t,configurable:!0}):e.name=t),g&&r&&n(r,"arity")&&e.length!==r.arity&&d(e,"length",{value:r.arity});try{r&&n(r,"constructor")&&r.constructor?o&&d(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var a=s(e);return n(a,"source")||(a.source=p(v,"string"==typeof t?t:"")),e};return Function.prototype.toString=m(function(){return r(this)&&l(this).source||a(this)},"toString"),rI.exports}(),n=mP();return GM=function(o,i,a,u){u||(u={});var s=u.enumerable,l=void 0!==u.name?u.name:i;if(e(a)&&r(a,l,u),u.global)s?o[i]=a:n(i,a);else{try{u.unsafe?o[i]&&(s=!0):delete o[i]}catch(e){}s?o[i]=a:t.f(o,i,{value:a,enumerable:!1,configurable:!u.nonConfigurable,writable:!u.nonWritable})}return o},GM}function dI(){if(XM)return KM;XM=1;var e=EP(),t=e({}.toString),r=e("".slice);return KM=function(e){return r(t(e),8,-1)}}function fI(){if(JM)return ZM;JM=1;var e=NP(),t=PP(),r=dI(),n=OP()("toStringTag"),o=Object,i="Arguments"===r(function(){return arguments}());return ZM=e?r:function(e){var a,u,s;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(u=function(e,t){try{return e[t]}catch(e){}}(a=o(e),n))?u:i?r(a):"Object"===(s=r(a))&&t(a.callee)?"Arguments":s},ZM}!function(){if(tI)return ON;tI=1;var e=NP(),t=cI(),r=function(){if(eI)return QM;eI=1;var e=NP(),t=fI();return QM=e?{}.toString:function(){return"[object "+t(this)+"]"}}();e||t(Object.prototype,"toString",r,{unsafe:!0})}();var hI,pI,gI,vI,mI,yI,bI={},DI={},CI={};function EI(){if(gI)return pI;gI=1;var e=EP(),t=DP(),r=dI(),n=Object,o=e("".split);return pI=t(function(){return!n("z").propertyIsEnumerable(0)})?function(e){return"String"===r(e)?o(e,""):n(e)}:n}function wI(){if(mI)return vI;mI=1;var e=EI(),t=AP();return vI=function(r){return e(t(r))}}function AI(){if(yI)return DI;yI=1;var e=pM(),t=DM(),r=function(){if(hI)return CI;hI=1;var e={}.propertyIsEnumerable,t=Object.getOwnPropertyDescriptor,r=t&&!e.call({1:2},1);return CI.f=r?function(e){var r=t(this,e);return!!r&&r.enumerable}:e,CI}(),n=iI(),o=wI(),i=kM(),a=BP(),u=mM(),s=Object.getOwnPropertyDescriptor;return DI.f=e?s:function(e,l){if(e=o(e),l=i(l),u)try{return s(e,l)}catch(e){}if(a(e,l))return n(!t(r.f,e,l),e[l])},DI}var xI,BI,SI,kI,FI,TI,OI,NI,PI,MI,II,RI,LI,_I,zI,jI,HI,$I={};function VI(){if(kI)return SI;kI=1;var e=function(){if(BI)return xI;BI=1;var e=Math.ceil,t=Math.floor;return xI=Math.trunc||function(r){var n=+r;return(n>0?t:e)(n)},xI}();return SI=function(t){var r=+t;return r!=r||0===r?0:e(r)}}function UI(){if(NI)return OI;NI=1;var e=VI(),t=Math.min;return OI=function(r){var n=e(r);return n>0?t(n,9007199254740991):0}}function qI(){if(MI)return PI;MI=1;var e=UI();return PI=function(t){return e(t.length)}}function WI(){if(_I)return LI;_I=1;var e=EP(),t=BP(),r=wI(),n=function(){if(RI)return II;RI=1;var e=wI(),t=function(){if(TI)return FI;TI=1;var e=VI(),t=Math.max,r=Math.min;return FI=function(n,o){var i=e(n);return i<0?t(i+o,0):r(i,o)}}(),r=qI(),n=function(n){return function(o,i,a){var u=e(o),s=r(u);if(0===s)return!n&&-1;var l,c=t(a,s);if(n&&i!=i){for(;s>c;)if((l=u[c++])!=l)return!0}else for(;s>c;c++)if((n||c in u)&&u[c]===i)return n||c||0;return!n&&-1}};return II={includes:n(!0),indexOf:n(!1)}}().indexOf,o=sI(),i=e([].push);return LI=function(e,a){var u,s=r(e),l=0,c=[];for(u in s)!t(o,u)&&t(s,u)&&i(c,u);for(;a.length>l;)t(s,u=a[l++])&&(~n(c,u)||i(c,u));return c},LI}function GI(){return jI?zI:(jI=1,zI=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"])}var YI,KI,XI,ZI,JI,QI,eR,tR,rR,nR,oR,iR,aR,uR,sR,lR,cR,dR,fR,hR={};function pR(){if(JI)return ZI;JI=1;var e=BP(),t=function(){if(XI)return KI;XI=1;var e=CM(),t=EP(),r=function(){if(HI)return $I;HI=1;var e=WI(),t=GI().concat("length","prototype");return $I.f=Object.getOwnPropertyNames||function(r){return e(r,t)},$I}(),n=(YI||(YI=1,hR.f=Object.getOwnPropertySymbols),hR),o=bM(),i=t([].concat);return KI=e("Reflect","ownKeys")||function(e){var t=r.f(o(e)),a=n.f;return a?i(t,a(e)):t}}(),r=AI(),n=FM();return ZI=function(o,i,a){for(var u=t(i),s=n.f,l=r.f,c=0;c<u.length;c++){var d=u[c];e(o,d)||a&&e(a,d)||s(o,d,l(i,d))}},ZI}function gR(){if(rR)return tR;rR=1;var e=NN(),t=AI().f,r=aI(),n=cI(),o=mP(),i=pR(),a=function(){if(eR)return QI;eR=1;var e=DP(),t=PP(),r=/#|\.prototype\./,n=function(r,n){var s=i[o(r)];return s===u||s!==a&&(t(n)?e(n):!!n)},o=n.normalize=function(e){return String(e).replace(r,".").toLowerCase()},i=n.data={},a=n.NATIVE="N",u=n.POLYFILL="P";return QI=n}();return tR=function(u,s){var l,c,d,f,h,p=u.target,g=u.global,v=u.stat;if(l=g?e:v?e[p]||o(p,{}):e[p]&&e[p].prototype)for(c in s){if(f=s[c],d=u.dontCallGetSet?(h=t(l,c))&&h.value:l[c],!a(g?c:p+(v?".":"#")+c,u.forced)&&void 0!==d){if(typeof f==typeof d)continue;i(f,d)}(u.sham||d&&d.sham)&&r(f,"sham",!0),n(l,c,f,u)}}}function vR(){if(oR)return nR;oR=1;var e=CP(),t=Function.prototype,r=t.apply,n=t.call;return nR="object"==typeof Reflect&&Reflect.apply||(e?n.bind(r):function(){return n.apply(r,arguments)}),nR}function mR(){if(sR)return uR;sR=1;var e=EP(),t=xM(),r=gM(),n=BP(),o=function(){if(aR)return iR;aR=1;var e=EP();return iR=e([].slice)}(),i=CP(),a=Function,u=e([].concat),s=e([].join),l={};return uR=i?a.bind:function(e){var i=t(this),c=i.prototype,d=o(arguments,1),f=function(){var t=u(d,o(arguments));return this instanceof f?function(e,t,r){if(!n(l,t)){for(var o=[],i=0;i<t;i++)o[i]="a["+i+"]";l[t]=a("C,a","return new C("+s(o,",")+")")}return l[t](e,r)}(i,t.length,t):i.apply(e,t)};return r(c)&&(f.prototype=c),f},uR}function yR(){if(cR)return lR;cR=1;var e=EP(),t=DP(),r=PP(),n=fI(),o=CM(),i=oI(),a=function(){},u=o("Reflect","construct"),s=/^\s*(?:class|function)\b/,l=e(s.exec),c=!s.test(a),d=function(e){if(!r(e))return!1;try{return u(a,[],e),!0}catch(e){return!1}},f=function(e){if(!r(e))return!1;switch(n(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return c||!!l(s,i(e))}catch(e){return!0}};return f.sham=!0,lR=!u||t(function(){var e;return d(d.call)||!d(Object)||!d(function(){e=!0})||e})?f:d}function bR(){if(fR)return dR;fR=1;var e=yR(),t=AM(),r=TypeError;return dR=function(n){if(e(n))return n;throw new r(t(n)+" is not a constructor")}}var DR,CR,ER,wR,AR,xR,BR,SR,kR={};function FR(){if(BR)return xR;BR=1;var e,t=bM(),r=function(){if(ER)return kR;ER=1;var e=pM(),t=yM(),r=FM(),n=bM(),o=wI(),i=function(){if(CR)return DR;CR=1;var e=WI(),t=GI();return DR=Object.keys||function(r){return e(r,t)},DR}();return kR.f=e&&!t?Object.defineProperties:function(e,t){n(e);for(var a,u=o(t),s=i(t),l=s.length,c=0;l>c;)r.f(e,a=s[c++],u[a]);return e},kR}(),n=GI(),o=sI(),i=function(){if(AR)return wR;AR=1;var e=CM();return wR=e("document","documentElement")}(),a=vM(),u=uI(),s="prototype",l="script",c=u("IE_PROTO"),d=function(){},f=function(e){return"<"+l+">"+e+"</"+l+">"},h=function(e){e.write(f("")),e.close();var t=e.parentWindow.Object;return e=null,t},p=function(){try{e=new ActiveXObject("htmlfile")}catch(e){}var t,r,o;p="undefined"!=typeof document?document.domain&&e?h(e):(r=a("iframe"),o="java"+l+":",r.style.display="none",i.appendChild(r),r.src=String(o),(t=r.contentWindow.document).open(),t.write(f("document.F=Object")),t.close(),t.F):h(e);for(var u=n.length;u--;)delete p[s][n[u]];return p()};return o[c]=!0,xR=Object.create||function(e,n){var o;return null!==e?(d[s]=t(e),o=new d,d[s]=null,o[c]=e):o=p(),void 0===n?o:r.f(o,n)},xR}!function(){if(SR)return bI;SR=1;var e=gR(),t=CM(),r=vR(),n=mR(),o=bR(),i=bM(),a=gM(),u=FR(),s=DP(),l=t("Reflect","construct"),c=Object.prototype,d=[].push,f=s(function(){function e(){}return!(l(function(){},[],e)instanceof e)}),h=!s(function(){l(function(){})}),p=f||h;e({target:"Reflect",stat:!0,forced:p,sham:p},{construct:function(e,t){o(e),i(t);var s=arguments.length<3?e:o(arguments[2]);if(h&&!f)return l(e,t,s);if(e===s){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var p=[null];return r(d,p,t),new(r(n,e,p))}var g=s.prototype,v=u(a(g)?g:c),m=r(e,v,t);return a(m)?m:v}})}(),function(){if(void 0!==window.Reflect&&void 0!==window.customElements&&!window.customElements.polyfillWrapFlushCallback){var e=HTMLElement;window.HTMLElement=function(){return Reflect.construct(e,[],this.constructor)},HTMLElement.prototype=e.prototype,HTMLElement.prototype.constructor=HTMLElement,Object.setPrototypeOf(HTMLElement,e)}}();var TR=function(e){function t(){var t=e.call(this)||this,r=t.attachShadow({mode:"open"}),n=r.ownerDocument.createElement("span");return n.style.display="inline-block",r.appendChild(n),t.span=n,t}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}BN(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}(t,e),Object.defineProperty(t,"observedAttributes",{get:function(){return["data-value"]},enumerable:!1,configurable:!0}),t.prototype.attributeChangedCallback=function(e,t,r){if("data-value"===e){if(t===r)return;this.render(r||"")}},t.prototype.render=function(e){xN.render(e,this.span,{throwOnError:!1,output:"mathml"})},t}(HTMLElement);window.customElements.get("w-e-formula-card")||window.customElements.define("w-e-formula-card",TR),Ay("en",{formula:{formula:"Formula",placeholder:"Use LateX syntax",insert:"Insert formula",edit:"Edit formula",textToFormula:"Convert to formula",ok:"OK"}}),Ay("zh-CN",{formula:{formula:"公式",placeholder:"使用 LateX 语法",insert:"插入公式",edit:"编辑公式",textToFormula:"转换为公式",ok:"确定"}});var OR,NR,PR,MR,IR,RR,LR,_R,zR,jR,HR,$R,VR,UR,qR,WR={};function GR(){if(RR)return IR;RR=1;var e=dI();return IR=Array.isArray||function(t){return"Array"===e(t)}}function YR(){if(jR)return zR;jR=1;var e=function(){if(_R)return LR;_R=1;var e=GR(),t=yR(),r=gM(),n=OP()("species"),o=Array;return LR=function(i){var a;return e(i)&&(a=i.constructor,(t(a)&&(a===o||e(a.prototype))||r(a)&&null===(a=a[n]))&&(a=void 0)),void 0===a?o:a}}();return zR=function(t,r){return new(e(t))(0===r?0:r)}}!function(){if(qR)return WR;qR=1;var e=gR(),t=function(){if($R)return HR;$R=1;var e=function(){if(MR)return PR;MR=1;var e=function(){if(NR)return OR;NR=1;var e=dI(),t=EP();return OR=function(r){if("Function"===e(r))return t(r)},OR}(),t=xM(),r=CP(),n=e(e.bind);return PR=function(e,o){return t(e),void 0===o?e:r?n(e,o):function(){return e.apply(o,arguments)}},PR}(),t=EP(),r=EI(),n=xP(),o=qI(),i=YR(),a=t([].push),u=function(t){var u=1===t,s=2===t,l=3===t,c=4===t,d=6===t,f=7===t,h=5===t||d;return function(p,g,v,m){for(var y,b,D=n(p),C=r(D),E=o(C),w=e(g,v),A=0,x=m||i,B=u?x(p,E):s||f?x(p,0):void 0;E>A;A++)if((h||A in C)&&(b=w(y=C[A],A,D),t))if(u)B[A]=b;else if(b)switch(t){case 3:return!0;case 5:return y;case 6:return A;case 2:a(B,y)}else switch(t){case 4:return!1;case 7:a(B,y)}return d?-1:l||c?c:B}};return HR={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterReject:u(7)}}().find,r=function(){if(UR)return VR;UR=1;var e=OP(),t=FR(),r=FM().f,n=e("unscopables"),o=Array.prototype;return void 0===o[n]&&r(o,n,{configurable:!0,value:t(null)}),VR=function(e){o[n][e]=!0}}(),n="find",o=!0;n in[]&&Array(1)[n](function(){o=!1}),e({target:"Array",proto:!0,forced:o},{find:function(e){return t(this,e,arguments.length>1?arguments[1]:void 0)}}),r(n)}();var KR,XR,ZR,JR,QR,eL,tL,rL,nL,oL,iL,aL,uL,sL={};function lL(){if(XR)return KR;XR=1;var e=fI(),t=String;return KR=function(r){if("Symbol"===e(r))throw new TypeError("Cannot convert a Symbol value to a string");return t(r)}}function cL(){if(JR)return ZR;JR=1;var e=bM();return ZR=function(){var t=e(this),r="";return t.hasIndices&&(r+="d"),t.global&&(r+="g"),t.ignoreCase&&(r+="i"),t.multiline&&(r+="m"),t.dotAll&&(r+="s"),t.unicode&&(r+="u"),t.unicodeSets&&(r+="v"),t.sticky&&(r+="y"),r}}function dL(){if(eL)return QR;eL=1;var e=DP(),t=NN().RegExp,r=e(function(){var e=t("a","y");return e.lastIndex=2,null!==e.exec("abcd")}),n=r||e(function(){return!t("a","y").sticky}),o=r||e(function(){var e=t("^r","gy");return e.lastIndex=2,null!==e.exec("str")});return QR={BROKEN_CARET:o,MISSED_STICKY:n,UNSUPPORTED_Y:r}}function fL(){if(aL)return iL;aL=1;var e,t,r=DM(),n=EP(),o=lL(),i=cL(),a=dL(),u=bP(),s=FR(),l=lI().get,c=function(){if(rL)return tL;rL=1;var e=DP(),t=NN().RegExp;return tL=e(function(){var e=t(".","s");return!(e.dotAll&&e.test("\n")&&"s"===e.flags)})}(),d=function(){if(oL)return nL;oL=1;var e=DP(),t=NN().RegExp;return nL=e(function(){var e=t("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")})}(),f=u("native-string-replace",String.prototype.replace),h=RegExp.prototype.exec,p=h,g=n("".charAt),v=n("".indexOf),m=n("".replace),y=n("".slice),b=(t=/b*/g,r(h,e=/a/,"a"),r(h,t,"a"),0!==e.lastIndex||0!==t.lastIndex),D=a.BROKEN_CARET,C=void 0!==/()??/.exec("")[1];return(b||C||D||c||d)&&(p=function(e){var t,n,a,u,c,d,E,w=this,A=l(w),x=o(e),B=A.raw;if(B)return B.lastIndex=w.lastIndex,t=r(p,B,x),w.lastIndex=B.lastIndex,t;var S=A.groups,k=D&&w.sticky,F=r(i,w),T=w.source,O=0,N=x;if(k&&(F=m(F,"y",""),-1===v(F,"g")&&(F+="g"),N=y(x,w.lastIndex),w.lastIndex>0&&(!w.multiline||w.multiline&&"\n"!==g(x,w.lastIndex-1))&&(T="(?: "+T+")",N=" "+N,O++),n=new RegExp("^(?:"+T+")",F)),C&&(n=new RegExp("^"+T+"$(?!\\s)",F)),b&&(a=w.lastIndex),u=r(h,k?n:w,N),k?u?(u.input=y(u.input,O),u[0]=y(u[0],O),u.index=w.lastIndex,w.lastIndex+=u[0].length):w.lastIndex=0:b&&u&&(w.lastIndex=w.global?u.index+u[0].length:a),C&&u&&u.length>1&&r(f,u[0],n,function(){for(c=1;c<arguments.length-2;c++)void 0===arguments[c]&&(u[c]=void 0)}),u&&S)for(u.groups=d=s(null),c=0;c<S.length;c++)d[(E=S[c])[0]]=u[E[1]];return u}),iL=p}function hL(){if(uL)return sL;uL=1;var e=gR(),t=fL();return e({target:"RegExp",proto:!0,forced:/./.exec!==t},{exec:t}),sL}hL();var pL,gL,vL,mL,yL,bL,DL,CL={};function EL(){return gL?pL:(gL=1,pL="\t\n\v\f\r                 \u2028\u2029\ufeff")}!function(){if(DL)return CL;DL=1;var e=gR(),t=function(){if(mL)return vL;mL=1;var e=EP(),t=AP(),r=lL(),n=EL(),o=e("".replace),i=RegExp("^["+n+"]+"),a=RegExp("(^|[^"+n+"])["+n+"]+$"),u=function(e){return function(n){var u=r(t(n));return 1&e&&(u=o(u,i,"")),2&e&&(u=o(u,a,"$1")),u}};return vL={start:u(1),end:u(2),trim:u(3)}}().trim,r=function(){if(bL)return yL;bL=1;var e=nI().PROPER,t=DP(),r=EL();return yL=function(n){return t(function(){return!!r[n]()||"​…᠎"!=="​…᠎"[n]()||e&&r[n].name!==n})}}();e({target:"String",proto:!0,forced:r("trim")},{trim:function(){return t(this)}})}();var wL,AL,xL='<svg viewBox="0 0 1024 1024"><path d="M941.6 734.72L985.984 640H1024l-64 384H0v-74.24l331.552-391.2L0 227.008V0h980L1024 256h-34.368l-18.72-38.88C935.584 143.744 909.024 128 832 128H169.984l353.056 353.056L225.632 832H768c116 0 146.656-41.568 173.6-97.28z"></path></svg>',BL={};function SL(e){return null!==e&&"object"==typeof e&&"constructor"in e&&e.constructor===Object}function kL(e={},t={}){Object.keys(t).forEach(r=>{void 0===e[r]?e[r]=t[r]:SL(t[r])&&SL(e[r])&&Object.keys(t[r]).length>0&&kL(e[r],t[r])})}AL||(AL=1,function(){if(wL)return BL;wL=1;var e=gR(),t=NN();e({global:!0,forced:t.globalThis!==t},{globalThis:t})}());const FL={body:{},addEventListener(){},removeEventListener(){},activeElement:{blur(){},nodeName:""},querySelector:()=>null,querySelectorAll:()=>[],getElementById:()=>null,createEvent:()=>({initEvent(){}}),createElement:()=>({children:[],childNodes:[],style:{},setAttribute(){},getElementsByTagName:()=>[]}),createElementNS:()=>({}),importNode:()=>null,location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}};function TL(){const e="undefined"!=typeof document?document:{};return kL(e,FL),e}const OL={document:FL,navigator:{userAgent:""},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""},history:{replaceState(){},pushState(){},go(){},back(){}},CustomEvent:function(){return this},addEventListener(){},removeEventListener(){},getComputedStyle:()=>({getPropertyValue:()=>""}),Image(){},Date(){},screen:{},setTimeout(){},clearTimeout(){},matchMedia:()=>({}),requestAnimationFrame:e=>"undefined"==typeof setTimeout?(e(),null):setTimeout(e,0),cancelAnimationFrame(e){"undefined"!=typeof setTimeout&&clearTimeout(e)}};function NL(){const e="undefined"!=typeof window?window:{};return kL(e,OL),e}class PL extends Array{constructor(e){"number"==typeof e?super(e):(super(...e||[]),function(e){const t=e.__proto__;Object.defineProperty(e,"__proto__",{get:()=>t,set(e){t.__proto__=e}})}(this))}}function ML(e,t){const r=NL(),n=TL();let o=[];if(!t&&e instanceof PL)return e;if(!e)return new PL(o);if("string"==typeof e){const r=e.trim();if(r.indexOf("<")>=0&&r.indexOf(">")>=0){let e="div";0===r.indexOf("<li")&&(e="ul"),0===r.indexOf("<tr")&&(e="tbody"),0!==r.indexOf("<td")&&0!==r.indexOf("<th")||(e="tr"),0===r.indexOf("<tbody")&&(e="table"),0===r.indexOf("<option")&&(e="select");const t=n.createElement(e);t.innerHTML=r;for(let e=0;e<t.childNodes.length;e+=1)o.push(t.childNodes[e])}else o=function(e,t){if("string"!=typeof e)return[e];const r=[],n=t.querySelectorAll(e);for(let e=0;e<n.length;e+=1)r.push(n[e]);return r}(e.trim(),t||n)}else if(e.nodeType||e===r||e===n)o.push(e);else if(Array.isArray(e)){if(e instanceof PL)return e;o=e}return new PL(function(e){const t=[];for(let r=0;r<e.length;r+=1)-1===t.indexOf(e[r])&&t.push(e[r]);return t}(o))}function IL(e){if(void 0===e){const e=this[0];if(!e)return;if(e.multiple&&"select"===e.nodeName.toLowerCase()){const t=[];for(let r=0;r<e.selectedOptions.length;r+=1)t.push(e.selectedOptions[r].value);return t}return e.value}for(let t=0;t<this.length;t+=1){const r=this[t];if(Array.isArray(e)&&r.multiple&&"select"===r.nodeName.toLowerCase())for(let t=0;t<r.options.length;t+=1)r.options[t].selected=e.indexOf(r.options[t].value)>=0;else r.value=e}return this}function RL(...e){let[t,r,n,o]=e;function i(e){const t=e.target;if(!t)return;const o=e.target.dom7EventData||[];if(o.indexOf(e)<0&&o.unshift(e),ML(t).is(r))n.apply(t,o);else{const e=ML(t).parents();for(let t=0;t<e.length;t+=1)ML(e[t]).is(r)&&n.apply(e[t],o)}}function a(e){const t=e&&e.target&&e.target.dom7EventData||[];t.indexOf(e)<0&&t.unshift(e),n.apply(this,t)}"function"==typeof e[1]&&([t,n,o]=e,r=void 0),o||(o=!1);const u=t.split(" ");let s;for(let e=0;e<this.length;e+=1){const t=this[e];if(r)for(s=0;s<u.length;s+=1){const e=u[s];t.dom7LiveListeners||(t.dom7LiveListeners={}),t.dom7LiveListeners[e]||(t.dom7LiveListeners[e]=[]),t.dom7LiveListeners[e].push({listener:n,proxyListener:i}),t.addEventListener(e,i,o)}else for(s=0;s<u.length;s+=1){const e=u[s];t.dom7Listeners||(t.dom7Listeners={}),t.dom7Listeners[e]||(t.dom7Listeners[e]=[]),t.dom7Listeners[e].push({listener:n,proxyListener:a}),t.addEventListener(e,a,o)}}return this}function LL(e){if(void 0===e)return this[0]?this[0].innerHTML:null;for(let t=0;t<this.length;t+=1)this[t].innerHTML=e;return this}function _L(e){const t=NL(),r=TL(),n=this[0];let o,i;if(!n||void 0===e)return!1;if("string"==typeof e){if(n.matches)return n.matches(e);if(n.webkitMatchesSelector)return n.webkitMatchesSelector(e);if(n.msMatchesSelector)return n.msMatchesSelector(e);for(o=ML(e),i=0;i<o.length;i+=1)if(o[i]===n)return!0;return!1}if(e===r)return n===r;if(e===t)return n===t;if(e.nodeType||e instanceof PL){for(o=e.nodeType?[e]:e,i=0;i<o.length;i+=1)if(o[i]===n)return!0;return!1}return!1}function zL(...e){let t;const r=TL();for(let n=0;n<e.length;n+=1){t=e[n];for(let e=0;e<this.length;e+=1)if("string"==typeof t){const n=r.createElement("div");for(n.innerHTML=t;n.firstChild;)this[e].appendChild(n.firstChild)}else if(t instanceof PL)for(let r=0;r<t.length;r+=1)this[e].appendChild(t[r]);else this[e].appendChild(t)}return this}function jL(e){const t=[];for(let r=0;r<this.length;r+=1){let n=this[r].parentNode;for(;n;)e?ML(n).is(e)&&t.push(n):t.push(n),n=n.parentNode}return ML(t)}function HL(e){const t=[];for(let r=0;r<this.length;r+=1){const n=this[r].querySelectorAll(e);for(let e=0;e<n.length;e+=1)t.push(n[e])}return ML(t)}ML.fn=PL.prototype;const $L="resize scroll".split(" "),VL=(UL="focus",function(...e){if(void 0===e[0]){for(let e=0;e<this.length;e+=1)$L.indexOf(UL)<0&&(UL in this[e]?this[e][UL]():ML(this[e]).trigger(UL));return this}return this.on(UL,...e)});var UL;zL&&(ML.fn.append=zL),LL&&(ML.fn.html=LL),IL&&(ML.fn.val=IL),RL&&(ML.fn.on=RL),VL&&(ML.fn.focus=VL),_L&&(ML.fn.is=_L),jL&&(ML.fn.parents=jL),HL&&(ML.fn.find=HL);var qL,WL,GL,YL,KL,XL,ZL,JL={};!function(){if(ZL)return JL;ZL=1;var e=gR(),t=DP(),r=GR(),n=gM(),o=xP(),i=qI(),a=function(){if(WL)return qL;WL=1;var e=TypeError;return qL=function(t){if(t>9007199254740991)throw e("Maximum allowed index exceeded");return t}}(),u=function(){if(YL)return GL;YL=1;var e=pM(),t=FM(),r=iI();return GL=function(n,o,i){e?t.f(n,o,r(0,i)):n[o]=i}}(),s=YR(),l=function(){if(XL)return KL;XL=1;var e=DP(),t=OP(),r=kP(),n=t("species");return KL=function(t){return r>=51||!e(function(){var e=[];return(e.constructor={})[n]=function(){return{foo:1}},1!==e[t](Boolean).foo})}}(),c=OP(),d=kP(),f=c("isConcatSpreadable"),h=d>=51||!t(function(){var e=[];return e[f]=!1,e.concat()[0]!==e}),p=function(e){if(!n(e))return!1;var t=e[f];return void 0!==t?!!t:r(e)};e({target:"Array",proto:!0,arity:1,forced:!h||!l("concat")},{concat:function(e){var t,r,n,l,c,d=o(this),f=s(d,0),h=0;for(t=-1,n=arguments.length;t<n;t++)if(p(c=-1===t?d:arguments[t]))for(l=i(c),a(h+l),r=0;r<l;r++,h++)r in c&&u(f,h,c[r]);else a(h+1),u(f,h++,c);return f.length=h,f}})}();var QL,e_,t_,r_={};!function(){if(t_)return r_;t_=1;var e=gR(),t=EP(),r=EI(),n=wI(),o=function(){if(e_)return QL;e_=1;var e=DP();return QL=function(t,r){var n=[][t];return!!n&&e(function(){n.call(null,r||function(){return 1},1)})}}(),i=t([].join);e({target:"Array",proto:!0,forced:r!==Object||!o("join",",")},{join:function(e){return i(n(this),void 0===e?",":e)}})}();var n_,o_,i_,a_,u_,s_,l_,c_,d_,f_,h_,p_,g_,v_,m_,y_={};function b_(){if(o_)return n_;o_=1,hL();var e=DM(),t=cI(),r=fL(),n=DP(),o=OP(),i=aI(),a=o("species"),u=RegExp.prototype;return n_=function(s,l,c,d){var f=o(s),h=!n(function(){var e={};return e[f]=function(){return 7},7!==""[s](e)}),p=h&&!n(function(){var e=!1,t=/a/;return"split"===s&&((t={}).constructor={},t.constructor[a]=function(){return t},t.flags="",t[f]=/./[f]),t.exec=function(){return e=!0,null},t[f](""),!e});if(!h||!p||c){var g=/./[f],v=l(f,""[s],function(t,n,o,i,a){var s=n.exec;return s===r||s===u.exec?h&&!a?{done:!0,value:e(g,n,o,i)}:{done:!0,value:e(t,o,n,i)}:{done:!1}});t(String.prototype,s,v[0]),t(u,f,v[1])}d&&i(u[f],"sham",!0)},n_}function D_(){if(s_)return u_;s_=1;var e=function(){if(a_)return i_;a_=1;var e=EP(),t=VI(),r=lL(),n=AP(),o=e("".charAt),i=e("".charCodeAt),a=e("".slice),u=function(e){return function(u,s){var l,c,d=r(n(u)),f=t(s),h=d.length;return f<0||f>=h?e?"":void 0:(l=i(d,f))<55296||l>56319||f+1===h||(c=i(d,f+1))<56320||c>57343?e?o(d,f):l:e?a(d,f,f+2):c-56320+(l-55296<<10)+65536}};return i_={codeAt:u(!1),charAt:u(!0)}}().charAt;return u_=function(t,r,n){return r+(n?e(t,r).length:1)},u_}function C_(){if(p_)return h_;p_=1;var e=DM(),t=BP(),r=EM(),n=function(){if(f_)return d_;f_=1;var e=NN(),t=DP(),r=e.RegExp,n=!t(function(){var e=!0;try{r(".","d")}catch(t){e=!1}var t={},n="",o=e?"dgimsy":"gimsy",i=function(e,r){Object.defineProperty(t,e,{get:function(){return n+=r,!0}})},a={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};for(var u in e&&(a.hasIndices="d"),a)i(u,a[u]);return Object.getOwnPropertyDescriptor(r.prototype,"flags").get.call(t)!==o||n!==o});return d_={correct:n}}(),o=cL(),i=RegExp.prototype;return h_=n.correct?function(e){return e.flags}:function(a){return n.correct||!r(i,a)||t(a,"flags")?a.flags:e(o,a)}}function E_(){if(v_)return g_;v_=1;var e=DM(),t=bM(),r=PP(),n=dI(),o=fL(),i=TypeError;return g_=function(a,u){var s=a.exec;if(r(s)){var l=e(s,a,u);return null!==l&&t(l),l}if("RegExp"===n(a))return e(o,a,u);throw new i("RegExp#exec called on incompatible receiver")},g_}!function(){if(m_)return y_;m_=1;var e=vR(),t=DM(),r=EP(),n=b_(),o=DP(),i=bM(),a=PP(),u=gM(),s=VI(),l=UI(),c=lL(),d=AP(),f=D_(),h=BM(),p=function(){if(c_)return l_;c_=1;var e=EP(),t=xP(),r=Math.floor,n=e("".charAt),o=e("".replace),i=e("".slice),a=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,u=/\$([$&'`]|\d{1,2})/g;return l_=function(e,s,l,c,d,f){var h=l+e.length,p=c.length,g=u;return void 0!==d&&(d=t(d),g=a),o(f,g,function(t,o){var a;switch(n(o,0)){case"$":return"$";case"&":return e;case"`":return i(s,0,l);case"'":return i(s,h);case"<":a=d[i(o,1,-1)];break;default:var u=+o;if(0===u)return t;if(u>p){var f=r(u/10);return 0===f?t:f<=p?void 0===c[f-1]?n(o,1):c[f-1]+n(o,1):t}a=c[u-1]}return void 0===a?"":a})},l_}(),g=C_(),v=E_(),m=OP()("replace"),y=Math.max,b=Math.min,D=r([].concat),C=r([].push),E=r("".indexOf),w=r("".slice),A=function(e){return void 0===e?e:String(e)},x="$0"==="a".replace(/./,"$0"),B=!!/./[m]&&""===/./[m]("a","$0");n("replace",function(r,n,o){var x=B?"$":"$0";return[function(e,r){var o=d(this),i=u(e)?h(e,m):void 0;return i?t(i,e,o,r):t(n,c(o),e,r)},function(t,r){var u=i(this),d=c(t);if("string"==typeof r&&-1===E(r,x)&&-1===E(r,"$<")){var h=o(n,u,d,r);if(h.done)return h.value}var m=a(r);m||(r=c(r));var B,S=c(g(u)),k=-1!==E(S,"g");k&&(B=-1!==E(S,"u"),u.lastIndex=0);for(var F,T=[];null!==(F=v(u,d))&&(C(T,F),k);)""===c(F[0])&&(u.lastIndex=f(d,l(u.lastIndex),B));for(var O="",N=0,P=0;P<T.length;P++){for(var M,I=c((F=T[P])[0]),R=y(b(s(F.index),d.length),0),L=[],_=1;_<F.length;_++)C(L,A(F[_]));var z=F.groups;if(m){var j=D([I],L,R,d);void 0!==z&&C(j,z),M=c(e(r,void 0,j))}else M=p(I,d,R,L,z,r);R>=N&&(O+=w(d,N,R)+M,N=R+I.length)}return O+w(d,N)}]},!!o(function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")})||!x||B)}();var w_,A_,x_,B_={};function S_(e){return void 0===e&&(e="r"),"".concat(e,"-").concat(((e=21)=>{let t="",r=crypto.getRandomValues(new Uint8Array(e|=0));for(;e--;)t+="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict"[63&r[e]];return t})())}function k_(e){return console.warn("composeFnDeal 被调用了"),console.log("原始 latex:",e),e=function(e){return e?(e=e.trim(),/^\$\$([\s\S]*)\$\$$/.test(e)?e=e.replace(/^\$\$([\s\S]*)\$\$$/,"$1"):/^\$([\s\S]*)\$/.test(e)?e=e.replace(/^\$([\s\S]*)\$$/,"$1"):/^\\\(([\s\S]*)\\\)$/.test(e)?e=e.replace(/^\\\(([\s\S]*)\\\)$/,"$1"):/^\\\[([\s\S]*)\\\]$/.test(e)&&(e=e.replace(/^\\\[([\s\S]*)\\\]$/,"$1")),e.trim()):e}(e=function(e){return e.replace(/\\text\{([^}]*)\}/g,function(e,t){var r=t.trim().split(/\s+/).join(" \\quad ");return"\\text{".concat(r,"}")})}(e)),console.log("去掉公式包裹符号后:",e),e=function(e){return e?e=(e=(e=(e=(e=e.replace(/\\begin\{align\}/g,"\\begin{aligned}")).replace(/\\end\{align\}/g,"\\end{aligned}")).replace(/\\frac\{(\d+)\}\{(\d+)\}/g,"\\tfrac{$1}{$2}")).replace(/\\left\\\{/g,"\\left\\{")).replace(/\\right\./g,"\\right."):e}(e),console.log("fixKatexFormula 处理后:",e),e=function(e){return e.replace(/\\left\[\s*\\begin\{matrix\}([\s\S]*?)\\end\{matrix\}\s*\\right\]/g,"\\begin{bmatrix}$1\\end{bmatrix}")}(e),console.log("fixMatrixForKaTeX 处理后:",e),e}function F_(){return S_("w-e-insert-formula")}!function(){if(x_)return B_;x_=1;var e=DM(),t=EP(),r=b_(),n=bM(),o=gM(),i=AP(),a=function(){if(A_)return w_;A_=1;var e=bM(),t=bR(),r=wP(),n=OP()("species");return w_=function(o,i){var a,u=e(o).constructor;return void 0===u||r(a=e(u)[n])?i:t(a)},w_}(),u=D_(),s=UI(),l=lL(),c=BM(),d=E_(),f=dL(),h=DP(),p=f.UNSUPPORTED_Y,g=Math.min,v=t([].push),m=t("".slice),y=!h(function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var r="ab".split(e);return 2!==r.length||"a"!==r[0]||"b"!==r[1]}),b="c"==="abbc".split(/(b)*/)[1]||4!=="test".split(/(?:)/,-1).length||2!=="ab".split(/(?:ab)*/).length||4!==".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length;r("split",function(t,r,f){var h="0".split(void 0,0).length?function(t,n){return void 0===t&&0===n?[]:e(r,this,t,n)}:r;return[function(r,n){var a=i(this),u=o(r)?c(r,t):void 0;return u?e(u,r,a,n):e(h,l(a),r,n)},function(e,t){var o=n(this),i=l(e);if(!b){var c=f(h,o,i,t,h!==r);if(c.done)return c.value}var y=a(o,RegExp),D=o.unicode,C=(o.ignoreCase?"i":"")+(o.multiline?"m":"")+(o.unicode?"u":"")+(p?"g":"y"),E=new y(p?"^(?:"+o.source+")":o,C),w=void 0===t?4294967295:t>>>0;if(0===w)return[];if(0===i.length)return null===d(E,i)?[i]:[];for(var A=0,x=0,B=[];x<i.length;){E.lastIndex=p?0:x;var S,k=d(E,p?m(i,x):i);if(null===k||(S=g(s(E.lastIndex+(p?x:0)),i.length))===A)x=u(i,x,D);else{if(v(B,m(i,A,x)),B.length===w)return B;for(var F=1;F<=k.length-1;F++)if(v(B,k[F]),B.length===w)return B;x=A=S}}return v(B,m(i,A)),B}]},b||!y,p)}();var T_=function(){function e(){this.title=By("formula.edit"),this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M864 0a160 160 0 0 1 128 256l-64 64-224-224 64-64c26.752-20.096 59.968-32 96-32zM64 736l-64 288 288-64 592-592-224-224L64 736z m651.584-372.416l-448 448-55.168-55.168 448-448 55.168 55.168z"></path></svg>',this.tag="button",this.showModal=!0,this.modalWidth=300,this.$content=null,this.textareaId=F_(),this.buttonId=F_()}return e.prototype.getSelectedElem=function(e){var t=cv.getSelectedNodeByType(e,"formula");return null==t?null:t},e.prototype.getValue=function(e){var t=this.getSelectedElem(e);return t&&t.value||""},e.prototype.isActive=function(e){return!1},e.prototype.exec=function(e,t){},e.prototype.isDisabled=function(e){var t=e.selection;return null==t||!!mh.Range.isExpanded(t)||null==this.getSelectedElem(e)},e.prototype.getModalPositionNode=function(e){return this.getSelectedElem(e)},e.prototype.getModalContentElem=function(e){var t=this,r=this.textareaId,n=this.buttonId,o=SN(_y(By("formula.formula"),r,By("formula.placeholder")),2),i=o[0],a=ML(o[1]),u=SN(zy(n,By("formula.ok")),1)[0];if(null==this.$content){var s=ML("<div></div>");s.on("click","#".concat(n),function(n){n.preventDefault();var o=s.find("#".concat(r)).val().trim();o=k_(o),t.updateFormula(e,o),e.hidePanelOrModal()}),this.$content=s}var l=this.$content;l.html(""),l.append(i),l.append(u);var c=this.getValue(e);return a.val(c),setTimeout(function(){a.focus()}),l[0]},e.prototype.updateFormula=function(e,t){if(t&&(e.restoreSelection(),!this.isDisabled(e))){var r=this.getSelectedElem(e);if(null!=r){var n=cv.findPath(e,r),o={value:t};mh.Transforms.setNodes(e,o,{at:n})}}},e}();
28
28
  /*!
29
29
  * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
30
30
  *