@standardnotes/community-cdn 0.6.2 → 0.6.4
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/CHANGELOG.md +8 -0
- package/dist/entries/com.sncommunity.advanced-checklist.json +17 -0
- package/dist/entries/com.sncommunity.bold-editor.json +17 -0
- package/dist/entries/com.sncommunity.markdown-basic.json +17 -0
- package/dist/entries/com.sncommunity.markdown-math.json +17 -0
- package/dist/entries/com.sncommunity.minimal-markdown.json +17 -0
- package/dist/static/com.sncommunity.advanced-checklist/build/asset-manifest.json +13 -0
- package/dist/static/com.sncommunity.advanced-checklist/build/favicon.ico +0 -0
- package/dist/static/com.sncommunity.advanced-checklist/build/index.html +1 -0
- package/dist/static/com.sncommunity.advanced-checklist/build/logo192.png +0 -0
- package/dist/static/com.sncommunity.advanced-checklist/build/logo512.png +0 -0
- package/dist/static/com.sncommunity.advanced-checklist/build/manifest.json +25 -0
- package/dist/static/com.sncommunity.advanced-checklist/build/robots.txt +3 -0
- package/dist/static/com.sncommunity.advanced-checklist/build/sample.ext.json +12 -0
- package/dist/static/com.sncommunity.advanced-checklist/build/static/css/main.339b1865.css +2 -0
- package/dist/static/com.sncommunity.advanced-checklist/build/static/css/main.339b1865.css.map +1 -0
- package/dist/static/com.sncommunity.advanced-checklist/build/static/js/main.js +3 -0
- package/dist/static/com.sncommunity.advanced-checklist/build/static/js/main.js.LICENSE.txt +87 -0
- package/dist/static/com.sncommunity.advanced-checklist/build/static/js/main.js.map +1 -0
- package/dist/static/com.sncommunity.bold-editor/dist/dist.css +5 -0
- package/dist/static/com.sncommunity.bold-editor/dist/dist.min.js +2 -0
- package/dist/static/com.sncommunity.bold-editor/dist/dist.min.js.LICENSE.txt +42 -0
- package/dist/static/com.sncommunity.bold-editor/dist/filesafe-js/EncryptionWorker.js +2 -0
- package/dist/static/com.sncommunity.bold-editor/dist/filesafe-js/EncryptionWorker.js.LICENSE.txt +5 -0
- package/dist/static/com.sncommunity.bold-editor/dist/index.html +1 -0
- package/dist/static/com.sncommunity.bold-editor/dist/vendor.css +6 -0
- package/dist/static/com.sncommunity.bold-editor/dist/vendor.js +1 -0
- package/dist/static/com.sncommunity.markdown-basic/dist/dist.css +6 -0
- package/dist/static/com.sncommunity.markdown-basic/dist/dist.css.map +1 -0
- package/dist/static/com.sncommunity.markdown-basic/dist/dist.js +2 -0
- package/dist/static/com.sncommunity.markdown-basic/dist/dist.js.LICENSE.txt +32 -0
- package/dist/static/com.sncommunity.markdown-basic/dist/index.html +7 -0
- package/dist/static/com.sncommunity.markdown-math/dist/app.css +518 -0
- package/dist/static/com.sncommunity.markdown-math/dist/app.css.map +1 -0
- package/dist/static/com.sncommunity.markdown-math/dist/app.js +78 -0
- package/dist/static/com.sncommunity.markdown-math/dist/app.js.map +1 -0
- package/dist/static/com.sncommunity.markdown-math/dist/dist.css +523 -0
- package/dist/static/com.sncommunity.markdown-math/dist/dist.js +1 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_AMS-Regular.ttf +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_AMS-Regular.woff +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_AMS-Regular.woff2 +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Caligraphic-Bold.ttf +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Caligraphic-Bold.woff +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Caligraphic-Regular.ttf +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Caligraphic-Regular.woff +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Fraktur-Bold.ttf +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Fraktur-Bold.woff +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Fraktur-Regular.ttf +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Fraktur-Regular.woff +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-Bold.ttf +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-Bold.woff +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-Bold.woff2 +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-BoldItalic.ttf +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-BoldItalic.woff +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-BoldItalic.woff2 +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-Italic.ttf +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-Italic.woff +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-Italic.woff2 +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-Regular.ttf +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-Regular.woff +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-Regular.woff2 +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Math-BoldItalic.ttf +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Math-BoldItalic.woff +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Math-Italic.ttf +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Math-Italic.woff +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Math-Italic.woff2 +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_SansSerif-Bold.ttf +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_SansSerif-Bold.woff +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_SansSerif-Italic.ttf +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_SansSerif-Italic.woff +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_SansSerif-Regular.ttf +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_SansSerif-Regular.woff +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Script-Regular.ttf +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Script-Regular.woff +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Script-Regular.woff2 +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size1-Regular.ttf +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size1-Regular.woff +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size1-Regular.woff2 +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size2-Regular.ttf +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size2-Regular.woff +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size2-Regular.woff2 +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size3-Regular.ttf +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size3-Regular.woff +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size3-Regular.woff2 +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size4-Regular.ttf +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size4-Regular.woff +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size4-Regular.woff2 +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Typewriter-Regular.ttf +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Typewriter-Regular.woff +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
- package/dist/static/com.sncommunity.markdown-math/dist/lib.js +7485 -0
- package/dist/static/com.sncommunity.markdown-math/index.html +52 -0
- package/dist/static/com.sncommunity.minimal-markdown/dist/app.css +143 -0
- package/dist/static/com.sncommunity.minimal-markdown/dist/app.css.map +1 -0
- package/dist/static/com.sncommunity.minimal-markdown/dist/app.js +115 -0
- package/dist/static/com.sncommunity.minimal-markdown/dist/app.js.map +1 -0
- package/dist/static/com.sncommunity.minimal-markdown/dist/dist.css +490 -0
- package/dist/static/com.sncommunity.minimal-markdown/dist/dist.js +11211 -0
- package/dist/static/com.sncommunity.minimal-markdown/dist/lib.js +11096 -0
- package/dist/static/com.sncommunity.minimal-markdown/dist/sn-codemirror-search/dialog/dialog.css +46 -0
- package/dist/static/com.sncommunity.minimal-markdown/dist/sn-codemirror-search/dialog/dialog.js +161 -0
- package/dist/static/com.sncommunity.minimal-markdown/dist/sn-codemirror-search/search.js +258 -0
- package/dist/static/com.sncommunity.minimal-markdown/dist/sn-codemirror-search/searchcursor.js +293 -0
- package/dist/static/com.sncommunity.minimal-markdown/index.html +23 -0
- package/dist/zips/com.sncommunity.advanced-checklist/build/asset-manifest.json +13 -0
- package/dist/zips/com.sncommunity.advanced-checklist/build/favicon.ico +0 -0
- package/dist/zips/com.sncommunity.advanced-checklist/build/index.html +1 -0
- package/dist/zips/com.sncommunity.advanced-checklist/build/logo192.png +0 -0
- package/dist/zips/com.sncommunity.advanced-checklist/build/logo512.png +0 -0
- package/dist/zips/com.sncommunity.advanced-checklist/build/manifest.json +25 -0
- package/dist/zips/com.sncommunity.advanced-checklist/build/robots.txt +3 -0
- package/dist/zips/com.sncommunity.advanced-checklist/build/sample.ext.json +12 -0
- package/dist/zips/com.sncommunity.advanced-checklist/build/static/css/main.339b1865.css +2 -0
- package/dist/zips/com.sncommunity.advanced-checklist/build/static/css/main.339b1865.css.map +1 -0
- package/dist/zips/com.sncommunity.advanced-checklist/build/static/js/main.js +3 -0
- package/dist/zips/com.sncommunity.advanced-checklist/build/static/js/main.js.LICENSE.txt +87 -0
- package/dist/zips/com.sncommunity.advanced-checklist/build/static/js/main.js.map +1 -0
- package/dist/zips/com.sncommunity.advanced-checklist/package.json +133 -0
- package/dist/zips/com.sncommunity.advanced-checklist.zip +0 -0
- package/dist/zips/com.sncommunity.bold-editor/dist/dist.css +5 -0
- package/dist/zips/com.sncommunity.bold-editor/dist/dist.min.js +2 -0
- package/dist/zips/com.sncommunity.bold-editor/dist/dist.min.js.LICENSE.txt +42 -0
- package/dist/zips/com.sncommunity.bold-editor/dist/filesafe-js/EncryptionWorker.js +2 -0
- package/dist/zips/com.sncommunity.bold-editor/dist/filesafe-js/EncryptionWorker.js.LICENSE.txt +5 -0
- package/dist/zips/com.sncommunity.bold-editor/dist/index.html +1 -0
- package/dist/zips/com.sncommunity.bold-editor/dist/vendor.css +6 -0
- package/dist/zips/com.sncommunity.bold-editor/dist/vendor.js +1 -0
- package/dist/zips/com.sncommunity.bold-editor/package.json +52 -0
- package/dist/zips/com.sncommunity.bold-editor.zip +0 -0
- package/dist/zips/com.sncommunity.markdown-basic.zip +0 -0
- package/dist/zips/com.sncommunity.markdown-math.zip +0 -0
- package/dist/zips/com.sncommunity.minimal-markdown/dist/app.css +143 -0
- package/dist/zips/com.sncommunity.minimal-markdown/dist/app.css.map +1 -0
- package/dist/zips/com.sncommunity.minimal-markdown/dist/app.js +115 -0
- package/dist/zips/com.sncommunity.minimal-markdown/dist/app.js.map +1 -0
- package/dist/zips/com.sncommunity.minimal-markdown/dist/dist.css +490 -0
- package/dist/zips/com.sncommunity.minimal-markdown/dist/dist.js +11211 -0
- package/dist/zips/com.sncommunity.minimal-markdown/dist/lib.js +11096 -0
- package/dist/zips/com.sncommunity.minimal-markdown/dist/sn-codemirror-search/dialog/dialog.css +46 -0
- package/dist/zips/com.sncommunity.minimal-markdown/dist/sn-codemirror-search/dialog/dialog.js +161 -0
- package/dist/zips/com.sncommunity.minimal-markdown/dist/sn-codemirror-search/search.js +258 -0
- package/dist/zips/com.sncommunity.minimal-markdown/dist/sn-codemirror-search/searchcursor.js +293 -0
- package/dist/zips/com.sncommunity.minimal-markdown/index.html +23 -0
- package/dist/zips/com.sncommunity.minimal-markdown/package.json +39 -0
- package/dist/zips/com.sncommunity.minimal-markdown.zip +0 -0
- package/package.json +2 -2
- package/scripts/Compile.sh +12 -0
- package/scripts/Package.mjs +188 -0
- package/scripts/Readme.mjs +40 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function MarkdownParser(c){var p,e=this,d=(c=c?"i":"",null),f=null,g={},s={},b={},v={},h={},x={};function y(e,t){for(var r in t)if(t.hasOwnProperty(r)&&t[r].test(e))return r;return""}return e.addInlineRules=function(e){var t,r,n,o,i=[];for(t in e)e.hasOwnProperty(t)&&(r=e[t].source,i.push(r),n=r,o=t,n=new RegExp("^("+r+")$",c),s[o]=(o,n));return d=new RegExp("("+i.join("|")+")",c),this},e.addSubRules=function(e){for(var t in p=e)if(e.hasOwnProperty(t)){var r,n,o=e[t],i=[];for(r in o)o.hasOwnProperty(r)&&(n=o[r].source,s=n,a=r,h[l=t]||(h[l]={}),h[l][a]=new RegExp("^("+s+")$",c),i.push(n));x[t]=new RegExp("("+i.join("|")+")",c)}var s,a,l;return this},e.addBlockRules=function(e){var t,r,n,o,i=[];for(t in e)e.hasOwnProperty(t)&&(r=e[t].source,i.push(r),n=r,o=t,n=new RegExp("^("+r+")$",c),g[o]=(o,n));return f=new RegExp("("+i.join("|")+")",c),this},e.addRunIn=function(e){return b=e,this},e.addMarkers=function(e){return v=e,this},e.tokenize=function(e){for(var t,r=[],n=[],o=(e=e.replace("\r","")).split(f),i=o.length,s=0,a=0;a<i;a++)if(""!==o[a]){var l=y(o[a],g);if(0<s&&l in b){var c=b[l].allowedBlocks;if(c&&0<=c.indexOf(t)){o[s]+=o[a],o[a]="",n[a]="";continue}}t=n[s=a]=l}var h=0;for(a=0;a<i;a++){var u,m=o[a];""!==m&&(u=0,"empty"!=n[a]&&(u=h,h=0),function(e,t,r,n){var o,i=d;if(t in p){if(null===p[t])return n.push({token:e,block:t,line:r});i=x[t]}void 0!==v[t]&&(o=e.match(v[t]))[2]&&(n.push({token:o[1],block:t+"-mark",line:r}),e=o[2],r=0);for(var s,a=e.split(i),l=0;l<a.length;l++)""!=(s=a[l])&&(n.push({token:s,block:t,line:r}),r=0)}(m,n[a],u,r),h+=substrCount("\n",m))}return r},e.identifyInline=function(e){var t=e.block,r=s;if(t in p){if(null===p[t])return"";r=h[t]}return y(e.token,r)},e}!function(d,f){"use strict";var g={html:!0,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!0,typographer:!0,quotes:"\"\"''",_habr:{protocol:""},_highlight:!0,_strict:!1};function b(e){var t=d.body;["result-as-html","result-as-htmltex","result-as-habr","result-as-src","result-as-debug"].forEach(function(e){t.classList?t.classList.remove(e):t.className=t.className.replace(new RegExp("(^|\\b)"+e.split(" ").join("|")+"(\\b|$)","gi")," ")}),t.classList?t.classList.add("result-as-"+e):t.className+=" result-as-"+e}function v(e,t,r,n,o,i,s,a,l){var c=r(e).use(markdownitS2Tex).use(markdownitSub).use(markdownitSup),h=r(e).use(markdownitS2Tex).use(markdownitSub).use(markdownitSup),u=r(e).use(markdownitS2Tex,{noreplace:!0}).use(markdownitSub).use(markdownitSup),m=r(e).use(markdownitS2Tex,e._habr).use(markdownitSub).use(markdownitSup),p=r("zero").use(markdownitS2Tex);function d(e,t){if(0<=t&&e[t]&&e[t].children)for(var r=e[t].children.length;r--;)if("tex-block"===e[t].children[r].tag)return 1}c.renderer.rules.paragraph_open=c.renderer.rules.heading_open=function(e,t,r,n,o){var i;return e[t].map&&0===e[t].level&&(i=e[t].map[0],e[t].attrPush(["class","line"]),e[t].attrPush(["data-line",i+""])),d(e,t+1)&&(e[t].attrPush(["align","center"]),e[t].attrPush(["style","text-align: center;"])),o.renderToken(e,t,r,n,o)},h.renderer.rules.paragraph_open=h.renderer.rules.heading_open=function(e,t,r,n,o){return d(e,t+1)&&(e[t].attrPush(["align","center"]),e[t].attrPush(["style","text-align: center;"])),o.renderToken(e,t,r,n,o)},m.renderer.rules.heading_open=function(e,t,r,n,o){var i="";return(i=0<t&&"paragraph_close"===e[t-1].type&&!d(e,t-2)?"\n":i)+o.renderToken(e,t,r,n,o)},m.renderer.rules.paragraph_open=function(e,t,r,n,o){var i="";return i=0<t&&"paragraph_close"===e[t-1].type&&!d(e,t-2)?"\n":i},m.renderer.rules.paragraph_close=function(e,t,r,n,o){return"\n"},p.inline.ruler.before("backticks","backticks2",function(e,t){var r,n,o,i,s,a,l=e.pos;if(96!==e.src.charCodeAt(l))return!1;for(r=l,l++,n=e.posMax;l<n&&96===e.src.charCodeAt(l);)l++;for(o=e.src.slice(r,l),s=l;-1!==(i=e.src.indexOf("`",s));){for(s=i+1;s<n&&96===e.src.charCodeAt(s);)s++;if(s-i===o.length)return t||((a=e.push("backticks2_inline","code",0)).markup=o,a.content=e.src.slice(l,i)),e.pos=s,!0}return t||(e.pending+=o),e.pos+=o.length,!0}),p.renderer.rules.backticks2_inline=function(e,t){e=e[t];return e.markup+e.content+e.markup},p.renderer.rules.text=function(e,t){return e[t].content},m.renderer.rules.fence=function(e,t,r,n,o){var e=e[t],t=e.info?m.utils.unescapeAll(e.info).trim():"",i="";return t&&(i=t.split(/\s+/g)[0],e.attrPush(["lang",i])),t=r.highlight&&r.highlight(e.content,i)||m.utils.escapeHtml(e.content),"\n<source"+o.renderAttrs(e)+">"+t+"</source>\n"},this.getSource=o,this.setSource=function(e){i(e),this.updateResult()};var f=null,g="html";this.updateResult=function(){var e=o();f!==e&&(f=e,t.reset(),s(c.render(e)),t.fixDom(),"htmltex"===g?a("result-src-content",u.render(e),"html"):"debug"===g?a("result-src-content",JSON.stringify(h.parse(e,{references:{}}),null,2),"json"):a("result-src-content","habr"===g?m.render(e).replace("<spoiler ","\n<spoiler "):"md"===g?p.renderInline(e):h.render(e),"html"),l(e))},this.getDisplayedResult=function(){var e=o();return"habr"===g?m.render(e):"htmltex"===g?u.render(e):"md"===g?p.renderInline(e):h.render(e)},this.getDisplayedResultFilename=function(){return g+".html"},n(g),this.switchView=function(e){n(g=e),f=null,this.updateResult()}}function x(e,t,r){e=d.getElementsByClassName(e)[0];f.hljs?e.innerHTML=f.hljs.highlight(r,t).value:e.textContent=t}function y(e){d.getElementsByClassName("result-html")[0].innerHTML=e}function w(){for(var e=d.querySelectorAll(".result-html .line"),t=[],r=[0],n=[0],o=0,i=e.length;o<i;o++)(a=parseInt(e[o].getAttribute("data-line")))&&(t[a]=Math.round(e[o].offsetTop));for(var s=d.querySelectorAll(".ldt-pre .block-start"),i=s.length,a=0,o=0;o<i;o++){var l=parseInt(s[o].getAttribute("data-line"));l&&void 0!==t[a+=l]&&(r.push(s[o].offsetTop),n.push(t[a]))}var c=d.querySelector(".ldt-pre").scrollHeight,h=r[r.length-1];return r.push(h<c-5?c-5:h),n.push(d.querySelector(".result-html").scrollHeight),[r,n]}documentReady(function(){var n,e,t,r,o=d.getElementById("editor-source"),i=d.getElementsByClassName("result-html")[0],s=debounce(function(){c.recalcHeight()},100),a=new ScrollMap(w),l=new v(g,new ImageLoader(new ImagePreloader,"https:"===location.protocol?"https:":"http:"),f.markdownit,b,function(){return o.value},function(e){o.value=e,c.update()},y,x,function(e){a.reset()}),c=(l.updateResult(),new TextareaDecorator(o,mdParser)),h=d.getElementsByClassName("source")[0],u=new SyncScroll(a,new Animator(function(){return h.scrollTop},function(e){h.scrollTop=e}),new Animator(function(){return i.scrollTop},function(e){i.scrollTop=e}),h,i,d.querySelector('[id^="container-block"]')),m=l.updateResult;function p(e){t.style.width="calc("+e+"% - 3px)",r.style.width="calc("+(100-e)+"% - 3px)",a.reset()}o.addEventListener("touchstart",u.switchScrollToSrc),o.addEventListener("mouseover",u.switchScrollToSrc),i.addEventListener("touchstart",u.switchScrollToResult),i.addEventListener("mouseover",u.switchScrollToResult),u.switchScrollToSrc(),Array.prototype.forEach.call(d.getElementsByClassName("control-item"),function(e,t){e.addEventListener("click",function(){var e,t=this.getAttribute("data-result-as");t&&(l.switchView(t),"preview"!==t&&(e=d.getElementsByClassName("result-src-content")).length&&setTimeout(function(){selectText(e[0])},0))})}),d.querySelector("._download-source").addEventListener("click",function(){var e=new Blob([l.getSource()],{type:"text/markdown;charset=utf-8"});saveAs(e,"source.md")}),d.querySelector("._download-result").addEventListener("click",function(){var e=new Blob([l.getDisplayedResult()],{type:"text/html;charset=utf-8"});saveAs(e,l.getDisplayedResultFilename())}),d.querySelector("._upload-source").addEventListener("click",function(){var e=d.getElementById("fileElem");(e.onclick||e.click||function(){}).call(e)}),d.getElementById("fileElem").addEventListener("change",function(){var e,t;this.files&&FileReader&&(e=new FileReader,t=this,e.onload=function(){l.setSource(this.result),t.value=t.defaultValue},e.readAsText(this.files[0]))}),u=d.querySelector(".slider"),e=new Draggabilly(u,{axis:"x"}),t=d.getElementById("source-block"),r=d.getElementById("result-block"),u.addEventListener("dblclick",function(){p(50)}),e.on("dragStart",function(e,t,r){n=f.innerWidth}),e.on("dragMove",function(e,t,r){p(100*t.pageX/n)}),f.upmath={updateText:()=>{m(),c.recalcHeight(),c.update()},getHTML:()=>{d.getElementsByClassName("result-html");return i.innerHTML}},f.addEventListener("resize",function(){a.reset(),s()})})}(document,window),function(){"use strict";function u(e,t){var r=e.pos,n=!0,o=!0,i=e.posMax,s=e.md.utils.isWhiteSpace,a=e.md.utils.isPunctChar,l=e.md.utils.isMdAsciiPunct,c=0<t?e.src.charCodeAt(t-1):32;return i<=r&&(n=!1),t=r-t,i=r<i?e.src.charCodeAt(r):32,e=l(c)||a(String.fromCharCode(c)),r=l(i)||a(String.fromCharCode(i)),l=s(c),{can_open:n=(a=s(i))||r&&!l&&!e?!1:n,can_close:o=l||e&&!a&&!r?!1:o,delims:t}}window.markdownitS2Tex=function(e,n){function t(e,t){var r,n,o,i=e.posMax,s=e.pos;if(e.src.slice(s,s+c.length)!==c)return!1;if(t)return!1;if(r=(t=u(e,s+c.length)).delims,t.can_open){for(e.pos=s+c.length;e.pos<i;){if(e.src.slice(e.pos,e.pos+h.length)===h&&u(e,e.pos+h.length).can_close){n=!0;break}e.md.inline.skipToken(e)}if(!n)return e.pos=s,!1;var a,t=!1,l="tex-inline";0!=s||!(t=(a=e.src.substring(e.pos+h.length)).match(/^\s*(\([ \t]*\S+[ \t]*\))\s*$/))&&""!=a||(l="tex-block"),t&&((o=e.push("math_number","tex-number",0)).content=t[1],o.markup="()"),e.posMax=e.pos,e.pos=s+h.length,(o=e.push("math_inline",l,0)).content=e.src.slice(e.pos,e.posMax),o.markup=c,e.pos=t?i:e.posMax+h.length,e.posMax=i}else e.pos+=r,e.pending+=e.src.slice(s,e.pos);return!0}var c,h,o=(n="object"==typeof n?n:{}).inlineOpen||"$$",i=n.inlineClose||"$$";c=o,h=i;e.inline.ruler.before("escape","math_inline",t),e.renderer.rules.math_inline=function(e,t){var r=e[t].content;return n.noreplace?(o+r+i).replace(/&/g,"&").replace(/>/g,">").replace(/</g,"<").replace(/"/g,"""):(e="tex-inline"===e[t].tag,katex.renderToString(r,{throwOnError:!1,displayMode:!e,trust:!0}))},e.renderer.rules.math_number=function(e,t){return'<span style="float:right">'+e[t].content+"</span>"}}}();var mdParser=new MarkdownParser;function documentReady(e){"loading"!=document.readyState?e():document.addEventListener("DOMContentLoaded",e)}function findBisect(e,t){var r=0,n=t.length-1,o=t[r];if(e<=o)return{val:r,part:0};var i=t[n];if(i<e)return{val:n,part:0};for(;1<n-r;){var s=r+Math.round((n-r)/2),a=t[s];e<=a?(n=s,i=a):(r=s,o=a)}return{val:r,part:(e-o)/(i-o)}}function substrCount(e,t){for(var r=-1,n=-2;-1!=n;)r++,n=t.indexOf(e,n+1);return r}function selectText(e){var t,r;window.getSelection&&(t=window.getSelection(),(r=document.createRange()).selectNodeContents(e),t.removeAllRanges(),t.addRange(r))}function Animator(t,r){function n(e){var t=e-(p=null===p?e:p);t<s?(o=u+a*(Math.cos(l*(t-s))-1),m=a*l*Math.sin(l*(s-t)),r(o),i=requestAnimationFrame(n),d&&(f(c,o),d=!1,p=e)):(p=null,m=0,r(u),cancelAnimationFrame(i),d=d&&!1)}var o,i,s,a,l,c,h=0,u=0,m=0,p=null,d=!1;function f(e,t){var r;u=e,h=t,s=Math.abs(m)<1e-5?(r=Math.PI,200):(r=(e=(u-h)/m/200)<0||.5<e?Math.PI*Math.sqrt(1-.5/e):.1,t=(1-Math.cos(r))/r/Math.sin(r),(u-h)/t/m),l=r/s,a=(u-h)/(1-Math.cos(r))}this.setPos=function(e){(d=null!==p)?c=e:(f(e,t()),i=requestAnimationFrame(n))},this.stop=function(){p=null,m=0,cancelAnimationFrame(i),d=!1}}function escapeRegExp(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function ImagePreloader(){var o={},s=0;function n(){var e=200<=this.status&&this.status<400?this.responseText:'<svg height="24" version="1.1" width="24" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -1028.4)"><path d="m22 12c0 5.523-4.477 10-10 10-5.5228 0-10-4.477-10-10 0-5.5228 4.4772-10 10-10 5.523 0 10 4.4772 10 10z" fill="#742600" transform="translate(0 1029.4)"/><path d="m22 12c0 5.523-4.477 10-10 10-5.5228 0-10-4.477-10-10 0-5.5228 4.4772-10 10-10 5.523 0 10 4.4772 10 10z" fill="#AB562B" transform="translate(0 1028.4)"/><path d="m7.0503 1037.8 3.5357 3.6-3.5357 3.5 1.4142 1.4 3.5355-3.5 3.536 3.5 1.414-1.4-3.536-3.5 3.536-3.6-1.414-1.4-3.536 3.5-3.5355-3.5-1.4142 1.4z" fill="#742600"/><path d="m7.0503 1036.8 3.5357 3.6-3.5357 3.5 1.4142 1.4 3.5355-3.5 3.536 3.5 1.414-1.4-3.536-3.5 3.536-3.6-1.414-1.4-3.536 3.5-3.5355-3.5-1.4142 1.4z" fill="#ecf0f1"/></g></svg>';t(this.responseURL||this.s2Url,e)}this.onLoad=function(e,t){var r;o[e]?null!==o[e].svg&&t(e,o[e].svg,o[e].baseline):o[e]={svg:null,baseline:null,request:(e=e,(r=new XMLHttpRequest).open("GET",e,!0),r.s2Url=e,r.onload=n,r.onerror=function(){},r.send(),r),callback:t}};var t=function(e,t){var r,n=o[e];n&&(r=(r=(t=function(e){var t=e.match(/id=["']([^"']*)["']/g);if(t){for(var r,n,o,i=t.length;i--;)r=(o=t[i]).match(/id=["']([^"']*)["']/)[1],n="s"+s+r,e=e.replaceAll(o,'id="'+n+'"').replaceAll("#"+r,"#"+n);s++}return e}(t)).match(/postMessage\((?:"|")([\d\|\.\-eE]*)(?:"|")/))?r&&r[1]?r[1].split("|").shift():0:null,n.callback(e,t,r),n.svg=t,n.baseline=r,n.request=null,n.callback=null)};this.getImageDataFromUrl=function(e){e=o[e];return e||null}}function ImageLoader(o,e){var i=[],s=[],a={},l=0,c=null,h=null,u=null;this.reset=function(){i=[],l=0};function m(e,t,r){var n,o=a[e];if(o&&(n=o.length))for(;n--;){var i=o[n];p(i,t,r,i===h?"fade-in":"replace"),i===h&&(clearTimeout(c),u=h=null)}}function p(e,t,r,n){var o="s2tex_"+e,e=document.getElementById(o),i=e.parentNode,s="fade-out"==n?"0.5":"1",n='<svg class="svg-preview" id="'+o+'" ',r=(n+=null===r?'width="13px" height="13px" ':'style="vertical-align:'+-r+'pt; opacity: 1" ',document.createElement("div")),t=(r.innerHTML=t.replace("<svg ",n),r.firstElementChild);r.removeChild(t),i.insertBefore(t,e),i.removeChild(e),"1"!=s&&(c=setTimeout(function(){document.getElementById(o).style.opacity=s},0))}this.fixDom=function(){!function(){if(l==s.length){for(var e,t=0,r=l;r--;)i[r]!=s[r]&&(t++,e=r);if(1==t){if(null===h)return u=s[h=e];if(h===e)return}}u=h=null}(),a={};for(var e=l;e--;){var t=i[e];void 0===a[t]?a[t]=[e]:a[t].push(e)}for(var r,n=l;n--;)o.onLoad(i[n],m);null!==h&&null!==(r=o.getImageDataFromUrl(u))&&null===r.callback&&p(h,r.svg,r.baseline,"fade-out"),s=i.slice(0)}}function ScrollMap(i){var s=null;this.reset=function(){s=[null,null]},this.getPosition=function(e,t,r){var n,o=e.offsetHeight,e=e.scrollTop;return 0==e?0:(n=(s=null===s[t]?i():s)[t].length-1,s[t][n]<=e+o?s[r][n]-o:(e=findBisect(e+(n=o/2),s[t]),o=parseFloat(s[r][e.val]*(1-e.part)),s[r][e.val+1]&&(o+=parseFloat(s[r][e.val+1]*e.part)),o-n))}}function SyncScroll(e,t,r,n,o,i){function s(){r.setPos(e.getPosition(n,0,1))}function a(){t.setPos(e.getPosition(o,1,0))}this.switchScrollToSrc=function(){o.removeEventListener("scroll",a),n.removeEventListener("scroll",s),n.addEventListener("scroll",s),i.id="container-block-source"},this.switchScrollToResult=function(){n.removeEventListener("scroll",s),o.removeEventListener("scroll",a),o.addEventListener("scroll",a),i.id="container-block-result"}}mdParser.addBlockRules({latexBlock:/[ \t]*\$\$\n?(?:[^\n]+\n)*(?:[^\n]*[^\\\n])?\$\$(?:[ \t]*\([ \t]*\S+[ \t]*\))?[ \t]*(?:\n|$)/,empty:/(?:[ \t]*\n)+/,fence:/```[\s\S]*?(?:$|```(?:\n|$))/,reference:/\[[^\]]+\]\:[^\n]*(?:\n|$)/,header:/#{1,6} [^\n]*(?:\n|$)/,header2:/[^\n]+\n[ \t]*[=-]{2,}(?:\n|$)/,rule:/(?:[\*]{3,}|[\-]{3,}|[\_]{3,})(?:\n|$)/,list:/[ ]{0,3}(?:[+\-\*]|\d+\.)[ \t]+[^\n]*(?:\n[ \t]*[^\n\t ]+[ \t]*)*(?:\n|$)/,quote:/[ ]{0,3}>[^\n]*(?:\n|$)/,paragraph:/[\s\S]*?(?:\n|$)/}).addInlineRules({latex:/\$\$(?:[\s\S]*?[^\\])?\$\$/,link:/\[.+?\][\(\[].*?[\)\]]/,bold:/(?:\s|^)__[\s\S]*?\S__|\*\*[\s\S]*?\S\*\*/,italic:/(?:\s|^)_[\s\S]*?[^\\\s]_|\*[^\\\s]\*|\*\S[\s\S]*?[^\\\s]\*/,strike:/~~.+?~~/,sup:/\^.+?\^/,sub:/~.+?~/,code:/``.+?``|`.*?[^`\\]`(?!`)/}).addSubRules({fence:null,rule:null,latexBlock:{comment:/%[^\n]*?(?=\$\$)|%[^\n]*/,reference:/[ \t]*\([ \t]*\S+[ \t]*\)[ \t\n]*$/,index:/(?:\^|_)(?:\\[a-zA-Zа-яА-я]+[\*]?(?:\{.*?\})|\{[a-zA-Zа-яА-я0-9]*?\}|[a-zA-Zа-яА-я0-9])/,bracket:/(?:(?:\\left|\\right)?[\{\}\[\]\(\)\|])/,keyword:/\\[a-zA-Zа-яА-я]+[\*]?/,keyword2:/\\[^a-zA-Zа-яА-я0-9]/,keyword3:/&/,delimeter:/\$\$/}}).addRunIn({paragraph:{allowedBlocks:["paragraph","quote","list"]}}).addMarkers({list:/^([ ]{0,3}(?:[+\-\*]|\d+\.)[ \t]+)([\s\S]*)$/,quote:/^([ ]{0,3}(?:>[ \t]*)+)([\s\S]*)$/}),String.prototype.replaceAll=function(e,t){return this.replace(new RegExp(escapeRegExp(e),"g"),t)};var now=Date.now||function(){return(new Date).getTime()};function debounce(n,o,e){var i,s,a,l,c,h,u,m=0,p=!1,d=!1,f=!0;if("function"!=typeof n)throw new TypeError(FUNC_ERROR_TEXT);function t(e,t){t&&clearTimeout(t),s=h=u=void 0,e&&(m=now(),a=n.apply(c,i),h||s||(i=c=void 0))}function g(){var e=o-(now()-l);e<=0||o<e?t(u,s):h=setTimeout(g,e)}function b(){t(f,h)}function r(){var e,t,r;return i=arguments,l=now(),c=this,u=f&&(h||!p),!1===d?e=p&&!h:(r=(t=d-(l-(m=s||p?m:l)))<=0||d<t)?(s=s&&clearTimeout(s),m=l,a=n.apply(c,i)):s=s||setTimeout(b,t),r&&h?h=clearTimeout(h):h||o===d||(h=setTimeout(g,o)),e&&(r=!0,a=n.apply(c,i)),!r||h||s||(i=c=void 0),a}return o=!(o<0)&&+o||0,"object"==typeof e&&(p=!!e.leading,d="maxWait"in e&&Math.max(+e.maxWait||0,o),f="trailing"in e?!!e.trailing:f),r.cancel=function(){h&&clearTimeout(h),s&&clearTimeout(s),s=h=u=void(m=0)},r}function TextareaDecorator(m,p){var e,d,t,f=this;function g(e,t){var r;return e.token!==t.textContent||(r=t.className).slice(0,r.indexOf(" "))!==e.block||(r=t.getAttribute("data-line"))&&r!=e.line?void 0:1}function b(e,t,r){e.textContent=e.innerText=t.token;r=t.block+" "+r;t.line?(e.className=r+" block-start",e.setAttribute("data-line",t.line)):e.className=r}"ldt-textarea"!==m.className?(e=document.createElement("div"),(d=document.createElement("pre")).className="ldt-pre",e.appendChild(d),(t=document.createElement("label")).className="ldt-label",e.appendChild(t),m.parentNode.replaceChild(e,m),t.appendChild(m),e.className="ldt "+m.className,m.className="ldt-textarea"):d=m.parentNode.previousSibling;return f.input=m,f.output=d,f.recalcHeight=function(){f.input.style.height=Math.max(f.output.offsetHeight,100)+"px"},f.update=function(){var e=m.value;if(e){for(var t,r,n=d,o=p,i=""!==e&&e.substring(e.length-1)||"",s=("\r"!=i&&"\n"!=i||(e+=" "),n.childNodes),a=o.tokenize(e),l=0;l<a.length&&l<s.length&&g(a[l],s[l]);l++);for(;a.length<s.length;)n.removeChild(s[l]);for(t=a.length-1,r=s.length-1;l<r&&g(a[t],s[r]);t--,r--);for(;l<=r;l++){var c=a[l];b(s[l],c,o.identifyInline(c))}for(var h=s[l]||null;l<=t;l++){var u=document.createElement("span");b(u,c=a[l],o.identifyInline(c)),n.insertBefore(u,h)}}else d.innerHTML="";f.recalcHeight()},m.addEventListener?m.addEventListener("input",f.update,!1):m.attachEvent("onpropertychange",function(e){"value"===e.propertyName.toLowerCase()&&f.update()}),f.update(),f}var saveAs=saveAs||function(p){"use strict";var d,f,g,b,v,x,i,y,w,r,k,_,S,n,e;if("undefined"==typeof navigator||!/MSIE [1-9]\./.test(navigator.userAgent))return d=p.document,f=function(){return p.URL||p.webkitURL||p},g=d.createElementNS("http://www.w3.org/1999/xhtml","a"),b="download"in g,v=p.webkitRequestFileSystem,x=p.requestFileSystem||v||p.mozRequestFileSystem,i=function(e){(p.setImmediate||p.setTimeout)(function(){throw e},0)},y="application/octet-stream",w=0,r=500,k=function(e){function t(){"string"==typeof e?f().revokeObjectURL(e):e.remove()}p.chrome?t():setTimeout(t,r)},_=function(e,t,r){for(var n=(t=[].concat(t)).length;n--;){var o=e["on"+t[n]];if("function"==typeof o)try{o.call(e,r||e)}catch(e){i(e)}}},S=function(e){return/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type)?new Blob(["\ufeff",e],{type:e.type}):e},e=(n=function(n,r){n=S(n);function o(){!h&&e||(e=f().createObjectURL(n)),s?s.location.href=e:null==p.open(e,"_blank")&&"undefined"!=typeof safari&&(p.location.href=e),l.readyState=l.DONE,u(),k(e)}function i(e){return function(){if(l.readyState!==l.DONE)return e.apply(this,arguments)}}var e,s,t,a,l=this,c=n.type,h=!1,u=function(){_(l,"writestart progress write writeend".split(" "))},m={create:!0,exclusive:!1};l.readyState=l.INIT,r=r||"download",b?(e=f().createObjectURL(n),g.href=e,g.download=r,t=g,(a=d.createEvent("MouseEvents")).initMouseEvent("click",!0,!1,p,0,0,0,0,0,!1,!1,!1,!1,0,null),t.dispatchEvent(a),l.readyState=l.DONE,u(),k(e)):(p.chrome&&c&&c!==y&&(t=n.slice||n.webkitSlice,n=t.call(n,0,n.size,y),h=!0),v&&"download"!==r&&(r+=".download"),c!==y&&!v||(s=p),x?(w+=n.size,x(p.TEMPORARY,w,i(function(e){e.root.getDirectory("saved",m,i(function(e){function t(){e.getFile(r,m,i(function(r){r.createWriter(i(function(t){t.onwriteend=function(e){s.location.href=r.toURL(),l.readyState=l.DONE,_(l,"writeend",e),k(r)},t.onerror=function(){var e=t.error;e.code!==e.ABORT_ERR&&o()},"writestart progress write abort".split(" ").forEach(function(e){t["on"+e]=l["on"+e]}),t.write(n),l.abort=function(){t.abort(),l.readyState=l.DONE},l.readyState=l.WRITING}),o)}),o)}e.getFile(r,{create:!1},i(function(e){e.remove(),t()}),i(function(e){(e.code===e.NOT_FOUND_ERR?t:o)()}))}),o)}),o)):o())}).prototype,"undefined"!=typeof navigator&&navigator.msSaveOrOpenBlob?function(e,t){return navigator.msSaveOrOpenBlob(S(e),t)}:(e.abort=function(){this.readyState=this.DONE,_(this,"abort")},e.readyState=e.INIT=0,e.WRITING=1,e.DONE=2,e.error=e.onwritestart=e.onprogress=e.onwrite=e.onabort=e.onerror=e.onwriteend=null,function(e,t){return new n(e,t)})}("undefined"!=typeof self&&self||"undefined"!=typeof window&&window||this.content);"undefined"!=typeof module&&module.exports?module.exports.saveAs=saveAs:"undefined"!=typeof define&&null!==define&&null!=define.amd&&define([],function(){return saveAs}),function(t,r){"function"==typeof define&&define.amd?define("jquery-bridget/jquery-bridget",["jquery"],function(e){return r(t,e)}):"object"==typeof module&&module.exports?module.exports=r(t,require("jquery")):t.jQueryBridget=r(t,t.jQuery)}(window,function(e,t){"use strict";var r=Array.prototype.slice,n=e.console,u=void 0===n?function(){}:function(e){n.error(e)};function o(l,c,h){(h=h||t||e.jQuery)&&(c.prototype.option||(c.prototype.option=function(e){h.isPlainObject(e)&&(this.options=h.extend(!0,this.options,e))}),h.fn[l]=function(e){var t,n,o,i,s,a;return"string"==typeof e?(t=r.call(arguments,1),o=t,s="$()."+l+'("'+(n=e)+'")',(t=this).each(function(e,t){var r,t=h.data(t,l);t?(r=t[n])&&"_"!=n.charAt(0)?(r=r.apply(t,o),i=void 0===i?r:i):u(s+" is not a valid method"):u(l+" not initialized. Cannot call methods, i.e. "+s)}),void 0!==i?i:t):(a=e,this.each(function(e,t){var r=h.data(t,l);r?(r.option(a),r._init()):(r=new c(t,a),h.data(t,l,r))}),this)},i(h))}function i(e){e&&!e.bridget&&(e.bridget=o)}return i(t||e.jQuery),o}),function(e,t){"use strict";"function"==typeof define&&define.amd?define("get-size/get-size",[],t):"object"==typeof module&&module.exports?module.exports=t():e.getSize=t()}(window,function(){"use strict";function g(e){var t=parseFloat(e);return-1==e.indexOf("%")&&!isNaN(t)&&t}var t="undefined"==typeof console?function(){}:function(e){console.error(e)},b=["paddingLeft","paddingRight","paddingTop","paddingBottom","marginLeft","marginRight","marginTop","marginBottom","borderLeftWidth","borderRightWidth","borderTopWidth","borderBottomWidth"],v=b.length;function x(e){e=getComputedStyle(e);return e||t("Style returned "+e+". Are you running this code in a hidden iframe on Firefox? See http://bit.ly/getsizebug1"),e}var y,w=!1;function k(e){if(w||(w=!0,(h=document.createElement("div")).style.width="200px",h.style.padding="1px 2px 3px 4px",h.style.borderStyle="solid",h.style.borderWidth="1px 2px 3px 4px",h.style.boxSizing="border-box",(c=document.body||document.documentElement).appendChild(h),i=x(h),k.isBoxSizeOuter=y=200==g(i.width),c.removeChild(h)),(e="string"==typeof e?document.querySelector(e):e)&&"object"==typeof e&&e.nodeType){var t=x(e);if("none"==t.display){for(var r={width:0,height:0,innerWidth:0,innerHeight:0,outerWidth:0,outerHeight:0},n=0;n<v;n++)r[b[n]]=0;return r}for(var o={},i=(o.width=e.offsetWidth,o.height=e.offsetHeight,o.isBorderBox="border-box"==t.boxSizing),s=0;s<v;s++){var a=b[s],l=t[a],l=parseFloat(l);o[a]=isNaN(l)?0:l}var c=o.paddingLeft+o.paddingRight,h=o.paddingTop+o.paddingBottom,e=o.marginLeft+o.marginRight,u=o.marginTop+o.marginBottom,m=o.borderLeftWidth+o.borderRightWidth,p=o.borderTopWidth+o.borderBottomWidth,d=i&&y,f=g(t.width),f=(!1!==f&&(o.width=f+(d?0:c+m)),g(t.height));return!1!==f&&(o.height=f+(d?0:h+p)),o.innerWidth=o.width-(c+m),o.innerHeight=o.height-(h+p),o.outerWidth=o.width+e,o.outerHeight=o.height+u,o}}return k}),function(e,t){"function"==typeof define&&define.amd?define("ev-emitter/ev-emitter",t):"object"==typeof module&&module.exports?module.exports=t():e.EvEmitter=t()}("undefined"!=typeof window?window:this,function(){function e(){}var t=e.prototype;return t.on=function(e,t){var r;if(e&&t)return-1==(r=(r=this._events=this._events||{})[e]=r[e]||[]).indexOf(t)&&r.push(t),this},t.once=function(e,t){var r;if(e&&t)return this.on(e,t),((r=this._onceEvents=this._onceEvents||{})[e]=r[e]||{})[t]=!0,this},t.off=function(e,t){e=this._events&&this._events[e];if(e&&e.length)return-1!=(t=e.indexOf(t))&&e.splice(t,1),this},t.emitEvent=function(e,t){var r=this._events&&this._events[e];if(r&&r.length){r=r.slice(0),t=t||[];for(var n=this._onceEvents&&this._onceEvents[e],o=0;o<r.length;o++){var i=r[o];n&&n[i]&&(this.off(e,i),delete n[i]),i.apply(this,t)}return this}},t.allOff=function(){delete this._events,delete this._onceEvents},e}),function(t,r){"function"==typeof define&&define.amd?define("unipointer/unipointer",["ev-emitter/ev-emitter"],function(e){return r(t,e)}):"object"==typeof module&&module.exports?module.exports=r(t,require("ev-emitter")):t.Unipointer=r(t,t.EvEmitter)}(window,function(n,e){function t(){}var e=t.prototype=Object.create(e.prototype),r=(e.bindStartEvent=function(e){this._bindStartEvent(e,!0)},e.unbindStartEvent=function(e){this._bindStartEvent(e,!1)},e._bindStartEvent=function(e,t){var t=(t=void 0===t||t)?"addEventListener":"removeEventListener",r="mousedown";"ontouchstart"in n?r="touchstart":n.PointerEvent&&(r="pointerdown"),e[t](r,this)},e.handleEvent=function(e){var t="on"+e.type;this[t]&&this[t](e)},e.getTouch=function(e){for(var t=0;t<e.length;t++){var r=e[t];if(r.identifier==this.pointerIdentifier)return r}},e.onmousedown=function(e){var t=e.button;t&&0!==t&&1!==t||this._pointerDown(e,e)},e.ontouchstart=function(e){this._pointerDown(e,e.changedTouches[0])},e.onpointerdown=function(e){this._pointerDown(e,e)},e._pointerDown=function(e,t){e.button||this.isPointerDown||(this.isPointerDown=!0,this.pointerIdentifier=void 0!==t.pointerId?t.pointerId:t.identifier,this.pointerDown(e,t))},e.pointerDown=function(e,t){this._bindPostStartEvents(e),this.emitEvent("pointerDown",[e,t])},{mousedown:["mousemove","mouseup"],touchstart:["touchmove","touchend","touchcancel"],pointerdown:["pointermove","pointerup","pointercancel"]});return e._bindPostStartEvents=function(e){e&&((e=r[e.type]).forEach(function(e){n.addEventListener(e,this)},this),this._boundPointerEvents=e)},e._unbindPostStartEvents=function(){this._boundPointerEvents&&(this._boundPointerEvents.forEach(function(e){n.removeEventListener(e,this)},this),delete this._boundPointerEvents)},e.onmousemove=function(e){this._pointerMove(e,e)},e.onpointermove=function(e){e.pointerId==this.pointerIdentifier&&this._pointerMove(e,e)},e.ontouchmove=function(e){var t=this.getTouch(e.changedTouches);t&&this._pointerMove(e,t)},e._pointerMove=function(e,t){this.pointerMove(e,t)},e.pointerMove=function(e,t){this.emitEvent("pointerMove",[e,t])},e.onmouseup=function(e){this._pointerUp(e,e)},e.onpointerup=function(e){e.pointerId==this.pointerIdentifier&&this._pointerUp(e,e)},e.ontouchend=function(e){var t=this.getTouch(e.changedTouches);t&&this._pointerUp(e,t)},e._pointerUp=function(e,t){this._pointerDone(),this.pointerUp(e,t)},e.pointerUp=function(e,t){this.emitEvent("pointerUp",[e,t])},e._pointerDone=function(){this._pointerReset(),this._unbindPostStartEvents(),this.pointerDone()},e._pointerReset=function(){this.isPointerDown=!1,delete this.pointerIdentifier},e.pointerDone=function(){},e.onpointercancel=function(e){e.pointerId==this.pointerIdentifier&&this._pointerCancel(e,e)},e.ontouchcancel=function(e){var t=this.getTouch(e.changedTouches);t&&this._pointerCancel(e,t)},e._pointerCancel=function(e,t){this._pointerDone(),this.pointerCancel(e,t)},e.pointerCancel=function(e,t){this.emitEvent("pointerCancel",[e,t])},t.getPointerPoint=function(e){return{x:e.pageX,y:e.pageY}},t}),function(t,r){"function"==typeof define&&define.amd?define("unidragger/unidragger",["unipointer/unipointer"],function(e){return r(t,e)}):"object"==typeof module&&module.exports?module.exports=r(t,require("unipointer")):t.Unidragger=r(t,t.Unipointer)}(window,function(i,e){function t(){}var r=t.prototype=Object.create(e.prototype),n=(r.bindHandles=function(){this._bindHandles(!0)},r.unbindHandles=function(){this._bindHandles(!1)},r._bindHandles=function(e){for(var t=(e=void 0===e||e)?"addEventListener":"removeEventListener",r=e?this._touchActionValue:"",n=0;n<this.handles.length;n++){var o=this.handles[n];this._bindStartEvent(o,e),o[t]("click",this),i.PointerEvent&&(o.style.touchAction=r)}},r._touchActionValue="none",r.pointerDown=function(e,t){this.okayPointerDown(e)&&(this.pointerDownPointer={pageX:t.pageX,pageY:t.pageY},e.preventDefault(),this.pointerDownBlur(),this._bindPostStartEvents(e),this.emitEvent("pointerDown",[e,t]))},{TEXTAREA:!0,INPUT:!0,SELECT:!0,OPTION:!0}),o={radio:!0,checkbox:!0,button:!0,submit:!0,image:!0,file:!0};return r.okayPointerDown=function(e){var t=n[e.target.nodeName],e=o[e.target.type],t=!t||e;return t||this._pointerReset(),t},r.pointerDownBlur=function(){var e=document.activeElement;e&&e.blur&&e!=document.body&&e.blur()},r.pointerMove=function(e,t){var r=this._dragPointerMove(e,t);this.emitEvent("pointerMove",[e,t,r]),this._dragMove(e,t,r)},r._dragPointerMove=function(e,t){var r={x:t.pageX-this.pointerDownPointer.pageX,y:t.pageY-this.pointerDownPointer.pageY};return!this.isDragging&&this.hasDragStarted(r)&&this._dragStart(e,t),r},r.hasDragStarted=function(e){return 3<Math.abs(e.x)||3<Math.abs(e.y)},r.pointerUp=function(e,t){this.emitEvent("pointerUp",[e,t]),this._dragPointerUp(e,t)},r._dragPointerUp=function(e,t){this.isDragging?this._dragEnd(e,t):this._staticClick(e,t)},r._dragStart=function(e,t){this.isDragging=!0,this.isPreventingClicks=!0,this.dragStart(e,t)},r.dragStart=function(e,t){this.emitEvent("dragStart",[e,t])},r._dragMove=function(e,t,r){this.isDragging&&this.dragMove(e,t,r)},r.dragMove=function(e,t,r){e.preventDefault(),this.emitEvent("dragMove",[e,t,r])},r._dragEnd=function(e,t){this.isDragging=!1,setTimeout(function(){delete this.isPreventingClicks}.bind(this)),this.dragEnd(e,t)},r.dragEnd=function(e,t){this.emitEvent("dragEnd",[e,t])},r.onclick=function(e){this.isPreventingClicks&&e.preventDefault()},r._staticClick=function(e,t){this.isIgnoringMouseUp&&"mouseup"==e.type||(this.staticClick(e,t),"mouseup"!=e.type&&(this.isIgnoringMouseUp=!0,setTimeout(function(){delete this.isIgnoringMouseUp}.bind(this),400)))},r.staticClick=function(e,t){this.emitEvent("staticClick",[e,t])},t.getPointerPoint=e.getPointerPoint,t}),function(r,n){"function"==typeof define&&define.amd?define(["get-size/get-size","unidragger/unidragger"],function(e,t){return n(r,e,t)}):"object"==typeof module&&module.exports?module.exports=n(r,require("get-size"),require("unidragger")):r.Draggabilly=n(r,r.getSize,r.Unidragger)}(window,function(o,s,e){function r(e,t){for(var r in t)e[r]=t[r];return e}var n=o.jQuery;function t(e,t){this.element="string"==typeof e?document.querySelector(e):e,n&&(this.$element=n(this.element)),this.options=r({},this.constructor.defaults),this.option(t),this._create()}var e=t.prototype=Object.create(e.prototype),i=(t.defaults={},e.option=function(e){r(this.options,e)},{relative:!0,absolute:!0,fixed:!0});function a(e,t,r){return r=r||"round",t?Math[r](e/t)*t:e}return e._create=function(){this.position={},this._getPosition(),this.startPoint={x:0,y:0},this.dragPoint={x:0,y:0},this.startPosition=r({},this.position);var e=getComputedStyle(this.element);i[e.position]||(this.element.style.position="relative"),this.on("pointerMove",this.onPointerMove),this.on("pointerUp",this.onPointerUp),this.enable(),this.setHandles()},e.setHandles=function(){this.handles=this.options.handle?this.element.querySelectorAll(this.options.handle):[this.element],this.bindHandles()},e.dispatchEvent=function(e,t,r){var n=[t].concat(r);this.emitEvent(e,n),this.dispatchJQueryEvent(e,t,r)},e.dispatchJQueryEvent=function(e,t,r){var n=o.jQuery;n&&this.$element&&((n=n.Event(t)).type=e,this.$element.trigger(n,r))},e._getPosition=function(){var e=getComputedStyle(this.element),t=this._getPositionCoord(e.left,"width"),r=this._getPositionCoord(e.top,"height");this.position.x=isNaN(t)?0:t,this.position.y=isNaN(r)?0:r,this._addTransformPosition(e)},e._getPositionCoord=function(e,t){var r;return-1!=e.indexOf("%")?(r=s(this.element.parentNode))?parseFloat(e)/100*r[t]:0:parseInt(e,10)},e._addTransformPosition=function(e){var t,r,e=e.transform;0===e.indexOf("matrix")&&(r=e.split(","),e=0===e.indexOf("matrix3d")?12:4,t=parseInt(r[e],10),r=parseInt(r[1+e],10),this.position.x+=t,this.position.y+=r)},e.onPointerDown=function(e,t){this.element.classList.add("is-pointer-down"),this.dispatchJQueryEvent("pointerDown",e,[t])},e.pointerDown=function(e,t){this.okayPointerDown(e)&&this.isEnabled?(this.pointerDownPointer={pageX:t.pageX,pageY:t.pageY},e.preventDefault(),this.pointerDownBlur(),this._bindPostStartEvents(e),this.element.classList.add("is-pointer-down"),this.dispatchEvent("pointerDown",e,[t])):this._pointerReset()},e.dragStart=function(e,t){this.isEnabled&&(this._getPosition(),this.measureContainment(),this.startPosition.x=this.position.x,this.startPosition.y=this.position.y,this.setLeftTop(),this.dragPoint.x=0,this.dragPoint.y=0,this.element.classList.add("is-dragging"),this.dispatchEvent("dragStart",e,[t]),this.animate())},e.measureContainment=function(){var e,t,r,n,o,i=this.getContainer();i&&(e=s(this.element),t=s(i),o=this.element.getBoundingClientRect(),i=i.getBoundingClientRect(),r=t.borderLeftWidth+t.borderRightWidth,n=t.borderTopWidth+t.borderBottomWidth,o=this.relativeStartPosition={x:o.left-(i.left+t.borderLeftWidth),y:o.top-(i.top+t.borderTopWidth)},this.containSize={width:t.width-r-o.x-e.width,height:t.height-n-o.y-e.height})},e.getContainer=function(){var e=this.options.containment;if(e)return e instanceof HTMLElement?e:"string"==typeof e?document.querySelector(e):this.element.parentNode},e.onPointerMove=function(e,t,r){this.dispatchJQueryEvent("pointerMove",e,[t,r])},e.dragMove=function(e,t,r){var n,o,i,s;this.isEnabled&&(i=r.x,s=r.y,n=(o=this.options.grid)&&o[0],o=o&&o[1],i=a(i,n),s=a(s,o),i=this.containDrag("x",i,n),s=this.containDrag("y",s,o),i="y"==this.options.axis?0:i,s="x"==this.options.axis?0:s,this.position.x=this.startPosition.x+i,this.position.y=this.startPosition.y+s,this.dragPoint.x=i,this.dragPoint.y=s,this.dispatchEvent("dragMove",e,[t,r]))},e.containDrag=function(e,t,r){var n;return this.options.containment?(n="x"==e?"width":"height",e=a(-this.relativeStartPosition[e],r,"ceil"),n=a(n=this.containSize[n],r,"floor"),Math.max(e,Math.min(n,t))):t},e.onPointerUp=function(e,t){this.element.classList.remove("is-pointer-down"),this.dispatchJQueryEvent("pointerUp",e,[t])},e.dragEnd=function(e,t){this.isEnabled&&(this.element.style.transform="",this.setLeftTop(),this.element.classList.remove("is-dragging"),this.dispatchEvent("dragEnd",e,[t]))},e.animate=function(){var e;this.isDragging&&(this.positionDrag(),e=this,requestAnimationFrame(function(){e.animate()}))},e.setLeftTop=function(){this.element.style.left=this.position.x+"px",this.element.style.top=this.position.y+"px"},e.positionDrag=function(){this.element.style.transform="translate3d( "+this.dragPoint.x+"px, "+this.dragPoint.y+"px, 0)"},e.staticClick=function(e,t){this.dispatchEvent("staticClick",e,[t])},e.setPosition=function(e,t){this.position.x=e,this.position.y=t,this.setLeftTop()},e.enable=function(){this.isEnabled=!0},e.disable=function(){this.isEnabled=!1,this.isDragging&&this.dragEnd()},e.destroy=function(){this.disable(),this.element.style.transform="",this.element.style.left="",this.element.style.top="",this.element.style.position="",this.unbindHandles(),this.$element&&this.$element.removeData("draggabilly")},e._init=function(){},n&&n.bridget&&n.bridget("draggabilly",t),t}),function(e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).markdownit=e()}(function(){return function n(o,i,s){function a(t,e){if(!i[t]){if(!o[t]){var r="function"==typeof require&&require;if(!e&&r)return r(t,!0);if(l)return l(t,!0);throw(e=new Error("Cannot find module '"+t+"'")).code="MODULE_NOT_FOUND",e}r=i[t]={exports:{}},o[t][0].call(r.exports,function(e){return a(o[t][1][e]||e)},r,r.exports,n,o,i,s)}return i[t].exports}for(var l="function"==typeof require&&require,e=0;e<s.length;e++)a(s[e]);return a}({1:[function(e,t,r){"use strict";t.exports=e("entities/lib/maps/entities.json")},{"entities/lib/maps/entities.json":52}],2:[function(e,t,r){"use strict";t.exports=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","meta","nav","noframes","ol","optgroup","option","p","param","section","source","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"]},{}],3:[function(e,t,r){"use strict";var n="<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=<>`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",o="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",i=new RegExp("^(?:"+n+"|"+o+"|\x3c!----\x3e|\x3c!--(?:-?[^>-])(?:-?[^-])*--\x3e|<[?].*?[?]>|<![A-Z]+\\s+[^>]*>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>)"),n=new RegExp("^(?:"+n+"|"+o+")");t.exports.HTML_TAG_RE=i,t.exports.HTML_OPEN_CLOSE_TAG_RE=n},{}],4:[function(e,t,r){"use strict";var n=Object.prototype.hasOwnProperty;function o(e,t){return n.call(e,t)}function i(e){return!(55296<=e&&e<=57343)&&(!(64976<=e&&e<=65007)&&(65535!=(65535&e)&&65534!=(65535&e)&&(!(0<=e&&e<=8)&&(11!==e&&(!(14<=e&&e<=31)&&(!(127<=e&&e<=159)&&!(1114111<e)))))))}function s(e){return 65535<e?(e-=65536,String.fromCharCode(55296+(e>>10),56320+(1023&e))):String.fromCharCode(e)}var a=/\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g,l=new RegExp(a.source+"|"+/&([a-z#][a-z0-9]{1,31});/gi.source,"gi"),c=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,h=e("./entities");var u=/[&<>"]/,m=/[&<>"]/g,p={"&":"&","<":"<",">":">",'"':"""};function d(e){return p[e]}var f=/[.?*+^$[\]\\(){}|-]/g;var g=e("uc.micro/categories/P/regex");r.lib={},r.lib.mdurl=e("mdurl"),r.lib.ucmicro=e("uc.micro"),r.assign=function(r){return Array.prototype.slice.call(arguments,1).forEach(function(t){if(t){if("object"!=typeof t)throw new TypeError(t+"must be object");Object.keys(t).forEach(function(e){r[e]=t[e]})}}),r},r.isString=function(e){return"[object String]"===Object.prototype.toString.call(e)},r.has=o,r.unescapeMd=function(e){return e.indexOf("\\")<0?e:e.replace(a,"$1")},r.unescapeAll=function(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(l,function(e,t,r){return t||(t=e,o(h,e=r)?h[e]:35===e.charCodeAt(0)&&c.test(e)&&i(e="x"===e[1].toLowerCase()?parseInt(e.slice(2),16):parseInt(e.slice(1),10))?s(e):t)})},r.isValidEntityCode=i,r.fromCodePoint=s,r.escapeHtml=function(e){return u.test(e)?e.replace(m,d):e},r.arrayReplaceAt=function(e,t,r){return[].concat(e.slice(0,t),r,e.slice(t+1))},r.isSpace=function(e){switch(e){case 9:case 32:return!0}return!1},r.isWhiteSpace=function(e){if(8192<=e&&e<=8202)return!0;switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1},r.isMdAsciiPunct=function(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}},r.isPunctChar=function(e){return g.test(e)},r.escapeRE=function(e){return e.replace(f,"\\$&")},r.normalizeReference=function(e){return e=e.trim().replace(/\s+/g," "),(e="Ṿ"==="ẞ".toLowerCase()?e.replace(/ẞ/g,"ß"):e).toLowerCase().toUpperCase()}},{"./entities":1,mdurl:58,"uc.micro":65,"uc.micro/categories/P/regex":63}],5:[function(e,t,r){"use strict";r.parseLinkLabel=e("./parse_link_label"),r.parseLinkDestination=e("./parse_link_destination"),r.parseLinkTitle=e("./parse_link_title")},{"./parse_link_destination":6,"./parse_link_label":7,"./parse_link_title":8}],6:[function(e,t,r){"use strict";var a=e("../common/utils").unescapeAll;t.exports=function(e,t,r){var n,o,i=t,s={ok:!1,pos:0,lines:0,str:""};if(60===e.charCodeAt(t))for(t++;t<r;){if(10===(n=e.charCodeAt(t)))return s;if(62===n)return s.pos=t+1,s.str=a(e.slice(i+1,t)),s.ok=!0,s;92===n&&t+1<r?t+=2:t++}else{for(o=0;t<r&&32!==(n=e.charCodeAt(t))&&!(n<32||127===n);)if(92===n&&t+1<r)t+=2;else{if(40===n&&o++,41===n){if(0===o)break;o--}t++}i!==t&&0===o&&(s.str=a(e.slice(i,t)),s.lines=0,s.pos=t,s.ok=!0)}return s}},{"../common/utils":4}],7:[function(e,t,r){"use strict";t.exports=function(e,t,r){var n,o,i,s,a=-1,l=e.posMax,c=e.pos;for(e.pos=t+1,n=1;e.pos<l;){if(93===(i=e.src.charCodeAt(e.pos))&&0===--n){o=!0;break}if(s=e.pos,e.md.inline.skipToken(e),91===i)if(s===e.pos-1)n++;else if(r)return e.pos=c,-1}return o&&(a=e.pos),e.pos=c,a}},{}],8:[function(e,t,r){"use strict";var l=e("../common/utils").unescapeAll;t.exports=function(e,t,r){var n,o,i=0,s=t,a={ok:!1,pos:0,lines:0,str:""};if(!(r<=t||34!==(o=e.charCodeAt(t))&&39!==o&&40!==o))for(t++,40===o&&(o=41);t<r;){if((n=e.charCodeAt(t))===o)return a.pos=t+1,a.lines=i,a.str=l(e.slice(s+1,t)),a.ok=!0,a;10===n?i++:92===n&&t+1<r&&(t++,10===e.charCodeAt(t)&&i++),t++}return a}},{"../common/utils":4}],9:[function(e,t,r){"use strict";var n=e("./common/utils"),o=e("./helpers"),i=e("./renderer"),s=e("./parser_core"),a=e("./parser_block"),l=e("./parser_inline"),c=e("linkify-it"),h=e("mdurl"),u=e("punycode"),m={default:e("./presets/default"),zero:e("./presets/zero"),commonmark:e("./presets/commonmark")},p=/^(vbscript|javascript|file|data):/,d=/^data:image\/(gif|png|jpeg|webp);/;function f(e){e=e.trim().toLowerCase();return!p.test(e)||!!d.test(e)}var g=["http:","https:","mailto:"];function b(e){e=h.parse(e,!0);if(e.hostname&&(!e.protocol||0<=g.indexOf(e.protocol)))try{e.hostname=u.toASCII(e.hostname)}catch(e){}return h.encode(h.format(e))}function v(e){e=h.parse(e,!0);if(e.hostname&&(!e.protocol||0<=g.indexOf(e.protocol)))try{e.hostname=u.toUnicode(e.hostname)}catch(e){}return h.decode(h.format(e))}function x(e,t){if(!(this instanceof x))return new x(e,t);t||n.isString(e)||(t=e||{},e="default"),this.inline=new l,this.block=new a,this.core=new s,this.renderer=new i,this.linkify=new c,this.validateLink=f,this.normalizeLink=b,this.normalizeLinkText=v,this.utils=n,this.helpers=n.assign({},o),this.options={},this.configure(e),t&&this.set(t)}x.prototype.set=function(e){return n.assign(this.options,e),this},x.prototype.configure=function(t){var e,r=this;if(n.isString(t)&&!(t=m[e=t]))throw new Error('Wrong `markdown-it` preset "'+e+'", check name');if(t)return t.options&&r.set(t.options),t.components&&Object.keys(t.components).forEach(function(e){t.components[e].rules&&r[e].ruler.enableOnly(t.components[e].rules),t.components[e].rules2&&r[e].ruler2.enableOnly(t.components[e].rules2)}),this;throw new Error("Wrong `markdown-it` preset, can't be empty")},x.prototype.enable=function(t,e){var r=[],n=(Array.isArray(t)||(t=[t]),["core","block","inline"].forEach(function(e){r=r.concat(this[e].ruler.enable(t,!0))},this),r=r.concat(this.inline.ruler2.enable(t,!0)),t.filter(function(e){return r.indexOf(e)<0}));if(n.length&&!e)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+n);return this},x.prototype.disable=function(t,e){var r=[],n=(Array.isArray(t)||(t=[t]),["core","block","inline"].forEach(function(e){r=r.concat(this[e].ruler.disable(t,!0))},this),r=r.concat(this.inline.ruler2.disable(t,!0)),t.filter(function(e){return r.indexOf(e)<0}));if(n.length&&!e)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+n);return this},x.prototype.use=function(e){var t=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,t),this},x.prototype.parse=function(e,t){if("string"!=typeof e)throw new Error("Input data should be a String");e=new this.core.State(e,this,t);return this.core.process(e),e.tokens},x.prototype.render=function(e,t){return this.renderer.render(this.parse(e,t=t||{}),this.options,t)},x.prototype.parseInline=function(e,t){e=new this.core.State(e,this,t);return e.inlineMode=!0,this.core.process(e),e.tokens},x.prototype.renderInline=function(e,t){return this.renderer.render(this.parseInline(e,t=t||{}),this.options,t)},t.exports=x},{"./common/utils":4,"./helpers":5,"./parser_block":10,"./parser_core":11,"./parser_inline":12,"./presets/commonmark":13,"./presets/default":14,"./presets/zero":15,"./renderer":16,"linkify-it":53,mdurl:58,punycode:60}],10:[function(e,t,r){"use strict";var n=e("./ruler"),o=[["table",e("./rules_block/table"),["paragraph","reference"]],["code",e("./rules_block/code")],["fence",e("./rules_block/fence"),["paragraph","reference","blockquote","list"]],["blockquote",e("./rules_block/blockquote"),["paragraph","reference","blockquote","list"]],["hr",e("./rules_block/hr"),["paragraph","reference","blockquote","list"]],["list",e("./rules_block/list"),["paragraph","reference","blockquote"]],["reference",e("./rules_block/reference")],["heading",e("./rules_block/heading"),["paragraph","reference","blockquote"]],["lheading",e("./rules_block/lheading")],["html_block",e("./rules_block/html_block"),["paragraph","reference","blockquote"]],["paragraph",e("./rules_block/paragraph")]];function i(){this.ruler=new n;for(var e=0;e<o.length;e++)this.ruler.push(o[e][0],o[e][1],{alt:(o[e][2]||[]).slice()})}i.prototype.tokenize=function(e,t,r){for(var n,o=this.ruler.getRules(""),i=o.length,s=t,a=!1,l=e.md.options.maxNesting;s<r&&(e.line=s=e.skipEmptyLines(s),!(r<=s)&&!(e.sCount[s]<e.blkIndent));){if(e.level>=l){e.line=r;break}for(n=0;n<i&&!o[n](e,s,r,!1);n++);e.tight=!a,e.isEmpty(e.line-1)&&(a=!0),(s=e.line)<r&&e.isEmpty(s)&&(a=!0,s++,e.line=s)}},i.prototype.parse=function(e,t,r,n){e&&(e=new this.State(e,t,r,n),this.tokenize(e,e.line,e.lineMax))},i.prototype.State=e("./rules_block/state_block"),t.exports=i},{"./ruler":17,"./rules_block/blockquote":18,"./rules_block/code":19,"./rules_block/fence":20,"./rules_block/heading":21,"./rules_block/hr":22,"./rules_block/html_block":23,"./rules_block/lheading":24,"./rules_block/list":25,"./rules_block/paragraph":26,"./rules_block/reference":27,"./rules_block/state_block":28,"./rules_block/table":29}],11:[function(e,t,r){"use strict";var n=e("./ruler"),o=[["normalize",e("./rules_core/normalize")],["block",e("./rules_core/block")],["inline",e("./rules_core/inline")],["linkify",e("./rules_core/linkify")],["replacements",e("./rules_core/replacements")],["smartquotes",e("./rules_core/smartquotes")]];function i(){this.ruler=new n;for(var e=0;e<o.length;e++)this.ruler.push(o[e][0],o[e][1])}i.prototype.process=function(e){for(var t=this.ruler.getRules(""),r=0,n=t.length;r<n;r++)t[r](e)},i.prototype.State=e("./rules_core/state_core"),t.exports=i},{"./ruler":17,"./rules_core/block":30,"./rules_core/inline":31,"./rules_core/linkify":32,"./rules_core/normalize":33,"./rules_core/replacements":34,"./rules_core/smartquotes":35,"./rules_core/state_core":36}],12:[function(e,t,r){"use strict";var n=e("./ruler"),o=[["text",e("./rules_inline/text")],["newline",e("./rules_inline/newline")],["escape",e("./rules_inline/escape")],["backticks",e("./rules_inline/backticks")],["strikethrough",e("./rules_inline/strikethrough").tokenize],["emphasis",e("./rules_inline/emphasis").tokenize],["link",e("./rules_inline/link")],["image",e("./rules_inline/image")],["autolink",e("./rules_inline/autolink")],["html_inline",e("./rules_inline/html_inline")],["entity",e("./rules_inline/entity")]],i=[["balance_pairs",e("./rules_inline/balance_pairs")],["strikethrough",e("./rules_inline/strikethrough").postProcess],["emphasis",e("./rules_inline/emphasis").postProcess],["text_collapse",e("./rules_inline/text_collapse")]];function s(){var e;for(this.ruler=new n,e=0;e<o.length;e++)this.ruler.push(o[e][0],o[e][1]);for(this.ruler2=new n,e=0;e<i.length;e++)this.ruler2.push(i[e][0],i[e][1])}s.prototype.skipToken=function(e){var t,r,n=e.pos,o=this.ruler.getRules(""),i=o.length,s=e.md.options.maxNesting,a=e.cache;if(void 0!==a[n])e.pos=a[n];else{if(e.level<s)for(r=0;r<i&&(e.level++,t=o[r](e,!0),e.level--,!t);r++);else e.pos=e.posMax;t||e.pos++,a[n]=e.pos}},s.prototype.tokenize=function(e){for(var t,r,n=this.ruler.getRules(""),o=n.length,i=e.posMax,s=e.md.options.maxNesting;e.pos<i;){if(e.level<s)for(r=0;r<o&&!(t=n[r](e,!1));r++);if(t){if(e.pos>=i)break}else e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()},s.prototype.parse=function(e,t,r,n){var o,i,s,a=new this.State(e,t,r,n);for(this.tokenize(a),s=(i=this.ruler2.getRules("")).length,o=0;o<s;o++)i[o](a)},s.prototype.State=e("./rules_inline/state_inline"),t.exports=s},{"./ruler":17,"./rules_inline/autolink":37,"./rules_inline/backticks":38,"./rules_inline/balance_pairs":39,"./rules_inline/emphasis":40,"./rules_inline/entity":41,"./rules_inline/escape":42,"./rules_inline/html_inline":43,"./rules_inline/image":44,"./rules_inline/link":45,"./rules_inline/newline":46,"./rules_inline/state_inline":47,"./rules_inline/strikethrough":48,"./rules_inline/text":49,"./rules_inline/text_collapse":50}],13:[function(e,t,r){"use strict";t.exports={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","text_collapse"]}}}},{}],14:[function(e,t,r){"use strict";t.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}}},{}],15:[function(e,t,r){"use strict";t.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","text_collapse"]}}}},{}],16:[function(e,t,r){"use strict";var n=e("./common/utils").assign,l=e("./common/utils").unescapeAll,c=e("./common/utils").escapeHtml,o={};function i(){this.rules=n({},o)}o.code_inline=function(e,t,r,n,o){var i=e[t];return"<code"+o.renderAttrs(i)+">"+c(e[t].content)+"</code>"},o.code_block=function(e,t,r,n,o){var i=e[t];return"<pre"+o.renderAttrs(i)+"><code>"+c(e[t].content)+"</code></pre>\n"},o.fence=function(e,t,r,n,o){var i,s,e=e[t],t=e.info?l(e.info).trim():"",a="";return t&&(a=t.split(/\s+/g)[0]),0===(i=r.highlight&&r.highlight(e.content,a)||c(e.content)).indexOf("<pre")?i+"\n":t?(t=e.attrIndex("class"),s=e.attrs?e.attrs.slice():[],t<0?s.push(["class",r.langPrefix+a]):s[t][1]+=" "+r.langPrefix+a,"<pre><code"+o.renderAttrs({attrs:s})+">"+i+"</code></pre>\n"):"<pre><code"+o.renderAttrs(e)+">"+i+"</code></pre>\n"},o.image=function(e,t,r,n,o){var i=e[t];return i.attrs[i.attrIndex("alt")][1]=o.renderInlineAsText(i.children,r,n),o.renderToken(e,t,r)},o.hardbreak=function(e,t,r){return r.xhtmlOut?"<br />\n":"<br>\n"},o.softbreak=function(e,t,r){return r.breaks?r.xhtmlOut?"<br />\n":"<br>\n":"\n"},o.text=function(e,t){return c(e[t].content)},o.html_block=function(e,t){return e[t].content},o.html_inline=function(e,t){return e[t].content},i.prototype.renderAttrs=function(e){var t,r,n;if(!e.attrs)return"";for(n="",t=0,r=e.attrs.length;t<r;t++)n+=" "+c(e.attrs[t][0])+'="'+c(e.attrs[t][1])+'"';return n},i.prototype.renderToken=function(e,t,r){var n="",o=!1,i=e[t];return i.hidden?"":(i.block&&-1!==i.nesting&&t&&e[t-1].hidden&&(n+="\n"),n=(n+=(-1===i.nesting?"</":"<")+i.tag)+this.renderAttrs(i),0===i.nesting&&r.xhtmlOut&&(n+=" /"),i.block&&(o=!0,1===i.nesting&&t+1<e.length&&("inline"===(r=e[t+1]).type||r.hidden||-1===r.nesting&&r.tag===i.tag)&&(o=!1)),n+(o?">\n":">"))},i.prototype.renderInline=function(e,t,r){for(var n,o="",i=this.rules,s=0,a=e.length;s<a;s++)void 0!==i[n=e[s].type]?o+=i[n](e,s,t,r,this):o+=this.renderToken(e,s,t);return o},i.prototype.renderInlineAsText=function(e,t,r){for(var n="",o=0,i=e.length;o<i;o++)"text"===e[o].type?n+=e[o].content:"image"===e[o].type&&(n+=this.renderInlineAsText(e[o].children,t,r));return n},i.prototype.render=function(e,t,r){for(var n,o="",i=this.rules,s=0,a=e.length;s<a;s++)"inline"===(n=e[s].type)?o+=this.renderInline(e[s].children,t,r):void 0!==i[n]?o+=i[e[s].type](e,s,t,r,this):o+=this.renderToken(e,s,t,r);return o},t.exports=i},{"./common/utils":4}],17:[function(e,t,r){"use strict";function n(){this.__rules__=[],this.__cache__=null}n.prototype.__find__=function(e){for(var t=0;t<this.__rules__.length;t++)if(this.__rules__[t].name===e)return t;return-1},n.prototype.__compile__=function(){var r=this,t=[""];r.__rules__.forEach(function(e){e.enabled&&e.alt.forEach(function(e){t.indexOf(e)<0&&t.push(e)})}),r.__cache__={},t.forEach(function(t){r.__cache__[t]=[],r.__rules__.forEach(function(e){!e.enabled||t&&e.alt.indexOf(t)<0||r.__cache__[t].push(e.fn)})})},n.prototype.at=function(e,t,r){var n=this.__find__(e),r=r||{};if(-1===n)throw new Error("Parser rule not found: "+e);this.__rules__[n].fn=t,this.__rules__[n].alt=r.alt||[],this.__cache__=null},n.prototype.before=function(e,t,r,n){var o=this.__find__(e),n=n||{};if(-1===o)throw new Error("Parser rule not found: "+e);this.__rules__.splice(o,0,{name:t,enabled:!0,fn:r,alt:n.alt||[]}),this.__cache__=null},n.prototype.after=function(e,t,r,n){var o=this.__find__(e),n=n||{};if(-1===o)throw new Error("Parser rule not found: "+e);this.__rules__.splice(o+1,0,{name:t,enabled:!0,fn:r,alt:n.alt||[]}),this.__cache__=null},n.prototype.push=function(e,t,r){this.__rules__.push({name:e,enabled:!0,fn:t,alt:(r||{}).alt||[]}),this.__cache__=null},n.prototype.enable=function(e,r){Array.isArray(e)||(e=[e]);var n=[];return e.forEach(function(e){var t=this.__find__(e);if(t<0){if(r)return;throw new Error("Rules manager: invalid rule name "+e)}this.__rules__[t].enabled=!0,n.push(e)},this),this.__cache__=null,n},n.prototype.enableOnly=function(e,t){Array.isArray(e)||(e=[e]),this.__rules__.forEach(function(e){e.enabled=!1}),this.enable(e,t)},n.prototype.disable=function(e,r){Array.isArray(e)||(e=[e]);var n=[];return e.forEach(function(e){var t=this.__find__(e);if(t<0){if(r)return;throw new Error("Rules manager: invalid rule name "+e)}this.__rules__[t].enabled=!1,n.push(e)},this),this.__cache__=null,n},n.prototype.getRules=function(e){return null===this.__cache__&&this.__compile__(),this.__cache__[e]||[]},t.exports=n},{}],18:[function(e,t,r){"use strict";var A=e("../common/utils").isSpace;t.exports=function(e,t,r,n){var o,i,s,a,l,c,h,u,m,p,d,f,g,b,v,x,y,w,k,_=e.lineMax,S=e.bMarks[t]+e.tShift[t],C=e.eMarks[t];if(4<=e.sCount[t]-e.blkIndent)return!1;if(62!==e.src.charCodeAt(S++))return!1;if(!n){for(a=m=e.sCount[t]+S-(e.bMarks[t]+e.tShift[t]),32===e.src.charCodeAt(S)?(S++,a++,m++,v=!(o=!1)):9===e.src.charCodeAt(S)?(v=!0,o=(e.bsCount[t]+m)%4!=3||(S++,a++,m++,!1)):v=!1,p=[e.bMarks[t]],e.bMarks[t]=S;S<C&&(i=e.src.charCodeAt(S),A(i));)9===i?m+=4-(m+e.bsCount[t]+(o?1:0))%4:m++,S++;for(d=[e.bsCount[t]],e.bsCount[t]=e.sCount[t]+1+(v?1:0),c=C<=S,g=[e.sCount[t]],e.sCount[t]=m-a,b=[e.tShift[t]],e.tShift[t]=S-e.bMarks[t],y=e.md.block.ruler.getRules("blockquote"),n=e.parentType,k=!(e.parentType="blockquote"),u=t+1;u<r&&(e.sCount[u]<e.blkIndent&&(k=!0),S=e.bMarks[u]+e.tShift[u],!((C=e.eMarks[u])<=S));u++)if(62!==e.src.charCodeAt(S++)||k){if(c)break;for(x=!1,s=0,l=y.length;s<l;s++)if(y[s](e,u,r,!0)){x=!0;break}if(x){e.lineMax=u,0!==e.blkIndent&&(p.push(e.bMarks[u]),d.push(e.bsCount[u]),b.push(e.tShift[u]),g.push(e.sCount[u]),e.sCount[u]-=e.blkIndent);break}p.push(e.bMarks[u]),d.push(e.bsCount[u]),b.push(e.tShift[u]),g.push(e.sCount[u]),e.sCount[u]=-1}else{for(a=m=e.sCount[u]+S-(e.bMarks[u]+e.tShift[u]),32===e.src.charCodeAt(S)?(S++,a++,m++,v=!(o=!1)):9===e.src.charCodeAt(S)?(v=!0,o=(e.bsCount[u]+m)%4!=3||(S++,a++,m++,!1)):v=!1,p.push(e.bMarks[u]),e.bMarks[u]=S;S<C&&(i=e.src.charCodeAt(S),A(i));)9===i?m+=4-(m+e.bsCount[u]+(o?1:0))%4:m++,S++;c=C<=S,d.push(e.bsCount[u]),e.bsCount[u]=e.sCount[u]+1+(v?1:0),g.push(e.sCount[u]),e.sCount[u]=m-a,b.push(e.tShift[u]),e.tShift[u]=S-e.bMarks[u]}for(f=e.blkIndent,e.blkIndent=0,(w=e.push("blockquote_open","blockquote",1)).markup=">",w.map=h=[t,0],e.md.block.tokenize(e,t,u),(w=e.push("blockquote_close","blockquote",-1)).markup=">",e.lineMax=_,e.parentType=n,h[1]=e.line,s=0;s<b.length;s++)e.bMarks[s+t]=p[s],e.tShift[s+t]=b[s],e.sCount[s+t]=g[s],e.bsCount[s+t]=d[s];e.blkIndent=f}return!0}},{"../common/utils":4}],19:[function(e,t,r){"use strict";t.exports=function(e,t,r){var n,o,i;if(e.sCount[t]-e.blkIndent<4)return!1;for(o=n=t+1;n<r;)if(e.isEmpty(n))n++;else{if(!(4<=e.sCount[n]-e.blkIndent))break;o=++n}return e.line=o,(i=e.push("code_block","code",0)).content=e.getLines(t,o,4+e.blkIndent,!0),i.map=[t,e.line],!0}},{}],20:[function(e,t,r){"use strict";t.exports=function(e,t,r,n){var o,i,s,a,l,c,h=!1,u=e.bMarks[t]+e.tShift[t],m=e.eMarks[t];if(4<=e.sCount[t]-e.blkIndent)return!1;if(m<u+3)return!1;if(126!==(o=e.src.charCodeAt(u))&&96!==o)return!1;if((i=(u=e.skipChars(l=u,o))-l)<3)return!1;if(c=e.src.slice(l,u),s=e.src.slice(u,m),96===o&&0<=s.indexOf(String.fromCharCode(o)))return!1;if(!n){for(a=t;!(r<=++a)&&!((u=l=e.bMarks[a]+e.tShift[a])<(m=e.eMarks[a])&&e.sCount[a]<e.blkIndent);)if(e.src.charCodeAt(u)===o&&!(4<=e.sCount[a]-e.blkIndent||(u=e.skipChars(u,o))-l<i||e.skipSpaces(u)<m)){h=!0;break}i=e.sCount[t],e.line=a+(h?1:0),(n=e.push("fence","code",0)).info=s,n.content=e.getLines(t+1,a,i,!0),n.markup=c,n.map=[t,e.line]}return!0}},{}],21:[function(e,t,r){"use strict";var l=e("../common/utils").isSpace;t.exports=function(e,t,r,n){var o,i,s=e.bMarks[t]+e.tShift[t],a=e.eMarks[t];if(4<=e.sCount[t]-e.blkIndent)return!1;if(35!==(o=e.src.charCodeAt(s))||a<=s)return!1;for(i=1,o=e.src.charCodeAt(++s);35===o&&s<a&&i<=6;)i++,o=e.src.charCodeAt(++s);return!(6<i||s<a&&!l(o))&&(n||(a=e.skipSpacesBack(a,s),s<(n=e.skipCharsBack(a,35,s))&&l(e.src.charCodeAt(n-1))&&(a=n),e.line=t+1,(n=e.push("heading_open","h"+String(i),1)).markup="########".slice(0,i),n.map=[t,e.line],(n=e.push("inline","",0)).content=e.src.slice(s,a).trim(),n.map=[t,e.line],n.children=[],(n=e.push("heading_close","h"+String(i),-1)).markup="########".slice(0,i)),!0)}},{"../common/utils":4}],22:[function(e,t,r){"use strict";var c=e("../common/utils").isSpace;t.exports=function(e,t,r,n){var o,i,s,a=e.bMarks[t]+e.tShift[t],l=e.eMarks[t];if(4<=e.sCount[t]-e.blkIndent)return!1;if(42!==(o=e.src.charCodeAt(a++))&&45!==o&&95!==o)return!1;for(i=1;a<l;){if((s=e.src.charCodeAt(a++))!==o&&!c(s))return!1;s===o&&i++}return!(i<3)&&(n||(e.line=t+1,(n=e.push("hr","hr",0)).map=[t,e.line],n.markup=Array(i+1).join(String.fromCharCode(o))),!0)}},{"../common/utils":4}],23:[function(e,t,r){"use strict";var n=e("../common/html_blocks"),e=e("../common/html_re").HTML_OPEN_CLOSE_TAG_RE,c=[[/^<(script|pre|style)(?=(\s|>|$))/i,/<\/(script|pre|style)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+n.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(e.source+"\\s*$"),/^$/,!1]];t.exports=function(e,t,r,n){var o,i,s,a=e.bMarks[t]+e.tShift[t],l=e.eMarks[t];if(4<=e.sCount[t]-e.blkIndent)return!1;if(!e.md.options.html)return!1;if(60!==e.src.charCodeAt(a))return!1;for(s=e.src.slice(a,l),o=0;o<c.length&&!c[o][0].test(s);o++);if(o===c.length)return!1;if(n)return c[o][2];if(i=t+1,!c[o][1].test(s))for(;i<r&&!(e.sCount[i]<e.blkIndent);i++)if(a=e.bMarks[i]+e.tShift[i],l=e.eMarks[i],s=e.src.slice(a,l),c[o][1].test(s)){0!==s.length&&i++;break}return e.line=i,(n=e.push("html_block","",0)).map=[t,i],n.content=e.getLines(t,i,e.blkIndent,!0),!0}},{"../common/html_blocks":2,"../common/html_re":3}],24:[function(e,t,r){"use strict";t.exports=function(e,t,r){var n,o,i,s,a,l,c,h,u,m,p=t+1,d=e.md.block.ruler.getRules("paragraph");if(4<=e.sCount[t]-e.blkIndent)return!1;for(m=e.parentType,e.parentType="paragraph";p<r&&!e.isEmpty(p);p++)if(!(3<e.sCount[p]-e.blkIndent)){if(e.sCount[p]>=e.blkIndent&&(l=e.bMarks[p]+e.tShift[p])<(c=e.eMarks[p])&&(45===(u=e.src.charCodeAt(l))||61===u)&&(l=e.skipChars(l,u),c<=e.skipSpaces(l))){h=61===u?1:2;break}if(!(e.sCount[p]<0)){for(o=!1,i=0,s=d.length;i<s;i++)if(d[i](e,p,r,!0)){o=!0;break}if(o)break}}return!!h&&(n=e.getLines(t,p,e.blkIndent,!1).trim(),e.line=p+1,(a=e.push("heading_open","h"+String(h),1)).markup=String.fromCharCode(u),a.map=[t,e.line],(a=e.push("inline","",0)).content=n,a.map=[t,e.line-1],a.children=[],(a=e.push("heading_close","h"+String(h),-1)).markup=String.fromCharCode(u),e.parentType=m,!0)}},{}],25:[function(e,t,r){"use strict";var s=e("../common/utils").isSpace;function q(e,t){var r=e.bMarks[t]+e.tShift[t],t=e.eMarks[t],n=e.src.charCodeAt(r++);return 42!==n&&45!==n&&43!==n||r<t&&(n=e.src.charCodeAt(r),!s(n))?-1:r}function I(e,t){var r,n=e.bMarks[t]+e.tShift[t],o=n,i=e.eMarks[t];if(i<=o+1)return-1;if((r=e.src.charCodeAt(o++))<48||57<r)return-1;for(;;){if(i<=o)return-1;if(!(48<=(r=e.src.charCodeAt(o++))&&r<=57)){if(41===r||46===r)break;return-1}if(10<=o-n)return-1}return o<i&&(r=e.src.charCodeAt(o),!s(r))?-1:o}t.exports=function(e,t,r,n){var o,i,s,a,l,c,h,u,m,p,d,f,g,b,v,x,y,w,k,_,S,C,A=!1,M=!0;if(4<=e.sCount[t]-e.blkIndent)return!1;if(0<=e.listIndent&&4<=e.sCount[t]-e.listIndent&&e.sCount[t]<e.blkIndent)return!1;if(n&&"paragraph"===e.parentType&&e.tShift[t]>=e.blkIndent&&(A=!0),0<=(y=I(e,t))){if(l=!0,k=e.bMarks[t]+e.tShift[t],k=Number(e.src.substr(k,y-k-1)),A&&1!==k)return!1}else{if(!(0<=(y=q(e,t))))return!1;l=!1}if(A&&e.skipSpaces(y)>=e.eMarks[t])return!1;if(u=e.src.charCodeAt(y-1),!n){for(A=e.tokens.length,l?(C=e.push("ordered_list_open","ol",1),1!==k&&(C.attrs=[["start",k]])):C=e.push("bullet_list_open","ul",1),C.map=n=[t,0],C.markup=String.fromCharCode(u),p=t,w=!1,S=e.md.block.ruler.getRules("list"),k=e.parentType,e.parentType="list";p<r;){for(x=y,m=e.eMarks[p],a=d=e.sCount[p]+y-(e.bMarks[t]+e.tShift[t]);x<m;){if(9===(o=e.src.charCodeAt(x)))d+=4-(d+e.bsCount[p])%4;else{if(32!==o)break;d++}x++}if(a=a+(a=4<(a=m<=(i=x)?1:d-a)?1:a),(C=e.push("list_item_open","li",1)).markup=String.fromCharCode(u),C.map=c=[t,0],v=e.tight,b=e.tShift[t],g=e.sCount[t],f=e.listIndent,e.listIndent=e.blkIndent,e.blkIndent=a,e.tight=!0,e.tShift[t]=i-e.bMarks[t],e.sCount[t]=d,m<=i&&e.isEmpty(t+1)?e.line=Math.min(e.line+2,r):e.md.block.tokenize(e,t,r,!0),e.tight&&!w||(M=!1),w=1<e.line-t&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=f,e.tShift[t]=b,e.sCount[t]=g,e.tight=v,(C=e.push("list_item_close","li",-1)).markup=String.fromCharCode(u),p=t=e.line,c[1]=p,e.bMarks[t],r<=p)break;if(e.sCount[p]<e.blkIndent)break;if(4<=e.sCount[t]-e.blkIndent)break;for(_=!1,s=0,h=S.length;s<h;s++)if(S[s](e,p,r,!0)){_=!0;break}if(_)break;if(l){if((y=I(e,p))<0)break}else if((y=q(e,p))<0)break;if(u!==e.src.charCodeAt(y-1))break}if((C=l?e.push("ordered_list_close","ol",-1):e.push("bullet_list_close","ul",-1)).markup=String.fromCharCode(u),n[1]=p,e.line=p,e.parentType=k,M)for(var z=e,n=A,E=z.level+2,T=n+2,D=z.tokens.length-2;T<D;T++)z.tokens[T].level===E&&"paragraph_open"===z.tokens[T].type&&(z.tokens[T+2].hidden=!0,z.tokens[T].hidden=!0,T+=2)}return!0}},{"../common/utils":4}],26:[function(e,t,r){"use strict";t.exports=function(e,t){var r,n,o,i,s,a=t+1,l=e.md.block.ruler.getRules("paragraph"),c=e.lineMax,h=e.parentType;for(e.parentType="paragraph";a<c&&!e.isEmpty(a);a++)if(!(3<e.sCount[a]-e.blkIndent||e.sCount[a]<0)){for(n=!1,o=0,i=l.length;o<i;o++)if(l[o](e,a,c,!0)){n=!0;break}if(n)break}return r=e.getLines(t,a,e.blkIndent,!1).trim(),e.line=a,(s=e.push("paragraph_open","p",1)).map=[t,e.line],(s=e.push("inline","",0)).content=r,s.map=[t,e.line],s.children=[],s=e.push("paragraph_close","p",-1),e.parentType=h,!0}},{}],27:[function(e,t,r){"use strict";var _=e("../common/utils").normalizeReference,S=e("../common/utils").isSpace;t.exports=function(e,t,r,n){var o,i,s,a,l,c,h,u,m,p,d,f,g,b,v,x=0,y=e.bMarks[t]+e.tShift[t],w=e.eMarks[t],k=t+1;if(4<=e.sCount[t]-e.blkIndent)return!1;if(91!==e.src.charCodeAt(y))return!1;for(;++y<w;)if(93===e.src.charCodeAt(y)&&92!==e.src.charCodeAt(y-1)){if(y+1===w)return!1;if(58!==e.src.charCodeAt(y+1))return!1;break}for(a=e.lineMax,b=e.md.block.ruler.getRules("reference"),m=e.parentType,e.parentType="reference";k<a&&!e.isEmpty(k);k++)if(!(3<e.sCount[k]-e.blkIndent||e.sCount[k]<0)){for(g=!1,c=0,h=b.length;c<h;c++)if(b[c](e,k,a,!0)){g=!0;break}if(g)break}for(w=(f=e.getLines(t,k,e.blkIndent,!1).trim()).length,y=1;y<w;y++){if(91===(o=f.charCodeAt(y)))return!1;if(93===o){u=y;break}(10===o||92===o&&++y<w&&10===f.charCodeAt(y))&&x++}if(u<0||58!==f.charCodeAt(u+1))return!1;for(y=u+2;y<w;y++)if(10===(o=f.charCodeAt(y)))x++;else if(!S(o))break;if(!(p=e.md.helpers.parseLinkDestination(f,y,w)).ok)return!1;if(l=e.md.normalizeLink(p.str),!e.md.validateLink(l))return!1;for(y=p.pos,s=x+=p.lines,d=i=y;y<w;y++)if(10===(o=f.charCodeAt(y)))x++;else if(!S(o))break;for(p=e.md.helpers.parseLinkTitle(f,y,w),y<w&&d!==y&&p.ok?(v=p.str,y=p.pos,x+=p.lines):(v="",y=i,x=s);y<w&&(o=f.charCodeAt(y),S(o));)y++;if(y<w&&10!==f.charCodeAt(y)&&v)for(v="",y=i,x=s;y<w&&(o=f.charCodeAt(y),S(o));)y++;return!(y<w&&10!==f.charCodeAt(y))&&(!!(d=_(f.slice(1,u)))&&(n||(void 0===e.env.references&&(e.env.references={}),void 0===e.env.references[d]&&(e.env.references[d]={title:v,href:l}),e.parentType=m,e.line=t+x+1),!0))}},{"../common/utils":4}],28:[function(e,t,r){"use strict";var n=e("../token"),m=e("../common/utils").isSpace;function o(e,t,r,n){var o,i,s,a,l,c,h,u;for(this.src=e,this.md=t,this.env=r,this.tokens=n,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0,this.result="",u=!1,s=a=c=h=0,l=(i=this.src).length;a<l;a++){if(o=i.charCodeAt(a),!u){if(m(o)){c++,9===o?h+=4-h%4:h++;continue}u=!0}10!==o&&a!==l-1||(10!==o&&a++,this.bMarks.push(s),this.eMarks.push(a),this.tShift.push(c),this.sCount.push(h),this.bsCount.push(0),u=!1,h=c=0,s=a+1)}this.bMarks.push(i.length),this.eMarks.push(i.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}o.prototype.push=function(e,t,r){e=new n(e,t,r);return e.block=!0,r<0&&this.level--,e.level=this.level,0<r&&this.level++,this.tokens.push(e),e},o.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]},o.prototype.skipEmptyLines=function(e){for(var t=this.lineMax;e<t&&!(this.bMarks[e]+this.tShift[e]<this.eMarks[e]);e++);return e},o.prototype.skipSpaces=function(e){for(var t,r=this.src.length;e<r&&(t=this.src.charCodeAt(e),m(t));e++);return e},o.prototype.skipSpacesBack=function(e,t){if(!(e<=t))for(;t<e;)if(!m(this.src.charCodeAt(--e)))return e+1;return e},o.prototype.skipChars=function(e,t){for(var r=this.src.length;e<r&&this.src.charCodeAt(e)===t;e++);return e},o.prototype.skipCharsBack=function(e,t,r){if(!(e<=r))for(;r<e;)if(t!==this.src.charCodeAt(--e))return e+1;return e},o.prototype.getLines=function(e,t,r,n){var o,i,s,a,l,c,h,u=e;if(t<=e)return"";for(c=new Array(t-e),o=0;u<t;u++,o++){for(i=0,h=a=this.bMarks[u],l=u+1<t||n?this.eMarks[u]+1:this.eMarks[u];a<l&&i<r;){if(s=this.src.charCodeAt(a),m(s))9===s?i+=4-(i+this.bsCount[u])%4:i++;else{if(!(a-h<this.tShift[u]))break;i++}a++}c[o]=r<i?new Array(i-r+1).join(" ")+this.src.slice(a,l):this.src.slice(a,l)}return c.join("")},o.prototype.Token=n,t.exports=o},{"../common/utils":4,"../token":51}],29:[function(e,t,r){"use strict";var f=e("../common/utils").isSpace;function g(e,t){var r=e.bMarks[t]+e.blkIndent,t=e.eMarks[t];return e.src.substr(r,t-r)}function b(e){for(var t=[],r=0,n=e.length,o=0,i=0,s=!1,a=0,l=e.charCodeAt(r);r<n;)96===l?s?(s=!1,a=r):o%2==0&&(s=!0,a=r):124!==l||o%2!=0||s||(t.push(e.substring(i,r)),i=r+1),92===l?o++:o=0,++r===n&&s&&(s=!1,r=a+1),l=e.charCodeAt(r);return t.push(e.substring(i)),t}t.exports=function(e,t,r,n){var o,i,s,a,l,c,h,u,m,p,d;if(r<t+2)return!1;if(e.sCount[l=t+1]<e.blkIndent)return!1;if(4<=e.sCount[l]-e.blkIndent)return!1;if((s=e.bMarks[l]+e.tShift[l])>=e.eMarks[l])return!1;if(124!==(o=e.src.charCodeAt(s++))&&45!==o&&58!==o)return!1;for(;s<e.eMarks[l];){if(124!==(o=e.src.charCodeAt(s))&&45!==o&&58!==o&&!f(o))return!1;s++}for(c=(i=g(e,t+1)).split("|"),m=[],a=0;a<c.length;a++){if(!(p=c[a].trim())){if(0===a||a===c.length-1)continue;return!1}if(!/^:?-+:?$/.test(p))return!1;58===p.charCodeAt(p.length-1)?m.push(58===p.charCodeAt(0)?"center":"right"):58===p.charCodeAt(0)?m.push("left"):m.push("")}if(-1===(i=g(e,t).trim()).indexOf("|"))return!1;if(4<=e.sCount[t]-e.blkIndent)return!1;if(h=(c=b(i.replace(/^\||\|$/g,""))).length,m.length<h)return!1;if(!n){for((u=e.push("table_open","table",1)).map=n=[t,0],(u=e.push("thead_open","thead",1)).map=[t,t+1],(u=e.push("tr_open","tr",1)).map=[t,t+1],a=0;a<c.length;a++)(u=e.push("th_open","th",1)).map=[t,t+1],m[a]&&(u.attrs=[["style","text-align:"+m[a]]]),(u=e.push("inline","",0)).content=c[a].trim(),u.map=[t,t+1],u.children=[],u=e.push("th_close","th",-1);for(u=e.push("tr_close","tr",-1),u=e.push("thead_close","thead",-1),(u=e.push("tbody_open","tbody",1)).map=d=[t+2,0],l=t+2;l<r&&!(e.sCount[l]<e.blkIndent)&&-1!==(i=g(e,l).trim()).indexOf("|")&&!(4<=e.sCount[l]-e.blkIndent);l++){for(c=b(i.replace(/^\||\|$/g,"")),u=e.push("tr_open","tr",1),a=0;a<h;a++)u=e.push("td_open","td",1),m[a]&&(u.attrs=[["style","text-align:"+m[a]]]),(u=e.push("inline","",0)).content=c[a]?c[a].trim():"",u.children=[],u=e.push("td_close","td",-1);u=e.push("tr_close","tr",-1)}u=e.push("tbody_close","tbody",-1),u=e.push("table_close","table",-1),n[1]=d[1]=l,e.line=l}return!0}},{"../common/utils":4}],30:[function(e,t,r){"use strict";t.exports=function(e){var t;e.inlineMode?((t=new e.Token("inline","",0)).content=e.src,t.map=[0,1],t.children=[],e.tokens.push(t)):e.md.block.parse(e.src,e.md,e.env,e.tokens)}},{}],31:[function(e,t,r){"use strict";t.exports=function(e){for(var t,r=e.tokens,n=0,o=r.length;n<o;n++)"inline"===(t=r[n]).type&&e.md.inline.parse(t.content,e.md,e.env,t.children)}},{}],32:[function(e,t,r){"use strict";var v=e("../common/utils").arrayReplaceAt;t.exports=function(e){var t,r,n,o,i,s,a,l,c,h,u,m,p,d,f,g,b=e.tokens;if(e.md.options.linkify)for(r=0,n=b.length;r<n;r++)if("inline"===b[r].type&&e.md.linkify.pretest(b[r].content))for(p=0,t=(o=b[r].children).length-1;0<=t;t--)if("link_close"===(s=o[t]).type)for(t--;o[t].level!==s.level&&"link_open"!==o[t].type;)t--;else if("html_inline"===s.type&&(/^<a[>\s]/i.test(s.content)&&0<p&&p--,/^<\/a\s*>/i.test(s.content)&&p++),!(0<p)&&"text"===s.type&&e.md.linkify.test(s.content)){for(c=s.content,g=e.md.linkify.match(c),a=[],m=s.level,l=u=0;l<g.length;l++)d=g[l].url,d=e.md.normalizeLink(d),e.md.validateLink(d)&&(f=g[l].text,f=g[l].schema?"mailto:"!==g[l].schema||/^mailto:/i.test(f)?e.md.normalizeLinkText(f):e.md.normalizeLinkText("mailto:"+f).replace(/^mailto:/,""):e.md.normalizeLinkText("http://"+f).replace(/^http:\/\//,""),u<(h=g[l].index)&&((i=new e.Token("text","",0)).content=c.slice(u,h),i.level=m,a.push(i)),(i=new e.Token("link_open","a",1)).attrs=[["href",d]],i.level=m++,i.markup="linkify",i.info="auto",a.push(i),(i=new e.Token("text","",0)).content=f,i.level=m,a.push(i),(i=new e.Token("link_close","a",-1)).level=--m,i.markup="linkify",i.info="auto",a.push(i),u=g[l].lastIndex);u<c.length&&((i=new e.Token("text","",0)).content=c.slice(u),i.level=m,a.push(i)),b[r].children=o=v(o,t,a)}}},{"../common/utils":4}],33:[function(e,t,r){"use strict";var n=/\r\n?|\n/g,o=/\0/g;t.exports=function(e){var t=e.src.replace(n,"\n");t=t.replace(o,"�"),e.src=t}},{}],34:[function(e,t,r){"use strict";var h=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,u=/\((c|tm|r|p)\)/i,m=/\((c|tm|r|p)\)/gi,n={c:"©",r:"®",p:"§",tm:"™"};function p(e,t){return n[t.toLowerCase()]}t.exports=function(e){var t;if(e.md.options.typographer)for(t=e.tokens.length-1;0<=t;t--)if("inline"===e.tokens[t].type){if(u.test(e.tokens[t].content)){o=r=i=n=void 0;for(var r,n=e.tokens[t].children,o=0,i=n.length-1;0<=i;i--)"text"!==(r=n[i]).type||o||(r.content=r.content.replace(m,p)),"link_open"===r.type&&"auto"===r.info&&o--,"link_close"===r.type&&"auto"===r.info&&o++}if(h.test(e.tokens[t].content)){l=s=c=a=void 0;for(var s,a=e.tokens[t].children,l=0,c=a.length-1;0<=c;c--)"text"!==(s=a[c]).type||l||h.test(s.content)&&(s.content=s.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---([^-]|$)/gm,"$1—$2").replace(/(^|\s)--(\s|$)/gm,"$1–$2").replace(/(^|[^-\s])--([^-\s]|$)/gm,"$1–$2")),"link_open"===s.type&&"auto"===s.info&&l--,"link_close"===s.type&&"auto"===s.info&&l++}}}},{}],35:[function(e,t,r){"use strict";var C=e("../common/utils").isWhiteSpace,A=e("../common/utils").isPunctChar,M=e("../common/utils").isMdAsciiPunct,z=/['"]/,E=/['"]/g;function T(e,t,r){return e.substr(0,t)+r+e.substr(t+1)}t.exports=function(e){var t;if(e.md.options.typographer)for(t=e.tokens.length-1;0<=t;t--)if("inline"===e.tokens[t].type&&z.test(e.tokens[t].content)){y=x=_=v=b=g=f=d=p=m=u=h=c=l=a=s=i=o=n=r=S=k=w=void 0;for(var r,n,o,i,s,a,l,c,h,u,m,p,d,f,g,b,v,x,y,w=e.tokens[t].children,k=e,_=[],S=0;S<w.length;S++){for(r=w[S],a=w[S].level,b=_.length-1;0<=b&&!(_[b].level<=a);b--);if(_.length=b+1,"text"===r.type){i=0,s=(n=r.content).length;e:for(;i<s&&(E.lastIndex=i,o=E.exec(n));){if(f=g=!0,i=o.index+1,v="'"===o[0],c=32,0<=o.index-1)c=n.charCodeAt(o.index-1);else for(b=S-1;0<=b&&("softbreak"!==w[b].type&&"hardbreak"!==w[b].type);b--)if("text"===w[b].type){c=w[b].content.charCodeAt(w[b].content.length-1);break}if(h=32,i<s)h=n.charCodeAt(i);else for(b=S+1;b<w.length&&("softbreak"!==w[b].type&&"hardbreak"!==w[b].type);b++)if("text"===w[b].type){h=w[b].content.charCodeAt(0);break}if(u=M(c)||A(String.fromCharCode(c)),m=M(h)||A(String.fromCharCode(h)),p=C(c),!(d=C(h))&&(!m||p||u)||(f=!1),!p&&(!u||d||m)||(g=!1),34===h&&'"'===o[0]&&48<=c&&c<=57&&(g=f=!1),f&&g&&(f=!1,g=m),f||g){if(g)for(b=_.length-1;0<=b&&!((l=_[b]).level<a);b--)if(l.single===v&&_[b].level===a){l=_[b],y=v?(x=k.md.options.quotes[2],k.md.options.quotes[3]):(x=k.md.options.quotes[0],k.md.options.quotes[1]),r.content=T(r.content,o.index,y),w[l.token].content=T(w[l.token].content,l.pos,x),i+=y.length-1,l.token===S&&(i+=x.length-1),s=(n=r.content).length,_.length=b;continue e}f?_.push({token:S,pos:o.index,single:v,level:a}):g&&v&&(r.content=T(r.content,o.index,"’"))}else v&&(r.content=T(r.content,o.index,"’"))}}}}}},{"../common/utils":4}],36:[function(e,t,r){"use strict";e=e("../token");function n(e,t,r){this.src=e,this.env=r,this.tokens=[],this.inlineMode=!1,this.md=t}n.prototype.Token=e,t.exports=n},{"../token":51}],37:[function(e,t,r){"use strict";var a=/^<([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)>/,l=/^<([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)>/;t.exports=function(e,t){var r,n,o,i,s=e.pos;return 60===e.src.charCodeAt(s)&&(!((s=e.src.slice(s)).indexOf(">")<0)&&(l.test(s)?(n=(r=s.match(l))[0].slice(1,-1),o=e.md.normalizeLink(n),!!e.md.validateLink(o)&&(t||((i=e.push("link_open","a",1)).attrs=[["href",o]],i.markup="autolink",i.info="auto",(i=e.push("text","",0)).content=e.md.normalizeLinkText(n),(i=e.push("link_close","a",-1)).markup="autolink",i.info="auto"),e.pos+=r[0].length,!0)):!!a.test(s)&&(n=(r=s.match(a))[0].slice(1,-1),o=e.md.normalizeLink("mailto:"+n),!!e.md.validateLink(o)&&(t||((i=e.push("link_open","a",1)).attrs=[["href",o]],i.markup="autolink",i.info="auto",(i=e.push("text","",0)).content=e.md.normalizeLinkText(n),(i=e.push("link_close","a",-1)).markup="autolink",i.info="auto"),e.pos+=r[0].length,!0))))}},{}],38:[function(e,t,r){"use strict";t.exports=function(e,t){var r,n,o,i,s,a,l=e.pos;if(96!==e.src.charCodeAt(l))return!1;for(r=l,l++,n=e.posMax;l<n&&96===e.src.charCodeAt(l);)l++;for(o=e.src.slice(r,l),s=l;-1!==(i=e.src.indexOf("`",s));){for(s=i+1;s<n&&96===e.src.charCodeAt(s);)s++;if(s-i===o.length)return t||((a=e.push("code_inline","code",0)).markup=o,a.content=e.src.slice(l,i).replace(/\n/g," ").replace(/^ (.+) $/,"$1")),e.pos=s,!0}return t||(e.pending+=o),e.pos+=o.length,!0}},{}],39:[function(e,t,r){"use strict";function o(e,t){for(var r,n,o,i,s,a,l={},c=t.length,h=0;h<c;h++)if((n=t[h]).length=n.length||0,n.close){for(l.hasOwnProperty(n.marker)||(l[n.marker]=[-1,-1,-1]),i=l[n.marker][n.length%3],s=-1,r=h-n.jump-1;i<r;r-=o.jump+1)if((o=t[r]).marker===n.marker&&(-1===s&&(s=r),o.open&&o.end<0&&o.level===n.level&&(a=!1,!(a=!o.close&&!n.open||(o.length+n.length)%3!=0||o.length%3==0&&n.length%3==0?a:!0)))){a=0<r&&!t[r-1].open?t[r-1].jump+1:0,n.jump=h-r+a,n.open=!1,o.end=h,o.jump=a,o.close=!1,s=-1;break}-1!==s&&(l[n.marker][(n.length||0)%3]=s)}}t.exports=function(e){var t,r=e.tokens_meta,n=e.tokens_meta.length;for(o(0,e.delimiters),t=0;t<n;t++)r[t]&&r[t].delimiters&&o(0,r[t].delimiters)}},{}],40:[function(e,t,r){"use strict";function o(e,t){for(var r,n,o,i,s,a=t.length-1;0<=a;a--)95!==(r=t[a]).marker&&42!==r.marker||-1!==r.end&&(n=t[r.end],s=0<a&&t[a-1].end===r.end+1&&t[a-1].token===r.token-1&&t[r.end+1].token===n.token+1&&t[a-1].marker===r.marker,i=String.fromCharCode(r.marker),(o=e.tokens[r.token]).type=s?"strong_open":"em_open",o.tag=s?"strong":"em",o.nesting=1,o.markup=s?i+i:i,o.content="",(o=e.tokens[n.token]).type=s?"strong_close":"em_close",o.tag=s?"strong":"em",o.nesting=-1,o.markup=s?i+i:i,o.content="",s&&(e.tokens[t[a-1].token].content="",e.tokens[t[r.end+1].token].content="",a--))}t.exports.tokenize=function(e,t){var r,n,o=e.pos,i=e.src.charCodeAt(o);if(t)return!1;if(95!==i&&42!==i)return!1;for(n=e.scanDelims(e.pos,42===i),r=0;r<n.length;r++)e.push("text","",0).content=String.fromCharCode(i),e.delimiters.push({marker:i,length:n.length,jump:r,token:e.tokens.length-1,end:-1,open:n.can_open,close:n.can_close});return e.pos+=n.length,!0},t.exports.postProcess=function(e){var t,r=e.tokens_meta,n=e.tokens_meta.length;for(o(e,e.delimiters),t=0;t<n;t++)r[t]&&r[t].delimiters&&o(e,r[t].delimiters)}},{}],41:[function(e,t,r){"use strict";var i=e("../common/entities"),s=e("../common/utils").has,a=e("../common/utils").isValidEntityCode,l=e("../common/utils").fromCodePoint,c=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,h=/^&([a-z][a-z0-9]{1,31});/i;t.exports=function(e,t){var r,n=e.pos,o=e.posMax;if(38!==e.src.charCodeAt(n))return!1;if(n+1<o)if(35===e.src.charCodeAt(n+1)){if(r=e.src.slice(n).match(c))return t||(o="x"===r[1][0].toLowerCase()?parseInt(r[1].slice(1),16):parseInt(r[1],10),e.pending+=a(o)?l(o):l(65533)),e.pos+=r[0].length,!0}else if((r=e.src.slice(n).match(h))&&s(i,r[1]))return t||(e.pending+=i[r[1]]),e.pos+=r[0].length,!0;return t||(e.pending+="&"),e.pos++,!0}},{"../common/entities":1,"../common/utils":4}],42:[function(e,t,r){"use strict";for(var i=e("../common/utils").isSpace,s=[],n=0;n<256;n++)s.push(0);"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(e){s[e.charCodeAt(0)]=1}),t.exports=function(e,t){var r,n=e.pos,o=e.posMax;if(92!==e.src.charCodeAt(n))return!1;if(++n<o){if((r=e.src.charCodeAt(n))<256&&0!==s[r])return t||(e.pending+=e.src[n]),e.pos+=2,!0;if(10===r){for(t||e.push("hardbreak","br",0),n++;n<o&&(r=e.src.charCodeAt(n),i(r));)n++;return e.pos=n,!0}}return t||(e.pending+="\\"),e.pos++,!0}},{"../common/utils":4}],43:[function(e,t,r){"use strict";var o=e("../common/html_re").HTML_TAG_RE;t.exports=function(e,t){var r,n=e.pos;return!!e.md.options.html&&(r=e.posMax,!(60!==e.src.charCodeAt(n)||r<=n+2)&&((33===(r=e.src.charCodeAt(n+1))||63===r||47===r||(r=r,97<=(r|=32)&&r<=122))&&(!!(r=e.src.slice(n).match(o))&&(t||(e.push("html_inline","",0).content=e.src.slice(n,n+r[0].length)),e.pos+=r[0].length,!0))))}},{"../common/html_re":3}],44:[function(e,t,r){"use strict";var p=e("../common/utils").normalizeReference,d=e("../common/utils").isSpace;t.exports=function(e,t){var r,n,o,i,s,a,l,c,h="",u=e.pos,m=e.posMax;if(33!==e.src.charCodeAt(e.pos))return!1;if(91!==e.src.charCodeAt(e.pos+1))return!1;if(o=e.pos+2,(n=e.md.helpers.parseLinkLabel(e,e.pos+1,!1))<0)return!1;if((i=n+1)<m&&40===e.src.charCodeAt(i)){for(i++;i<m&&(r=e.src.charCodeAt(i),d(r)||10===r);i++);if(m<=i)return!1;for(c=i,(s=e.md.helpers.parseLinkDestination(e.src,i,e.posMax)).ok&&(h=e.md.normalizeLink(s.str),e.md.validateLink(h)?i=s.pos:h=""),c=i;i<m&&(r=e.src.charCodeAt(i),d(r)||10===r);i++);if(s=e.md.helpers.parseLinkTitle(e.src,i,e.posMax),i<m&&c!==i&&s.ok)for(a=s.str,i=s.pos;i<m&&(r=e.src.charCodeAt(i),d(r)||10===r);i++);else a="";if(m<=i||41!==e.src.charCodeAt(i))return e.pos=u,!1;i++}else{if(void 0===e.env.references)return!1;if(i<m&&91===e.src.charCodeAt(i)&&(c=i+1,0<=(i=e.md.helpers.parseLinkLabel(e,i)))?l=e.src.slice(c,i++):i=n+1,l=l||e.src.slice(o,n),!(s=e.env.references[p(l)]))return e.pos=u,!1;h=s.href,a=s.title}return t||(c=e.src.slice(o,n),e.md.inline.parse(c,e.md,e.env,l=[]),(u=e.push("image","img",0)).attrs=s=[["src",h],["alt",""]],u.children=l,u.content=c,a&&s.push(["title",a])),e.pos=i,e.posMax=m,!0}},{"../common/utils":4}],45:[function(e,t,r){"use strict";var d=e("../common/utils").normalizeReference,f=e("../common/utils").isSpace;t.exports=function(e,t){var r,n,o,i,s,a,l,c="",h=e.pos,u=e.posMax,m=e.pos,p=!0;if(91!==e.src.charCodeAt(e.pos))return!1;if(i=e.pos+1,(o=e.md.helpers.parseLinkLabel(e,e.pos,!0))<0)return!1;if((s=o+1)<u&&40===e.src.charCodeAt(s)){for(p=!1,s++;s<u&&(r=e.src.charCodeAt(s),f(r)||10===r);s++);if(u<=s)return!1;for(m=s,(a=e.md.helpers.parseLinkDestination(e.src,s,e.posMax)).ok&&(c=e.md.normalizeLink(a.str),e.md.validateLink(c)?s=a.pos:c=""),m=s;s<u&&(r=e.src.charCodeAt(s),f(r)||10===r);s++);if(a=e.md.helpers.parseLinkTitle(e.src,s,e.posMax),s<u&&m!==s&&a.ok)for(l=a.str,s=a.pos;s<u&&(r=e.src.charCodeAt(s),f(r)||10===r);s++);else l="";(u<=s||41!==e.src.charCodeAt(s))&&(p=!0),s++}if(p){if(void 0===e.env.references)return!1;if(s<u&&91===e.src.charCodeAt(s)&&(m=s+1,0<=(s=e.md.helpers.parseLinkLabel(e,s)))?n=e.src.slice(m,s++):s=o+1,n=n||e.src.slice(i,o),!(a=e.env.references[d(n)]))return e.pos=h,!1;c=a.href,l=a.title}return t||(e.pos=i,e.posMax=o,e.push("link_open","a",1).attrs=p=[["href",c]],l&&p.push(["title",l]),e.md.inline.tokenize(e),e.push("link_close","a",-1)),e.pos=s,e.posMax=u,!0}},{"../common/utils":4}],46:[function(e,t,r){"use strict";var i=e("../common/utils").isSpace;t.exports=function(e,t){var r,n,o=e.pos;if(10!==e.src.charCodeAt(o))return!1;for(r=e.pending.length-1,n=e.posMax,t||(0<=r&&32===e.pending.charCodeAt(r)?1<=r&&32===e.pending.charCodeAt(r-1)?(e.pending=e.pending.replace(/ +$/,""),e.push("hardbreak","br",0)):(e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0)):e.push("softbreak","br",0)),o++;o<n&&i(e.src.charCodeAt(o));)o++;return e.pos=o,!0}},{"../common/utils":4}],47:[function(e,t,r){"use strict";var n=e("../token"),m=e("../common/utils").isWhiteSpace,p=e("../common/utils").isPunctChar,d=e("../common/utils").isMdAsciiPunct;function o(e,t,r,n){this.src=e,this.env=r,this.md=t,this.tokens=n,this.tokens_meta=Array(n.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[]}o.prototype.pushPending=function(){var e=new n("text","",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e},o.prototype.push=function(e,t,r){this.pending&&this.pushPending();e=new n(e,t,r),t=null;return r<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),e.level=this.level,0<r&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],t={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(e),this.tokens_meta.push(t),e},o.prototype.scanDelims=function(e,t){for(var r,n,o,i,s=e,a=!0,l=!0,c=this.posMax,h=this.src.charCodeAt(e),u=0<e?this.src.charCodeAt(e-1):32;s<c&&this.src.charCodeAt(s)===h;)s++;return e=s-e,o=s<c?this.src.charCodeAt(s):32,n=d(u)||p(String.fromCharCode(u)),i=d(o)||p(String.fromCharCode(o)),u=m(u),((o=m(o))||i&&!u&&!n)&&(a=!1),(u||n&&!o&&!i)&&(l=!1),u=t?(r=a,l):(r=a&&(!l||n),l&&(!a||i)),{can_open:r,can_close:u,length:e}},o.prototype.Token=n,t.exports=o},{"../common/utils":4,"../token":51}],48:[function(e,t,r){"use strict";function o(e,t){for(var r,n,o,i,s=[],a=t.length,l=0;l<a;l++)126===(n=t[l]).marker&&-1!==n.end&&(o=t[n.end],(i=e.tokens[n.token]).type="s_open",i.tag="s",i.nesting=1,i.markup="~~",i.content="",(i=e.tokens[o.token]).type="s_close",i.tag="s",i.nesting=-1,i.markup="~~",i.content="","text"===e.tokens[o.token-1].type&&"~"===e.tokens[o.token-1].content&&s.push(o.token-1));for(;s.length;){for(r=(l=s.pop())+1;r<e.tokens.length&&"s_close"===e.tokens[r].type;)r++;l!==--r&&(i=e.tokens[r],e.tokens[r]=e.tokens[l],e.tokens[l]=i)}}t.exports.tokenize=function(e,t){var r,n,o,i,s=e.pos,a=e.src.charCodeAt(s);if(t)return!1;if(126!==a)return!1;if(o=(n=e.scanDelims(e.pos,!0)).length,i=String.fromCharCode(a),o<2)return!1;for(o%2&&(e.push("text","",0).content=i,o--),r=0;r<o;r+=2)e.push("text","",0).content=i+i,e.delimiters.push({marker:a,length:0,jump:r,token:e.tokens.length-1,end:-1,open:n.can_open,close:n.can_close});return e.pos+=n.length,!0},t.exports.postProcess=function(e){var t,r=e.tokens_meta,n=e.tokens_meta.length;for(o(e,e.delimiters),t=0;t<n;t++)r[t]&&r[t].delimiters&&o(e,r[t].delimiters)}},{}],49:[function(e,t,r){"use strict";t.exports=function(e,t){for(var r=e.pos;r<e.posMax&&!function(e){switch(e){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return 1;default:return}}(e.src.charCodeAt(r));)r++;return r!==e.pos&&(t||(e.pending+=e.src.slice(e.pos,r)),e.pos=r,!0)}},{}],50:[function(e,t,r){"use strict";t.exports=function(e){for(var t,r=0,n=e.tokens,o=e.tokens.length,i=t=0;i<o;i++)n[i].nesting<0&&r--,n[i].level=r,0<n[i].nesting&&r++,"text"===n[i].type&&i+1<o&&"text"===n[i+1].type?n[i+1].content=n[i].content+n[i+1].content:(i!==t&&(n[t]=n[i]),t++);i!==t&&(n.length=t)}},{}],51:[function(e,t,r){"use strict";function n(e,t,r){this.type=e,this.tag=t,this.attrs=null,this.map=null,this.nesting=r,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}n.prototype.attrIndex=function(e){var t,r,n;if(this.attrs)for(r=0,n=(t=this.attrs).length;r<n;r++)if(t[r][0]===e)return r;return-1},n.prototype.attrPush=function(e){this.attrs?this.attrs.push(e):this.attrs=[e]},n.prototype.attrSet=function(e,t){var r=this.attrIndex(e),e=[e,t];r<0?this.attrPush(e):this.attrs[r]=e},n.prototype.attrGet=function(e){var e=this.attrIndex(e),t=null;return t=0<=e?this.attrs[e][1]:t},n.prototype.attrJoin=function(e,t){var r=this.attrIndex(e);r<0?this.attrPush([e,t]):this.attrs[r][1]=this.attrs[r][1]+" "+t},t.exports=n},{}],52:[function(e,t,r){t.exports={Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",amp:"&",AMP:"&",andand:"⩕",And:"⩓",and:"∧",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angmsd:"∡",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",apacir:"⩯",ap:"≈",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",barwed:"⌅",Barwed:"⌆",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",because:"∵",Because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxdl:"┐",boxdL:"╕",boxDl:"╖",boxDL:"╗",boxdr:"┌",boxdR:"╒",boxDr:"╓",boxDR:"╔",boxh:"─",boxH:"═",boxhd:"┬",boxHd:"╤",boxhD:"╥",boxHD:"╦",boxhu:"┴",boxHu:"╧",boxhU:"╨",boxHU:"╩",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxul:"┘",boxuL:"╛",boxUl:"╜",boxUL:"╝",boxur:"└",boxuR:"╘",boxUr:"╙",boxUR:"╚",boxv:"│",boxV:"║",boxvh:"┼",boxvH:"╪",boxVh:"╫",boxVH:"╬",boxvl:"┤",boxvL:"╡",boxVl:"╢",boxVL:"╣",boxvr:"├",boxvR:"╞",boxVr:"╟",boxVR:"╠",bprime:"‵",breve:"˘",Breve:"˘",brvbar:"¦",bscr:"𝒷",Bscr:"ℬ",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsolb:"⧅",bsol:"\\",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",capand:"⩄",capbrcup:"⩉",capcap:"⩋",cap:"∩",Cap:"⋒",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",centerdot:"·",CenterDot:"·",cfr:"𝔠",Cfr:"ℭ",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cir:"○",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",colon:":",Colon:"∷",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",conint:"∮",Conint:"∯",ContourIntegral:"∮",copf:"𝕔",Copf:"ℂ",coprod:"∐",Coproduct:"∐",copy:"©",COPY:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",cross:"✗",Cross:"⨯",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cupbrcap:"⩈",cupcap:"⩆",CupCap:"≍",cup:"∪",Cup:"⋓",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dagger:"†",Dagger:"‡",daleth:"ℸ",darr:"↓",Darr:"↡",dArr:"⇓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",ddagger:"‡",ddarr:"⇊",DD:"ⅅ",dd:"ⅆ",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",diamond:"⋄",Diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrowBar:"⤓",downarrow:"↓",DownArrow:"↓",Downarrow:"⇓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVectorBar:"⥖",DownLeftVector:"↽",DownRightTeeVector:"⥟",DownRightVectorBar:"⥗",DownRightVector:"⇁",DownTeeArrow:"↧",DownTee:"⊤",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",Ecirc:"Ê",ecirc:"ê",ecir:"≖",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",edot:"ė",eDot:"≑",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp13:" ",emsp14:" ",emsp:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",escr:"ℯ",Escr:"ℰ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",exponentiale:"ⅇ",ExponentialE:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",forall:"∀",ForAll:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",Fscr:"ℱ",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",ge:"≥",gE:"≧",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",gescc:"⪩",ges:"⩾",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",gg:"≫",Gg:"⋙",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gla:"⪥",gl:"≷",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gnE:"≩",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",gtcc:"⪧",gtcir:"⩺",gt:">",GT:">",Gt:"≫",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",harrcir:"⥈",harr:"↔",hArr:"⇔",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",Hfr:"ℌ",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",Hopf:"ℍ",horbar:"―",HorizontalLine:"─",hscr:"𝒽",Hscr:"ℋ",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",ifr:"𝔦",Ifr:"ℑ",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",Im:"ℑ",imof:"⊷",imped:"Ƶ",Implies:"⇒",incare:"℅",in:"∈",infin:"∞",infintie:"⧝",inodot:"ı",intcal:"⊺",int:"∫",Int:"∬",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"",InvisibleTimes:"",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",iscr:"𝒾",Iscr:"ℐ",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",lang:"⟨",Lang:"⟪",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",larrb:"⇤",larrbfs:"⤟",larr:"←",Larr:"↞",lArr:"⇐",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",latail:"⤙",lAtail:"⤛",lat:"⪫",late:"⪭",lates:"⪭︀",lbarr:"⤌",lBarr:"⤎",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",lE:"≦",LeftAngleBracket:"⟨",LeftArrowBar:"⇤",leftarrow:"←",LeftArrow:"←",Leftarrow:"⇐",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVectorBar:"⥙",LeftDownVector:"⇃",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTeeArrow:"↤",LeftTee:"⊣",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangleBar:"⧏",LeftTriangle:"⊲",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVectorBar:"⥘",LeftUpVector:"↿",LeftVectorBar:"⥒",LeftVector:"↼",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",lescc:"⪨",les:"⩽",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",llarr:"⇇",ll:"≪",Ll:"⋘",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoustache:"⎰",lmoust:"⎰",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lnE:"≨",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftrightarrow:"⟷",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longmapsto:"⟼",longrightarrow:"⟶",LongRightArrow:"⟶",Longrightarrow:"⟹",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",Lscr:"ℒ",lsh:"↰",Lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",ltcc:"⪦",ltcir:"⩹",lt:"<",LT:"<",Lt:"≪",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",midast:"*",midcir:"⫰",mid:"∣",middot:"·",minusb:"⊟",minus:"−",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",mscr:"𝓂",Mscr:"ℳ",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natural:"♮",naturals:"ℕ",natur:"♮",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",nearhk:"⤤",nearr:"↗",neArr:"⇗",nearrow:"↗",ne:"≠",nedot:"≐̸",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nharr:"↮",nhArr:"⇎",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlarr:"↚",nlArr:"⇍",nldr:"‥",nlE:"≦̸",nle:"≰",nleftarrow:"↚",nLeftarrow:"⇍",nleftrightarrow:"↮",nLeftrightarrow:"⇎",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"",NonBreakingSpace:" ",nopf:"𝕟",Nopf:"ℕ",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangleBar:"⧏̸",NotLeftTriangle:"⋪",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangleBar:"⧐̸",NotRightTriangle:"⋫",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",nparallel:"∦",npar:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",nprec:"⊀",npreceq:"⪯̸",npre:"⪯̸",nrarrc:"⤳̸",nrarr:"↛",nrArr:"⇏",nrarrw:"↝̸",nrightarrow:"↛",nRightarrow:"⇏",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nvdash:"⊬",nvDash:"⊭",nVdash:"⊮",nVDash:"⊯",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwarr:"↖",nwArr:"⇖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",Ocirc:"Ô",ocirc:"ô",ocir:"⊚",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",orarr:"↻",Or:"⩔",or:"∨",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",otimesas:"⨶",Otimes:"⨷",otimes:"⊗",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",para:"¶",parallel:"∥",par:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plus:"+",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",popf:"𝕡",Popf:"ℙ",pound:"£",prap:"⪷",Pr:"⪻",pr:"≺",prcue:"≼",precapprox:"⪷",prec:"≺",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",pre:"⪯",prE:"⪳",precsim:"≾",prime:"′",Prime:"″",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportional:"∝",Proportion:"∷",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",qopf:"𝕢",Qopf:"ℚ",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quot:'"',QUOT:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",Rang:"⟫",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarr:"→",Rarr:"↠",rArr:"⇒",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",ratail:"⤚",rAtail:"⤜",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rBarr:"⤏",RBarr:"⤐",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",Re:"ℜ",rect:"▭",reg:"®",REG:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",Rfr:"ℜ",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrowBar:"⇥",rightarrow:"→",RightArrow:"→",Rightarrow:"⇒",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVectorBar:"⥕",RightDownVector:"⇂",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTeeArrow:"↦",RightTee:"⊢",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangleBar:"⧐",RightTriangle:"⊳",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVectorBar:"⥔",RightUpVector:"↾",RightVectorBar:"⥓",RightVector:"⇀",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoustache:"⎱",rmoust:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",Ropf:"ℝ",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",rscr:"𝓇",Rscr:"ℛ",rsh:"↱",Rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",scap:"⪸",Scaron:"Š",scaron:"š",Sc:"⪼",sc:"≻",sccue:"≽",sce:"⪰",scE:"⪴",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdotb:"⊡",sdot:"⋅",sdote:"⩦",searhk:"⤥",searr:"↘",seArr:"⇘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",solbar:"⌿",solb:"⧄",sol:"/",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",square:"□",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squ:"□",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",Sub:"⋐",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",subset:"⊂",Subset:"⋐",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succapprox:"⪸",succ:"≻",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",sum:"∑",Sum:"∑",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",sup:"⊃",Sup:"⋑",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",supset:"⊃",Supset:"⋑",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swarr:"↙",swArr:"⇙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",therefore:"∴",Therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:" ",ThinSpace:" ",thinsp:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",tilde:"˜",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",timesbar:"⨱",timesb:"⊠",times:"×",timesd:"⨰",tint:"∭",toea:"⤨",topbot:"⌶",topcir:"⫱",top:"⊤",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",TRADE:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",uarr:"↑",Uarr:"↟",uArr:"⇑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrowBar:"⤒",uparrow:"↑",UpArrow:"↑",Uparrow:"⇑",UpArrowDownArrow:"⇅",updownarrow:"↕",UpDownArrow:"↕",Updownarrow:"⇕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",upsi:"υ",Upsi:"ϒ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTeeArrow:"↥",UpTee:"⊥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",vArr:"⇕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vBar:"⫨",Vbar:"⫫",vBarv:"⫩",Vcy:"В",vcy:"в",vdash:"⊢",vDash:"⊨",Vdash:"⊩",VDash:"⊫",Vdashl:"⫦",veebar:"⊻",vee:"∨",Vee:"⋁",veeeq:"≚",vellip:"⋮",verbar:"|",Verbar:"‖",vert:"|",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",wedge:"∧",Wedge:"⋀",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xharr:"⟷",xhArr:"⟺",Xi:"Ξ",xi:"ξ",xlarr:"⟵",xlArr:"⟸",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrarr:"⟶",xrArr:"⟹",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",yuml:"ÿ",Yuml:"Ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"",Zeta:"Ζ",zeta:"ζ",zfr:"𝔷",Zfr:"ℨ",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",Zopf:"ℤ",Zscr:"𝒵",zscr:"𝓏",zwj:"",zwnj:""}},{}],53:[function(n,e,t){"use strict";function o(r){return Array.prototype.slice.call(arguments,1).forEach(function(t){t&&Object.keys(t).forEach(function(e){r[e]=t[e]})}),r}function a(e){return Object.prototype.toString.call(e)}function l(e){return"[object Function]"===a(e)}function c(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var i={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};var s={"http:":{validate:function(e,t,r){e=e.slice(t);return r.re.http||(r.re.http=new RegExp("^\\/\\/"+r.re.src_auth+r.re.src_host_port_strict+r.re.src_path,"i")),r.re.http.test(e)?e.match(r.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(e,t,r){var n=e.slice(t);return r.re.no_http||(r.re.no_http=new RegExp("^"+r.re.src_auth+"(?:localhost|(?:(?:"+r.re.src_domain+")\\.)+"+r.re.src_domain_root+")"+r.re.src_port+r.re.src_host_terminator+r.re.src_path,"i")),!r.re.no_http.test(n)||3<=t&&":"===e[t-3]||3<=t&&"/"===e[t-3]?0:n.match(r.re.no_http)[0].length}},"mailto:":{validate:function(e,t,r){e=e.slice(t);return r.re.mailto||(r.re.mailto=new RegExp("^"+r.re.src_email_name+"@"+r.re.src_host_strict,"i")),r.re.mailto.test(e)?e.match(r.re.mailto)[0].length:0}}},h="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",u="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function m(){return function(e,t){t.normalize(e)}}function p(o){var t=o.re=n("./lib/re")(o.__opts__),e=o.__tlds__.slice();function r(e){return e.replace("%TLDS%",t.src_tlds)}o.onCompile(),o.__tlds_replaced__||e.push(h),e.push(t.src_xn),t.src_tlds=e.join("|"),t.email_fuzzy=RegExp(r(t.tpl_email_fuzzy),"i"),t.link_fuzzy=RegExp(r(t.tpl_link_fuzzy),"i"),t.link_no_ip_fuzzy=RegExp(r(t.tpl_link_no_ip_fuzzy),"i"),t.host_fuzzy_test=RegExp(r(t.tpl_host_fuzzy_test),"i");var i=[];function s(e,t){throw new Error('(LinkifyIt) Invalid schema "'+e+'": '+t)}o.__compiled__={},Object.keys(o.__schemas__).forEach(function(e){var t,r,n=o.__schemas__[e];null!==n&&(o.__compiled__[e]=t={validate:null,link:null},"[object Object]"===a(n)?("[object RegExp]"===a(n.validate)?t.validate=(r=n.validate,function(e,t){e=e.slice(t);return r.test(e)?e.match(r)[0].length:0}):l(n.validate)?t.validate=n.validate:s(e,n),l(n.normalize)?t.normalize=n.normalize:n.normalize?s(e,n):t.normalize=m()):"[object String]"===a(n)?i.push(e):s(e,n))}),i.forEach(function(e){o.__compiled__[o.__schemas__[e]]&&(o.__compiled__[e].validate=o.__compiled__[o.__schemas__[e]].validate,o.__compiled__[e].normalize=o.__compiled__[o.__schemas__[e]].normalize)}),o.__compiled__[""]={validate:null,normalize:m()};var e=Object.keys(o.__compiled__).filter(function(e){return 0<e.length&&o.__compiled__[e]}).map(c).join("|");o.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+e+")","i"),o.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+e+")","ig"),o.re.pretest=RegExp("("+o.re.schema_test.source+")|("+o.re.host_fuzzy_test.source+")|@","i"),(e=o).__index__=-1,e.__text_cache__=""}function r(e,t){var r=e.__index__,n=e.__last_index__,o=e.__text_cache__.slice(r,n);this.schema=e.__schema__.toLowerCase(),this.index=r+t,this.lastIndex=n+t,this.raw=o,this.text=o,this.url=o}function d(e,t){t=new r(e,t);return e.__compiled__[t.schema].normalize(t,e),t}function f(e,t){if(!(this instanceof f))return new f(e,t);var r;t||(r=e,Object.keys(r||{}).reduce(function(e,t){return e||i.hasOwnProperty(t)},!1)&&(t=e,e={})),this.__opts__=o({},i,t),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=o({},s,e),this.__compiled__={},this.__tlds__=u,this.__tlds_replaced__=!1,this.re={},p(this)}f.prototype.add=function(e,t){return this.__schemas__[e]=t,p(this),this},f.prototype.set=function(e){return this.__opts__=o(this.__opts__,e),this},f.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;var t,r,n,o,i;if(this.re.schema_test.test(e))for((o=this.re.schema_search).lastIndex=0;null!==(t=o.exec(e));)if(r=this.testSchemaAt(e,t[2],o.lastIndex)){this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+r;break}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&0<=(i=e.search(this.re.host_fuzzy_test))&&(this.__index__<0||i<this.__index__)&&null!==(i=e.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))&&(n=i.index+i[1].length,(this.__index__<0||n<this.__index__)&&(this.__schema__="",this.__index__=n,this.__last_index__=i.index+i[0].length)),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&0<=e.indexOf("@")&&null!==(i=e.match(this.re.email_fuzzy))&&(n=i.index+i[1].length,i=i.index+i[0].length,(this.__index__<0||n<this.__index__||n===this.__index__&&i>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=n,this.__last_index__=i)),0<=this.__index__},f.prototype.pretest=function(e){return this.re.pretest.test(e)},f.prototype.testSchemaAt=function(e,t,r){return this.__compiled__[t.toLowerCase()]?this.__compiled__[t.toLowerCase()].validate(e,r,this):0},f.prototype.match=function(e){for(var t=0,r=[],n=(0<=this.__index__&&this.__text_cache__===e&&(r.push(d(this,t)),t=this.__last_index__),t?e.slice(t):e);this.test(n);)r.push(d(this,t)),n=n.slice(this.__last_index__),t+=this.__last_index__;return r.length?r:null},f.prototype.tlds=function(e,t){return e=Array.isArray(e)?e:[e],t?(this.__tlds__=this.__tlds__.concat(e).sort().filter(function(e,t,r){return e!==r[t-1]}).reverse(),p(this)):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,p(this)),this},f.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),"mailto:"!==e.schema||/^mailto:/i.test(e.url)||(e.url="mailto:"+e.url)},f.prototype.onCompile=function(){},e.exports=f},{"./lib/re":54}],54:[function(n,e,t){"use strict";e.exports=function(e){var t={},r=(t.src_Any=n("uc.micro/properties/Any/regex").source,t.src_Cc=n("uc.micro/categories/Cc/regex").source,t.src_Z=n("uc.micro/categories/Z/regex").source,t.src_P=n("uc.micro/categories/P/regex").source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join("|"),t.src_ZCc=[t.src_Z,t.src_Cc].join("|"),"[><|]");return t.src_pseudo_letter="(?:(?![><|]|"+t.src_ZPCc+")"+t.src_Any+")",t.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",t.src_auth="(?:(?:(?!"+t.src_ZCc+"|[@/\\[\\]()]).)+@)?",t.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",t.src_host_terminator="(?=$|[><|]|"+t.src_ZPCc+")(?!-|_|:\\d|\\.-|\\.(?!$|"+t.src_ZPCc+"))",t.src_path="(?:[/?#](?:(?!"+t.src_ZCc+"|"+r+"|[()[\\]{}.,\"'?!\\-]).|\\[(?:(?!"+t.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+t.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+t.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+t.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+t.src_ZCc+"|[']).)+\\'|\\'(?="+t.src_pseudo_letter+"|[-]).|\\.{2,4}[a-zA-Z0-9%/]|\\.(?!"+t.src_ZCc+"|[.]).|"+(e&&e["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+"\\,(?!"+t.src_ZCc+").|\\!(?!"+t.src_ZCc+"|[!]).|\\?(?!"+t.src_ZCc+"|[?]).)+|\\/)?",t.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',t.src_xn="xn--[a-z0-9\\-]{1,59}",t.src_domain_root="(?:"+t.src_xn+"|"+t.src_pseudo_letter+"{1,63})",t.src_domain="(?:"+t.src_xn+"|(?:"+t.src_pseudo_letter+")|(?:"+t.src_pseudo_letter+"(?:-|"+t.src_pseudo_letter+"){0,61}"+t.src_pseudo_letter+"))",t.src_host="(?:(?:(?:(?:"+t.src_domain+")\\.)*"+t.src_domain+"))",t.tpl_host_fuzzy="(?:"+t.src_ip4+"|(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%)))",t.tpl_host_no_ip_fuzzy="(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%))",t.src_host_strict=t.src_host+t.src_host_terminator,t.tpl_host_fuzzy_strict=t.tpl_host_fuzzy+t.src_host_terminator,t.src_host_port_strict=t.src_host+t.src_port+t.src_host_terminator,t.tpl_host_port_fuzzy_strict=t.tpl_host_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_port_no_ip_fuzzy_strict=t.tpl_host_no_ip_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+t.src_ZPCc+"|>|$))",t.tpl_email_fuzzy='(^|[><|]|"|\\(|'+t.src_ZCc+")("+t.src_email_name+"@"+t.tpl_host_fuzzy_strict+")",t.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_fuzzy_strict+t.src_path+")",t.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_no_ip_fuzzy_strict+t.src_path+")",t}},{"uc.micro/categories/Cc/regex":61,"uc.micro/categories/P/regex":63,"uc.micro/categories/Z/regex":64,"uc.micro/properties/Any/regex":66}],55:[function(e,t,r){"use strict";var o={};function n(e,t){var c=function(e){var t,r,n=o[e];if(!n){for(n=o[e]=[],t=0;t<128;t++)r=String.fromCharCode(t),n.push(r);for(t=0;t<e.length;t++)n[r=e.charCodeAt(t)]="%"+("0"+r.toString(16).toUpperCase()).slice(-2)}return n}(t="string"!=typeof t?n.defaultChars:t);return e.replace(/(%[a-f0-9]{2})+/gi,function(e){for(var t,r,n,o,i,s="",a=0,l=e.length;a<l;a+=3)(t=parseInt(e.slice(a+1,a+3),16))<128?s+=c[t]:192==(224&t)&&a+3<l&&128==(192&(r=parseInt(e.slice(a+4,a+6),16)))?(s+=(i=t<<6&1984|63&r)<128?"��":String.fromCharCode(i),a+=3):224==(240&t)&&a+6<l&&(r=parseInt(e.slice(a+4,a+6),16),n=parseInt(e.slice(a+7,a+9),16),128==(192&r)&&128==(192&n))?(s+=(i=t<<12&61440|r<<6&4032|63&n)<2048||55296<=i&&i<=57343?"���":String.fromCharCode(i),a+=6):240==(248&t)&&a+9<l&&(r=parseInt(e.slice(a+4,a+6),16),n=parseInt(e.slice(a+7,a+9),16),o=parseInt(e.slice(a+10,a+12),16),128==(192&r)&&128==(192&n)&&128==(192&o))?((i=t<<18&1835008|r<<12&258048|n<<6&4032|63&o)<65536||1114111<i?s+="����":(i-=65536,s+=String.fromCharCode(55296+(i>>10),56320+(1023&i))),a+=9):s+="�";return s})}n.defaultChars=";/?:@&=+$,#",n.componentChars="",t.exports=n},{}],56:[function(e,t,r){"use strict";var l={};function c(e,t,r){var n,o,i,s,a="";for("string"!=typeof t&&(r=t,t=c.defaultChars),void 0===r&&(r=!0),s=function(e){var t,r,n=l[e];if(!n){for(n=l[e]=[],t=0;t<128;t++)r=String.fromCharCode(t),/^[0-9a-z]$/i.test(r)?n.push(r):n.push("%"+("0"+t.toString(16).toUpperCase()).slice(-2));for(t=0;t<e.length;t++)n[e.charCodeAt(t)]=e[t]}return n}(t),n=0,o=e.length;n<o;n++)i=e.charCodeAt(n),r&&37===i&&n+2<o&&/^[0-9a-f]{2}$/i.test(e.slice(n+1,n+3))?(a+=e.slice(n,n+3),n+=2):i<128?a+=s[i]:55296<=i&&i<=57343?55296<=i&&i<=56319&&n+1<o&&56320<=(i=e.charCodeAt(n+1))&&i<=57343?(a+=encodeURIComponent(e[n]+e[n+1]),n++):a+="%EF%BF%BD":a+=encodeURIComponent(e[n]);return a}c.defaultChars=";/?:@&=+$,-_.!~*'()#",c.componentChars="-_.!~*'()",t.exports=c},{}],57:[function(e,t,r){"use strict";t.exports=function(e){var t="",t=(t=(t+=e.protocol||"")+(e.slashes?"//":""))+(e.auth?e.auth+"@":"");return e.hostname&&-1!==e.hostname.indexOf(":")?t+="["+e.hostname+"]":t+=e.hostname||"",t=(t=(t=(t+=e.port?":"+e.port:"")+(e.pathname||""))+(e.search||""))+(e.hash||"")}},{}],58:[function(e,t,r){"use strict";t.exports.encode=e("./encode"),t.exports.decode=e("./decode"),t.exports.format=e("./format"),t.exports.parse=e("./parse")},{"./decode":55,"./encode":56,"./format":57,"./parse":59}],59:[function(e,t,r){"use strict";function n(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}var b=/^([a-z0-9.+-]+:)/i,o=/:[0-9]*$/,v=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,i=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),i=["'"].concat(i),x=["%","/","?",";","#"].concat(i),y=["/","?","#"],w=/^[+a-z0-9A-Z_-]{0,63}$/,k=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,_={javascript:!0,"javascript:":!0},S={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};n.prototype.parse=function(e,t){var r,n;if(i=(i=e).trim(),!t&&1===e.split("#").length){e=v.exec(i);if(e)return this.pathname=e[1],e[2]&&(this.search=e[2]),this}e=b.exec(i);if(e&&(r=(e=e[0]).toLowerCase(),this.protocol=e,i=i.substr(e.length)),!(t||e||i.match(/^\/\/[^@\/]+@[^@\/]+/))||!(g="//"===i.substr(0,2))||e&&_[e]||(i=i.substr(2),this.slashes=!0),!_[e]&&(g||e&&!S[e])){var o=-1;for(a=0;a<y.length;a++)-1!==(n=i.indexOf(y[a]))&&(-1===o||n<o)&&(o=n);for(-1!==(t=-1===o?i.lastIndexOf("@"):i.lastIndexOf("@",o))&&(g=i.slice(0,t),i=i.slice(t+1),this.auth=g),o=-1,a=0;a<x.length;a++)-1!==(n=i.indexOf(x[a]))&&(-1===o||n<o)&&(o=n);":"===i[(o=-1===o?i.length:o)-1]&&o--;var e=i.slice(0,o),i=i.slice(o),t=(this.parseHost(e),this.hostname=this.hostname||"","["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1]);if(!t)for(var s=this.hostname.split(/\./),a=0,l=s.length;a<l;a++){var c=s[a];if(c&&!c.match(w)){for(var h="",u=0,m=c.length;u<m;u++)127<c.charCodeAt(u)?h+="x":h+=c[u];if(!h.match(w)){var p=s.slice(0,a),d=s.slice(a+1),f=c.match(k);f&&(p.push(f[1]),d.unshift(f[2])),d.length&&(i=d.join(".")+i),this.hostname=p.join(".");break}}}255<this.hostname.length&&(this.hostname=""),t&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}var g=i.indexOf("#"),e=(-1!==g&&(this.hash=i.substr(g),i=i.slice(0,g)),i.indexOf("?"));return-1!==e&&(this.search=i.substr(e),i=i.slice(0,e)),i&&(this.pathname=i),S[r]&&this.hostname&&!this.pathname&&(this.pathname=""),this},n.prototype.parseHost=function(e){var t=o.exec(e);t&&(":"!==(t=t[0])&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)},t.exports=function(e,t){var r;return e&&e instanceof n?e:((r=new n).parse(e,t),r)}},{}],60:[function(e,M,z){!function(e){var t=this,r="object"==typeof z&&z&&!z.nodeType&&z,n="object"==typeof M&&M&&!M.nodeType&&M,e="object"==typeof e&&e;e.global!==e&&e.window!==e&&e.self!==e||(t=e);var o,i,g=2147483647,b=36,v=26,s=38,a=700,l=/^xn--/,c=/[^\x20-\x7E]/,h=/[\x2E\u3002\uFF0E\uFF61]/g,u={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},m=b-1,x=Math.floor,y=String.fromCharCode;function w(e){throw new RangeError(u[e])}function p(e,t){for(var r=e.length,n=[];r--;)n[r]=t(e[r]);return n}function d(e,t){var r=e.split("@"),n="",r=(1<r.length&&(n=r[0]+"@",e=r[1]),(e=e.replace(h,".")).split("."));return n+p(r,t).join(".")}function k(e){for(var t,r,n=[],o=0,i=e.length;o<i;)55296<=(t=e.charCodeAt(o++))&&t<=56319&&o<i?56320==(64512&(r=e.charCodeAt(o++)))?n.push(((1023&t)<<10)+(1023&r)+65536):(n.push(t),o--):n.push(t);return n}function f(e){return p(e,function(e){var t="";return 65535<e&&(t+=y((e-=65536)>>>10&1023|55296),e=56320|1023&e),t+=y(e)}).join("")}function _(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function S(e,t,r){var n=0;for(e=r?x(e/a):e>>1,e+=x(e/t);m*v>>1<e;n+=b)e=x(e/m);return x(n+(m+1)*e/(e+s))}function C(e){var t,r,n,o,i,s,a,l=[],c=e.length,h=0,u=128,m=72,p=e.lastIndexOf("-");for(p<0&&(p=0),r=0;r<p;++r)128<=e.charCodeAt(r)&&w("not-basic"),l.push(e.charCodeAt(r));for(n=0<p?p+1:0;n<c;){for(o=h,i=1,s=b;c<=n&&w("invalid-input"),a=e.charCodeAt(n++),(b<=(a=a-48<10?a-22:a-65<26?a-65:a-97<26?a-97:b)||a>x((g-h)/i))&&w("overflow"),h+=a*i,!(a<(a=s<=m?1:m+v<=s?v:s-m));s+=b)i>x(g/(a=b-a))&&w("overflow"),i*=a;m=S(h-o,t=l.length+1,0==o),x(h/t)>g-u&&w("overflow"),u+=x(h/t),h%=t,l.splice(h++,0,u)}return f(l)}function A(e){for(var t,r,n,o,i,s,a,l,c,h,u=[],m=(e=k(e)).length,p=128,d=72,f=t=0;f<m;++f)(a=e[f])<128&&u.push(y(a));for(r=n=u.length,n&&u.push("-");r<m;){for(o=g,f=0;f<m;++f)p<=(a=e[f])&&a<o&&(o=a);for(o-p>x((g-t)/(l=r+1))&&w("overflow"),t+=(o-p)*l,p=o,f=0;f<m;++f)if((a=e[f])<p&&++t>g&&w("overflow"),a==p){for(i=t,s=b;!(i<(c=s<=d?1:d+v<=s?v:s-d));s+=b)u.push(y(_(c+(h=i-c)%(c=b-c),0))),i=x(h/c);u.push(y(_(i,0))),d=S(t,l,r==n),t=0,++r}++t,++p}return u.join("")}if(o={version:"1.4.1",ucs2:{decode:k,encode:f},decode:C,encode:A,toASCII:function(e){return d(e,function(e){return c.test(e)?"xn--"+A(e):e})},toUnicode:function(e){return d(e,function(e){return l.test(e)?C(e.slice(4).toLowerCase()):e})}},r&&n)if(M.exports==r)n.exports=o;else for(i in o)o.hasOwnProperty(i)&&(r[i]=o[i]);else t.punycode=o}.call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],61:[function(e,t,r){t.exports=/[\0-\x1F\x7F-\x9F]/},{}],62:[function(e,t,r){t.exports=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/},{}],63:[function(e,t,r){t.exports=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4E\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDF55-\uDF59]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDF3C-\uDF3E]|\uD806[\uDC3B\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/},{}],64:[function(e,t,r){t.exports=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/},{}],65:[function(e,t,r){"use strict";r.Any=e("./properties/Any/regex"),r.Cc=e("./categories/Cc/regex"),r.Cf=e("./categories/Cf/regex"),r.P=e("./categories/P/regex"),r.Z=e("./categories/Z/regex")},{"./categories/Cc/regex":61,"./categories/Cf/regex":62,"./categories/P/regex":63,"./categories/Z/regex":64,"./properties/Any/regex":66}],66:[function(e,t,r){t.exports=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/},{}],67:[function(e,t,r){"use strict";t.exports=e("./lib/")},{"./lib/":9}]},{},[67])(67)}),function(e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).markdownitSub=e()}(function(){return function n(o,i,s){function a(r,e){if(!i[r]){if(!o[r]){var t="function"==typeof require&&require;if(!e&&t)return t(r,!0);if(l)return l(r,!0);e=new Error("Cannot find module '"+r+"'");throw e.code="MODULE_NOT_FOUND",e}t=i[r]={exports:{}};o[r][0].call(t.exports,function(e){var t=o[r][1][e];return a(t||e)},t,t.exports,n,o,i,s)}return i[r].exports}for(var l="function"==typeof require&&require,e=0;e<s.length;e++)a(s[e]);return a}({1:[function(e,t){"use strict";function r(e,t){var r,n=e.posMax,o=e.pos;if(126!==e.src.charCodeAt(o))return!1;if(t)return!1;if(n<=o+2)return!1;for(e.pos=o+1;e.pos<n;){if(126===e.src.charCodeAt(e.pos)){r=!0;break}e.md.inline.skipToken(e)}return!r||o+1===e.pos||(t=e.src.slice(o+1,e.pos)).match(/(^|[^\\])(\\\\)*\s/)?(e.pos=o,!1):(e.posMax=e.pos,e.pos=o+1,e.push("sub_open","sub",1).markup="~",e.push("text","",0).content=t.replace(i,"$1"),e.push("sub_close","sub",-1).markup="~",e.pos=e.posMax+1,e.posMax=n,!0)}var i=/\\([ \\!"#$%&'()*+,.\/:;<=>?@[\]^_`{|}~-])/g;t.exports=function(e){e.inline.ruler.after("emphasis","sub",r)}},{}]},{},[1])(1)}),function(e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).markdownitSup=e()}(function(){return function n(o,i,s){function a(r,e){if(!i[r]){if(!o[r]){var t="function"==typeof require&&require;if(!e&&t)return t(r,!0);if(l)return l(r,!0);e=new Error("Cannot find module '"+r+"'");throw e.code="MODULE_NOT_FOUND",e}t=i[r]={exports:{}};o[r][0].call(t.exports,function(e){var t=o[r][1][e];return a(t||e)},t,t.exports,n,o,i,s)}return i[r].exports}for(var l="function"==typeof require&&require,e=0;e<s.length;e++)a(s[e]);return a}({1:[function(e,t){"use strict";function r(e,t){var r,n=e.posMax,o=e.pos;if(94!==e.src.charCodeAt(o))return!1;if(t)return!1;if(n<=o+2)return!1;for(e.pos=o+1;e.pos<n;){if(94===e.src.charCodeAt(e.pos)){r=!0;break}e.md.inline.skipToken(e)}return!r||o+1===e.pos||(t=e.src.slice(o+1,e.pos)).match(/(^|[^\\])(\\\\)*\s/)?(e.pos=o,!1):(e.posMax=e.pos,e.pos=o+1,e.push("sup_open","sup",1).markup="^",e.push("text","",0).content=t.replace(i,"$1"),e.push("sup_close","sup",-1).markup="^",e.pos=e.posMax+1,e.posMax=n,!0)}var i=/\\([ \\!"#$%&'()*+,.\/:;<=>?@[\]^_`{|}~-])/g;t.exports=function(e){e.inline.ruler.after("emphasis","sup",r)}},{}]},{},[1])(1)}),function(e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).markdownitFootnote=e()}(function(){return function n(o,i,s){function a(t,e){if(!i[t]){if(!o[t]){var r="function"==typeof require&&require;if(!e&&r)return r(t,!0);if(l)return l(t,!0);e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}r=i[t]={exports:{}};o[t][0].call(r.exports,function(e){return a(o[t][1][e]||e)},r,r.exports,n,o,i,s)}return i[t].exports}for(var l="function"==typeof require&&require,e=0;e<s.length;e++)a(s[e]);return a}({1:[function(e,t,r){"use strict";function n(e,t,r,n){e=Number(e[t].meta.id+1).toString(),t="";return(t="string"==typeof n.docId?"-"+n.docId+"-":t)+e}function o(e,t){var r=Number(e[t].meta.id+1).toString();return 0<e[t].meta.subId&&(r+=":"+e[t].meta.subId),"["+r+"]"}function i(e,t,r,n,o){var i=o.rules.footnote_anchor_name(e,t,r,n,o),r=o.rules.footnote_caption(e,t,r,n,o),n=i;return 0<e[t].meta.subId&&(n+=":"+e[t].meta.subId),'<sup class="footnote-ref"><a href="#fn'+i+'" id="fnref'+n+'">'+r+"</a></sup>"}function a(e,t,r){return(r.xhtmlOut?'<hr class="footnotes-sep" />\n':'<hr class="footnotes-sep">\n')+'<section class="footnotes">\n<ol class="footnotes-list">\n'}function l(){return"</ol>\n</section>\n"}function c(e,t,r,n,o){r=o.rules.footnote_anchor_name(e,t,r,n,o);return 0<e[t].meta.subId&&(r+=":"+e[t].meta.subId),'<li id="fn'+r+'" class="footnote-item">'}function h(){return"</li>\n"}function u(e,t,r,n,o){r=o.rules.footnote_anchor_name(e,t,r,n,o);return 0<e[t].meta.subId&&(r+=":"+e[t].meta.subId),' <a href="#fnref'+r+'" class="footnote-backref">↩︎</a>'}t.exports=function(e){var s=e.helpers.parseLinkLabel,d=e.utils.isSpace;e.renderer.rules.footnote_ref=i,e.renderer.rules.footnote_block_open=a,e.renderer.rules.footnote_block_close=l,e.renderer.rules.footnote_open=c,e.renderer.rules.footnote_close=h,e.renderer.rules.footnote_anchor=u,e.renderer.rules.footnote_caption=o,e.renderer.rules.footnote_anchor_name=n,e.block.ruler.before("reference","footnote_def",function(e,t,r,n){var o,i,s,a,l,c,h,u,m=e.bMarks[t]+e.tShift[t],p=e.eMarks[t];if(p<m+4)return!1;if(91!==e.src.charCodeAt(m))return!1;if(94!==e.src.charCodeAt(m+1))return!1;for(a=m+2;a<p;a++){if(32===e.src.charCodeAt(a))return!1;if(93===e.src.charCodeAt(a))break}if(a===m+2)return!1;if(p<=a+1||58!==e.src.charCodeAt(++a))return!1;if(!n){for(a++,e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.refs||(e.env.footnotes.refs={}),n=e.src.slice(m+2,a-2),e.env.footnotes.refs[":"+n]=-1,(m=new e.Token("footnote_reference_open","",1)).meta={label:n},m.level=e.level++,e.tokens.push(m),n=e.bMarks[t],o=e.tShift[t],i=e.sCount[t],s=e.parentType,u=a,l=c=e.sCount[t]+a-(e.bMarks[t]+e.tShift[t]);a<p&&(h=e.src.charCodeAt(a),d(h));)9===h?c+=4-c%4:c++,a++;e.tShift[t]=a-u,e.sCount[t]=c-l,e.bMarks[t]=u,e.blkIndent+=4,e.parentType="footnote",e.sCount[t]<e.blkIndent&&(e.sCount[t]+=e.blkIndent),e.md.block.tokenize(e,t,r,!0),e.parentType=s,e.blkIndent-=4,e.tShift[t]=o,e.sCount[t]=i,e.bMarks[t]=n,(m=new e.Token("footnote_reference_close","",-1)).level=--e.level,e.tokens.push(m)}return!0},{alt:["paragraph","reference"]}),e.inline.ruler.after("image","footnote_inline",function(e,t){var r,n,o=e.posMax,i=e.pos;return!(o<=i+2||94!==e.src.charCodeAt(i)||91!==e.src.charCodeAt(i+1)||(r=i+2,(i=s(e,i+1))<0||(t||(e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.list||(e.env.footnotes.list=[]),t=e.env.footnotes.list.length,e.md.inline.parse(e.src.slice(r,i),e.md,e.env,n=[]),e.push("footnote_ref","",0).meta={id:t},e.env.footnotes.list[t]={content:e.src.slice(r,i),tokens:n}),e.pos=i+1,e.posMax=o,0)))}),e.inline.ruler.after("footnote_inline","footnote_ref",function(e,t){var r,n,o=e.posMax,i=e.pos;if(o<i+3)return!1;if(!e.env.footnotes||!e.env.footnotes.refs)return!1;if(91!==e.src.charCodeAt(i))return!1;if(94!==e.src.charCodeAt(i+1))return!1;for(r=i+2;r<o;r++){if(32===e.src.charCodeAt(r))return!1;if(10===e.src.charCodeAt(r))return!1;if(93===e.src.charCodeAt(r))break}return!(r===i+2||o<=r||(i=e.src.slice(i+2,++r-1),void 0===e.env.footnotes.refs[":"+i]||(t||(e.env.footnotes.list||(e.env.footnotes.list=[]),e.env.footnotes.refs[":"+i]<0?(n=e.env.footnotes.list.length,e.env.footnotes.list[n]={label:i,count:0},e.env.footnotes.refs[":"+i]=n):n=e.env.footnotes.refs[":"+i],t=e.env.footnotes.list[n].count,e.env.footnotes.list[n].count++,e.push("footnote_ref","",0).meta={id:n,subId:t,label:i}),e.pos=r,e.posMax=o,0)))}),e.core.ruler.after("inline","footnote_tail",function(e){var t,r,n,o,i,s,a,l,c,h,u=!1,m={};if(e.env.footnotes&&(e.tokens=e.tokens.filter(function(e){return"footnote_reference_open"===e.type?(u=!0,c=[],h=e.meta.label,!1):"footnote_reference_close"===e.type?(u=!1,m[":"+h]=c,!1):(u&&c.push(e),!u)}),e.env.footnotes.list)){for(s=e.env.footnotes.list,a=new e.Token("footnote_block_open","",1),e.tokens.push(a),t=0,r=s.length;t<r;t++){for((a=new e.Token("footnote_open","",1)).meta={id:t,label:s[t].label},e.tokens.push(a),s[t].tokens?(l=[],(a=new e.Token("paragraph_open","p",1)).block=!0,l.push(a),(a=new e.Token("inline","",0)).children=s[t].tokens,a.content=s[t].content,l.push(a),(a=new e.Token("paragraph_close","p",-1)).block=!0,l.push(a)):s[t].label&&(l=m[":"+s[t].label]),l&&(e.tokens=e.tokens.concat(l)),i="paragraph_close"===e.tokens[e.tokens.length-1].type?e.tokens.pop():null,o=0<s[t].count?s[t].count:1,n=0;n<o;n++)(a=new e.Token("footnote_anchor","",0)).meta={id:t,subId:n,label:s[t].label},e.tokens.push(a);i&&e.tokens.push(i),a=new e.Token("footnote_close","",-1),e.tokens.push(a)}a=new e.Token("footnote_block_close","",-1),e.tokens.push(a)}})}},{}]},{},[1])(1)}),function(e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).markdownitTaskLists=e()}(function(){return function n(o,i,s){function a(r,e){if(!i[r]){if(!o[r]){var t="function"==typeof require&&require;if(!e&&t)return t(r,!0);if(l)return l(r,!0);throw(e=new Error("Cannot find module '"+r+"'")).code="MODULE_NOT_FOUND",e}t=i[r]={exports:{}},o[r][0].call(t.exports,function(e){var t=o[r][1][e];return a(t||e)},t,t.exports,n,o,i,s)}return i[r].exports}for(var l="function"==typeof require&&require,e=0;e<s.length;e++)a(s[e]);return a}({1:[function(e,t,r){function i(e,t,r){var n=e.attrIndex(t),t=[t,r];n<0?e.attrPush(t):e.attrs[n]=t}function s(e,t){var r,n,o;e.children.unshift((r=e,n=new(n=t)("html_inline","",0),o=a?' disabled="" ':"",0===r.content.indexOf("[ ] ")?n.content='<input class="task-list-item-checkbox"'+o+'type="checkbox">':0!==r.content.indexOf("[x] ")&&0!==r.content.indexOf("[X] ")||(n.content='<input class="task-list-item-checkbox" checked=""'+o+'type="checkbox">'),n)),e.children[1].content=e.children[1].content.slice(3),e.content=e.content.slice(3),l&&(c?(e.children.pop(),r="task-item-"+Math.ceil(1e7*Math.random()-1e3),e.children[0].content=e.children[0].content.slice(0,-1)+' id="'+r+'">',e.children.push(function(e,t,r){r=new r("html_inline","",0);return r.content='<label class="task-list-item-label" for="'+t+'">'+e+"</label>",r.attrs=[{for:t}],r}(e.content,r,t))):(e.children.unshift(function(e){e=new e("html_inline","",0);return e.content="<label>",e}(t)),e.children.push(function(e){e=new e("html_inline","",0);return e.content="</label>",e}(t))))}var a=!0,l=!1,c=!1;t.exports=function(e,t){t&&(a=!t.enabled,l=!!t.label,c=!!t.labelAfter),e.core.ruler.after("inline","github-task-lists",function(e){for(var t,r,n=e.tokens,o=2;o<n.length;o++)"inline"!==(t=n)[r=o].type||"paragraph_open"!==t[r-1].type||"list_item_open"!==t[r-2].type||0!==(t=t[r]).content.indexOf("[ ] ")&&0!==t.content.indexOf("[x] ")&&0!==t.content.indexOf("[X] ")||(s(n[o],e.Token),i(n[o-2],"class","task-list-item"+(a?"":" enabled")),i(n[function(e,t){for(var r=e[t].level-1,n=t-1;0<=n;n--)if(e[n].level===r)return n;return-1}(n,o-2)],"class","contains-task-list"))})}},{}]},{},[1])(1)}),function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.katex=t():e.katex=t()}("undefined"!=typeof self?self:this,function(){return r=[function(e,t,r){},function(T,D,e){"use strict";e.r(D),e(0);function q(e,t){this.position=void 0;var r,n,e="KaTeX parse error: "+e,o=((t=t&&t.loc)&&t.start<=t.end&&(r=t.lexer.input,n=t.start,t=t.end,n===r.length?e+=" at end of input: ":e+=" at position "+(n+1)+": ",o=r.slice(n,t).replace(/[^]/g,"$&̲"),e+=(15<n?"…"+r.slice(n-15,n):r.slice(0,n))+o+(t+15<r.length?r.slice(t,t+15)+"…":r.slice(t))),new Error(e));return o.name="ParseError",o.__proto__=q.prototype,o.position=n,o}B.range=function(e,t){return t?e&&e.loc&&t.loc&&e.loc.lexer===t.loc.lexer?new B(e.loc.lexer,e.loc.start,t.loc.end):null:e&&e.loc};var u=B,I=(L.prototype.range=function(e,t){return new L(t,u.range(this,e))},L);function L(e,t){this.text=void 0,this.loc=void 0,this.text=e,this.loc=t}function B(e,t,r){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=e,this.start=t,this.end=r}q.prototype.__proto__=Error.prototype;function N(e){return"ordgroup"===e.type||"color"===e.type?1===e.body.length?N(e.body[0]):e:"font"===e.type?N(e.body):e}var V=q,R=/([A-Z])/g,O={"&":"&",">":">","<":"<",'"':""","'":"'"},F=/[&><"']/g,$={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(F,function(e){return O[e]})},hyphenate:function(e){return e.replace(R,"-$1").toLowerCase()},getBaseElem:N,isCharacterBox:function(e){e=N(e);return"mathord"===e.type||"textord"===e.type||"atom"===e.type},protocolFromUrl:function(e){e=/^\s*([^\\\/#]*?)(?::|�*58|�*3a)/i.exec(e);return null!=e?e[1]:"_relative"}},P=((e=te.prototype).reportNonstrict=function(e,t,r){var n=this.strict;if((n="function"==typeof n?n(e,t,r):n)&&"ignore"!==n){if(!0===n||"error"===n)throw new V("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+"]")}},e.useStrictBehavior=function(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+"]"):"undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to unrecognized '"+n+"': "+t+" ["+e+"]"),1))},e.isTrusted=function(e){e.url&&!e.protocol&&(e.protocol=$.protocolFromUrl(e.url));e="function"==typeof this.trust?this.trust(e):this.trust;return Boolean(e)},te),t=((e=ee.prototype).sup=function(){return r[H[this.id]]},e.sub=function(){return r[U[this.id]]},e.fracNum=function(){return r[j[this.id]]},e.fracDen=function(){return r[X[this.id]]},e.cramp=function(){return r[K[this.id]]},e.text=function(){return r[J[this.id]]},ee),r=[new t(0,0,!(e.isTight=function(){return 2<=this.size})),new t(1,0,!0),new t(2,1,!1),new t(3,1,!0),new t(4,2,!1),new t(5,2,!0),new t(6,3,!1),new t(7,3,!0)],H=[4,5,4,5,6,7,6,7],U=[5,5,5,5,7,7,7,7],j=[2,3,4,5,6,7,6,7],X=[3,3,5,5,7,7,7,7],K=[1,1,3,3,5,5,7,7],J=[0,1,2,3,2,3,2,3],W={DISPLAY:r[0],TEXT:r[2],SCRIPT:r[4],SCRIPTSCRIPT:r[6]},Q=[{name:"latin",blocks:[[256,591],[768,879]]},{name:"cyrillic",blocks:[[1024,1279]]},{name:"brahmic",blocks:[[2304,4255]]},{name:"georgian",blocks:[[4256,4351]]},{name:"cjk",blocks:[[12288,12543],[19968,40879],[65280,65376]]},{name:"hangul",blocks:[[44032,55215]]}];function ee(e,t,r){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=e,this.size=t,this.cramped=r}function te(e){this.displayMode=void 0,this.output=void 0,this.leqno=void 0,this.fleqn=void 0,this.throwOnError=void 0,this.errorColor=void 0,this.macros=void 0,this.minRuleThickness=void 0,this.colorIsTextColor=void 0,this.strict=void 0,this.trust=void 0,this.maxSize=void 0,this.maxExpand=void 0,this.displayMode=$.deflt((e=e||{}).displayMode,!1),this.output=$.deflt(e.output,"htmlAndMathml"),this.leqno=$.deflt(e.leqno,!1),this.fleqn=$.deflt(e.fleqn,!1),this.throwOnError=$.deflt(e.throwOnError,!0),this.errorColor=$.deflt(e.errorColor,"#cc0000"),this.macros=e.macros||{},this.minRuleThickness=Math.max(0,$.deflt(e.minRuleThickness,0)),this.colorIsTextColor=$.deflt(e.colorIsTextColor,!1),this.strict=$.deflt(e.strict,"warn"),this.trust=$.deflt(e.trust,!1),this.maxSize=Math.max(0,$.deflt(e.maxSize,1/0)),this.maxExpand=Math.max(0,$.deflt(e.maxExpand,1e3))}var re=[];function ne(e){for(var t=0;t<re.length;t+=2)if(e>=re[t]&&e<=re[t+1])return 1}Q.forEach(function(e){return e.blocks.forEach(function(e){return re.push.apply(re,e)})});function oe(e){return e.filter(function(e){return e}).join(" ")}function ie(e,t,r){this.classes=e||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=r||{},t&&(t.style.isTight()&&this.classes.push("mtight"),(e=t.getColor())&&(this.style.color=e))}function se(e){var t,r,n=document.createElement(e);for(t in n.className=oe(this.classes),this.style)this.style.hasOwnProperty(t)&&(n.style[t]=this.style[t]);for(r in this.attributes)this.attributes.hasOwnProperty(r)&&n.setAttribute(r,this.attributes[r]);for(var o=0;o<this.children.length;o++)n.appendChild(this.children[o].toNode());return n}function ae(e){var t,r,n="<"+e,o=(this.classes.length&&(n+=' class="'+$.escape(oe(this.classes))+'"'),"");for(t in this.style)this.style.hasOwnProperty(t)&&(o+=$.hyphenate(t)+":"+this.style[t]+";");for(r in o&&(n+=' style="'+$.escape(o)+'"'),this.attributes)this.attributes.hasOwnProperty(r)&&(n+=" "+r+'="'+$.escape(this.attributes[r])+'"');n+=">";for(var i=0;i<this.children.length;i++)n+=this.children[i].toMarkup();return n+"</"+e+">"}var le={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"},ce=((e=Se.prototype).hasClass=function(e){return $.contains(this.classes,e)},e.toNode=function(){for(var e=document.createDocumentFragment(),t=0;t<this.children.length;t++)e.appendChild(this.children[t].toNode());return e},e.toMarkup=function(){for(var e="",t=0;t<this.children.length;t++)e+=this.children[t].toMarkup();return e},e.toText=function(){return this.children.map(function(e){return e.toText()}).join("")},Se),he=((t=_e.prototype).setAttribute=function(e,t){this.attributes[e]=t},t.hasClass=function(e){return $.contains(this.classes,e)},t.toNode=function(){return se.call(this,"span")},t.toMarkup=function(){return ae.call(this,"span")},_e),ue=((e=ke.prototype).setAttribute=function(e,t){this.attributes[e]=t},e.hasClass=function(e){return $.contains(this.classes,e)},e.toNode=function(){return se.call(this,"a")},e.toMarkup=function(){return ae.call(this,"a")},ke),me=((t=we.prototype).hasClass=function(e){return $.contains(this.classes,e)},t.toNode=function(){var e,t=document.createElement("img");for(e in t.src=this.src,t.alt=this.alt,t.className="mord",this.style)this.style.hasOwnProperty(e)&&(t.style[e]=this.style[e]);return t},t.toMarkup=function(){var e,t="<img src='"+this.src+" 'alt='"+this.alt+"' ",r="";for(e in this.style)this.style.hasOwnProperty(e)&&(r+=$.hyphenate(e)+":"+this.style[e]+";");return r&&(t+=' style="'+$.escape(r)+'"'),t+"'/>"},we),pe={"î":"ı̂","ï":"ı̈","í":"ı́","ì":"ı̀"},v=((e=ye.prototype).hasClass=function(e){return $.contains(this.classes,e)},e.toNode=function(){var e,t=document.createTextNode(this.text),r=null;for(e in 0<this.italic&&((r=document.createElement("span")).style.marginRight=this.italic+"em"),0<this.classes.length&&((r=r||document.createElement("span")).className=oe(this.classes)),this.style)this.style.hasOwnProperty(e)&&((r=r||document.createElement("span")).style[e]=this.style[e]);return r?(r.appendChild(t),r):t},e.toMarkup=function(){var e,t=!1,r="<span",n=(this.classes.length&&(t=!0,r=(r+=' class="')+$.escape(oe(this.classes))+'"'),"");for(e in 0<this.italic&&(n+="margin-right:"+this.italic+"em;"),this.style)this.style.hasOwnProperty(e)&&(n+=$.hyphenate(e)+":"+this.style[e]+";");n&&(t=!0,r+=' style="'+$.escape(n)+'"');var o=$.escape(this.text);return t?(r=r+">"+o)+"</span>":o},ye),de=((t=xe.prototype).toNode=function(){var e,t=document.createElementNS("http://www.w3.org/2000/svg","svg");for(e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&t.setAttribute(e,this.attributes[e]);for(var r=0;r<this.children.length;r++)t.appendChild(this.children[r].toNode());return t},t.toMarkup=function(){var e,t="<svg";for(e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&(t+=" "+e+"='"+this.attributes[e]+"'");t+=">";for(var r=0;r<this.children.length;r++)t+=this.children[r].toMarkup();return t+"</svg>"},xe),fe=((e=ve.prototype).toNode=function(){var e=document.createElementNS("http://www.w3.org/2000/svg","path");return this.alternate?e.setAttribute("d",this.alternate):e.setAttribute("d",le[this.pathName]),e},e.toMarkup=function(){return this.alternate?"<path d='"+this.alternate+"'/>":"<path d='"+le[this.pathName]+"'/>"},ve),ge=((t=be.prototype).toNode=function(){var e,t=document.createElementNS("http://www.w3.org/2000/svg","line");for(e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&t.setAttribute(e,this.attributes[e]);return t},t.toMarkup=function(){var e,t="<line";for(e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&(t+=" "+e+"='"+this.attributes[e]+"'");return t+"/>"},be);function be(e){this.attributes=void 0,this.attributes=e||{}}function ve(e,t){this.pathName=void 0,this.alternate=void 0,this.pathName=e,this.alternate=t}function xe(e,t){this.children=void 0,this.attributes=void 0,this.children=e||[],this.attributes=t||{}}function ye(e,t,r,n,o,i,s,a){this.text=void 0,this.height=void 0,this.depth=void 0,this.italic=void 0,this.skew=void 0,this.width=void 0,this.maxFontSize=void 0,this.classes=void 0,this.style=void 0,this.text=e,this.height=t||0,this.depth=r||0,this.italic=n||0,this.skew=o||0,this.width=i||0,this.classes=s||[],this.style=a||{},this.maxFontSize=0;e=function(e){for(var t=0;t<Q.length;t++)for(var r=Q[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));e&&this.classes.push(e+"_fallback"),/[\xee\xef\xed\xec]/.test(this.text)&&(this.text=pe[this.text])}function we(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}function ke(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,ie.call(this,t,n),this.children=r||[],this.setAttribute("href",e)}function _e(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,ie.call(this,e,r,n),this.children=t||[]}function Se(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={}}function Ce(e){if(e instanceof v)return e;throw new Error("Expected symbolNode but got "+String(e)+".")}var Ae={"AMS-Regular":{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],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":{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,.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]},"Fraktur-Regular":{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],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":{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],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],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":{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],163:[0,.69444,0,0,.86853],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":{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],163:[0,.69444,0,0,.76909],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],305:[0,.43056,0,.02778,.32246],338:[0,.68333,.12028,0,.98499],339:[0,.43056,.07514,0,.71555],567:[.19444,.43056,0,.08334,.38403],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],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,.12,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,1],8776:[-.01688,.48312,0,0,.77778],8781:[-.03625,.46375,0,0,.77778],8784:[-.133,.67,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,.9,0,0,.278],8943:[-.19,.31,0,0,1.172],8945:[-.1,.82,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,.744,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,.744,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":{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],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]},"Math-Italic":{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],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]},"Math-Regular":{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],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]},"SansSerif-Bold":{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],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":{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],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":{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],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":{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]},"Size1-Regular":{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],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":{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],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":{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],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":{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],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]}},Me={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]},ze={"Å":"A","Ç":"C","Ð":"D","Þ":"o","å":"a","ç":"c","ð":"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 Ee(e,t,r){if(!Ae[t])throw new Error("Font metrics not found for font: "+t+".");var n=e.charCodeAt(0),o=Ae[t][n];if(!o&&e[0]in ze&&(n=ze[e[0]].charCodeAt(0),o=Ae[t][n]),o||"text"!==r||ne(n)&&(o=Ae[t][77]),o)return{depth:o[0],height:o[1],italic:o[2],skew:o[3],width:o[4]}}var Te={},De={bin:1,close:1,inner:1,open:1,punct:1,rel:1},qe={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1},Ie={math:{},text:{}},p=Ie;function n(e,t,r,n,o,i){Ie[e][o]={font:t,group:r,replace:n},i&&n&&(Ie[e][n]=Ie[e][o])}var o="main",e="ams",t="bin",i="mathord",s="op-token",a="rel",Le=(n("math",o,a,"≡","\\equiv",!0),n("math",o,a,"≺","\\prec",!0),n("math",o,a,"≻","\\succ",!0),n("math",o,a,"∼","\\sim",!0),n("math",o,a,"⊥","\\perp"),n("math",o,a,"⪯","\\preceq",!0),n("math",o,a,"⪰","\\succeq",!0),n("math",o,a,"≃","\\simeq",!0),n("math",o,a,"∣","\\mid",!0),n("math",o,a,"≪","\\ll",!0),n("math",o,a,"≫","\\gg",!0),n("math",o,a,"≍","\\asymp",!0),n("math",o,a,"∥","\\parallel"),n("math",o,a,"⋈","\\bowtie",!0),n("math",o,a,"⌣","\\smile",!0),n("math",o,a,"⊑","\\sqsubseteq",!0),n("math",o,a,"⊒","\\sqsupseteq",!0),n("math",o,a,"≐","\\doteq",!0),n("math",o,a,"⌢","\\frown",!0),n("math",o,a,"∋","\\ni",!0),n("math",o,a,"∝","\\propto",!0),n("math",o,a,"⊢","\\vdash",!0),n("math",o,a,"⊣","\\dashv",!0),n("math",o,a,"∋","\\owns"),n("math",o,"punct",".","\\ldotp"),n("math",o,"punct","⋅","\\cdotp"),n("math",o,"textord","#","\\#"),n("text",o,"textord","#","\\#"),n("math",o,"textord","&","\\&"),n("text",o,"textord","&","\\&"),n("math",o,"textord","ℵ","\\aleph",!0),n("math",o,"textord","∀","\\forall",!0),n("math",o,"textord","ℏ","\\hbar",!0),n("math",o,"textord","∃","\\exists",!0),n("math",o,"textord","∇","\\nabla",!0),n("math",o,"textord","♭","\\flat",!0),n("math",o,"textord","ℓ","\\ell",!0),n("math",o,"textord","♮","\\natural",!0),n("math",o,"textord","♣","\\clubsuit",!0),n("math",o,"textord","℘","\\wp",!0),n("math",o,"textord","♯","\\sharp",!0),n("math",o,"textord","♢","\\diamondsuit",!0),n("math",o,"textord","ℜ","\\Re",!0),n("math",o,"textord","♡","\\heartsuit",!0),n("math",o,"textord","ℑ","\\Im",!0),n("math",o,"textord","♠","\\spadesuit",!0),n("text",o,"textord","§","\\S",!0),n("text",o,"textord","¶","\\P",!0),n("math",o,"textord","†","\\dag"),n("text",o,"textord","†","\\dag"),n("text",o,"textord","†","\\textdagger"),n("math",o,"textord","‡","\\ddag"),n("text",o,"textord","‡","\\ddag"),n("text",o,"textord","‡","\\textdaggerdbl"),n("math",o,"close","⎱","\\rmoustache",!0),n("math",o,"open","⎰","\\lmoustache",!0),n("math",o,"close","⟯","\\rgroup",!0),n("math",o,"open","⟮","\\lgroup",!0),n("math",o,t,"∓","\\mp",!0),n("math",o,t,"⊖","\\ominus",!0),n("math",o,t,"⊎","\\uplus",!0),n("math",o,t,"⊓","\\sqcap",!0),n("math",o,t,"∗","\\ast"),n("math",o,t,"⊔","\\sqcup",!0),n("math",o,t,"◯","\\bigcirc"),n("math",o,t,"∙","\\bullet"),n("math",o,t,"‡","\\ddagger"),n("math",o,t,"≀","\\wr",!0),n("math",o,t,"⨿","\\amalg"),n("math",o,t,"&","\\And"),n("math",o,a,"⟵","\\longleftarrow",!0),n("math",o,a,"⇐","\\Leftarrow",!0),n("math",o,a,"⟸","\\Longleftarrow",!0),n("math",o,a,"⟶","\\longrightarrow",!0),n("math",o,a,"⇒","\\Rightarrow",!0),n("math",o,a,"⟹","\\Longrightarrow",!0),n("math",o,a,"↔","\\leftrightarrow",!0),n("math",o,a,"⟷","\\longleftrightarrow",!0),n("math",o,a,"⇔","\\Leftrightarrow",!0),n("math",o,a,"⟺","\\Longleftrightarrow",!0),n("math",o,a,"↦","\\mapsto",!0),n("math",o,a,"⟼","\\longmapsto",!0),n("math",o,a,"↗","\\nearrow",!0),n("math",o,a,"↩","\\hookleftarrow",!0),n("math",o,a,"↪","\\hookrightarrow",!0),n("math",o,a,"↘","\\searrow",!0),n("math",o,a,"↼","\\leftharpoonup",!0),n("math",o,a,"⇀","\\rightharpoonup",!0),n("math",o,a,"↙","\\swarrow",!0),n("math",o,a,"↽","\\leftharpoondown",!0),n("math",o,a,"⇁","\\rightharpoondown",!0),n("math",o,a,"↖","\\nwarrow",!0),n("math",o,a,"⇌","\\rightleftharpoons",!0),n("math",e,a,"≮","\\nless",!0),n("math",e,a,"","\\@nleqslant"),n("math",e,a,"","\\@nleqq"),n("math",e,a,"⪇","\\lneq",!0),n("math",e,a,"≨","\\lneqq",!0),n("math",e,a,"","\\@lvertneqq"),n("math",e,a,"⋦","\\lnsim",!0),n("math",e,a,"⪉","\\lnapprox",!0),n("math",e,a,"⊀","\\nprec",!0),n("math",e,a,"⋠","\\npreceq",!0),n("math",e,a,"⋨","\\precnsim",!0),n("math",e,a,"⪹","\\precnapprox",!0),n("math",e,a,"≁","\\nsim",!0),n("math",e,a,"","\\@nshortmid"),n("math",e,a,"∤","\\nmid",!0),n("math",e,a,"⊬","\\nvdash",!0),n("math",e,a,"⊭","\\nvDash",!0),n("math",e,a,"⋪","\\ntriangleleft"),n("math",e,a,"⋬","\\ntrianglelefteq",!0),n("math",e,a,"⊊","\\subsetneq",!0),n("math",e,a,"","\\@varsubsetneq"),n("math",e,a,"⫋","\\subsetneqq",!0),n("math",e,a,"","\\@varsubsetneqq"),n("math",e,a,"≯","\\ngtr",!0),n("math",e,a,"","\\@ngeqslant"),n("math",e,a,"","\\@ngeqq"),n("math",e,a,"⪈","\\gneq",!0),n("math",e,a,"≩","\\gneqq",!0),n("math",e,a,"","\\@gvertneqq"),n("math",e,a,"⋧","\\gnsim",!0),n("math",e,a,"⪊","\\gnapprox",!0),n("math",e,a,"⊁","\\nsucc",!0),n("math",e,a,"⋡","\\nsucceq",!0),n("math",e,a,"⋩","\\succnsim",!0),n("math",e,a,"⪺","\\succnapprox",!0),n("math",e,a,"≆","\\ncong",!0),n("math",e,a,"","\\@nshortparallel"),n("math",e,a,"∦","\\nparallel",!0),n("math",e,a,"⊯","\\nVDash",!0),n("math",e,a,"⋫","\\ntriangleright"),n("math",e,a,"⋭","\\ntrianglerighteq",!0),n("math",e,a,"","\\@nsupseteqq"),n("math",e,a,"⊋","\\supsetneq",!0),n("math",e,a,"","\\@varsupsetneq"),n("math",e,a,"⫌","\\supsetneqq",!0),n("math",e,a,"","\\@varsupsetneqq"),n("math",e,a,"⊮","\\nVdash",!0),n("math",e,a,"⪵","\\precneqq",!0),n("math",e,a,"⪶","\\succneqq",!0),n("math",e,a,"","\\@nsubseteqq"),n("math",e,t,"⊴","\\unlhd"),n("math",e,t,"⊵","\\unrhd"),n("math",e,a,"↚","\\nleftarrow",!0),n("math",e,a,"↛","\\nrightarrow",!0),n("math",e,a,"⇍","\\nLeftarrow",!0),n("math",e,a,"⇏","\\nRightarrow",!0),n("math",e,a,"↮","\\nleftrightarrow",!0),n("math",e,a,"⇎","\\nLeftrightarrow",!0),n("math",e,a,"△","\\vartriangle"),n("math",e,"textord","ℏ","\\hslash"),n("math",e,"textord","▽","\\triangledown"),n("math",e,"textord","◊","\\lozenge"),n("math",e,"textord","Ⓢ","\\circledS"),n("math",e,"textord","®","\\circledR"),n("text",e,"textord","®","\\circledR"),n("math",e,"textord","∡","\\measuredangle",!0),n("math",e,"textord","∄","\\nexists"),n("math",e,"textord","℧","\\mho"),n("math",e,"textord","Ⅎ","\\Finv",!0),n("math",e,"textord","⅁","\\Game",!0),n("math",e,"textord","‵","\\backprime"),n("math",e,"textord","▲","\\blacktriangle"),n("math",e,"textord","▼","\\blacktriangledown"),n("math",e,"textord","■","\\blacksquare"),n("math",e,"textord","⧫","\\blacklozenge"),n("math",e,"textord","★","\\bigstar"),n("math",e,"textord","∢","\\sphericalangle",!0),n("math",e,"textord","∁","\\complement",!0),n("math",e,"textord","ð","\\eth",!0),n("math",e,"textord","╱","\\diagup"),n("math",e,"textord","╲","\\diagdown"),n("math",e,"textord","□","\\square"),n("math",e,"textord","□","\\Box"),n("math",e,"textord","◊","\\Diamond"),n("math",e,"textord","¥","\\yen",!0),n("text",e,"textord","¥","\\yen",!0),n("math",e,"textord","✓","\\checkmark",!0),n("text",e,"textord","✓","\\checkmark"),n("math",e,"textord","ℶ","\\beth",!0),n("math",e,"textord","ℸ","\\daleth",!0),n("math",e,"textord","ℷ","\\gimel",!0),n("math",e,"textord","ϝ","\\digamma",!0),n("math",e,"textord","ϰ","\\varkappa"),n("math",e,"open","┌","\\ulcorner",!0),n("math",e,"close","┐","\\urcorner",!0),n("math",e,"open","└","\\llcorner",!0),n("math",e,"close","┘","\\lrcorner",!0),n("math",e,a,"≦","\\leqq",!0),n("math",e,a,"⩽","\\leqslant",!0),n("math",e,a,"⪕","\\eqslantless",!0),n("math",e,a,"≲","\\lesssim",!0),n("math",e,a,"⪅","\\lessapprox",!0),n("math",e,a,"≊","\\approxeq",!0),n("math",e,t,"⋖","\\lessdot"),n("math",e,a,"⋘","\\lll",!0),n("math",e,a,"≶","\\lessgtr",!0),n("math",e,a,"⋚","\\lesseqgtr",!0),n("math",e,a,"⪋","\\lesseqqgtr",!0),n("math",e,a,"≑","\\doteqdot"),n("math",e,a,"≓","\\risingdotseq",!0),n("math",e,a,"≒","\\fallingdotseq",!0),n("math",e,a,"∽","\\backsim",!0),n("math",e,a,"⋍","\\backsimeq",!0),n("math",e,a,"⫅","\\subseteqq",!0),n("math",e,a,"⋐","\\Subset",!0),n("math",e,a,"⊏","\\sqsubset",!0),n("math",e,a,"≼","\\preccurlyeq",!0),n("math",e,a,"⋞","\\curlyeqprec",!0),n("math",e,a,"≾","\\precsim",!0),n("math",e,a,"⪷","\\precapprox",!0),n("math",e,a,"⊲","\\vartriangleleft"),n("math",e,a,"⊴","\\trianglelefteq"),n("math",e,a,"⊨","\\vDash",!0),n("math",e,a,"⊪","\\Vvdash",!0),n("math",e,a,"⌣","\\smallsmile"),n("math",e,a,"⌢","\\smallfrown"),n("math",e,a,"≏","\\bumpeq",!0),n("math",e,a,"≎","\\Bumpeq",!0),n("math",e,a,"≧","\\geqq",!0),n("math",e,a,"⩾","\\geqslant",!0),n("math",e,a,"⪖","\\eqslantgtr",!0),n("math",e,a,"≳","\\gtrsim",!0),n("math",e,a,"⪆","\\gtrapprox",!0),n("math",e,t,"⋗","\\gtrdot"),n("math",e,a,"⋙","\\ggg",!0),n("math",e,a,"≷","\\gtrless",!0),n("math",e,a,"⋛","\\gtreqless",!0),n("math",e,a,"⪌","\\gtreqqless",!0),n("math",e,a,"≖","\\eqcirc",!0),n("math",e,a,"≗","\\circeq",!0),n("math",e,a,"≜","\\triangleq",!0),n("math",e,a,"∼","\\thicksim"),n("math",e,a,"≈","\\thickapprox"),n("math",e,a,"⫆","\\supseteqq",!0),n("math",e,a,"⋑","\\Supset",!0),n("math",e,a,"⊐","\\sqsupset",!0),n("math",e,a,"≽","\\succcurlyeq",!0),n("math",e,a,"⋟","\\curlyeqsucc",!0),n("math",e,a,"≿","\\succsim",!0),n("math",e,a,"⪸","\\succapprox",!0),n("math",e,a,"⊳","\\vartriangleright"),n("math",e,a,"⊵","\\trianglerighteq"),n("math",e,a,"⊩","\\Vdash",!0),n("math",e,a,"∣","\\shortmid"),n("math",e,a,"∥","\\shortparallel"),n("math",e,a,"≬","\\between",!0),n("math",e,a,"⋔","\\pitchfork",!0),n("math",e,a,"∝","\\varpropto"),n("math",e,a,"◀","\\blacktriangleleft"),n("math",e,a,"∴","\\therefore",!0),n("math",e,a,"∍","\\backepsilon"),n("math",e,a,"▶","\\blacktriangleright"),n("math",e,a,"∵","\\because",!0),n("math",e,a,"⋘","\\llless"),n("math",e,a,"⋙","\\gggtr"),n("math",e,t,"⊲","\\lhd"),n("math",e,t,"⊳","\\rhd"),n("math",e,a,"≂","\\eqsim",!0),n("math",o,a,"⋈","\\Join"),n("math",e,a,"≑","\\Doteq",!0),n("math",e,t,"∔","\\dotplus",!0),n("math",e,t,"∖","\\smallsetminus"),n("math",e,t,"⋒","\\Cap",!0),n("math",e,t,"⋓","\\Cup",!0),n("math",e,t,"⩞","\\doublebarwedge",!0),n("math",e,t,"⊟","\\boxminus",!0),n("math",e,t,"⊞","\\boxplus",!0),n("math",e,t,"⋇","\\divideontimes",!0),n("math",e,t,"⋉","\\ltimes",!0),n("math",e,t,"⋊","\\rtimes",!0),n("math",e,t,"⋋","\\leftthreetimes",!0),n("math",e,t,"⋌","\\rightthreetimes",!0),n("math",e,t,"⋏","\\curlywedge",!0),n("math",e,t,"⋎","\\curlyvee",!0),n("math",e,t,"⊝","\\circleddash",!0),n("math",e,t,"⊛","\\circledast",!0),n("math",e,t,"⋅","\\centerdot"),n("math",e,t,"⊺","\\intercal",!0),n("math",e,t,"⋒","\\doublecap"),n("math",e,t,"⋓","\\doublecup"),n("math",e,t,"⊠","\\boxtimes",!0),n("math",e,a,"⇢","\\dashrightarrow",!0),n("math",e,a,"⇠","\\dashleftarrow",!0),n("math",e,a,"⇇","\\leftleftarrows",!0),n("math",e,a,"⇆","\\leftrightarrows",!0),n("math",e,a,"⇚","\\Lleftarrow",!0),n("math",e,a,"↞","\\twoheadleftarrow",!0),n("math",e,a,"↢","\\leftarrowtail",!0),n("math",e,a,"↫","\\looparrowleft",!0),n("math",e,a,"⇋","\\leftrightharpoons",!0),n("math",e,a,"↶","\\curvearrowleft",!0),n("math",e,a,"↺","\\circlearrowleft",!0),n("math",e,a,"↰","\\Lsh",!0),n("math",e,a,"⇈","\\upuparrows",!0),n("math",e,a,"↿","\\upharpoonleft",!0),n("math",e,a,"⇃","\\downharpoonleft",!0),n("math",e,a,"⊸","\\multimap",!0),n("math",e,a,"↭","\\leftrightsquigarrow",!0),n("math",e,a,"⇉","\\rightrightarrows",!0),n("math",e,a,"⇄","\\rightleftarrows",!0),n("math",e,a,"↠","\\twoheadrightarrow",!0),n("math",e,a,"↣","\\rightarrowtail",!0),n("math",e,a,"↬","\\looparrowright",!0),n("math",e,a,"↷","\\curvearrowright",!0),n("math",e,a,"↻","\\circlearrowright",!0),n("math",e,a,"↱","\\Rsh",!0),n("math",e,a,"⇊","\\downdownarrows",!0),n("math",e,a,"↾","\\upharpoonright",!0),n("math",e,a,"⇂","\\downharpoonright",!0),n("math",e,a,"⇝","\\rightsquigarrow",!0),n("math",e,a,"⇝","\\leadsto"),n("math",e,a,"⇛","\\Rrightarrow",!0),n("math",e,a,"↾","\\restriction"),n("math",o,"textord","‘","`"),n("math",o,"textord","$","\\$"),n("text",o,"textord","$","\\$"),n("text",o,"textord","$","\\textdollar"),n("math",o,"textord","%","\\%"),n("text",o,"textord","%","\\%"),n("math",o,"textord","_","\\_"),n("text",o,"textord","_","\\_"),n("text",o,"textord","_","\\textunderscore"),n("math",o,"textord","∠","\\angle",!0),n("math",o,"textord","∞","\\infty",!0),n("math",o,"textord","′","\\prime"),n("math",o,"textord","△","\\triangle"),n("math",o,"textord","Γ","\\Gamma",!0),n("math",o,"textord","Δ","\\Delta",!0),n("math",o,"textord","Θ","\\Theta",!0),n("math",o,"textord","Λ","\\Lambda",!0),n("math",o,"textord","Ξ","\\Xi",!0),n("math",o,"textord","Π","\\Pi",!0),n("math",o,"textord","Σ","\\Sigma",!0),n("math",o,"textord","Υ","\\Upsilon",!0),n("math",o,"textord","Φ","\\Phi",!0),n("math",o,"textord","Ψ","\\Psi",!0),n("math",o,"textord","Ω","\\Omega",!0),n("math",o,"textord","A","Α"),n("math",o,"textord","B","Β"),n("math",o,"textord","E","Ε"),n("math",o,"textord","Z","Ζ"),n("math",o,"textord","H","Η"),n("math",o,"textord","I","Ι"),n("math",o,"textord","K","Κ"),n("math",o,"textord","M","Μ"),n("math",o,"textord","N","Ν"),n("math",o,"textord","O","Ο"),n("math",o,"textord","P","Ρ"),n("math",o,"textord","T","Τ"),n("math",o,"textord","X","Χ"),n("math",o,"textord","¬","\\neg",!0),n("math",o,"textord","¬","\\lnot"),n("math",o,"textord","⊤","\\top"),n("math",o,"textord","⊥","\\bot"),n("math",o,"textord","∅","\\emptyset"),n("math",e,"textord","∅","\\varnothing"),n("math",o,i,"α","\\alpha",!0),n("math",o,i,"β","\\beta",!0),n("math",o,i,"γ","\\gamma",!0),n("math",o,i,"δ","\\delta",!0),n("math",o,i,"ϵ","\\epsilon",!0),n("math",o,i,"ζ","\\zeta",!0),n("math",o,i,"η","\\eta",!0),n("math",o,i,"θ","\\theta",!0),n("math",o,i,"ι","\\iota",!0),n("math",o,i,"κ","\\kappa",!0),n("math",o,i,"λ","\\lambda",!0),n("math",o,i,"μ","\\mu",!0),n("math",o,i,"ν","\\nu",!0),n("math",o,i,"ξ","\\xi",!0),n("math",o,i,"ο","\\omicron",!0),n("math",o,i,"π","\\pi",!0),n("math",o,i,"ρ","\\rho",!0),n("math",o,i,"σ","\\sigma",!0),n("math",o,i,"τ","\\tau",!0),n("math",o,i,"υ","\\upsilon",!0),n("math",o,i,"ϕ","\\phi",!0),n("math",o,i,"χ","\\chi",!0),n("math",o,i,"ψ","\\psi",!0),n("math",o,i,"ω","\\omega",!0),n("math",o,i,"ε","\\varepsilon",!0),n("math",o,i,"ϑ","\\vartheta",!0),n("math",o,i,"ϖ","\\varpi",!0),n("math",o,i,"ϱ","\\varrho",!0),n("math",o,i,"ς","\\varsigma",!0),n("math",o,i,"φ","\\varphi",!0),n("math",o,t,"∗","*"),n("math",o,t,"+","+"),n("math",o,t,"−","-"),n("math",o,t,"⋅","\\cdot",!0),n("math",o,t,"∘","\\circ"),n("math",o,t,"÷","\\div",!0),n("math",o,t,"±","\\pm",!0),n("math",o,t,"×","\\times",!0),n("math",o,t,"∩","\\cap",!0),n("math",o,t,"∪","\\cup",!0),n("math",o,t,"∖","\\setminus"),n("math",o,t,"∧","\\land"),n("math",o,t,"∨","\\lor"),n("math",o,t,"∧","\\wedge",!0),n("math",o,t,"∨","\\vee",!0),n("math",o,"textord","√","\\surd"),n("math",o,"open","(","("),n("math",o,"open","[","["),n("math",o,"open","⟨","\\langle",!0),n("math",o,"open","∣","\\lvert"),n("math",o,"open","∥","\\lVert"),n("math",o,"close",")",")"),n("math",o,"close","]","]"),n("math",o,"close","?","?"),n("math",o,"close","!","!"),n("math",o,"close","⟩","\\rangle",!0),n("math",o,"close","∣","\\rvert"),n("math",o,"close","∥","\\rVert"),n("math",o,a,"=","="),n("math",o,a,"<","<"),n("math",o,a,">",">"),n("math",o,a,":",":"),n("math",o,a,"≈","\\approx",!0),n("math",o,a,"≅","\\cong",!0),n("math",o,a,"≥","\\ge"),n("math",o,a,"≥","\\geq",!0),n("math",o,a,"←","\\gets"),n("math",o,a,">","\\gt"),n("math",o,a,"∈","\\in",!0),n("math",o,a,"","\\@not"),n("math",o,a,"⊂","\\subset",!0),n("math",o,a,"⊃","\\supset",!0),n("math",o,a,"⊆","\\subseteq",!0),n("math",o,a,"⊇","\\supseteq",!0),n("math",e,a,"⊈","\\nsubseteq",!0),n("math",e,a,"⊉","\\nsupseteq",!0),n("math",o,a,"⊨","\\models"),n("math",o,a,"←","\\leftarrow",!0),n("math",o,a,"≤","\\le"),n("math",o,a,"≤","\\leq",!0),n("math",o,a,"<","\\lt"),n("math",o,a,"→","\\rightarrow",!0),n("math",o,a,"→","\\to"),n("math",e,a,"≱","\\ngeq",!0),n("math",e,a,"≰","\\nleq",!0),n("math",o,"spacing"," ","\\ "),n("math",o,"spacing"," ","~"),n("math",o,"spacing"," ","\\space"),n("math",o,"spacing"," ","\\nobreakspace"),n("text",o,"spacing"," ","\\ "),n("text",o,"spacing"," ","~"),n("text",o,"spacing"," ","\\space"),n("text",o,"spacing"," ","\\nobreakspace"),n("math",o,"spacing",null,"\\nobreak"),n("math",o,"spacing",null,"\\allowbreak"),n("math",o,"punct",",",","),n("math",o,"punct",";",";"),n("math",e,t,"⊼","\\barwedge",!0),n("math",e,t,"⊻","\\veebar",!0),n("math",o,t,"⊙","\\odot",!0),n("math",o,t,"⊕","\\oplus",!0),n("math",o,t,"⊗","\\otimes",!0),n("math",o,"textord","∂","\\partial",!0),n("math",o,t,"⊘","\\oslash",!0),n("math",e,t,"⊚","\\circledcirc",!0),n("math",e,t,"⊡","\\boxdot",!0),n("math",o,t,"△","\\bigtriangleup"),n("math",o,t,"▽","\\bigtriangledown"),n("math",o,t,"†","\\dagger"),n("math",o,t,"⋄","\\diamond"),n("math",o,t,"⋆","\\star"),n("math",o,t,"◃","\\triangleleft"),n("math",o,t,"▹","\\triangleright"),n("math",o,"open","{","\\{"),n("text",o,"textord","{","\\{"),n("text",o,"textord","{","\\textbraceleft"),n("math",o,"close","}","\\}"),n("text",o,"textord","}","\\}"),n("text",o,"textord","}","\\textbraceright"),n("math",o,"open","{","\\lbrace"),n("math",o,"close","}","\\rbrace"),n("math",o,"open","[","\\lbrack"),n("text",o,"textord","[","\\lbrack"),n("math",o,"close","]","\\rbrack"),n("text",o,"textord","]","\\rbrack"),n("math",o,"open","(","\\lparen"),n("math",o,"close",")","\\rparen"),n("text",o,"textord","<","\\textless"),n("text",o,"textord",">","\\textgreater"),n("math",o,"open","⌊","\\lfloor",!0),n("math",o,"close","⌋","\\rfloor",!0),n("math",o,"open","⌈","\\lceil",!0),n("math",o,"close","⌉","\\rceil",!0),n("math",o,"textord","\\","\\backslash"),n("math",o,"textord","∣","|"),n("math",o,"textord","∣","\\vert"),n("text",o,"textord","|","\\textbar"),n("math",o,"textord","∥","\\|"),n("math",o,"textord","∥","\\Vert"),n("text",o,"textord","∥","\\textbardbl"),n("text",o,"textord","~","\\textasciitilde"),n("text",o,"textord","\\","\\textbackslash"),n("text",o,"textord","^","\\textasciicircum"),n("math",o,a,"↑","\\uparrow",!0),n("math",o,a,"⇑","\\Uparrow",!0),n("math",o,a,"↓","\\downarrow",!0),n("math",o,a,"⇓","\\Downarrow",!0),n("math",o,a,"↕","\\updownarrow",!0),n("math",o,a,"⇕","\\Updownarrow",!0),n("math",o,s,"∐","\\coprod"),n("math",o,s,"⋁","\\bigvee"),n("math",o,s,"⋀","\\bigwedge"),n("math",o,s,"⨄","\\biguplus"),n("math",o,s,"⋂","\\bigcap"),n("math",o,s,"⋃","\\bigcup"),n("math",o,s,"∫","\\int"),n("math",o,s,"∫","\\intop"),n("math",o,s,"∬","\\iint"),n("math",o,s,"∭","\\iiint"),n("math",o,s,"∏","\\prod"),n("math",o,s,"∑","\\sum"),n("math",o,s,"⨂","\\bigotimes"),n("math",o,s,"⨁","\\bigoplus"),n("math",o,s,"⨀","\\bigodot"),n("math",o,s,"∮","\\oint"),n("math",o,s,"∯","\\oiint"),n("math",o,s,"∰","\\oiiint"),n("math",o,s,"⨆","\\bigsqcup"),n("math",o,s,"∫","\\smallint"),n("text",o,"inner","…","\\textellipsis"),n("math",o,"inner","…","\\mathellipsis"),n("text",o,"inner","…","\\ldots",!0),n("math",o,"inner","…","\\ldots",!0),n("math",o,"inner","⋯","\\@cdots",!0),n("math",o,"inner","⋱","\\ddots",!0),n("math",o,"textord","⋮","\\varvdots"),n("math",o,"accent-token","ˊ","\\acute"),n("math",o,"accent-token","ˋ","\\grave"),n("math",o,"accent-token","¨","\\ddot"),n("math",o,"accent-token","~","\\tilde"),n("math",o,"accent-token","ˉ","\\bar"),n("math",o,"accent-token","˘","\\breve"),n("math",o,"accent-token","ˇ","\\check"),n("math",o,"accent-token","^","\\hat"),n("math",o,"accent-token","⃗","\\vec"),n("math",o,"accent-token","˙","\\dot"),n("math",o,"accent-token","˚","\\mathring"),n("math",o,i,"ı","\\imath",!0),n("math",o,i,"ȷ","\\jmath",!0),n("text",o,"textord","ı","\\i",!0),n("text",o,"textord","ȷ","\\j",!0),n("text",o,"textord","ß","\\ss",!0),n("text",o,"textord","æ","\\ae",!0),n("text",o,"textord","æ","\\ae",!0),n("text",o,"textord","œ","\\oe",!0),n("text",o,"textord","ø","\\o",!0),n("text",o,"textord","Æ","\\AE",!0),n("text",o,"textord","Œ","\\OE",!0),n("text",o,"textord","Ø","\\O",!0),n("text",o,"accent-token","ˊ","\\'"),n("text",o,"accent-token","ˋ","\\`"),n("text",o,"accent-token","ˆ","\\^"),n("text",o,"accent-token","˜","\\~"),n("text",o,"accent-token","ˉ","\\="),n("text",o,"accent-token","˘","\\u"),n("text",o,"accent-token","˙","\\."),n("text",o,"accent-token","˚","\\r"),n("text",o,"accent-token","ˇ","\\v"),n("text",o,"accent-token","¨",'\\"'),n("text",o,"accent-token","˝","\\H"),n("text",o,"accent-token","◯","\\textcircled"),{"--":!0,"---":!0,"``":!0,"''":!0});n("text",o,"textord","–","--"),n("text",o,"textord","–","\\textendash"),n("text",o,"textord","—","---"),n("text",o,"textord","—","\\textemdash"),n("text",o,"textord","‘","`"),n("text",o,"textord","‘","\\textquoteleft"),n("text",o,"textord","’","'"),n("text",o,"textord","’","\\textquoteright"),n("text",o,"textord","“","``"),n("text",o,"textord","“","\\textquotedblleft"),n("text",o,"textord","”","''"),n("text",o,"textord","”","\\textquotedblright"),n("math",o,"textord","°","\\degree",!0),n("text",o,"textord","°","\\degree"),n("text",o,"textord","°","\\textdegree",!0),n("math",o,i,"£","\\pounds"),n("math",o,i,"£","\\mathsterling",!0),n("text",o,i,"£","\\pounds"),n("text",o,i,"£","\\textsterling",!0),n("math",e,"textord","✠","\\maltese"),n("text",e,"textord","✠","\\maltese"),n("text",o,"spacing"," ","\\ "),n("text",o,"spacing"," "," "),n("text",o,"spacing"," ","~");for(var Be=0;Be<'0123456789/@."'.length;Be++){var Ne='0123456789/@."'.charAt(Be);n("math",o,"textord",Ne,Ne)}for(var Re=0;Re<'0123456789!@*()-=+[]<>|";:?/.,'.length;Re++){var Oe='0123456789!@*()-=+[]<>|";:?/.,'.charAt(Re);n("text",o,"textord",Oe,Oe)}for(var Fe="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",Pe=0;Pe<Fe.length;Pe++){var He=Fe.charAt(Pe);n("math",o,i,He,He),n("text",o,"textord",He,He)}n("math",e,"textord","C","ℂ"),n("text",e,"textord","C","ℂ"),n("math",e,"textord","H","ℍ"),n("text",e,"textord","H","ℍ"),n("math",e,"textord","N","ℕ"),n("text",e,"textord","N","ℕ"),n("math",e,"textord","P","ℙ"),n("text",e,"textord","P","ℙ"),n("math",e,"textord","Q","ℚ"),n("text",e,"textord","Q","ℚ"),n("math",e,"textord","R","ℝ"),n("text",e,"textord","R","ℝ"),n("math",e,"textord","Z","ℤ"),n("text",e,"textord","Z","ℤ"),n("math",o,i,"h","ℎ"),n("text",o,i,"h","ℎ");for(var l="",c=0;c<Fe.length;c++){var h=Fe.charAt(c);n("math",o,i,h,l=String.fromCharCode(55349,56320+c)),n("text",o,"textord",h,l),n("math",o,i,h,l=String.fromCharCode(55349,56372+c)),n("text",o,"textord",h,l),n("math",o,i,h,l=String.fromCharCode(55349,56424+c)),n("text",o,"textord",h,l),n("math",o,i,h,l=String.fromCharCode(55349,56580+c)),n("text",o,"textord",h,l),n("math",o,i,h,l=String.fromCharCode(55349,56736+c)),n("text",o,"textord",h,l),n("math",o,i,h,l=String.fromCharCode(55349,56788+c)),n("text",o,"textord",h,l),n("math",o,i,h,l=String.fromCharCode(55349,56840+c)),n("text",o,"textord",h,l),n("math",o,i,h,l=String.fromCharCode(55349,56944+c)),n("text",o,"textord",h,l),c<26&&(n("math",o,i,h,l=String.fromCharCode(55349,56632+c)),n("text",o,"textord",h,l),n("math",o,i,h,l=String.fromCharCode(55349,56476+c)),n("text",o,"textord",h,l))}n("math",o,i,"k",l=String.fromCharCode(55349,56668)),n("text",o,"textord","k",l);for(var Ue=0;Ue<10;Ue++){var m=Ue.toString();n("math",o,i,m,l=String.fromCharCode(55349,57294+Ue)),n("text",o,"textord",m,l),n("math",o,i,m,l=String.fromCharCode(55349,57314+Ue)),n("text",o,"textord",m,l),n("math",o,i,m,l=String.fromCharCode(55349,57324+Ue)),n("text",o,"textord",m,l),n("math",o,i,m,l=String.fromCharCode(55349,57334+Ue)),n("text",o,"textord",m,l)}for(var je=0;je<"ÇÐÞçþ".length;je++){var Ve="ÇÐÞçþ".charAt(je);n("math",o,i,Ve,Ve),n("text",o,"textord",Ve,Ve)}n("text",o,"textord","ð","ð"),n("text",o,"textord","–","–"),n("text",o,"textord","—","—"),n("text",o,"textord","‘","‘"),n("text",o,"textord","’","’"),n("text",o,"textord","“","“"),n("text",o,"textord","”","”");function $e(e,t){return t.size<2?e:Ze[e-1][t.size-1]}var We=[["mathbf","textbf","Main-Bold"],["mathbf","textbf","Main-Bold"],["mathdefault","textit","Math-Italic"],["mathdefault","textit","Math-Italic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["mathscr","textscr","Script-Regular"],["","",""],["","",""],["","",""],["mathfrak","textfrak","Fraktur-Regular"],["mathfrak","textfrak","Fraktur-Regular"],["mathbb","textbb","AMS-Regular"],["mathbb","textbb","AMS-Regular"],["","",""],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathitsf","textitsf","SansSerif-Italic"],["mathitsf","textitsf","SansSerif-Italic"],["","",""],["","",""],["mathtt","texttt","Typewriter-Regular"],["mathtt","texttt","Typewriter-Regular"]],Ge=[["mathbf","textbf","Main-Bold"],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathtt","texttt","Typewriter-Regular"]],Ze=[[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]],Ye=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],a=((t=d.prototype).extend=function(e){var t,r={style:this.style,size:this.size,textSize:this.textSize,color:this.color,phantom:this.phantom,font:this.font,fontFamily:this.fontFamily,fontWeight:this.fontWeight,fontShape:this.fontShape,maxSize:this.maxSize,minRuleThickness:this.minRuleThickness};for(t in e)e.hasOwnProperty(t)&&(r[t]=e[t]);return new d(r)},t.havingStyle=function(e){return this.style===e?this:this.extend({style:e,size:$e(this.textSize,e)})},t.havingCrampedStyle=function(){return this.havingStyle(this.style.cramp())},t.havingSize=function(e){return this.size===e&&this.textSize===e?this:this.extend({style:this.style.text(),size:e,textSize:e,sizeMultiplier:Ye[e-1]})},t.havingBaseStyle=function(e){e=e||this.style.text();var t=$e(d.BASESIZE,e);return this.size===t&&this.textSize===d.BASESIZE&&this.style===e?this:this.extend({style:e,size:t})},t.havingBaseSizing=function(){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})},t.withColor=function(e){return this.extend({color:e})},t.withPhantom=function(){return this.extend({phantom:!0})},t.withFont=function(e){return this.extend({font:e})},t.withTextFontFamily=function(e){return this.extend({fontFamily:e,font:""})},t.withTextFontWeight=function(e){return this.extend({fontWeight:e,font:""})},t.withTextFontShape=function(e){return this.extend({fontShape:e,font:""})},t.sizingClasses=function(e){return e.size!==this.size?["sizing","reset-size"+e.size,"size"+this.size]:[]},t.baseSizingClasses=function(){return this.size!==d.BASESIZE?["sizing","reset-size"+this.size,"size"+d.BASESIZE]:[]},t.fontMetrics=function(){return this._fontMetrics||(this._fontMetrics=function(e){var t;if(!Te[t=5<=e?0:3<=e?1:2]){var r,n=Te[t]={cssEmPerMu:Me.quad[t]/18};for(r in Me)Me.hasOwnProperty(r)&&(n[r]=Me[r][t])}return Te[t]}(this.size)),this._fontMetrics},t.getColor=function(){return this.phantom?"transparent":this.color},d);function d(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||d.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=Ye[this.size-1],this.maxSize=e.maxSize,this.minRuleThickness=e.minRuleThickness,this._fontMetrics=void 0}a.BASESIZE=6;function Xe(e){return(e="string"!=typeof e?e.unit:e)in nt||e in ot||"ex"===e}function G(e,t){var r;if(e.unit in nt)r=nt[e.unit]/t.fontMetrics().ptPerEm/t.sizeMultiplier;else if("mu"===e.unit)r=t.fontMetrics().cssEmPerMu;else{var n=t.style.isTight()?t.havingStyle(t.style.text()):t;if("ex"===e.unit)r=n.fontMetrics().xHeight;else{if("em"!==e.unit)throw new V("Invalid unit: '"+e.unit+"'");r=n.fontMetrics().quad}n!==t&&(r*=n.sizeMultiplier/t.sizeMultiplier)}return Math.min(e.number*r,t.maxSize)}function Ke(e,t,r){return{value:e=p[r][e]&&p[r][e].replace?p[r][e].replace:e,metrics:Ee(e,t,r)}}function f(e,t,r,n,o){var i=Ke(e,t,r),s=i.metrics;return e=i.value,i=s?(i=s.italic,("text"===r||n&&"mathit"===n.font)&&(i=0),new v(e,s.height,s.depth,i,s.skew,s.width,o)):("undefined"!=typeof console&&console.warn("No character metrics for '"+e+"' in style '"+t+"' and mode '"+r+"'"),new v(e,0,0,0,0,0,o)),n&&(i.maxFontSize=n.sizeMultiplier,n.style.isTight()&&i.classes.push("mtight"),(s=n.getColor())&&(i.style.color=s)),i}function Je(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}function x(e,t,r,n){return e=new he(e,t,r,n),Je(e),e}function Qe(e,t,r,n){return new he(e,t,r,n)}function et(e){return e=new ce(e),Je(e),e}function tt(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")}var rt=a,nt={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},ot={ex:!0,em:!0,mu:!0},it=["\\imath","ı","\\jmath","ȷ","\\pounds","\\mathsterling","\\textsterling","£"],st={mathbf:{variant:"bold",fontName:"Main-Bold"},mathrm:{variant:"normal",fontName:"Main-Regular"},textit:{variant:"italic",fontName:"Main-Italic"},mathit:{variant:"italic",fontName:"Main-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"}},at={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]},Z={fontMap:st,makeSymbol:f,mathsym:function(e,t,r,n){return void 0===n&&(n=[]),"boldsymbol"===r.font&&Ke(e,"Main-Bold",t).metrics?f(e,"Main-Bold",t,r,n.concat(["mathbf"])):"\\"===e||"main"===p[t][e].font?f(e,"Main-Regular",t,r,n):f(e,"AMS-Regular",t,r,n.concat(["amsrm"]))},makeSpan:x,makeSvgSpan:Qe,makeLineSpan:function(e,t,r){e=x([e],[],t);return e.height=Math.max(r||t.fontMetrics().defaultRuleThickness,t.minRuleThickness),e.style.borderBottomWidth=e.height+"em",e.maxFontSize=1,e},makeAnchor:function(e,t,r,n){e=new ue(e,t,r,n);return Je(e),e},makeFragment:et,wrapFragment:function(e,t){return e instanceof ce?x([],[e],t):e},makeVList:function(e,t){for(var e=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 s=-t[i].shift-o-t[i].elem.depth,a=s-(t[i-1].elem.height+t[i-1].elem.depth);o+=s,r.push({type:"kern",size:a}),r.push(t[i])}return{children:r,depth:n}}var l;if("top"===e.positionType){for(var c=e.positionData,h=0;h<e.children.length;h++){var u=e.children[h];c-="kern"===u.type?u.size:u.elem.height+u.elem.depth}l=c}else if("bottom"===e.positionType)l=-e.positionData;else{n=e.children[0];if("elem"!==n.type)throw new Error('First child must have type "elem".');if("shift"===e.positionType)l=-n.elem.depth-e.positionData;else{if("firstBaseline"!==e.positionType)throw new Error("Invalid positionType "+e.positionType+".");l=-n.elem.depth}}return{children:e.children,depth:l}}(e),r=e.children,e=e.depth,n=0,o=0;o<r.length;o++){var i=r[o];"elem"===i.type&&(i=i.elem,n=Math.max(n,i.maxFontSize,i.height))}n+=2;var s=x(["pstrut"],[]);s.style.height=n+"em";for(var a=[],l=e,c=e,h=e,u=0;u<r.length;u++){var m,p,d,f=r[u];"kern"===f.type?h+=f.size:(m=f.elem,d=f.wrapperClasses||[],p=f.wrapperStyle||{},(d=x(d,[s,m],void 0,p)).style.top=-n-h-m.depth+"em",f.marginLeft&&(d.style.marginLeft=f.marginLeft),f.marginRight&&(d.style.marginRight=f.marginRight),a.push(d),h+=m.height+m.depth),l=Math.min(l,h),c=Math.max(c,h)}var g,e=x(["vlist"],a),b=(e.style.height=c+"em",g=l<0?(b=x([],[]),(b=x(["vlist"],[b])).style.height=-l+"em",g=x(["vlist-s"],[new v("")]),[x(["vlist-r"],[e,g]),x(["vlist-r"],[b])]):[x(["vlist-r"],[e])],x(["vlist-t"],g));return 2===g.length&&b.classes.push("vlist-t2"),b.height=c,b.depth=-l,b},makeOrd:function(e,t,r){var n,o,i,s,a=e.mode,l=e.text,c=["mord"],e="math"===a||"text"===a&&t.font,h=e?t.font:t.fontFamily;if(55349===l.charCodeAt(0))return i=(s=function(e,t){var r,n=1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320)+65536,t="math"===t?0:1;if(119808<=n&&n<120484)return r=Math.floor((n-119808)/26),[We[r][2],We[r][t]];if(120782<=n&&n<=120831)return r=Math.floor((n-120782)/10),[Ge[r][2],Ge[r][t]];if(120485==n||120486==n)return[We[0][2],We[0][t]];if(120486<n&&n<120782)return["",""];throw new V("Unsupported character: "+e)}(l,a))[0],s=s[1],f(l,i,a,t,c.concat(s));if(h){if(o="boldsymbol"===h||"mathnormal"===h?(n=(s="boldsymbol"===h?Ke(l,"Math-BoldItalic",a).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}:$.contains(it,i=l)?{fontName:"Main-Italic",fontClass:"mathit"}:/[0-9]/.test(i.charAt(0))?{fontName:"Caligraphic-Regular",fontClass:"mathcal"}:{fontName:"Math-Italic",fontClass:"mathdefault"}).fontName,[s.fontClass]):$.contains(it,l)?(n="Main-Italic",["mathit"]):e?(n=st[h].fontName,[h]):(n=tt(h,t.fontWeight,t.fontShape),[h,t.fontWeight,t.fontShape]),Ke(l,n,a).metrics)return f(l,n,a,t,c.concat(o));if(Le.hasOwnProperty(l)&&"Typewriter"===n.substr(0,10)){for(var u=[],m=0;m<l.length;m++)u.push(f(l[m],n,a,t,c.concat(o)));return et(u)}}if("mathord"===r)return s=/[0-9]/.test((i=l).charAt(0))||$.contains(it,i)?{fontName:"Main-Italic",fontClass:"mathit"}:{fontName:"Math-Italic",fontClass:"mathdefault"},f(l,s.fontName,a,t,c.concat([s.fontClass]));if("textord"===r)return"ams"===(e=p[a][l]&&p[a][l].font)?(h=tt("amsrm",t.fontWeight,t.fontShape),f(l,h,a,t,c.concat("amsrm",t.fontWeight,t.fontShape))):"main"!==e&&e?(s=tt(e,t.fontWeight,t.fontShape),f(l,s,a,t,c.concat(s,t.fontWeight,t.fontShape))):(h=tt("textrm",t.fontWeight,t.fontShape),f(l,h,a,t,c.concat(t.fontWeight,t.fontShape)));throw new Error("unexpected type: "+r+" in makeOrd")},makeGlue:function(e,t){var r=x(["mspace"],[],t),e=G(e,t);return r.style.marginRight=e+"em",r},staticSvg:function(e,t){var e=at[e],r=e[0],n=e[1],e=e[2],r=new fe(r),r=new de([r],{width:n+"em",height:e+"em",style:"width:"+n+"em",viewBox:"0 0 "+1e3*n+" "+1e3*e,preserveAspectRatio:"xMinYMin"}),r=Qe(["overlay"],[r],t);return r.height=e,r.style.height=e+"em",r.style.width=n+"em",r},svgData:at,tryCombineChars:function(e){for(var t=0;t<e.length-1;t++){var r=e[t],n=e[t+1];r instanceof v&&n instanceof v&&function(e,t){if(oe(e.classes)!==oe(t.classes)||e.skew!==t.skew||e.maxFontSize!==t.maxFontSize)return!1;for(var r in e.style)if(e.style.hasOwnProperty(r)&&e.style[r]!==t.style[r])return!1;for(var n in t.style)if(t.style.hasOwnProperty(n)&&e.style[n]!==t.style[n])return!1;return!0}(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}};function g(e,t){var r=b(e,t);if(r)return r;throw new Error("Expected node of type "+t+", but got "+(e?"node of type "+e.type:String(e)))}function b(e,t){return e&&e.type===t?e:null}function lt(e,t){var r=e&&"atom"===e.type&&e.family===t?e:null;if(r)return r;throw new Error('Expected node of type "atom" and family "'+t+'", but got '+(e?"atom"===e.type?"atom of family "+e.family:"node of type "+e.type:String(e)))}function ct(e){var t=ht(e);if(t)return t;throw new Error("Expected node of symbol group type, but got "+(e?"node of type "+e.type:String(e)))}function ht(e){return e&&("atom"===e.type||qe.hasOwnProperty(e.type))?e:null}var s={number:3,unit:"mu"},e={number:4,unit:"mu"},t={number:5,unit:"mu"},ut={mord:{mop:s,mbin:e,mrel:t,minner:s},mop:{mord:s,mop:s,mrel:t,minner:s},mbin:{mord:e,mop:e,mopen:e,minner:e},mrel:{mord:t,mop:t,mopen:t,minner:t},mopen:{},mclose:{mop:s,mbin:e,mrel:t,minner:s},mpunct:{mord:s,mop:s,mrel:t,mopen:s,mclose:s,mpunct:s,minner:s},minner:{mord:s,mop:s,mbin:e,mrel:t,mopen:s,mpunct:s,minner:s}},mt={mord:{mop:s},mop:{mord:s,mop:s},mbin:{},mrel:{},mopen:{},mclose:{mop:s},mpunct:{},minner:{mop:s}},pt={},dt={},ft={};function y(e){for(var t=e.type,r=e.names,n=e.props,o=e.handler,i=e.htmlBuilder,e=e.mathmlBuilder,s={type:t,numArgs:n.numArgs,argTypes:n.argTypes,greediness:void 0===n.greediness?1:n.greediness,allowedInText:!!n.allowedInText,allowedInMath:void 0===n.allowedInMath||n.allowedInMath,numOptionalArgs:n.numOptionalArgs||0,infix:!!n.infix,handler:o},a=0;a<r.length;++a)pt[r[a]]=s;t&&(i&&(dt[t]=i),e&&(ft[t]=e))}function gt(e){y({type:e.type,names:[],props:{numArgs:0},handler:function(){throw new Error("Should never be called.")},htmlBuilder:e.htmlBuilder,mathmlBuilder:e.mathmlBuilder})}function w(e){var t=b(e,"ordgroup");return t?t.body:[e]}function k(e,t,r,n){void 0===n&&(n=[null,null]);for(var o,i=[],s=0;s<e.length;s++){var a,l=Y(e[s],t);l instanceof ce?(a=l.children,i.push.apply(i,a)):i.push(l)}return r&&(o=t,1===e.length&&(r=b(e[0],"sizing")||b(e[0],"styling"))&&("sizing"===r.type?o=t.havingSize(r.size):"styling"===r.type&&(o=t.havingStyle(wt[r.style]))),r=_([n[0]||"leftmost"],[],t),n=_([n[1]||"rightmost"],[],t),_t(i,function(e,t){var r=t.classes[0],n=e.classes[0];"mbin"===r&&$.contains(yt,n)?t.classes[0]="mord":"mbin"===n&&$.contains(xt,r)&&(e.classes[0]="mord")},{node:r},n),_t(i,function(e,t){var t=St(t),r=St(e),e=t&&r?(e.hasClass("mtight")?mt:ut)[t][r]:null;if(e)return Z.makeGlue(e,o)},{node:r},n)),i}function bt(e){return e instanceof ce||e instanceof ue?e:null}function vt(e,t){return e=["nulldelimiter"].concat(e.baseSizingClasses()),_(t.concat(e))}var _=Z.makeSpan,xt=["leftmost","mbin","mopen","mrel","mop","mpunct"],yt=["rightmost","mrel","mclose","mpunct"],wt={display:W.DISPLAY,text:W.TEXT,script:W.SCRIPT,scriptscript:W.SCRIPTSCRIPT},kt={mord:"mord",mop:"mop",mbin:"mbin",mrel:"mrel",mopen:"mopen",mclose:"mclose",mpunct:"mpunct",minner:"minner"},_t=function e(r,t,n,o){o&&r.push(o);for(var i=0;i<r.length;i++){var s=r[i],a=bt(s);a?e(a.children,t,n):"mspace"!==s.classes[0]&&((a=t(s,n.node))&&(n.insertAfter?n.insertAfter(a):(r.unshift(a),i++)),n.node=s,n.insertAfter=function(t){return function(e){r.splice(t+1,0,e),i++}}(i))}o&&r.pop()},St=function(e,t){return e&&(t&&(e=function e(t,r){var n=bt(t);if(n){n=n.children;if(n.length){if("right"===r)return e(n[n.length-1],"right");if("left"===r)return e(n[0],"left")}}return t}(e,t)),kt[e.classes[0]])||null},Y=function(e,t,r){if(!e)return _();var n;if(dt[e.type])return n=dt[e.type](e,t),r&&t.size!==r.size&&(n=_(t.sizingClasses(r),[n],t),t=t.sizeMultiplier/r.sizeMultiplier,n.height*=t,n.depth*=t),n;throw new V("Got group of unknown type: '"+e.type+"'")};function Ct(e,t){e=_(["base"],e,t),t=_(["strut"]);return t.style.height=e.height+e.depth+"em",t.style.verticalAlign=-e.depth+"em",e.children.unshift(t),e}function At(e,t){var r=null;1===e.length&&"tag"===e[0].type&&(r=e[0].tag,e=e[0].body);for(var n,o=k(e,t,!0),i=[],s=[],a=0;a<o.length;a++)if(s.push(o[a]),o[a].hasClass("mbin")||o[a].hasClass("mrel")||o[a].hasClass("allowbreak")){for(var l=!1;a<o.length-1&&o[a+1].hasClass("mspace")&&!o[a+1].hasClass("newline");)a++,s.push(o[a]),o[a].hasClass("nobreak")&&(l=!0);l||(i.push(Ct(s,t)),s=[])}else o[a].hasClass("newline")&&(s.pop(),0<s.length&&(i.push(Ct(s,t)),s=[]),i.push(o[a]));0<s.length&&i.push(Ct(s,t)),r&&((n=Ct(k(r,t,!0))).classes=["tag"],i.push(n));e=_(["katex-html"],i);return e.setAttribute("aria-hidden","true"),n&&((r=n.children[0]).style.height=e.height+e.depth+"em",r.style.verticalAlign=-e.depth+"em"),e}function Mt(e){return new ce(e)}function S(e,t,r){return!p[t][e]||!p[t][e].replace||55349===e.charCodeAt(0)||Le.hasOwnProperty(e)&&r&&(r.fontFamily&&"tt"===r.fontFamily.substr(4,2)||r.font&&"tt"===r.font.substr(4,2))||(e=p[t][e].replace),new M.TextNode(e)}function zt(e){return 1===e.length?e[0]:new M.MathNode("mrow",e)}function Et(e,t){var r;return"texttt"===t.fontFamily?"monospace":"textsf"===t.fontFamily?"textit"===t.fontShape&&"textbf"===t.fontWeight?"sans-serif-bold-italic":"textit"===t.fontShape?"sans-serif-italic":"textbf"===t.fontWeight?"bold-sans-serif":"sans-serif":"textit"===t.fontShape&&"textbf"===t.fontWeight?"bold-italic":"textit"===t.fontShape?"italic":"textbf"===t.fontWeight?"bold":(t=t.font)&&"mathnormal"!==t?(r=e.mode,"mathit"===t?"italic":"boldsymbol"===t?"bold-italic":"mathbf"===t?"bold":"mathbb"===t?"double-struck":"mathfrak"===t?"fraktur":"mathscr"===t||"mathcal"===t?"script":"mathsf"===t?"sans-serif":"mathtt"===t?"monospace":(e=e.text,!$.contains(["\\imath","\\jmath"],e)&&Ee(e=p[r][e]&&p[r][e].replace?p[r][e].replace:e,Z.fontMap[t].fontName,r)?Z.fontMap[t].variant:null)):null}function C(e,t,r){var n;if(1===e.length)return n=z(e[0],t),r&&n instanceof A&&"mo"===n.type&&(n.setAttribute("lspace","0em"),n.setAttribute("rspace","0em")),[n];for(var o,i=[],s=0;s<e.length;s++){var a,l,c=z(e[s],t);if(c instanceof A&&o instanceof A){if("mtext"===c.type&&"mtext"===o.type&&c.getAttribute("mathvariant")===o.getAttribute("mathvariant")){(a=o.children).push.apply(a,c.children);continue}if("mn"===c.type&&"mn"===o.type){(a=o.children).push.apply(a,c.children);continue}if("mi"===c.type&&1===c.children.length&&"mn"===o.type){var h=c.children[0];if(h instanceof Dt&&"."===h.text){(h=o.children).push.apply(h,c.children);continue}}else"mi"===o.type&&1===o.children.length&&(h=o.children[0])instanceof Dt&&"̸"===h.text&&("mo"===c.type||"mi"===c.type||"mn"===c.type)&&(l=c.children[0])instanceof Dt&&0<l.text.length&&(l.text=l.text.slice(0,1)+"̸"+l.text.slice(1),i.pop())}i.push(c),o=c}return i}function Tt(e,t,r){return zt(C(e,t,r))}(a=Lt.prototype).setAttribute=function(e,t){this.attributes[e]=t},a.getAttribute=function(e){return this.attributes[e]},a.toNode=function(){var e,t=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&t.setAttribute(e,this.attributes[e]);for(var r=0;r<this.children.length;r++)t.appendChild(this.children[r].toNode());return t},a.toMarkup=function(){var e,t="<"+this.type;for(e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&(t+=" "+e+'="',t+=$.escape(this.attributes[e]),t+='"');t+=">";for(var r=0;r<this.children.length;r++)t+=this.children[r].toMarkup();return t+("</"+this.type)+">"},a.toText=function(){return this.children.map(function(e){return e.toText()}).join("")};var A=Lt,Dt=((e=It.prototype).toNode=function(){return document.createTextNode(this.text)},e.toMarkup=function(){return $.escape(this.toText())},e.toText=function(){return this.text},It),M={MathNode:A,TextNode:Dt,SpaceNode:((t=qt.prototype).toNode=function(){var e;return this.character?document.createTextNode(this.character):((e=document.createElementNS("http://www.w3.org/1998/Math/MathML","mspace")).setAttribute("width",this.width+"em"),e)},t.toMarkup=function(){return this.character?"<mtext>"+this.character+"</mtext>":'<mspace width="'+this.width+'em"/>'},t.toText=function(){return this.character||" "},qt),newDocumentFragment:Mt},z=function(e,t){if(!e)return new M.MathNode("mrow");if(ft[e.type])return ft[e.type](e,t);throw new V("Got group of unknown type: '"+e.type+"'")};function qt(e){this.width=void 0,this.character=void 0,this.width=e,this.character=.05555<=e&&e<=.05556?" ":.1666<=e&&e<=.1667?" ":.2222<=e&&e<=.2223?" ":.2777<=e&&e<=.2778?" ":-.05556<=e&&e<=-.05555?" ":-.1667<=e&&e<=-.1666?" ":-.2223<=e&&e<=-.2222?" ":-.2778<=e&&e<=-.2777?" ":null}function It(e){this.text=void 0,this.text=e}function Lt(e,t){this.type=void 0,this.attributes=void 0,this.children=void 0,this.type=e,this.attributes={},this.children=t||[]}function Bt(e,t,r,n){e=C(e,r),r=1===e.length&&e[0]instanceof A&&$.contains(["mrow","mtable"],e[0].type)?e[0]:new M.MathNode("mrow",e),e=new M.MathNode("annotation",[new M.TextNode(t)]),e.setAttribute("encoding","application/x-tex"),t=new M.MathNode("semantics",[r,e]),r=new M.MathNode("math",[t]);return r.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML"),Z.makeSpan([n?"katex":"katex-mathml"],[r])}function Nt(e){return(e=new M.MathNode("mo",[new M.TextNode(Jt[e.substr(1)])])).setAttribute("stretchy","true"),e}function Rt(f,g){var e=(r=function(){var e,t,r=4e5,n=f.label.substr(1);if($.contains(["widehat","widecheck","widetilde","utilde"],n))return t=5<(t=er(f.base))?"widehat"===n||"widecheck"===n?(a=420,r=2364,e=.42,n+"4"):(a=312,r=2340,e=.34,"tilde4"):(t=[1,1,2,2,3,3][t],"widehat"===n||"widecheck"===n?(r=[0,1062,2364,2364,2364][t],a=[0,239,300,360,420][t],e=[0,.24,.3,.3,.36,.42][t],n+t):(r=[0,600,1033,2339,2340][t],a=[0,260,286,306,312][t],e=[0,.26,.286,.3,.306,.34][t],"tilde"+t)),t=new fe(t),t=new de([t],{width:"100%",height:e+"em",viewBox:"0 0 "+r+" "+a,preserveAspectRatio:"none"}),{span:Z.makeSvgSpan([],[t],g),minWidth:0,height:e};var o,i,s=[],a=Qt[n],l=a[0],c=a[1],h=a[2],u=h/1e3,m=l.length;if(1===m)o=["hide-tail"],i=[a[3]];else if(2===m)o=["halfarrow-left","halfarrow-right"],i=["xMinYMin","xMaxYMin"];else{if(3!==m)throw new Error("Correct katexImagesData or update code here to support\n "+m+" children.");o=["brace-left","brace-center","brace-right"],i=["xMinYMin","xMidYMin","xMaxYMin"]}for(var p=0;p<m;p++){var d=new fe(l[p]),d=new de([d],{width:"400em",height:u+"em",viewBox:"0 0 "+r+" "+h,preserveAspectRatio:i[p]+" slice"}),d=Z.makeSvgSpan([o[p]],[d],g);if(1===m)return{span:d,minWidth:c,height:u};d.style.height=u+"em",s.push(d)}return{span:Z.makeSpan(["stretchy"],s,g),minWidth:c,height:u}}()).span,t=r.minWidth,r=r.height;return e.height=r,e.style.height=r+"em",0<t&&(e.style.minWidth=t+"em"),e}function Ot(e,t){(o=b(e,"supsub"))?(a=(r=g(o.base,"accent")).base,o.base=a,n=function(e){if(e instanceof he)return e;throw new Error("Expected span<HtmlDomNode> but got "+String(e)+".")}(Y(o,t)),o.base=r):a=(r=g(e,"accent")).base;var r,n,o=Y(a,t.havingCrampedStyle()),e=0;r.isShifty&&$.isCharacterBox(a)&&(a=$.getBaseElem(a),e=Ce(Y(a,t.havingCrampedStyle())).skew);var i,s,a=Math.min(o.height,t.fontMetrics().xHeight),l=(s=r.isStretchy?(s=Rt(r,t),Z.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:o},{type:"elem",elem:s,wrapperClasses:["svg-align"],wrapperStyle:0<e?{width:"calc(100% - "+2*e+"em)",marginLeft:2*e+"em"}:void 0}]},t)):(i="\\vec"===r.label?(l=Z.staticSvg("vec",t),Z.svgData.vec[1]):((l=Ce(l=Z.makeOrd({mode:r.mode,text:r.label},t,"textord"))).italic=0,l.width),s=Z.makeSpan(["accent-body"],[l]),(l="\\textcircled"===r.label)&&(s.classes.push("accent-full"),a=o.height),e=e,l||(e-=i/2),s.style.left=e+"em","\\textcircled"===r.label&&(s.style.top=".2em"),Z.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:o},{type:"kern",size:-a},{type:"elem",elem:s}]},t)),Z.makeSpan(["mord","accent"],[s],t));return n?(n.children[0]=l,n.height=Math.max(l.height,n.height),n.classes[0]="mord",n):l}function Ft(e,t){var r=e.isStretchy?Nt(e.label):new M.MathNode("mo",[S(e.label,e.mode)]);return(e=new M.MathNode("mover",[z(e.base,t),r])).setAttribute("accent","true"),e}function Pt(e){return(e=new M.MathNode("mpadded",e?[e]:[])).setAttribute("width","+0.6em"),e.setAttribute("lspace","0.3em"),e}function Ht(e,t){return t=k(e.body,t.withColor(e.color),!1),Z.makeFragment(t)}function Ut(e,t){return t=C(e.body,t.withColor(e.color)),(t=new M.MathNode("mstyle",t)).setAttribute("mathcolor",e.color),t}function jt(e,t,r,n,o,i){return e=Z.makeSymbol(e,"Size"+t+"-Regular",o,n),o=nr(Z.makeSpan(["delimsizing","size"+t],[e],n),W.TEXT,n,i),r&&or(o,n,W.TEXT),o}function Vt(e,t,r,n,o,i){var s,a,l=s=a=e,c=null,h="Size1-Regular";"\\uparrow"===e?s=a="⏐":"\\Uparrow"===e?s=a="‖":"\\downarrow"===e?l=s="⏐":"\\Downarrow"===e?l=s="‖":"\\updownarrow"===e?(l="\\uparrow",s="⏐",a="\\downarrow"):"\\Updownarrow"===e?(l="\\Uparrow",s="‖",a="\\Downarrow"):"["===e||"\\lbrack"===e?(l="⎡",s="⎢",a="⎣",h="Size4-Regular"):"]"===e||"\\rbrack"===e?(l="⎤",s="⎥",a="⎦",h="Size4-Regular"):"\\lfloor"===e||"⌊"===e?(s=l="⎢",a="⎣",h="Size4-Regular"):"\\lceil"===e||"⌈"===e?(l="⎡",s=a="⎢",h="Size4-Regular"):"\\rfloor"===e||"⌋"===e?(s=l="⎥",a="⎦",h="Size4-Regular"):"\\rceil"===e||"⌉"===e?(l="⎤",s=a="⎥",h="Size4-Regular"):"("===e||"\\lparen"===e?(l="⎛",s="⎜",a="⎝",h="Size4-Regular"):")"===e||"\\rparen"===e?(l="⎞",s="⎟",a="⎠",h="Size4-Regular"):"\\{"===e||"\\lbrace"===e?(l="⎧",c="⎨",a="⎩",s="⎪",h="Size4-Regular"):"\\}"===e||"\\rbrace"===e?(l="⎫",c="⎬",a="⎭",s="⎪",h="Size4-Regular"):"\\lgroup"===e||"⟮"===e?(l="⎧",a="⎩",s="⎪",h="Size4-Regular"):"\\rgroup"===e||"⟯"===e?(l="⎫",a="⎭",s="⎪",h="Size4-Regular"):"\\lmoustache"===e||"⎰"===e?(l="⎧",a="⎭",s="⎪",h="Size4-Regular"):"\\rmoustache"!==e&&"⎱"!==e||(l="⎫",a="⎩",s="⎪",h="Size4-Regular");var e=(e=rr(l,h,o)).height+e.depth,u=(u=rr(s,h,o)).height+u.depth,m=(m=rr(a,h,o)).height+m.depth,p=0,d=1,f=(null!==c&&(p=(f=rr(c,h,o)).height+f.depth,d=2),e+m+p),g=Math.max(0,Math.ceil((t-f)/(d*u))),e=f+g*d*u,m=n.fontMetrics().axisHeight,p=(r&&(m*=n.sizeMultiplier),e/2-m),t=.005*(g+1)-u,b=[];if(b.push(ir(a,h,o)),null===c)for(var v=0;v<g;v++)b.push(sr),b.push(ir(s,h,o));else{for(var x=0;x<g;x++)b.push(sr),b.push(ir(s,h,o));b.push({type:"kern",size:t}),b.push(ir(s,h,o)),b.push(sr),b.push(ir(c,h,o));for(var y=0;y<g;y++)b.push(sr),b.push(ir(s,h,o))}return b.push({type:"kern",size:t}),b.push(ir(s,h,o)),b.push(sr),b.push(ir(l,h,o)),f=n.havingBaseStyle(W.TEXT),d=Z.makeVList({positionType:"bottom",positionData:p,children:b},f),nr(Z.makeSpan(["delimsizing","mult"],[d],f),W.TEXT,n,i)}function $t(n,e,t,r,o){return r=function(e,t){e*=1e3;var r="";switch(n){case"sqrtMain":r="M95,"+(622+e+80)+"\nc-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14\nc0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54\nc44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10\ns173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429\nc69,-144,104.5,-217.7,106.5,-221\nl"+e/2.075+" -"+e+"\nc5.3,-9.3,12,-14,20,-14\nH400000v"+(40+e)+"H845.2724\ns-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7\nc-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z\nM"+(834+e)+" 80h400000v"+(40+e)+"h-400000z";break;case"sqrtSize1":r="M263,"+(601+e+80)+"c0.7,0,18,39.7,52,119\nc34,79.3,68.167,158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120\nc340,-704.7,510.7,-1060.3,512,-1067\nl"+e/2.084+" -"+e+"\nc4.7,-7.3,11,-11,19,-11\nH40000v"+(40+e)+"H1012.3\ns-271.3,567,-271.3,567c-38.7,80.7,-84,175,-136,283c-52,108,-89.167,185.3,-111.5,232\nc-22.3,46.7,-33.8,70.3,-34.5,71c-4.7,4.7,-12.3,7,-23,7s-12,-1,-12,-1\ns-109,-253,-109,-253c-72.7,-168,-109.3,-252,-110,-252c-10.7,8,-22,16.7,-34,26\nc-22,17.3,-33.3,26,-34,26s-26,-26,-26,-26s76,-59,76,-59s76,-60,76,-60z\nM"+(1001+e)+" 80h400000v"+(40+e)+"h-400000z";break;case"sqrtSize2":r="M983 "+(10+e+80)+"\nl"+e/3.13+" -"+e+"\nc4,-6.7,10,-10,18,-10 H400000v"+(40+e)+"\nH1013.1s-83.4,268,-264.1,840c-180.7,572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,7\ns-12,0,-12,0c-1.3,-3.3,-3.7,-11.7,-7,-25c-35.3,-125.3,-106.7,-373.3,-214,-744\nc-10,12,-21,25,-33,39s-32,39,-32,39c-6,-5.3,-15,-14,-27,-26s25,-30,25,-30\nc26.7,-32.7,52,-63,76,-91s52,-60,52,-60s208,722,208,722\nc56,-175.3,126.3,-397.3,211,-666c84.7,-268.7,153.8,-488.2,207.5,-658.5\nc53.7,-170.3,84.5,-266.8,92.5,-289.5z\nM"+(1001+e)+" 80h400000v"+(40+e)+"h-400000z";break;case"sqrtSize3":r="M424,"+(2398+e+80)+"\nc-1.3,-0.7,-38.5,-172,-111.5,-514c-73,-342,-109.8,-513.3,-110.5,-514\nc0,-2,-10.7,14.3,-32,49c-4.7,7.3,-9.8,15.7,-15.5,25c-5.7,9.3,-9.8,16,-12.5,20\ns-5,7,-5,7c-4,-3.3,-8.3,-7.7,-13,-13s-13,-13,-13,-13s76,-122,76,-122s77,-121,77,-121\ns209,968,209,968c0,-2,84.7,-361.7,254,-1079c169.3,-717.3,254.7,-1077.7,256,-1081\nl"+e/4.223+" -"+e+"c4,-6.7,10,-10,18,-10 H400000\nv"+(40+e)+"H1014.6\ns-87.3,378.7,-272.6,1166c-185.3,787.3,-279.3,1182.3,-282,1185\nc-2,6,-10,9,-24,9\nc-8,0,-12,-0.7,-12,-2z M"+(1001+e)+" 80\nh400000v"+(40+e)+"h-400000z";break;case"sqrtSize4":r="M473,"+(2713+e+80)+"\nc339.3,-1799.3,509.3,-2700,510,-2702 l"+e/5.298+" -"+e+"\nc3.3,-7.3,9.3,-11,18,-11 H400000v"+(40+e)+"H1017.7\ns-90.5,478,-276.2,1466c-185.7,988,-279.5,1483,-281.5,1485c-2,6,-10,9,-24,9\nc-8,0,-12,-0.7,-12,-2c0,-1.3,-5.3,-32,-16,-92c-50.7,-293.3,-119.7,-693.3,-207,-1200\nc0,-1.3,-5.3,8.7,-16,30c-10.7,21.3,-21.3,42.7,-32,64s-16,33,-16,33s-26,-26,-26,-26\ns76,-153,76,-153s77,-151,77,-151c0.7,0.7,35.7,202,105,604c67.3,400.7,102,602.7,104,\n606zM"+(1001+e)+" 80h400000v"+(40+e)+"H1017.7z";break;case"sqrtTall":r="M702 "+(80+e)+"H400000"+(40+e)+"\nH742v"+(t-54-80-e)+"l-4 4-4 4c-.667.7 -2 1.5-4 2.5s-4.167 1.833-6.5 2.5-5.5 1-9.5 1\nh-12l-28-84c-16.667-52-96.667 -294.333-240-727l-212 -643 -85 170\nc-4-3.333-8.333-7.667-13 -13l-13-13l77-155 77-156c66 199.333 139 419.667\n219 661 l218 661zM702 80H400000v"+(40+e)+"H742z"}return r}(r,t),r=new fe(n,r),r=new de([r],{width:"400em",height:e+"em",viewBox:"0 0 400000 "+t,preserveAspectRatio:"xMinYMin slice"}),Z.makeSvgSpan(["hide-tail"],[r],o)}function Wt(e,t,r,n){for(var o=Math.min(2,3-n.style.size);o<r.length&&"stack"!==r[o].type;o++){var i=rr(e,dr(r[o]),"math"),i=i.height+i.depth;if("small"===r[o].type&&(i*=n.havingBaseStyle(r[o].style).sizeMultiplier),t<i)return r[o]}return r[r.length-1]}function Gt(e,t,r,n,o,i){"<"===e||"\\lt"===e||"⟨"===e?e="\\langle":">"!==e&&"\\gt"!==e&&"⟩"!==e||(e="\\rangle"),u=$.contains(cr,e)?ur:$.contains(ar,e)?pr:mr;var s,a,l,c,h,u=Wt(e,t,u,n);return"small"===u.type?(s=e,a=u.style,l=r,c=n,h=i,s=Z.makeSymbol(s,"Main-Regular",o,c),s=nr(s,a,c,h),l&&or(s,c,a),s):"large"===u.type?jt(e,u.size,r,n,o,i):Vt(e,t,r,n,o,i)}function Zt(e,t,r,n,o){if("<"===e||"\\lt"===e||"⟨"===e?e="\\langle":">"!==e&&"\\gt"!==e&&"⟩"!==e||(e="\\rangle"),$.contains(ar,e)||$.contains(cr,e))return jt(e,t,!1,r,n,o);if($.contains(lr,e))return Vt(e,hr[t],!1,r,n,o);throw new V("Illegal delimiter: '"+e+"'")}function Yt(e,t,r,n,o,i){var s=n.fontMetrics().axisHeight*n.sizeMultiplier,a=5/n.fontMetrics().ptPerEm,t=Math.max(t-s,r+s),r=Math.max(t/500*901,2*t-a);return Gt(e,r,!0,n,o,i)}var Xt=function(e){return new rt({style:e.displayMode?W.DISPLAY:W.TEXT,maxSize:e.maxSize,minRuleThickness:e.minRuleThickness})},Kt=function(e,t){var r;return t.displayMode&&(r=["katex-display"],t.leqno&&r.push("leqno"),t.fleqn&&r.push("fleqn"),e=Z.makeSpan(r,[e])),e},Jt={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:"⇋"},Qt={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"],xleftarrow:[["leftarrow"],1.469,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"],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]},er=function(e){return"ordgroup"===e.type?e.body.length:1},tr=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map(function(e){return"\\"+e}).join("|")),rr=(y({type:"accent",names:["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring","\\widecheck","\\widehat","\\widetilde","\\overrightarrow","\\overleftarrow","\\Overrightarrow","\\overleftrightarrow","\\overgroup","\\overlinesegment","\\overleftharpoon","\\overrightharpoon"],props:{numArgs:1},handler:function(e,t){var t=t[0],r=!tr.test(e.funcName),n=!r||"\\widehat"===e.funcName||"\\widetilde"===e.funcName||"\\widecheck"===e.funcName;return{type:"accent",mode:e.parser.mode,label:e.funcName,isStretchy:r,isShifty:n,base:t}},htmlBuilder:Ot,mathmlBuilder:Ft}),y({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!1},handler:function(e,t){t=t[0];return{type:"accent",mode:e.parser.mode,label:e.funcName,isStretchy:!1,isShifty:!0,base:t}},htmlBuilder:Ot,mathmlBuilder:Ft}),y({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:function(e,t){var r=e.parser,e=e.funcName,t=t[0];return{type:"accentUnder",mode:r.mode,label:e,base:t}},htmlBuilder:function(e,t){var r=Y(e.base,t),n=Rt(e,t),e="\\utilde"===e.label?.12:0,n=Z.makeVList({positionType:"bottom",positionData:n.height+e,children:[{type:"elem",elem:n,wrapperClasses:["svg-align"]},{type:"kern",size:e},{type:"elem",elem:r}]},t);return Z.makeSpan(["mord","accentunder"],[n],t)},mathmlBuilder:function(e,t){var r=Nt(e.label),e=new M.MathNode("munder",[z(e.base,t),r]);return e.setAttribute("accentunder","true"),e}}),y({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"],props:{numArgs:1,numOptionalArgs:1},handler:function(e,t,r){var n=e.parser,e=e.funcName;return{type:"xArrow",mode:n.mode,label:e,body:t[0],below:r[0]}},htmlBuilder:function(e,t){var r=t.style,n=t.havingStyle(r.sup()),o=Z.wrapFragment(Y(e.body,n,t),t);o.classes.push("x-arrow-pad"),e.below&&(n=t.havingStyle(r.sub()),(i=Z.wrapFragment(Y(e.below,n,t),t)).classes.push("x-arrow-pad"));var i,r=Rt(e,t),n=-t.fontMetrics().axisHeight+.5*r.height,s=-t.fontMetrics().axisHeight-.5*r.height-.111;return(.25<o.depth||"\\xleftequilibrium"===e.label)&&(s-=o.depth),(i=i?(e=-t.fontMetrics().axisHeight+i.height+.5*r.height+.111,Z.makeVList({positionType:"individualShift",children:[{type:"elem",elem:o,shift:s},{type:"elem",elem:r,shift:n},{type:"elem",elem:i,shift:e}]},t)):Z.makeVList({positionType:"individualShift",children:[{type:"elem",elem:o,shift:s},{type:"elem",elem:r,shift:n}]},t)).children[0].children[0].children[1].classes.push("svg-align"),Z.makeSpan(["mrel","x-arrow"],[i],t)},mathmlBuilder:function(e,t){var r,n,o,i=Nt(e.label);return n=e.body?(r=Pt(z(e.body,t)),e.below?(o=Pt(z(e.below,t)),new M.MathNode("munderover",[i,o,r])):new M.MathNode("mover",[i,r])):e.below?(o=Pt(z(e.below,t)),new M.MathNode("munder",[i,o])):(n=Pt(),new M.MathNode("mover",[i,n]))}}),y({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){for(var e=e.parser,r=g(t[0],"ordgroup").body,n="",o=0;o<r.length;o++)n+=g(r[o],"textord").text;t=parseInt(n);if(isNaN(t))throw new V("\\@char has non-numeric argument "+n);return{type:"textord",mode:e.mode,text:String.fromCharCode(t)}}}),y({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,greediness:3,argTypes:["color","original"]},handler:function(e,t){var e=e.parser,r=g(t[0],"color-token").color,t=t[1];return{type:"color",mode:e.mode,color:r,body:w(t)}},htmlBuilder:Ht,mathmlBuilder:Ut}),y({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,greediness:3,argTypes:["color"]},handler:function(e,t){var r=e.parser,e=e.breakOnTokenText,t=g(t[0],"color-token").color,e=(r.gullet.macros.set("\\current@color",t),r.parseExpression(!0,e));return{type:"color",mode:r.mode,color:t,body:e}},htmlBuilder:Ht,mathmlBuilder:Ut}),y({type:"cr",names:["\\cr","\\newline"],props:{numArgs:0,numOptionalArgs:1,argTypes:["size"],allowedInText:!0},handler:function(e,t,r){var n=e.parser,e=e.funcName,r=r[0],e="\\cr"===e,o=!1;return e||(o=!n.settings.displayMode||!n.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode")),{type:"cr",mode:n.mode,newLine:o,newRow:e,size:r&&g(r,"size").value}},htmlBuilder:function(e,t){if(e.newRow)throw new V("\\cr valid only within a tabular/array environment");var r=Z.makeSpan(["mspace"],[],t);return e.newLine&&(r.classes.push("newline"),e.size&&(r.style.marginTop=G(e.size,t)+"em")),r},mathmlBuilder:function(e,t){var r=new M.MathNode("mspace");return e.newLine&&(r.setAttribute("linebreak","newline"),e.size&&r.setAttribute("height",G(e.size,t)+"em")),r}}),function(e,t,r){r=Ee(p.math[e]&&p.math[e].replace||e,t,r);if(r)return r;throw new Error("Unsupported symbol "+e+" and font size "+t+".")}),nr=function(e,t,r,n){t=r.havingBaseStyle(t),n=Z.makeSpan(n.concat(t.sizingClasses(r)),[e],r),e=t.sizeMultiplier/r.sizeMultiplier;return n.height*=e,n.depth*=e,n.maxFontSize=t.sizeMultiplier,n},or=function(e,t,r){r=t.havingBaseStyle(r),r=(1-t.sizeMultiplier/r.sizeMultiplier)*t.fontMetrics().axisHeight;e.classes.push("delimcenter"),e.style.top=r+"em",e.height-=r,e.depth+=r},ir=function(e,t,r){return{type:"elem",elem:Z.makeSpan(["delimsizinginner","Size1-Regular"===t?"delim-size1":"delim-size4"],[Z.makeSpan([],[Z.makeSymbol(e,t,r)])])}},sr={type:"kern",size:-.005},ar=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","\\surd"],lr=["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱"],cr=["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"],hr=[0,1.2,1.8,2.4,3],ur=[{type:"small",style:W.SCRIPTSCRIPT},{type:"small",style:W.SCRIPT},{type:"small",style:W.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],mr=[{type:"small",style:W.SCRIPTSCRIPT},{type:"small",style:W.SCRIPT},{type:"small",style:W.TEXT},{type:"stack"}],pr=[{type:"small",style:W.SCRIPTSCRIPT},{type:"small",style:W.SCRIPT},{type:"small",style:W.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],dr=function(e){if("small"===e.type)return"Main-Regular";if("large"===e.type)return"Size"+e.size+"-Regular";if("stack"===e.type)return"Size4-Regular";throw new Error("Add support for delim type '"+e.type+"' here.")},fr=Gt,gr={"\\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}},br=["(","\\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 vr(e,t){var r=ht(e);if(r&&$.contains(br,r.text))return r;throw new V("Invalid delimiter: '"+(r?r.text:JSON.stringify(e))+"' after '"+t.funcName+"'",e)}function xr(e){if(!e.body)throw new Error("Bug: The leftright ParseNode wasn't fully parsed.")}y({type:"delimsizing",names:["\\bigl","\\Bigl","\\biggl","\\Biggl","\\bigr","\\Bigr","\\biggr","\\Biggr","\\bigm","\\Bigm","\\biggm","\\Biggm","\\big","\\Big","\\bigg","\\Bigg"],props:{numArgs:1},handler:function(e,t){t=vr(t[0],e);return{type:"delimsizing",mode:e.parser.mode,size:gr[e.funcName].size,mclass:gr[e.funcName].mclass,delim:t.text}},htmlBuilder:function(e,t){return"."===e.delim?Z.makeSpan([e.mclass]):Zt(e.delim,e.size,t,e.mode,[e.mclass])},mathmlBuilder:function(e){var t=[],t=("."!==e.delim&&t.push(S(e.delim,e.mode)),new M.MathNode("mo",t));return"mopen"===e.mclass||"mclose"===e.mclass?t.setAttribute("fence","true"):t.setAttribute("fence","false"),t}}),y({type:"leftright-right",names:["\\right"],props:{numArgs:1},handler:function(e,t){var r=e.parser.gullet.macros.get("\\current@color");if(r&&"string"!=typeof r)throw new V("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:e.parser.mode,delim:vr(t[0],e).text,color:r}}}),y({type:"leftright",names:["\\left"],props:{numArgs:1},handler:function(e,t){var t=vr(t[0],e),e=e.parser,r=(++e.leftrightDepth,e.parseExpression(!1)),n=(--e.leftrightDepth,e.expect("\\right",!1),g(e.parseFunction(),"leftright-right"));return{type:"leftright",mode:e.mode,body:r,left:t.text,right:n.delim,rightColor:n.color}},htmlBuilder:function(e,t){xr(e);for(var r,n=k(e.body,t,!0,["mopen","mclose"]),o=0,i=0,s=!1,a=0;a<n.length;a++)n[a].isMiddle?s=!0:(o=Math.max(n[a].height,o),i=Math.max(n[a].depth,i));if(o*=t.sizeMultiplier,i*=t.sizeMultiplier,r="."===e.left?vt(t,["mopen"]):Yt(e.left,o,i,t,e.mode,["mopen"]),n.unshift(r),s)for(var l=1;l<n.length;l++){var c=n[l].isMiddle;c&&(n[l]=Yt(c.delim,o,i,c.options,e.mode,[]))}return r="."===e.right?vt(t,["mclose"]):(r=e.rightColor?t.withColor(e.rightColor):t,Yt(e.right,o,i,r,e.mode,["mclose"])),n.push(r),Z.makeSpan(["minner"],n,t)},mathmlBuilder:function(e,t){xr(e);var r,t=C(e.body,t);return"."!==e.left&&((r=new M.MathNode("mo",[S(e.left,e.mode)])).setAttribute("fence","true"),t.unshift(r)),"."!==e.right&&((r=new M.MathNode("mo",[S(e.right,e.mode)])).setAttribute("fence","true"),e.rightColor&&r.setAttribute("mathcolor",e.rightColor),t.push(r)),zt(t)}}),y({type:"middle",names:["\\middle"],props:{numArgs:1},handler:function(e,t){t=vr(t[0],e);if(e.parser.leftrightDepth)return{type:"middle",mode:e.parser.mode,delim:t.text};throw new V("\\middle without preceding \\left",t)},htmlBuilder:function(e,t){var r;return"."===e.delim?r=vt(t,[]):(r=Zt(e.delim,1,t,e.mode,[]),e={delim:e.delim,options:t},r.isMiddle=e),r},mathmlBuilder:function(e,t){e="\\vert"===e.delim||"|"===e.delim?S("|","text"):S(e.delim,e.mode),e=new M.MathNode("mo",[e]);return e.setAttribute("fence","true"),e.setAttribute("lspace","0.05em"),e.setAttribute("rspace","0.05em"),e}});function yr(e,t){var r,n,o,i,s,a,l,c=Z.wrapFragment(Y(e.body,t),t),h=e.label.substr(1),u=t.sizeMultiplier,m=0,p=$.isCharacterBox(e.body);return"sout"===h?((r=Z.makeSpan(["stretchy","sout"])).height=t.fontMetrics().defaultRuleThickness/u,m=-.5*t.fontMetrics().xHeight):(/cancel/.test(h)?p||c.classes.push("cancel-pad"):c.classes.push("boxpad"),n=u=0,u=/box/.test(h)?(n=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness),t.fontMetrics().fboxsep+("colorbox"===h?0:n)):p?.2:0,i=h,s=u,a=t,o=(o=c).height+o.depth+2*s,/fbox|color/.test(i)?(l=Z.makeSpan(["stretchy",i],[],a),"fbox"===i&&(s=a.color&&a.getColor())&&(l.style.borderColor=s)):(s=[],/^[bx]cancel$/.test(i)&&s.push(new ge({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(i)&&s.push(new ge({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"})),i=new de(s,{width:"100%",height:o+"em"}),l=Z.makeSvgSpan([],[i],a)),l.height=o,l.style.height=o+"em",r=l,/fbox|boxed|fcolorbox/.test(h)&&(r.style.borderStyle="solid",r.style.borderWidth=n+"em"),m=c.depth+u,e.backgroundColor&&(r.style.backgroundColor=e.backgroundColor,e.borderColor&&(r.style.borderColor=e.borderColor))),s=e.backgroundColor?Z.makeVList({positionType:"individualShift",children:[{type:"elem",elem:r,shift:m},{type:"elem",elem:c,shift:0}]},t):Z.makeVList({positionType:"individualShift",children:[{type:"elem",elem:c,shift:0},{type:"elem",elem:r,shift:m,wrapperClasses:/cancel/.test(h)?["svg-align"]:[]}]},t),/cancel/.test(h)&&(s.height=c.height,s.depth=c.depth),/cancel/.test(h)&&!p?Z.makeSpan(["mord","cancel-lap"],[s],t):Z.makeSpan(["mord"],[s],t)}function wr(e,t){var r=new M.MathNode(-1<e.label.indexOf("colorbox")?"mpadded":"menclose",[z(e.body,t)]);switch(e.label){case"\\cancel":r.setAttribute("notation","updiagonalstrike");break;case"\\bcancel":r.setAttribute("notation","downdiagonalstrike");break;case"\\sout":r.setAttribute("notation","horizontalstrike");break;case"\\fbox":r.setAttribute("notation","box");break;case"\\fcolorbox":case"\\colorbox":var n=t.fontMetrics().fboxsep*t.fontMetrics().ptPerEm;r.setAttribute("width","+"+2*n+"pt"),r.setAttribute("height","+"+2*n+"pt"),r.setAttribute("lspace",n+"pt"),r.setAttribute("voffset",n+"pt"),"\\fcolorbox"===e.label&&(n=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness),r.setAttribute("style","border: "+n+"em solid "+String(e.borderColor)));break;case"\\xcancel":r.setAttribute("notation","updiagonalstrike downdiagonalstrike")}return e.backgroundColor&&r.setAttribute("mathbackground",e.backgroundColor),r}y({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,greediness:3,argTypes:["color","text"]},handler:function(e,t,r){var n=e.parser,e=e.funcName,o=g(t[0],"color-token").color,t=t[1];return{type:"enclose",mode:n.mode,label:e,backgroundColor:o,body:t}},htmlBuilder:yr,mathmlBuilder:wr}),y({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,greediness:3,argTypes:["color","color","text"]},handler:function(e,t,r){var n=e.parser,e=e.funcName,o=g(t[0],"color-token").color,i=g(t[1],"color-token").color,t=t[2];return{type:"enclose",mode:n.mode,label:e,backgroundColor:i,borderColor:o,body:t}},htmlBuilder:yr,mathmlBuilder:wr}),y({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler:function(e,t){return{type:"enclose",mode:e.parser.mode,label:"\\fbox",body:t[0]}}}),y({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout"],props:{numArgs:1},handler:function(e,t,r){var n=e.parser,e=e.funcName,t=t[0];return{type:"enclose",mode:n.mode,label:e,body:t}},htmlBuilder:yr,mathmlBuilder:wr});var kr={};function _r(e){for(var t=e.type,r=e.names,n=e.props,o=e.handler,i=e.htmlBuilder,e=e.mathmlBuilder,s={type:t,numArgs:n.numArgs||0,greediness:1,allowedInText:!1,numOptionalArgs:0,handler:o},a=0;a<r.length;++a)kr[r[a]]=s;i&&(dt[t]=i),e&&(ft[t]=e)}function Sr(e){var t=[];e.consumeSpaces();for(var r=e.fetch().text;"\\hline"===r||"\\hdashline"===r;)e.consume(),t.push("\\hdashline"===r),e.consumeSpaces(),r=e.fetch().text;return t}function Cr(e,t,r){var n=t.hskipBeforeAndAfter,o=t.addJot,i=t.cols,s=t.arraystretch,t=t.colSeparationType;if(e.gullet.beginGroup(),e.gullet.macros.set("\\\\","\\cr"),!s){var a=e.gullet.expandMacroAsText("\\arraystretch");if(null==a)s=1;else if(!(s=parseFloat(a))||s<0)throw new V("Invalid \\arraystretch: "+a)}e.gullet.beginGroup();var l=[],c=[l],h=[],u=[];for(u.push(Sr(e));;){var m=e.parseExpression(!1,"\\cr"),p=(e.gullet.endGroup(),e.gullet.beginGroup(),m={type:"ordgroup",mode:e.mode,body:m},r&&(m={type:"styling",mode:e.mode,style:r,body:[m]}),l.push(m),e.fetch().text);if("&"===p)e.consume();else{if("\\end"===p){1===l.length&&"styling"===m.type&&0===m.body[0].body.length&&c.pop(),u.length<c.length+1&&u.push([]);break}if("\\cr"!==p)throw new V("Expected & or \\\\ or \\cr or \\end",e.nextToken);m=g(e.parseFunction(),"cr");h.push(m.size),u.push(Sr(e)),c.push(l=[])}}return e.gullet.endGroup(),e.gullet.endGroup(),{type:"array",mode:e.mode,addJot:o,arraystretch:s,body:c,cols:i,rowGaps:h,hskipBeforeAndAfter:n,hLinesBeforeRow:u,colSeparationType:t}}function Ar(e){return"d"===e.substr(0,1)?"display":"text"}function Mr(e,t){var r=e.body.length,n=e.hLinesBeforeRow,o=0,i=new Array(r),s=[],a=Math.max(t.fontMetrics().arrayRuleWidth,t.minRuleThickness),l=1/t.fontMetrics().ptPerEm,c=5*l,N=(e.colSeparationType&&"small"===e.colSeparationType&&(c=t.havingStyle(W.SCRIPT).sizeMultiplier/t.sizeMultiplier*.2778),12*l),R=3*l,O=.7*(l=e.arraystretch*N),h=.3*l,u=0;function m(e){for(var t=0;t<e.length;++t)0<t&&(u+=.25),s.push({pos:u,isDashed:e[t]})}for(m(n[0]),D=0;D<e.body.length;++D){for(var p=e.body[D],d=O,f=h,g=(o<p.length&&(o=p.length),new Array(p.length)),b=0;b<p.length;++b){var v=Y(p[b],t);f<v.depth&&(f=v.depth),d<v.height&&(d=v.height),g[b]=v}var x=e.rowGaps[D],y=0;x&&0<(y=G(x,t))&&(f<(y+=h)&&(f=y),y=0),e.addJot&&(f+=R),g.height=d,g.depth=f,u+=d,g.pos=u,u+=f+y,i[D]=g,m(n[D+1])}for(var w,k=u/2+t.fontMetrics().axisHeight,_=e.cols||[],S=[],C=b=0;b<o||C<_.length;++b,++C){for(var A=_[C]||{},M=!0;"separator"===A.type;){if(M||((w=Z.makeSpan(["arraycolsep"],[])).style.width=t.fontMetrics().doubleRuleSep+"em",S.push(w)),"|"!==A.separator&&":"!==A.separator)throw new V("Invalid separator type: "+A.separator);var F="|"===A.separator?"solid":"dashed",z=Z.makeSpan(["vertical-separator"],[],t);z.style.height=u+"em",z.style.borderRightWidth=a+"em",z.style.borderRightStyle=F,z.style.margin="0 -"+a/2+"em",z.style.verticalAlign=-(u-k)+"em",S.push(z),A=_[++C]||{},M=!1}if(!(o<=b)){for(var E=void 0,T=((0<b||e.hskipBeforeAndAfter)&&0!==(E=$.deflt(A.pregap,c))&&((w=Z.makeSpan(["arraycolsep"],[])).style.width=E+"em",S.push(w)),[]),D=0;D<r;++D){var q,I=i[D],L=I[b];L&&(q=I.pos-k,L.depth=I.depth,L.height=I.height,T.push({type:"elem",elem:L,shift:q}))}T=Z.makeVList({positionType:"individualShift",children:T},t),T=Z.makeSpan(["col-align-"+(A.align||"c")],[T]),S.push(T),(b<o-1||e.hskipBeforeAndAfter)&&0!==(E=$.deflt(A.postgap,c))&&((w=Z.makeSpan(["arraycolsep"],[])).style.width=E+"em",S.push(w))}}if(i=Z.makeSpan(["mtable"],S),0<s.length){for(var P=Z.makeLineSpan("hline",t,a),H=Z.makeLineSpan("hdashline",t,a),B=[{type:"elem",elem:i,shift:0}];0<s.length;){var U=s.pop(),j=U.pos-k;U.isDashed?B.push({type:"elem",elem:H,shift:j}):B.push({type:"elem",elem:P,shift:j})}i=Z.makeVList({positionType:"individualShift",children:B},t)}return Z.makeSpan(["mord"],[i],t)}function zr(e,t){var r=new M.MathNode("mtable",e.body.map(function(e){return new M.MathNode("mtr",e.map(function(e){return new M.MathNode("mtd",[z(e,t)])}))})),n=.5===e.arraystretch?.1:.16+e.arraystretch-1+(e.addJot?.09:0),n=(r.setAttribute("rowspacing",n+"em"),""),o="";if(e.cols){var i=e.cols,s="",a=!1,l=0,c=i.length;"separator"===i[0].type&&(n+="top ",l=1),"separator"===i[i.length-1].type&&(n+="bottom ",--c);for(var h=l;h<c;h++)"align"===i[h].type?(o+=Tr[i[h].align],a&&(s+="none "),a=!0):"separator"===i[h].type&&a&&(s+="|"===i[h].separator?"solid ":"dashed ",a=!1);r.setAttribute("columnalign",o.trim()),/[sd]/.test(s)&&r.setAttribute("columnlines",s.trim())}if("align"===e.colSeparationType){for(var u=e.cols||[],m="",p=1;p<u.length;p++)m+=p%2?"0em ":"1em ";r.setAttribute("columnspacing",m.trim())}else"alignat"===e.colSeparationType?r.setAttribute("columnspacing","0em"):"small"===e.colSeparationType?r.setAttribute("columnspacing","0.2778em"):r.setAttribute("columnspacing","1em");for(var d="",f=e.hLinesBeforeRow,n=(n+=0<f[0].length?"left ":"")+(0<f[f.length-1].length?"right ":""),g=1;g<f.length-1;g++)d+=0===f[g].length?"none ":f[g][0]?"dashed ":"solid ";return/[sd]/.test(d)&&r.setAttribute("rowlines",d.trim()),""!==n&&(r=new M.MathNode("menclose",[r])).setAttribute("notation",n.trim()),e.arraystretch&&e.arraystretch<1&&(r=new M.MathNode("mstyle",[r])).setAttribute("scriptlevel","1"),r}function Er(e,t){var o,r=[],n=Cr(e.parser,{cols:r,addJot:!0},"display"),i=0,s={type:"ordgroup",mode:e.mode,body:[]},a=b(t[0],"ordgroup");if(a){for(var l="",c=0;c<a.body.length;c++)l+=g(a.body[c],"textord").text;o=Number(l),i=2*o}var h=!i;n.body.forEach(function(e){for(var t=1;t<e.length;t+=2){var r=g(e[t],"styling");g(r.body[0],"ordgroup").body.unshift(s)}if(h)i<e.length&&(i=e.length);else{var n=e.length/2;if(o<n)throw new V("Too many math in a row: expected "+o+", but got "+n,e[0])}});for(var u=0;u<i;++u){var m="r",p=0;u%2==1?m="l":0<u&&h&&(p=1),r[u]={type:"align",align:m,pregap:p,postgap:0}}return n.colSeparationType=h?"align":"alignat",n}var Tr={c:"center ",l:"left ",r:"right "},Dr=(_r({type:"array",names:["array","darray"],props:{numArgs:1},handler:function(e,t){t={cols:(ht(t[0])?[t[0]]:g(t[0],"ordgroup").body).map(function(e){var t=ct(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 V("Unknown column alignment: "+t,e)}),hskipBeforeAndAfter:!0};return Cr(e.parser,t,Ar(e.envName))},htmlBuilder:Mr,mathmlBuilder:zr}),_r({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix"],props:{numArgs:0},handler:function(e){var t={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[e.envName],r=Cr(e.parser,{hskipBeforeAndAfter:!1},Ar(e.envName));return t?{type:"leftright",mode:e.mode,body:[r],left:t[0],right:t[1],rightColor:void 0}:r},htmlBuilder:Mr,mathmlBuilder:zr}),_r({type:"array",names:["smallmatrix"],props:{numArgs:0},handler:function(e){e=Cr(e.parser,{arraystretch:.5},"script");return e.colSeparationType="small",e},htmlBuilder:Mr,mathmlBuilder:zr}),_r({type:"array",names:["subarray"],props:{numArgs:1},handler:function(e,t){t=(ht(t[0])?[t[0]]:g(t[0],"ordgroup").body).map(function(e){var t=ct(e).text;if(-1!=="lc".indexOf(t))return{type:"align",align:t};throw new V("Unknown column alignment: "+t,e)});if(1<t.length)throw new V("{subarray} can contain only one column");if(1<(e=Cr(e.parser,{cols:t,hskipBeforeAndAfter:!1,arraystretch:.5},"script")).body[0].length)throw new V("{subarray} can contain only one column");return e},htmlBuilder:Mr,mathmlBuilder:zr}),_r({type:"array",names:["cases","dcases"],props:{numArgs:0},handler:function(e){var t=Cr(e.parser,{arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},Ar(e.envName));return{type:"leftright",mode:e.mode,body:[t],left:"\\{",right:".",rightColor:void 0}},htmlBuilder:Mr,mathmlBuilder:zr}),_r({type:"array",names:["aligned"],props:{numArgs:0},handler:Er,htmlBuilder:Mr,mathmlBuilder:zr}),_r({type:"array",names:["gathered"],props:{numArgs:0},handler:function(e){return Cr(e.parser,{cols:[{type:"align",align:"c"}],addJot:!0},"display")},htmlBuilder:Mr,mathmlBuilder:zr}),_r({type:"array",names:["alignedat"],props:{numArgs:1},handler:Er,htmlBuilder:Mr,mathmlBuilder:zr}),y({type:"text",names:["\\hline","\\hdashline"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler:function(e,t){throw new V(e.funcName+" valid only within array environment")}}),kr),qr=(y({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler:function(e,t){var r=e.parser,e=e.funcName,n=t[0];if("ordgroup"!==n.type)throw new V("Invalid environment name",n);for(var o="",i=0;i<n.body.length;++i)o+=g(n.body[i],"textord").text;if("\\begin"!==e)return{type:"environment",mode:r.mode,name:o,nameGroup:n};if(!Dr.hasOwnProperty(o))throw new V("No such environment: "+o,n);var t=Dr[o],e=r.parseArguments("\\begin{"+o+"}",t),s=e.args,e=e.optArgs,a={mode:r.mode,envName:o,parser:r},t=t.handler(a,s,e),a=(r.expect("\\end",!1),r.nextToken),s=g(r.parseFunction(),"environment");if(s.name!==o)throw new V("Mismatch: \\begin{"+o+"} matched by \\end{"+s.name+"}",a);return t}}),Z.makeSpan);function Ir(e,t){var r=k(e.body,t,!0);return qr([e.mclass],r,t)}function Lr(e,t){var r,t=C(e.body,t);return"minner"===e.mclass?M.newDocumentFragment(t):("mord"===e.mclass?e.isCharacterBox?(r=t[0]).type="mi":r=new M.MathNode("mi",t):(e.isCharacterBox?(r=t[0]).type="mo":r=new M.MathNode("mo",t),"mbin"===e.mclass?(r.attributes.lspace="0.22em",r.attributes.rspace="0.22em"):"mpunct"===e.mclass?(r.attributes.lspace="0em",r.attributes.rspace="0.17em"):"mopen"!==e.mclass&&"mclose"!==e.mclass||(r.attributes.lspace="0em",r.attributes.rspace="0em")),r)}y({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1},handler:function(e,t){var r=e.parser,e=e.funcName,t=t[0];return{type:"mclass",mode:r.mode,mclass:"m"+e.substr(5),body:w(t),isCharacterBox:$.isCharacterBox(t)}},htmlBuilder:Ir,mathmlBuilder:Lr});function Br(e){return"atom"!==(e="ordgroup"===e.type&&e.body.length?e.body[0]:e).type||"bin"!==e.family&&"rel"!==e.family?"mord":"m"+e.family}function Nr(e,t){var r=e.font,t=t.withFont(r);return Y(e.body,t)}function Rr(e,t){var r=e.font,t=t.withFont(r);return z(e.body,t)}y({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler:function(e,t){return{type:"mclass",mode:e.parser.mode,mclass:Br(t[0]),body:[t[1]],isCharacterBox:$.isCharacterBox(t[1])}}}),y({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler:function(e,t){var r=e.parser,e=e.funcName,n=t[1],t=t[0],o="\\stackrel"!==e?Br(n):"mrel",n={type:"op",mode:n.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:"\\stackrel"!==e,body:w(n)},n={type:"supsub",mode:t.mode,base:n,sup:"\\underset"===e?null:t,sub:"\\underset"===e?t:null};return{type:"mclass",mode:r.mode,mclass:o,body:[n],isCharacterBox:$.isCharacterBox(n)}},htmlBuilder:Ir,mathmlBuilder:Lr});function Or(e,t){return"display"===e?t=t.id>=W.SCRIPT.id?t.text():W.DISPLAY:"text"===e&&t.size===W.DISPLAY.size?t=W.TEXT:"script"===e?t=W.SCRIPT:"scriptscript"===e&&(t=W.SCRIPTSCRIPT),t}function Fr(e,t){var r=Or(e.size,t.style),n=r.fracNum(),o=r.fracDen(),n=t.havingStyle(n),i=Y(e.numer,n,t);e.continued&&(h=8.5/t.fontMetrics().ptPerEm,u=3.5/t.fontMetrics().ptPerEm,i.height=i.height<h?h:i.height,i.depth=i.depth<u?u:i.depth),n=t.havingStyle(o);var s,a,l,c,h=Y(e.denom,n,t),u=e.hasBarLine?(a=(c=e.barSize?(a=G(e.barSize,t),Z.makeLineSpan("frac-line",t,a)):Z.makeLineSpan("frac-line",t)).height,c.height):(c=null,a=0,t.fontMetrics().defaultRuleThickness),o=r.size===W.DISPLAY.size||"display"===e.size?(s=t.fontMetrics().num1,l=0<a?3*u:7*u,t.fontMetrics().denom1):(l=0<a?(s=t.fontMetrics().num2,u):(s=t.fontMetrics().num3,3*u),t.fontMetrics().denom2);return u=c?(u=t.fontMetrics().axisHeight,s-i.depth-(u+.5*a)<l&&(s+=l-(s-i.depth-(u+.5*a))),u-.5*a-(h.height-o)<l&&(o+=l-(u-.5*a-(h.height-o))),Z.makeVList({positionType:"individualShift",children:[{type:"elem",elem:h,shift:o},{type:"elem",elem:c,shift:-(u-.5*a)},{type:"elem",elem:i,shift:-s}]},t)):((c=s-i.depth-(h.height-o))<l&&(s+=.5*(l-c),o+=.5*(l-c)),Z.makeVList({positionType:"individualShift",children:[{type:"elem",elem:h,shift:o},{type:"elem",elem:i,shift:-s}]},t)),n=t.havingStyle(r),u.height*=n.sizeMultiplier/t.sizeMultiplier,u.depth*=n.sizeMultiplier/t.sizeMultiplier,a=r.size===W.DISPLAY.size?t.fontMetrics().delim1:t.fontMetrics().delim2,l=null==e.leftDelim?vt(t,["mopen"]):fr(e.leftDelim,a,!0,t.havingStyle(r),e.mode,["mopen"]),c=e.continued?Z.makeSpan([]):null==e.rightDelim?vt(t,["mclose"]):fr(e.rightDelim,a,!0,t.havingStyle(r),e.mode,["mclose"]),Z.makeSpan(["mord"].concat(n.sizingClasses(t)),[l,Z.makeSpan(["mfrac"],[u]),c],t)}function Pr(e,t){var r=new M.MathNode("mfrac",[z(e.numer,t),z(e.denom,t)]),n=(e.hasBarLine?e.barSize&&(n=G(e.barSize,t),r.setAttribute("linethickness",n+"em")):r.setAttribute("linethickness","0px"),Or(e.size,t.style));return n.size!==t.style.size&&(r=new M.MathNode("mstyle",[r]),t=n.size===W.DISPLAY.size?"true":"false",r.setAttribute("displaystyle",t),r.setAttribute("scriptlevel","0")),null!=e.leftDelim||null!=e.rightDelim?(n=[],null!=e.leftDelim&&((t=new M.MathNode("mo",[new M.TextNode(e.leftDelim.replace("\\",""))])).setAttribute("fence","true"),n.push(t)),n.push(r),null!=e.rightDelim&&((t=new M.MathNode("mo",[new M.TextNode(e.rightDelim.replace("\\",""))])).setAttribute("fence","true"),n.push(t)),zt(n)):r}function Hr(e){var t=null;return t=0<e.length?"."===(t=e)?null:t:t}function Ur(e,t){var r,n,o=t.style,o=(i=b(e,"supsub"))?(r=i.sup?Y(i.sup,t.havingStyle(o.sup()),t):Y(i.sub,t.havingStyle(o.sub()),t),g(i.base,"horizBrace")):g(e,"horizBrace"),i=Y(o.base,t.havingBaseStyle(W.DISPLAY)),e=Rt(o,t);return(o.isOver?(n=Z.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:i},{type:"kern",size:.1},{type:"elem",elem:e}]},t)).children[0].children[0].children[1]:(n=Z.makeVList({positionType:"bottom",positionData:i.depth+.1+e.height,children:[{type:"elem",elem:e},{type:"kern",size:.1},{type:"elem",elem:i}]},t)).children[0].children[0].children[0]).classes.push("svg-align"),r&&(e=Z.makeSpan(["mord",o.isOver?"mover":"munder"],[n],t),n=o.isOver?Z.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:e},{type:"kern",size:.2},{type:"elem",elem:r}]},t):Z.makeVList({positionType:"bottom",positionData:e.depth+.2+r.height+r.depth,children:[{type:"elem",elem:r},{type:"kern",size:.2},{type:"elem",elem:e}]},t)),Z.makeSpan(["mord",o.isOver?"mover":"munder"],[n],t)}function jr(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 V("Invalid size: '"+e+"' in \\includegraphics");if(e={number:+(t[1]+t[2]),unit:t[3]},Xe(e))return e;throw new V("Invalid unit: '"+e.unit+"' in \\includegraphics.")}function Vr(e,t){switch(t.style.size){case W.DISPLAY.size:return e.display;case W.TEXT.size:return e.text;case W.SCRIPT.size:return e.script;case W.SCRIPTSCRIPT.size:return e.scriptscript;default:return e.text}}function $r(e,t,r,n,o,i,s){var a,l;if(e=Z.makeSpan([],[e]),t&&(a={elem:t=Y(t,n.havingStyle(o.sup()),n),kern:Math.max(n.fontMetrics().bigOpSpacing1,n.fontMetrics().bigOpSpacing3-t.depth)}),r&&(l={elem:t=Y(r,n.havingStyle(o.sub()),n),kern:Math.max(n.fontMetrics().bigOpSpacing2,n.fontMetrics().bigOpSpacing4-t.height)}),a&&l)var r=n.fontMetrics().bigOpSpacing5+l.elem.height+l.elem.depth+l.kern+e.depth+s,c=Z.makeVList({positionType:"bottom",positionData:r,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:l.elem,marginLeft:-i+"em"},{type:"kern",size:l.kern},{type:"elem",elem:e},{type:"kern",size:a.kern},{type:"elem",elem:a.elem,marginLeft:i+"em"},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n);else if(l){o=e.height-s;c=Z.makeVList({positionType:"top",positionData:o,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:l.elem,marginLeft:-i+"em"},{type:"kern",size:l.kern},{type:"elem",elem:e}]},n)}else{if(!a)return e;t=e.depth+s;c=Z.makeVList({positionType:"bottom",positionData:t,children:[{type:"elem",elem:e},{type:"kern",size:a.kern},{type:"elem",elem:a.elem,marginLeft:i+"em"},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}return Z.makeSpan(["mop","op-limits"],[c],n)}function Wr(e,t){var r,n,o,i=!1,s=b(e,"supsub");if(s?(r=s.sup,n=s.sub,o=g(s.base,"op"),i=!0):o=g(e,"op"),s=t.style,e=!1,s.size===W.DISPLAY.size&&o.symbol&&!$.contains(Kr,o.name)&&(e=!0),o.symbol){var a,l=e?"Size2-Regular":"Size1-Regular",c="";"\\oiint"!==o.name&&"\\oiiint"!==o.name||(c=o.name.substr(1),o.name="oiint"===c?"\\iint":"\\iiint"),l=Z.makeSymbol(o.name,l,"math",t,["mop","op-symbol",e?"large-op":"small-op"]),0<c.length&&(a=l.italic,h=Z.staticSvg(c+"Size"+(e?"2":"1"),t),l=Z.makeVList({positionType:"individualShift",children:[{type:"elem",elem:l,shift:0},{type:"elem",elem:h,shift:e?.08:0}]},t),o.name="\\"+c,l.classes.unshift("mop"),l.italic=a)}else if(o.body){var h=k(o.body,t,!0);1===h.length&&h[0]instanceof v?(l=h[0]).classes[0]="mop":l=Z.makeSpan(["mop"],Z.tryCombineChars(h),t)}else{for(var u=[],m=1;m<o.name.length;m++)u.push(Z.mathsym(o.name[m],o.mode,t));l=Z.makeSpan(["mop"],u,t)}return c=e=0,(l instanceof v||"\\oiint"===o.name||"\\oiiint"===o.name)&&!o.suppressBaseShift&&(e=(l.height-l.depth)/2-t.fontMetrics().axisHeight,c=l.italic),i?$r(l,r,n,t,s,c,e):(e&&(l.style.position="relative",l.style.top=e+"em"),l)}function Gr(e,t){var r;return e.symbol?(r=new A("mo",[S(e.name,e.mode)]),$.contains(Kr,e.name)&&r.setAttribute("largeop","false")):r=e.body?new A("mo",C(e.body,t)):(r=new A("mi",[new Dt(e.name.slice(1))]),t=new A("mo",[S("","text")]),e.parentIsSupSub?new A("mo",[r,t]):Mt([r,t])),r}function Zr(e,t){var r,n,o,i,s=!1;if((a=b(e,"supsub"))?(r=a.sup,n=a.sub,o=g(a.base,"operatorname"),s=!0):o=g(e,"operatorname"),0<o.body.length){for(var a=o.body.map(function(e){var t=e.text;return"string"==typeof t?{type:"textord",mode:e.mode,text:t}:e}),l=k(a,t.withFont("mathrm"),!0),c=0;c<l.length;c++){var h=l[c];h instanceof v&&(h.text=h.text.replace(/\u2212/,"-").replace(/\u2217/,"*"))}i=Z.makeSpan(["mop"],l,t)}else i=Z.makeSpan(["mop"],[],t);return s?$r(i,r,n,t,t.style,0,0):i}var Yr={"\\Bbb":"\\mathbb","\\bold":"\\mathbf","\\frak":"\\mathfrak","\\bm":"\\boldsymbol"},Xr=(y({type:"font",names:["\\mathrm","\\mathit","\\mathbf","\\mathnormal","\\mathbb","\\mathcal","\\mathfrak","\\mathscr","\\mathsf","\\mathtt","\\Bbb","\\bold","\\frak"],props:{numArgs:1,greediness:2},handler:function(e,t){var r=e.parser,e=e.funcName,t=t[0];return{type:"font",mode:r.mode,font:(e=e in Yr?Yr[e]:e).slice(1),body:t}},htmlBuilder:Nr,mathmlBuilder:Rr}),y({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1,greediness:2},handler:function(e,t){var e=e.parser,t=t[0],r=$.isCharacterBox(t);return{type:"mclass",mode:e.mode,mclass:Br(t),body:[{type:"font",mode:e.mode,font:"boldsymbol",body:t}],isCharacterBox:r}}}),y({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it"],props:{numArgs:0,allowedInText:!0},handler:function(e,t){var r=e.parser,n=e.funcName,e=e.breakOnTokenText,o=r.mode,e=r.parseExpression(!0,e);return{type:"font",mode:o,font:"math"+n.slice(1),body:{type:"ordgroup",mode:r.mode,body:e}}},htmlBuilder:Nr,mathmlBuilder:Rr}),y({type:"genfrac",names:["\\cfrac","\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,greediness:2},handler:function(e,t){var r,n=e.parser,e=e.funcName,o=t[0],t=t[1],i=null,s=null,a="auto";switch(e){case"\\cfrac":case"\\dfrac":case"\\frac":case"\\tfrac":r=!0;break;case"\\\\atopfrac":r=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":r=!1,i="(",s=")";break;case"\\\\bracefrac":r=!1,i="\\{",s="\\}";break;case"\\\\brackfrac":r=!1,i="[",s="]";break;default:throw new Error("Unrecognized genfrac command")}switch(e){case"\\cfrac":case"\\dfrac":case"\\dbinom":a="display";break;case"\\tfrac":case"\\tbinom":a="text"}return{type:"genfrac",mode:n.mode,continued:"\\cfrac"===e,numer:o,denom:t,hasBarLine:r,leftDelim:i,rightDelim:s,size:a,barSize:null}},htmlBuilder:Fr,mathmlBuilder:Pr}),y({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler:function(e){var t,r=e.parser,n=e.funcName,e=e.token;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:e}}}),["display","text","script","scriptscript"]),Kr=(y({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,greediness:6,argTypes:["math","math","size","text","math","math"]},handler:function(e,t){var r,e=e.parser,n=t[4],o=t[5],i=b(t[0],"atom"),i=(i=i&<(t[0],"open"))?Hr(i.text):null,s=b(t[1],"atom"),s=(s=s&<(t[1],"close"))?Hr(s.text):null,a=g(t[2],"size"),l=null,a=!!a.isBlank||0<(l=a.value).number,c="auto",h=b(t[3],"ordgroup");return h?0<h.body.length&&(r=g(h.body[0],"textord"),c=Xr[Number(r.text)]):(h=g(t[3],"textord"),c=Xr[Number(h.text)]),{type:"genfrac",mode:e.mode,numer:n,denom:o,continued:!1,hasBarLine:a,barSize:l,leftDelim:i,rightDelim:s,size:c}},htmlBuilder:Fr,mathmlBuilder:Pr}),y({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler:function(e,t){var r=e.parser,e=(e.funcName,e.token);return{type:"infix",mode:r.mode,replaceWith:"\\\\abovefrac",size:g(t[0],"size").value,token:e}}}),y({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:function(e,t){var r=e.parser,e=(e.funcName,t[0]),n=function(e){if(e)return e;throw new Error("Expected non-null, but got "+String(e))}(g(t[1],"infix").size),t=t[2],o=0<n.number;return{type:"genfrac",mode:r.mode,numer:e,denom:t,continued:!1,hasBarLine:o,barSize:n,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:Fr,mathmlBuilder:Pr}),y({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler:function(e,t){var r=e.parser,e=e.funcName;return{type:"horizBrace",mode:r.mode,label:e,isOver:/^\\over/.test(e),base:t[0]}},htmlBuilder:Ur,mathmlBuilder:function(e,t){var r=Nt(e.label);return new M.MathNode(e.isOver?"mover":"munder",[z(e.base,t),r])}}),y({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:function(e,t){var e=e.parser,r=t[1],t=g(t[0],"url").url;return e.settings.isTrusted({command:"\\href",url:t})?{type:"href",mode:e.mode,href:t,body:w(r)}:e.formatUnsupportedCmd("\\href")},htmlBuilder:function(e,t){var r=k(e.body,t,!1);return Z.makeAnchor(e.href,[],r,t)},mathmlBuilder:function(e,t){t=Tt(e.body,t);return(t=t instanceof A?t:new A("mrow",[t])).setAttribute("href",e.href),t}}),y({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:function(e,t){var e=e.parser,r=g(t[0],"url").url;if(!e.settings.isTrusted({command:"\\url",url:r}))return e.formatUnsupportedCmd("\\url");for(var n=[],o=0;o<r.length;o++){var i=r[o];n.push({type:"textord",mode:"text",text:i="~"===i?"\\textasciitilde":i})}t={type:"text",mode:e.mode,font:"\\texttt",body:n};return{type:"href",mode:e.mode,href:r,body:w(t)}}}),y({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInText:!0},handler:function(e,t){return{type:"htmlmathml",mode:e.parser.mode,html:w(t[0]),mathml:w(t[1])}},htmlBuilder:function(e,t){e=k(e.html,t,!1);return Z.makeFragment(e)},mathmlBuilder:function(e,t){return Tt(e.mathml,t)}}),y({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:function(e,t,r){var e=e.parser,n={number:0,unit:"em"},o={number:.9,unit:"em"},i={number:0,unit:"em"},s="";if(r[0])for(var a=g(r[0],"raw").string.split(","),l=0;l<a.length;l++){var c=a[l].split("=");if(2===c.length){var h=c[1].trim();switch(c[0].trim()){case"alt":s=h;break;case"width":n=jr(h);break;case"height":o=jr(h);break;case"totalheight":i=jr(h);break;default:throw new V("Invalid key: '"+c[0]+"' in \\includegraphics.")}}}r=g(t[0],"url").url;return""===s&&(s=(s=(s=r).replace(/^.*[\\\/]/,"")).substring(0,s.lastIndexOf("."))),e.settings.isTrusted({command:"\\includegraphics",url:r})?{type:"includegraphics",mode:e.mode,alt:s,width:n,height:o,totalheight:i,src:r}:e.formatUnsupportedCmd("\\includegraphics")},htmlBuilder:function(e,t){var r=G(e.height,t),n=0,o=(0<e.totalheight.number&&(n=G(e.totalheight,t)-r,n=Number(n.toFixed(2))),0),i={height:r+n+"em"},t=(0<(o=0<e.width.number?G(e.width,t):o)&&(i.width=o+"em"),0<n&&(i.verticalAlign=-n+"em"),new me(e.src,e.alt,i));return t.height=r,t.depth=n,t},mathmlBuilder:function(e,t){var r=new M.MathNode("mglyph",[]),n=(r.setAttribute("alt",e.alt),G(e.height,t)),o=0;return 0<e.totalheight.number&&(o=(o=G(e.totalheight,t)-n).toFixed(2),r.setAttribute("valign","-"+o+"em")),r.setAttribute("height",n+o+"em"),0<e.width.number&&(n=G(e.width,t),r.setAttribute("width",n+"em")),r.setAttribute("src",e.src),r}}),y({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],allowedInText:!0},handler:function(e,t){var r,n,o=e.parser,e=e.funcName,t=g(t[0],"size");return o.settings.strict&&(r="m"===e[1],n="mu"===t.value.unit,r?(n||o.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+e+" supports only mu units, not "+t.value.unit+" units"),"math"!==o.mode&&o.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+e+" works only in math mode")):n&&o.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+e+" doesn't support mu units")),{type:"kern",mode:o.mode,dimension:t.value}},htmlBuilder:function(e,t){return Z.makeGlue(e.dimension,t)},mathmlBuilder:function(e,t){e=G(e.dimension,t);return new M.SpaceNode(e)}}),y({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){var r=e.parser,e=e.funcName,t=t[0];return{type:"lap",mode:r.mode,alignment:e.slice(5),body:t}},htmlBuilder:function(e,t){var r="clap"===e.alignment?(r=Z.makeSpan([],[Y(e.body,t)]),Z.makeSpan(["inner"],[r],t)):Z.makeSpan(["inner"],[Y(e.body,t)]),n=Z.makeSpan(["fix"],[]),e=Z.makeSpan([e.alignment],[r,n],t),r=Z.makeSpan(["strut"]);return r.style.height=e.height+e.depth+"em",r.style.verticalAlign=-e.depth+"em",e.children.unshift(r),e=Z.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:e}]},t),Z.makeSpan(["mord"],[e],t)},mathmlBuilder:function(e,t){t=new M.MathNode("mpadded",[z(e.body,t)]);return"rlap"!==e.alignment&&(e="llap"===e.alignment?"-1":"-0.5",t.setAttribute("lspace",e+"width")),t.setAttribute("width","0px"),t}}),y({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler:function(e,t){var r=e.funcName,e=e.parser,n=e.mode,r=(e.switchMode("math"),"\\("===r?"\\)":"$"),o=e.parseExpression(!1,r);return e.expect(r),e.switchMode(n),{type:"styling",mode:e.mode,style:"text",body:o}}}),y({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler:function(e,t){throw new V("Mismatched "+e.funcName)}}),y({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4},handler:function(e,t){return{type:"mathchoice",mode:e.parser.mode,display:w(t[0]),text:w(t[1]),script:w(t[2]),scriptscript:w(t[3])}},htmlBuilder:function(e,t){e=Vr(e,t),e=k(e,t,!1);return Z.makeFragment(e)},mathmlBuilder:function(e,t){e=Vr(e,t);return Tt(e,t)}}),["\\smallint"]),Jr={"∏":"\\prod","∐":"\\coprod","∑":"\\sum","⋀":"\\bigwedge","⋁":"\\bigvee","⋂":"\\bigcap","⋃":"\\bigcup","⨀":"\\bigodot","⨁":"\\bigoplus","⨂":"\\bigotimes","⨄":"\\biguplus","⨆":"\\bigsqcup"},Qr=(y({type:"op",names:["\\coprod","\\bigvee","\\bigwedge","\\biguplus","\\bigcap","\\bigcup","\\intop","\\prod","\\sum","\\bigotimes","\\bigoplus","\\bigodot","\\bigsqcup","\\smallint","∏","∐","∑","⋀","⋁","⋂","⋃","⨀","⨁","⨂","⨄","⨆"],props:{numArgs:0},handler:function(e,t){var r=e.parser,e=e.funcName;return 1===e.length&&(e=Jr[e]),{type:"op",mode:r.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:e}},htmlBuilder:Wr,mathmlBuilder:Gr}),y({type:"op",names:["\\mathop"],props:{numArgs:1},handler:function(e,t){e=e.parser,t=t[0];return{type:"op",mode:e.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:w(t)}},htmlBuilder:Wr,mathmlBuilder:Gr}),{"∫":"\\int","∬":"\\iint","∭":"\\iiint","∮":"\\oint","∯":"\\oiint","∰":"\\oiiint"});y({type:"op",names:["\\arcsin","\\arccos","\\arctan","\\arctg","\\arcctg","\\arg","\\ch","\\cos","\\cosec","\\cosh","\\cot","\\cotg","\\coth","\\csc","\\ctg","\\cth","\\deg","\\dim","\\exp","\\hom","\\ker","\\lg","\\ln","\\log","\\sec","\\sin","\\sinh","\\sh","\\tan","\\tanh","\\tg","\\th"],props:{numArgs:0},handler:function(e){var t=e.parser,e=e.funcName;return{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:e}},htmlBuilder:Wr,mathmlBuilder:Gr}),y({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler:function(e){var t=e.parser,e=e.funcName;return{type:"op",mode:t.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:e}},htmlBuilder:Wr,mathmlBuilder:Gr}),y({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","∫","∬","∭","∮","∯","∰"],props:{numArgs:0},handler:function(e){var t=e.parser,e=e.funcName;return 1===e.length&&(e=Qr[e]),{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:e}},htmlBuilder:Wr,mathmlBuilder:Gr});function en(e,t,r){for(var n=k(e,t,!1),o=t.sizeMultiplier/r.sizeMultiplier,i=0;i<n.length;i++){var s=n[i].classes.indexOf("sizing");s<0?Array.prototype.push.apply(n[i].classes,t.sizingClasses(r)):n[i].classes[s+1]==="reset-size"+t.size&&(n[i].classes[s+1]="reset-size"+r.size),n[i].height*=o,n[i].depth*=o}return Z.makeFragment(n)}y({type:"operatorname",names:["\\operatorname","\\operatorname*"],props:{numArgs:1},handler:function(e,t){var r=e.parser,e=e.funcName,t=t[0];return{type:"operatorname",mode:r.mode,body:w(t),alwaysHandleSupSub:"\\operatorname*"===e,limits:!1,parentIsSupSub:!1}},htmlBuilder:Zr,mathmlBuilder:function(e,t){for(var r=C(e.body,t.withFont("mathrm")),n=!0,o=0;o<r.length;o++){var i=r[o];if(!(i instanceof M.SpaceNode))if(i instanceof M.MathNode)switch(i.type){case"mi":case"mn":case"ms":case"mspace":case"mtext":break;case"mo":var s=i.children[0];1===i.children.length&&s instanceof M.TextNode?s.text=s.text.replace(/\u2212/,"-").replace(/\u2217/,"*"):n=!1;break;default:n=!1}else n=!1}n&&(t=r.map(function(e){return e.toText()}).join(""),r=[new M.TextNode(t)]);var t=new M.MathNode("mi",r),a=(t.setAttribute("mathvariant","normal"),new M.MathNode("mo",[S("","text")]));return e.parentIsSupSub?new M.MathNode("mo",[t,a]):M.newDocumentFragment([t,a])}}),gt({type:"ordgroup",htmlBuilder:function(e,t){return e.semisimple?Z.makeFragment(k(e.body,t,!1)):Z.makeSpan(["mord"],k(e.body,t,!0),t)},mathmlBuilder:function(e,t){return Tt(e.body,t,!0)}}),y({type:"overline",names:["\\overline"],props:{numArgs:1},handler:function(e,t){e=e.parser,t=t[0];return{type:"overline",mode:e.mode,body:t}},htmlBuilder:function(e,t){var e=Y(e.body,t.havingCrampedStyle()),r=Z.makeLineSpan("overline-line",t),n=t.fontMetrics().defaultRuleThickness,e=Z.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:e},{type:"kern",size:3*n},{type:"elem",elem:r},{type:"kern",size:n}]},t);return Z.makeSpan(["mord","overline"],[e],t)},mathmlBuilder:function(e,t){var r=new M.MathNode("mo",[new M.TextNode("‾")]),e=(r.setAttribute("stretchy","true"),new M.MathNode("mover",[z(e.body,t),r]));return e.setAttribute("accent","true"),e}}),y({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){e=e.parser,t=t[0];return{type:"phantom",mode:e.mode,body:w(t)}},htmlBuilder:function(e,t){e=k(e.body,t.withPhantom(),!1);return Z.makeFragment(e)},mathmlBuilder:function(e,t){e=C(e.body,t);return new M.MathNode("mphantom",e)}}),y({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){e=e.parser,t=t[0];return{type:"hphantom",mode:e.mode,body:t}},htmlBuilder:function(e,t){var r=Z.makeSpan([],[Y(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=Z.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},t),Z.makeSpan(["mord"],[r],t)},mathmlBuilder:function(e,t){e=C(w(e.body),t),t=new M.MathNode("mphantom",e),e=new M.MathNode("mpadded",[t]);return e.setAttribute("height","0px"),e.setAttribute("depth","0px"),e}}),y({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){e=e.parser,t=t[0];return{type:"vphantom",mode:e.mode,body:t}},htmlBuilder:function(e,t){var e=Z.makeSpan(["inner"],[Y(e.body,t.withPhantom())]),r=Z.makeSpan(["fix"],[]);return Z.makeSpan(["mord","rlap"],[e,r],t)},mathmlBuilder:function(e,t){e=C(w(e.body),t),t=new M.MathNode("mphantom",e),e=new M.MathNode("mpadded",[t]);return e.setAttribute("width","0px"),e}}),y({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler:function(e,t){var e=e.parser,r=g(t[0],"size").value,t=t[1];return{type:"raisebox",mode:e.mode,dy:r,body:t}},htmlBuilder:function(e,t){var r=Y(e.body,t),e=G(e.dy,t);return Z.makeVList({positionType:"shift",positionData:-e,children:[{type:"elem",elem:r}]},t)},mathmlBuilder:function(e,t){t=new M.MathNode("mpadded",[z(e.body,t)]),e=e.dy.number+e.dy.unit;return t.setAttribute("voffset",e),t}}),y({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,argTypes:["size","size","size"]},handler:function(e,t,r){var e=e.parser,r=r[0],n=g(t[0],"size"),t=g(t[1],"size");return{type:"rule",mode:e.mode,shift:r&&g(r,"size").value,width:n.value,height:t.value}},htmlBuilder:function(e,t){var r=Z.makeSpan(["mord","rule"],[],t),n=G(e.width,t),o=G(e.height,t),e=e.shift?G(e.shift,t):0;return r.style.borderRightWidth=n+"em",r.style.borderTopWidth=o+"em",r.style.bottom=e+"em",r.width=n,r.height=o+e,r.depth=-e,r.maxFontSize=1.125*o*t.sizeMultiplier,r},mathmlBuilder:function(e,t){var r=G(e.width,t),n=G(e.height,t),e=e.shift?G(e.shift,t):0,t=t.color&&t.getColor()||"black",o=new M.MathNode("mspace"),t=(o.setAttribute("mathbackground",t),o.setAttribute("width",r+"em"),o.setAttribute("height",n+"em"),new M.MathNode("mpadded",[o]));return 0<=e?t.setAttribute("height","+"+e+"em"):(t.setAttribute("height",e+"em"),t.setAttribute("depth","+"+-e+"em")),t.setAttribute("voffset",e+"em"),t}});function tn(){var e=new M.MathNode("mtd",[]);return e.setAttribute("width","50%"),e}function rn(e,t){return(e=e.font)?cn[e]?t.withTextFontFamily(cn[e]):hn[e]?t.withTextFontWeight(hn[e]):t.withTextFontShape(un[e]):t}var nn=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"],on=(y({type:"sizing",names:nn,props:{numArgs:0,allowedInText:!0},handler:function(e,t){var r=e.breakOnTokenText,n=e.funcName,e=e.parser,r=e.parseExpression(!1,r);return{type:"sizing",mode:e.mode,size:nn.indexOf(n)+1,body:r}},htmlBuilder:function(e,t){var r=t.havingSize(e.size);return en(e.body,r,t)},mathmlBuilder:function(e,t){t=t.havingSize(e.size),e=C(e.body,t),e=new M.MathNode("mstyle",e);return e.setAttribute("mathsize",t.sizeMultiplier+"em"),e}}),y({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:function(e,t,r){var e=e.parser,n=!1,o=!1,i=r[0]&&g(r[0],"ordgroup");if(i)for(var s,a=0;a<i.body.length;++a)if("t"===(s=i.body[a].text))n=!0;else{if("b"!==s){o=n=!1;break}o=!0}else o=n=!0;r=t[0];return{type:"smash",mode:e.mode,body:r,smashHeight:n,smashDepth:o}},htmlBuilder:function(e,t){var r=Z.makeSpan([],[Y(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;e=Z.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},t);return Z.makeSpan(["mord"],[e],t)},mathmlBuilder:function(e,t){t=new M.MathNode("mpadded",[z(e.body,t)]);return e.smashHeight&&t.setAttribute("height","0px"),e.smashDepth&&t.setAttribute("depth","0px"),t}}),y({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler:function(e,t,r){e=e.parser,r=r[0],t=t[0];return{type:"sqrt",mode:e.mode,body:t,index:r}},htmlBuilder:function(e,t){var r,n,o,i=Y(e.body,t.havingCrampedStyle()),s=(0===i.height&&(i.height=t.fontMetrics().xHeight),i=Z.wrapFragment(i,t),t.fontMetrics().defaultRuleThickness),a=s,a=s+(a=t.style.id<W.TEXT.id?t.fontMetrics().xHeight:a)/4,s=i.height+i.depth+a+s,s=(s=s,o=(r=t).havingBaseSizing(),m=Wt("\\surd",s*o.sizeMultiplier,pr,o),o=o.sizeMultiplier,n=Math.max(0,r.minRuleThickness-r.fontMetrics().sqrtRuleThickness),l=c=h=0,m="small"===m.type?(s<1?o=1:s<1.4&&(o=.7),c=(1+n)/o,(u=$t("sqrtMain",h=(1+n+.08)/o,l=1e3+1e3*n+80,n,r)).style.minWidth="0.853em",.833/o):"large"===m.type?(l=1080*hr[m.size],c=(hr[m.size]+n)/o,h=(hr[m.size]+n+.08)/o,(u=$t("sqrtSize"+m.size,h,l,n,r)).style.minWidth="1.02em",1/o):(h=s+n+.08,c=s+n,l=Math.floor(1e3*s+n)+80,(u=$t("sqrtTall",h,l,n,r)).style.minWidth="0.742em",1.056),u.height=c,u.style.height=h+"em",{span:u,advanceWidth:m,ruleWidth:(r.fontMetrics().sqrtRuleThickness+n)*o}),l=s.span,c=s.ruleWidth,h=l.height-c,u=(h>i.height+i.depth+a&&(a=(a+h-i.height-i.depth)/2),l.height-i.height-a-c),m=(i.style.paddingLeft=s.advanceWidth+"em",Z.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:i,wrapperClasses:["svg-align"]},{type:"kern",size:-(i.height+u)},{type:"elem",elem:l},{type:"kern",size:c}]},t));return e.index?(r=t.havingStyle(W.SCRIPTSCRIPT),n=Y(e.index,r,t),o=.6*(m.height-m.depth),h=Z.makeVList({positionType:"shift",positionData:-o,children:[{type:"elem",elem:n}]},t),a=Z.makeSpan(["root"],[h]),Z.makeSpan(["mord","sqrt"],[a,m],t)):Z.makeSpan(["mord","sqrt"],[m],t)},mathmlBuilder:function(e,t){var r=e.body,e=e.index;return e?new M.MathNode("mroot",[z(r,t),z(e,t)]):new M.MathNode("msqrt",[z(r,t)])}}),{display:W.DISPLAY,text:W.TEXT,script:W.SCRIPT,scriptscript:W.SCRIPTSCRIPT}),sn=(y({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0},handler:function(e,t){var r=e.breakOnTokenText,n=e.funcName,e=e.parser,r=e.parseExpression(!0,r),n=n.slice(1,n.length-5);return{type:"styling",mode:e.mode,style:n,body:r}},htmlBuilder:function(e,t){var r=on[e.style],r=t.havingStyle(r).withFont("");return en(e.body,r,t)},mathmlBuilder:function(e,t){var r=on[e.style],t=t.havingStyle(r),r=C(e.body,t),t=new M.MathNode("mstyle",r),r={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]}[e.style];return t.setAttribute("scriptlevel",r[0]),t.setAttribute("displaystyle",r[1]),t}}),gt({type:"supsub",htmlBuilder:function(e,t){var r=(i=(r=e).base)?"op"===i.type?i.limits&&(t.style.size===W.DISPLAY.size||i.alwaysHandleSupSub)?Wr:null:"operatorname"===i.type?i.alwaysHandleSupSub&&(t.style.size===W.DISPLAY.size||i.limits)?Zr:null:"accent"===i.type?$.isCharacterBox(i.base)?Ot:null:"horizBrace"===i.type&&!r.sub===i.isOver?Ur:null:null;if(r)return r(e,t);var n,o,i=e.base,r=e.sup,s=e.sub,a=Y(i,t),l=t.fontMetrics(),c=0,h=0,i=i&&$.isCharacterBox(i),u=(r&&(u=t.havingStyle(t.style.sup()),n=Y(r,u,t),i||(c=a.height-u.fontMetrics().supDrop*u.sizeMultiplier/t.sizeMultiplier)),s&&(r=t.havingStyle(t.style.sub()),o=Y(s,r,t),i||(h=a.depth+r.fontMetrics().subDrop*r.sizeMultiplier/t.sizeMultiplier)),t.style===W.DISPLAY?l.sup1:t.style.cramped?l.sup3:l.sup2),s=t.sizeMultiplier,i=.5/l.ptPerEm/s+"em",r=null;if(o&&(s=e.base&&"op"===e.base.type&&e.base.name&&("\\oiint"===e.base.name||"\\oiiint"===e.base.name),(a instanceof v||s)&&(r=-a.italic+"em")),n&&o){c=Math.max(c,u,n.depth+.25*l.xHeight),h=Math.max(h,l.sub2);e=4*l.defaultRuleThickness;c-n.depth-(o.height-h)<e&&(h=e-(c-n.depth)+o.height,0<(s=.8*l.xHeight-(c-n.depth))&&(c+=s,h-=s));var m=Z.makeVList({positionType:"individualShift",children:[{type:"elem",elem:o,shift:h,marginRight:i,marginLeft:r},{type:"elem",elem:n,shift:-c,marginRight:i}]},t)}else if(o)h=Math.max(h,l.sub1,o.height-.8*l.xHeight),m=Z.makeVList({positionType:"shift",positionData:h,children:[{type:"elem",elem:o,marginLeft:r,marginRight:i}]},t);else{if(!n)throw new Error("supsub must have either sup or sub.");c=Math.max(c,u,n.depth+.25*l.xHeight),m=Z.makeVList({positionType:"shift",positionData:-c,children:[{type:"elem",elem:n,marginRight:i}]},t)}e=St(a,"right")||"mord";return Z.makeSpan([e],[a,Z.makeSpan(["msupsub"],[m])],t)},mathmlBuilder:function(e,t){var r=!1,n=b(e.base,"horizBrace");n&&!!e.sup===n.isOver&&(r=!0,o=n.isOver),!e.base||"op"!==e.base.type&&"operatorname"!==e.base.type||(e.base.parentIsSupSub=!0);var o,n=[z(e.base,t)];return e.sub&&n.push(z(e.sub,t)),e.sup&&n.push(z(e.sup,t)),o=r?o?"mover":"munder":e.sub?e.sup?(r=e.base)&&"op"===r.type&&r.limits&&t.style===W.DISPLAY||r&&"operatorname"===r.type&&r.alwaysHandleSupSub&&(t.style===W.DISPLAY||r.limits)?"munderover":"msubsup":(o=e.base)&&"op"===o.type&&o.limits&&(t.style===W.DISPLAY||o.alwaysHandleSupSub)||o&&"operatorname"===o.type&&o.alwaysHandleSupSub&&(o.limits||t.style===W.DISPLAY)?"munder":"msub":(r=e.base)&&"op"===r.type&&r.limits&&(t.style===W.DISPLAY||r.alwaysHandleSupSub)||r&&"operatorname"===r.type&&r.alwaysHandleSupSub&&(r.limits||t.style===W.DISPLAY)?"mover":"msup",new M.MathNode(o,n)}}),gt({type:"atom",htmlBuilder:function(e,t){return Z.mathsym(e.text,e.mode,t,["m"+e.family])},mathmlBuilder:function(e,t){var r=new M.MathNode("mo",[S(e.text,e.mode)]);return"bin"===e.family?"bold-italic"===(t=Et(e,t))&&r.setAttribute("mathvariant",t):"punct"===e.family?r.setAttribute("separator","true"):"open"!==e.family&&"close"!==e.family||r.setAttribute("stretchy","false"),r}}),{mi:"italic",mn:"normal",mtext:"normal"}),an=(gt({type:"mathord",htmlBuilder:function(e,t){return Z.makeOrd(e,t,"mathord")},mathmlBuilder:function(e,t){var r=new M.MathNode("mi",[S(e.text,e.mode,t)]),e=Et(e,t)||"italic";return e!==sn[r.type]&&r.setAttribute("mathvariant",e),r}}),gt({type:"textord",htmlBuilder:function(e,t){return Z.makeOrd(e,t,"textord")},mathmlBuilder:function(e,t){var r=S(e.text,e.mode,t),t=Et(e,t)||"normal",e="text"===e.mode?new M.MathNode("mtext",[r]):/[0-9]/.test(e.text)?new M.MathNode("mn",[r]):"\\prime"===e.text?new M.MathNode("mo",[r]):new M.MathNode("mi",[r]);return t!==sn[e.type]&&e.setAttribute("mathvariant",t),e}}),{"\\nobreak":"nobreak","\\allowbreak":"allowbreak"}),ln={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}},cn=(gt({type:"spacing",htmlBuilder:function(e,t){var r,n;if(ln.hasOwnProperty(e.text))return r=ln[e.text].className||"","text"===e.mode?((n=Z.makeOrd(e,t,"textord")).classes.push(r),n):Z.makeSpan(["mspace",r],[Z.mathsym(e.text,e.mode,t)],t);if(an.hasOwnProperty(e.text))return Z.makeSpan(["mspace",an[e.text]],[],t);throw new V('Unknown type of space "'+e.text+'"')},mathmlBuilder:function(e,t){if(ln.hasOwnProperty(e.text))return new M.MathNode("mtext",[new M.TextNode(" ")]);if(an.hasOwnProperty(e.text))return new M.MathNode("mspace");throw new V('Unknown type of space "'+e.text+'"')}}),gt({type:"tag",mathmlBuilder:function(e,t){e=new M.MathNode("mtable",[new M.MathNode("mtr",[tn(),new M.MathNode("mtd",[Tt(e.body,t)]),tn(),new M.MathNode("mtd",[Tt(e.tag,t)])])]);return e.setAttribute("width","100%"),e}}),{"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"}),hn={"\\textbf":"textbf","\\textmd":"textmd"},un={"\\textit":"textit","\\textup":"textup"},mn=(y({type:"text",names:["\\text","\\textrm","\\textsf","\\texttt","\\textnormal","\\textbf","\\textmd","\\textit","\\textup"],props:{numArgs:1,argTypes:["text"],greediness:2,allowedInText:!0},handler:function(e,t){var r=e.parser,e=e.funcName,t=t[0];return{type:"text",mode:r.mode,body:w(t),font:e}},htmlBuilder:function(e,t){t=rn(e,t),e=k(e.body,t,!0);return Z.makeSpan(["mord","text"],Z.tryCombineChars(e),t)},mathmlBuilder:function(e,t){t=rn(e,t);return Tt(e.body,t)}}),y({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){return{type:"underline",mode:e.parser.mode,body:t[0]}},htmlBuilder:function(e,t){var e=Y(e.body,t),r=Z.makeLineSpan("underline-line",t),n=t.fontMetrics().defaultRuleThickness,r=Z.makeVList({positionType:"top",positionData:e.height,children:[{type:"kern",size:n},{type:"elem",elem:r},{type:"kern",size:3*n},{type:"elem",elem:e}]},t);return Z.makeSpan(["mord","underline"],[r],t)},mathmlBuilder:function(e,t){var r=new M.MathNode("mo",[new M.TextNode("‾")]),e=(r.setAttribute("stretchy","true"),new M.MathNode("munder",[z(e.body,t),r]));return e.setAttribute("accentunder","true"),e}}),y({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler:function(e,t,r){throw new V("\\verb ended by end of line instead of matching delimiter")},htmlBuilder:function(e,t){for(var r=mn(e),n=[],o=t.havingStyle(t.style.text()),i=0;i<r.length;i++){var s=r[i];"~"===s&&(s="\\textasciitilde"),n.push(Z.makeSymbol(s,"Typewriter-Regular",e.mode,o,["mord","texttt"]))}return Z.makeSpan(["mord","text"].concat(o.sizingClasses(t)),Z.tryCombineChars(n),o)},mathmlBuilder:function(e,t){e=new M.TextNode(mn(e)),e=new M.MathNode("mtext",[e]);return e.setAttribute("mathvariant","monospace"),e}}),function(e){return e.body.replace(/ /g,e.star?"␣":" ")}),pn=pt,dn=new RegExp("^(\\\\[a-zA-Z@]+)[ \r\n\t]*$"),fn=new RegExp("[̀-ͯ]+$"),gn=((s=wn.prototype).setCatcode=function(e,t){this.catcodes[e]=t},s.lex=function(){var e=this.input,t=this.tokenRegex.lastIndex;if(t===e.length)return new I("EOF",new u(this,t,t));var r=this.tokenRegex.exec(e);if(null===r||r.index!==t)throw new V("Unexpected character: '"+e[t]+"'",new I(e[t],new u(this,t,t+1)));var n,r=r[2]||" ";return 14===this.catcodes[r]?(-1===(n=e.indexOf("\n",this.tokenRegex.lastIndex))?(this.tokenRegex.lastIndex=e.length,this.settings.reportNonstrict("commentAtEnd","% comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $)")):this.tokenRegex.lastIndex=n+1,this.lex()):((e=r.match(dn))&&(r=e[1]),new I(r,new u(this,t,this.tokenRegex.lastIndex)))},wn),bn=((a=yn.prototype).beginGroup=function(){this.undefStack.push({})},a.endGroup=function(){if(0===this.undefStack.length)throw new V("Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug");var e,t=this.undefStack.pop();for(e in t)t.hasOwnProperty(e)&&(void 0===t[e]?delete this.current[e]:this.current[e]=t[e])},a.has=function(e){return this.current.hasOwnProperty(e)||this.builtins.hasOwnProperty(e)},a.get=function(e){return(this.current.hasOwnProperty(e)?this.current:this.builtins)[e]},a.set=function(e,t,r){if(r=void 0===r?!1:r){for(var n=0;n<this.undefStack.length;n++)delete this.undefStack[n][e];0<this.undefStack.length&&(this.undefStack[this.undefStack.length-1][e]=t)}else{r=this.undefStack[this.undefStack.length-1];r&&!r.hasOwnProperty(e)&&(r[e]=this.current[e])}this.current[e]=t},yn),vn={},xn=vn;function yn(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=[]}function wn(e,t){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=e,this.settings=t,this.tokenRegex=new RegExp("([ \r\n\t]+)|([!-\\[\\]-‧-豈-][̀-ͯ]*|[\ud800-\udbff][\udc00-\udfff][̀-ͯ]*|\\\\verb\\*([^]).*?\\3|\\\\verb([^*a-zA-Z]).*?\\4|\\\\operatorname\\*|\\\\[a-zA-Z@]+[ \r\n\t]*|\\\\[^\ud800-\udfff])","g"),this.catcodes={"%":14}}function E(e,t){vn[e]=t}E("\\@firstoftwo",function(e){return{tokens:e.consumeArgs(2)[0],numArgs:0}}),E("\\@secondoftwo",function(e){return{tokens:e.consumeArgs(2)[1],numArgs:0}}),E("\\@ifnextchar",function(e){var t=e.consumeArgs(3),e=e.future();return 1===t[0].length&&t[0][0].text===e.text?{tokens:t[1],numArgs:0}:{tokens:t[2],numArgs:0}}),E("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}"),E("\\TextOrMath",function(e){var t=e.consumeArgs(2);return"text"===e.mode?{tokens:t[0],numArgs:0}:{tokens:t[1],numArgs:0}});function kn(e,t){if(1!==(o=e.consumeArgs(1)[0]).length)throw new V("\\gdef's first argument must be a macro name");for(var r=o[0].text,n=0,o=e.consumeArgs(1)[0];1===o.length&&"#"===o[0].text;){if(1!==(o=e.consumeArgs(1)[0]).length)throw new V('Invalid argument number length "'+o.length+'"');if(!/^[1-9]$/.test(o[0].text))throw new V('Invalid argument number "'+o[0].text+'"');if(n++,parseInt(o[0].text)!==n)throw new V('Argument number "'+o[0].text+'" out of order');o=e.consumeArgs(1)[0]}return e.macros.set(r,{tokens:o,numArgs:n},t),""}function _n(e,t,r){var n=e.consumeArgs(1)[0];if(1!==n.length)throw new V("\\newcommand's first argument must be a macro name");var o=n[0].text,i=e.isDefined(o);if(i&&!t)throw new V("\\newcommand{"+o+"} attempting to redefine "+o+"; use \\renewcommand");if(!i&&!r)throw new V("\\renewcommand{"+o+"} when command "+o+" does not yet exist; use \\newcommand");if(t=0,1===(n=e.consumeArgs(1)[0]).length&&"["===n[0].text){for(var s="",a=e.expandNextToken();"]"!==a.text&&"EOF"!==a.text;)s+=a.text,a=e.expandNextToken();if(!s.match(/^\s*[0-9]+\s*$/))throw new V("Invalid number of arguments: "+s);t=parseInt(s),n=e.consumeArgs(1)[0]}return e.macros.set(o,{tokens:n,numArgs:t}),""}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},Cn=(E("\\char",function(e){var t,r,n=e.popToken(),o="";if("'"===n.text)t=8,n=e.popToken();else if('"'===n.text)t=16,n=e.popToken();else if("`"===n.text)if("\\"===(n=e.popToken()).text[0])o=n.text.charCodeAt(1);else{if("EOF"===n.text)throw new V("\\char` missing argument");o=n.text.charCodeAt(0)}else t=10;if(t){if(null==(o=Sn[n.text])||t<=o)throw new V("Invalid base-"+t+" digit "+n.text);for(;null!=(r=Sn[e.future().text])&&r<t;)o=o*t+r,e.popToken()}return"\\@char{"+o+"}"}),E("\\gdef",function(e){return kn(e,!0)}),E("\\def",function(e){return kn(e,!1)}),E("\\global",function(e){var t=e.consumeArgs(1)[0];if(1!==t.length)throw new V("Invalid command after \\global");t=t[0].text;if("\\def"===t)return kn(e,!0);throw new V("Invalid command '"+t+"' after \\global")}),E("\\newcommand",function(e){return _n(e,!1,!0)}),E("\\renewcommand",function(e){return _n(e,!0,!1)}),E("\\providecommand",function(e){return _n(e,!0,!0)}),E("\\bgroup","{"),E("\\egroup","}"),E("\\lq","`"),E("\\rq","'"),E("\\aa","\\r a"),E("\\AA","\\r A"),E("\\textcopyright","\\html@mathml{\\textcircled{c}}{\\char`©}"),E("\\copyright","\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}"),E("\\textregistered","\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`®}"),E("ℬ","\\mathscr{B}"),E("ℰ","\\mathscr{E}"),E("ℱ","\\mathscr{F}"),E("ℋ","\\mathscr{H}"),E("ℐ","\\mathscr{I}"),E("ℒ","\\mathscr{L}"),E("ℳ","\\mathscr{M}"),E("ℛ","\\mathscr{R}"),E("ℭ","\\mathfrak{C}"),E("ℌ","\\mathfrak{H}"),E("ℨ","\\mathfrak{Z}"),E("\\Bbbk","\\Bbb{k}"),E("·","\\cdotp"),E("\\llap","\\mathllap{\\textrm{#1}}"),E("\\rlap","\\mathrlap{\\textrm{#1}}"),E("\\clap","\\mathclap{\\textrm{#1}}"),E("\\not",'\\html@mathml{\\mathrel{\\mathrlap\\@not}}{\\char"338}'),E("\\neq","\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`≠}}"),E("\\ne","\\neq"),E("≠","\\neq"),E("\\notin","\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`∉}}"),E("∉","\\notin"),E("≘","\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`≘}}"),E("≙","\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`≘}}"),E("≚","\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`≚}}"),E("≛","\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`≛}}"),E("≝","\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`≝}}"),E("≞","\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`≞}}"),E("≟","\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`≟}}"),E("⟂","\\perp"),E("‼","\\mathclose{!\\mkern-0.8mu!}"),E("∌","\\notni"),E("⌜","\\ulcorner"),E("⌝","\\urcorner"),E("⌞","\\llcorner"),E("⌟","\\lrcorner"),E("©","\\copyright"),E("®","\\textregistered"),E("️","\\textregistered"),E("\\vdots","\\mathord{\\varvdots\\rule{0pt}{15pt}}"),E("⋮","\\vdots"),E("\\varGamma","\\mathit{\\Gamma}"),E("\\varDelta","\\mathit{\\Delta}"),E("\\varTheta","\\mathit{\\Theta}"),E("\\varLambda","\\mathit{\\Lambda}"),E("\\varXi","\\mathit{\\Xi}"),E("\\varPi","\\mathit{\\Pi}"),E("\\varSigma","\\mathit{\\Sigma}"),E("\\varUpsilon","\\mathit{\\Upsilon}"),E("\\varPhi","\\mathit{\\Phi}"),E("\\varPsi","\\mathit{\\Psi}"),E("\\varOmega","\\mathit{\\Omega}"),E("\\substack","\\begin{subarray}{c}#1\\end{subarray}"),E("\\colon","\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu"),E("\\boxed","\\fbox{$\\displaystyle{#1}$}"),E("\\iff","\\DOTSB\\;\\Longleftrightarrow\\;"),E("\\implies","\\DOTSB\\;\\Longrightarrow\\;"),E("\\impliedby","\\DOTSB\\;\\Longleftarrow\\;"),{",":"\\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"}),An=(E("\\dots",function(e){var t="\\dotso",e=e.expandAfterFuture().text;return e in Cn?t=Cn[e]:("\\not"===e.substr(0,4)||e in p.math&&$.contains(["bin","rel"],p.math[e].group))&&(t="\\dotsb"),t}),{")":!0,"]":!0,"\\rbrack":!0,"\\}":!0,"\\rbrace":!0,"\\rangle":!0,"\\rceil":!0,"\\rfloor":!0,"\\rgroup":!0,"\\rmoustache":!0,"\\right":!0,"\\bigr":!0,"\\biggr":!0,"\\Bigr":!0,"\\Biggr":!0,$:!0,";":!0,".":!0,",":!0}),e=(E("\\dotso",function(e){return e.future().text in An?"\\ldots\\,":"\\ldots"}),E("\\dotsc",function(e){e=e.future().text;return e in An&&","!==e?"\\ldots\\,":"\\ldots"}),E("\\cdots",function(e){return e.future().text in An?"\\@cdots\\,":"\\@cdots"}),E("\\dotsb","\\cdots"),E("\\dotsm","\\cdots"),E("\\dotsi","\\!\\cdots"),E("\\dotsx","\\ldots\\,"),E("\\DOTSI","\\relax"),E("\\DOTSB","\\relax"),E("\\DOTSX","\\relax"),E("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax"),E("\\,","\\tmspace+{3mu}{.1667em}"),E("\\thinspace","\\,"),E("\\>","\\mskip{4mu}"),E("\\:","\\tmspace+{4mu}{.2222em}"),E("\\medspace","\\:"),E("\\;","\\tmspace+{5mu}{.2777em}"),E("\\thickspace","\\;"),E("\\!","\\tmspace-{3mu}{.1667em}"),E("\\negthinspace","\\!"),E("\\negmedspace","\\tmspace-{4mu}{.2222em}"),E("\\negthickspace","\\tmspace-{5mu}{.277em}"),E("\\enspace","\\kern.5em "),E("\\enskip","\\hskip.5em\\relax"),E("\\quad","\\hskip1em\\relax"),E("\\qquad","\\hskip2em\\relax"),E("\\tag","\\@ifstar\\tag@literal\\tag@paren"),E("\\tag@paren","\\tag@literal{({#1})}"),E("\\tag@literal",function(e){if(e.macros.get("\\df@tag"))throw new V("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"}),E("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}"),E("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)"),E("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}"),E("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1"),E("\\pmb","\\html@mathml{\\@binrel{#1}{\\mathrlap{#1}\\kern0.5px#1}}{\\mathbf{#1}}"),E("\\\\","\\newline"),E("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}"),Ae["Main-Regular"]["T".charCodeAt(0)][1]-.7*Ae["Main-Regular"]["A".charCodeAt(0)][1]+"em"),Mn=(E("\\LaTeX","\\textrm{\\html@mathml{L\\kern-.36em\\raisebox{"+e+"}{\\scriptstyle A}\\kern-.15em\\TeX}{LaTeX}}"),E("\\KaTeX","\\textrm{\\html@mathml{K\\kern-.17em\\raisebox{"+e+"}{\\scriptstyle A}\\kern-.15em\\TeX}{KaTeX}}"),E("\\hspace","\\@ifstar\\@hspacer\\@hspace"),E("\\@hspace","\\hskip #1\\relax"),E("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax"),E("\\ordinarycolon",":"),E("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}"),E("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}'),E("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}'),E("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}'),E("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}'),E("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}'),E("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}'),E("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}'),E("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}'),E("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}'),E("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}'),E("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}'),E("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}'),E("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}'),E("∷","\\dblcolon"),E("∹","\\eqcolon"),E("≔","\\coloneqq"),E("≕","\\eqqcolon"),E("⩴","\\Coloneqq"),E("\\ratio","\\vcentcolon"),E("\\coloncolon","\\dblcolon"),E("\\colonequals","\\coloneqq"),E("\\coloncolonequals","\\Coloneqq"),E("\\equalscolon","\\eqqcolon"),E("\\equalscoloncolon","\\Eqqcolon"),E("\\colonminus","\\coloneq"),E("\\coloncolonminus","\\Coloneq"),E("\\minuscolon","\\eqcolon"),E("\\minuscoloncolon","\\Eqcolon"),E("\\coloncolonapprox","\\Colonapprox"),E("\\coloncolonsim","\\Colonsim"),E("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),E("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}"),E("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),E("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}"),E("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`∌}}"),E("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}"),E("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}"),E("\\gvertneqq","\\html@mathml{\\@gvertneqq}{≩}"),E("\\lvertneqq","\\html@mathml{\\@lvertneqq}{≨}"),E("\\ngeqq","\\html@mathml{\\@ngeqq}{≱}"),E("\\ngeqslant","\\html@mathml{\\@ngeqslant}{≱}"),E("\\nleqq","\\html@mathml{\\@nleqq}{≰}"),E("\\nleqslant","\\html@mathml{\\@nleqslant}{≰}"),E("\\nshortmid","\\html@mathml{\\@nshortmid}{∤}"),E("\\nshortparallel","\\html@mathml{\\@nshortparallel}{∦}"),E("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{⊈}"),E("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{⊉}"),E("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{⊊}"),E("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{⫋}"),E("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{⊋}"),E("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{⫌}"),E("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`⟦}}"),E("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`⟧}}"),E("⟦","\\llbracket"),E("⟧","\\rrbracket"),E("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`⦃}}"),E("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`⦄}}"),E("⦃","\\lBrace"),E("⦄","\\rBrace"),E("\\darr","\\downarrow"),E("\\dArr","\\Downarrow"),E("\\Darr","\\Downarrow"),E("\\lang","\\langle"),E("\\rang","\\rangle"),E("\\uarr","\\uparrow"),E("\\uArr","\\Uparrow"),E("\\Uarr","\\Uparrow"),E("\\N","\\mathbb{N}"),E("\\R","\\mathbb{R}"),E("\\Z","\\mathbb{Z}"),E("\\alef","\\aleph"),E("\\alefsym","\\aleph"),E("\\Alpha","\\mathrm{A}"),E("\\Beta","\\mathrm{B}"),E("\\bull","\\bullet"),E("\\Chi","\\mathrm{X}"),E("\\clubs","\\clubsuit"),E("\\cnums","\\mathbb{C}"),E("\\Complex","\\mathbb{C}"),E("\\Dagger","\\ddagger"),E("\\diamonds","\\diamondsuit"),E("\\empty","\\emptyset"),E("\\Epsilon","\\mathrm{E}"),E("\\Eta","\\mathrm{H}"),E("\\exist","\\exists"),E("\\harr","\\leftrightarrow"),E("\\hArr","\\Leftrightarrow"),E("\\Harr","\\Leftrightarrow"),E("\\hearts","\\heartsuit"),E("\\image","\\Im"),E("\\infin","\\infty"),E("\\Iota","\\mathrm{I}"),E("\\isin","\\in"),E("\\Kappa","\\mathrm{K}"),E("\\larr","\\leftarrow"),E("\\lArr","\\Leftarrow"),E("\\Larr","\\Leftarrow"),E("\\lrarr","\\leftrightarrow"),E("\\lrArr","\\Leftrightarrow"),E("\\Lrarr","\\Leftrightarrow"),E("\\Mu","\\mathrm{M}"),E("\\natnums","\\mathbb{N}"),E("\\Nu","\\mathrm{N}"),E("\\Omicron","\\mathrm{O}"),E("\\plusmn","\\pm"),E("\\rarr","\\rightarrow"),E("\\rArr","\\Rightarrow"),E("\\Rarr","\\Rightarrow"),E("\\real","\\Re"),E("\\reals","\\mathbb{R}"),E("\\Reals","\\mathbb{R}"),E("\\Rho","\\mathrm{P}"),E("\\sdot","\\cdot"),E("\\sect","\\S"),E("\\spades","\\spadesuit"),E("\\sub","\\subset"),E("\\sube","\\subseteq"),E("\\supe","\\supseteq"),E("\\Tau","\\mathrm{T}"),E("\\thetasym","\\vartheta"),E("\\weierp","\\wp"),E("\\Zeta","\\mathrm{Z}"),E("\\argmin","\\DOTSB\\operatorname*{arg\\,min}"),E("\\argmax","\\DOTSB\\operatorname*{arg\\,max}"),E("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits"),E("\\blue","\\textcolor{##6495ed}{#1}"),E("\\orange","\\textcolor{##ffa500}{#1}"),E("\\pink","\\textcolor{##ff00af}{#1}"),E("\\red","\\textcolor{##df0030}{#1}"),E("\\green","\\textcolor{##28ae7b}{#1}"),E("\\gray","\\textcolor{gray}{#1}"),E("\\purple","\\textcolor{##9d38bd}{#1}"),E("\\blueA","\\textcolor{##ccfaff}{#1}"),E("\\blueB","\\textcolor{##80f6ff}{#1}"),E("\\blueC","\\textcolor{##63d9ea}{#1}"),E("\\blueD","\\textcolor{##11accd}{#1}"),E("\\blueE","\\textcolor{##0c7f99}{#1}"),E("\\tealA","\\textcolor{##94fff5}{#1}"),E("\\tealB","\\textcolor{##26edd5}{#1}"),E("\\tealC","\\textcolor{##01d1c1}{#1}"),E("\\tealD","\\textcolor{##01a995}{#1}"),E("\\tealE","\\textcolor{##208170}{#1}"),E("\\greenA","\\textcolor{##b6ffb0}{#1}"),E("\\greenB","\\textcolor{##8af281}{#1}"),E("\\greenC","\\textcolor{##74cf70}{#1}"),E("\\greenD","\\textcolor{##1fab54}{#1}"),E("\\greenE","\\textcolor{##0d923f}{#1}"),E("\\goldA","\\textcolor{##ffd0a9}{#1}"),E("\\goldB","\\textcolor{##ffbb71}{#1}"),E("\\goldC","\\textcolor{##ff9c39}{#1}"),E("\\goldD","\\textcolor{##e07d10}{#1}"),E("\\goldE","\\textcolor{##a75a05}{#1}"),E("\\redA","\\textcolor{##fca9a9}{#1}"),E("\\redB","\\textcolor{##ff8482}{#1}"),E("\\redC","\\textcolor{##f9685d}{#1}"),E("\\redD","\\textcolor{##e84d39}{#1}"),E("\\redE","\\textcolor{##bc2612}{#1}"),E("\\maroonA","\\textcolor{##ffbde0}{#1}"),E("\\maroonB","\\textcolor{##ff92c6}{#1}"),E("\\maroonC","\\textcolor{##ed5fa6}{#1}"),E("\\maroonD","\\textcolor{##ca337c}{#1}"),E("\\maroonE","\\textcolor{##9e034e}{#1}"),E("\\purpleA","\\textcolor{##ddd7ff}{#1}"),E("\\purpleB","\\textcolor{##c6b9fc}{#1}"),E("\\purpleC","\\textcolor{##aa87ff}{#1}"),E("\\purpleD","\\textcolor{##7854ab}{#1}"),E("\\purpleE","\\textcolor{##543b78}{#1}"),E("\\mintA","\\textcolor{##f5f9e8}{#1}"),E("\\mintB","\\textcolor{##edf2df}{#1}"),E("\\mintC","\\textcolor{##e0e5cc}{#1}"),E("\\grayA","\\textcolor{##f6f7f7}{#1}"),E("\\grayB","\\textcolor{##f0f1f2}{#1}"),E("\\grayC","\\textcolor{##e3e5e6}{#1}"),E("\\grayD","\\textcolor{##d6d8da}{#1}"),E("\\grayE","\\textcolor{##babec2}{#1}"),E("\\grayF","\\textcolor{##888d93}{#1}"),E("\\grayG","\\textcolor{##626569}{#1}"),E("\\grayH","\\textcolor{##3b3e40}{#1}"),E("\\grayI","\\textcolor{##21242c}{#1}"),E("\\kaBlue","\\textcolor{##314453}{#1}"),E("\\kaGreen","\\textcolor{##71B307}{#1}"),{"\\relax":!0,"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0}),zn=((t=In.prototype).feed=function(e){this.lexer=new gn(e,this.settings)},t.switchMode=function(e){this.mode=e},t.beginGroup=function(){this.macros.beginGroup()},t.endGroup=function(){this.macros.endGroup()},t.future=function(){return 0===this.stack.length&&this.pushToken(this.lexer.lex()),this.stack[this.stack.length-1]},t.popToken=function(){return this.future(),this.stack.pop()},t.pushToken=function(e){this.stack.push(e)},t.pushTokens=function(e){var t;(t=this.stack).push.apply(t,e)},t.consumeSpaces=function(){for(;" "===this.future().text;)this.stack.pop()},t.consumeArgs=function(e){for(var t=[],r=0;r<e;++r){this.consumeSpaces();var n=this.popToken();if("{"===n.text){for(var o=[],i=1;0!==i;){var s=this.popToken();if(o.push(s),"{"===s.text)++i;else if("}"===s.text)--i;else if("EOF"===s.text)throw new V("End of input in macro argument",n)}o.pop(),o.reverse(),t[r]=o}else{if("EOF"===n.text)throw new V("End of input expecting macro argument");t[r]=[n]}}return t},t.expandOnce=function(){var e=this.popToken(),t=e.text,t=this._getExpansion(t);if(null==t)return this.pushToken(e),e;if(this.expansionCount++,this.expansionCount>this.settings.maxExpand)throw new V("Too many expansions: infinite loop or need to increase maxExpand setting");var r=t.tokens;if(t.numArgs)for(var n=this.consumeArgs(t.numArgs),o=(r=r.slice()).length-1;0<=o;--o){var i=r[o];if("#"===i.text){if(0===o)throw new V("Incomplete placeholder at end of macro body",i);if("#"===(i=r[--o]).text)r.splice(o+1,1);else{if(!/^[1-9]$/.test(i.text))throw new V("Not a valid argument number",i);r.splice.apply(r,[o,2].concat(n[+i.text-1]))}}}return this.pushTokens(r),r},t.expandAfterFuture=function(){return this.expandOnce(),this.future()},t.expandNextToken=function(){for(;;){var e=this.expandOnce();if(e instanceof I){if("\\relax"!==e.text)return this.stack.pop();this.stack.pop()}}throw new Error},t.expandMacro=function(e){if(this.macros.get(e)){var t=[],r=this.stack.length;for(this.pushToken(new I(e));this.stack.length>r;)this.expandOnce()instanceof I&&t.push(this.stack.pop());return t}},t.expandMacroAsText=function(e){e=this.expandMacro(e);return e&&e.map(function(e){return e.text}).join("")},t._getExpansion=function(e){e=this.macros.get(e);if(null==e)return e;e="function"==typeof e?e(this):e;if("string"!=typeof e)return e;var t=0;if(-1!==e.indexOf("#"))for(var r=e.replace(/##/g,"");-1!==r.indexOf("#"+(t+1));)++t;for(var n=new gn(e,this.settings),o=[],i=n.lex();"EOF"!==i.text;)o.push(i),i=n.lex();return o.reverse(),{tokens:o,numArgs:t}},t.isDefined=function(e){return this.macros.has(e)||pn.hasOwnProperty(e)||p.math.hasOwnProperty(e)||p.text.hasOwnProperty(e)||Mn.hasOwnProperty(e)},In),En={"́":{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"}},Tn={"á":"á","à":"à","ä":"ä","ǟ":"ǟ","ã":"ã","ā":"ā","ă":"ă","ắ":"ắ","ằ":"ằ","ẵ":"ẵ","ǎ":"ǎ","â":"â","ấ":"ấ","ầ":"ầ","ẫ":"ẫ","ȧ":"ȧ","ǡ":"ǡ","å":"å","ǻ":"ǻ","ḃ":"ḃ","ć":"ć","č":"č","ĉ":"ĉ","ċ":"ċ","ď":"ď","ḋ":"ḋ","é":"é","è":"è","ë":"ë","ẽ":"ẽ","ē":"ē","ḗ":"ḗ","ḕ":"ḕ","ĕ":"ĕ","ě":"ě","ê":"ê","ế":"ế","ề":"ề","ễ":"ễ","ė":"ė","ḟ":"ḟ","ǵ":"ǵ","ḡ":"ḡ","ğ":"ğ","ǧ":"ǧ","ĝ":"ĝ","ġ":"ġ","ḧ":"ḧ","ȟ":"ȟ","ĥ":"ĥ","ḣ":"ḣ","í":"í","ì":"ì","ï":"ï","ḯ":"ḯ","ĩ":"ĩ","ī":"ī","ĭ":"ĭ","ǐ":"ǐ","î":"î","ǰ":"ǰ","ĵ":"ĵ","ḱ":"ḱ","ǩ":"ǩ","ĺ":"ĺ","ľ":"ľ","ḿ":"ḿ","ṁ":"ṁ","ń":"ń","ǹ":"ǹ","ñ":"ñ","ň":"ň","ṅ":"ṅ","ó":"ó","ò":"ò","ö":"ö","ȫ":"ȫ","õ":"õ","ṍ":"ṍ","ṏ":"ṏ","ȭ":"ȭ","ō":"ō","ṓ":"ṓ","ṑ":"ṑ","ŏ":"ŏ","ǒ":"ǒ","ô":"ô","ố":"ố","ồ":"ồ","ỗ":"ỗ","ȯ":"ȯ","ȱ":"ȱ","ő":"ő","ṕ":"ṕ","ṗ":"ṗ","ŕ":"ŕ","ř":"ř","ṙ":"ṙ","ś":"ś","ṥ":"ṥ","š":"š","ṧ":"ṧ","ŝ":"ŝ","ṡ":"ṡ","ẗ":"ẗ","ť":"ť","ṫ":"ṫ","ú":"ú","ù":"ù","ü":"ü","ǘ":"ǘ","ǜ":"ǜ","ǖ":"ǖ","ǚ":"ǚ","ũ":"ũ","ṹ":"ṹ","ū":"ū","ṻ":"ṻ","ŭ":"ŭ","ǔ":"ǔ","û":"û","ů":"ů","ű":"ű","ṽ":"ṽ","ẃ":"ẃ","ẁ":"ẁ","ẅ":"ẅ","ŵ":"ŵ","ẇ":"ẇ","ẘ":"ẘ","ẍ":"ẍ","ẋ":"ẋ","ý":"ý","ỳ":"ỳ","ÿ":"ÿ","ỹ":"ỹ","ȳ":"ȳ","ŷ":"ŷ","ẏ":"ẏ","ẙ":"ẙ","ź":"ź","ž":"ž","ẑ":"ẑ","ż":"ż","Á":"Á","À":"À","Ä":"Ä","Ǟ":"Ǟ","Ã":"Ã","Ā":"Ā","Ă":"Ă","Ắ":"Ắ","Ằ":"Ằ","Ẵ":"Ẵ","Ǎ":"Ǎ","Â":"Â","Ấ":"Ấ","Ầ":"Ầ","Ẫ":"Ẫ","Ȧ":"Ȧ","Ǡ":"Ǡ","Å":"Å","Ǻ":"Ǻ","Ḃ":"Ḃ","Ć":"Ć","Č":"Č","Ĉ":"Ĉ","Ċ":"Ċ","Ď":"Ď","Ḋ":"Ḋ","É":"É","È":"È","Ë":"Ë","Ẽ":"Ẽ","Ē":"Ē","Ḗ":"Ḗ","Ḕ":"Ḕ","Ĕ":"Ĕ","Ě":"Ě","Ê":"Ê","Ế":"Ế","Ề":"Ề","Ễ":"Ễ","Ė":"Ė","Ḟ":"Ḟ","Ǵ":"Ǵ","Ḡ":"Ḡ","Ğ":"Ğ","Ǧ":"Ǧ","Ĝ":"Ĝ","Ġ":"Ġ","Ḧ":"Ḧ","Ȟ":"Ȟ","Ĥ":"Ĥ","Ḣ":"Ḣ","Í":"Í","Ì":"Ì","Ï":"Ï","Ḯ":"Ḯ","Ĩ":"Ĩ","Ī":"Ī","Ĭ":"Ĭ","Ǐ":"Ǐ","Î":"Î","İ":"İ","Ĵ":"Ĵ","Ḱ":"Ḱ","Ǩ":"Ǩ","Ĺ":"Ĺ","Ľ":"Ľ","Ḿ":"Ḿ","Ṁ":"Ṁ","Ń":"Ń","Ǹ":"Ǹ","Ñ":"Ñ","Ň":"Ň","Ṅ":"Ṅ","Ó":"Ó","Ò":"Ò","Ö":"Ö","Ȫ":"Ȫ","Õ":"Õ","Ṍ":"Ṍ","Ṏ":"Ṏ","Ȭ":"Ȭ","Ō":"Ō","Ṓ":"Ṓ","Ṑ":"Ṑ","Ŏ":"Ŏ","Ǒ":"Ǒ","Ô":"Ô","Ố":"Ố","Ồ":"Ồ","Ỗ":"Ỗ","Ȯ":"Ȯ","Ȱ":"Ȱ","Ő":"Ő","Ṕ":"Ṕ","Ṗ":"Ṗ","Ŕ":"Ŕ","Ř":"Ř","Ṙ":"Ṙ","Ś":"Ś","Ṥ":"Ṥ","Š":"Š","Ṧ":"Ṧ","Ŝ":"Ŝ","Ṡ":"Ṡ","Ť":"Ť","Ṫ":"Ṫ","Ú":"Ú","Ù":"Ù","Ü":"Ü","Ǘ":"Ǘ","Ǜ":"Ǜ","Ǖ":"Ǖ","Ǚ":"Ǚ","Ũ":"Ũ","Ṹ":"Ṹ","Ū":"Ū","Ṻ":"Ṻ","Ŭ":"Ŭ","Ǔ":"Ǔ","Û":"Û","Ů":"Ů","Ű":"Ű","Ṽ":"Ṽ","Ẃ":"Ẃ","Ẁ":"Ẁ","Ẅ":"Ẅ","Ŵ":"Ŵ","Ẇ":"Ẇ","Ẍ":"Ẍ","Ẋ":"Ẋ","Ý":"Ý","Ỳ":"Ỳ","Ÿ":"Ÿ","Ỹ":"Ỹ","Ȳ":"Ȳ","Ŷ":"Ŷ","Ẏ":"Ẏ","Ź":"Ź","Ž":"Ž","Ẑ":"Ẑ","Ż":"Ż","ά":"ά","ὰ":"ὰ","ᾱ":"ᾱ","ᾰ":"ᾰ","έ":"έ","ὲ":"ὲ","ή":"ή","ὴ":"ὴ","ί":"ί","ὶ":"ὶ","ϊ":"ϊ","ΐ":"ΐ","ῒ":"ῒ","ῑ":"ῑ","ῐ":"ῐ","ό":"ό","ὸ":"ὸ","ύ":"ύ","ὺ":"ὺ","ϋ":"ϋ","ΰ":"ΰ","ῢ":"ῢ","ῡ":"ῡ","ῠ":"ῠ","ώ":"ώ","ὼ":"ὼ","Ύ":"Ύ","Ὺ":"Ὺ","Ϋ":"Ϋ","Ῡ":"Ῡ","Ῠ":"Ῠ","Ώ":"Ώ","Ὼ":"Ὼ"},Dn=((s=qn.prototype).expect=function(e,t){if(void 0===t&&(t=!0),this.fetch().text!==e)throw new V("Expected '"+e+"', got '"+this.fetch().text+"'",this.fetch());t&&this.consume()},s.consume=function(){this.nextToken=null},s.fetch=function(){return null==this.nextToken&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken},s.switchMode=function(e){this.mode=e,this.gullet.switchMode(e)},s.parse=function(){this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set("\\color","\\textcolor");var e=this.parseExpression(!1);return this.expect("EOF"),this.gullet.endGroup(),e},s.parseExpression=function(e,t){for(var r=[];;){"math"===this.mode&&this.consumeSpaces();var n=this.fetch();if(-1!==qn.endOfExpression.indexOf(n.text))break;if(t&&n.text===t)break;if(e&&pn[n.text]&&pn[n.text].infix)break;n=this.parseAtom(t);if(!n)break;r.push(n)}return"text"===this.mode&&this.formLigatures(r),this.handleInfixNodes(r)},s.handleInfixNodes=function(e){for(var t,r,n,o=-1,i=0;i<e.length;i++){var s=b(e[i],"infix");if(s){if(-1!==o)throw new V("only one infix operator per group",s.token);o=i,t=s.replaceWith}}return-1!==o&&t?(r=e.slice(0,o),n=e.slice(o+1),r=1===r.length&&"ordgroup"===r[0].type?r[0]:{type:"ordgroup",mode:this.mode,body:r},n=1===n.length&&"ordgroup"===n[0].type?n[0]:{type:"ordgroup",mode:this.mode,body:n},["\\\\abovefrac"===t?this.callFunction(t,[r,e[o],n],[]):this.callFunction(t,[r,n],[])]):e},s.handleSupSubscript=function(e){var t=this.fetch(),r=t.text,e=(this.consume(),this.parseGroup(e,!1,qn.SUPSUB_GREEDINESS,void 0,void 0,!0));if(e)return e;throw new V("Expected group after '"+r+"'",t)},s.formatUnsupportedCmd=function(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]}},s.parseAtom=function(e){var t,r,n=this.parseGroup("atom",!1,null,e);if("text"===this.mode)return n;for(;;){this.consumeSpaces();var o=this.fetch();if("\\limits"===o.text||"\\nolimits"===o.text){var i=b(n,"op");if(i){var s="\\limits"===o.text;i.limits=s,i.alwaysHandleSupSub=!0}else{if(!(i=b(n,"operatorname"))||!i.alwaysHandleSupSub)throw new V("Limit controls must follow a math operator",o);s="\\limits"===o.text;i.limits=s}this.consume()}else if("^"===o.text){if(t)throw new V("Double superscript",o);t=this.handleSupSubscript("superscript")}else if("_"===o.text){if(r)throw new V("Double subscript",o);r=this.handleSupSubscript("subscript")}else{if("'"!==o.text)break;if(t)throw new V("Double superscript",o);var a={type:"textord",mode:this.mode,text:"\\prime"},l=[a];for(this.consume();"'"===this.fetch().text;)l.push(a),this.consume();"^"===this.fetch().text&&l.push(this.handleSupSubscript("superscript")),t={type:"ordgroup",mode:this.mode,body:l}}}return t||r?{type:"supsub",mode:this.mode,base:n,sup:t,sub:r}:n},s.parseFunction=function(e,t,r){var n=this.fetch(),o=n.text,i=pn[o];if(!i)return null;if(this.consume(),null!=r&&i.greediness<=r)throw new V("Got function '"+o+"' with no arguments"+(t?" as "+t:""),n);if("text"===this.mode&&!i.allowedInText)throw new V("Can't use function '"+o+"' in text mode",n);if("math"===this.mode&&!1===i.allowedInMath)throw new V("Can't use function '"+o+"' in math mode",n);r=this.parseArguments(o,i),t=r.args,i=r.optArgs;return this.callFunction(o,t,i,n,e)},s.callFunction=function(e,t,r,n,o){var i=pn[e];if(i&&i.handler)return i.handler({funcName:e,parser:this,token:n,breakOnTokenText:o},t,r);throw new V("No function handler for "+e)},s.parseArguments=function(e,t){var r=t.numArgs+t.numOptionalArgs;if(0===r)return{args:[],optArgs:[]};for(var n=t.greediness,o=[],i=[],s=0;s<r;s++){var a=t.argTypes&&t.argTypes[s],l=s<t.numOptionalArgs,c=0<s&&!l||0===s&&!l&&"math"===this.mode,a=this.parseGroupOfType("argument to '"+e+"'",a,l,n,c);if(!a){if(l){i.push(null);continue}throw new V("Expected group after '"+e+"'",this.fetch())}(l?i:o).push(a)}return{args:o,optArgs:i}},s.parseGroupOfType=function(e,t,r,n,o){switch(t){case"color":return o&&this.consumeSpaces(),this.parseColorGroup(r);case"size":return o&&this.consumeSpaces(),this.parseSizeGroup(r);case"url":return this.parseUrlGroup(r,o);case"math":case"text":return this.parseGroup(e,r,n,void 0,t,o);case"hbox":var i=this.parseGroup(e,r,n,void 0,"text",o);return i&&{type:"styling",mode:i.mode,body:[i],style:"text"};case"raw":if(o&&this.consumeSpaces(),r&&"{"===this.fetch().text)return null;i=this.parseStringGroup("raw",r,!0);if(i)return{type:"raw",mode:"text",string:i.text};throw new V("Expected raw group",this.fetch());case"original":case null:case void 0:return this.parseGroup(e,r,n,void 0,void 0,o);default:throw new V("Unknown group type as "+e,this.fetch())}},s.consumeSpaces=function(){for(;" "===this.fetch().text;)this.consume()},s.parseStringGroup=function(e,t,r){var n=t?"[":"{",o=t?"]":"}",i=this.fetch();if(i.text!==n){if(t)return null;if(r&&"EOF"!==i.text&&/[^{}[\]]/.test(i.text))return this.consume(),i}t=this.mode;this.mode="text",this.expect(n);for(var s,a="",l=this.fetch(),c=0,h=l;(s=this.fetch()).text!==o||r&&0<c;){switch(s.text){case"EOF":throw new V("Unexpected end of input in "+e,l.range(h,a));case n:c++;break;case o:c--}a+=(h=s).text,this.consume()}return this.expect(o),this.mode=t,l.range(h,a)},s.parseRegexGroup=function(e,t){var r=this.mode;this.mode="text";for(var n,o=this.fetch(),i=o,s="";"EOF"!==(n=this.fetch()).text&&e.test(s+n.text);)s+=(i=n).text,this.consume();if(""===s)throw new V("Invalid "+t+": '"+o.text+"'",o);return this.mode=r,o.range(i,s)},s.parseColorGroup=function(e){e=this.parseStringGroup("color",e);if(!e)return null;var t=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(e.text);if(t)return t=t[0],/^[0-9a-f]{6}$/i.test(t)&&(t="#"+t),{type:"color-token",mode:this.mode,color:t};throw new V("Invalid color: '"+e.text+"'",e)},s.parseSizeGroup=function(e){var t,r=!1;if(!(t=e||"{"===this.fetch().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);e=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(t.text);if(!e)throw new V("Invalid size: '"+t.text+"'",t);e={number:+(e[1]+e[2]),unit:e[3]};if(Xe(e))return{type:"size",mode:this.mode,value:e,isBlank:r};throw new V("Invalid unit: '"+e.unit+"'",t)},s.parseUrlGroup=function(e,t){this.gullet.lexer.setCatcode("%",13);var e=this.parseStringGroup("url",e,!0);return this.gullet.lexer.setCatcode("%",14),e?(e=e.text.replace(/\\([#$%&~_^{}])/g,"$1"),{type:"url",mode:this.mode,url:e}):null},s.parseGroup=function(e,t,r,n,o,i){var s=this.mode;o&&this.switchMode(o),i&&this.consumeSpaces();var i=this.fetch(),a=i.text;if(t?"["===a:"{"===a||"\\begingroup"===a){this.consume();var l=qn.endOfGroup[a],c=(this.gullet.beginGroup(),this.parseExpression(!1,l)),h=this.fetch();this.expect(l),this.gullet.endGroup(),l={type:"ordgroup",mode:this.mode,loc:u.range(i,h),body:c,semisimple:"\\begingroup"===a||void 0}}else if(t)l=null;else if(null==(l=this.parseFunction(n,e,r)||this.parseSymbol())&&"\\"===a[0]&&!Mn.hasOwnProperty(a)){if(this.settings.throwOnError)throw new V("Undefined control sequence: "+a,i);l=this.formatUnsupportedCmd(a),this.consume()}return o&&this.switchMode(s),l},s.formLigatures=function(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:u.range(n,e[r+2]),text:"---"}),t-=2):(e.splice(r,2,{type:"textord",mode:"text",loc:u.range(n,e[r+1]),text:"--"}),--t)),"'"!==o&&"`"!==o||e[r+1].text!==o||(e.splice(r,2,{type:"textord",mode:"text",loc:u.range(n,e[r+1]),text:o+o}),--t)}},s.parseSymbol=function(){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((r=n?r.slice(1):r).length<2||r.charAt(0)!==r.slice(-1))throw new V("\\verb assertion failed --\n please report what input caused this bug");return{type:"verb",mode:"text",body:r=r.slice(1,-1),star:n}}Tn.hasOwnProperty(t[0])&&!p[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=Tn[t[0]]+t.substr(1));var o=fn.exec(t);if(o&&("i"===(t=t.substring(0,o.index))?t="ı":"j"===t&&(t="ȷ")),p[this.mode][t]){this.settings.strict&&"math"===this.mode&&0<="ÇÐÞçþ".indexOf(t)&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+t[0]+'" used in math mode',e);var r=p[this.mode][t].group,n=u.range(e),i=De.hasOwnProperty(r)?{type:"atom",mode:this.mode,family:r,loc:n,text:t}:{type:r,mode:this.mode,loc:n,text:t}}else{if(!(128<=t.charCodeAt(0)))return null;this.settings.strict&&(ne(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)),i={type:"textord",mode:"text",loc:u.range(e),text:t}}if(this.consume(),o)for(var s=0;s<o[0].length;s++){var a=o[0][s];if(!En[a])throw new V("Unknown accent ' "+a+"'",e);var l=En[a][this.mode];if(!l)throw new V("Accent "+a+" unsupported in "+this.mode+" mode",e);i={type:"accent",mode:this.mode,loc:u.range(e),label:l,isStretchy:!1,isShifty:!0,base:i}}return i},qn);function qn(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 zn(e,t,this.mode),this.settings=t,this.leftrightDepth=0}function In(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 bn(xn,t.macros),this.mode=r,this.stack=[]}Dn.endOfExpression=["}","\\endgroup","\\end","\\right","&"],Dn.endOfGroup={"[":"]","{":"}","\\begingroup":"\\endgroup"},Dn.SUPSUB_GREEDINESS=1;function Ln(e,t){if(!("string"==typeof e||e instanceof String))throw new TypeError("KaTeX can only parse string typed expression");delete(e=new Dn(e,t)).gullet.macros.current["\\df@tag"];var r=e.parse();if(e.gullet.macros.get("\\df@tag")){if(!t.displayMode)throw new V("\\tag works only in display equations");e.gullet.feed("\\df@tag"),r=[{type:"tag",mode:"text",body:r,tag:e.parse()}]}return r}function Bn(e,t,r){if(!r.throwOnError&&e instanceof V)return(t=Z.makeSpan(["katex-error"],[new v(t)])).setAttribute("title",e.toString()),t.setAttribute("style","color:"+r.errorColor),t;throw e}function Nn(e,t){var r,n,o,i,s,a=new P(t);try{var l=Ln(e,a);return r=l,n=e,s=Xt(o=a),"mathml"===o.output?Bt(r,n,s,!0):(r="html"===o.output?(i=At(r,s),Z.makeSpan(["katex"],[i])):(i=Bt(r,n,s,!1),n=At(r,s),Z.makeSpan(["katex"],[i,n])),Kt(r,o))}catch(t){return Bn(t,e,a)}}a=function(e,t,r){t.textContent="";e=Nn(e,r).toNode();t.appendChild(e)},"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."),a=function(){throw new V("KaTeX doesn't work in quirks mode.")}),e={version:"0.11.1",render:a,renderToString:function(e,t){return Nn(e,t).toMarkup()},ParseError:V,__parse:function(e,t){t=new P(t);return Ln(e,t)},__renderToDomTree:Nn,__renderToHTMLTree:function(e,t){var r=new P(t);try{var n=Ln(e,r),o=r;return n=At(n,Xt(o)),n=Z.makeSpan(["katex"],[n]),Kt(n,o)}catch(t){return Bn(t,e,r)}},__setFontMetrics:function(e,t){Ae[e]=t},__defineSymbol:n,__defineMacro:E,__domTree:{Span:he,Anchor:ue,SymbolNode:v,SvgNode:de,PathNode:fe,LineNode:ge}};D.default=e}],n={},o.m=r,o.c=n,o.d=function(e,t,r){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(t,e){if(1&e&&(t=o(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(o.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)o.d(r,n,function(e){return t[e]}.bind(null,n));return r},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=1).default;function o(e){var t;return(n[e]||(t=n[e]={i:e,l:!1,exports:{}},r[e].call(t.exports,t,t.exports,o),t.l=!0,t)).exports}var r,n}),function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("ComponentRelay",[],t):"object"==typeof exports?exports.ComponentRelay=t():e.ComponentRelay=t()}(self,function(){return(()=>{"use strict";var i,n={d:(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)},e={};let s,r,t;n.d(e,{default:()=>w}),(h=s=s||{}).SetSize="set-size",h.StreamItems="stream-items",h.StreamContextItem="stream-context-item",h.SaveItems="save-items",h.SelectItem="select-item",h.AssociateItem="associate-item",h.DeassociateItem="deassociate-item",h.ClearSelection="clear-selection",h.CreateItem="create-item",h.CreateItems="create-items",h.DeleteItems="delete-items",h.SetComponentData="set-component-data",h.InstallLocalComponent="install-local-component",h.ToggleActivateComponent="toggle-activate-component",h.RequestPermissions="request-permissions",h.PresentConflictResolution="present-conflict-resolution",h.DuplicateItem="duplicate-item",h.ComponentRegistered="component-registered",h.ActivateThemes="themes",h.Reply="reply",h.SaveSuccess="save-success",h.SaveError="save-error",h.ThemesActivated="themes-activated",h.KeyDown="key-down",h.KeyUp="key-up",h.Click="click",(h=r=r||{})[h.Web=1]="Web",h[h.Desktop=2]="Desktop",h[h.Mobile=3]="Mobile",(h=t=t||{}).Any="*",h.Item="SF|Item",h.RootKey="SN|RootKey|NoSync",h.ItemsKey="SN|ItemsKey",h.EncryptedStorage="SN|EncryptedStorage",h.Note="Note",h.Tag="Tag",h.SmartTag="SN|SmartTag",h.Component="SN|Component",h.Editor="SN|Editor",h.ActionsExtension="Extension",h.UserPrefs="SN|UserPreferences",h.HistorySession="SN|HistorySession",h.Theme="SN|Theme",h.Mfa="SF|MFA",h.ServerExtension="SF|Extension",h.FilesafeCredentials="SN|FileSafe|Credentials",h.FilesafeFileMetadata="SN|FileSafe|FileMetadata",h.FilesafeIntegration="SN|FileSafe|Integration",h.ExtensionRepo="SN|ExtensionRepo";var a=new Uint8Array(16);const l=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;for(var c,o,h,u=[],m=0;m<256;++m)u.push((m+256).toString(16).substr(1));function p(e,t,r){var n=(e=e||{}).random||(e.rng||function(){if(i=i||"undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto))return i(a);throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported")})();if(n[6]=15&n[6]|64,n[8]=63&n[8]|128,t){r=r||0;for(var o=0;o<16;++o)t[r+o]=n[o];return t}return function(e,t){var t=1<arguments.length&&void 0!==t?t:0,e=(u[e[t+0]]+u[e[t+1]]+u[e[t+2]]+u[e[t+3]]+"-"+u[e[t+4]]+u[e[t+5]]+"-"+u[e[t+6]]+u[e[t+7]]+"-"+u[e[t+8]]+u[e[t+9]]+"-"+u[e[t+10]]+u[e[t+11]]+u[e[t+12]]+u[e[t+13]]+u[e[t+14]]+u[e[t+15]]).toLowerCase();if("string"==typeof(t=e)&&l.test(t))return e;throw TypeError("Stringified UUID is invalid")}(n)}const d=e=>{var t={[r.Web]:"web",[r.Desktop]:"desktop",[r.Mobile]:"mobile"};return null!=(e=t[e])?e:t[r.Web]},f=e=>null!=e,g=()=>{};class b{static get isSupported(){return!(!window.console&&!console)}static get info(){return b.isSupported&&this.enabled?console.log.bind(console):g}static get error(){return b.isSupported?console.error.bind(console):g}}function v(t,e){var r,n=Object.keys(t);return Object.getOwnPropertySymbols&&(r=Object.getOwnPropertySymbols(t),e&&(r=r.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),n.push.apply(n,r)),n}function x(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?v(Object(r),!0).forEach(function(e){y(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):v(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}function y(e,t,r){t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r}"enabled"in(h=b)?Object.defineProperty(h,"enabled",{value:!1,enumerable:!0,configurable:!0,writable:!0}):h.enabled=!1,(c=c||{}).Component="component",(h=o=o||{}).Shift="Shift",h.Ctrl="Control",h.Meta="Meta";class w{constructor(e){if(y(this,"contentWindow",void 0),y(this,"initialPermissions",void 0),y(this,"onReadyCallback",void 0),y(this,"component",{activeThemes:[],acceptsThemes:!0}),y(this,"sentMessages",[]),y(this,"messageQueue",[]),y(this,"lastStreamedItem",void 0),y(this,"pendingSaveItems",void 0),y(this,"pendingSaveTimeout",void 0),y(this,"pendingSaveParams",void 0),y(this,"coallesedSaving",!0),y(this,"coallesedSavingDelay",250),y(this,"messageHandler",void 0),y(this,"keyDownEventListener",void 0),y(this,"keyUpEventListener",void 0),y(this,"clickEventListener",void 0),y(this,"onThemesChangeCallback",void 0),y(this,"concernTimeouts",[]),!e||!e.targetWindow)throw new Error("contentWindow must be a valid Window object.");this.contentWindow=e.targetWindow,this.processParameters(e),this.registerMessageHandler(),this.registerKeyboardEventListeners(),this.registerMouseEventListeners()}processParameters(e){var{initialPermissions:e,options:t,onReady:r,onThemesChange:n}=e;e&&0<e.length&&(this.initialPermissions=e),f(null==t?void 0:t.coallesedSaving)&&(this.coallesedSaving=t.coallesedSaving),f(null==t?void 0:t.coallesedSavingDelay)&&(this.coallesedSavingDelay=t.coallesedSavingDelay),f(null==t?void 0:t.acceptsThemes)&&(this.component.acceptsThemes=null==(e=null==t?void 0:t.acceptsThemes)||e),f(r)&&(this.onReadyCallback=r),f(n)&&(this.onThemesChangeCallback=n),b.enabled=null!=(e=null==t?void 0:t.debug)&&e}deinit(){this.onReadyCallback=void 0,this.component={acceptsThemes:!0,activeThemes:[]},this.messageQueue=[],this.sentMessages=[],this.lastStreamedItem=void 0,this.pendingSaveItems=void 0,this.pendingSaveTimeout=void 0,this.pendingSaveParams=void 0,this.messageHandler&&(this.contentWindow.document.removeEventListener("message",this.messageHandler),this.contentWindow.removeEventListener("message",this.messageHandler)),this.keyDownEventListener&&this.contentWindow.removeEventListener("keydown",this.keyDownEventListener),this.keyUpEventListener&&this.contentWindow.removeEventListener("keyup",this.keyUpEventListener),this.clickEventListener&&this.contentWindow.removeEventListener("click",this.clickEventListener)}registerMessageHandler(){this.messageHandler=e=>{if(b.info("Components API Message received:",e.data),!document.referrer||new URL(document.referrer).origin===new URL(e.origin).origin){var t=e["data"],t=(e=>{if("string"!=typeof e)return!1;try{var t=JSON.parse(e),r=Object.prototype.toString.call(t);return"[object Object]"===r||"[object Array]"===r}catch(e){return!1}})(t)?JSON.parse(t):t;if(t){if(void 0===this.component.origin&&t.action===s.ComponentRegistered)this.component.origin=e.origin;else if(e.origin!==this.component.origin)return;this.handleMessage(t)}else b.error("Invalid data received. Skipping...")}},this.contentWindow.document.addEventListener("message",this.messageHandler,!1),this.contentWindow.addEventListener("message",this.messageHandler,!1),b.info("Waiting for messages...")}registerKeyboardEventListeners(){this.keyDownEventListener=e=>{b.info("A key has been pressed: ".concat(e.key)),e.ctrlKey?this.keyDownEvent(o.Ctrl):e.shiftKey?this.keyDownEvent(o.Shift):!e.metaKey&&"Meta"!==e.key||this.keyDownEvent(o.Meta)},this.keyUpEventListener=e=>{b.info("A key has been released: ".concat(e.key)),"Control"===e.key?this.keyUpEvent(o.Ctrl):"Shift"===e.key?this.keyUpEvent(o.Shift):"Meta"===e.key&&this.keyUpEvent(o.Meta)},this.contentWindow.addEventListener("keydown",this.keyDownEventListener,!1),this.contentWindow.addEventListener("keyup",this.keyUpEventListener,!1)}registerMouseEventListeners(){this.clickEventListener=e=>{b.info("A click has been performed."),this.mouseClickEvent()},this.contentWindow.addEventListener("click",this.clickEventListener,!1)}handleMessage(t){switch(t.action){case s.ComponentRegistered:this.component.sessionKey=t.sessionKey,t.componentData&&(this.component.data=t.componentData),this.onReady(t.data),b.info("Component successfully registered with payload:",t);break;case s.ActivateThemes:this.activateThemes(t.data.themes);break;default:var e;if(t.original){const s=null==(e=this.sentMessages)?void 0:e.filter(e=>{return e.messageId===(null==(e=t.original)?void 0:e.messageId)})[0];if(s)null!=s&&null!=(e=s.callback)&&e.call(s,t.data);else{const t=this.contentWindow.document.title,e=("The extension '".concat(t,"' is attempting to communicate with Standard Notes, ")+"but an error is preventing it from doing so. Please restart this extension and try again.").replace(" "," ");void b.info(e)}}}}onReady(e){this.component.environment=e.environment,this.component.platform=e.platform,this.component.uuid=e.uuid,this.initialPermissions&&0<this.initialPermissions.length&&this.requestPermissions(this.initialPermissions);for(const e of this.messageQueue)this.postMessage(e.action,e.data,e.callback);this.messageQueue=[],b.info("Data passed to onReady:",e),this.activateThemes(e.activeThemeUrls||[]),this.postMessage(s.ThemesActivated,{}),this.onReadyCallback&&this.onReadyCallback()}getSelfComponentUUID(){return this.component.uuid}isRunningInDesktopApplication(){return this.component.environment===d(r.Desktop)}isRunningInMobileApplication(){return this.component.environment===d(r.Mobile)}getComponentDataValueForKey(e){if(this.component.data)return this.component.data[e]}setComponentDataValueForKey(e,t){if(!this.component.data)throw new Error("The component has not been initialized.");if(!e||0===e.length)throw new Error("The key for the data value should be a valid string.");this.component.data=x(x({},this.component.data),{},{[e]:t}),this.postMessage(s.SetComponentData,{componentData:this.component.data})}clearComponentData(){this.component.data={},this.postMessage(s.SetComponentData,{componentData:this.component.data})}postMessage(e,t,r){var n,o;this.component.sessionKey?(n={action:e,data:t,messageId:this.generateUUID(),sessionKey:this.component.sessionKey,api:c.Component},(o=JSON.parse(JSON.stringify(n))).callback=r,this.sentMessages.push(o),o=this.isRunningInMobileApplication()?JSON.stringify(n):n,b.info("Posting message:",o),this.contentWindow.parent.postMessage(o,this.component.origin)):this.messageQueue.push({action:e,data:t,api:c.Component,callback:r})}requestPermissions(e,t){this.postMessage(s.RequestPermissions,{permissions:e},()=>{t&&t()})}activateThemes(){let t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:[];if(this.component.acceptsThemes){b.info("Incoming themes:",t);const n=this.component["activeThemes"];if(!n||n.sort().toString()!=t.sort().toString()){let e=t;var r=[];for(const o of n)t.includes(o)?e=e.filter(e=>e!==o):r.push(o);b.info("Deactivating themes:",r),b.info("Activating themes:",e);for(const t of r)this.deactivateTheme(t);this.component.activeThemes=t;for(const t of e)if(t){const n=this.contentWindow.document.createElement("link");n.id=btoa(t),n.href=t,n.type="text/css",n.rel="stylesheet",n.media="screen,print",n.className="custom-theme",this.contentWindow.document.getElementsByTagName("head")[0].appendChild(n)}this.onThemesChangeCallback&&this.onThemesChangeCallback()}}}themeElementForUrl(t){return Array.from(this.contentWindow.document.getElementsByClassName("custom-theme")).slice().find(e=>e.id==btoa(t))}deactivateTheme(e){e=this.themeElementForUrl(e);e&&e.parentNode&&(e.setAttribute("disabled","true"),e.parentNode.removeChild(e))}generateUUID(){return p()}get platform(){return this.component.platform}get environment(){return this.component.environment}streamItems(e,t){this.postMessage(s.StreamItems,{content_types:e},e=>{t(e.items)})}streamContextItem(t){this.postMessage(s.StreamContextItem,{},e=>{e=e.item;this.lastStreamedItem&&this.lastStreamedItem.uuid===e.uuid||!this.pendingSaveTimeout||(clearTimeout(this.pendingSaveTimeout),this.performSavingOfItems(this.pendingSaveParams),this.pendingSaveTimeout=void 0,this.pendingSaveParams=void 0),this.lastStreamedItem=e,t(this.lastStreamedItem)})}selectItem(e){this.postMessage(s.SelectItem,{item:this.jsonObjectForItem(e)})}clearSelection(){this.postMessage(s.ClearSelection,{content_type:t.Tag})}createItem(e,r){this.postMessage(s.CreateItem,{item:this.jsonObjectForItem(e)},e=>{let t=e["item"];!t&&e.items&&0<e.items.length&&(t=e.items[0]),this.associateItem(t),r&&r(t)})}createItems(e,t){e=e.map(e=>this.jsonObjectForItem(e));this.postMessage(s.CreateItems,{items:e},e=>{t&&t(e.items)})}associateItem(e){this.postMessage(s.AssociateItem,{item:this.jsonObjectForItem(e)})}deassociateItem(e){this.postMessage(s.DeassociateItem,{item:this.jsonObjectForItem(e)})}deleteItem(e,t){this.deleteItems([e],t)}deleteItems(e,t){e={items:e.map(e=>this.jsonObjectForItem(e))};this.postMessage(s.DeleteItems,e,e=>{t&&t(e)})}sendCustomEvent(e,t,r){this.postMessage(e,t,e=>{r&&r(e)})}saveItem(e,t){this.saveItems([e],t,2<arguments.length&&void 0!==arguments[2]&&arguments[2])}saveItemWithPresave(e,t,r){this.saveItemsWithPresave([e],t,r)}saveItemsWithPresave(e,t,r){this.saveItems(e,r,!1,t)}performSavingOfItems(e){let{items:t,presave:r,callback:n}=e;var e=setTimeout(()=>{this.concernTimeouts.forEach(e=>clearTimeout(e)),alert("This editor is unable to communicate with Standard Notes. Your changes may not be saved. Please backup your changes, then restart the application and try again.")},5e3),o=(this.concernTimeouts.push(e),r&&r(),[]);for(const e of t)o.push(this.jsonObjectForItem(e));this.postMessage(s.SaveItems,{items:o},()=>{this.concernTimeouts.forEach(e=>clearTimeout(e)),null!=n&&n()})}saveItems(e,t){let r=2<arguments.length&&void 0!==arguments[2]&&arguments[2],n=3<arguments.length?arguments[3]:void 0;if(this.pendingSaveItems||(this.pendingSaveItems=[]),this.coallesedSaving&&!r){this.pendingSaveTimeout&&clearTimeout(this.pendingSaveTimeout);const r=e.map(e=>e.uuid),o=this.pendingSaveItems.filter(e=>!r.includes(e.uuid));this.pendingSaveItems=o.concat(e),this.pendingSaveParams={items:this.pendingSaveItems,presave:n,callback:t},this.pendingSaveTimeout=setTimeout(()=>{this.performSavingOfItems(this.pendingSaveParams),this.pendingSaveItems=[],this.pendingSaveTimeout=void 0,this.pendingSaveParams=null},this.coallesedSavingDelay)}else this.performSavingOfItems({items:e,presave:n,callback:t})}setSize(e,t){this.postMessage(s.SetSize,{type:"container",width:e,height:t})}keyDownEvent(e){this.postMessage(s.KeyDown,{keyboardModifier:e})}keyUpEvent(e){this.postMessage(s.KeyUp,{keyboardModifier:e})}mouseClickEvent(){this.postMessage(s.Click,{})}jsonObjectForItem(e){e=Object.assign({},e);return e.children=null,e.parent=null,e}getItemAppDataValue(e,t){return null==e||null==(e=e.content)||null==(e=e.appData)?void 0:e["org.standardnotes.sn"][t]}}return e.default})()}),function n(o,i,s){function a(t,e){if(!i[t]){if(!o[t]){var r="function"==typeof require&&require;if(!e&&r)return r(t,!0);if(l)return l(t,!0);throw(e=new Error("Cannot find module '"+t+"'")).code="MODULE_NOT_FOUND",e}r=i[t]={exports:{}},o[t][0].call(r.exports,function(e){return a(o[t][1][e]||e)},r,r.exports,n,o,i,s)}return i[t].exports}for(var l="function"==typeof require&&require,e=0;e<s.length;e++)a(s[e]);return a}({1:[function(e,t,r){"use strict";document.addEventListener("DOMContentLoaded",function(e){var t,o=document.getElementById("editor-source"),i=new ComponentRelay({targetWindow:window,onReady:function(){var e=i.platform;e&&document.body.classList.add(e)}});i.streamContextItem(function(e){(t=e).isMetadataUpdate||(o.value=e.content.text,window.upmath.updateText(),o.setAttribute("spellcheck",JSON.stringify(t.content.spellcheck)))}),o.addEventListener("input",function(e){var r,n=o.value||"";t&&(r=t,i.saveItemWithPresave(r,function(){window.upmath.updateText();var e,t=window.upmath.getHTML(),t=function(e,t){return t=1<arguments.length&&void 0!==t?t:90,e.length<=t?e:e.substring(0,t)+"..."}((t=t,(e=document.implementation.createHTMLDocument("New").body).innerHTML=t,e.textContent||e.innerText||""));r.content.preview_plain=t,r.content.preview_html=null,r.content.text=n}))}),o.addEventListener("keydown",function(e){var t;e.shiftKey||9!=e.which||(e.preventDefault(),document.execCommand("insertText",!1,"\t")||(e=this.selectionStart,t=this.selectionEnd,this.value=this.value.substring(0,e)+" "+this.value.substring(t),this.selectionStart=this.selectionEnd=e+4))})})},{}]},{},[1]);
|