www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9a5028d119ef27413c35960844adf5ba355d57bc
parent d5c9cb1704920c2fcf2d298196a21e0fa965a335
Author: Davide Cervone <dpvc@union.edu>
Date:   Sun, 15 Aug 2010 00:48:12 +0000

Fixed a number of typos reported by users (resolves bugs 3045072, 3045076, 3045077 and 3045095)

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@581 b8fd5906-0fad-46e2-a0d3-10d94ff285d1

Diffstat:
Mmathjax/docs/html/.doctrees/HTML-snippets.doctree | 0
Mmathjax/docs/html/.doctrees/environment.pickle | 0
Mmathjax/docs/html/.doctrees/output.doctree | 0
Mmathjax/docs/html/.doctrees/platforms/movable-type.doctree | 0
Mmathjax/docs/html/.doctrees/tex.doctree | 0
Mmathjax/docs/html/HTML-snippets.html | 4++--
Mmathjax/docs/html/_sources/HTML-snippets.txt | 4++--
Mmathjax/docs/html/_sources/output.txt | 6+++---
Mmathjax/docs/html/_sources/platforms/movable-type.txt | 6+++---
Mmathjax/docs/html/_sources/tex.txt | 6+++---
Mmathjax/docs/html/objects.inv | 0
Mmathjax/docs/html/output.html | 16++++++++--------
Mmathjax/docs/html/platforms/movable-type.html | 6+++---
Mmathjax/docs/html/searchindex.js | 4++--
Mmathjax/docs/html/tex.html | 14+++++++-------
Mmathjax/docs/rst/HTML-snippets.rst | 4++--
Mmathjax/docs/rst/output.rst | 6+++---
Mmathjax/docs/rst/platforms/movable-type.rst | 6+++---
Mmathjax/docs/rst/tex.rst | 6+++---
19 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/mathjax/docs/html/.doctrees/HTML-snippets.doctree b/mathjax/docs/html/.doctrees/HTML-snippets.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/environment.pickle b/mathjax/docs/html/.doctrees/environment.pickle Binary files differ. diff --git a/mathjax/docs/html/.doctrees/output.doctree b/mathjax/docs/html/.doctrees/output.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/platforms/movable-type.doctree b/mathjax/docs/html/.doctrees/platforms/movable-type.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/tex.doctree b/mathjax/docs/html/.doctrees/tex.doctree Binary files differ. diff --git a/mathjax/docs/html/HTML-snippets.html b/mathjax/docs/html/HTML-snippets.html @@ -54,8 +54,8 @@ snippet using a JavaScript object. This lets you include HTML in your configutation files even though they are not HTML files themselves. The format is fairly simple, but flexible enough to let you represent complicated HTML trees.</p> -<p>An HTML snippet is an array consisting of a series elements that formt -he HTML tree. Those elements are one of two things: either a string, +<p>An HTML snippet is an array consisting of a series of elements that format +the HTML tree. Those elements are one of two things: either a string, which represents text to be included in the snippet, or an array, which represents an HTML tag to be included. In the latter case, the array consists of three items: a string that is the tag name (e.g., diff --git a/mathjax/docs/html/_sources/HTML-snippets.txt b/mathjax/docs/html/_sources/HTML-snippets.txt @@ -10,8 +10,8 @@ configutation files even though they are not HTML files themselves. The format is fairly simple, but flexible enough to let you represent complicated HTML trees. -An HTML snippet is an array consisting of a series elements that formt -he HTML tree. Those elements are one of two things: either a string, +An HTML snippet is an array consisting of a series of elements that format +the HTML tree. Those elements are one of two things: either a string, which represents text to be included in the snippet, or an array, which represents an HTML tag to be included. In the latter case, the array consists of three items: a string that is the tag name (e.g., diff --git a/mathjax/docs/html/_sources/output.txt b/mathjax/docs/html/_sources/output.txt @@ -95,13 +95,13 @@ HTML-CSS with IE8 Internet Explorer 8 has at least eight different rendering modes in which can operate, and that are triggered by the `DOCTYPE` of the -document being viewed. It's "quirks" mode is its fasted mode, and its +document being viewed. Its "quirks" mode is its fastest mode, and its "IE8 standards" mode is its slowest. This is the mode triggered by strict HTML document types, and since most modern content management systems now include a `DOCTYPE` that activates "standards" mode, IE8 will operate in its slowest manner. This is particularly apparent when MathJax is used, since IE8 in standards mode runs 20 to 30 times -slower than its does in its IE7 emulation mode, and 60 times slower +slower than it does in its IE7 emulation mode, and 60 times slower than in quirks mode. Most users find this speed reduction unacceptable when there is much @@ -115,7 +115,7 @@ mode. You can accomplish this by including the line at the top of the ``<head>`` section of your HTML documents. This lets you keep the strict `DOCTYPE` for validation purposes, while -still managing to get reasonable perforance from Internext Explorer +still managing to get reasonable perforance from Internet Explorer 8. Note that this line must come at the beginning of the ``<head>``, before any stylesheets or other content are loaded. diff --git a/mathjax/docs/html/_sources/platforms/movable-type.txt b/mathjax/docs/html/_sources/platforms/movable-type.txt @@ -1,8 +1,8 @@ .. _platform-movable-type: -========================== -Using MathJax in WordPress -========================== +============================= +Using MathJax in Movable Type +============================= These instructions assume you already have placed the MathJax files on your server (see :ref:`Installing and Testing MathJax <installation>`). diff --git a/mathjax/docs/html/_sources/tex.txt b/mathjax/docs/html/_sources/tex.txt @@ -9,8 +9,8 @@ The support for TeX and LaTeX in MathJax consists of two parts: the these looks for mathematics within your web page (indicated by math delimiters like ``$$...$$``) and marks the mathematics for later processing by MathJax. The TeX input processor is what converts the -TeX notation into MathJax's internal format, where on of MathJax's -output processors then displays is in the web page. +TeX notation into MathJax's internal format, where one of MathJax's +output processors then displays it in the web page. The `tex2jax` preprocessor can be configured to look for whatever markers you want to use for your math delimiters. See the @@ -202,7 +202,7 @@ noUndefined The `noUndefined` extension causes undefined control sequences to be shown as their macro names rather than produce an error message. So -$X_{\xxx}$ would display as an "X" with a subscript consiting of the +``$X_{\xxx}$`` would display as an "X" with a subscript consiting of the text ``\xxx`` in red. To enable and configure this extension, use for example diff --git a/mathjax/docs/html/objects.inv b/mathjax/docs/html/objects.inv Binary files differ. diff --git a/mathjax/docs/html/output.html b/mathjax/docs/html/output.html @@ -22,7 +22,7 @@ <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <link rel="top" title="MathJax v1.0 documentation" href="index.html" /> - <link rel="next" title="“Powered by MathJax”" href="badge.html" /> + <link rel="next" title="The MathJax Community" href="community.html" /> <link rel="prev" title="MathJax MathML Support" href="mathml.html" /> </head> <body> @@ -33,7 +33,7 @@ <a href="genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > - <a href="badge.html" title="“Powered by MathJax”" + <a href="community.html" title="The MathJax Community" accesskey="N">next</a> |</li> <li class="right" > <a href="mathml.html" title="MathJax MathML Support" @@ -125,13 +125,13 @@ wishes.</p> <span id="id1"></span><h2>HTML-CSS with IE8<a class="headerlink" href="#html-css-with-ie8" title="Permalink to this headline">¶</a></h2> <p>Internet Explorer 8 has at least eight different rendering modes in which can operate, and that are triggered by the <cite>DOCTYPE</cite> of the -document being viewed. It&#8217;s &#8220;quirks&#8221; mode is its fasted mode, and its +document being viewed. Its &#8220;quirks&#8221; mode is its fastest mode, and its &#8220;IE8 standards&#8221; mode is its slowest. This is the mode triggered by strict HTML document types, and since most modern content management systems now include a <cite>DOCTYPE</cite> that activates &#8220;standards&#8221; mode, IE8 will operate in its slowest manner. This is particularly apparent when MathJax is used, since IE8 in standards mode runs 20 to 30 times -slower than its does in its IE7 emulation mode, and 60 times slower +slower than it does in its IE7 emulation mode, and 60 times slower than in quirks mode.</p> <p>Most users find this speed reduction unacceptable when there is much mathematics on the page. To overcome this problem, you may wish to @@ -142,7 +142,7 @@ mode. You can accomplish this by including the line</p> </div> <p>at the top of the <tt class="docutils literal"><span class="pre">&lt;head&gt;</span></tt> section of your HTML documents. This lets you keep the strict <cite>DOCTYPE</cite> for validation purposes, while -still managing to get reasonable perforance from Internext Explorer +still managing to get reasonable perforance from Internet Explorer 8. Note that this line must come at the beginning of the <tt class="docutils literal"><span class="pre">&lt;head&gt;</span></tt>, before any stylesheets or other content are loaded.</p> <p>Altertnatively, you can use the <cite>MMLorHTML</cite> configuration file @@ -171,8 +171,8 @@ the mathematics much more quickly.</p> <p class="topless"><a href="mathml.html" title="previous chapter">MathJax MathML Support</a></p> <h4>Next topic</h4> - <p class="topless"><a href="badge.html" - title="next chapter">&#8220;Powered by MathJax&#8221;</a></p> + <p class="topless"><a href="community.html" + title="next chapter">The MathJax Community</a></p> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="_sources/output.txt" @@ -202,7 +202,7 @@ the mathematics much more quickly.</p> <a href="genindex.html" title="General Index" >index</a></li> <li class="right" > - <a href="badge.html" title="“Powered by MathJax”" + <a href="community.html" title="The MathJax Community" >next</a> |</li> <li class="right" > <a href="mathml.html" title="MathJax MathML Support" diff --git a/mathjax/docs/html/platforms/movable-type.html b/mathjax/docs/html/platforms/movable-type.html @@ -6,7 +6,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>Using MathJax in WordPress &mdash; MathJax v1.0 documentation</title> + <title>Using MathJax in Movable Type &mdash; MathJax v1.0 documentation</title> <link rel="stylesheet" href="../_static/mj.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript"> @@ -49,8 +49,8 @@ <div class="bodywrapper"> <div class="body"> - <div class="section" id="using-mathjax-in-wordpress"> -<span id="platform-movable-type"></span><h1>Using MathJax in WordPress<a class="headerlink" href="#using-mathjax-in-wordpress" title="Permalink to this headline">¶</a></h1> + <div class="section" id="using-mathjax-in-movable-type"> +<span id="platform-movable-type"></span><h1>Using MathJax in Movable Type<a class="headerlink" href="#using-mathjax-in-movable-type" title="Permalink to this headline">¶</a></h1> <p>These instructions assume you already have placed the MathJax files on your server (see <a class="reference internal" href="../installation.html#installation"><em>Installing and Testing MathJax</em></a>).</p> <ol class="arabic"> diff --git a/mathjax/docs/html/searchindex.js b/mathjax/docs/html/searchindex.js @@ -1 +1 @@ -Search.setIndex({objects:{"":{reset:[23,0,1],getAllJax:[32,0,1],Log:[15,0,1],Subclass:[33,0,1],Delay:[23,0,1],Init:[33,0,1],Interest:[24,0,1],Translate:[34,0,1],Config:[32,0,1],addElement:[10,0,1],Styles:[0,0,1],ExecuteHook:[24,0,1],loadTimeout:[0,0,1],Resume:[14,0,1],Post:[24,0,1],Update:[32,0,1],loadHook:[0,0,1],formatError:[32,0,1],call:[14,0,1],getJaxByInputType:[32,0,1],PreProcess:[32,0,1],fileURL:[0,0,1],has:[33,0,1],Require:[0,0,1],Insert:[32,0,1],addText:[10,0,1],TextNode:[10,0,1],Augment:[33,0,1],loadError:[0,0,1],Clear:[15,0,1],Register:[34,0,1],noTranslate:[34,0,1],Element:[10,0,1],Queue:[23,0,1],NoInterest:[24,0,1],Set:[15,0,1],getJaxByType:[32,0,1],Push:[14,0,1],Typeset:[32,0,1],Signal:[23,0,1],loadComplete:[0,0,1],wait:[14,0,1],Load:[0,0,1],Suspend:[14,0,1],executeHooks:[23,0,1],Process:[32,0,1],Text:[21,0,1],Reprocess:[32,0,1],Startup:[34,0,1],SourceElement:[21,0,1],getJaxFor:[32,0,1],can:[33,0,1],MessageHook:[24,0,1],isJax:[32,0,1],isa:[33,0,1]}},terms:{lvertneqq:35,reprocess:[32,21,43],mathjax_msie_fram:15,interchang:[],four:[17,41,30],prefix:[10,17,12],asymp:35,blacktriangledown:35,webfont:[5,37,17],whose:[4,38,32,47,43],under:36,preprocess:[46,32,25,43],sped:[],gimel:35,everi:[16,32],mskip:35,arcco:35,dotplu:35,affect:[30,32,21,12],isforefox:32,look:[10,35,36,37,23,1,24,49,3,15,4,17,12,6,46,32,43],eqnarrai:35,cmd:19,bigodot:35,ominu:35,math:[25,35,9,10,11,32,15,16,17,34,19,20,22,2,26,28,29,30,31,12,4,36,37,39,42,43,44,45,46],nparallel:35,showcontext:42,direct:[5,36,37,30],enjoi:[],thinspac:35,second:[0,36,30,23,38,41,44,4,5,40,19,16,31,47,49],ngeq:35,even:[0,36,23,24,14,35,2,43,16,38,40,12,44,20,46,32,41],hide:43,prejax:[46,19],neg:35,introspect:[],children:36,yoursit:2,caseywstark:[],"new":[10,24,12,30,47,23,43,33,41,25,3,15,16,44,18,42,20,31,32,21,46],net:30,mhtml:1,told:44,limsup:35,scriptscriptstyl:35,abov:[10,35,37,23,17,41,2,43,4,5,19,38,45,33],lessapprox:35,never:[30,2],richest:[],here:[10,24,27,23,38,41,2,43,16,17,34,19,6,32,21],met:25,lneqq:35,path:[0,1,17,6,8,12],noundefin:[35,17,12,2],interpret:[35,45,30],nrightarrow:35,forum:[17,3],bookmarklet:12,precis:[],rceil:35,indutri:[],backprim:35,circleddash:35,mathstrut:35,unix:30,brower:35,thinmathspac:36,highli:20,describ:[10,23,17,39,49,25,43,35,5,40,38,45,46,32],would:[35,5,7,9,10,32,14,17,40,19,21,18,22,23,38,29,30,12,33,4,37,26,41,42,43,45,46,48,49],bleed:30,vartriangl:35,ltime:35,varlambda:35,call:[0,1,2,35,5,7,32,14,15,16,18,19,21,22,23,24,26,29,30,31,12,33,34,4,37,38,39,47,41,42,43,44,9,46,48],typo:[],recommend:[45,46,30],vcenter:35,preview:[4,26,46,22,19],type:[0,1,2,4,6,8,10,32,16,17,34,19,47,31,12,36,21,41,43,44,45,46],until:[0,22,24,41,25,4,26,19,38,16,12],notin:35,displaymath:[4,12],notic:[35,12],warn:[0,5],jpg:[4,26,22,40],hold:[0,40,19,29,46,32],unpack:[17,30],slowest:45,must:[0,36,37,5,39,14,35,15,4,17,18,19,29,44,45,12,24,49],fbox:35,join:[16,35],centerdot:35,setup:[20,17,36,12],work:[10,11,36,30,38,35,2,3,43,16,17,28,44,20,45,12,33],cc0000:[49,19],textjavascript:[],root:[35,0,25],overrid:[47,5,31,34,33],mathmenu:[9,49,12,37,42],give:[24,17,40,49,2,3,16,5,18,12],indic:[47,0,12,24,14,35,25,16,17,34,19,38,31,32,21,46],mauch:[],impair:20,liter:4,want:[16,37,30,23,38,13,47,35,3,15,4,17,48,19,43,45,8,12,33,41],david:[],setminu:35,foirefox:30,quot:[4,37,19],hom:35,heartsuit:35,how:[0,1,2,3,35,5,6,14,15,17,40,19,22,23,24,26,29,30,32,4,37,42,44,9,46],sever:[0,41,43,38,46,12,47],answer:[3,43],verifi:[17,30,3],config:[25,35,5,6,7,31,9,32,15,16,17,18,19,47,22,2,26,28,29,8,12,34,4,37,38,41,42,43,45,48,49],updat:[30,1,41,43,32,21],showrender:42,lai:[45,46],diagdown:35,after:[0,37,23,24,14,41,2,42,15,16,17,34,19,38,44,30,46,12,43],befor:[0,1,3,35,6,14,15,16,18,19,23,24,38,29,30,32,33,34,4,36,37,39,40,41,43,44,45,46],wrong:36,unwis:45,konqueror:[45,32],parallel:[35,41],types:[],alignedat:35,attempt:[0,36,42],third:[41,36],leftarrow:35,perform:[24,12,23,38,39,14,41,25,27,16,5,34,19,43,44,32,21],greasekit:2,maintain:[16,38,19,3,44],environ:[35,3,4,17,18,12],incorpor:[],enter:[35,46,36,43],first:[16,36,23,24,35,2,3,43,4,17,46,40,19,38,6,44,31,12,47,41],order:[24,22,17,39,14,41,15,4,5,19,38,45,26,32,33,46],oper:[0,4,5,7,9,14,15,16,17,18,20,22,38,29,30,34,24,27,37,26,39,41,42,43,45,48],approxeq:35,endors:[],over:[10,0,37,42,43,35,17,19,29,46],fall:[5,41,17],becaus:[16,36,37,24,35,2,15,4,17,40,38,30,46,12,43,41],boxtim:35,textrm:35,appar:[45,41],afil:38,flexibl:[41,40],vari:45,smallint:35,fit:[16,42],fix:30,strang:36,better:[17,12,42],boxminu:35,drawback:45,upharpoonleft:35,persist:3,comprehens:39,easier:[24,36,30,41,35,33],moveleft:35,them:[10,0,38,36,30,17,14,35,49,4,5,18,12,16,46,32,24,41],thei:[0,2,3,35,5,7,32,13,14,16,17,18,19,22,24,25,26,29,30,12,34,4,36,37,38,39,40,41,42,43,44,9,46,48,49],precapprox:35,safe:[10,2,43],"break":[35,44,41,36],mtext:[35,17],wedg:35,widetild:35,choic:[45,32,12],dbinom:35,outputel:[],leftharpoondown:35,accommod:[],timeout:[0,23],each:[16,12,30,23,24,41,25,43,4,17,44,46,32],debug:15,side:[15,18,19,6],mean:[16,22,1,24,13,35,2,43,4,26,19,38,44,20,12],leqq:35,createel:2,resum:[14,41],leqalignno:35,mathopen:35,looparrowleft:35,logo:[],goe:[35,44,41],newli:[10,16,33],content:[10,46,36,1,39,25,41,2,43,4,17,40,19,6,45,31,32,33,8],laid:[],reader:20,forth:27,impract:30,multilin:35,love:[],situat:12,free:21,standard:[35,39,49,16,17,20,45,46,12],lneq:35,angl:35,moment:[17,30],isn:16,temporari:34,isa:33,subtl:43,confus:[],mathbb:35,rang:46,mathbf:35,render:[36,25,42,4,19,20,45,46,12,48,28],yourcolleg:30,restrict:[35,30],hook:[16,0,23,24],noerror:[35,17,12,2],alreadi:[0,23,44,35,2,3,15,16,38,6,8,43,33,41],messag:[0,12,30,39,17,13,35,25,15,16,5,27,34,19,44,32,24],primari:45,tooltop:37,top:[27,30,35,17,45,12],sometim:[],underlin:35,master:44,too:[4,17,2],eqn:[],john:38,listen:[16,24,32,23],thickapprox:35,namespac:[17,12,2,23,43],tool:41,tagind:18,consern:[],gtrless:35,somewhat:44,technic:39,past:[16,20,44,24],filesmatch:30,consequ:9,provid:[10,0,36,23,1,24,14,35,15,16,38,40,12,44,20,46,32,33,41,43],eqalignno:35,x2212:[17,46],tree:40,iota:35,project:[39,3],matter:[16,28],minut:30,mathtt:35,ldotp:35,close:[5,36,12,3],modern:[20,5,12,45,11],mind:[35,1],manner:45,increment:14,seem:[38,36],rightrightarrow:35,ldot:35,ngeqq:35,latter:[16,40,46,12],client:37,supset:35,picki:[],though:[23,2,35,44,40,19,46],object:[0,25,5,10,11,32,13,14,15,16,34,19,21,23,38,29,31,12,33,24,27,37,39,40,41,42,43,44,9,46,47,49],regular:[4,19],phase:[],previewtex:[],grave:35,don:[36,38,41,2,43,16,5,45,32],dom:[10,47,41,43,16,44,34,19,32,21],doe:[35,36,23,47,2,16,38,9,48,12,20,45,31,32,21,46],declar:[36,37,49,42,5,9,29],tfrac:35,unchang:[48,43],sum:[35,23],dot:35,asid:[],delaystartupuntil:[25,19],lnapprox:35,syntax:[35,33],mediawiki:1,isopera:32,shownam:38,asynchon:43,involv:[17,12,3,44],consolid:20,layout:21,firstnam:38,mathchoic:35,ismsi:[32,25],menu:[36,37,25,42,9,19,29,6,45,8,21,46],explain:[17,12,44],configur:[25,35,5,6,7,8,11,12,16,17,18,19,20,47,22,2,26,28,29,30,31,32,34,4,36,37,38,40,9,45,46,48],apach:30,configut:40,theme:[1,6],rich:20,folder:[17,37,30],predecessor:[],infti:[35,46],report:[36,19,3],circeq:35,prepocess:[],subseteq:35,fadeouttim:5,bar:[35,33,23],"public":30,reload:42,bad:[],replacechild:2,neq:35,respond:[24,19,3],dashrightarrow:35,elimin:19,precneqq:35,result:[36,37,23,38,47,41,43,35,17,45,31,32,21,46],respons:[17,31,12,23,24],fail:[0,12,34,38,45],exectu:23,best:[0,41,12,46,45],awar:[35,0,41,36],subarrai:35,varinjlim:35,wikipedia:[39,2],circledcirc:35,gneqq:35,approach:[38,46,12,1,43],attribut:[10,49,35,26,40,46],blacktriangleright:35,extend:[20,46],jaxlist:[],synchon:16,extens:[0,25,35,5,32,16,17,18,19,22,2,26,28,29,12,34,4,27,39,41,42,43,49],add:[33,35,1,17,14,49,2,4,5,19,45,47,21],preprocessor:[35,22,26,25,27,4,17,36,19,12,46,32,43,28],advertis:[],intop:35,cot:35,triggerr:[],howev:[30,41,2,3,43,35,38,19,45,46,12,33,49],against:24,browser:[25,35,5,11,32,17,9,19,20,21,2,27,28,30,12,4,36,37,39,42,44,45,46,48],varpsi:35,preccurlyeq:35,foral:35,foobar:33,sai:[14,2,23],innerhtml:[2,43],height:[35,42],heirarchi:[],wider:3,sqsupset:35,speak:[13,46],chrome:[37,45,32,2],patch:30,three:[36,30,23,38,40,41,5,34,44,46],been:[44,0,30,23,24,14,41,2,3,15,4,17,34,28,38,16,45,12,43],trigger:[45,19,29],beta2:[],interest:[16,24,39,44],basic:11,accpet:38,tini:35,quickli:[20,45,3],underrightarrow:35,regul:41,xxx:35,uncommon:[],ani:[0,2,35,5,7,9,32,14,15,16,17,18,19,21,22,23,24,26,29,30,12,33,4,36,37,38,41,42,43,44,45,48],emploi:[39,45],refexplicit:[],tanh:35,servic:[17,12],properti:[10,0,27,33,47,23,24,14,38,34,31,32,21],diamondsuit:35,sourceforg:[30,3],dashboard:8,succeq:35,canb:18,lightli:45,applic:[20,17,25],cong:35,tediou:[],disappear:[4,26,22],amout:15,disabl:[9,37],incorrectli:30,receiv:[24,38,16,44,34,33],suggest:[5,3],make:[0,3,35,5,32,13,14,16,17,19,20,22,26,12,33,4,36,30,41,42,43,44,45,46,49],complex:[45,40],split:35,lrcorner:35,unsafewindow:2,complet:[0,30,23,24,39,14,41,43,16,17,34,38,44,45,32,21],longmapsto:35,hand:[27,15,18,19,46,36,28],fairli:40,rais:35,mkern:35,ignorepast:24,unlhd:35,squar:[35,40],redefin:[5,34],kept:16,presto:[],thu:[23,41,16,38,12,21],inherit:[13,33,31,47,21],contact:[],thi:[0,1,2,35,5,6,8,9,10,11,12,13,14,15,16,17,18,19,21,22,23,24,25,26,27,28,29,30,31,32,33,34,4,36,37,38,40,41,42,43,44,45,46,47,48,49],idotsint:35,programm:33,everyth:[35,41,32],settimeout:[38,23],left:[36,27,25,15,35,44,18,19,6,8,12],processclass:4,identifi:[10,17,46,12,24],just:[24,36,1,23,38,41,35,17,19,6,20,46,12,49],yen:35,mathbin:35,human:[],depart:[],coprod:35,yet:[36,14,41,43,16,44,45],languag:[39,17,46,44,45],noscript:4,onload:[25,27,2,19,38],errorset:19,ell:35,had:[16,17],myconfig:[16,38],els:[38,2,43],har:[],save:[8,49,6],hat:35,jsmath:[11,46,28],"3px":49,nexist:35,loadtimeout:0,quirk:45,preserv:38,negativethinmathspac:45,background:[35,49],specif:[0,27,23,1,24,39,14,41,43,4,38,34,19,46,32,21],sqsubset:35,arbitrari:35,zoom:[36,19,29],leftrightarrow:35,underli:45,www:[17,12,2,30,42],right:[9,36,37,39,14,41,2,15,35,18,19,6,46,12],old:[16,30],simbl:2,deal:45,autobold:[35,12],somehow:[],percentag:[9,37,19],cfrac:35,successfulli:[0,38],interc:35,dddot:35,bottom:6,subclass:[24,27,21,34,31,47,33],circ:35,exectur:24,overcom:[45,44],condit:[0,25],getjaxfor:[16,32,47],core:[12,41,25,35,19,46,32],plu:[24,25],bold:[35,40,18,12],mathrel:35,colleg:30,repositori:[],post:[24,37,25,3,15,16,44,34],"super":33,llless:35,obj:10,nwarrow:35,slightli:[35,6],surround:[9,37],current_theme_templ:1,joomla:1,downharpoonright:35,geramond:35,encod:35,bound:[],rightsquigarrow:35,down:[8,19],shortparallel:35,sot:[],wrap:33,opportun:3,often:[17,46,49],wai:[16,22,30,23,1,26,47,41,2,15,4,17,34,19,38,45,31,12,24,46,43],checkmark:35,wab:[],ngtr:35,avail:[0,22,37,30,5,33,41,42,4,17,36,19,16,20,45,26,12,21,46,9],width:[35,45,18,36,42],reli:[0,41,2,43,38,9,45,12],wordpress:[8,1,6],editor:6,overhead:[],rightthreetim:35,head:[1,2,43,17,6,45,8,12],form:[36,37,39,18,19,46],offer:3,forc:[12,37],epsilon:35,msbm:[],hear:[16,24],downdownarrow:35,"true":[35,12,37,23,24,25,42,4,27,19,9,7,32,33],reset:[42,23],absens:1,displayalign:19,intern:[0,36,24,39,14,41,35,19,45,31,32,47,46],tell:[17,43,2,45],moveright:35,featur:[36,30,3,16,38,29,45,33],rfloor:35,drive:30,exist:[35,33,23,3],ddot:35,backsim:35,jax1:[],triangleq:35,check:[0,30,24,35,17,38,33],excel:[],abovewithdelim:35,role:46,test:[10,11,36,30,44,2,43,16,17,8,32,33],tie:[25,23],smallsmil:35,scriptstyl:35,node:10,intend:33,consit:35,munderov:46,gvertneqq:35,consid:[0,12,35,3,4,46,32,21,41],markup2jax:[],configr:12,omega:35,outdat:3,faster:[45,12],bullet:35,tex2jax_ignor:4,ignor:[4,24],time:[0,2,3,35,5,10,32,15,16,17,34,19,23,38,29,12,24,30,41,43,45,46],push:[23,39,14,41,25,43,38,32],mathrm:35,doteq:35,emulateie7:45,skip:4,global:[13,45,27,23,43],skin:1,sourcesforg:30,displayind:19,millisecond:[0,37,23,42,15,5,29,32],decid:[12,42],depend:[23,43,38,6,45,12,48],show:[30,17,3,43,35,5,40,19,38,8,12,42],readabl:39,nearrow:35,varpi:35,certainli:[12,30],vee:35,vec:35,text:[1,2,35,5,6,10,15,16,17,40,19,20,21,18,22,38,8,12,4,37,26,41,43,9,46],succnsim:35,sourc:[11,36,37,41,2,42,16,9,20,30,46,32,21],string:[0,23,24,40,35,15,4,18,19,16,32,21,49],word:[4,46],exact:[],room:18,dim:35,foo:[33,23],administr:[1,6],level:[17,12,30,27],ntriangleleft:35,gui:[],item:[9,37,42,35,38,40],cooki:[10,25],div:[10,35,46,28,43],prevent:[35,22,37,26,42,4,17,18,19],slower:45,compens:9,sign:[35,43,4,17,46,12],cost:[17,12,33],pmb:35,rightarrowtail:35,widehat:35,xandi:33,dotsi:35,dotsm:35,appear:[35,27,30,38,42,15,16,17,19,43,6,12,21],dotso:35,repli:16,dotsc:35,dotsb:35,current:[0,37,30,1,24,33,6,45,8,21],backepsilon:35,ampersand:35,scriptel:[],inlinemath:[4,17,12,43],boost:[],defici:36,amalg:35,mathsiz:35,gener:[38,48,25,5,46,32,21],mfrac:[17,46],slow:[],modif:41,address:[17,8,30,1,6],along:[39,41,15,16,31,47],wait:[0,30,23,24,39,14,41,2,43,16,38,25,19,44,32],box:[35,0,5],html_head:1,shift:19,bot:35,queue:[24,27,23,44,13,14,41,25,43,38,39,32],overriden:32,digamma:35,varlimsup:35,macintosh:32,semant:33,regardless:43,extra:[16,35,46,19],modul:[0,8,27],prefer:[30,37,48,42],iepro7:2,veebar:35,visibl:[4,26,41,22,43],marker:35,instal:[11,37,30,17,35,5,6,20,45,8,12],arrowvert:35,memori:[44,21],bigr:35,visit:17,prec:35,subvers:[17,30],stylesheet:[0,27,23,24,14,25,43,44,19,6,45],perp:35,current_skin:1,bigl:35,bigm:35,eqcirc:35,divideontim:35,inputjax:[27,13,33,25,34,31,21],capit:13,sitaut:43,peopl:[],bigtriangleup:35,newcommand:35,visual:20,templat:[8,1,6],hphantom:35,easiest:[30,23,38,16,17,12],graphic:30,prepar:[41,12],cap:35,uniqu:49,risingdotseq:35,pmatrix:35,whatev:[35,1,47,41,43,16,33],cal:35,purpos:[45,46,38],getjaxbytyp:32,downharpoonleft:35,precsim:35,subseteqq:35,varprojlim:35,backslash:[35,18,19],topic:[13,11,12],exportmathml:[],phrase:17,occur:[0,36,23,24,14,41,2,42,15,16,38,34,19,12,44,32,43],eqsim:35,nuber:15,pink:35,alwai:[35,38,41,23],multipl:[35,41],trianglelefteq:35,write:[20,17,41,43,24],anyon:[],fourth:41,mathsf:35,tild:35,xhtml:[17,36,12],map:46,product:[],max:35,spot:35,succ:35,pending_xref:[],mai:[0,1,2,3,35,5,32,13,16,17,34,19,21,24,38,30,12,33,4,36,37,47,41,9,43,44,45,46],end:[0,36,1,35,6,25,4,16,8,41],data:[10,0,27,37,47,23,33,16,38,34,31,32,21],liminf:35,newlin:[35,15],vartheta:35,preceq:35,explicit:[],uparrow:35,nsim:35,inform:[0,37,1,24,39,15,16,38,9,19,46,12],"switch":[46,28],looparrowright:35,combin:0,block:[9,37,17,5,34,19,46,12],lnsim:35,approx:35,approv:[],lsh:35,tex2math:[17,28],mapl:[],still:[24,36,23,39,41,16,17,19,29,45],pointer:33,ttf:30,dynam:[0,27,11,41,2,43,17,19,44,20,46,12],equiv:[35,45],amssymbol:[35,17,12,2],group:[0,36],monitor:3,polici:30,varsigma:35,bigstar:35,platform:[20,11,1,17],window:[27,23,38,2,42,15,5,43,32],alignat:35,main:[46,12,30,1,13,47,41,49,42,35,17,27,19,6,31,32,33,8],mathexampl:43,non:[10,0,46,17,14],msam10:17,halt:44,smash:35,initi:[0,27,44,35,25,42,4,17,34,19,16,46,32,21,41],contectu:45,safari:[45,32,2],natiov:9,now:[39,17,12,30,45],discuss:[10,30,2,3],nor:[5,40],term:15,name:[0,25,35,5,10,32,16,17,18,19,21,22,23,24,2,26,30,31,12,33,34,4,36,37,38,40,49,45,47],opera:[45,32,2,48],boxdot:35,separ:[36,30,41,15,16,17,9,19,12,49],messagestyl:[5,19],sideset:35,confid:20,varpropto:35,compil:38,domain:30,replac:[0,36,2,43,17,18,12,6,8,32,33,46],individu:[12,21,43],continu:[16,0,35,41,44],happen:[36,30,14,41,35,44,46],shown:[35,40,19,42,43],accomplish:[45,2,30],space:[43,35,19,45,7,12,46],internet:[0,2,42,15,35,38,19,45,46,12],formula:[43,19,29,20,45,46,12],correct:[30,2,38],simeq:35,earlier:41,ajax:[0,27,13,41,25,16,38,34,32],mime:[12,47,17,36,31,32,21,34],theori:[],underleftarrow:35,org:[17,12,2,42],ord:35,care:[35,12,2],ntrianglelefteq:35,suffici:[35,18,48],x00b1:17,synchron:[0,23,11,39,14,41,2,43,38,25,44,32,24],mscarri:36,thing:[35,17,40,43],place:[0,37,5,35,3,43,16,17,24,18,19,6,8,12,33,41],mathop:35,startuphook:[16,32],ture:9,think:[35,19,43],frequent:[4,16],lambda:35,origin:[33,35,47,30,24,14,2,43,16,17,31,12,21],lfloor:35,suspend:[16,14,41,24],directli:[41,2,43,35,38,46],spoken:[],onc:[0,30,23,24,41,25,43,35,17,28],arrai:[2,35,5,7,32,14,16,17,18,47,22,23,24,25,38,28,31,12,34,4,37,26,40,9,45,46,48],yourself:[35,14,2,19,38],fast:45,open:[11,36,30,42,17,6,20,8],predefin:19,size:[35,49,9,37,43],given:[10,0,47,33,23,1,24,14,35,40,15,16,38,34,19,49,46,32,21,41],convent:[],gif:[],ifmodul:30,evail:41,leftrightharpoon:35,averag:46,circl:35,whith:36,white:49,conveni:[17,12,33,19],hub:[25,4,5,7,32,13,15,16,18,19,21,22,2,38,29,12,34,9,27,37,26,47,41,42,43,46,48],especi:46,programat:46,copi:[36,30,2,3,17,12,20,32],specifi:[35,5,7,9,10,14,16,17,40,19,18,23,24,38,29,12,4,37,41,42,44,45,46,48,49],enclos:[49,46,37,19],quad:35,than:[0,35,5,7,32,14,16,17,34,19,20,47,23,24,30,31,12,33,4,36,37,39,41,43,44,45,46,49],serv:[17,12],wide:[20,46,30],instanc:[10,21,41,34,32,33],underbrac:35,were:[16,21,43],posit:[14,37],seri:[41,40],pre:[4,5,36,30],delic:9,lnot:35,doublecup:35,openajax:[],nleftrightarrow:35,svnroot:30,argument:[24,23,41,38,12,33],hskip:35,doctyp:[45,36],mislead:[],engin:[20,11],techniqu:2,npreceq:35,note:[0,2,35,5,32,17,40,19,21,18,24,38,30,12,4,37,41,42,43,45,46,48,49],x2260:17,take:[0,23,1,5,41,25,3,43,35,17,18,38,44,12],noth:[38,23],channel:[16,39],updownarrow:35,begin:[16,35,25,43,4,18,45,46,12,41],sure:[35,30,24,41,2,3,43,4,17,45,12],windowset:42,normal:[35,23,49,2,4,19,46],track:[46,3],udpat:30,beta:[35,17],pair:[10,0,12,23,40,49,4,18,16,31,32,47],fileurl:0,beth:35,latex:[11,39,35,4,17,19,20,46,12],textarea:4,proud:[],sale:9,typeset:[0,25,4,15,16,9,19,20,21,22,2,38,29,32,27,37,26,39,41,42,43,44,46],badg:3,sigma:35,mathfrak:35,showmathmenu:37,newenviron:35,autoreset:23,parentnod:2,unprocess:[32,21,43],permiss:[17,30],hack:45,corner:[27,19,15],label:[35,12,42],xml:[20,39],insruct:1,onli:[0,1,2,3,35,5,32,17,40,19,20,21,24,38,30,12,4,36,37,39,49,43],explicitli:[35,38,4,17,12,33],activ:[36,23,39,3,43,44,45,46],written:[17,6],inlinedelimit:35,otim:35,black:35,offici:[],geq:35,mypic:[4,26,22,40],nearli:[35,12],variou:[24,37,1,13,49,16,5,9,31,12,46],get:[10,11,36,37,30,23,24,41,2,15,35,17,9,19,38,45,43,33],ncong:35,downarrow:35,requir:[0,23,35,2,16,38,34,20,46,32,47,41],prime:35,lceil:35,mathpunct:35,enspac:35,intermitt:[27,15],shortmid:35,retypeset:43,where:[0,1,25,3,35,5,8,10,32,15,16,17,18,21,23,38,30,31,12,27,37,47,49,43,44,46],wiki:[17,46,2],lozeng:35,obejct:14,ismac:[32,25],concern:[46,32],detect:23,parent:[10,33],enumer:35,sponsorship:[],enough:[41,40],between:[35,23,38,41,42,16,17,45,46,32,21],maltes:35,"import":[13,0,41,44,16],across:[39,45],rahter:[],longleftrightarrow:35,vdot:35,screen:[0,41,43,20,15,47],obscen:[],negmedspac:35,come:[36,30,41,2,38,45,46,12],leftleftarrow:35,img:[22,49,2,4,26,40],timout:0,pertain:17,audienc:45,overbrac:35,mani:[35,12,44,41,4,38,32,49],color:[35,49,40,19],operatornam:35,period:[0,27,30],pop:[],colon:[35,49],unrend:[],cancel:23,pod:35,bigcirc:35,msrow:36,needlessli:38,skew:35,mark:[35,36,49,4,17,28,46,12],addit:[47,0,36,23,17,14,35,43,16,5,19,38,49,31,32,21,41],textnod:10,succapprox:35,fade:5,arcsin:35,refdomain:[],resolut:20,mathplay:[45,12,2,19,42],breve:35,quick:[],texfont:5,blacktriangl:35,former:30,those:[47,35,36,30,23,24,14,41,40,43,16,5,34,19,38,49,20,31,32,21,46],manu:42,"case":[35,47,37,23,38,33,41,2,43,16,17,40,19,30,46,12,21,49],kappa:35,oldstyl:35,addtext:10,invok:45,margin:18,opera10:37,advantag:[45,41,1],barwedg:35,leadsto:35,henc:30,worri:[16,46],destin:32,updatemath:43,jax2:[],bigwedg:35,develop:[39,36,30,3],author:[15,34,19,29,20,46],media:[49,30],postjax:[46,19],same:[16,22,30,24,35,44,4,26,6,12,47,41],html:[1,25,35,5,7,9,10,11,32,13,16,17,40,19,47,22,2,26,36,30,8,12,4,27,37,39,49,42,43,44,45,46,48],pad:[10,49],knuth:39,mathvari:46,document:[0,22,39,11,13,35,2,43,4,17,36,19,12,20,45,26,32,47,46,28],exhaust:12,finish:[39,44,41,2,43],vvdash:35,nest:[36,27],availablefont:[5,12,37],someon:[],longleftarrow:35,capabl:[13,20,12,45],formaterror:32,displaystyl:[35,43],extern:[0,27,44,41,16,38,32],submenu:[19,42,6],appropri:[35,16,17,28,31,46],macro:[35,17,18,19,12],markup:[35,0,46,36,39],leftharpoonup:35,overwithdelim:35,without:[0,36,37,35,16,38,9,46],model:[11,27,13,25,35,45,46,33],altertn:45,bigotim:35,stixfont:5,mml2jax:[36,26,2,17,19,46,12],loaderror:0,when:[0,25,35,5,6,7,9,12,13,14,15,16,17,18,19,20,21,22,23,24,26,27,28,29,30,31,32,33,34,4,36,37,38,39,40,41,42,43,44,45,46,47,48],rest:[0,36,41,43,17,20,46],speed:[45,46,12],versu:41,mathzoom:[49,12,29],nleqq:35,except:[17,12,44],littl:[0,24],blog:[17,46],earli:12,hover:[42,19,29],around:[35,12],read:[16,17,36,30,40],outermost:40,boldsymbol:[35,12],messsag:15,hander:19,moo:33,dispatch:[],amp:35,lasterror:32,mod:35,oslash:35,cdot:35,integ:32,server:[37,1,2,17,6,30,8,12],either:[0,30,1,24,13,40,49,2,16,17,18,29,45,32,48],output:[2,35,7,11,32,16,17,34,19,47,27,12,33,9,36,37,39,21,49,42,43,45,46,48],manag:[10,27,30,1,38,39,25,15,17,45,46],lesssim:35,searrow:35,sqcup:35,inlin:[4,17,12],constitut:13,slice:23,easili:[20,17,46],definit:[0,37,49,42,9,29,20],iff:35,shoveright:35,inputid:21,dashleftarrow:35,mathcal:35,variuou:16,complic:[45,36,48,40],refer:[11,30,17,33,2,43,16,5,24,34,38,44,32,21],power:[41,3],inspect:32,broken:46,fulli:[41,36],regexp:4,"throw":[34,2],trianglerighteq:35,assocait:43,underwai:41,greater:35,ddddot:35,act:[35,38,39,41,16,17,18,19,46,12],industri:39,processor:[9,36,37,39,41,25,42,35,17,18,49,45,7,12,48,46],hookrightarrow:35,nobreakspac:35,routin:[10,0,44,38,34,31,32,47],effici:[12,33,43],elementari:36,lessdot:35,triangledown:35,compos:36,rightharpoondown:35,mathbackground:35,your:[0,1,2,3,35,5,6,7,9,11,12,17,18,19,20,22,26,28,29,30,8,32,4,36,37,38,39,40,41,42,43,44,45,48],sqsupseteq:35,log:[35,17,30,15],area:[18,15],aren:[],fontwarn:[5,12,19],lor:35,start:[0,30,23,11,40,35,25,44,46,16,17,34,19,6,8,24,41],interfac:[30,1,17,6,20,8],lot:[16,30],machin:[39,30],verbatim:[],buggi:35,categor:12,longer:[24,15],overleftarrow:35,mathml:[11,36,39,47,2,46,35,17,9,48,20,45,7,12,21,31],furthermor:[41,19],possibl:[0,36,30,23,5,41,15,17,19,38,45,46,12,33,49],"default":[0,25,35,5,7,32,15,17,18,19,47,22,23,26,29,30,31,12,34,4,37,42,9,46,48],processescap:[4,12],buildrel:35,notag:35,embed:36,connect:[38,46],creat:[0,25,3,10,15,16,34,47,23,38,31,33,24,27,30,39,21,41,42,44,46,49],certain:[16,24,44],leftrightsquigarrow:35,twoheadrightarrow:35,varliminf:35,file:[0,1,2,35,5,6,8,32,14,15,16,17,34,19,21,23,25,38,28,31,12,24,30,39,40,41,44,45,46,47,48,49],outputjax:[27,13,47,25,34,21],fill:[45,48],again:[0,12,47,43,35,31,32,21],iiiint:35,pmod:35,mathematica:[],hybrid:[],orient:[13,33,27,25],valid:[45,38],you:[1,2,3,35,5,6,7,9,12,13,14,15,16,17,18,19,20,47,22,23,25,26,28,30,8,32,33,34,4,36,37,38,40,41,42,43,44,45,46,48,49],trash:21,architectur:[],mathjaxsetup:[],sequenc:[11,14,35,25,16,44],symbol:[35,17],dashv:35,cb2:[],briefli:17,cb1:[],menuset:[19,29],reduc:35,mathcolor:35,lbrace:35,gtrapprox:35,descript:[22,26,2,4,5,27,19],lbrack:35,hello:38,calle:33,potenti:41,escap:[18,12],dst:32,negthickspac:35,represent:46,all:[0,1,2,35,5,11,32,15,16,17,34,19,20,22,23,24,26,27,12,33,4,36,30,38,39,41,44,45,46],consider:[17,12],illustr:43,performth:[],lack:[],dollar:[4,17,35,12,43],asynchorn:[41,43],abil:[45,46],follow:[16,37,23,38,13,40,35,25,43,4,17,34,30,46,12,33,49],alt:[2,19],disk:[12,30],multlinewidth:18,scr:35,articl:39,init:33,program:[27,1,44,13,33,41,25,17,20,46,21],smile:35,programmat:[],multlin:[35,18],vert:35,fals:[35,12,37,24,2,42,4,9,19,7,32,33],varrho:35,prooblem:35,"1px":[10,35,49],verb:35,mechan:[24,23,14,41,25,16,44,33],difficult:[38,36,44],loadcomplet:[0,32,34],veri:6,ticket:3,preferredfont:37,list:[25,35,5,6,7,31,32,16,18,19,21,22,23,26,29,8,12,4,37,47,41,42,43,9,46,48],emul:45,adjust:[37,17,9,2,43],plain:35,small:[35,46,18,15],preceed:[4,19],teh:[],getalljax:[32,43],adust:[],lll:35,tex:[2,35,5,7,11,32,16,17,18,19,20,22,27,28,30,31,12,34,4,36,37,39,41,43,45,46],zero:14,design:[20,8,36,2],pass:[0,12,23,24,14,41,25,42,16,38,46,32,33],overlin:35,further:[14,41,46],what:[11,22,37,23,26,35,12,42,43,4,5,36,19,29,20,9,46,32],sub:27,section:[2,35,5,7,32,17,9,19,18,22,26,28,29,8,12,4,36,37,38,42,45,48],advanc:[13,11,20,12],abl:[37,23,17,2,43,16,5,19,6,20,30,8,12],delet:37,version:[47,11,27,30,25,2,3,43,34,29,31,32,21],sup:35,method:[10,0,12,33,47,23,24,14,41,2,15,16,38,34,43,44,31,32,21],hasn:[0,34,15],full:[0,13,4,38,19,20],themselv:[40,32,25,27],variat:12,geqslant:35,modular:[20,36],ggg:35,trunk:30,ineffici:[33,19],modifi:[11,43,16,34,32,47],valu:[0,25,4,5,7,10,32,14,16,18,19,22,23,38,29,12,33,9,36,37,26,40,41,42,43,46,48,49],search:[20,11,32,3],sender:16,collater:[],prior:19,amount:[5,18,23],pick:[],action:[0,2,35,32,14,15,16,34,47,23,25,38,29,31,12,24,27,39,41,43,44,46],mathjax_wikipedia:2,magnitud:45,llap:35,via:[0,36,37,23,1,17,33,41,2,15,16,5,29,30,45,46,12,21],shorthand:43,textit:35,href:40,inappropri:16,emptyset:35,famili:[35,0,49],decrement:14,select:[45,32,36,42,9],proceed:[41,40],x41:35,distinct:[13,12],mathja:[8,6],regist:[0,24,39,25,16,44,34,31,32,47,46],two:[35,30,44,40,41,16,17,18,19,45,12,49],offseti:37,taken:[16,35,41,43,45],imath:35,ispc:[32,25],more:[5,32,14,17,9,19,20,23,38,30,31,12,33,24,37,39,40,41,43,44,45,46,48,49],flat:35,diamond:35,desir:[33,2,30],mlongdiv:36,ital:[0,19],flag:[],aleph:35,particular:[10,0,23,24,39,14,49,35,17,38,44,45,46,32,33],known:41,upsilon:35,mathml3:36,cach:16,showmathmenumsi:9,none:[24,22,37,23,38,4,26,19,46],mmlorhtml:[45,48,12,2,19],det:35,dev:[],histori:[16,24,25,39],remain:39,paragraph:[35,5,46,43],ie6:37,caveat:30,def:[35,33],deg:35,"_mathml":[],scan:32,myspan:40,registr:34,share:[17,12,30,3],accept:[38,23,43],succneqq:35,minimum:32,explor:[0,2,42,15,35,38,19,45,46,12],sharp:35,mathinput:43,huge:35,cours:[41,36],goal:20,awkward:33,secur:[30,2],rather:[0,35,5,7,14,16,17,34,19,20,47,23,31,12,33,4,36,30,41,43,44,45,46,49],anoth:[24,30,43,14,41,15,16,44,31,12,46],showmathmath:9,csc:35,snippet:[10,11,22,26,3,4,5,40,19,32],ddagger:35,stix:[37,39,35,5,46,12],simpl:[45,40,19],css:[0,2,35,5,7,11,32,17,9,19,21,27,29,30,12,36,37,39,47,49,42,43,45,46,48],unabl:5,regener:[],resourc:[17,12],referenc:5,faculti:[],variant:39,reflect:[25,43],vdash:35,mstack:36,impliedbi:35,associ:[9,37,23,47,38,34,31,32,21,46],mytim:38,lhd:35,onto:[39,17,41,32,43],ambigu:13,caus:[0,36,30,24,35,42,15,4,17,27,18,19,38,16,46,32,21,41,43],callback:[47,0,27,23,24,13,14,41,25,43,16,38,39,44,31,32,21],firefox3:37,merror:49,unrhd:35,help:[30,42,17,3,45,12],soon:[12,2,19,43],trade:45,reftyp:[],through:[35,36,30,24,41,42,16,44,45,46,12,33],hierarchi:[12,30],paramet:[10,0,22,33,47,23,26,14,15,38,17,24,18,19,12,31,32,21,34,43],style:[10,0,37,11,39,35,25,42,15,4,5,40,19,29,49,9,46,32,21,17],arial:35,nifti:[],border:[10,35,49],x221a:36,processupdatetim:32,x221e:46,late:[39,2],isreadi:[27,25],pend:14,amsmathaddit:41,processenviron:4,speech:[],might:[0,36,30,38,41,16,17,18,46,12],alter:[4,43],good:[41,2,3],"return":[10,0,36,33,47,23,24,14,41,15,16,38,34,43,44,31,32,21],textstyl:35,hslash:35,framework:[],getelementbyid:43,rlap:35,mathscr:35,instruct:[1,2,17,40,6,8],bigcup:35,did:38,achiev:[],iint:35,found:[0,31,19,3,38],unicod:[35,5,36],x2211:46,button:[],subsystem:25,originaltext:21,transform:46,weight:[40,33],hard:[12,30,3],realli:38,nless:35,expect:[35,45,41,12,19],beyond:[],reduct:45,webserv:[],nleq:35,internext:45,shortcom:44,skiptag:4,publish:[],movabletyp:[],print:[20,49],occurr:44,msie:[9,32,48],foreground:49,qualifi:[],safari3:37,userscript:2,ast:35,offsetx:37,mml:[48,46,27,21],reason:[0,36,38,41,2,42,15,35,17,34,12,45,32],base:[33,27,37,30,1,44,13,25,2,5,34,20,45,21],typeet:43,ask:[46,18,3,43],mathr:35,asn:46,basi:[45,48],succnapprox:35,bring:[46,30],drupal:1,msbm10:17,showprocessingmessag:[12,19],perhap:38,bumpeq:35,elementjax:[13,25,34,21,27],stixgener:35,getelementsbytagnam:2,assign:[4,38],major:[20,45,12,2],dont:46,boxplu:35,exchang:39,lastnam:38,number:[47,0,27,30,23,5,40,41,15,17,18,19,38,31,32,21,34],fadeoutstep:5,done:[14,41,12,46],construct:[41,46],blank:[24,23,43],stabl:30,miss:[35,23],differ:[35,12,30,23,38,41,43,16,17,44,45,46,32,33],script:[47,0,12,30,1,25,41,2,43,4,17,46,34,19,6,16,31,32,21,8],interact:[20,17,46,21],smoother:5,least:[45,46,32],statement:[41,23],illeg:40,store:[10,24,27,37,23,47,41,43,38,31,32,21,46],option:[35,5,6,7,32,17,40,19,18,22,26,28,29,12,33,34,4,37,42,9,46,48],nleftarrow:35,triangleleft:35,ntrianglerighteq:35,selector:[49,19,15],tex2jax_process:4,part:[16,36,30,23,44,35,2,4,17,18,6,20,46,33,41],pars:35,binom:35,cosh:35,kind:46,whenev:[24,36,30],remot:30,remov:[24,30,43,47,15,4,19,46,32,21],dtd:[17,12],bridg:21,arrang:23,ffff88:49,comput:[30,32,37],nleqslant:35,packag:[39,30,28],expir:10,"null":[10,0,22,37,47,23,26,27,33,2,15,4,5,24,34,19,43,31,32,21],imagin:[],xref:[],built:[11,2,45],equival:[10,23,41,43,38,40],lim:35,self:36,also:[2,3,35,10,13,15,16,17,9,19,21,23,38,30,12,33,4,36,37,39,42,43,44,46],brack:35,build:[],brace:35,index:[17,30,1],addel:10,ngeqslant:35,most:[27,30,1,23,39,2,49,25,16,34,45,12,33],plan:17,rho:35,alpha:35,rhd:35,vardelta:35,clear:[24,37,23,25,15,16],tpl:1,exp:35,starup:19,usual:[23,38,41,35,5,34,19,46],leftroot:35,nshortparallel:35,carefulli:[40,43],finv:35,particularli:[45,30],rightleftarrow:35,font:[0,37,5,39,40,49,42,15,35,17,18,19,43,44,20,30,46,12,9],fine:[],find:[3,43,5,28,6,45,46,32],preremoveclass:19,surd:35,execut:[0,23,14,41,25,16,38,46],pretti:30,ruin:[],solut:[17,46,30,3],delayedx:23,couldn:38,queu:[14,41,23,24],factor:[9,37,19],tagsid:[18,12],precnsim:35,express:[4,16,41,19,24],strut:35,nativ:[36,13,2,20,45,46,12,48],proces:[],greasemonkei:[12,2],donald:39,notransl:34,restart:[4,14,41],ie8:45,ie7:45,acut:35,vmatrix:35,common:[36,1,39,40,35,5,34,12,32],set:[0,25,35,5,7,10,32,15,16,17,18,19,21,22,23,24,2,26,28,29,30,12,33,4,27,37,38,39,40,41,42,43,44,9,46,48,49],overrightarrow:35,startup:[11,27,2,41,25,43,16,34,19,32],see:[0,3,35,5,6,8,32,14,16,17,9,19,22,23,24,26,28,29,30,31,12,4,36,37,38,39,41,42,43,44,45,46,49],sec:35,arg:35,disadvantag:45,langl:35,simultan:41,someth:[4,30,19,3,43],particip:3,won:[41,30],subscript:35,experi:[30,19],altern:[0,35,38,46,12,33],numer:[32,36],complement:35,javascript:[0,1,2,5,6,11,13,16,17,18,19,20,21,23,38,29,8,12,33,9,27,37,39,40,41,42,44,45,46,49],mailbox:[16,39],bmatrix:35,solv:2,longrightarrow:35,classnam:2,popul:25,bodi:[0,43,17,31,12,47],last:[0,12,23,14,49,35,32],delimit:[4,17,35,12,46],hyperlink:46,event:[39,2,43,16,44,46],nvdash:35,context:[4,42,19,23],overset:35,hbar:35,whole:[22,44,43,4,26,32],load:[0,1,2,35,11,32,14,15,16,17,34,19,20,47,23,25,38,28,31,12,24,27,30,39,41,43,44,45,46],markdown:46,simpli:[35,22,30,23,38,14,43,4,26,34,19,12,20,31,32,47,28],point:[35,14,17],instanti:33,schedul:38,etra:[],header:[30,1,6],param:[],linux:32,bigve:35,mistak:40,zeta:35,throughout:[],gneq:35,bigtriangledown:35,empti:[27,37,23,41,25,46],dur:32,strategi:45,invis:30,fire:[25,2,38],refdoc:[],imag:[22,37,26,2,4,5,40,20,30],descib:17,coordin:[14,41,46],understand:46,urcorn:35,educ:[],sqcap:35,blacksquar:35,bbfont:35,solid:[10,35,49],formath:[],pitchfork:35,lvert:35,"while":[10,0,36,30,5,48,35,2,16,17,34,19,44,45,46,12,24,41],blacktriangleleft:35,nprec:35,behavior:19,circlearrowright:35,mbox:35,everyon:16,loop:21,subsect:34,measuredangl:35,readi:[16,34,25,27],eqslantless:35,biguplu:35,itself:[33,35,36,30,23,24,14,41,25,16,27,19,12,46,32,21,49],costli:[],rightarrow:35,xleftarrow:35,manang:[],redisplai:15,unexpectedli:17,conflict:46,upuparrow:35,optim:45,domin:39,alert:[16,38,41,23],jsmath2jax:[22,28,12],pulicis:24,user:[35,36,37,30,23,43,2,3,15,16,5,9,19,29,20,45,46,12,42,28],robust:[16,39],wherev:[],typic:[4,35,30],recent:[20,2],lower:[35,27,25,19,15],task:35,getjaxbyinputtyp:32,entri:[39,14,49],searchabl:20,person:38,expens:45,normals:35,scriptsiz:35,fallingdotseq:35,explan:[17,12],rvert:35,obscur:15,mathinn:35,world:[20,38],succsim:35,cut:[],cup:35,blacklozeng:35,ffeeee:35,notifi:16,input:[2,35,7,32,16,17,18,19,47,27,28,31,12,33,34,36,39,21,41,43,45,46],unlik:[20,34],subsequ:35,sum_:46,trueli:43,format:[11,36,37,39,47,9,35,17,40,19,20,45,31,12,21,46],big:[35,12],moodl:1,tomathml:21,game:35,insert:[22,23,2,4,26,34,19,12,6,8,32,47,46],nofont:5,bit:[9,33],characterist:[],diagup:35,semi:49,varkappa:35,signal:[24,27,23,44,13,25,16,38,34,39,32],altough:38,collect:[38,41,21,49,23],"boolean":32,popular:[17,28,1],swarrow:35,stackrel:35,lastest:3,creation:[31,25],some:[1,35,5,32,13,14,16,17,34,19,20,21,23,38,30,31,12,33,9,36,37,47,41,43,45,46,48],back:[5,21],emph:35,sampl:[30,44,49,16,17,19],myid:49,scale:[20,9,37,19],culprit:[],delimt:4,prop:[],mathemat:[0,2,35,5,6,8,9,12,16,17,18,19,20,21,22,26,28,29,30,31,32,34,4,36,37,39,47,41,42,43,45,46],larg:[35,0],extension2:[],slash:12,prod:35,reproduc:43,sqsubseteq:35,tex2jax:[35,36,2,43,4,17,27,19,46,12],cgi:0,garamond:35,previou:[38,24,41,23,15],run:[0,2,4,5,7,32,14,16,17,18,22,23,25,38,30,12,24,36,37,26,41,9,43,44,45,46,48],doteqdot:35,odot:35,step:[5,46,1,17],hookleftarrow:35,impor:30,react:24,materi:43,retain:[],exportaud:[],microsecond:[],rangl:35,succcurlyeq:35,gamma:35,file3:41,file2:41,file1:41,file4:41,bmod:35,within:[0,38,36,30,23,5,13,35,25,43,4,17,18,28,12,44,46,32,33],todai:39,isjax:32,announc:44,inclus:[],span:[22,4,26,40,19,46,28],question:[17,34,3],textual:[],custom:[15,35,17,20,45,12],handler:[0,27,39,2,25,43,44,46],includ:[0,1,25,35,5,7,9,12,13,16,17,18,19,20,22,23,2,26,27,28,29,30,31,32,34,4,36,37,38,40,41,42,43,45,46,48,49],suit:[5,36,17],nativemml:[36,48,42,9,45,46,12,47],overleftrightarrow:35,ulcorn:35,properli:[0,36,30,38,33,41,2,43,5,32,21],poster:24,atop:35,loadhook:[0,32,38],serif:[35,0,49],link:[30,1,17,13,5,44,12],translat:[31,34,47,46],delta:35,line:[35,22,30,1,2,25,4,17,36,45,46,12],consist:[35,45,41,36,40],rmoustach:35,qquad:35,bigg:35,geqq:35,similar:[44,23],workflow:36,enlarg:29,constant:16,doesn:[35,37,23,33,2,16,19,30,21],repres:[10,22,17,49,15,4,5,40,19,20,26,47,46],mathdiv:[10,38,41,43],tbinom:35,home:0,constortium:20,improv:[45,19,3],phantom:35,extension1:[],iiint:35,titl:[17,43],sequenti:[44,41],invalid:[35,40],llcorner:35,toaudibl:21,bracket:[40,19],shoveleft:35,xrightarrow:35,department:30,supseteq:35,delayclear:37,msup:[17,46],alttext:26,eval:23,enhanc:46,svn:30,rightharpoonup:35,land:35,mimetyp:[47,31,34,21],svg:46,confirm:[],supseteqq:35,depth:35,far:[0,24,15],scroll:8,prototyp:33,code:[0,2,3,35,6,10,11,32,14,16,17,40,19,22,23,24,25,38,12,4,27,26,39,41,43,44,9,49],partial:35,edg:30,queri:46,tiddlywiki:1,edu:[30,2],privat:[44,34,30],elsewher:43,send:[16,24],becam:39,sens:46,fatal:[],sent:[16,24,32,39],actiontyp:37,unzip:30,gnsim:35,defamatori:[],mous:[46,37,42,29],untouch:[],tri:[35,0,37,30],ischrom:32,mathit:35,notabl:[],forefox:2,curvearrowleft:35,"try":[47,3,16,17,34,31,33],my_config:[],maction:37,pleas:[17,12,40,3],impli:[35,36],smaller:0,fortun:16,natur:[20,17,35,30,46],varupsilon:35,download:[0,30,5,17,19,46],fullnam:38,hspace:35,click:[37,42,9,19,29,6,46],append:10,compat:[39,45],appendchild:[10,2],compar:12,access:[24,30,1,38,33,41,42,35,17,20,21],clipboard:[],mathjax:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49],can:[0,2,3,35,5,10,32,14,15,16,17,34,19,20,47,23,24,25,38,27,28,30,31,12,33,4,36,37,39,41,9,43,44,45,46,49],vargamma:35,closur:[38,23,43],leq:35,let:[36,30,2,42,17,40,45,32,48],sinh:35,becom:[36,30,23,41,3,16,33],sinc:[0,36,23,24,14,35,49,9,43,16,17,18,19,12,44,45,46,32,33,41],tex4ht:46,rtime:35,convert:[11,36,23,35,2,4,28,20,46,47],produc:[35,37,23,17,47,42,43,16,5,24,18,19,38,20,45,46,12,21,9],convers:35,larger:46,technolog:20,later:[24,36,37,23,14,41,35,38,32],zscale:19,circledast:35,chang:[9,12,37,1,43,2,42,15,18,30,46,32,21],chanc:[4,16,24],firefox:[12,30,2,45,32,48],rgroup:35,appli:[35,33],iskonqueror:32,lessgtr:35,api:[13,11,20,17],smallmatrix:35,from:[0,1,25,35,11,32,16,17,18,19,21,22,24,2,26,28,30,31,12,33,34,4,27,37,38,47,41,42,43,45,46],zip:[17,30],commun:[16,11,3,17],chi:35,doubl:[18,19,29],upgrad:[5,3],varphi:35,next:[35,44,21,43],few:[35,17,30,28],msqrt:[17,46],reftarget:[],bowti:35,dash:[49,37],comparison:[41,32],impress:[],doublebarwedg:35,projlim:35,"4ac":17,actual:[10,0,36,23,14,35,43,16,38,19,12,31,32,47,41],versionatleast:32,account:[],alik:2,retriev:10,augment:[47,31,34,33],aperson:38,thin:18,assum:[17,8,43,6],control:[35,22,37,30,17,49,12,42,4,5,18,19,29,26,45,7,32,48,9],tau:35,lesseqgtr:35,process:[0,2,35,10,11,32,14,15,16,17,34,19,21,22,25,26,28,31,12,4,36,38,47,41,43,45,46,48],dfrac:35,newmath:43,high:[20,45,46],tag:[1,25,35,6,32,16,17,40,19,47,18,2,26,28,31,12,4,36,30,21,43,46],tan:35,prece:38,delai:[0,37,23,24,42,15,16,19,29,30],gcd:35,getelementsbytagnamen:2,subdirectori:[47,31,21],instead:[35,17,14,41,43,16,38,46],class4:33,class2:33,sin:35,sim:35,class1:33,simplesup:33,frac:35,overridden:[37,21,34,31,47,33],mspace:[35,36],anothermethod:33,frak:35,redund:[33,19],essenti:[35,46,33],light:[35,33],correspond:[32,37],element:[25,35,5,10,16,17,40,21,22,24,26,36,31,32,33,4,27,37,47,41,43,44,46,49],issu:[0,36,3,15,17,46,12],unaccept:45,allow:[35,36,37,1,24,39,40,41,2,42,15,16,17,38,19,29,20,30,33,49,9],fallback:[30,37],mjx:10,rtype:[],nonumb:35,move:[30,37],nsucc:35,comma:[35,49,12,2,19],dagger:35,mathjax_tooltip:37,movabl:1,coth:35,varxi:35,therefor:35,pixel:37,multimap:35,crash:19,pure:36,handl:[0,36,44,39,35,2,27,16,5,34,9,32,48,41],innermost:40,handi:[],"05em":35,mention:[],successor:28,gggtr:35,somewher:[],anyth:[16,12],edit:[17,12,1],smallfrown:35,prepackag:[],mode:[35,37,4,17,45,46],varomega:35,"2em":35,mod_head:30,subset:35,delaypost:37,consum:15,nointerest:24,src:[22,1,26,41,2,43,4,17,40,12,6,8,32],"static":33,our:3,rightleftharpoon:35,helpurl:42,special:[35,36,38,49,4,17,19,12,44,20,45,46,32],out:[0,30,41,37,16,5,9,45,46],variabl:[27,23,13,2,25,43,35,38,33],lesseqqgtr:35,matrix:35,categori:41,rel:[0,9,37],moveabl:[8,1],circlearrowleft:35,ref:32,red:[35,17,12,40],negthinspac:35,nsucceq:35,insid:1,configurbl:[],manipul:43,eqslantgtr:35,releas:[17,2,30],afterward:38,indent:[18,19],could:[0,36,38,13,41,3,43,16,17,46,32,21],put:[0,30,44,2,35,17,12],mac:[9,32,37,19],timer:[],keep:[30,1,39,43,35,17,45,46],gtreqqless:35,length:[2,23],outsid:[4,45,12],"0em":19,uproot:35,softwar:[20,17,46],rbrace:35,blogger:[],rbrack:35,qualiti:[20,45,46],spadesuit:35,date:[17,30],uplu:35,clubsuit:35,bigsqcup:35,"long":[35,41,42],strict:[45,30],unknown:36,system:[30,1,17,3,35,5,20,45],wrapper:[],attach:[16,24,44],termin:4,"final":[38,35,17,40,20,46,12],rsh:35,juli:11,"1em":36,gtreqless:35,blind:46,gtrdot:35,structur:[0,12,23,39,43,16,38,27,32],charact:[35,36,37,49,4,5,18,19,46],htaccess:30,seriou:46,biggl:35,biggm:35,rrightarrow:35,favorit:[],unkown:32,have:[0,1,2,3,35,5,6,32,16,17,34,19,21,23,24,38,30,8,12,33,4,36,37,41,9,43,44,45,46],tabl:36,need:[0,1,2,3,35,5,6,8,12,14,15,16,17,18,19,20,21,23,25,38,30,31,32,33,34,4,36,37,39,47,41,43,44,9,46,49],turn:[10,24,36,23,4,9],biggr:35,woudl:12,min:35,mid:35,decis:45,msam:[],which:[1,25,35,8,12,15,16,17,18,19,21,22,23,24,2,26,27,28,29,30,31,32,33,34,4,36,37,38,40,41,43,45,46,47,49],hbox:35,mit:35,singl:[0,27,23,44,13,41,43,4,17,20,12,49],declaremathoper:35,mathjax_preview:[22,49,4,26,19,46],x22d6:35,unless:[17,12,23,45],bboxfor:[],who:[16,24,3],eight:45,leftthreetim:35,why:[],underset:35,url:[0,12,2,42,17],gather:35,request:[0,24,35,16,38,45,41],face:[30,3,5,18,37,12],inde:[12,2],nmid:35,determin:[12,37,1,25,35,9,19,32],flux:41,fact:[24,34],getalljaxfor:[],backsimeq:35,mathjax_messag:15,leftarrowtail:35,verbos:[39,38,19],perfom:44,perfor:45,bracevert:35,woth:36,curlyeqsucc:35,lgroup:35,locat:[0,22,30,17,25,2,43,4,5,19,12,16,26,32,47,46,28],jax:[25,7,32,13,16,17,9,19,21,18,2,28,31,12,33,34,27,37,39,47,49,43,45,46,48],vartriangleright:35,forev:2,should:[2,35,6,8,32,14,17,40,19,47,22,23,24,38,28,31,12,34,4,36,30,26,41,43,45,48,49],imagefont:[5,37],vartriangleleft:35,suppos:[38,43],"5px":10,triangleright:35,local:[30,23,17,41,2,43,5,19,12],hope:5,meant:[],notat:[20,17,35,46,39],regularli:[],fontwarns:49,ignoreclass:4,leqslant:35,triangl:35,enabl:[35,1,4,17,6,8],organ:46,frown:35,stuff:32,she:45,contain:[0,1,2,35,5,10,13,14,15,16,17,34,19,21,22,23,24,26,30,32,4,27,37,38,41,43,46,49],view:[36,37,30,13,2,17,28,20,45],attibut:49,legaci:[],coooki:10,similarli:[0,32],temporarili:15,substack:35,outpu:[],issafari:32,mathord:35,statu:[0,30,38],error:[0,36,2,3,35,17,34,19,12,32],jmath:35,pattern:[4,19],gtrsim:35,state:41,quickest:17,theta:35,neither:[5,12,40],entiti:[35,36],omicron:35,stati:[],nshortmid:35,kei:[10,0,23,24,14,16,19,32],job:12,entir:[32,43],mmorhtmll:[],closebox:5,ker:35,thumb:41,skipstartuptypeset:19,plugin:[1,42,19,20,45,46,12],admin:[8,6],nabla:35,equal:[41,32,33],gnapprox:35,etc:[35,41,19,43],eta:35,equat:[35,22,30,43,4,26,18,19,20,45,46,12,21],futher:45,class3:33,eth:35,lmoustach:35,onchang:43,comment:[17,49,12,19],varnoth:35,dorectori:8,arriv:[16,44],walk:[],distinguish:31,arguement:38,respect:[9,37,23],quit:43,showfontmenu:42,"55em":35,quotat:49,bbb:35,compon:[0,36,24,13,47,49,25,42,16,44,27,12,20,31,32,33,46],json:[],besid:[],treat:17,immedi:[0,14,41,25,43,16],incldu:[],smallsetminu:35,both:[0,36,38,39,41,17,19,12,32,33],formt:40,otf:30,bult:[],psi:35,togeth:[41,32,36,23],injlim:35,present:[5,36,19,3,24],replic:[],multi:35,iscallback:23,cow:33,displaylin:35,align:[35,36,19],contextu:[36,37,42,9,19,29,46,21],studentdisplai:43,defin:[9,38,12,37,17,25,41,2,42,35,5,18,19,29,32,33,49],glossari:[39,11],observ:[],layer:1,almost:35,curvearrowright:35,site:[30,1,17,19,20,8,12],archiv:[17,30],lightweight:[],myinputjax:34,curlywedg:35,parti:16,cross:30,sqrt:[35,17,46],getx:33,extensiondir:34,oint:35,easi:28,curlyve:35,phi:35,http:[17,2,30,42,45],lleftarrow:35,"8em":[35,18],effect:[14,41,2],dai:10,student:43,php:[1,6],trake:3,executehook:[24,23],off:[35,45,9,44],center:[35,19],well:[30,23,38,49,3,43,16,17,34,19,44,45],exampl:[0,2,3,35,5,7,9,10,12,14,16,17,18,19,21,22,23,24,26,27,29,30,31,32,33,4,36,37,38,40,41,42,43,44,45,46,47,48,49],command:[36,30,23,39,14,41,25,43,35,19,32],choos:[35,45],undefin:[35,17,12,23,38],setx:33,latest:30,curlyeqprec:35,paus:30,less:[4,35,46,32,30],half:38,obtain:[30,43,17,19,46,47],mistaken:46,mathclos:35,mathoutput:43,prepend:[],emtpi:[],web:[11,37,1,17,25,35,2,44,43,16,5,24,46,28,6,20,30,8,12,21,41],current_them:1,smith:38,textbf:35,cdotp:35,atopwithdelim:35,other:[25,35,4,32,14,16,17,34,19,20,21,23,38,28,30,12,33,24,36,37,39,41,9,43,44,45,46,48],match:[4,24,37],ctrl:19,webpag:28,usemathmlspac:7,ntriangleright:35,know:[24,38,2,16,17,31,47,46],press:19,sourceel:[16,47,21,43],loader:[31,47],recurs:32,mho:35,resid:[],like:[2,35,4,14,15,16,17,20,23,38,28,31,12,24,36,30,39,41,43,44,45,46,49],lost:38,incred:[],messagehook:[16,24,32],necessari:[20,32,21],lose:[],page:[1,25,35,5,6,10,11,12,13,15,16,17,9,19,20,21,22,24,2,26,28,30,8,32,4,36,37,38,41,42,43,44,45,46],captur:39,suppli:[32,21,23],"export":21,superclass:33,proper:[24,32],guarante:[0,41,43,14],librari:[13,41,27,30],glyph:[35,39],kern:35,leak:21,avoid:[35,40,46,36,19],tooltip:37,leav:[10,18,48,43],doublecap:35,twoheadleftarrow:35,daleth:35,upharpoonright:35,journal:39,usag:11,sphericalangl:35,although:[13,17,12,48,24],offset:37,panel:35,varepsilon:35,about:[35,12,37,23,17,3,43,16,5,9,28,38,44,30,46,32,24],rare:41,interven:[],column:18,mathajx:30,genfrac:35,mapsto:35,constructor:33,bigoplu:35,eqalign:35,own:[30,17,13,41,2,3,35,5,44,31,12,47,46],amsmath:[41,2,35,17,18,12],circledr:35,reprocessor:36,automat:[35,14,41,15,4,17,34,45,46,12,33],guard:19,vphantom:35,merg:[10,32],dcocument:32,transfer:[17,30],support:[11,36,37,17,25,2,3,35,5,27,20,45,46,12,48,9],much:[16,45,39,44],bigcap:35,tracker:[17,3],arg1:38,"var":[10,23,41,2,43,16,38,33],arg2:38,"function":[0,47,23,24,39,14,35,2,43,16,38,25,46,44,31,32,33,41],propto:35,unexpect:[9,19],precnapprox:35,studentansw:43,gain:[45,42],highest:[],bug:[30,3,15,17,19,46],made:[47,41,44,31,12,21,46],bbbk:35,whether:[35,22,37,38,2,42,43,4,26,9,19,7,32,48],wish:[30,49,2,3,35,38,45,32],commit:[],displai:[10,16,22,30,11,47,35,12,42,15,4,5,18,19,29,20,46,36,21,17,43],troubl:17,underleftrightarrow:35,asynchron:[0,27,23,24,39,14,41,16,38,44,32],directori:[0,37,1,44,39,47,25,16,17,34,19,6,30,31,12,21,8],below:[1,2,35,5,7,9,10,17,40,19,21,18,22,26,29,31,32,34,4,37,47,42,44,45,46,48],meta:45,limit:[35,0,36],otherwis:[0,12,23,15,35,27,6,32,33],problem:[30,38,2,3,35,17,45,46],x03c0:46,"int":[10,35,38],dure:[16,32,21,34,23],filenam:38,implement:[10,0,36,13,35,38,34,45,46,33],nolimit:35,inf:35,meth:0,probabl:[30,1,38,16,17,12],oplu:35,mrow:[17,46,36],immateri:41,percent:9,detail:[0,35,5,6,11,32,14,16,17,9,19,22,23,24,26,28,29,30,8,12,4,36,37,41,42,43,44,45,46],arctan:35,book:39,futur:[16,0,44,3,45],varieti:46,downlaod:20,removeaft:5,repeat:1,star:35,"class":[33,35,27,23,24,13,14,4,34,19,31,47,21,46,28],thicksim:35,msgroup:36,stai:[],scientif:39,reliabl:[45,2],rule:[35,5,7,41,19],mathjax_mathml:2,portion:43,auxiliari:[],eot:30},objtypes:{"0":"py:method"},titles:["The MathJax.Ajax Object","Using MathJax in popular web platforms","Loading MathJax Dynamically","The MathJax Community","The tex2jax Preprocessor","The FontWarnings extension","Installing MathJax in WordPress","The MathML input processor","Using MathJax in WordPress","The NativeMML output processor","The MathJax.HTML Object","MathJax Documentation","Loading and Configuring MathJax","The MathJax API","The MathJax.Callback.Queue Class","The MathJax.Message Object","Using Signals","Getting Started","The TeX input processor","The Core Configuration Options","What is MathJax?","The MathJax.ElementJax Class","The jsMath2jax Preprocessor","The MathJax.Callback Class","The MathJax.Callback.Signal Class","The MathJax Startup Sequence","The mml2jax Preprocessor","The MathJax variable","Converting to MathJax from jsMath","The MathZoom extension","Installing and Testing MathJax","The MathJax.InputJax Class","The MathJax.Hub Object","The MathJax Object-Oriented Programming Model","The Base Jax Class","MathJax TeX and LaTeX Support","MathJax MathML Support","The HTML-CSS output processor","Using Callbacks","Glossary","Describing HTML snippets","Using Queues","The MathMenu extension","Modifying Math on the Page","Synchronizing your code with MathJax","MathJax Output Formats","The MathJax Processing Model","The MathJax.OutputJax Class","The MMLorHTML configuration options","CSS Style Objects"],objnames:{"0":"Python method"},filenames:["api/ajax","platforms/index","dynamic","community","options/tex2jax","options/FontWarnings","platforms/wordpress","options/MathML","platforms/movable-type","options/NativeMML","api/html","index","configuration","api/index","api/queue","api/message","signals","start","options/TeX","options/hub","mathjax","api/elementjax","options/jsMath2jax","api/callback","api/signal","startup","options/mml2jax","api/variable","jsMath","options/MathZoom","installation","api/inputjax","api/hub","api/object","api/jax","tex","mathml","options/HTML-CSS","callbacks","glossary","HTML-snippets","queues","options/MathMenu","typeset","synchronize","output","model","api/outputjax","options/MMLorHTML","CSS-styles"]}) -\ No newline at end of file +Search.setIndex({objects:{"":{Load:[0,0,1],getAllJax:[12,0,1],Log:[15,0,1],Subclass:[33,0,1],Delay:[23,0,1],Init:[33,0,1],Interest:[24,0,1],Translate:[34,0,1],Config:[12,0,1],addElement:[10,0,1],Reprocess:[12,0,1],Styles:[0,0,1],ExecuteHook:[24,0,1],loadTimeout:[0,0,1],Resume:[14,0,1],Update:[12,0,1],loadComplete:[0,0,1],loadHook:[0,0,1],formatError:[12,0,1],call:[14,0,1],getJaxByInputType:[12,0,1],PreProcess:[12,0,1],fileURL:[0,0,1],has:[33,0,1],Clear:[15,0,1],Insert:[12,0,1],Register:[34,0,1],TextNode:[10,0,1],Augment:[33,0,1],Require:[0,0,1],addText:[10,0,1],noTranslate:[34,0,1],Element:[10,0,1],Queue:[23,0,1],NoInterest:[24,0,1],Suspend:[14,0,1],getJaxByType:[12,0,1],Push:[14,0,1],Typeset:[12,0,1],Signal:[23,0,1],Post:[24,0,1],wait:[14,0,1],reset:[23,0,1],Set:[15,0,1],loadError:[0,0,1],Process:[12,0,1],Text:[21,0,1],executeHooks:[23,0,1],Startup:[34,0,1],SourceElement:[21,0,1],getJaxFor:[12,0,1],can:[33,0,1],MessageHook:[24,0,1],isJax:[12,0,1],isa:[33,0,1]}},terms:{represent:46,reprocess:[12,21,43],mathjax_msie_fram:15,interchang:[],four:[17,41,37],prefix:[10,17,32],asymp:35,thinspac:35,webfont:[5,30,17],whose:[4,38,12,47,43],biggr:35,under:27,preprocess:[46,12,25,43],sped:[],gimel:35,everi:[16,12],mskip:35,arcco:35,dotplu:35,affect:[37,12,32,21],isforefox:12,bbfont:35,eqnarrai:35,cmd:19,bigodot:35,ominu:35,red:[35,17,32,40],nparallel:35,showcontext:42,direct:[30,5,27,37],enjoi:[],blacktriangledown:35,second:[0,27,37,23,38,41,44,4,5,40,19,16,8,47,49],ngeq:35,even:[40,0,12,23,24,14,35,2,43,16,38,27,44,20,46,32,41],hide:43,prejax:[46,19],neg:35,asid:[],multlinewidth:18,yoursit:2,caseywstark:[],"new":[10,24,12,37,47,23,43,33,41,25,3,15,16,44,18,42,20,8,32,21,46],net:37,mhtml:1,told:44,limsup:35,scriptscriptstyl:35,behavior:19,lessapprox:35,never:[37,2],richest:[],here:[10,24,36,23,38,41,2,43,16,17,34,19,6,12,21],met:25,lneqq:35,path:[0,1,17,6,31,32],noundefin:[35,17,32,2],interpret:[35,45,37],nrightarrow:35,forum:[17,3],mbox:35,precis:[],rceil:35,indutri:[],uproot:35,circleddash:35,mathstrut:35,unix:37,org:[17,32,2,42],thinmathspac:27,highli:20,describ:[10,23,17,39,49,25,43,35,5,40,38,45,46,12],would:[35,5,7,9,10,32,14,17,18,19,21,22,23,38,29,30,12,33,4,37,26,40,41,42,43,45,46,48,49],afterward:38,readi:[16,36,25,34],ltime:35,varlambda:35,call:[0,1,2,35,5,7,32,14,15,16,18,19,21,22,23,24,26,29,30,8,12,33,34,4,37,38,39,47,41,42,43,44,9,46,48],typo:[],recommend:[45,46,37],vcenter:35,preview:[4,26,46,22,19],type:[0,1,2,4,6,8,10,32,16,17,34,19,47,31,12,27,21,41,43,44,45,46],until:[0,22,24,41,25,4,26,19,38,16,32],notin:35,displaymath:[4,32],notic:[35,32],warn:[0,5],eqslantless:35,hold:[0,40,19,29,46,12],unpack:[17,37],slowest:45,must:[0,27,30,17,39,14,35,15,4,5,18,19,29,44,45,32,24,49],fbox:35,join:[16,35],room:18,setup:[20,17,32,27],work:[10,11,27,37,38,35,2,3,43,16,17,28,44,20,45,32,33],cc0000:[49,19],textjavascript:[],root:[35,0,25],overrid:[47,5,8,34,33],mathmenu:[9,49,32,30,42],give:[24,17,40,49,2,3,16,5,18,32],indic:[47,0,12,24,14,35,25,16,17,34,19,38,8,32,21,46],mauch:[],impair:20,want:[16,37,23,38,13,47,35,30,3,15,4,17,48,19,43,45,31,32,33,41],keep:[37,1,39,43,35,17,45,46],setminu:35,end:[0,27,1,35,6,25,4,16,31,41],quot:[4,30,19],hom:35,heartsuit:35,how:[0,1,2,3,35,5,6,14,15,17,40,19,22,23,24,26,29,30,12,4,37,42,44,9,46],sever:[0,41,43,38,46,32,47],answer:[3,43],verifi:[17,37,3],config:[25,35,5,6,7,31,9,32,15,16,17,34,19,47,18,22,2,26,28,29,8,12,4,30,38,41,42,43,45,48,49],updat:[37,1,41,43,12,21],showrender:42,lai:[45,46],diagdown:35,after:[0,37,23,24,14,41,2,42,15,16,17,34,19,38,44,30,46,32,43],befor:[0,1,3,35,6,14,15,16,18,19,23,24,38,29,30,12,33,34,4,27,37,39,40,41,43,44,45,46],wrong:27,startuphook:[16,12],parallel:[35,41],types:[],alignedat:35,attempt:[0,27,42],third:[41,27],leftarrow:35,perform:[24,36,23,38,39,14,41,25,43,16,5,12,34,19,44,32,21],greasekit:2,maintain:[16,38,19,3,44],environ:[35,3,4,17,18,32],incorpor:[],enter:[35,46,27,43],first:[16,27,23,24,35,2,3,43,4,17,46,40,19,38,6,44,8,32,47,41],order:[24,22,17,39,14,41,15,4,5,19,38,45,26,12,33,46],oper:[0,4,5,7,9,14,15,16,17,18,20,22,38,29,37,34,24,36,30,26,39,41,42,43,45,48],approxeq:35,softwar:[20,17,46],over:[10,0,30,42,43,35,17,19,29,46],loadcomplet:[0,12,34],becaus:[16,27,37,24,35,2,15,4,17,40,38,30,46,32,43,41],boxtim:35,textrm:35,appar:[45,41],afil:38,flexibl:[41,40],vari:45,smallint:35,fit:[16,42],fix:37,preferredfont:30,better:[17,32,42],boxminu:35,drawback:45,upharpoonleft:35,persist:3,comprehens:39,easier:[24,27,37,41,35,33],moveleft:35,them:[10,0,12,37,17,14,35,27,49,4,5,18,38,16,46,32,24,41],rbrack:35,thei:[0,2,3,35,5,7,4,32,13,14,16,17,18,19,22,25,26,29,30,12,34,24,27,37,38,39,40,41,42,43,44,9,46,48,49],qualiti:[20,45,46],safe:[10,2,43],"break":[35,44,41,27],mtext:[35,17],wedg:35,widetild:35,choic:[45,12,32],dbinom:35,outputel:[],leftharpoondown:35,accommod:[],timeout:[0,23],each:[16,12,37,23,24,41,25,43,4,17,44,46,32],debug:15,side:[15,18,19,6],mean:[16,22,1,24,13,35,2,43,4,26,19,38,44,20,32],leqq:35,createel:2,resum:[14,41],leqalignno:35,mathopen:35,looparrowleft:35,logo:[],goe:[35,44,41],newli:[10,16,33],content:[10,46,27,1,39,25,41,2,43,4,17,40,19,6,45,31,12,33,8],laid:[],reader:20,forth:36,preceed:[4,19],multilin:35,love:[],situat:32,free:21,ineffici:[33,19],lneq:35,angl:35,jsmath2jax:[32,28,22],isn:16,pulicis:24,isa:33,subtl:43,onto:[39,17,41,12,43],mathbb:35,rang:46,mathbf:35,render:[27,25,42,4,19,20,45,46,32,48,28],yourcolleg:37,restrict:[35,37],hook:[16,0,23,24],instruct:[1,2,17,40,6,31],alreadi:[0,23,44,35,2,3,15,16,38,6,31,43,33,41],wrapper:[],primari:45,tooltop:30,top:[36,37,35,17,45,32],sometim:[],underlin:35,master:44,too:[4,17,2],eqn:[],john:38,listen:[16,24,12,23],thickapprox:35,namespac:[17,32,2,23,43],tool:41,tagind:18,consern:[],somewhat:44,technic:39,past:[16,20,44,24],filesmatch:37,consequ:9,provid:[10,0,12,23,1,24,14,35,40,15,16,38,27,43,44,20,46,32,33,41],eqalignno:35,x2212:[17,46],tree:40,"final":[38,35,17,40,20,46,32],project:[39,3],matter:[16,28],minut:37,mathtt:35,ldotp:35,close:[5,32,27,3],modern:[20,5,32,45,11],mind:[35,1],manner:45,increment:14,seem:[38,27],rightrightarrow:35,ldot:35,person:38,latter:[16,40,46,32],client:30,juli:11,expens:45,though:[23,2,35,44,40,19,46],object:[0,25,5,10,11,32,13,14,15,16,34,19,21,23,38,29,8,12,33,24,36,30,39,40,41,42,43,44,9,46,47,49],regular:[4,19],phase:[],previewtex:[],grave:35,don:[27,38,41,2,43,16,5,45,12],dom:[10,47,41,43,16,44,34,19,12,21],doe:[35,12,23,47,2,9,16,38,27,48,20,45,8,32,21,46],declar:[27,30,49,42,5,9,29],tfrac:35,unchang:[48,43],sum:[35,23],dot:35,introspect:[],prepend:[],delaystartupuntil:[25,19],lnapprox:35,syntax:[35,33],mediawiki:1,isopera:12,shownam:38,asynchon:43,involv:[17,32,3,44],consolid:20,layout:21,firstnam:38,mathchoic:35,ismsi:[12,25],menu:[27,30,25,42,9,19,29,6,45,31,21,46],explain:[17,32,44],configur:[25,35,5,6,7,31,11,12,16,17,18,19,20,47,22,2,26,28,29,30,8,32,34,4,27,37,38,40,9,45,46,48],apach:37,configut:40,theme:[1,6],rich:20,folder:[30,17,37],predecessor:[],infti:[35,46],mho:35,report:[27,19,3],circeq:35,prepocess:[],subseteq:35,fadeouttim:5,bar:[35,33,23],method:[10,0,12,33,47,23,24,14,41,2,15,16,38,34,43,44,8,32,21],reload:42,bad:[],replacechild:2,neq:35,respond:[24,19,3],dashrightarrow:35,elimin:19,precneqq:35,result:[27,30,23,38,47,41,43,35,17,45,8,12,21,46],respons:[17,8,32,23,24],fail:[0,32,34,38,45],themselv:[40,12,36,25],best:[0,41,32,46,45],awar:[35,0,41,27],subarrai:35,varinjlim:35,wikipedia:[39,2],circledcirc:35,gneqq:35,approach:[38,46,32,1,43],attribut:[10,49,35,26,40,46],blacktriangleright:35,extend:[20,46],alignat:35,jaxlist:[],synchon:16,extens:[0,25,35,5,32,16,17,18,19,22,2,26,28,29,12,34,4,36,39,41,42,43,49],preprocessor:[35,22,26,27,25,43,4,17,12,36,19,46,32,28],advertis:[],intop:35,cot:35,triggerr:[],howev:[37,41,2,3,43,35,38,19,45,46,32,33,49],against:24,seri:[41,40],varpsi:35,pre:[4,5,27,37],foral:35,can:[0,2,3,35,5,10,32,14,15,16,17,34,19,20,47,23,24,25,38,27,28,30,8,12,33,4,36,37,39,41,9,43,44,45,46,49],foobar:33,sai:[14,2,23],innerhtml:[2,43],height:[35,42],heirarchi:[],wider:3,sqsupset:35,speak:[13,46],chrome:[30,45,12,2],patch:37,three:[27,37,23,5,40,41,38,34,44,46],been:[44,0,37,23,24,14,41,2,3,15,4,17,34,28,38,16,45,32,43],trigger:[45,19,29],beta2:[],interest:[16,24,39,44],basic:11,accpet:38,tini:35,quickli:[20,45,3],underrightarrow:35,rather:[0,35,5,7,14,16,17,34,19,20,47,23,8,32,33,4,27,37,41,43,44,45,46,49],regul:41,xxx:35,uncommon:[],argument:[24,23,41,38,32,33],emploi:[39,45],hskip:35,tanh:35,servic:[17,32],properti:[10,0,36,33,47,23,24,14,38,34,8,12,21],diamondsuit:35,sourceforg:[37,3],dashboard:31,succeq:35,canb:18,have:[0,1,2,3,35,5,6,32,16,17,34,19,21,23,24,38,30,31,12,33,4,27,37,41,9,43,44,45,46],applic:[20,17,25],cong:35,tediou:[],disappear:[4,26,22],amout:15,incorrectli:37,receiv:[24,38,16,44,34,33],suggest:[5,3],make:[0,3,35,5,32,13,14,16,17,19,20,22,26,12,33,4,27,37,41,42,43,44,45,46,49],complex:[45,40],split:35,lrcorner:35,unsafewindow:2,complet:[0,37,23,24,39,14,41,43,16,17,34,38,44,45,12,21],longmapsto:35,hand:[36,15,18,19,46,27,28],fairli:40,rais:35,mkern:35,ignorepast:24,unlhd:35,techniqu:2,redefin:[5,34],kept:16,presto:[],thu:[23,41,16,38,32,21],inherit:[13,33,8,47,21],contact:[],thi:[0,1,2,35,5,6,8,9,10,11,12,13,14,15,16,17,18,19,21,22,23,24,25,26,27,28,29,30,31,32,33,34,4,36,37,38,40,41,42,43,44,45,46,47,48,49],idotsint:35,programm:33,everyth:[35,41,12],settimeout:[38,23],left:[36,27,25,15,35,44,18,19,6,31,32],processclass:4,identifi:[10,17,46,32,24],just:[24,27,23,1,38,41,35,17,19,6,20,46,32,49],yen:35,mathbin:35,mid:35,human:[],depart:[],coprod:35,yet:[27,14,41,43,16,44,45],languag:[39,17,46,44,45],noscript:4,onload:[25,36,2,19,38],errorset:19,ell:35,had:[16,17],configurbl:[],myconfig:[16,38],els:[38,2,43],har:[],save:[31,49,6],hat:35,take:[0,23,1,5,41,25,3,43,35,17,18,38,44,32],"3px":49,nexist:35,loadtimeout:0,quirk:45,preserv:38,negativethinmathspac:45,background:[35,49],specif:[0,36,23,1,24,39,14,41,43,4,38,34,19,46,12,21],sqsubset:35,arbitrari:35,zoom:[27,19,29],leftrightarrow:35,underli:45,www:[17,32,2,37,42],right:[9,27,30,39,14,41,2,15,35,18,19,6,46,32],old:[16,37],famili:[35,0,49],deal:45,autobold:[35,32],somehow:[],percentag:[9,30,19],cfrac:35,successfulli:[0,38],interc:35,dddot:35,bottom:6,subclass:[24,36,21,34,8,47,33],circ:35,exectur:24,overcom:[45,44],condit:[0,25],foo:[33,23],core:[32,41,25,35,19,46,12],plu:[24,25],bold:[35,40,32,18],popular:[17,28,1],colleg:37,repositori:[],post:[24,30,25,3,15,16,44,34],"super":33,llless:35,obj:10,nwarrow:35,slightli:[35,6],surround:[9,30],current_theme_templ:1,joomla:1,downharpoonright:35,geramond:35,encod:35,contectu:45,two:[35,37,44,40,41,16,17,18,19,45,32,49],down:[31,19],shortparallel:35,sot:[],wrap:33,opportun:3,ntriangleright:35,stackrel:35,suffici:[35,18,48],checkmark:35,closur:[38,23,43],transform:46,ngtr:35,avail:[0,22,37,5,33,41,30,42,4,17,27,19,16,20,45,26,32,21,46,9],gif:[],reli:[0,41,2,43,38,9,45,32],wordpress:[1,6],editor:6,overhead:[],rightthreetim:35,lnsim:35,form:[27,30,39,18,19,46],offer:3,forc:[32,30],epsilon:35,msbm:[],hear:[16,24],downdownarrow:35,"true":[35,36,30,23,24,25,42,4,12,9,19,7,32,33],reset:[42,23],absens:1,displayalign:19,intern:[0,27,24,39,14,41,35,19,45,8,12,47,46],tell:[17,43,2,45],moveright:35,featur:[27,37,3,16,38,29,45,33],rfloor:35,sale:9,exist:[35,33,23,3],ddot:35,jax2:[],jax1:[],triangleq:35,check:[0,37,24,35,17,38,33],when:[0,25,35,5,6,7,9,12,13,14,15,16,17,18,19,20,21,22,23,24,26,27,28,29,30,8,32,33,34,4,36,37,38,39,40,41,42,43,44,45,46,47,48],abovewithdelim:35,role:46,hander:19,tie:[25,23],smallsmil:35,searrow:35,intend:33,consit:35,munderov:46,gvertneqq:35,consid:[0,12,35,3,4,46,32,21,41],markup2jax:[],configr:32,omega:35,outdat:3,longer:[24,15],furthermor:[41,19],tex2jax_ignor:4,ignor:[4,24],time:[0,2,3,35,5,10,32,15,16,17,34,19,23,38,29,12,24,37,41,43,45,46],push:[23,39,14,41,25,43,38,12],mathrm:35,doteq:35,emulateie7:45,skip:4,global:[13,45,36,23,43],skin:1,sourcesforg:37,displayind:19,millisecond:[0,30,23,42,15,5,29,12],decid:[32,42],depend:[23,43,38,6,45,32,48],head:[1,2,43,17,6,45,31,32],show:[37,17,3,43,35,5,40,19,38,31,32,42],readabl:39,nearrow:35,varpi:35,certainli:[32,37],vee:35,vec:35,leftarrowtail:35,succnsim:35,sourc:[11,27,37,41,2,42,16,9,20,30,46,12,21],string:[0,23,24,40,35,15,4,18,19,16,12,21,49],curlyve:35,word:[4,46],exact:[],centerdot:35,dim:35,getjaxfor:[16,12,47],administr:[1,6],level:[17,32,37,36],ntriangleleft:35,gui:[],item:[9,30,42,35,38,40],cooki:[10,25],div:[10,35,46,28,43],prevent:[35,22,30,26,42,4,17,18,19],slower:45,compens:9,sign:[35,43,4,17,46,32],cost:[17,32,33],pmb:35,rightarrowtail:35,widehat:35,xandi:33,dotsi:35,dotsm:35,appear:[35,36,37,38,42,15,16,17,19,43,6,32,21],dotso:35,repli:16,dotsc:35,dotsb:35,current:[0,37,1,24,33,30,6,45,31,21],backepsilon:35,ampersand:35,scriptel:[],inlinemath:[4,17,32,43],boost:[],defici:27,amalg:35,mathsiz:35,gener:[38,48,25,5,46,12,21],mfrac:[17,46],slow:[],modif:41,address:[17,31,37,1,6],along:[39,41,15,16,8,47],wait:[0,37,23,24,39,14,41,2,43,16,38,25,19,44,12],box:[35,0,5],html_head:1,bracevert:35,shift:19,bot:35,queue:[24,36,23,44,13,14,41,25,43,38,39,12],overriden:12,digamma:35,varlimsup:35,macintosh:12,semant:33,regardless:43,extra:[16,35,46,19],modul:[0,31,36],prefer:[30,37,48,42],iepro7:2,veebar:35,visibl:[4,26,41,22,43],marker:35,instal:[11,37,17,30,35,5,6,20,45,31,32],arrowvert:35,memori:[44,21],bigr:35,visit:17,prec:35,subvers:[17,37],stylesheet:[0,36,23,24,14,25,43,44,19,6,45],perp:35,current_skin:1,bigl:35,bigm:35,eqcirc:35,divideontim:35,inputjax:[36,13,33,25,34,8,21],capit:13,sitaut:43,peopl:[],bigtriangleup:35,newcommand:35,visual:20,accept:[38,23,43],hphantom:35,easiest:[37,23,38,16,17,32],graphic:37,prepar:[41,32],cap:35,uniqu:49,pmatrix:35,whatev:[35,1,47,41,43,16,33],cal:35,purpos:[45,46,38],getjaxbytyp:12,downharpoonleft:35,meant:[],subseteqq:35,varprojlim:35,backslash:[35,18,19],topic:[13,11,32],exportmathml:[],phrase:17,occur:[0,12,23,24,14,41,27,2,42,15,16,38,34,19,43,44,32],eqsim:35,nuber:15,pink:35,alwai:[35,38,41,23],multipl:[35,41],trianglelefteq:35,write:[20,17,41,43,24],anyon:[],fourth:41,mathsf:35,tild:35,xhtml:[17,32,27],map:46,product:[],max:35,spot:35,succ:35,pending_xref:[],mai:[0,1,2,3,35,5,32,13,16,17,34,19,21,24,38,37,12,33,4,27,30,47,41,9,43,44,45,46],foirefox:37,data:[10,0,36,30,47,23,33,16,38,34,8,12,21],goal:20,vartheta:35,preceq:35,explicit:[],uparrow:35,nsim:35,inform:[0,30,1,24,39,15,16,38,9,19,46,32],"switch":[46,28],fontwarns:49,combin:0,gamma:35,approx:35,approv:[],lsh:35,tex2math:[17,28],csc:35,still:[24,27,23,39,41,16,17,19,29,45],pointer:33,ttf:37,dynam:[0,36,11,41,2,43,17,19,44,20,46,32],equiv:[35,45],amssymbol:[35,17,32,2],group:[0,27],monitor:3,polici:37,ignoreclass:4,platform:[20,11,1,17],window:[36,23,38,2,42,15,5,43,12],formt:[],main:[46,36,37,1,13,47,41,49,42,35,17,12,19,6,31,32,33,8],mathexampl:43,non:[10,0,46,17,14],within:[0,12,37,23,5,13,35,27,25,43,4,17,18,28,38,44,46,32,33],halt:44,smash:35,initi:[0,36,44,35,25,42,4,17,34,19,16,46,12,21,41],bound:[],safari:[45,12,2],natiov:9,now:[39,17,32,37,45],discuss:[10,37,2,3],nor:[5,40],term:15,name:[0,25,35,5,10,32,16,17,18,19,21,22,23,24,2,26,30,8,12,33,34,4,27,37,38,40,49,45,47],opera:[45,12,2,48],boxdot:35,separ:[27,37,41,15,16,17,9,19,32,49],messagestyl:[5,19],confid:20,compil:38,domain:37,replac:[0,12,27,2,43,17,18,6,31,32,33,46],individu:[32,21,43],continu:[16,0,35,41,44],happen:[27,37,14,41,35,44,46],shown:[35,40,19,42,43],accomplish:[45,2,37],space:[43,35,19,45,7,32,46],internet:[0,2,42,15,35,38,19,45,46,32],formula:[43,19,29,20,45,46,32],correct:[37,2,38],simeq:35,earlier:41,ajax:[0,36,13,41,25,16,38,34,12],mime:[32,47,27,17,34,8,12,21],theori:[],underleftarrow:35,brower:35,ord:35,care:[35,32,2],ntrianglelefteq:35,wai:[16,22,37,23,1,26,47,41,2,15,4,17,34,19,38,45,8,32,24,46,43],x00b1:17,synchron:[0,23,11,39,2,41,25,44,43,38,14,12,24],mscarri:27,thing:[35,17,40,43],place:[0,30,17,35,3,43,16,5,24,18,19,6,31,32,33,41],mathop:35,unwis:45,ture:9,think:[35,19,43],frequent:[4,16],lambda:35,origin:[33,35,47,37,24,14,2,43,16,17,8,32,21],lfloor:35,suspend:[16,14,41,24],directli:[41,2,43,35,38,46],spoken:[],onc:[0,37,23,24,41,25,43,35,17,28],arrai:[2,35,5,7,32,14,16,17,18,47,22,23,24,25,38,28,8,12,34,4,30,26,40,9,45,46,48],yourself:[35,14,2,19,38],textual:[],open:[11,27,37,42,17,6,20,31],predefin:19,size:[35,49,9,30,43],given:[10,0,47,33,23,1,24,14,35,40,15,16,38,34,19,49,46,12,21,41],convent:[],width:[35,45,18,27,42],ifmodul:37,evail:41,leftrightharpoon:35,averag:46,circl:35,whith:27,white:49,conveni:[17,32,33,19],hub:[25,4,5,7,32,13,15,16,18,19,21,22,2,38,29,12,34,9,36,30,26,47,41,42,43,46,48],especi:46,programat:46,copi:[12,37,2,3,17,27,20,32],specifi:[35,5,7,9,10,14,16,17,40,19,18,23,24,38,29,32,4,30,41,42,44,45,46,48,49],enclos:[49,46,30,19],quad:35,than:[0,35,5,7,32,14,16,17,34,19,20,47,23,24,30,8,12,33,4,27,37,39,41,43,44,45,46,49],serv:[17,32],wide:[20,46,37],underbrac:35,were:[16,21,43],posit:[14,30],browser:[25,35,5,11,32,17,9,19,20,21,2,27,28,37,12,4,36,30,39,42,44,45,46,48],preccurlyeq:35,delic:9,lnot:35,doublecup:35,openajax:[],nleftrightarrow:35,svnroot:37,ani:[0,2,35,5,7,9,32,14,15,16,17,18,19,21,22,23,24,26,29,30,12,33,4,27,37,38,41,42,43,44,45,48],refexplicit:[],properli:[0,27,37,38,33,41,2,43,5,12,21],caus:[0,36,37,24,35,27,42,15,4,17,18,19,38,16,46,12,21,41,43],engin:[20,11],squar:[35,40],npreceq:35,note:[0,2,35,5,32,17,40,19,21,18,24,38,37,12,4,30,41,42,43,45,46,48,49],x2260:17,jsmath:[11,46,28],noth:[38,23],channel:[16,39],updownarrow:35,begin:[16,35,25,43,4,18,45,46,32,41],sure:[35,37,24,41,2,3,43,4,17,45,32],windowset:42,normal:[35,23,49,2,4,19,46],track:[46,3],beta:[35,17],pair:[10,0,12,23,40,49,4,18,16,8,32,47],fileurl:0,beth:35,latex:[11,39,35,4,17,19,20,46,32],textarea:4,proud:[],drive:37,typeset:[0,25,4,15,16,9,19,20,21,22,2,38,29,12,36,30,26,39,41,42,43,44,46],badg:3,sigma:35,mathfrak:35,showmathmenu:30,newenviron:35,autoreset:23,parentnod:2,unprocess:[12,21,43],permiss:[17,37],hack:45,corner:[36,19,15],label:[35,32,42],xml:[20,39],insruct:1,onli:[0,1,2,3,35,5,32,17,40,19,20,21,24,38,30,12,4,27,37,39,49,43],explicitli:[35,38,4,17,32,33],activ:[27,23,39,3,43,44,45,46],state:41,inlinedelimit:35,otim:35,black:35,offici:[],geq:35,mypic:[4,26,22,40],nearli:[35,32],variou:[24,30,1,13,49,16,5,9,8,32,46],get:[10,11,27,37,23,24,41,2,9,15,35,17,38,19,30,45,43,33],ncong:35,downarrow:35,requir:[0,23,35,2,16,38,34,20,46,12,47,41],prime:35,lceil:35,mathpunct:35,consist:[35,45,41,27,40],intermitt:[36,15],shortmid:35,retypeset:43,where:[0,1,25,3,35,5,8,10,32,15,16,17,18,21,23,38,30,31,12,36,37,47,49,43,44,46],wiki:[17,46,2],often:[17,46,49],lozeng:35,obejct:14,ismac:[12,25],concern:[46,12],detect:23,longleftrightarrow:35,enumer:35,sponsorship:[],enough:[41,40],between:[35,23,38,41,42,16,17,45,46,12,21],maltes:35,"import":[13,0,41,44,16],across:[39,45],rahter:[],parent:[10,33],vdot:35,screen:[0,41,43,20,15,47],style:[10,0,30,11,39,35,25,42,15,4,5,40,19,29,49,9,46,12,21,17],negmedspac:35,come:[27,37,41,2,38,45,46,32],leftleftarrow:35,img:[22,49,2,4,26,40],timout:0,pertain:17,audienc:45,overbrac:35,mani:[35,32,44,41,4,38,12,49],color:[35,49,40,19],operatornam:35,period:[0,36,37],dispatch:[],colon:[35,49],unrend:[],cancel:23,pod:35,bigcirc:35,msrow:27,needlessli:38,skew:35,mark:[35,27,49,4,17,28,46,32],textnod:10,succapprox:35,fade:5,arcsin:35,refdomain:[],resolut:20,mathplay:[45,32,2,19,42],breve:35,texfont:5,blacktriangl:35,former:37,those:[47,35,27,37,23,24,14,41,40,43,16,5,34,19,38,49,20,8,12,21,46],manu:42,"case":[35,47,37,23,38,33,41,2,43,16,17,40,19,30,46,32,21,49],kappa:35,oldstyl:35,addtext:10,invok:45,margin:18,tbinom:35,advantag:[45,41,1],barwedg:35,leadsto:35,mlongdiv:27,worri:[16,46],destin:12,updatemath:43,backsim:35,bigwedg:35,develop:[39,27,37,3],author:[15,34,19,29,20,46],media:[49,37],postjax:[46,19],same:[16,22,37,24,35,44,4,26,6,32,47,41],html:[1,25,35,5,7,9,10,11,32,13,16,17,40,19,47,22,2,26,36,30,31,12,4,27,37,39,49,42,43,44,45,46,48],speech:[],knuth:39,mathvari:46,document:[0,22,39,11,13,35,2,43,4,17,12,27,19,20,45,26,32,47,46,28],exhaust:32,finish:[39,44,41,2,43],vvdash:35,nest:[36,27],availablefont:[5,32,30],someon:[],longleftarrow:35,capabl:[13,20,32,45],formaterror:12,displaystyl:[35,43],extern:[0,36,44,41,16,38,12],submenu:[19,42,6],appropri:[35,16,17,28,46,8],macro:[35,17,32,18,19],markup:[35,0,46,27,39],leftharpoonup:35,overwithdelim:35,without:[0,27,30,35,16,38,9,46],model:[11,36,13,25,35,45,46,33],altertn:45,bigotim:35,stixfont:5,mml2jax:[27,26,2,17,19,46,32],loaderror:0,excel:[],rest:[0,27,41,43,17,20,46],speed:[45,46,32],versu:41,mathzoom:[49,32,29],nleqq:35,except:[17,32,44],littl:[0,24],blog:[17,46],earli:32,hover:[42,19,29],around:[35,32],read:[16,17,27,37,40],outermost:40,boldsymbol:[35,32],messsag:15,test:[10,11,27,37,44,2,43,16,17,31,12,33],moo:33,pop:[],amp:35,lasterror:12,mod:35,oslash:35,cdot:35,integ:12,server:[37,1,2,17,6,30,31,32],either:[0,37,1,24,13,40,49,2,16,17,18,29,45,12,48],output:[2,35,7,11,32,16,17,34,19,47,27,12,33,9,36,30,39,21,49,42,43,45,46,48],manag:[10,36,37,1,38,39,25,15,17,45,46],lesssim:35,node:10,respect:[9,30,23],constitut:13,slice:23,easili:[20,17,46],highest:[],definit:[0,30,49,42,9,29,20],achiev:[],shoveright:35,inputid:21,dashleftarrow:35,mathcal:35,variuou:16,complic:[45,27,48,40],refer:[11,37,17,33,2,43,16,5,24,34,38,44,12,21],power:[41,3],inspect:12,broken:46,found:[0,8,19,3,38],regexp:4,"throw":[34,2],trianglerighteq:35,assocait:43,underwai:41,greater:35,ddddot:35,act:[35,38,39,41,16,17,18,19,46,32],industri:39,processor:[9,27,30,39,41,25,42,35,17,18,49,45,7,32,48,46],hookrightarrow:35,nobreakspac:35,routin:[10,0,44,38,34,8,12,47],effici:[32,33,43],elementari:27,lessdot:35,triangledown:35,bbb:35,rightharpoondown:35,mathbackground:35,your:[0,1,2,3,35,5,6,7,9,11,12,17,18,19,20,22,26,28,29,30,31,32,4,27,37,38,39,40,41,42,43,44,45,48],compon:[0,36,24,13,47,49,25,42,16,44,12,27,20,8,32,33,46],log:[35,17,37,15],area:[18,15],aren:[],fontwarn:[5,32,19],lor:35,start:[0,37,23,11,40,35,25,44,46,16,17,34,19,6,31,24,41],interfac:[37,1,17,6,20,31],lot:[16,37],verbatim:[],buggi:35,categor:32,faster:[45,32],overleftarrow:35,mathml:[11,27,39,47,2,46,35,17,9,48,20,45,7,32,21,8],bullet:35,possibl:[0,27,37,23,5,41,15,17,19,38,45,46,32,33,49],"default":[0,25,35,5,7,32,15,17,18,19,47,22,23,26,29,30,8,12,34,4,37,42,9,46,48],processescap:[4,32],buildrel:35,notag:35,embed:27,expect:[35,45,41,32,19],creat:[0,25,3,10,15,16,34,47,23,38,8,33,24,36,37,39,21,41,42,44,46,49],certain:[16,24,44],leftrightsquigarrow:35,twoheadrightarrow:35,varliminf:35,file:[0,1,2,35,5,6,8,32,14,15,16,17,34,19,21,23,25,38,28,31,12,24,37,39,40,41,44,45,46,47,48,49],outputjax:[36,13,47,25,34,21],fill:[45,48],again:[0,12,47,43,35,8,32,21],iiiint:35,pmod:35,mathematica:[],hybrid:[],reduct:45,valid:[45,38],you:[1,2,3,35,5,6,7,9,12,13,14,15,16,17,18,19,20,47,22,23,25,26,28,30,31,32,33,34,4,27,37,38,40,41,42,43,44,45,46,48,49],trash:21,architectur:[],mathjaxsetup:[],sequenc:[11,14,35,25,16,44],symbol:[35,17],dashv:35,cb2:[],briefli:17,cb1:[],menuset:[19,29],reduc:35,mathcolor:35,lbrace:35,gtrapprox:35,descript:[22,26,2,4,5,36,19],lbrack:35,scroll:31,calle:33,potenti:41,escap:[32,18],dst:12,negthickspac:35,lvertneqq:35,all:[0,1,2,35,5,11,32,15,16,17,34,19,20,22,23,24,26,27,12,33,4,36,37,38,39,41,44,45,46],consider:[17,32],illustr:43,performth:[],lack:[],dollar:[4,17,35,32,43],asynchorn:[41,43],abil:[45,46],follow:[16,37,23,38,13,40,35,25,43,4,17,34,30,46,32,33,49],alt:[2,19],disk:[32,37],children:27,scr:35,articl:39,init:33,program:[36,1,44,13,33,41,25,17,20,46,21],smile:35,cgi:0,liter:4,multlin:[35,18],vert:35,replic:[],fals:[35,12,30,24,2,42,4,9,19,7,32,33],varrho:35,prooblem:35,"1px":[10,35,49],verb:35,mechan:[24,23,14,41,25,16,44,33],fall:[5,41,17],veri:6,ticket:3,strang:27,list:[25,35,5,6,7,31,32,16,18,19,21,22,23,26,29,8,12,4,30,47,41,42,43,9,46,48],emul:45,adjust:[30,17,9,2,43],displaylin:35,small:[35,46,18,15],impract:37,teh:[],getalljax:[12,43],wab:[],adust:[],lll:35,tex:[2,35,5,7,11,32,16,17,18,19,20,22,36,28,37,8,12,34,4,27,30,39,41,43,45,46],zero:14,design:[20,31,27,2],pass:[0,12,23,24,14,41,25,42,16,38,46,32,33],overlin:35,further:[14,41,46],what:[11,22,30,23,26,35,42,43,4,5,12,27,19,29,20,9,46,32],sub:36,section:[2,35,5,7,32,17,9,19,18,22,26,28,29,31,12,4,27,30,38,42,45,48],ast:35,abl:[37,23,17,2,43,16,5,19,6,20,30,31,32],delet:30,version:[47,11,36,37,2,25,3,43,34,29,8,12,21],sup:35,"public":37,hasn:[0,34,15],full:[0,13,4,38,19,20],exectu:23,variat:32,geqslant:35,modular:[20,27],ggg:35,trunk:37,standard:[35,39,49,16,17,20,45,46,32],modifi:[11,43,16,34,12,47],valu:[0,25,4,5,7,10,32,14,16,18,19,22,23,38,29,12,33,9,27,30,26,40,41,42,43,46,48,49],search:[20,11,12,3],sender:16,mml:[48,46,36,21],collater:[],prior:19,amount:[5,18,23],pick:[],action:[0,2,35,32,14,15,16,34,47,23,25,38,29,8,12,24,36,39,41,43,44,46],mathjax_wikipedia:2,magnitud:45,llap:35,via:[30,0,27,37,23,1,17,33,41,2,15,16,5,29,45,46,32,21],shorthand:43,ask:[46,18,3,43],href:40,inappropri:16,emptyset:35,simbl:2,decrement:14,select:[45,12,27,42,9],proceed:[41,40],x41:35,distinct:[13,32],mathja:[31,6],regist:[0,24,39,25,16,44,34,8,12,47,46],rightsquigarrow:35,asn:46,taken:[16,35,41,43,45],imath:35,basi:[45,48],more:[5,32,14,17,9,19,20,23,38,30,8,12,33,24,37,39,40,41,43,44,45,46,48,49],flat:35,diamond:35,desir:[33,37,2],henc:37,ital:[0,19],flag:[],aleph:35,particular:[10,0,23,24,39,14,49,35,17,38,44,45,46,12,33],known:41,upsilon:35,mathml3:27,cach:16,showmathmenumsi:9,none:[24,22,30,23,38,4,26,19,46],eta:35,mmlorhtml:[45,48,32,2,19],det:35,dev:[],histori:[16,24,25,39],remain:39,paragraph:[35,5,46,43],ie6:30,caveat:37,def:[35,33],deg:35,"_mathml":[],scan:12,myspan:40,registr:34,share:[17,32,37,3],templat:[31,1,6],succneqq:35,minimum:12,explor:[0,2,42,15,35,38,19,45,46,32],sharp:35,mathinput:43,huge:35,cours:[41,27],newlin:[35,15],awkward:33,secur:[37,2],programmat:[],anoth:[24,37,43,14,41,15,16,44,8,32,46],showmathmath:9,mapl:[],snippet:[10,11,22,26,3,4,5,40,19,12],ddagger:35,stix:[30,39,35,5,46,32],simpl:[45,40,19],css:[0,2,35,5,7,11,32,17,9,19,21,27,29,37,12,36,30,39,47,49,42,43,45,46,48],unabl:5,regener:[],resourc:[17,32],referenc:5,faculti:[],variant:39,reflect:[25,43],vdash:35,mstack:27,impliedbi:35,associ:[9,30,23,47,38,34,8,12,21,46],mytim:38,lhd:35,confus:[],ambigu:13,mislead:[],callback:[47,0,36,23,24,13,14,41,25,43,16,38,39,44,8,12,21],firefox3:30,merror:49,unrhd:35,help:[37,42,17,3,45,32],soon:[32,2,19,43],trade:45,reftyp:[],through:[35,27,37,24,41,42,16,44,45,46,32,33],hierarchi:[32,37],paramet:[10,0,22,33,47,23,26,14,15,24,17,12,18,19,38,8,32,21,34,43],obscen:[],arial:35,nifti:[],x221a:27,processupdatetim:12,x221e:46,late:[39,2],isreadi:[36,25],pend:14,amsmathaddit:41,processenviron:4,pad:[10,49],might:[0,27,37,38,41,16,17,18,46,32],alter:[4,43],good:[41,2,3],"return":[10,0,27,33,47,23,24,14,41,15,16,38,34,43,44,8,12,21],textstyl:35,hslash:35,framework:[],getelementbyid:43,rlap:35,mathscr:35,plugin:[1,42,19,20,45,46,32],noerror:[35,17,32,2],bigcup:35,did:38,iff:35,iint:35,fulli:[41,27],unicod:[35,5,27],x2211:46,forefox:2,subsystem:25,originaltext:21,weight:[40,33],hard:[32,37,3],realli:38,nless:35,connect:[38,46],beyond:[],orient:[13,33,36,25],webserv:[],"try":[47,3,16,17,34,8,33],internext:[],shortcom:44,skiptag:4,publish:[],movabletyp:[],print:[20,49],occurr:44,msie:[9,12,48],foreground:49,qualifi:[],safari3:30,my_config:[],advanc:[13,11,32,20],offsetx:30,quick:[],reason:[0,12,38,41,27,2,42,15,35,17,34,45,32],base:[33,36,37,1,44,13,25,2,5,34,30,20,45,21],typeet:43,textit:35,mathr:35,offseti:30,ispc:[12,25],succnapprox:35,drupal:1,msbm10:17,showprocessingmessag:[32,19],perhap:38,bumpeq:35,elementjax:[13,25,36,21,34],stixgener:35,getelementsbytagnam:2,assign:[4,38],major:[20,45,32,2],dont:46,boxplu:35,exchang:39,lastnam:38,number:[47,0,36,37,23,5,40,41,15,17,18,19,38,8,12,21,34],fadeoutstep:5,done:[14,41,32,46],least:[45,46,12],blank:[24,23,43],stabl:37,miss:[35,23],differ:[35,12,37,23,38,41,43,16,17,44,45,46,32,33],script:[47,0,12,37,1,25,41,2,43,4,17,46,34,19,6,16,31,32,21,8],interact:[20,17,46,21],smoother:5,construct:[41,46],statement:[41,23],illeg:40,store:[10,24,36,30,23,47,41,43,38,8,12,21,46],option:[35,5,6,7,32,17,40,19,18,22,26,28,29,12,33,34,4,30,42,9,46,48],nleftarrow:35,triangleleft:35,ntrianglerighteq:35,selector:[49,19,15],tex2jax_process:4,part:[16,27,37,23,44,35,2,4,17,18,6,20,46,33,41],pars:35,binom:35,cosh:35,kind:46,whenev:[24,27,37],remot:37,remov:[24,37,43,47,15,4,19,46,12,21],dtd:[17,32],bridg:21,arrang:23,ffff88:49,comput:[30,12,37],nleqslant:35,packag:[39,37,28],expir:10,"null":[10,0,22,30,47,23,26,33,2,15,4,5,24,36,19,43,8,12,21,34],imagin:[],xref:[],built:[11,2,45],equival:[10,23,41,43,38,40],lim:35,self:27,also:[2,3,35,10,13,15,16,17,9,19,21,23,38,30,32,33,4,27,37,39,42,43,44,46],brack:35,build:[],brace:35,appendchild:[10,2],addel:10,ngeqslant:35,most:[36,37,1,23,39,2,49,25,16,34,45,32,33],plan:17,rho:35,alpha:35,rhd:35,vardelta:35,clear:[24,30,23,25,15,16],tpl:1,exp:35,latest:37,leftroot:35,nshortparallel:35,carefulli:[40,43],finv:35,particularli:[45,37],rightleftarrow:35,font:[0,37,5,39,40,49,42,15,35,17,18,19,43,44,20,30,46,32,9],fine:[],find:[3,43,5,28,6,45,46,12],preremoveclass:19,surd:35,execut:[0,23,14,41,25,16,38,46],pretti:37,ruin:[],solut:[17,46,37,3],delayedx:23,couldn:38,queu:[14,41,23,24],factor:[9,30,19],tagsid:[32,18],precnsim:35,express:[4,16,41,19,24],strut:35,nativ:[27,13,2,20,45,46,32,48],proces:[],greasemonkei:[32,2],donald:39,notransl:34,restart:[4,14,41],ie8:45,ie7:45,acut:35,vmatrix:35,common:[32,1,39,40,27,35,5,34,12],set:[0,25,35,5,7,10,12,15,16,17,18,19,21,22,23,24,2,26,28,29,30,32,33,4,36,37,38,39,40,41,42,43,44,9,46,48,49],overrightarrow:35,startup:[11,36,2,41,25,43,16,34,19,12],see:[0,3,35,5,6,8,4,32,14,16,17,9,19,22,23,26,28,29,30,31,12,24,27,37,38,39,41,42,43,44,45,46,49],sec:35,arg:35,disadvantag:45,langl:35,someth:[4,37,19,3,43],particip:3,won:[41,37],subscript:35,experi:[37,19],altern:[0,35,38,46,32,33],numer:[12,27],complement:35,javascript:[0,1,2,5,6,11,13,16,17,18,19,20,21,23,38,29,31,32,33,9,36,30,39,40,41,42,44,45,46,49],mailbox:[16,39],bmatrix:35,solv:2,longrightarrow:35,classnam:2,popul:25,bodi:[0,43,17,8,32,47],last:[0,32,23,14,49,35,12],delimit:[4,17,35,32,46],hyperlink:46,event:[39,2,43,16,44,46],nvdash:35,context:[4,42,19,23],overset:35,hbar:35,whole:[22,44,43,4,26,12],load:[0,1,2,35,11,32,14,15,16,17,34,19,20,47,23,25,38,28,8,12,24,36,37,39,41,43,44,45,46],markdown:46,simpli:[35,22,37,23,38,14,43,4,26,12,34,19,20,8,32,47,28],point:[35,14,17],instanti:33,schedul:38,etra:[],header:[37,1,6],param:[],linux:12,bigve:35,mistak:40,zeta:35,throughout:[],gneq:35,bigtriangledown:35,empti:[36,30,23,41,25,46],dur:12,strategi:45,invis:37,fire:[25,2,38],refdoc:[],imag:[22,37,26,2,4,5,40,20,30],descib:17,coordin:[14,41,46],understand:46,urcorn:35,educ:[],convers:35,blacksquar:35,look:[10,35,12,30,23,1,24,49,3,15,4,17,27,43,6,46,32],solid:[10,35,49],formath:[],pitchfork:35,lvert:35,"while":[10,0,27,37,17,48,35,2,16,5,34,19,44,45,46,32,24,41],blacktriangleleft:35,nprec:35,abov:[10,35,30,23,17,41,2,43,4,5,19,38,45,33],circlearrowright:35,bookmarklet:32,everyon:16,loop:21,subsect:34,measuredangl:35,vartriangl:35,jpg:[4,26,22,40],biguplu:35,itself:[33,35,36,37,23,24,14,41,25,16,12,27,19,46,32,21,49],costli:[],limit:[35,0,27],rightarrow:35,xleftarrow:35,redisplai:15,unexpectedli:17,conflict:46,upuparrow:35,optim:45,domin:39,alert:[16,38,41,23],moment:[17,37],temporari:34,user:[30,35,27,37,23,43,2,3,15,16,5,9,19,29,20,45,46,32,42,28],robust:[16,39],wherev:[],chang:[9,12,37,1,43,2,42,15,18,30,46,32,21],recent:[20,2],lower:[35,36,25,19,15],task:35,getjaxbyinputtyp:12,entri:[39,14,49],searchabl:20,ngeqq:35,picki:[],normals:35,scriptsiz:35,fallingdotseq:35,explan:[17,32],rvert:35,obscur:15,press:19,world:[20,38],succsim:35,cut:[],cup:35,blacklozeng:35,ffeeee:35,notifi:16,input:[2,35,7,32,16,17,18,19,47,27,28,8,12,33,34,36,39,21,41,43,45,46],unlik:[20,34],subsequ:35,sum_:46,trueli:43,format:[11,27,30,39,47,9,35,17,40,19,20,45,8,32,21,46],big:[35,32],moodl:1,tomathml:21,game:35,insert:[22,23,2,4,26,12,34,19,6,31,32,47,46],resid:[],bit:[9,33],characterist:[],diagup:35,semi:49,varkappa:35,signal:[24,36,23,44,13,25,16,38,34,39,12],altough:38,collect:[38,41,21,49,23],api:[13,11,20,17],mathrel:35,swarrow:35,gtrless:35,lastest:3,creation:[8,25],some:[1,35,5,32,13,14,16,17,34,19,20,21,23,38,30,8,12,33,9,27,37,47,41,43,45,46,48],back:[5,21],emph:35,sampl:[37,44,49,16,17,19],myid:49,scale:[20,9,30,19],flux:41,culprit:[],delimt:4,prop:[],mathemat:[0,2,35,5,6,8,9,32,16,17,18,19,20,21,22,26,28,29,30,31,12,34,4,27,37,39,47,41,42,43,45,46],larg:[35,0],extension2:[],slash:32,prod:35,reproduc:43,sqsubseteq:35,tex2jax:[35,36,2,43,4,17,27,19,46,32],machin:[39,37],garamond:35,previou:[38,24,41,23,15],run:[0,2,4,5,7,32,14,16,17,18,22,23,25,38,37,12,24,27,30,26,41,9,43,44,45,46,48],doteqdot:35,odot:35,step:[5,46,1,17],hookleftarrow:35,impor:37,react:24,materi:43,retain:[],page:[1,25,35,5,6,10,11,12,13,15,16,17,9,19,20,21,22,24,2,26,28,30,31,32,4,27,37,38,41,42,43,44,45,46],microsecond:[],rangl:35,succcurlyeq:35,block:[9,30,17,5,34,19,46,32],file3:41,file2:41,file1:41,file4:41,bmod:35,msam10:17,todai:39,notat:[20,17,35,46,39],isjax:12,announc:44,inclus:[],span:[22,4,26,40,19,46,28],question:[17,34,3],fast:[],custom:[15,35,17,20,45,32],handler:[0,36,39,2,25,43,44,46],includ:[0,1,25,35,5,7,9,12,13,16,17,18,19,20,22,23,2,26,27,28,29,30,8,32,34,4,36,37,38,40,41,42,43,45,46,48,49],suit:[5,27,17],nativemml:[27,48,42,9,45,46,32,47],overleftrightarrow:35,ulcorn:35,doctyp:[45,27],poster:24,atop:35,loadhook:[0,12,38],serif:[35,0,49],link:[37,1,17,13,5,44,32],translat:[8,34,47,46],delta:35,line:[35,22,37,1,25,2,4,17,27,45,46,32],enspac:35,rmoustach:35,qquad:35,bigg:35,geqq:35,similar:[44,23],enlarg:29,constant:16,doesn:[35,37,23,33,2,16,19,30,21],repres:[10,22,17,49,15,4,5,40,19,20,26,47,46],mathdiv:[10,38,41,43],opera10:30,guarante:[0,41,43,14],constortium:20,improv:[45,19,3],phantom:35,extension1:[],bigoplu:35,iiint:35,titl:[17,43],sequenti:[44,41],invalid:[35,40],llcorner:35,toaudibl:21,bracket:[40,19],shoveleft:35,xrightarrow:35,department:37,supseteq:35,delayclear:30,msup:[17,46],alttext:26,eval:23,enhanc:46,svn:37,rightharpoonup:35,land:35,mimetyp:[47,8,34,21],svg:46,confirm:[],supseteqq:35,depth:35,leak:21,far:[0,24,15],hello:38,prototyp:33,code:[0,2,3,35,6,10,11,32,14,16,17,40,19,22,23,24,25,38,12,4,36,26,39,41,43,44,9,49],partial:35,edg:37,queri:46,tiddlywiki:1,edu:[37,2],privat:[44,34,37],elsewher:43,send:[16,24],becam:39,sens:46,fatal:[],sent:[16,24,12,39],actiontyp:30,unzip:37,gnsim:35,defamatori:[],mous:[46,30,42,29],untouch:[],tri:[35,0,37,30],ischrom:12,mathit:35,notabl:[],button:[],curvearrowleft:35,nleq:35,userscript:2,maction:30,pleas:[17,32,40,3],impli:[35,27],smaller:0,fortun:16,arctan:35,natur:[20,17,35,37,46],varupsilon:35,download:[0,37,5,17,19,46],fullnam:38,hspace:35,click:[30,42,9,19,29,6,46],append:10,compat:[39,45],index:[17,37,1],compar:32,access:[24,37,1,38,33,41,42,35,17,20,21],clipboard:[],mathjax:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49],backprim:35,vargamma:35,varsigma:35,leq:35,let:[27,37,2,42,17,40,45,12,48],sinh:35,becom:[27,37,23,41,3,16,33],sinc:[0,12,23,24,14,35,27,49,9,43,16,17,18,19,44,45,46,32,33,41],tex4ht:46,rtime:35,convert:[11,27,23,35,2,4,28,20,46,47],produc:[35,30,23,17,47,42,43,16,5,24,18,19,38,20,45,46,32,21,9],sqcap:35,larger:46,technolog:20,later:[24,27,30,23,14,41,35,38,12],zscale:19,circledast:35,typic:[4,35,37],chanc:[4,16,24],firefox:[32,37,2,45,12,48],rgroup:35,appli:[35,33],iskonqueror:12,lessgtr:35,"boolean":12,smallmatrix:35,from:[0,1,25,35,11,32,16,17,18,19,21,22,24,2,26,28,30,8,12,33,34,4,36,37,38,47,41,42,43,45,46],zip:[17,37],commun:[16,11,3,17],chi:35,doubl:[18,19,29],upgrad:[5,3],varphi:35,next:[35,44,21,43],few:[35,17,37,28],msqrt:[17,46],dfrac:35,bowti:35,dash:[49,30],comparison:[41,12],impress:[],doublebarwedg:35,projlim:35,"4ac":17,rare:41,versionatleast:12,account:[],alik:2,retriev:10,augment:[47,8,34,33],aperson:38,thin:18,control:[35,22,37,17,49,30,42,4,5,12,18,19,29,26,45,7,32,48,9],tau:35,process:[0,2,35,10,11,32,14,15,16,17,34,19,21,22,25,26,28,8,12,4,27,38,47,41,43,45,46,48],reftarget:[],newmath:43,high:[20,45,46],tag:[1,25,35,6,32,16,17,40,19,47,18,2,26,28,8,12,4,27,37,21,43,46],tan:35,prece:38,delai:[0,37,23,24,42,15,16,19,29,30],gcd:35,getelementsbytagnamen:2,subdirectori:[47,8,21],instead:[35,17,14,41,43,16,38,46],class4:33,class2:33,sin:35,sim:35,class1:33,simplesup:33,frac:35,overridden:[30,21,34,8,47,33],mspace:[35,27],anothermethod:33,frak:35,redund:[33,19],essenti:[35,46,33],light:[35,33],correspond:[12,30],element:[25,35,5,10,16,17,40,21,22,24,26,36,8,12,33,4,27,30,47,41,43,44,46,49],issu:[0,27,3,15,17,46,32],unaccept:45,allow:[35,27,37,1,24,39,40,41,2,42,15,16,17,38,19,29,20,30,33,49,9],fallback:[30,37],mjx:10,fastest:45,nonumb:35,move:[30,37],nsucc:35,comma:[35,49,32,2,19],dagger:35,mathjax_tooltip:30,movabl:[31,1],coth:35,varxi:35,therefor:35,pixel:30,multimap:35,crash:19,pure:27,handl:[0,36,44,39,35,27,2,16,5,34,9,12,48,41],innermost:40,handi:[],mention:[],successor:28,gggtr:35,somewher:[],anyth:[16,32],edit:[17,32,1],smallfrown:35,prepackag:[],mode:[35,30,4,17,45,46],varomega:35,"2em":35,mod_head:37,subset:35,delaypost:30,consum:15,nointerest:24,src:[22,1,26,41,2,43,4,17,12,40,6,31,32],"static":33,our:3,rightleftharpoon:35,helpurl:42,special:[35,12,38,49,4,17,27,19,44,20,45,46,32],out:[0,37,41,30,16,5,9,45,46],variabl:[36,23,13,2,25,43,35,38,33],lesseqqgtr:35,matrix:35,categori:41,rel:[0,9,30],moveabl:[31,1],merg:[10,12],ref:12,math:[25,35,9,10,11,32,15,16,17,34,19,20,22,2,26,28,29,30,8,12,4,27,37,39,42,43,44,45,46],negthinspac:35,nsucceq:35,insid:1,workflow:27,manipul:43,eqslantgtr:35,releas:[17,2,37],bleed:37,indent:[18,19],could:[0,27,38,13,41,3,43,16,17,46,12,21],put:[0,37,44,2,35,17,32],mac:[9,12,30,19],timer:[],david:[],gtreqqless:35,length:[2,23],outsid:[4,45,32],"0em":19,scriptstyl:35,endors:[],rbrace:35,blogger:[],udpat:37,precapprox:35,spadesuit:35,date:[17,37],uplu:35,clubsuit:35,bigsqcup:35,"long":[35,41,42],strict:[45,37],unknown:27,system:[37,1,17,3,35,5,20,45],messag:[0,36,37,39,17,13,35,25,15,16,5,12,34,19,44,32,24],attach:[16,24,44],termin:4,iota:35,rsh:35,supset:35,"1em":27,gtreqless:35,blind:46,gtrdot:35,structur:[0,32,23,39,43,16,38,36,12],charact:[35,27,30,49,4,5,18,19,46],htaccess:37,seriou:46,biggl:35,biggm:35,rrightarrow:35,favorit:[],unkown:12,lightli:45,tabl:27,need:[0,1,2,3,35,5,6,8,12,14,15,16,17,18,19,20,21,23,25,38,30,31,32,33,34,4,27,37,39,47,41,43,44,9,46,49],turn:[10,24,27,23,4,9],border:[10,35,49],woudl:32,min:35,manang:[],decis:45,msam:[],which:[1,25,35,8,12,15,16,17,18,19,21,22,23,24,2,26,27,28,29,30,31,32,33,34,4,36,37,38,40,41,43,45,46,47,49],hbox:35,mit:35,singl:[0,36,23,44,13,41,43,4,17,20,32,49],declaremathoper:35,mathjax_preview:[22,49,4,26,19,46],x22d6:35,unless:[17,32,23,45],bboxfor:[],who:[16,24,3],eight:45,leftthreetim:35,why:[],underset:35,url:[0,32,2,42,17],gather:35,request:[0,24,35,16,38,45,41],face:[30,3,5,18,37,32],inde:[32,2],nmid:35,determin:[32,30,1,25,35,9,19,12],starup:19,fact:[24,34],atopwithdelim:35,getalljaxfor:[],backsimeq:35,mathjax_messag:15,text:[1,2,35,5,6,10,15,16,17,40,19,20,21,18,22,38,31,32,4,30,26,41,43,9,46],verbos:[39,38,19],perfom:44,perfor:45,bring:[46,37],woth:27,curlyeqsucc:35,lgroup:35,locat:[0,22,37,17,25,2,43,4,5,12,19,16,26,32,47,46,28],jax:[25,7,32,13,16,17,9,19,21,18,2,28,8,12,33,34,36,30,39,47,49,43,45,46,48],vartriangleright:35,forev:2,should:[2,35,6,8,32,14,17,40,19,47,22,23,24,26,28,31,12,34,4,27,37,38,41,43,45,48,49],imagefont:[5,30],vartriangleleft:35,suppos:[38,43],"5px":10,triangleright:35,local:[37,23,17,41,2,43,5,19,32],hope:5,precsim:35,liminf:35,regularli:[],looparrowright:35,bigstar:35,leqslant:35,triangl:35,enabl:[35,1,4,17,6,31],organ:46,frown:35,stuff:12,she:45,contain:[0,1,2,35,5,10,13,14,15,16,17,34,19,21,22,23,24,26,30,12,4,36,37,38,41,43,46,49],view:[30,27,37,13,2,17,28,20,45],attibut:49,legaci:[],coooki:10,similarli:[0,12],temporarili:15,troubl:17,outpu:[],issafari:12,asynchron:[0,36,23,24,39,14,41,16,38,44,12],statu:[0,37,38],error:[0,12,27,2,3,35,17,34,19,32],jmath:35,pattern:[4,19],thumb:41,gtrsim:35,written:[17,6],quickest:17,theta:35,neither:[5,32,40],entiti:[35,27],omicron:35,stati:[],nshortmid:35,kei:[10,0,23,24,14,16,19,12],job:32,entir:[12,43],mmorhtmll:[],closebox:5,ker:35,addit:[47,0,27,23,5,14,35,43,16,17,19,38,49,8,12,21,41],skipstartuptypeset:19,rtype:[],admin:[31,6],nabla:35,equal:[41,12,33],gnapprox:35,etc:[35,41,19,43],instanc:[10,21,41,34,12,33],equat:[35,22,37,43,4,26,18,19,20,45,46,32,21],futher:45,class3:33,eth:35,lmoustach:35,onchang:43,comment:[17,49,32,19],varnoth:35,dorectori:31,arriv:[16,44],walk:[],distinguish:8,arguement:38,sqcup:35,quit:43,showfontmenu:42,"55em":35,quotat:49,compos:27,sqsupseteq:35,json:[],besid:[],treat:17,immedi:[0,14,41,25,43,16],incldu:[],smallsetminu:35,both:[0,32,38,39,41,17,27,19,12,33],"05em":35,otf:37,bult:[],psi:35,togeth:[41,12,27,23],injlim:35,present:[5,27,19,3,24],risingdotseq:35,multi:35,iscallback:23,cow:33,plain:35,align:[35,27,19],contextu:[27,30,42,9,19,29,46,21],studentdisplai:43,defin:[9,38,12,30,17,25,41,2,42,35,5,18,19,29,32,33,49],glossari:[39,11],observ:[],layer:1,almost:35,curvearrowright:35,site:[37,1,17,19,20,31,32],archiv:[17,37],lightweight:[],myinputjax:34,curlywedg:35,parti:16,cross:37,sqrt:[35,17,46],getx:33,extensiondir:34,oint:35,easi:28,difficult:[38,27,44],phi:35,http:[17,2,37,42,45],lleftarrow:35,"8em":[35,18],effect:[14,41,2],dai:10,student:43,php:[1,6],trake:3,executehook:[24,23],off:[35,45,9,44],center:[35,19],well:[37,23,38,49,3,43,16,17,34,19,44,45],exampl:[0,2,3,35,5,7,9,10,12,14,16,17,18,19,21,22,23,24,26,27,29,30,8,32,33,4,36,37,38,40,41,42,43,44,45,46,47,48,49],command:[27,37,23,39,14,41,25,43,35,19,12],choos:[35,45],undefin:[35,17,32,23,38],setx:33,usual:[23,38,41,35,5,34,19,46],curlyeqprec:35,paus:37,less:[4,35,46,12,37],half:38,obtain:[37,43,17,19,46,47],mistaken:46,mathclos:35,mathoutput:43,simultan:41,emtpi:[],web:[11,37,1,17,25,35,2,44,43,16,5,24,46,28,6,20,30,31,32,21,41],current_them:1,smith:38,textbf:35,cdotp:35,add:[33,35,1,17,14,49,2,4,5,19,45,47,21],book:39,match:[4,24,30],ctrl:19,webpag:28,usemathmlspac:7,varpropto:35,know:[24,38,2,16,17,8,47,46],mathinn:35,sourceel:[16,47,21,43],loader:[8,47],recurs:12,konqueror:[45,12],nofont:5,like:[2,35,4,14,15,16,17,20,23,38,28,8,32,24,27,37,39,41,43,44,45,46,49],lost:38,incred:[],messagehook:[16,24,12],necessari:[20,12,21],lose:[],exportaud:[],captur:39,suppli:[12,21,23],"export":21,superclass:33,proper:[24,12],home:0,librari:[13,41,36,37],glyph:[35,39],kern:35,assum:[17,31,43,6],avoid:[35,40,46,27,19],tooltip:30,leav:[10,18,48,43],doublecap:35,twoheadleftarrow:35,daleth:35,upharpoonright:35,journal:39,usag:11,sphericalangl:35,although:[13,17,32,48,24],offset:30,panel:35,varepsilon:35,about:[35,12,37,23,17,3,43,16,5,9,28,38,44,30,46,32,24],actual:[10,0,12,23,14,35,43,16,38,27,19,8,32,47,41],interven:[],column:18,mathajx:37,genfrac:35,mapsto:35,constructor:33,disabl:[9,30],eqalign:35,own:[37,17,13,41,2,3,35,5,44,8,32,47,46],amsmath:[41,2,35,17,18,32],circledr:35,reprocessor:27,automat:[35,14,41,15,4,17,34,45,46,32,33],guard:19,vphantom:35,circlearrowleft:35,dcocument:12,transfer:[17,37],support:[11,36,30,17,25,2,3,35,5,27,20,45,46,32,48,9],much:[16,45,39,44],bigcap:35,tracker:[17,3],arg1:38,"var":[10,23,41,2,43,16,38,33],arg2:38,"function":[0,47,23,24,39,2,35,25,44,43,16,38,46,14,8,12,33,41],propto:35,unexpect:[9,19],precnapprox:35,studentansw:43,gain:[45,42],inlin:[4,17,32],bug:[37,3,15,17,19,46],made:[47,41,44,8,32,21,46],bbbk:35,whether:[35,22,30,38,2,42,43,4,26,9,19,7,12,48],wish:[37,49,2,3,35,38,45,12],commit:[],displai:[10,11,22,37,17,47,35,27,42,15,4,5,18,19,29,16,20,46,32,21,43],substack:35,underleftrightarrow:35,mathord:35,directori:[0,37,1,44,39,47,25,16,17,34,19,6,30,31,32,21,8],below:[1,2,35,5,7,9,10,17,40,19,21,18,22,26,29,8,12,34,4,30,47,42,44,45,46,48],meta:45,sideset:35,otherwis:[0,36,23,15,35,12,6,32,33],problem:[37,38,2,3,35,17,45,46],x03c0:46,"int":[10,35,38],dure:[16,12,21,34,23],filenam:38,implement:[10,0,27,13,35,38,34,45,46,33],nolimit:35,inf:35,meth:0,probabl:[37,1,38,16,17,32],oplu:35,mrow:[17,46,27],immateri:41,percent:9,detail:[0,35,5,6,11,4,32,14,16,17,9,19,22,23,26,28,29,30,31,12,24,27,37,41,42,43,44,45,46],lesseqgtr:35,other:[25,35,4,32,14,16,17,34,19,20,21,23,38,28,30,12,33,24,27,37,39,41,9,43,44,45,46,48],futur:[16,0,44,3,45],varieti:46,downlaod:20,removeaft:5,repeat:1,star:35,"class":[33,35,36,23,24,13,14,4,34,19,8,47,21,46,28],thicksim:35,msgroup:27,stai:[],scientif:39,reliabl:[45,2],rule:[35,5,7,41,19],mathjax_mathml:2,portion:43,auxiliari:[],eot:37},objtypes:{"0":"py:method"},titles:["The MathJax.Ajax Object","Using MathJax in popular web platforms","Loading MathJax Dynamically","The MathJax Community","The tex2jax Preprocessor","The FontWarnings extension","Installing MathJax in WordPress","The MathML input processor","The MathJax.InputJax Class","The NativeMML output processor","The MathJax.HTML Object","MathJax Documentation","The MathJax.Hub Object","The MathJax API","The MathJax.Callback.Queue Class","The MathJax.Message Object","Using Signals","Getting Started","The TeX input processor","The Core Configuration Options","What is MathJax?","The MathJax.ElementJax Class","The jsMath2jax Preprocessor","The MathJax.Callback Class","The MathJax.Callback.Signal Class","The MathJax Startup Sequence","The mml2jax Preprocessor","MathJax MathML Support","Converting to MathJax from jsMath","The MathZoom extension","The HTML-CSS output processor","Using MathJax in Movable Type","Loading and Configuring MathJax","The MathJax Object-Oriented Programming Model","The Base Jax Class","MathJax TeX and LaTeX Support","The MathJax variable","Installing and Testing MathJax","Using Callbacks","Glossary","Describing HTML snippets","Using Queues","The MathMenu extension","Modifying Math on the Page","Synchronizing your code with MathJax","MathJax Output Formats","The MathJax Processing Model","The MathJax.OutputJax Class","The MMLorHTML configuration options","CSS Style Objects"],objnames:{"0":"Python method"},filenames:["api/ajax","platforms/index","dynamic","community","options/tex2jax","options/FontWarnings","platforms/wordpress","options/MathML","api/inputjax","options/NativeMML","api/html","index","api/hub","api/index","api/queue","api/message","signals","start","options/TeX","options/hub","mathjax","api/elementjax","options/jsMath2jax","api/callback","api/signal","startup","options/mml2jax","mathml","jsMath","options/MathZoom","options/HTML-CSS","platforms/movable-type","configuration","api/object","api/jax","tex","api/variable","installation","callbacks","glossary","HTML-snippets","queues","options/MathMenu","typeset","synchronize","output","model","api/outputjax","options/MMLorHTML","CSS-styles"]}) +\ No newline at end of file diff --git a/mathjax/docs/html/tex.html b/mathjax/docs/html/tex.html @@ -23,7 +23,7 @@ <script type="text/javascript" src="_static/doctools.js"></script> <link rel="top" title="MathJax v1.0 documentation" href="index.html" /> <link rel="next" title="MathJax MathML Support" href="mathml.html" /> - <link rel="prev" title="Using MathJax in WordPress" href="platforms/movable-type.html" /> + <link rel="prev" title="Using MathJax in Movable Type" href="platforms/movable-type.html" /> </head> <body> <div class="related"> @@ -36,7 +36,7 @@ <a href="mathml.html" title="MathJax MathML Support" accesskey="N">next</a> |</li> <li class="right" > - <a href="platforms/movable-type.html" title="Using MathJax in WordPress" + <a href="platforms/movable-type.html" title="Using MathJax in Movable Type" accesskey="P">previous</a> |</li> <li><a href="index.html">MathJax v1.0 documentation</a> &raquo;</li> </ul> @@ -54,8 +54,8 @@ these looks for mathematics within your web page (indicated by math delimiters like <tt class="docutils literal"><span class="pre">$$...$$</span></tt>) and marks the mathematics for later processing by MathJax. The TeX input processor is what converts the -TeX notation into MathJax&#8217;s internal format, where on of MathJax&#8217;s -output processors then displays is in the web page.</p> +TeX notation into MathJax&#8217;s internal format, where one of MathJax&#8217;s +output processors then displays it in the web page.</p> <p>The <cite>tex2jax</cite> preprocessor can be configured to look for whatever markers you want to use for your math delimiters. See the <a class="reference internal" href="options/tex2jax.html#configure-tex2jax"><em>tex2jax configuration options</em></a> section for @@ -206,7 +206,7 @@ the paragraph, use</p> <h3>noUndefined<a class="headerlink" href="#noundefined" title="Permalink to this headline">¶</a></h3> <p>The <cite>noUndefined</cite> extension causes undefined control sequences to be shown as their macro names rather than produce an error message. So -$X_{xxx}$ would display as an &#8220;X&#8221; with a subscript consiting of the +<tt class="docutils literal"><span class="pre">$X_{\xxx}$</span></tt> would display as an &#8220;X&#8221; with a subscript consiting of the text <tt class="docutils literal"><span class="pre">\xxx</span></tt> in red.</p> <p>To enable and configure this extension, use for example</p> <div class="highlight-javascript"><div class="highlight"><pre><span class="nx">extensions</span><span class="o">:</span> <span class="p">[</span><span class="s2">&quot;TeX/noUndefined.js&quot;</span><span class="p">,</span> <span class="p">...],</span> @@ -1103,7 +1103,7 @@ Z <h4>Previous topic</h4> <p class="topless"><a href="platforms/movable-type.html" - title="previous chapter">Using MathJax in WordPress</a></p> + title="previous chapter">Using MathJax in Movable Type</a></p> <h4>Next topic</h4> <p class="topless"><a href="mathml.html" title="next chapter">MathJax MathML Support</a></p> @@ -1139,7 +1139,7 @@ Z <a href="mathml.html" title="MathJax MathML Support" >next</a> |</li> <li class="right" > - <a href="platforms/movable-type.html" title="Using MathJax in WordPress" + <a href="platforms/movable-type.html" title="Using MathJax in Movable Type" >previous</a> |</li> <li><a href="index.html">MathJax v1.0 documentation</a> &raquo;</li> </ul> diff --git a/mathjax/docs/rst/HTML-snippets.rst b/mathjax/docs/rst/HTML-snippets.rst @@ -10,8 +10,8 @@ configutation files even though they are not HTML files themselves. The format is fairly simple, but flexible enough to let you represent complicated HTML trees. -An HTML snippet is an array consisting of a series elements that formt -he HTML tree. Those elements are one of two things: either a string, +An HTML snippet is an array consisting of a series of elements that format +the HTML tree. Those elements are one of two things: either a string, which represents text to be included in the snippet, or an array, which represents an HTML tag to be included. In the latter case, the array consists of three items: a string that is the tag name (e.g., diff --git a/mathjax/docs/rst/output.rst b/mathjax/docs/rst/output.rst @@ -95,13 +95,13 @@ HTML-CSS with IE8 Internet Explorer 8 has at least eight different rendering modes in which can operate, and that are triggered by the `DOCTYPE` of the -document being viewed. It's "quirks" mode is its fasted mode, and its +document being viewed. Its "quirks" mode is its fastest mode, and its "IE8 standards" mode is its slowest. This is the mode triggered by strict HTML document types, and since most modern content management systems now include a `DOCTYPE` that activates "standards" mode, IE8 will operate in its slowest manner. This is particularly apparent when MathJax is used, since IE8 in standards mode runs 20 to 30 times -slower than its does in its IE7 emulation mode, and 60 times slower +slower than it does in its IE7 emulation mode, and 60 times slower than in quirks mode. Most users find this speed reduction unacceptable when there is much @@ -115,7 +115,7 @@ mode. You can accomplish this by including the line at the top of the ``<head>`` section of your HTML documents. This lets you keep the strict `DOCTYPE` for validation purposes, while -still managing to get reasonable perforance from Internext Explorer +still managing to get reasonable perforance from Internet Explorer 8. Note that this line must come at the beginning of the ``<head>``, before any stylesheets or other content are loaded. diff --git a/mathjax/docs/rst/platforms/movable-type.rst b/mathjax/docs/rst/platforms/movable-type.rst @@ -1,8 +1,8 @@ .. _platform-movable-type: -========================== -Using MathJax in WordPress -========================== +============================= +Using MathJax in Movable Type +============================= These instructions assume you already have placed the MathJax files on your server (see :ref:`Installing and Testing MathJax <installation>`). diff --git a/mathjax/docs/rst/tex.rst b/mathjax/docs/rst/tex.rst @@ -9,8 +9,8 @@ The support for TeX and LaTeX in MathJax consists of two parts: the these looks for mathematics within your web page (indicated by math delimiters like ``$$...$$``) and marks the mathematics for later processing by MathJax. The TeX input processor is what converts the -TeX notation into MathJax's internal format, where on of MathJax's -output processors then displays is in the web page. +TeX notation into MathJax's internal format, where one of MathJax's +output processors then displays it in the web page. The `tex2jax` preprocessor can be configured to look for whatever markers you want to use for your math delimiters. See the @@ -202,7 +202,7 @@ noUndefined The `noUndefined` extension causes undefined control sequences to be shown as their macro names rather than produce an error message. So -$X_{\xxx}$ would display as an "X" with a subscript consiting of the +``$X_{\xxx}$`` would display as an "X" with a subscript consiting of the text ``\xxx`` in red. To enable and configure this extension, use for example