(window.webpackJsonp=window.webpackJsonp||[]).push([[157,6,7],{"+NIl":function(ot,ze,x){(function(j){j(x("VrN/"))})(function(j){"use strict";j.defineMode("stex",function(ve,te){"use strict";function we(ie,U){ie.cmdState.push(U)}function be(ie){return ie.cmdState.length>0?ie.cmdState[ie.cmdState.length-1]:null}function $(ie){var U=ie.cmdState.pop();U&&U.closeBracket()}function P(ie){for(var U=ie.cmdState,F=U.length-1;F>=0;F--){var I=U[F];if(I.name=="DEFAULT")continue;return I}return{styleIdentifier:function(){return null}}}function M(ie,U,F){return function(){this.name=ie,this.bracketNo=0,this.style=U,this.styles=F,this.argument=null,this.styleIdentifier=function(){return this.styles[this.bracketNo-1]||null},this.openBracket=function(){return this.bracketNo++,"bracket"},this.closeBracket=function(){}}}var b={};b.importmodule=M("importmodule","tag",["string","builtin"]),b.documentclass=M("documentclass","tag",["","atom"]),b.usepackage=M("usepackage","tag",["atom"]),b.begin=M("begin","tag",["atom"]),b.end=M("end","tag",["atom"]),b.label=M("label","tag",["atom"]),b.ref=M("ref","tag",["atom"]),b.eqref=M("eqref","tag",["atom"]),b.cite=M("cite","tag",["atom"]),b.bibitem=M("bibitem","tag",["atom"]),b.Bibitem=M("Bibitem","tag",["atom"]),b.RBibitem=M("RBibitem","tag",["atom"]),b.DEFAULT=function(){this.name="DEFAULT",this.style="tag",this.styleIdentifier=this.openBracket=this.closeBracket=function(){}};function H(ie,U){ie.f=U}function K(ie,U){var F;if(ie.match(/^\\[a-zA-Z@]+/)){var I=ie.current().slice(1);return F=b.hasOwnProperty(I)?b[I]:b.DEFAULT,F=new F,we(U,F),H(U,Ee),F.style}if(ie.match(/^\\[$&%#{}_]/))return"tag";if(ie.match(/^\\[,;!\/\\]/))return"tag";if(ie.match("\\["))return H(U,function(ae,Re){return re(ae,Re,"\\]")}),"keyword";if(ie.match("\\("))return H(U,function(ae,Re){return re(ae,Re,"\\)")}),"keyword";if(ie.match("$$"))return H(U,function(ae,Re){return re(ae,Re,"$$")}),"keyword";if(ie.match("$"))return H(U,function(ae,Re){return re(ae,Re,"$")}),"keyword";var se=ie.next();if(se=="%")return ie.skipToEnd(),"comment";if(se=="}"||se=="]"){if(F=be(U),F)F.closeBracket(se),H(U,Ee);else return"error";return"bracket"}else return se=="{"||se=="["?(F=b.DEFAULT,F=new F,we(U,F),"bracket"):/\d/.test(se)?(ie.eatWhile(/[\w.%]/),"atom"):(ie.eatWhile(/[\w\-_]/),F=P(U),F.name=="begin"&&(F.argument=ie.current()),F.styleIdentifier())}function re(ie,U,F){if(ie.eatSpace())return null;if(F&&ie.match(F))return H(U,K),"keyword";if(ie.match(/^\\[a-zA-Z@]+/))return"tag";if(ie.match(/^[a-zA-Z]+/))return"variable-2";if(ie.match(/^\\[$&%#{}_]/))return"tag";if(ie.match(/^\\[,;!\/]/))return"tag";if(ie.match(/^[\^_&]/))return"tag";if(ie.match(/^[+\-<>|=,\/@!*:;'"`~#?]/))return null;if(ie.match(/^(\d+\.\d*|\d*\.\d+|\d+)/))return"number";var I=ie.next();return I=="{"||I=="}"||I=="["||I=="]"||I=="("||I==")"?"bracket":I=="%"?(ie.skipToEnd(),"comment"):"error"}function Ee(ie,U){var F=ie.peek(),I;return F=="{"||F=="["?(I=be(U),I.openBracket(F),ie.eat(F),H(U,K),"bracket"):/[ \t\r]/.test(F)?(ie.eat(F),null):(H(U,K),$(U),K(ie,U))}return{startState:function(){var ie=te.inMathMode?function(U,F){return re(U,F)}:K;return{cmdState:[],f:ie}},copyState:function(ie){return{cmdState:ie.cmdState.slice(),f:ie.f}},token:function(ie,U){return U.f(ie,U)},blankLine:function(ie){ie.f=K,ie.cmdState.length=0},lineComment:"%"}}),j.defineMIME("text/x-stex","stex"),j.defineMIME("text/x-latex","stex")})},"19Vz":function(ot,ze,x){(function(j){j(x("VrN/"))})(function(j){j.defineOption("placeholder","",function(M,b,H){var K=H&&H!=j.Init;if(b&&!K)M.on("blur",be),M.on("change",$),M.on("swapDoc",$),j.on(M.getInputField(),"compositionupdate",M.state.placeholderCompose=function(){we(M)}),$(M);else if(!b&&K){M.off("blur",be),M.off("change",$),M.off("swapDoc",$),j.off(M.getInputField(),"compositionupdate",M.state.placeholderCompose),ve(M);var re=M.getWrapperElement();re.className=re.className.replace(" CodeMirror-empty","")}b&&!M.hasFocus()&&be(M)});function ve(M){M.state.placeholder&&(M.state.placeholder.parentNode.removeChild(M.state.placeholder),M.state.placeholder=null)}function te(M){ve(M);var b=M.state.placeholder=document.createElement("pre");b.style.cssText="height: 0; overflow: visible",b.style.direction=M.getOption("direction"),b.className="CodeMirror-placeholder CodeMirror-line-like";var H=M.getOption("placeholder");typeof H=="string"&&(H=document.createTextNode(H)),b.appendChild(H),M.display.lineSpace.insertBefore(b,M.display.lineSpace.firstChild)}function we(M){setTimeout(function(){var b=!1,H=M.getInputField();H.nodeName=="TEXTAREA"?b=!H.value:M.lineCount()==1&&(b=!/[^\u200b]/.test(H.querySelector(".CodeMirror-line").textContent)),b?te(M):ve(M)},20)}function be(M){P(M)&&te(M)}function $(M){var b=M.getWrapperElement(),H=P(M);b.className=b.className.replace(" CodeMirror-empty","")+(H?" CodeMirror-empty":""),H?te(M):ve(M)}function P(M){return M.lineCount()===1&&M.getLine(0)===""}})},"1eCo":function(ot,ze,x){(function(j){j(x("VrN/"))})(function(j){"use strict";var ve={autoSelfClosers:{area:!0,base:!0,br:!0,col:!0,command:!0,embed:!0,frame:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0,menuitem:!0},implicitlyClosed:{dd:!0,li:!0,optgroup:!0,option:!0,p:!0,rp:!0,rt:!0,tbody:!0,td:!0,tfoot:!0,th:!0,tr:!0},contextGrabbers:{dd:{dd:!0,dt:!0},dt:{dd:!0,dt:!0},li:{li:!0},option:{option:!0,optgroup:!0},optgroup:{optgroup:!0},p:{address:!0,article:!0,aside:!0,blockquote:!0,dir:!0,div:!0,dl:!0,fieldset:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,menu:!0,nav:!0,ol:!0,p:!0,pre:!0,section:!0,table:!0,ul:!0},rp:{rp:!0,rt:!0},rt:{rp:!0,rt:!0},tbody:{tbody:!0,tfoot:!0},td:{td:!0,th:!0},tfoot:{tbody:!0},th:{td:!0,th:!0},thead:{tbody:!0,tfoot:!0},tr:{tr:!0}},doNotIndent:{pre:!0},allowUnquoted:!0,allowMissing:!0,caseFold:!0},te={autoSelfClosers:{},implicitlyClosed:{},contextGrabbers:{},doNotIndent:{},allowUnquoted:!1,allowMissing:!1,allowMissingTagName:!1,caseFold:!1};j.defineMode("xml",function(we,be){var $=we.indentUnit,P={},M=be.htmlMode?ve:te;for(var b in M)P[b]=M[b];for(var b in be)P[b]=be[b];var H,K;function re(y,z){function W(N){return z.tokenize=N,N(y,z)}var w=y.next();if(w=="<")return y.eat("!")?y.eat("[")?y.match("CDATA[")?W(U("atom","]]>")):null:y.match("--")?W(U("comment","-->")):y.match("DOCTYPE",!0,!0)?(y.eatWhile(/[\w\._\-]/),W(F(1))):null:y.eat("?")?(y.eatWhile(/[\w\._\-]/),z.tokenize=U("meta","?>"),"meta"):(H=y.eat("/")?"closeTag":"openTag",z.tokenize=Ee,"tag bracket");if(w=="&"){var Y;return y.eat("#")?y.eat("x")?Y=y.eatWhile(/[a-fA-F\d]/)&&y.eat(";"):Y=y.eatWhile(/[\d]/)&&y.eat(";"):Y=y.eatWhile(/[\w\.\-:]/)&&y.eat(";"),Y?"atom":"error"}else return y.eatWhile(/[^&<]/),null}re.isInText=!0;function Ee(y,z){var W=y.next();if(W==">"||W=="/"&&y.eat(">"))return z.tokenize=re,H=W==">"?"endTag":"selfcloseTag","tag bracket";if(W=="=")return H="equals",null;if(W=="<"){z.tokenize=re,z.state=Re,z.tagName=z.tagStart=null;var w=z.tokenize(y,z);return w?w+" tag error":"tag error"}else return/[\'\"]/.test(W)?(z.tokenize=ie(W),z.stringStartCol=y.column(),z.tokenize(y,z)):(y.match(/^[^\s\u00a0=<>\"\']*[^\s\u00a0=<>\"\'\/]/),"word")}function ie(y){var z=function(W,w){for(;!W.eol();)if(W.next()==y){w.tokenize=Ee;break}return"string"};return z.isInAttribute=!0,z}function U(y,z){return function(W,w){for(;!W.eol();){if(W.match(z)){w.tokenize=re;break}W.next()}return y}}function F(y){return function(z,W){for(var w;(w=z.next())!=null;){if(w=="<")return W.tokenize=F(y+1),W.tokenize(z,W);if(w==">")if(y==1){W.tokenize=re;break}else return W.tokenize=F(y-1),W.tokenize(z,W)}return"meta"}}function I(y,z,W){this.prev=y.context,this.tagName=z,this.indent=y.indented,this.startOfLine=W,(P.doNotIndent.hasOwnProperty(z)||y.context&&y.context.noIndent)&&(this.noIndent=!0)}function se(y){y.context&&(y.context=y.context.prev)}function ae(y,z){for(var W;;){if(!y.context)return;if(W=y.context.tagName,!P.contextGrabbers.hasOwnProperty(W)||!P.contextGrabbers[W].hasOwnProperty(z))return;se(y)}}function Re(y,z,W){return y=="openTag"?(W.tagStart=z.column(),He):y=="closeTag"?de:Re}function He(y,z,W){return y=="word"?(W.tagName=z.current(),K="tag",me):P.allowMissingTagName&&y=="endTag"?(K="tag bracket",me(y,z,W)):(K="error",He)}function de(y,z,W){if(y=="word"){var w=z.current();return W.context&&W.context.tagName!=w&&P.implicitlyClosed.hasOwnProperty(W.context.tagName)&&se(W),W.context&&W.context.tagName==w||P.matchClosing===!1?(K="tag",Oe):(K="tag error",De)}else return P.allowMissingTagName&&y=="endTag"?(K="tag bracket",Oe(y,z,W)):(K="error",De)}function Oe(y,z,W){return y!="endTag"?(K="error",Oe):(se(W),Re)}function De(y,z,W){return K="error",Oe(y,z,W)}function me(y,z,W){if(y=="word")return K="attribute",ge;if(y=="endTag"||y=="selfcloseTag"){var w=W.tagName,Y=W.tagStart;return W.tagName=W.tagStart=null,y=="selfcloseTag"||P.autoSelfClosers.hasOwnProperty(w)?ae(W,w):(ae(W,w),W.context=new I(W,w,Y==W.indented)),Re}return K="error",me}function ge(y,z,W){return y=="equals"?le:(P.allowMissing||(K="error"),me(y,z,W))}function le(y,z,W){return y=="string"?Z:y=="word"&&P.allowUnquoted?(K="string",me):(K="error",me(y,z,W))}function Z(y,z,W){return y=="string"?Z:me(y,z,W)}return{startState:function(y){var z={tokenize:re,state:Re,indented:y||0,tagName:null,tagStart:null,context:null};return y!=null&&(z.baseIndent=y),z},token:function(y,z){if(!z.tagName&&y.sol()&&(z.indented=y.indentation()),y.eatSpace())return null;H=null;var W=z.tokenize(y,z);return(W||H)&&W!="comment"&&(K=null,z.state=z.state(H||W,y,z),K&&(W=K=="error"?W+" error":K)),W},indent:function(y,z,W){var w=y.context;if(y.tokenize.isInAttribute)return y.tagStart==y.indented?y.stringStartCol+1:y.indented+$;if(w&&w.noIndent)return j.Pass;if(y.tokenize!=Ee&&y.tokenize!=re)return W?W.match(/^(\s*)/)[0].length:0;if(y.tagName)return P.multilineTagIndentPastTag!==!1?y.tagStart+y.tagName.length+2:y.tagStart+$*(P.multilineTagIndentFactor||1);if(P.alignCDATA&&/$/,blockCommentStart:"",configuration:P.htmlMode?"html":"xml",helperType:P.htmlMode?"html":"xml",skipAttribute:function(y){y.state==le&&(y.state=me)},xmlCurrentTag:function(y){return y.tagName?{name:y.tagName,close:y.type=="closeTag"}:null},xmlCurrentContext:function(y){for(var z=[],W=y.context;W;W=W.prev)W.tagName&&z.push(W.tagName);return z.reverse()}}}),j.defineMIME("text/xml","xml"),j.defineMIME("application/xml","xml"),j.mimeModes.hasOwnProperty("text/html")||j.defineMIME("text/html",{name:"xml",htmlMode:!0})})},"55Ip":function(ot,ze,x){"use strict";x.d(ze,"a",function(){return ae}),x.d(ze,"b",function(){return me});var j=x("Ty5D"),ve=x("dI71"),te=x("q1tI"),we=x.n(te),be=x("YS25"),$=x("17x9"),P=x.n($),M=x("wx14"),b=x("zLVn"),H=x("9R94"),K=function(le){Object(ve.a)(Z,le);function Z(){for(var z,W=arguments.length,w=new Array(W),Y=0;Y-1&&we.substring(P+1,we.length);if(M)return j.findModeByExtension(M)},j.findModeByName=function(we){we=we.toLowerCase();for(var be=0;be=q.length?ye.slice(q.length):ye}).join(` `)}var H=[],K=["