diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 000000000..17e9d8d61 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,4 @@ +* +!.gitignore +!source +!html diff --git a/docs/Makefile b/docs/Makefile index c80d50f99..257e54082 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -5,12 +5,12 @@ SPHINXOPTS = SPHINXBUILD = sphinx-build PAPER = -BUILDDIR = build +BUILDDIR = . # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 PAPEROPT_letter = -D latex_paper_size=letter -ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source +ALLSPHINXOPTS = -d $(BUILDDIR)/.doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest @@ -32,6 +32,8 @@ help: @echo " changes to make an overview of all changed/added/deprecated items" @echo " linkcheck to check all external links for integrity" @echo " doctest to run all doctests embedded in the documentation (if enabled)" + @echo "" + @echo " html-mathjax-site to make the documentation for www.mathjax.org" clean: -rm -rf $(BUILDDIR)/* diff --git a/docs/build/doctrees/CSS-styles.doctree b/docs/build/doctrees/CSS-styles.doctree deleted file mode 100644 index b1275454d..000000000 Binary files a/docs/build/doctrees/CSS-styles.doctree and /dev/null differ diff --git a/docs/build/doctrees/HTML-snippets.doctree b/docs/build/doctrees/HTML-snippets.doctree deleted file mode 100644 index 9888089e3..000000000 Binary files a/docs/build/doctrees/HTML-snippets.doctree and /dev/null differ diff --git a/docs/build/doctrees/api/ajax.doctree b/docs/build/doctrees/api/ajax.doctree deleted file mode 100644 index ccfbdf2a9..000000000 Binary files a/docs/build/doctrees/api/ajax.doctree and /dev/null differ diff --git a/docs/build/doctrees/api/callback.doctree b/docs/build/doctrees/api/callback.doctree deleted file mode 100644 index 75a6bcdf3..000000000 Binary files a/docs/build/doctrees/api/callback.doctree and /dev/null differ diff --git a/docs/build/doctrees/api/elementjax.doctree b/docs/build/doctrees/api/elementjax.doctree deleted file mode 100644 index b5a2f64a2..000000000 Binary files a/docs/build/doctrees/api/elementjax.doctree and /dev/null differ diff --git a/docs/build/doctrees/api/html.doctree b/docs/build/doctrees/api/html.doctree deleted file mode 100644 index 0cf1521ae..000000000 Binary files a/docs/build/doctrees/api/html.doctree and /dev/null differ diff --git a/docs/build/doctrees/api/hub.doctree b/docs/build/doctrees/api/hub.doctree deleted file mode 100644 index 2fd194b19..000000000 Binary files a/docs/build/doctrees/api/hub.doctree and /dev/null differ diff --git a/docs/build/doctrees/api/index.doctree b/docs/build/doctrees/api/index.doctree deleted file mode 100644 index 3f57dae42..000000000 Binary files a/docs/build/doctrees/api/index.doctree and /dev/null differ diff --git a/docs/build/doctrees/api/inputjax.doctree b/docs/build/doctrees/api/inputjax.doctree deleted file mode 100644 index f1de2b86a..000000000 Binary files a/docs/build/doctrees/api/inputjax.doctree and /dev/null differ diff --git a/docs/build/doctrees/api/jax.doctree b/docs/build/doctrees/api/jax.doctree deleted file mode 100644 index 070a29117..000000000 Binary files a/docs/build/doctrees/api/jax.doctree and /dev/null differ diff --git a/docs/build/doctrees/api/message.doctree b/docs/build/doctrees/api/message.doctree deleted file mode 100644 index e48f7631f..000000000 Binary files a/docs/build/doctrees/api/message.doctree and /dev/null differ diff --git a/docs/build/doctrees/api/object.doctree b/docs/build/doctrees/api/object.doctree deleted file mode 100644 index 8df04e463..000000000 Binary files a/docs/build/doctrees/api/object.doctree and /dev/null differ diff --git a/docs/build/doctrees/api/outputjax.doctree b/docs/build/doctrees/api/outputjax.doctree deleted file mode 100644 index af32a0340..000000000 Binary files a/docs/build/doctrees/api/outputjax.doctree and /dev/null differ diff --git a/docs/build/doctrees/api/queue.doctree b/docs/build/doctrees/api/queue.doctree deleted file mode 100644 index e93fa6aa5..000000000 Binary files a/docs/build/doctrees/api/queue.doctree and /dev/null differ diff --git a/docs/build/doctrees/api/signal.doctree b/docs/build/doctrees/api/signal.doctree deleted file mode 100644 index ae70f6347..000000000 Binary files a/docs/build/doctrees/api/signal.doctree and /dev/null differ diff --git a/docs/build/doctrees/api/variable.doctree b/docs/build/doctrees/api/variable.doctree deleted file mode 100644 index 6b598e9b7..000000000 Binary files a/docs/build/doctrees/api/variable.doctree and /dev/null differ diff --git a/docs/build/doctrees/callbacks.doctree b/docs/build/doctrees/callbacks.doctree deleted file mode 100644 index c864e57a0..000000000 Binary files a/docs/build/doctrees/callbacks.doctree and /dev/null differ diff --git a/docs/build/doctrees/community.doctree b/docs/build/doctrees/community.doctree deleted file mode 100644 index c91f6134a..000000000 Binary files a/docs/build/doctrees/community.doctree and /dev/null differ diff --git a/docs/build/doctrees/configuration.doctree b/docs/build/doctrees/configuration.doctree deleted file mode 100644 index ce34601bd..000000000 Binary files a/docs/build/doctrees/configuration.doctree and /dev/null differ diff --git a/docs/build/doctrees/dynamic.doctree b/docs/build/doctrees/dynamic.doctree deleted file mode 100644 index 6b1b27c98..000000000 Binary files a/docs/build/doctrees/dynamic.doctree and /dev/null differ diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle deleted file mode 100644 index ebad2a80a..000000000 Binary files a/docs/build/doctrees/environment.pickle and /dev/null differ diff --git a/docs/build/doctrees/glossary.doctree b/docs/build/doctrees/glossary.doctree deleted file mode 100644 index 946fcfadc..000000000 Binary files a/docs/build/doctrees/glossary.doctree and /dev/null differ diff --git a/docs/build/doctrees/index.doctree b/docs/build/doctrees/index.doctree deleted file mode 100644 index dba45b696..000000000 Binary files a/docs/build/doctrees/index.doctree and /dev/null differ diff --git a/docs/build/doctrees/installation.doctree b/docs/build/doctrees/installation.doctree deleted file mode 100644 index 2a05cf773..000000000 Binary files a/docs/build/doctrees/installation.doctree and /dev/null differ diff --git a/docs/build/doctrees/jsMath.doctree b/docs/build/doctrees/jsMath.doctree deleted file mode 100644 index 343b5362c..000000000 Binary files a/docs/build/doctrees/jsMath.doctree and /dev/null differ diff --git a/docs/build/doctrees/mathjax.doctree b/docs/build/doctrees/mathjax.doctree deleted file mode 100644 index 973b7e7f4..000000000 Binary files a/docs/build/doctrees/mathjax.doctree and /dev/null differ diff --git a/docs/build/doctrees/mathml.doctree b/docs/build/doctrees/mathml.doctree deleted file mode 100644 index 921171b61..000000000 Binary files a/docs/build/doctrees/mathml.doctree and /dev/null differ diff --git a/docs/build/doctrees/model.doctree b/docs/build/doctrees/model.doctree deleted file mode 100644 index 9d4e51a50..000000000 Binary files a/docs/build/doctrees/model.doctree and /dev/null differ diff --git a/docs/build/doctrees/options/FontWarnings.doctree b/docs/build/doctrees/options/FontWarnings.doctree deleted file mode 100644 index a59647788..000000000 Binary files a/docs/build/doctrees/options/FontWarnings.doctree and /dev/null differ diff --git a/docs/build/doctrees/options/HTML-CSS.doctree b/docs/build/doctrees/options/HTML-CSS.doctree deleted file mode 100644 index 20d55d6f0..000000000 Binary files a/docs/build/doctrees/options/HTML-CSS.doctree and /dev/null differ diff --git a/docs/build/doctrees/options/MMLorHTML.doctree b/docs/build/doctrees/options/MMLorHTML.doctree deleted file mode 100644 index d0fd021f4..000000000 Binary files a/docs/build/doctrees/options/MMLorHTML.doctree and /dev/null differ diff --git a/docs/build/doctrees/options/MathML.doctree b/docs/build/doctrees/options/MathML.doctree deleted file mode 100644 index 88eab3734..000000000 Binary files a/docs/build/doctrees/options/MathML.doctree and /dev/null differ diff --git a/docs/build/doctrees/options/MathMenu.doctree b/docs/build/doctrees/options/MathMenu.doctree deleted file mode 100644 index 734055942..000000000 Binary files a/docs/build/doctrees/options/MathMenu.doctree and /dev/null differ diff --git a/docs/build/doctrees/options/MathZoom.doctree b/docs/build/doctrees/options/MathZoom.doctree deleted file mode 100644 index 7f1a5c993..000000000 Binary files a/docs/build/doctrees/options/MathZoom.doctree and /dev/null differ diff --git a/docs/build/doctrees/options/NativeMML.doctree b/docs/build/doctrees/options/NativeMML.doctree deleted file mode 100644 index 8e8f60044..000000000 Binary files a/docs/build/doctrees/options/NativeMML.doctree and /dev/null differ diff --git a/docs/build/doctrees/options/TeX.doctree b/docs/build/doctrees/options/TeX.doctree deleted file mode 100644 index a0976b443..000000000 Binary files a/docs/build/doctrees/options/TeX.doctree and /dev/null differ diff --git a/docs/build/doctrees/options/hub.doctree b/docs/build/doctrees/options/hub.doctree deleted file mode 100644 index 6056048f0..000000000 Binary files a/docs/build/doctrees/options/hub.doctree and /dev/null differ diff --git a/docs/build/doctrees/options/jsMath2jax.doctree b/docs/build/doctrees/options/jsMath2jax.doctree deleted file mode 100644 index 3f15b5375..000000000 Binary files a/docs/build/doctrees/options/jsMath2jax.doctree and /dev/null differ diff --git a/docs/build/doctrees/options/mml2jax.doctree b/docs/build/doctrees/options/mml2jax.doctree deleted file mode 100644 index 61b65b5f6..000000000 Binary files a/docs/build/doctrees/options/mml2jax.doctree and /dev/null differ diff --git a/docs/build/doctrees/options/tex2jax.doctree b/docs/build/doctrees/options/tex2jax.doctree deleted file mode 100644 index 51d9b9e9e..000000000 Binary files a/docs/build/doctrees/options/tex2jax.doctree and /dev/null differ diff --git a/docs/build/doctrees/output.doctree b/docs/build/doctrees/output.doctree deleted file mode 100644 index cbc8fcbff..000000000 Binary files a/docs/build/doctrees/output.doctree and /dev/null differ diff --git a/docs/build/doctrees/platforms/index.doctree b/docs/build/doctrees/platforms/index.doctree deleted file mode 100644 index 798bdeeec..000000000 Binary files a/docs/build/doctrees/platforms/index.doctree and /dev/null differ diff --git a/docs/build/doctrees/platforms/movable-type.doctree b/docs/build/doctrees/platforms/movable-type.doctree deleted file mode 100644 index 81f1814e8..000000000 Binary files a/docs/build/doctrees/platforms/movable-type.doctree and /dev/null differ diff --git a/docs/build/doctrees/platforms/wordpress.doctree b/docs/build/doctrees/platforms/wordpress.doctree deleted file mode 100644 index 8ea9eec5a..000000000 Binary files a/docs/build/doctrees/platforms/wordpress.doctree and /dev/null differ diff --git a/docs/build/doctrees/queues.doctree b/docs/build/doctrees/queues.doctree deleted file mode 100644 index 6d4c3e890..000000000 Binary files a/docs/build/doctrees/queues.doctree and /dev/null differ diff --git a/docs/build/doctrees/signals.doctree b/docs/build/doctrees/signals.doctree deleted file mode 100644 index 9bc3d6912..000000000 Binary files a/docs/build/doctrees/signals.doctree and /dev/null differ diff --git a/docs/build/doctrees/start.doctree b/docs/build/doctrees/start.doctree deleted file mode 100644 index f1c7c0b15..000000000 Binary files a/docs/build/doctrees/start.doctree and /dev/null differ diff --git a/docs/build/doctrees/startup.doctree b/docs/build/doctrees/startup.doctree deleted file mode 100644 index 156625f1f..000000000 Binary files a/docs/build/doctrees/startup.doctree and /dev/null differ diff --git a/docs/build/doctrees/synchronize.doctree b/docs/build/doctrees/synchronize.doctree deleted file mode 100644 index 0b340cea6..000000000 Binary files a/docs/build/doctrees/synchronize.doctree and /dev/null differ diff --git a/docs/build/doctrees/tex.doctree b/docs/build/doctrees/tex.doctree deleted file mode 100644 index 8f5d8f525..000000000 Binary files a/docs/build/doctrees/tex.doctree and /dev/null differ diff --git a/docs/build/doctrees/typeset.doctree b/docs/build/doctrees/typeset.doctree deleted file mode 100644 index 4562c49cd..000000000 Binary files a/docs/build/doctrees/typeset.doctree and /dev/null differ diff --git a/docs/build/html/objects.inv b/docs/build/html/objects.inv deleted file mode 100644 index 4bc24f9bb..000000000 Binary files a/docs/build/html/objects.inv and /dev/null differ diff --git a/docs/build/html/searchindex.js b/docs/build/html/searchindex.js deleted file mode 100644 index 93afdc7af..000000000 --- a/docs/build/html/searchindex.js +++ /dev/null @@ -1 +0,0 @@ -Search.setIndex({objects:{"":{reset:[24,0,1],getAllJax:[12,0,1],Log:[15,0,1],Subclass:[33,0,1],Delay:[24,0,1],Init:[33,0,1],Interest:[35,0,1],Translate:[34,0,1],Config:[12,0,1],addElement:[10,0,1],Reprocess:[12,0,1],Styles:[0,0,1],ExecuteHook:[35,0,1],loadTimeout:[0,0,1],Resume:[14,0,1],Update:[12,0,1],fileURL:[0,0,1],loadHook:[0,0,1],formatError:[12,0,1],call:[14,0,1],getJaxByInputType:[12,0,1],PreProcess:[12,0,1],Post:[35,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],Signal:[24,0,1],addText:[10,0,1],noTranslate:[34,0,1],Typeset:[12,0,1],Queue:[24,0,1],NoInterest:[35,0,1],Suspend:[14,0,1],getJaxByType:[12,0,1],Push:[14,0,1],Element:[10,0,1],loadComplete:[0,0,1],wait:[14,0,1],Load:[0,0,1],Set:[15,0,1],executeHooks:[24,0,1],Process:[12,0,1],Text:[45,0,1],loadError:[0,0,1],Startup:[34,0,1],SourceElement:[45,0,1],getJaxFor:[12,0,1],can:[33,0,1],MessageHook:[35,0,1],isJax:[12,0,1],isa:[33,0,1],Require:[0,0,1]}},terms:{lvertneqq:41,reprocess:[12,45,43],mathjax_msie_fram:15,four:[17,1,37],prefix:[10,17,32],asymp:41,blacktriangledown:41,webfont:[6,30,17],whose:[5,26,12,21,43],biggr:41,under:27,preprocess:[47,12,25,43],slowest:46,gimel:41,everi:[16,12],mskip:41,arcco:41,dotplu:41,affect:[45,12,32,37],isforefox:12,bbfont:41,eqnarrai:41,cmd:19,bigodot:41,ominu:41,red:[41,17,32,40],nparallel:41,properti:[10,0,36,33,24,35,14,26,34,45,31,12,21],direct:[30,6,27,37],consequ:18,second:[0,27,37,24,26,49,44,5,6,40,19,16,31,21,1],ngeq:41,even:[0,12,24,35,14,41,3,43,16,26,27,44,20,47,32,1,40],hide:43,prejax:[47,19],neg:41,multlinewidth:22,yoursit:3,"new":[10,35,12,37,24,43,33,1,25,4,15,16,44,22,42,45,20,31,32,21,47],mhtml:2,told:44,limsup:41,elimin:19,abov:[10,41,37,24,17,1,3,43,5,6,19,26,46,30,33],lessapprox:41,blacktriangleright:41,here:[10,35,36,24,26,1,3,43,16,17,34,19,7,12,45],met:25,lneqq:41,path:[0,2,17,7,9,32],noundefin:[41,17,32,3],interpret:[41,46,37],nrightarrow:41,forum:[17,4],bowti:41,rceil:41,backprim:41,uproot:41,circleddash:41,mathstrut:41,unix:37,brower:41,thinmathspac:27,highli:20,describ:[10,37,24,26,39,49,25,43,41,6,40,46,47,12,17],would:[41,6,8,10,32,14,17,40,19,45,22,23,24,26,29,46,30,12,33,5,37,38,49,42,43,18,47,48,1],bleed:37,vartriangl:41,ltime:41,varlambda:41,call:[0,2,3,5,6,8,32,14,15,16,22,19,21,23,24,26,29,30,31,12,33,34,35,37,38,39,45,41,42,43,44,18,47,48,1],recommend:[46,47,37],diretori:37,preview:[5,38,47,23,19],type:[0,2,3,5,7,9,10,32,16,17,34,19,45,31,12,27,21,1,43,44,46,47],until:[0,23,35,1,25,5,26,19,16,38,32],notin:41,displaymath:[5,32],notic:[41,32],warn:[0,6],eqslantless:41,hold:[0,40,19,29,47,12],unpack:[17,37],must:[0,27,37,17,39,14,41,15,5,6,46,22,19,29,44,30,32,35,49],fbox:41,join:[16,41],room:22,setup:[20,17,32,27],work:[10,11,27,37,26,41,3,4,43,16,17,28,44,20,46,32,33],cc0000:[49,19],tag_nam:37,root:[41,0,25],overrid:[33,6,31,34,21],mathmenu:[49,18,30,42,32],give:[35,17,40,49,3,16,6,22,32],indic:[0,12,35,14,41,25,16,17,34,19,26,45,31,32,21,47],impair:20,want:[16,48,37,24,26,13,33,41,4,15,5,17,19,43,46,30,9,32,21,1],setminu:41,end:[0,27,2,41,7,25,4,5,16,9,1],quot:[5,30,19],hom:41,heartsuit:41,how:[0,2,3,4,41,6,7,14,15,17,18,19,23,24,35,38,29,30,12,5,37,40,42,44,47],sever:[0,37,1,43,26,47,32,21],answer:[4,43],verifi:[17,37,4],config:[1,25,5,6,7,8,31,32,15,16,17,22,19,21,23,3,26,28,29,9,12,34,18,30,38,41,42,43,46,48,49],updat:[37,2,1,43,12,45],showrender:42,lai:[46,47],diagdown:41,after:[0,37,24,35,14,1,3,42,15,16,17,34,19,26,44,30,47,32,43],befor:[0,2,4,41,7,5,14,15,16,22,19,24,26,29,30,12,33,34,35,27,37,39,40,1,43,44,46,47],wrong:27,startuphook:[16,12],parallel:[41,1],averag:47,alignedat:41,attempt:[0,27,42],third:[1,27],leftarrow:41,receiv:[35,26,16,44,34,33],greasekit:3,maintain:[16,26,19,4,44],environ:[41,4,5,17,22,32],enter:[41,47,27,43],textnod:10,order:[35,23,37,17,39,14,1,15,5,6,19,26,46,38,12,33,47],oper:[0,5,6,8,14,15,16,17,18,20,22,23,38,29,30,34,35,36,37,26,39,1,42,43,46,48],parentnod:3,over:[10,0,30,42,43,41,17,19,29,47],fall:[6,1,37,17],becaus:[16,27,37,35,41,3,15,5,17,40,26,30,47,32,43,1],boxtim:41,textrm:41,appar:[46,1],afil:26,flexibl:[1,40],vari:46,smallint:41,fit:[16,42],fix:37,preferredfont:30,better:[17,32,42],boxminu:41,complex:[46,40],fade:6,persist:4,comprehens:39,easier:[35,27,37,1,41,33],moveleft:41,them:[10,0,12,37,1,17,14,41,27,5,6,22,26,16,47,32,35,49],thei:[0,1,3,4,5,6,8,32,13,14,16,17,18,19,22,23,25,26,29,30,12,34,35,27,37,38,39,40,41,42,43,44,47,48,49],precapprox:41,safe:[10,3,43],"break":[41,44,1,27],mtext:[41,17],wedg:41,widetild:41,choic:[46,12,32],dbinom:41,leftharpoondown:41,timeout:[0,24],each:[16,12,37,24,35,1,25,43,5,17,44,47,32],debug:15,side:[15,22,19,7],mean:[16,23,2,35,13,41,3,43,5,26,19,44,20,38,32],leqq:41,createel:3,resum:[14,1],leqalignno:41,mathopen:41,looparrowleft:41,goe:[41,44,1],iint:41,newli:[10,16,33],content:[10,47,27,2,39,25,1,3,43,5,17,40,19,7,46,31,12,33,9],reader:20,forth:36,impract:37,multilin:41,situat:32,free:[45,4],standard:[41,39,49,16,17,20,46,47,32],lneq:41,angl:41,moment:[17,37],unabl:6,pulicis:35,isa:33,subtl:43,onto:[39,17,1,12,43],mathbb:41,rang:47,mathbf:41,render:[27,25,42,5,19,20,46,47,32,48,28],yourcolleg:37,restrict:[41,37],hook:[16,0,24,35],instruct:[2,3,17,40,7,9],alreadi:[0,24,44,41,3,4,15,16,26,7,9,43,33,1],primari:46,tooltop:30,top:[36,37,41,17,46,32],underlin:41,master:44,too:[5,17,3],similarli:[0,12],john:26,listen:[16,35,12,24],thickapprox:41,namespac:[17,32,3,24,43],tool:[1,37],tagind:22,gtrless:41,somewhat:44,technic:39,past:[16,20,44,35],filesmatch:37,provid:[10,0,12,24,2,35,14,41,40,15,16,26,27,43,44,20,47,32,33,1],eqalignno:41,tree:40,iota:41,project:[39,4],matter:[16,28],minut:37,mathtt:41,ldotp:41,modern:[20,6,32,46,11],mind:[41,2],manner:46,increment:14,seem:[26,27],rightrightarrow:41,ldot:41,ngeqq:41,latter:[16,40,47,32],curvearrowleft:41,though:[24,3,41,44,40,19,47],object:[0,25,6,10,11,32,13,14,15,16,18,19,21,24,26,29,31,12,33,34,35,36,30,39,40,49,42,43,44,45,47,1],regular:[5,19],letter:[17,37],grave:41,don:[27,26,1,3,43,16,6,46,12],dom:[10,45,1,43,16,44,34,19,12,21],doe:[41,12,24,45,27,3,16,26,18,48,20,46,31,32,21,47],bracket:[40,19],tfrac:41,unchang:[48,43],sum:[41,24],dot:41,delaystartupuntil:[25,19],random:[17,37],lnapprox:41,syntax:[41,33],mediawiki:2,isopera:12,shownam:26,asynchon:43,involv:[17,32,4,44],consolid:20,layout:45,firstnam:26,mathchoic:41,ismsi:[12,25],menu:[27,30,25,42,18,19,29,7,46,9,45,47],explain:[17,32,44],configur:[25,5,6,7,8,31,11,12,16,17,22,19,20,21,23,3,26,28,29,30,9,32,34,18,27,37,38,40,41,46,47,48],apach:37,configut:40,theme:[2,7],rich:20,folder:[30,17,37],infti:[41,47],mho:41,report:[27,19,4],circeq:41,subseteq:41,fadeouttim:6,bar:[41,33,24],patch:37,reload:42,replacechild:3,neq:41,respond:[35,19,4],dashrightarrow:41,scriptscriptstyl:41,precneqq:41,result:[27,30,24,26,45,1,43,41,17,46,31,12,21,47],respons:[17,31,32,24,35],fail:[0,32,46,34,26],themselv:[40,12,36,25],best:[0,47,32,1,46],awar:[41,0,1,27],starup:19,varinjlim:41,wikipedia:[39,3],circledcirc:41,gneqq:41,approach:[26,47,32,2,43],attribut:[10,49,41,38,40,47],never:[37,3],extend:[20,47],synchon:16,extens:[0,25,41,6,32,16,17,22,19,23,3,38,28,29,12,34,5,36,39,49,42,43,1],preprocessor:[41,23,38,27,25,43,5,17,12,36,19,47,32,28],intop:41,cot:41,cow:33,howev:[37,49,3,4,43,41,26,19,46,47,32,33,1],against:35,browser:[25,41,6,11,32,17,18,19,20,45,3,27,28,30,12,5,36,37,39,42,44,46,47,48],com:37,varpsi:41,pre:[5,6,27,37],foral:41,foobar:33,sai:[14,3,24],innerhtml:[3,43],height:[41,42],wider:4,assum:[17,9,43,7],speak:[13,47],chrome:[30,12,3,46],three:[27,37,24,26,40,1,6,34,44,47],been:[0,37,24,35,14,1,3,4,15,5,17,46,34,28,26,16,44,32,43],trigger:[46,19,29],interest:[16,35,39,4,44],basic:11,tini:41,quickli:[20,46,4],underrightarrow:41,regul:1,xxx:41,ani:[0,3,4,5,6,8,32,14,15,16,17,18,19,45,22,23,24,26,29,30,12,33,35,27,37,38,41,42,43,44,46,48,1],emploi:[39,46],hskip:41,tanh:41,servic:[17,32,37],showcontext:42,diamondsuit:41,dashboard:9,suffici:[41,22,48],succeq:41,canb:22,lightli:46,nexist:41,need:[0,2,3,4,5,6,7,9,12,14,15,16,17,18,19,20,21,22,24,25,26,30,31,32,33,34,41,27,37,39,45,49,43,44,47,1],cong:41,disappear:[5,38,23],amout:15,incorrectli:37,perform:[35,36,24,26,39,14,1,25,4,43,16,6,12,34,19,44,32,45],suggest:[6,4],make:[0,4,41,6,32,13,14,16,17,19,20,23,38,12,33,5,27,37,49,42,43,44,46,47,1],drawback:46,split:41,lrcorner:41,unsafewindow:3,complet:[0,37,24,35,39,14,1,43,16,17,34,26,44,46,12,45],longmapsto:41,hand:[36,15,22,19,47,27,28],fairli:40,rais:41,mkern:41,ignorepast:35,unlhd:41,techniqu:3,redefin:[6,34],kept:16,thu:[24,1,16,26,32,45],inherit:[13,33,31,21,45],client:30,thi:[0,1,2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,22,19,21,23,24,35,25,26,27,28,29,30,31,32,33,34,18,36,37,38,40,41,42,43,44,45,46,47,48,49],idotsint:41,programm:33,everyth:[41,1,12],settimeout:[26,24],left:[36,27,25,15,41,44,22,19,7,9,32],processclass:5,identifi:[10,17,47,32,35],just:[35,27,24,2,26,49,41,17,19,7,20,47,32,1],yen:41,mathbin:41,coprod:41,yet:[27,14,1,43,16,44,46],languag:[39,17,47,46,44],noscript:5,onload:[25,36,3,19,26],errorset:19,ell:41,had:[16,17],myconfig:[16,26],els:[26,3,43],save:[9,49,7],hat:41,jsmath:[11,47,28],"3px":49,applic:[20,17,25],loadtimeout:0,quirk:46,preserv:26,negativethinmathspac:46,background:[41,49],sqsubset:41,specif:[0,36,2,24,35,39,14,1,43,5,26,34,19,47,12,45],arbitrari:41,zoom:[27,19,29],leftrightarrow:41,underli:46,www:[17,32,3,37,42],right:[27,37,39,14,1,3,15,41,18,19,7,30,47,32,22],old:16,simbl:3,deal:46,autobold:[41,32],surd:41,percentag:[18,30,19],donald:39,successfulli:[0,26],interc:41,dddot:41,bottom:7,subclass:[35,36,21,34,45,31,33],circ:41,exectur:35,overcom:[44,46],condit:[0,25],getjaxfor:[16,12,21],core:[32,1,25,41,19,47,12],plu:[35,25],bold:[41,40,32,22],mathrel:41,colleg:37,repositori:37,post:[35,30,25,4,15,16,44,34],"super":33,llless:41,obj:10,nwarrow:41,slightli:[41,7],surround:[18,30],unfortun:37,current_theme_templ:2,joomla:2,span:[23,5,38,40,19,47,28],downharpoonright:41,produc:[35,30,24,17,45,41,42,43,16,6,18,19,26,20,46,47,32,21,22],encod:41,contectu:46,rightsquigarrow:41,down:[9,19],shortparallel:41,wrap:33,often:[17,49,47],git:[17,37],wai:[16,23,37,24,2,35,1,3,15,5,17,34,19,26,38,46,31,32,21,47,43],checkmark:41,transform:47,ngtr:41,avail:[0,23,37,17,45,1,27,42,46,5,6,18,19,16,20,30,38,32,33,47],width:[41,46,22,27,42],reli:[0,1,3,43,26,18,46,32],wordpress:[2,7],editor:7,rightthreetim:41,head:[2,3,43,17,7,46,9,32],form:[27,30,39,22,19,47],offer:4,forc:[32,30],epsilon:41,hear:[16,35],downdownarrow:41,"true":[35,36,30,24,41,25,42,5,12,18,19,8,32,33],vcenter:41,reset:[42,24],absens:2,displayalign:19,intern:[35,27,0,39,14,1,41,19,46,31,12,21,47],tell:[17,46,3,37,43],moveright:41,nnn:37,featur:[27,37,4,16,26,29,46,33],rfloor:41,sale:18,exist:[41,33,37,24],ddot:41,backsim:41,triangleq:41,check:[0,37,35,41,26,33,17],when:[0,25,5,6,7,8,12,13,14,15,16,17,22,19,20,21,23,24,26,27,28,29,46,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,18,47,48,1],abovewithdelim:41,role:47,test:[10,11,27,37,44,3,43,16,17,9,12,33],tie:[25,24],smallsmil:41,node:10,intend:33,consit:41,munderov:47,gvertneqq:41,consid:[0,32,41,4,5,47,12,45,1],omega:41,outdat:4,faster:[46,32],furthermor:[1,19],tex2jax_ignor:5,ignor:[5,35],time:[0,3,4,41,6,10,32,15,16,17,34,19,24,26,29,12,35,37,1,43,46,47],push:[24,39,14,1,25,43,26,12],mathrm:41,doteq:41,emulateie7:46,skip:5,global:[13,46,36,24,43],skin:2,displayind:19,millisecond:[0,30,24,42,15,6,29,12],decid:[32,42],depend:[24,43,26,7,46,32,48],newenviron:41,readabl:39,nearrow:41,varpi:41,certainli:[32,37],vee:41,decis:46,leftarrowtail:41,succnsim:41,sourc:[11,27,37,1,3,42,16,18,20,30,47,12,45],string:[0,24,35,40,41,15,5,22,19,16,12,45,49],curlyve:41,word:[5,47],centerdot:41,dim:41,foo:[33,24],administr:[2,7],level:[17,32,37,36],did:26,item:[30,40,42,41,26,18],cooki:[10,25],div:[10,41,47,28,43],prevent:[41,23,30,38,42,5,17,22,19],slower:46,compens:18,sign:[41,43,5,17,47,32],cost:[17,32,33],pmb:41,rightarrowtail:41,histori:[16,35,25,39],xandi:33,dotsi:41,dotsm:41,appear:[41,36,37,26,42,15,16,17,19,43,7,32,45],dotso:41,repli:16,dotsc:41,dotsb:41,current:[0,37,2,35,45,46,7,30,9,33],backepsilon:41,ampersand:41,inlinemath:[5,17,32,43],defici:27,amalg:41,mathsiz:41,gener:[26,48,25,6,47,12,45],mfrac:[17,47],modif:1,address:[17,9,37,2,7],along:[39,1,15,16,31,21],wait:[0,37,24,35,39,14,1,3,43,16,26,25,19,44,12],box:[41,0,6],html_head:2,bracevert:41,shift:19,bot:41,queue:[35,36,24,44,13,14,1,25,43,26,39,12],overriden:12,digamma:41,varlimsup:41,macintosh:12,semant:33,succsim:41,extra:[16,41,47,19],circumv:37,modul:[0,9,36],prefer:[30,17,37,48,42],iepro7:3,veebar:41,visibl:[5,38,1,23,43],marker:41,myid:49,arrowvert:41,memori:[44,45],bigr:41,visit:17,todai:39,subvers:[17,37],stylesheet:[0,36,24,35,14,25,43,44,19,7,46],handler:[0,36,39,3,25,43,44,47],current_skin:2,bigl:41,bigm:41,eqcirc:41,checkout:37,bigg:41,inputjax:[36,13,45,25,34,31,33],capit:13,sitaut:43,bigtriangleup:41,enhanc:47,visual:20,prototyp:33,hphantom:41,easiest:[37,24,26,16,17,32],graphic:37,prepar:[1,32],cap:41,uniqu:49,pmatrix:41,whatev:[41,2,21,1,43,16,33],cal:41,purpos:[26,47,46],getjaxbytyp:12,downharpoonleft:41,subseteqq:41,varprojlim:41,backslash:[41,22,19],topic:[13,11,32],sharp:41,occur:[0,12,24,35,14,1,27,3,42,15,16,26,34,19,43,44,32],eqsim:41,nuber:15,pink:41,alwai:[41,26,1,24],multipl:[41,1],trianglelefteq:41,write:[20,17,1,43,35],fourth:1,mathsf:41,tild:41,xhtml:[17,32,27],map:47,max:41,clone:37,spot:41,mac:[12,18,30,19],udpat:37,mai:[0,2,3,4,41,6,32,13,16,17,18,19,21,35,26,30,12,33,34,5,27,37,45,1,43,44,46,47],data:[10,0,36,37,24,33,16,26,34,45,30,31,12,21],goal:20,vartheta:41,preceq:41,uparrow:41,geramond:41,inform:[0,30,2,35,39,15,16,26,18,19,47,32],"switch":[47,28],looparrowright:41,combin:0,gamma:41,lnsim:41,approx:41,showmathmath:18,lsh:41,tex2math:[17,28],still:[35,27,24,39,1,16,17,19,29,46],pointer:33,ttf:37,dynam:[0,36,11,1,3,43,17,19,44,20,47,32],entiti:[41,27],amssymbol:[41,17,32,3],group:[0,27,4],monitor:4,polici:37,bigstar:41,platform:[20,11,2,17],window:[36,24,6,3,42,15,26,43,12],"05em":41,main:[47,36,37,1,2,13,33,49,42,41,17,12,19,7,31,32,21,9],mathexampl:43,non:[10,0,47,17,14],msam10:17,myinputjax:34,initi:[0,36,44,41,25,42,5,17,34,19,16,47,12,45,1],safari:[46,12,3],half:26,now:[39,17,32,37,46],discuss:[10,37,3,4],nor:[6,40],term:15,name:[0,25,41,6,10,32,16,17,22,19,21,23,24,35,3,26,30,31,12,33,34,5,27,37,38,40,49,45,46],opera:[46,12,3,48],boxdot:41,separ:[27,37,49,15,16,17,18,19,32,1],messagestyl:[6,19],sideset:41,januari:11,confid:20,varpropto:41,vec:41,compil:26,domain:37,replac:[0,12,27,3,43,17,22,7,9,32,33,47],individu:[32,45,43],continu:[16,0,41,1,44],happen:[27,37,14,1,41,44,47],shown:[41,40,19,42,43],accomplish:[37,3,46],space:[43,41,19,46,8,32,47],internet:[0,3,42,15,41,26,19,46,47,32],formula:[43,19,29,20,46,47,32],correct:[26,3,37],simeq:41,earlier:1,ntriangleleft:41,ajax:[0,36,13,1,25,16,26,34,12],mime:[32,45,27,17,34,31,12,21],underleftarrow:41,org:[17,32,3,42],ord:41,care:[41,32,3],ntrianglelefteq:41,couldn:26,x00b1:17,synchron:[0,24,35,39,14,1,3,43,26,25,11,44,12],mscarri:27,thing:[41,17,40,43],place:[0,30,17,33,41,4,43,16,6,22,19,7,9,32,35,1],mathop:41,unwis:46,ture:18,think:[41,19,43],frequent:[5,16],first:[16,27,1,24,35,41,3,44,43,5,17,40,19,26,7,31,32,21,47],origin:[33,35,37,14,41,3,43,16,17,45,31,32,21],lfloor:41,suspend:[16,14,1,35],directli:[1,3,43,41,26,47],onc:[0,37,24,35,1,25,43,41,17,28],arrai:[25,41,6,8,32,14,16,17,22,21,23,24,35,3,26,28,46,31,12,34,5,30,38,40,18,47,48],yourself:[41,14,3,19,26],submit:4,open:[11,27,37,42,17,7,20,9],predefin:19,size:[41,49,18,30,43],given:[10,0,33,24,2,35,14,41,40,15,16,26,34,1,19,45,47,12,21,49],ifmodul:37,evail:1,leftrightharpoon:41,circl:41,whith:27,white:49,conveni:[17,32,33,19],hub:[25,5,6,8,32,13,15,16,18,19,21,22,23,3,26,29,12,34,36,30,38,45,1,42,43,47,48],especi:47,programat:47,copi:[12,37,3,4,17,27,20,32],specifi:[41,6,8,18,10,14,16,17,40,19,22,24,35,26,29,32,5,30,49,42,44,46,47,48,1],lhd:41,enclos:[47,49,30,19],quad:41,than:[0,41,6,8,32,14,16,17,34,19,20,21,24,35,30,31,12,33,5,27,37,39,49,43,44,46,47,1],serv:[17,32],wide:[20,47,37],underbrac:41,were:[16,45,43],posit:[14,30],seri:[1,40],preccurlyeq:41,delic:18,lnot:41,doublecup:41,nleftrightarrow:41,argument:[35,24,1,26,32,33],dash:[49,30],properli:[0,27,37,6,45,1,3,43,26,12,33],engin:[20,11],squar:[41,40],npreceq:41,note:[0,3,41,6,32,17,40,19,45,22,35,26,30,12,5,37,49,42,43,46,47,48,1],x2260:17,take:[0,24,2,6,1,25,4,43,41,17,22,26,44,32],noth:[26,24],channel:[16,39],updownarrow:41,begin:[16,41,25,43,5,22,46,47,32,1],sure:[35,37,41,3,4,43,5,17,46,32,1],windowset:42,normal:[41,24,49,3,5,19,47],track:[47,4],beta:[41,17],pair:[10,0,12,24,40,49,5,22,16,31,32,21],fileurl:0,beth:41,latex:[11,39,41,5,17,19,20,47,32],textarea:5,later:[35,27,30,24,14,1,41,26,12],drive:37,typeset:[0,25,5,15,16,18,19,20,45,23,3,26,29,12,36,30,38,39,1,42,43,44,47],badg:4,subarrai:41,sigma:41,mathfrak:41,showmathmenu:30,show:[37,42,6,4,43,41,26,40,19,9,32,17],autoreset:24,approxeq:41,unprocess:[12,45,43],permiss:[17,37],hack:46,corner:[36,19,15],xml:[20,39],insruct:2,onli:[0,2,3,4,41,6,32,17,40,19,20,45,35,26,30,12,5,27,37,39,49,43],explicitli:[41,26,5,17,32,33],activ:[27,24,39,4,43,44,46,47],state:1,inlinedelimit:41,otim:41,black:41,geq:41,mypic:[5,38,23,40],nearli:[41,32],variou:[35,30,2,13,49,16,6,18,31,32,47],get:[10,11,27,37,24,35,1,3,15,41,17,18,19,26,46,30,43,33],cannot:41,ncong:41,downarrow:41,requir:[0,24,41,3,16,26,34,20,47,12,21,1],prime:41,lceil:41,mathpunct:41,enspac:41,intermitt:[36,15],shortmid:41,retypeset:43,where:[0,2,25,4,41,6,9,10,32,15,16,17,22,21,24,26,30,31,12,36,37,45,49,43,44,47],wiki:[17,47,3],lozeng:41,obejct:14,ismac:[12,25],concern:[47,12],detect:24,longleftrightarrow:41,enumer:41,label:[41,32,42],enough:[1,40],between:[41,24,26,1,42,16,17,46,47,12,45],maltes:41,"import":[13,0,1,44,16],across:[39,46],parent:[10,33],vdot:41,screen:[0,1,43,20,15,21],negmedspac:41,come:[27,37,1,3,26,46,47,32],leftleftarrow:41,img:[23,49,3,5,38,40],timout:0,pertain:17,audienc:46,overbrac:41,mani:[41,32,44,49,5,26,12,1],color:[41,49,40,19],operatornam:41,period:[0,36,37],colon:[41,49],cancel:24,pod:41,bigcirc:41,msrow:27,needlessli:26,skew:41,mark:[41,27,49,5,17,28,47,32],succapprox:41,upharpoonleft:41,arcsin:41,resolut:20,mathplay:[46,32,3,19,42],breve:41,texfont:6,blacktriangl:41,those:[35,27,37,1,24,26,14,41,40,43,16,6,34,19,45,20,47,31,12,21,49],manu:42,"case":[41,37,24,26,33,49,3,43,16,17,40,19,45,30,47,32,21,1],kappa:41,oldstyl:41,addtext:10,invok:46,margin:22,tbinom:41,advantag:[46,1,2],barwedg:41,leadsto:41,mlongdiv:27,worri:[16,47],destin:12,updatemath:43,bigwedg:41,develop:[39,27,37,4],author:[15,34,19,29,20,47],media:[49,37],postjax:[47,19],same:[16,23,37,35,41,44,5,38,7,32,21,1],html:[2,25,41,6,8,10,11,32,13,16,17,18,19,21,23,3,38,36,30,9,12,5,27,37,39,40,49,42,43,44,46,47,48],pad:[10,49],knuth:39,mathvari:47,document:[0,23,39,11,13,41,3,43,5,17,12,27,19,20,46,38,32,21,47,28],exhaust:32,finish:[39,44,1,3,43],vvdash:41,nest:[36,27],availablefont:[6,32,30],longleftarrow:41,capabl:[13,20,32,46],formaterror:12,improv:[46,19,4],extern:[0,36,26,1,16,44,12],submenu:[19,42,7],appropri:[41,16,17,28,31,47],macro:[41,17,32,22,19],markup:[41,0,47,27,39],leftharpoonup:41,overwithdelim:41,without:[0,27,30,41,16,26,18,47],model:[11,36,37,13,25,41,46,47,33],altertn:46,bigotim:41,stixfont:6,mml2jax:[27,38,3,17,19,47,32],loaderror:0,rest:[0,27,1,43,17,20,47],speed:[46,47,32],versu:1,mathzoom:[49,32,29],nleqq:41,except:[17,32,44],littl:[0,35],blog:[17,47],earli:32,hover:[42,19,29],around:[41,32],read:[16,17,27,37,40],outermost:40,boldsymbol:[41,32],messsag:15,getjaxbyinputtyp:12,moo:33,world:[20,26],lasterror:12,mod:41,sum_:47,cdot:41,integ:12,server:[37,2,3,17,7,30,9,32],either:[0,37,2,35,13,40,49,3,16,17,22,29,46,12,48],output:[3,41,8,11,32,16,17,18,19,21,27,12,33,34,36,30,39,45,49,42,43,46,47,48],manag:[10,36,37,2,26,39,25,15,17,46,47],lesssim:41,searrow:41,sqcup:41,constitut:13,alttext:38,definit:[0,30,49,42,18,29,20],shoveright:41,inputid:45,dashleftarrow:41,mathcal:41,variuou:16,complic:[40,27,48,46],refer:[35,37,17,11,3,43,16,6,34,26,44,12,33,45],power:[1,4],inspect:12,broken:47,thinspac:41,fulli:[1,27],regexp:5,"throw":[34,3],trianglerighteq:41,assocait:43,underwai:1,ddddot:41,act:[41,26,39,1,16,17,22,19,47,32],industri:39,processor:[47,27,30,1,39,49,25,42,41,17,18,46,8,32,48,22],hookrightarrow:41,nobreakspac:41,routin:[10,0,44,26,34,31,12,21],effici:[32,33,43],elementari:27,lessdot:41,triangledown:41,bbb:41,rightharpoondown:41,mathbackground:41,your:[0,2,3,4,5,6,7,8,11,32,17,22,19,20,23,26,28,29,30,9,12,18,27,37,38,39,40,41,42,43,44,46,48,1],sqsupseteq:41,log:[41,17,37,15],area:[22,15],fontwarn:[6,32,19],lor:41,strict:[46,37],interfac:[37,2,17,7,20,9],lot:[16,37],lambda:41,buggi:41,categor:32,longer:[35,37,15],pull:37,mathml:[11,27,39,45,3,47,41,17,18,48,20,46,8,32,21,31],bullet:41,possibl:[0,27,37,24,6,49,15,17,19,26,46,47,32,33,1],"default":[0,25,41,6,8,32,15,17,22,19,21,23,24,38,29,30,31,12,34,5,37,42,18,47,48],processescap:[5,32],buildrel:41,sepecifi:37,notag:41,embed:27,expect:[41,46,1,32,19],creat:[0,25,4,10,15,16,34,21,24,26,31,33,35,36,37,39,45,1,42,44,47,49],certain:[16,35,44],leftrightsquigarrow:41,risingdotseq:41,varliminf:41,file:[0,2,25,41,6,7,9,32,14,15,16,17,34,19,21,24,3,26,28,31,12,35,37,39,40,49,44,45,46,47,48,1],outputjax:[36,13,45,25,34,21],fill:[46,48],again:[0,32,45,43,41,31,12,21],iiiint:41,googl:4,pmod:41,reduct:46,valid:[26,46],you:[2,3,4,5,6,7,8,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,28,30,9,32,33,34,41,27,37,38,40,49,42,43,44,46,47,48,1],trash:45,sequenc:[11,37,14,41,25,16,44],symbol:[41,17],dashv:41,briefli:17,menuset:[19,29],reduc:41,mathcolor:41,lbrace:41,directori:[0,37,2,44,39,45,25,16,17,34,19,7,30,31,32,21,9],descript:[23,38,3,5,6,36,19],lbrack:41,scroll:9,calle:33,potenti:1,escap:[32,22],dst:12,negthickspac:41,represent:47,all:[0,2,3,41,6,11,32,15,16,17,34,19,20,23,24,35,26,27,12,33,5,36,37,38,39,1,44,46,47],consider:[17,32],illustr:43,dollar:[5,17,41,32,43],abil:[46,47,37],follow:[16,37,24,26,13,40,41,25,43,5,17,34,30,47,32,33,49],alt:[3,19],disk:[32,37],children:27,scr:41,articl:39,init:33,program:[36,2,44,13,45,1,25,17,20,47,33],smile:41,cgi:0,liter:5,multlin:[41,22],vert:41,far:[0,35,15],varrho:41,prooblem:41,"1px":[10,41,49],verb:41,mechan:[35,24,14,1,25,16,44,33],loadcomplet:[0,12,34],veri:7,strang:27,list:[25,41,6,7,8,31,32,16,22,19,21,23,24,38,29,9,12,5,30,45,1,42,43,18,47,48],emul:46,adjust:[30,17,18,3,43],displaylin:41,small:[41,47,22,15],preceed:[5,19],getalljax:[12,43],lll:41,tex:[3,41,6,8,11,32,16,17,22,19,20,23,36,28,30,31,12,34,5,27,37,39,1,43,46,47],zero:14,design:[20,9,27,3,4],pass:[0,12,24,35,14,1,25,42,16,26,47,32,33],overlin:41,further:[14,47,1],what:[11,23,37,24,38,41,27,4,43,5,6,12,18,19,29,20,30,47,32,42],sub:36,section:[3,41,6,8,32,17,18,19,22,23,26,28,29,9,12,5,27,30,38,42,46,48],ast:41,abl:[37,24,17,3,43,16,6,19,7,20,30,9,32],delet:30,version:[11,36,37,25,3,4,43,17,34,29,45,31,12,21],sup:41,method:[10,0,12,33,24,35,14,1,3,15,16,26,34,43,44,31,32,21,45],hasn:[0,34,15],full:[0,13,5,26,19,20],exectu:24,variat:32,geqslant:41,modular:[20,27],ggg:41,ineffici:[33,19],modifi:[11,43,16,34,12,21],valu:[0,25,5,6,8,10,32,14,16,18,19,22,23,24,38,29,12,33,27,30,26,40,49,42,43,47,48,1],search:[20,11,12,4],sender:16,prior:19,amount:[6,22,24],action:[0,3,41,32,14,15,16,34,21,24,25,26,29,31,12,35,36,39,1,43,44,47],mathjax_wikipedia:3,magnitud:46,llap:41,via:[0,27,37,24,2,17,45,1,3,15,16,6,29,46,30,47,32,33],shorthand:43,filenam:26,href:40,inappropri:16,emptyset:41,famili:[41,0,49],decrement:14,select:[27,37,42,18,46,12],proceed:[1,40],x41:41,distinct:[13,32],mathja:[9,7],regist:[0,35,39,25,16,44,34,31,12,21,47],two:[41,44,40,49,16,17,22,19,46,32,1],asn:47,taken:[16,41,1,46,43],imath:41,basi:[46,48],more:[6,32,14,17,40,19,20,24,26,30,31,12,33,35,37,39,49,18,43,44,46,47,48,1],flat:41,diamond:41,desir:[33,37,3],henc:37,ital:[0,19],aleph:41,particular:[10,0,37,24,35,39,14,49,41,17,26,44,46,47,12,33],known:1,upsilon:41,mathml3:27,cach:16,showmathmenumsi:18,none:[35,23,30,24,38,5,26,19,47],eta:41,mmlorhtml:[46,48,32,3,19],det:41,dev:4,widehat:41,remain:39,paragraph:[41,6,47,43],caveat:37,def:[41,33],deg:41,scan:12,myspan:40,registr:34,share:[17,32,37,4],templat:[9,2,7],succneqq:41,minimum:12,explor:[0,3,42,15,41,26,19,46,47,32],phrase:17,mathinput:43,huge:41,cours:[1,27],newlin:[41,15],awkward:33,secur:[37,3],rather:[0,41,6,8,14,16,17,34,19,20,21,24,31,32,33,5,27,37,49,43,44,46,47,1],anoth:[35,37,43,14,1,15,16,44,31,32,47],comfort:37,csc:41,snippet:[10,11,23,38,4,5,6,40,19,12],ddagger:41,stix:[30,39,41,6,47,32],simpl:[46,40,19],css:[0,3,41,6,8,11,32,17,18,19,45,27,29,30,12,36,37,39,21,49,42,43,46,47,48],isn:16,resourc:[17,32],referenc:6,variant:39,reflect:[25,43],vdash:41,mstack:27,impliedbi:41,associ:[47,37,24,45,26,18,30,31,12,21,34],curlywedg:41,mytim:26,github:37,ambigu:13,caus:[0,36,37,35,45,41,27,42,15,5,17,22,19,26,16,47,12,43,1],callback:[0,36,24,35,13,14,1,25,43,16,26,39,44,31,12,21,45],firefox3:30,merror:49,unrhd:41,help:[37,42,17,4,46,32],soon:[32,3,19,43],trade:46,through:[35,27,37,41,42,16,44,46,47,32,33,1],hierarchi:[32,37],paramet:[10,0,23,33,24,35,14,15,17,12,22,19,26,38,31,32,21,34,43,45],style:[10,0,30,11,39,40,41,25,42,15,5,6,18,19,29,49,47,12,45,17],arial:41,x221a:27,processupdatetim:12,x221e:47,late:[39,3],isreadi:[36,25],pend:14,amsmathaddit:1,processenviron:5,might:[0,27,37,26,1,4,16,17,22,47,32],alter:[5,43],good:[1,3,4],"return":[10,0,27,33,24,35,14,1,15,16,26,34,43,44,31,12,21,45],textstyl:41,hslash:41,getelementbyid:43,rlap:41,mathscr:41,noerror:[41,17,32,3],bigcup:41,easili:[20,17,47],iff:41,x2212:[17,47],found:[0,31,19,4,26],unicod:[41,6,27],x2211:47,button:37,subsystem:25,originaltext:45,weight:[40,33],hard:[32,37,4],realli:26,nless:41,connect:[26,47],beyond:4,orient:[13,33,36,25],nleq:41,shortcom:44,skiptag:5,asynchorn:[1,43],print:[20,49,37],occurr:44,msie:[12,18,48],foreground:49,safari3:30,advanc:[13,11,32,20],offsetx:30,mml:[48,47,36,45],reason:[0,12,26,1,27,3,42,15,41,17,34,46,32],base:[36,37,2,44,13,3,25,46,6,34,45,20,30,33],typeet:43,put:[0,37,44,3,41,17,32],mathr:41,offseti:30,ispc:[12,25],succnapprox:41,drupal:2,msbm10:17,showprocessingmessag:[32,19],perhap:26,bumpeq:41,elementjax:[13,45,36,25,34],stixgener:41,getelementsbytagnam:3,assign:[5,26],major:[20,46,32,3],dont:47,boxplu:41,feel:4,exchang:39,lastnam:26,number:[0,36,37,24,6,40,1,15,17,22,19,26,45,31,12,21,34],fadeoutstep:6,done:[14,47,32,1],construct:[47,1],blank:[35,24,43],stabl:37,miss:[41,24],differ:[41,12,37,24,26,1,43,16,17,44,46,47,32,33],script:[0,12,37,2,47,25,1,3,43,5,17,34,19,7,16,31,32,21,9,45],interact:[20,17,47,45],smoother:6,least:[46,47,12],statement:[1,24],illeg:40,mbox:41,store:[10,35,36,30,24,45,1,43,26,31,12,21,47],option:[41,6,7,8,32,17,40,19,22,23,38,28,29,12,33,34,5,30,42,18,47,48],nleftarrow:41,triangleleft:41,ntrianglerighteq:41,selector:[49,19,15],tex2jax_process:5,part:[16,27,37,24,44,41,3,5,17,22,7,20,47,33,1],pars:41,binom:41,cosh:41,kind:47,whenev:[35,27,37],remot:37,remov:[35,43,45,15,5,19,47,12,21],dtd:[17,32],bridg:45,arrang:24,ffff88:49,comput:[30,12,37],nleqslant:41,packag:[39,37,28],expir:10,"null":[10,0,23,30,24,35,33,3,15,5,6,36,19,43,38,31,12,21,34,45],built:[11,3,46],equival:[10,24,1,43,26,40],lim:41,self:27,also:[3,4,41,10,13,15,16,17,18,19,45,24,26,30,32,33,5,27,37,39,42,43,44,47],brack:41,brace:41,index:[17,37,2],addel:10,react:35,most:[36,37,2,24,39,3,49,25,16,34,46,32,33],plan:17,rho:41,alpha:41,rhd:41,vardelta:41,clear:[35,30,24,25,15,16],tpl:2,exp:41,usual:[24,26,1,41,6,34,19,47],leftroot:41,nshortparallel:41,carefulli:[40,43],finv:41,particularli:[46,37],rightleftarrow:41,font:[0,37,6,39,40,49,42,15,41,17,18,19,43,44,20,30,47,32,22],find:[4,43,6,28,7,46,47,12],preremoveclass:19,execut:[0,24,14,1,25,16,26,47],pretti:37,solut:[17,47,37,4],delayedx:24,"public":37,queu:[14,1,24,35],factor:[18,30,19],tagsid:[32,22],precnsim:41,express:[5,16,1,19,35],strut:41,nativ:[27,13,3,20,46,47,32,48],greasemonkei:[32,3],notransl:34,restart:[5,14,1],ie8:46,ie7:46,acut:41,vmatrix:41,common:[32,2,39,40,27,41,6,34,12],set:[0,1,25,5,6,8,10,12,15,16,17,18,19,45,22,23,24,3,26,28,29,30,32,33,35,36,37,38,39,40,41,42,43,44,47,48,49],overrightarrow:41,startup:[11,36,3,1,25,43,16,34,19,12],see:[0,4,41,6,7,9,32,14,16,17,18,19,23,24,35,26,28,29,30,31,12,5,27,37,38,39,49,42,43,44,46,47,1],sec:41,arg:41,disadvantag:46,langl:41,someth:[37,4,43,5,17,19],particip:4,won:[1,37],subscript:41,experi:[37,19],attibut:49,numer:[12,27],complement:41,javascript:[0,2,3,6,7,11,13,16,17,22,19,20,45,24,26,29,9,32,33,18,36,30,39,40,49,42,44,46,47,1],mailbox:[16,39],bmatrix:41,distinguish:31,longrightarrow:41,classnam:3,popul:25,closur:[26,24,43],last:[0,32,37,24,14,49,41,12],delimit:[5,17,41,32,47],hyperlink:47,event:[39,3,43,16,44,47],nvdash:41,context:[5,42,19,24],overset:41,hbar:41,whole:[23,44,43,5,38,12],load:[0,2,25,41,11,32,14,15,16,17,34,19,20,21,24,3,26,28,31,12,35,36,37,39,1,43,44,46,47],markdown:47,simpli:[41,23,37,24,38,14,43,5,26,12,34,19,20,31,32,21,28],point:[41,14,17],instanti:33,schedul:26,usemathmlspac:8,header:[37,2,7],suppli:[12,45,24],bigve:41,mistak:40,zeta:41,gneq:41,atopwithdelim:41,empti:[36,30,24,1,25,47],dur:12,strategi:46,invis:37,fire:[25,3,26],imag:[23,37,38,3,5,6,40,20,30],descib:17,coordin:[14,47,1],understand:47,urcorn:41,sqcap:41,blacksquar:41,look:[10,35,12,37,24,2,43,41,4,15,5,17,27,7,30,47,32,49],solid:[10,41,49],pitchfork:41,lvert:41,"while":[10,0,27,37,17,48,41,3,16,6,34,19,44,46,47,32,35,1],blacktriangleleft:41,nprec:41,behavior:19,circlearrowright:41,bookmarklet:32,everyon:16,loop:45,subsect:34,measuredangl:41,readi:[16,36,25,34],jpg:[5,38,23,40],biguplu:41,itself:[35,36,37,1,24,14,41,25,16,12,27,19,45,47,32,33,49],rightarrow:41,xleftarrow:41,redisplai:15,unexpectedli:17,conflict:47,upuparrow:41,optim:46,domin:39,alert:[16,26,1,24],jsmath2jax:[32,28,23],hander:19,temporari:34,user:[41,27,37,24,43,3,4,15,16,6,18,19,29,46,20,30,47,32,42,28],robust:[16,39],typic:[5,41,37],recent:[20,3],lower:[41,36,25,19,15],task:41,entri:[39,14,49],searchabl:20,person:26,textit:41,expens:46,normals:41,scriptsiz:41,fallingdotseq:41,explan:[17,32],rvert:41,obscur:15,mathinn:41,amp:41,regardless:43,cup:41,blacklozeng:41,ffeeee:41,notifi:16,input:[3,41,8,32,16,17,22,19,45,27,28,31,12,33,34,36,39,21,1,43,46,47],unlik:[20,34],subsequ:41,oslash:41,trueli:43,format:[11,27,30,39,40,41,17,18,19,45,20,46,31,32,21,47],big:[41,32,37],moodl:2,tomathml:45,game:41,insert:[23,24,3,5,38,12,34,19,7,9,32,21,47],bit:[18,33],diagup:41,semi:49,varkappa:41,signal:[35,36,24,44,13,25,16,26,34,39,12],altough:26,collect:[26,49,45,1,24],"boolean":12,popular:[17,28,2],swarrow:41,stackrel:41,lastest:4,creation:[31,25],some:[2,41,6,32,13,14,16,17,18,19,20,21,24,26,30,31,12,33,34,27,37,45,1,43,46,47,48],back:[6,37,45],emph:41,sampl:[37,44,49,16,17,19],instal:[11,37,17,46,41,6,7,20,30,9,32],scale:[20,18,30,19],delimt:5,mathemat:[0,3,41,6,7,31,32,16,17,18,19,20,21,22,23,38,28,29,30,9,12,34,5,27,37,39,45,1,42,43,46,47],larg:[41,0],slash:32,prod:41,reproduc:43,sqsubseteq:41,tex2jax:[41,36,3,43,5,17,27,19,47,32],machin:[39,37],garamond:41,previou:[26,35,1,24,15],run:[0,3,5,6,8,32,14,16,17,18,22,23,24,25,38,30,12,35,27,37,26,1,43,44,46,47,48],doteqdot:41,odot:41,step:[6,47,2,17],hookleftarrow:41,impor:37,impos:37,ngeqslant:41,materi:43,rangl:41,succcurlyeq:41,block:[30,17,6,18,19,47,32,34],file3:1,file2:1,file1:1,file4:1,bmod:41,within:[0,12,37,24,6,13,41,27,25,43,5,17,22,28,26,44,47,32,33],prec:41,notat:[20,17,41,47,39],isjax:12,announc:44,triangl:41,question:[17,34,4],"long":[41,1,42],custom:[15,41,17,20,46,32],perp:41,includ:[0,1,2,25,5,6,8,12,13,16,17,22,19,20,23,24,3,26,27,28,29,30,31,32,34,18,36,37,38,40,41,42,43,46,47,48,49],suit:[6,27,17],nativemml:[27,48,42,18,46,47,32,21],overleftrightarrow:41,ulcorn:41,doctyp:[46,27],poster:35,atop:41,loadhook:[0,12,26],serif:[41,0,49],link:[37,2,17,13,6,44,32],translat:[31,34,21,47],delta:41,line:[41,23,37,2,25,3,5,17,27,46,47,32],consist:[41,40,1,27,46],rmoustach:41,qquad:41,divideontim:41,geqq:41,similar:[44,24],enlarg:29,constant:16,doesn:[41,37,24,45,3,16,19,30,33],repres:[10,23,17,49,15,5,6,40,19,20,38,21,47],mathdiv:[10,26,1,43],opera10:30,guarante:[0,1,43,14],constortium:20,phantom:41,bigoplu:41,iiint:41,titl:[17,43],sequenti:[44,1],invalid:[41,40],llcorner:41,toaudibl:45,declar:[27,30,49,42,6,18,29],shoveleft:41,xrightarrow:41,department:37,supseteq:41,delayclear:30,msup:[17,47],slice:24,eval:24,newcommand:41,svn:[17,37],rightharpoonup:41,land:41,mimetyp:[45,31,34,21],svg:47,supseteqq:41,depth:41,hello:26,code:[0,3,4,41,7,10,11,32,14,16,17,18,19,23,24,35,25,26,12,5,36,38,39,40,49,43,44,1],partial:41,edg:37,queri:47,tiddlywiki:2,edu:[37,3],privat:[44,34,37],elsewher:43,send:[16,35],becam:39,sens:47,sent:[16,35,12,39],actiontyp:30,unzip:37,gnsim:41,xxxxxxxx:[17,37],mous:[47,30,42,29],tri:[41,0,37,30],ischrom:12,mathit:41,forefox:[37,3],"try":[33,4,16,17,34,31,21],userscript:3,maction:30,pleas:[17,32,40,4],impli:[41,27],smaller:0,fortun:16,natur:[20,17,41,37,47],varupsilon:41,download:[0,37,6,17,19,47],fullnam:26,hspace:41,click:[30,42,18,19,29,7,37,47],append:10,compat:[39,46],appendchild:[10,3],turn:[10,35,27,24,5,18],compar:32,access:[35,37,2,26,45,1,42,41,17,20,33],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,1,25,4,5,6,10,12,14,15,16,17,18,19,20,21,24,3,26,27,28,30,31,32,33,34,35,36,37,39,41,43,44,46,47,49],vargamma:41,varsigma:41,leq:41,let:[27,37,3,42,17,40,46,12,48],sinh:41,becom:[27,37,24,1,4,16,33],sinc:[0,12,1,24,35,14,41,27,44,43,16,17,18,19,49,46,47,32,33,22],tex4ht:47,rtime:41,convert:[11,27,24,41,3,5,28,20,47,21],convers:41,larger:47,technolog:[20,4],zscale:19,circledast:41,chang:[18,12,37,2,43,3,42,15,22,30,47,32,45],chanc:[5,16,35],firefox:[32,37,3,46,12,48],rgroup:41,appli:[41,33],iskonqueror:12,lessgtr:41,api:[13,11,20,17],smallmatrix:41,from:[0,2,25,5,11,32,16,17,22,19,21,23,3,26,28,30,31,12,33,34,35,36,37,38,45,41,42,43,46,47,1],zip:[17,37],commun:[16,11,4,17],chi:41,doubl:[22,19,29],upgrad:[6,37,4],varphi:41,next:[41,44,45,43],implic:37,few:[41,17,37,28],msqrt:[17,47],src:[23,2,38,1,3,43,5,17,12,40,7,9,32],doublebarwedg:41,projlim:41,"4ac":17,rare:1,versionatleast:12,alik:3,retriev:10,augment:[33,31,34,21],aperson:26,thin:22,sqsupset:41,control:[41,23,37,17,49,42,46,5,6,12,18,19,29,38,30,8,32,48,22],tau:41,lesseqgtr:41,tar:37,process:[0,3,41,10,11,32,14,15,16,17,34,19,21,23,25,38,28,31,12,5,27,26,45,1,43,46,47,48],dfrac:41,newmath:43,high:[20,46,47],tag:[2,25,41,7,32,16,17,22,19,45,3,38,28,31,12,5,27,37,40,43,47,21],tan:41,prece:26,delai:[0,37,24,35,42,15,16,19,29,30],gcd:41,pure:27,getelementsbytagnamen:3,subdirectori:[37,31,21,45],instead:[41,37,17,14,1,43,16,26,47],class4:33,class2:33,sin:41,sim:41,class1:33,simplesup:33,frac:41,overridden:[30,21,34,45,31,33],mspace:[41,27],anothermethod:33,frak:41,redund:[33,19],liminf:41,essenti:[41,47,33],light:[41,33],correspond:[12,30],element:[25,41,6,10,16,17,40,21,23,35,38,36,31,12,33,5,27,30,45,49,43,44,47,1],issu:[0,27,4,15,17,47,32],unaccept:46,allow:[35,27,37,1,2,26,39,40,41,3,42,15,16,17,18,19,29,20,30,33,49],fallback:[30,37],mjx:10,fastest:46,nonumb:41,move:[30,37],nsucc:41,comma:[41,49,32,3,19],dagger:41,mathjax_tooltip:30,movabl:[9,2],coth:41,varxi:41,therefor:41,pixel:30,multimap:41,crash:19,greater:41,handl:[0,36,1,44,39,41,27,3,16,6,18,12,48,34],innermost:40,dai:10,successor:28,gggtr:41,sourceel:[16,45,21,43],anyth:[16,32,4],edit:[17,32,2],smallfrown:41,mode:[41,30,5,17,46,47],varomega:41,"2em":41,genfrac:41,subset:41,reprocessor:27,consum:15,nointerest:35,meta:46,"static":33,our:[37,4],meth:0,ie6:30,special:[41,12,26,49,5,17,27,19,44,20,46,47,32],out:[0,37,1,16,6,18,46,30,47],variabl:[36,24,13,3,25,43,41,26,33],lesseqqgtr:41,matrix:41,categori:1,rel:[0,18,30],moveabl:[9,2],circlearrowleft:41,ref:12,math:[25,41,10,11,32,15,16,17,18,19,20,23,3,38,28,29,30,31,12,34,5,27,37,39,42,43,44,46,47],negthinspac:41,nsucceq:41,insid:2,workflow:27,manipul:43,eqslantgtr:41,releas:[17,3,37],afterward:26,indent:[22,19],could:[0,27,17,13,1,4,43,16,26,47,12,45],ask:[47,22,4,43],succ:41,keep:[37,2,39,43,41,17,46,47],gtreqqless:41,length:[3,24],outsid:[5,46,32],"0em":19,scriptstyl:41,softwar:[20,17,47],rbrace:41,rbrack:41,qualiti:[20,46,47],spadesuit:41,date:[17,37],uplu:41,clubsuit:41,bigsqcup:41,start:[0,37,1,24,11,40,41,25,44,16,17,34,19,7,9,35,47],unknown:27,system:[37,2,17,4,41,6,20,46],messag:[0,36,37,39,17,13,41,25,15,16,6,12,34,19,44,32,35],attach:[16,35,44],termin:5,"final":[26,41,17,40,20,47,32],rsh:41,supset:41,"1em":27,gtreqless:41,blind:47,gtrdot:41,structur:[0,36,24,39,43,16,26,12,32],charact:[41,27,30,49,5,6,22,19,47],htaccess:37,seriou:47,biggl:41,biggm:41,rrightarrow:41,unkown:12,have:[0,2,3,4,41,6,7,32,16,17,18,19,45,24,35,26,30,9,12,33,34,5,27,37,1,43,44,46,47],tabl:27,close:[6,32,27,4],nsim:41,border:[10,41,49],min:41,mid:41,which:[1,2,25,5,9,32,15,16,17,22,19,21,23,24,3,26,27,28,29,30,31,12,33,34,35,36,37,38,40,41,43,45,46,47,49],hbox:41,mit:41,singl:[0,36,24,44,13,49,43,5,17,20,32,1],declaremathoper:41,mathjax_preview:[23,49,5,38,19,47],x22d6:41,unless:[17,32,24,46],who:[16,35,4],eight:46,leftthreetim:41,comparison:[1,12],"class":[33,35,36,24,13,14,41,5,34,19,45,31,21,47,28],underset:41,url:[0,37,3,42,17,32],gather:41,request:[0,35,41,16,26,46,1],face:[30,4,6,22,37,32],inde:[32,3],nmid:41,determin:[32,30,2,25,41,18,19,12],flux:1,fact:[35,34],backsimeq:41,mathjax_messag:15,text:[2,3,41,6,7,10,15,16,17,40,19,20,45,22,23,26,9,32,5,30,38,1,43,18,47],verbos:[39,26,19],perfom:44,perfor:46,bring:47,woth:27,curlyeqsucc:41,lgroup:41,locat:[0,23,37,17,25,3,43,5,6,12,19,16,38,32,21,47,28],jax:[25,8,32,13,16,17,22,19,45,3,28,31,12,33,34,18,36,30,39,21,49,43,46,47,48],vartriangleright:41,forev:3,should:[3,41,7,9,5,32,14,17,34,19,21,23,24,26,28,31,12,35,27,37,38,40,49,43,46,48,1],imagefont:[6,30],vartriangleleft:41,suppos:[26,43],"5px":10,triangleright:41,local:[37,24,17,1,3,43,6,19,32],hope:6,precsim:41,overleftarrow:41,fontwarns:49,ignoreclass:5,leqslant:41,smash:41,enabl:[41,2,5,17,7,9],organ:47,frown:41,stuff:12,she:46,contain:[0,2,3,41,6,10,13,14,15,16,17,34,19,45,23,24,35,26,30,12,5,36,37,38,49,43,47,1],view:[27,37,13,3,17,28,46,20,30],altern:[0,41,26,47,32,33],coooki:10,temporarili:15,substack:41,issafari:12,mathord:41,statu:[0,37,26],error:[0,12,27,3,4,41,17,34,19,32],jmath:41,pattern:[5,19],thumb:1,gtrsim:41,written:[17,7],quickest:17,theta:41,neither:[6,32,40],equiv:[41,46],omicron:41,nshortmid:41,kei:[10,0,24,35,14,16,19,12],job:32,entir:[12,43],closebox:6,ker:41,addit:[0,27,1,24,6,14,41,43,16,17,19,26,45,31,12,21,49],skipstartuptypeset:19,plugin:[2,42,19,20,46,47,32],admin:[9,7],nabla:41,equal:[1,12,33],gnapprox:41,etc:[41,1,19,43],instanc:[10,33,1,34,12,45],equat:[41,23,37,43,5,38,22,19,20,46,47,32,45],futher:46,class3:33,eth:41,limiti:37,lmoustach:41,onchang:43,comment:[17,49,32,19],varnoth:41,dorectori:9,arriv:[16,44],solv:3,arguement:26,respect:[18,30,24],quit:43,showfontmenu:42,"55em":41,quotat:49,compos:27,compon:[0,36,35,13,33,49,25,42,16,44,12,27,20,31,32,21,47],accept:[26,24,43],treat:17,immedi:[0,14,1,25,43,16],smallsetminu:41,both:[0,32,17,39,1,26,27,19,12,33],alignat:41,otf:37,psi:41,togeth:[1,12,27,24],injlim:41,present:[6,27,19,4,35],twoheadrightarrow:41,multi:41,iscallback:24,plain:41,align:[41,27,19],contextu:[27,30,42,18,19,29,47,45],studentdisplai:43,defin:[12,30,29,17,25,49,3,42,41,6,18,19,26,1,32,33,22],glossari:[39,11],layer:2,almost:41,curvearrowright:41,site:[37,2,17,19,20,9,32],archiv:[17,37],revis:37,halt:44,welcom:4,displaystyl:[41,43],parti:16,cross:37,sqrt:[41,17,47],getx:33,extensiondir:34,oint:41,easi:[37,28],difficult:[26,27,44],phi:41,http:[17,3,37,42,46],lleftarrow:41,"8em":[41,22],effect:[14,1,3],mrow:[17,47,27],student:43,php:[2,7],trake:4,executehook:[35,24],off:[41,44,18,46],center:[41,19],well:[37,24,26,49,4,43,16,17,34,19,44,46],exampl:[0,1,3,4,5,6,8,10,12,14,16,17,22,19,21,23,24,26,27,29,46,30,31,32,33,35,36,37,38,40,41,42,43,44,45,18,47,48,49],command:[27,37,24,39,14,1,25,43,41,19,12],choos:[41,46],undefin:[41,17,32,24,26],setx:33,latest:37,curlyeqprec:41,paus:37,less:[5,41,47,12,37],natiov:18,obtain:[37,43,17,19,47,21],mistaken:47,mathclos:41,mathoutput:43,simultan:1,web:[11,37,1,2,17,25,41,3,44,43,16,6,28,7,20,30,9,32,35,47,45],current_them:2,smith:26,textbf:41,cdotp:41,add:[33,41,2,17,14,49,3,5,6,19,45,46,21],book:39,match:[5,35,30],ctrl:19,webpag:28,ntriangleright:41,know:[35,26,3,16,17,31,21,47],cfrac:41,press:19,loader:[31,21],recurs:12,konqueror:[46,12],nofont:6,like:[3,41,5,14,15,16,17,20,24,26,28,31,32,35,27,37,39,49,43,44,46,47,1],lost:26,messagehook:[16,35,12],necessari:[20,12,45],page:[2,25,5,6,7,10,11,12,13,15,16,17,18,19,20,45,23,3,26,28,30,9,32,35,27,37,38,41,42,43,44,46,47,1],captur:39,linux:12,"export":45,superclass:33,proper:[35,12],home:0,librari:[13,1,36,37],glyph:[41,39],kern:41,leak:45,avoid:[41,40,47,27,19],tooltip:30,leav:[10,22,48,43],doublecap:41,twoheadleftarrow:41,daleth:41,upharpoonright:41,journal:39,usag:11,sphericalangl:41,although:[13,17,32,48,35],offset:30,panel:41,varepsilon:41,about:[35,12,37,24,17,41,4,43,16,6,18,28,26,44,30,47,32],actual:[10,0,12,24,14,41,43,16,26,27,19,31,32,21,1],column:22,mod_head:37,mapsto:41,constructor:33,fals:[35,12,30,41,3,42,5,18,19,8,32,33],disabl:[18,30],eqalign:41,own:[37,17,13,1,3,4,41,6,44,31,32,21,47],amsmath:[1,3,41,17,22,32],circledr:41,delaypost:30,automat:[41,14,1,15,5,17,34,46,47,32,33],bigtriangledown:41,guard:19,vphantom:41,merg:[10,12],dcocument:12,transfer:[17,37],support:[11,36,30,17,25,27,3,4,41,6,18,20,46,47,32,48],much:[16,39,46,44],bigcap:41,tracker:[17,4],arg1:26,"var":[10,24,1,3,43,16,26,33],arg2:26,"function":[33,0,1,24,35,39,14,41,3,43,16,26,25,44,31,12,21,47],propto:41,unexpect:[18,19],precnapprox:41,studentansw:43,bodi:[0,43,17,31,32,21],gain:[46,42],inlin:[5,17,32],bug:[37,4,15,17,19,47],made:[45,1,4,44,31,32,21,47],bbbk:41,whether:[41,23,30,38,3,42,43,5,26,18,19,8,12,48],wish:[49,3,4,41,26,46,12],displai:[10,11,23,37,17,45,41,27,42,15,5,6,22,19,29,16,20,47,32,21,43],troubl:17,underleftrightarrow:41,asynchron:[0,36,24,35,39,14,1,16,26,44,12],gtrapprox:41,below:[2,3,41,6,8,10,17,40,19,21,22,23,38,29,46,30,31,12,34,5,37,45,42,44,18,47,48],limit:[41,0,27],otherwis:[0,36,24,15,41,12,7,32,33],problem:[37,26,3,4,41,17,46,47],x03c0:47,"int":[10,26,41],dure:[16,12,45,34,24],implement:[10,0,27,13,41,16,26,34,46,47,33],nolimit:41,inf:41,rightleftharpoon:41,probabl:[37,2,26,16,17,32],oplu:41,helpurl:42,immateri:1,percent:18,detail:[0,41,6,7,11,32,14,16,17,18,19,23,24,35,38,28,29,30,9,12,5,27,37,1,42,43,44,46,47],arctan:41,other:[25,41,5,32,14,16,17,18,19,20,45,24,26,28,30,12,33,34,35,27,37,39,1,43,44,46,47,48],futur:[16,0,46,4,44],varieti:47,downlaod:20,removeaft:6,repeat:[37,2],star:41,thicksim:41,msgroup:27,scientif:39,reliabl:[46,3],rule:[41,6,8,1,19],mathjax_mathml:3,portion:43,eot:37},objtypes:{"0":"py:method"},titles:["The MathJax.Ajax Object","Using Queues","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 Movable Type","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 NativeMML output processor","The Core Configuration Options","What is MathJax?","The MathJax.OutputJax Class","The TeX input processor","The jsMath2jax Preprocessor","The MathJax.Callback Class","The MathJax Startup Sequence","Using Callbacks","MathJax MathML Support","Converting to MathJax from jsMath","The MathZoom extension","The HTML-CSS output processor","The MathJax.InputJax Class","Loading and Configuring MathJax","The MathJax Object-Oriented Programming Model","The Base Jax Class","The MathJax.Callback.Signal Class","The MathJax variable","Installing and Testing MathJax","The mml2jax Preprocessor","Glossary","Describing HTML snippets","MathJax TeX and LaTeX Support","The MathMenu extension","Modifying Math on the Page","Synchronizing your code with MathJax","The MathJax.ElementJax Class","MathJax Output Formats","The MathJax Processing Model","The MMLorHTML configuration options","CSS Style Objects"],objnames:{"0":"Python method"},filenames:["api/ajax","queues","platforms/index","dynamic","community","options/tex2jax","options/FontWarnings","platforms/wordpress","options/MathML","platforms/movable-type","api/html","index","api/hub","api/index","api/queue","api/message","signals","start","options/NativeMML","options/hub","mathjax","api/outputjax","options/TeX","options/jsMath2jax","api/callback","startup","callbacks","mathml","jsMath","options/MathZoom","options/HTML-CSS","api/inputjax","configuration","api/object","api/jax","api/signal","api/variable","installation","options/mml2jax","glossary","HTML-snippets","tex","options/MathMenu","typeset","synchronize","api/elementjax","output","model","options/MMLorHTML","CSS-styles"]}) \ No newline at end of file diff --git a/docs/build/html/.buildinfo b/docs/html/.buildinfo similarity index 100% rename from docs/build/html/.buildinfo rename to docs/html/.buildinfo diff --git a/docs/build/html/CSS-styles.html b/docs/html/CSS-styles.html similarity index 98% rename from docs/build/html/CSS-styles.html rename to docs/html/CSS-styles.html index e14fd9a99..c14c7f6df 100644 --- a/docs/build/html/CSS-styles.html +++ b/docs/html/CSS-styles.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/HTML-snippets.html b/docs/html/HTML-snippets.html similarity index 98% rename from docs/build/html/HTML-snippets.html rename to docs/html/HTML-snippets.html index d312eb9fa..8686ceab5 100644 --- a/docs/build/html/HTML-snippets.html +++ b/docs/html/HTML-snippets.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/_images/mt_head.png b/docs/html/_images/mt_head.png similarity index 100% rename from docs/build/html/_images/mt_head.png rename to docs/html/_images/mt_head.png diff --git a/docs/build/html/_images/mt_menu.png b/docs/html/_images/mt_menu.png similarity index 100% rename from docs/build/html/_images/mt_menu.png rename to docs/html/_images/mt_menu.png diff --git a/docs/build/html/_images/mt_templates.png b/docs/html/_images/mt_templates.png similarity index 100% rename from docs/build/html/_images/mt_templates.png rename to docs/html/_images/mt_templates.png diff --git a/docs/build/html/_images/wp_menu.png b/docs/html/_images/wp_menu.png similarity index 100% rename from docs/build/html/_images/wp_menu.png rename to docs/html/_images/wp_menu.png diff --git a/docs/build/html/_images/wp_templates.png b/docs/html/_images/wp_templates.png similarity index 100% rename from docs/build/html/_images/wp_templates.png rename to docs/html/_images/wp_templates.png diff --git a/docs/build/html/_sources/CSS-styles.txt b/docs/html/_sources/CSS-styles.txt similarity index 100% rename from docs/build/html/_sources/CSS-styles.txt rename to docs/html/_sources/CSS-styles.txt diff --git a/docs/build/html/_sources/HTML-snippets.txt b/docs/html/_sources/HTML-snippets.txt similarity index 100% rename from docs/build/html/_sources/HTML-snippets.txt rename to docs/html/_sources/HTML-snippets.txt diff --git a/docs/build/html/_sources/api/ajax.txt b/docs/html/_sources/api/ajax.txt similarity index 100% rename from docs/build/html/_sources/api/ajax.txt rename to docs/html/_sources/api/ajax.txt diff --git a/docs/build/html/_sources/api/callback.txt b/docs/html/_sources/api/callback.txt similarity index 100% rename from docs/build/html/_sources/api/callback.txt rename to docs/html/_sources/api/callback.txt diff --git a/docs/build/html/_sources/api/elementjax.txt b/docs/html/_sources/api/elementjax.txt similarity index 100% rename from docs/build/html/_sources/api/elementjax.txt rename to docs/html/_sources/api/elementjax.txt diff --git a/docs/build/html/_sources/api/html.txt b/docs/html/_sources/api/html.txt similarity index 100% rename from docs/build/html/_sources/api/html.txt rename to docs/html/_sources/api/html.txt diff --git a/docs/build/html/_sources/api/hub.txt b/docs/html/_sources/api/hub.txt similarity index 100% rename from docs/build/html/_sources/api/hub.txt rename to docs/html/_sources/api/hub.txt diff --git a/docs/build/html/_sources/api/index.txt b/docs/html/_sources/api/index.txt similarity index 100% rename from docs/build/html/_sources/api/index.txt rename to docs/html/_sources/api/index.txt diff --git a/docs/build/html/_sources/api/inputjax.txt b/docs/html/_sources/api/inputjax.txt similarity index 100% rename from docs/build/html/_sources/api/inputjax.txt rename to docs/html/_sources/api/inputjax.txt diff --git a/docs/build/html/_sources/api/jax.txt b/docs/html/_sources/api/jax.txt similarity index 100% rename from docs/build/html/_sources/api/jax.txt rename to docs/html/_sources/api/jax.txt diff --git a/docs/build/html/_sources/api/message.txt b/docs/html/_sources/api/message.txt similarity index 100% rename from docs/build/html/_sources/api/message.txt rename to docs/html/_sources/api/message.txt diff --git a/docs/build/html/_sources/api/object.txt b/docs/html/_sources/api/object.txt similarity index 100% rename from docs/build/html/_sources/api/object.txt rename to docs/html/_sources/api/object.txt diff --git a/docs/build/html/_sources/api/outputjax.txt b/docs/html/_sources/api/outputjax.txt similarity index 100% rename from docs/build/html/_sources/api/outputjax.txt rename to docs/html/_sources/api/outputjax.txt diff --git a/docs/build/html/_sources/api/queue.txt b/docs/html/_sources/api/queue.txt similarity index 100% rename from docs/build/html/_sources/api/queue.txt rename to docs/html/_sources/api/queue.txt diff --git a/docs/build/html/_sources/api/signal.txt b/docs/html/_sources/api/signal.txt similarity index 100% rename from docs/build/html/_sources/api/signal.txt rename to docs/html/_sources/api/signal.txt diff --git a/docs/build/html/_sources/api/variable.txt b/docs/html/_sources/api/variable.txt similarity index 100% rename from docs/build/html/_sources/api/variable.txt rename to docs/html/_sources/api/variable.txt diff --git a/docs/build/html/_sources/callbacks.txt b/docs/html/_sources/callbacks.txt similarity index 100% rename from docs/build/html/_sources/callbacks.txt rename to docs/html/_sources/callbacks.txt diff --git a/docs/build/html/_sources/community.txt b/docs/html/_sources/community.txt similarity index 100% rename from docs/build/html/_sources/community.txt rename to docs/html/_sources/community.txt diff --git a/docs/build/html/_sources/configuration.txt b/docs/html/_sources/configuration.txt similarity index 100% rename from docs/build/html/_sources/configuration.txt rename to docs/html/_sources/configuration.txt diff --git a/docs/build/html/_sources/dynamic.txt b/docs/html/_sources/dynamic.txt similarity index 98% rename from docs/build/html/_sources/dynamic.txt rename to docs/html/_sources/dynamic.txt index ef386435d..f699ea67c 100644 --- a/docs/build/html/_sources/dynamic.txt +++ b/docs/html/_sources/dynamic.txt @@ -133,7 +133,7 @@ IE+MathPlayer. } } -**Source**: `mathjax_mathml.user.js <_statis/mathjax_mathml.user.js>`_ +**Source**: `mathjax_mathml.user.js <_static/mathjax_mathml.user.js>`_ ---- @@ -178,4 +178,4 @@ converting the math images to their original TeX code. document.getElementsByTagName("head")[0].appendChild(script); } -**Source**: `mathjax_wikipedia.user.js <_statis/mathjax_wikipedia.user.js>`_ +**Source**: `mathjax_wikipedia.user.js <_static/mathjax_wikipedia.user.js>`_ diff --git a/docs/build/html/_sources/glossary.txt b/docs/html/_sources/glossary.txt similarity index 100% rename from docs/build/html/_sources/glossary.txt rename to docs/html/_sources/glossary.txt diff --git a/docs/build/html/_sources/index.txt b/docs/html/_sources/index.txt similarity index 100% rename from docs/build/html/_sources/index.txt rename to docs/html/_sources/index.txt diff --git a/docs/build/html/_sources/installation.txt b/docs/html/_sources/installation.txt similarity index 100% rename from docs/build/html/_sources/installation.txt rename to docs/html/_sources/installation.txt diff --git a/docs/build/html/_sources/jsMath.txt b/docs/html/_sources/jsMath.txt similarity index 100% rename from docs/build/html/_sources/jsMath.txt rename to docs/html/_sources/jsMath.txt diff --git a/docs/build/html/_sources/mathjax.txt b/docs/html/_sources/mathjax.txt similarity index 100% rename from docs/build/html/_sources/mathjax.txt rename to docs/html/_sources/mathjax.txt diff --git a/docs/build/html/_sources/mathml.txt b/docs/html/_sources/mathml.txt similarity index 100% rename from docs/build/html/_sources/mathml.txt rename to docs/html/_sources/mathml.txt diff --git a/docs/build/html/_sources/model.txt b/docs/html/_sources/model.txt similarity index 100% rename from docs/build/html/_sources/model.txt rename to docs/html/_sources/model.txt diff --git a/docs/build/html/_sources/options/FontWarnings.txt b/docs/html/_sources/options/FontWarnings.txt similarity index 100% rename from docs/build/html/_sources/options/FontWarnings.txt rename to docs/html/_sources/options/FontWarnings.txt diff --git a/docs/build/html/_sources/options/HTML-CSS.txt b/docs/html/_sources/options/HTML-CSS.txt similarity index 100% rename from docs/build/html/_sources/options/HTML-CSS.txt rename to docs/html/_sources/options/HTML-CSS.txt diff --git a/docs/build/html/_sources/options/MMLorHTML.txt b/docs/html/_sources/options/MMLorHTML.txt similarity index 100% rename from docs/build/html/_sources/options/MMLorHTML.txt rename to docs/html/_sources/options/MMLorHTML.txt diff --git a/docs/build/html/_sources/options/MathML.txt b/docs/html/_sources/options/MathML.txt similarity index 100% rename from docs/build/html/_sources/options/MathML.txt rename to docs/html/_sources/options/MathML.txt diff --git a/docs/build/html/_sources/options/MathMenu.txt b/docs/html/_sources/options/MathMenu.txt similarity index 100% rename from docs/build/html/_sources/options/MathMenu.txt rename to docs/html/_sources/options/MathMenu.txt diff --git a/docs/build/html/_sources/options/MathZoom.txt b/docs/html/_sources/options/MathZoom.txt similarity index 100% rename from docs/build/html/_sources/options/MathZoom.txt rename to docs/html/_sources/options/MathZoom.txt diff --git a/docs/build/html/_sources/options/NativeMML.txt b/docs/html/_sources/options/NativeMML.txt similarity index 100% rename from docs/build/html/_sources/options/NativeMML.txt rename to docs/html/_sources/options/NativeMML.txt diff --git a/docs/build/html/_sources/options/TeX.txt b/docs/html/_sources/options/TeX.txt similarity index 100% rename from docs/build/html/_sources/options/TeX.txt rename to docs/html/_sources/options/TeX.txt diff --git a/docs/build/html/_sources/options/hub.txt b/docs/html/_sources/options/hub.txt similarity index 100% rename from docs/build/html/_sources/options/hub.txt rename to docs/html/_sources/options/hub.txt diff --git a/docs/build/html/_sources/options/jsMath2jax.txt b/docs/html/_sources/options/jsMath2jax.txt similarity index 100% rename from docs/build/html/_sources/options/jsMath2jax.txt rename to docs/html/_sources/options/jsMath2jax.txt diff --git a/docs/build/html/_sources/options/mml2jax.txt b/docs/html/_sources/options/mml2jax.txt similarity index 100% rename from docs/build/html/_sources/options/mml2jax.txt rename to docs/html/_sources/options/mml2jax.txt diff --git a/docs/build/html/_sources/options/tex2jax.txt b/docs/html/_sources/options/tex2jax.txt similarity index 100% rename from docs/build/html/_sources/options/tex2jax.txt rename to docs/html/_sources/options/tex2jax.txt diff --git a/docs/build/html/_sources/output.txt b/docs/html/_sources/output.txt similarity index 100% rename from docs/build/html/_sources/output.txt rename to docs/html/_sources/output.txt diff --git a/docs/build/html/_sources/platforms/index.txt b/docs/html/_sources/platforms/index.txt similarity index 100% rename from docs/build/html/_sources/platforms/index.txt rename to docs/html/_sources/platforms/index.txt diff --git a/docs/build/html/_sources/platforms/movable-type.txt b/docs/html/_sources/platforms/movable-type.txt similarity index 100% rename from docs/build/html/_sources/platforms/movable-type.txt rename to docs/html/_sources/platforms/movable-type.txt diff --git a/docs/build/html/_sources/platforms/wordpress.txt b/docs/html/_sources/platforms/wordpress.txt similarity index 100% rename from docs/build/html/_sources/platforms/wordpress.txt rename to docs/html/_sources/platforms/wordpress.txt diff --git a/docs/build/html/_sources/queues.txt b/docs/html/_sources/queues.txt similarity index 100% rename from docs/build/html/_sources/queues.txt rename to docs/html/_sources/queues.txt diff --git a/docs/build/html/_sources/signals.txt b/docs/html/_sources/signals.txt similarity index 100% rename from docs/build/html/_sources/signals.txt rename to docs/html/_sources/signals.txt diff --git a/docs/build/html/_sources/start.txt b/docs/html/_sources/start.txt similarity index 100% rename from docs/build/html/_sources/start.txt rename to docs/html/_sources/start.txt diff --git a/docs/build/html/_sources/startup.txt b/docs/html/_sources/startup.txt similarity index 100% rename from docs/build/html/_sources/startup.txt rename to docs/html/_sources/startup.txt diff --git a/docs/build/html/_sources/synchronize.txt b/docs/html/_sources/synchronize.txt similarity index 100% rename from docs/build/html/_sources/synchronize.txt rename to docs/html/_sources/synchronize.txt diff --git a/docs/build/html/_sources/tex.txt b/docs/html/_sources/tex.txt similarity index 100% rename from docs/build/html/_sources/tex.txt rename to docs/html/_sources/tex.txt diff --git a/docs/build/html/_sources/typeset.txt b/docs/html/_sources/typeset.txt similarity index 100% rename from docs/build/html/_sources/typeset.txt rename to docs/html/_sources/typeset.txt diff --git a/docs/build/html/_static/basic.css b/docs/html/_static/basic.css similarity index 100% rename from docs/build/html/_static/basic.css rename to docs/html/_static/basic.css diff --git a/docs/build/html/_static/doctools.js b/docs/html/_static/doctools.js similarity index 100% rename from docs/build/html/_static/doctools.js rename to docs/html/_static/doctools.js diff --git a/docs/build/html/_static/file.png b/docs/html/_static/file.png similarity index 100% rename from docs/build/html/_static/file.png rename to docs/html/_static/file.png diff --git a/docs/build/html/_static/jquery.js b/docs/html/_static/jquery.js similarity index 100% rename from docs/build/html/_static/jquery.js rename to docs/html/_static/jquery.js diff --git a/docs/build/html/_static/logo.gif b/docs/html/_static/logo.gif similarity index 100% rename from docs/build/html/_static/logo.gif rename to docs/html/_static/logo.gif diff --git a/docs/build/html/_static/mathjax_mathml.user.js b/docs/html/_static/mathjax_mathml.user.js similarity index 100% rename from docs/build/html/_static/mathjax_mathml.user.js rename to docs/html/_static/mathjax_mathml.user.js diff --git a/docs/build/html/_static/mathjax_wikipedia.user.js b/docs/html/_static/mathjax_wikipedia.user.js similarity index 100% rename from docs/build/html/_static/mathjax_wikipedia.user.js rename to docs/html/_static/mathjax_wikipedia.user.js diff --git a/docs/build/html/_static/minus.png b/docs/html/_static/minus.png similarity index 100% rename from docs/build/html/_static/minus.png rename to docs/html/_static/minus.png diff --git a/docs/build/html/_static/mj.css b/docs/html/_static/mj.css similarity index 100% rename from docs/build/html/_static/mj.css rename to docs/html/_static/mj.css diff --git a/docs/build/html/_static/plus.png b/docs/html/_static/plus.png similarity index 100% rename from docs/build/html/_static/plus.png rename to docs/html/_static/plus.png diff --git a/docs/build/html/_static/pygments.css b/docs/html/_static/pygments.css similarity index 100% rename from docs/build/html/_static/pygments.css rename to docs/html/_static/pygments.css diff --git a/docs/build/html/_static/searchtools.js b/docs/html/_static/searchtools.js similarity index 100% rename from docs/build/html/_static/searchtools.js rename to docs/html/_static/searchtools.js diff --git a/docs/build/html/_static/underscore.js b/docs/html/_static/underscore.js similarity index 100% rename from docs/build/html/_static/underscore.js rename to docs/html/_static/underscore.js diff --git a/docs/build/html/api/ajax.html b/docs/html/api/ajax.html similarity index 99% rename from docs/build/html/api/ajax.html rename to docs/html/api/ajax.html index 62e86fe7d..8be9299b2 100644 --- a/docs/build/html/api/ajax.html +++ b/docs/html/api/ajax.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/api/callback.html b/docs/html/api/callback.html similarity index 99% rename from docs/build/html/api/callback.html rename to docs/html/api/callback.html index b13f90287..814687fce 100644 --- a/docs/build/html/api/callback.html +++ b/docs/html/api/callback.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/api/elementjax.html b/docs/html/api/elementjax.html similarity index 99% rename from docs/build/html/api/elementjax.html rename to docs/html/api/elementjax.html index 4fe1ee5af..a4de99e9d 100644 --- a/docs/build/html/api/elementjax.html +++ b/docs/html/api/elementjax.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/api/html.html b/docs/html/api/html.html similarity index 99% rename from docs/build/html/api/html.html rename to docs/html/api/html.html index 2656ddbcb..a2ec2b118 100644 --- a/docs/build/html/api/html.html +++ b/docs/html/api/html.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/api/hub.html b/docs/html/api/hub.html similarity index 99% rename from docs/build/html/api/hub.html rename to docs/html/api/hub.html index 63b23cf92..570e5c0f1 100644 --- a/docs/build/html/api/hub.html +++ b/docs/html/api/hub.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/api/index.html b/docs/html/api/index.html similarity index 98% rename from docs/build/html/api/index.html rename to docs/html/api/index.html index 4eac1c766..639a791ea 100644 --- a/docs/build/html/api/index.html +++ b/docs/html/api/index.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/api/inputjax.html b/docs/html/api/inputjax.html similarity index 99% rename from docs/build/html/api/inputjax.html rename to docs/html/api/inputjax.html index 2d69aa56c..cd5e2dadf 100644 --- a/docs/build/html/api/inputjax.html +++ b/docs/html/api/inputjax.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/api/jax.html b/docs/html/api/jax.html similarity index 99% rename from docs/build/html/api/jax.html rename to docs/html/api/jax.html index ab2de7c2d..25fc476a0 100644 --- a/docs/build/html/api/jax.html +++ b/docs/html/api/jax.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/api/message.html b/docs/html/api/message.html similarity index 99% rename from docs/build/html/api/message.html rename to docs/html/api/message.html index 9a7d07eda..a7fc3b362 100644 --- a/docs/build/html/api/message.html +++ b/docs/html/api/message.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/api/object.html b/docs/html/api/object.html similarity index 99% rename from docs/build/html/api/object.html rename to docs/html/api/object.html index dddf5db18..be41a98de 100644 --- a/docs/build/html/api/object.html +++ b/docs/html/api/object.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/api/outputjax.html b/docs/html/api/outputjax.html similarity index 99% rename from docs/build/html/api/outputjax.html rename to docs/html/api/outputjax.html index fc5201936..6fcc65af6 100644 --- a/docs/build/html/api/outputjax.html +++ b/docs/html/api/outputjax.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/api/queue.html b/docs/html/api/queue.html similarity index 99% rename from docs/build/html/api/queue.html rename to docs/html/api/queue.html index 6db3abf38..67187b261 100644 --- a/docs/build/html/api/queue.html +++ b/docs/html/api/queue.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/api/signal.html b/docs/html/api/signal.html similarity index 99% rename from docs/build/html/api/signal.html rename to docs/html/api/signal.html index a5823cf4f..fb75ee1e7 100644 --- a/docs/build/html/api/signal.html +++ b/docs/html/api/signal.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/api/variable.html b/docs/html/api/variable.html similarity index 98% rename from docs/build/html/api/variable.html rename to docs/html/api/variable.html index 79e137524..e7ea07a91 100644 --- a/docs/build/html/api/variable.html +++ b/docs/html/api/variable.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/callbacks.html b/docs/html/callbacks.html similarity index 99% rename from docs/build/html/callbacks.html rename to docs/html/callbacks.html index f99b63359..81de99b27 100644 --- a/docs/build/html/callbacks.html +++ b/docs/html/callbacks.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/community.html b/docs/html/community.html similarity index 98% rename from docs/build/html/community.html rename to docs/html/community.html index 9fdf27154..580c87dca 100644 --- a/docs/build/html/community.html +++ b/docs/html/community.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/configuration.html b/docs/html/configuration.html similarity index 99% rename from docs/build/html/configuration.html rename to docs/html/configuration.html index faa8c7677..5827c4f55 100644 --- a/docs/build/html/configuration.html +++ b/docs/html/configuration.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/dynamic.html b/docs/html/dynamic.html similarity index 99% rename from docs/build/html/dynamic.html rename to docs/html/dynamic.html index 0d0975f98..fc458ca33 100644 --- a/docs/build/html/dynamic.html +++ b/docs/html/dynamic.html @@ -21,7 +21,7 @@ - + @@ -166,7 +166,7 @@ IE+MathPlayer.

} -

Source: mathjax_mathml.user.js

+

Source: mathjax_mathml.user.js


Here is a script that runs MathJax in Wikipedia pages after first converting the math images to their original TeX code.

@@ -207,7 +207,7 @@ converting the math images to their original TeX code.

} -

Source: mathjax_wikipedia.user.js

+

Source: mathjax_wikipedia.user.js

diff --git a/docs/build/html/genindex.html b/docs/html/genindex.html similarity index 99% rename from docs/build/html/genindex.html rename to docs/html/genindex.html index 87e6d5037..6415a0684 100644 --- a/docs/build/html/genindex.html +++ b/docs/html/genindex.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/glossary.html b/docs/html/glossary.html similarity index 98% rename from docs/build/html/glossary.html rename to docs/html/glossary.html index 9b1ff5ca8..9670ef429 100644 --- a/docs/build/html/glossary.html +++ b/docs/html/glossary.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/index.html b/docs/html/index.html similarity index 97% rename from docs/build/html/index.html rename to docs/html/index.html index 3549fbd37..5aa0f6215 100644 --- a/docs/build/html/index.html +++ b/docs/html/index.html @@ -21,7 +21,7 @@ - + @@ -108,7 +108,7 @@ MathML that works in all modern browsers.

  • Search

  • -

    This version of the documentation was built January 22, 2011.

    +

    This version of the documentation was built March 03, 2011.

    diff --git a/docs/build/html/installation.html b/docs/html/installation.html similarity index 99% rename from docs/build/html/installation.html rename to docs/html/installation.html index 0749b3150..7b70f1de4 100644 --- a/docs/build/html/installation.html +++ b/docs/html/installation.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/jsMath.html b/docs/html/jsMath.html similarity index 98% rename from docs/build/html/jsMath.html rename to docs/html/jsMath.html index 0094d1e15..17aa0cc02 100644 --- a/docs/build/html/jsMath.html +++ b/docs/html/jsMath.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/mathjax.html b/docs/html/mathjax.html similarity index 98% rename from docs/build/html/mathjax.html rename to docs/html/mathjax.html index f6053a954..66c6a04e8 100644 --- a/docs/build/html/mathjax.html +++ b/docs/html/mathjax.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/mathml.html b/docs/html/mathml.html similarity index 99% rename from docs/build/html/mathml.html rename to docs/html/mathml.html index ee610c8ae..f7f5c18d4 100644 --- a/docs/build/html/mathml.html +++ b/docs/html/mathml.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/model.html b/docs/html/model.html similarity index 99% rename from docs/build/html/model.html rename to docs/html/model.html index 83dce0761..71c273f07 100644 --- a/docs/build/html/model.html +++ b/docs/html/model.html @@ -21,7 +21,7 @@ - + diff --git a/docs/html/objects.inv b/docs/html/objects.inv new file mode 100644 index 000000000..e9b90b835 Binary files /dev/null and b/docs/html/objects.inv differ diff --git a/docs/build/html/options/FontWarnings.html b/docs/html/options/FontWarnings.html similarity index 99% rename from docs/build/html/options/FontWarnings.html rename to docs/html/options/FontWarnings.html index 9a9af2301..854252d3a 100644 --- a/docs/build/html/options/FontWarnings.html +++ b/docs/html/options/FontWarnings.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/options/HTML-CSS.html b/docs/html/options/HTML-CSS.html similarity index 99% rename from docs/build/html/options/HTML-CSS.html rename to docs/html/options/HTML-CSS.html index 634438c7b..68b117aa3 100644 --- a/docs/build/html/options/HTML-CSS.html +++ b/docs/html/options/HTML-CSS.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/options/MMLorHTML.html b/docs/html/options/MMLorHTML.html similarity index 98% rename from docs/build/html/options/MMLorHTML.html rename to docs/html/options/MMLorHTML.html index befe6db58..16d9556f4 100644 --- a/docs/build/html/options/MMLorHTML.html +++ b/docs/html/options/MMLorHTML.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/options/MathML.html b/docs/html/options/MathML.html similarity index 98% rename from docs/build/html/options/MathML.html rename to docs/html/options/MathML.html index 7d8044834..49cb2f08d 100644 --- a/docs/build/html/options/MathML.html +++ b/docs/html/options/MathML.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/options/MathMenu.html b/docs/html/options/MathMenu.html similarity index 98% rename from docs/build/html/options/MathMenu.html rename to docs/html/options/MathMenu.html index e3c6516b9..adc34728b 100644 --- a/docs/build/html/options/MathMenu.html +++ b/docs/html/options/MathMenu.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/options/MathZoom.html b/docs/html/options/MathZoom.html similarity index 98% rename from docs/build/html/options/MathZoom.html rename to docs/html/options/MathZoom.html index 34230d618..63b8b632a 100644 --- a/docs/build/html/options/MathZoom.html +++ b/docs/html/options/MathZoom.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/options/NativeMML.html b/docs/html/options/NativeMML.html similarity index 98% rename from docs/build/html/options/NativeMML.html rename to docs/html/options/NativeMML.html index ff1ac54ae..50a5b994b 100644 --- a/docs/build/html/options/NativeMML.html +++ b/docs/html/options/NativeMML.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/options/TeX.html b/docs/html/options/TeX.html similarity index 98% rename from docs/build/html/options/TeX.html rename to docs/html/options/TeX.html index 726a578ee..db305f323 100644 --- a/docs/build/html/options/TeX.html +++ b/docs/html/options/TeX.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/options/hub.html b/docs/html/options/hub.html similarity index 99% rename from docs/build/html/options/hub.html rename to docs/html/options/hub.html index 02ffa701a..cd501ac36 100644 --- a/docs/build/html/options/hub.html +++ b/docs/html/options/hub.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/options/jsMath2jax.html b/docs/html/options/jsMath2jax.html similarity index 98% rename from docs/build/html/options/jsMath2jax.html rename to docs/html/options/jsMath2jax.html index 109b43747..7955e7ca4 100644 --- a/docs/build/html/options/jsMath2jax.html +++ b/docs/html/options/jsMath2jax.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/options/mml2jax.html b/docs/html/options/mml2jax.html similarity index 98% rename from docs/build/html/options/mml2jax.html rename to docs/html/options/mml2jax.html index 83c2b1234..ec1ba004f 100644 --- a/docs/build/html/options/mml2jax.html +++ b/docs/html/options/mml2jax.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/options/tex2jax.html b/docs/html/options/tex2jax.html similarity index 99% rename from docs/build/html/options/tex2jax.html rename to docs/html/options/tex2jax.html index 80846241f..f0db39bf9 100644 --- a/docs/build/html/options/tex2jax.html +++ b/docs/html/options/tex2jax.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/output.html b/docs/html/output.html similarity index 99% rename from docs/build/html/output.html rename to docs/html/output.html index 24bc8d1ef..9c53cc31d 100644 --- a/docs/build/html/output.html +++ b/docs/html/output.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/platforms/index.html b/docs/html/platforms/index.html similarity index 98% rename from docs/build/html/platforms/index.html rename to docs/html/platforms/index.html index 2aa75cab3..9e84acdc9 100644 --- a/docs/build/html/platforms/index.html +++ b/docs/html/platforms/index.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/platforms/movable-type.html b/docs/html/platforms/movable-type.html similarity index 98% rename from docs/build/html/platforms/movable-type.html rename to docs/html/platforms/movable-type.html index 34d8afdf0..ab1273c03 100644 --- a/docs/build/html/platforms/movable-type.html +++ b/docs/html/platforms/movable-type.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/platforms/wordpress.html b/docs/html/platforms/wordpress.html similarity index 98% rename from docs/build/html/platforms/wordpress.html rename to docs/html/platforms/wordpress.html index c0aff6ff5..2704abbea 100644 --- a/docs/build/html/platforms/wordpress.html +++ b/docs/html/platforms/wordpress.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/queues.html b/docs/html/queues.html similarity index 99% rename from docs/build/html/queues.html rename to docs/html/queues.html index eccf2dc69..308999e15 100644 --- a/docs/build/html/queues.html +++ b/docs/html/queues.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/search.html b/docs/html/search.html similarity index 96% rename from docs/build/html/search.html rename to docs/html/search.html index 93dd606ee..9f1cfdbcc 100644 --- a/docs/build/html/search.html +++ b/docs/html/search.html @@ -22,7 +22,7 @@ - + - + diff --git a/docs/build/html/start.html b/docs/html/start.html similarity index 99% rename from docs/build/html/start.html rename to docs/html/start.html index 29df4e6ff..eaa9d928e 100644 --- a/docs/build/html/start.html +++ b/docs/html/start.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/startup.html b/docs/html/startup.html similarity index 99% rename from docs/build/html/startup.html rename to docs/html/startup.html index 8879eeabd..64fe00d8a 100644 --- a/docs/build/html/startup.html +++ b/docs/html/startup.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/synchronize.html b/docs/html/synchronize.html similarity index 98% rename from docs/build/html/synchronize.html rename to docs/html/synchronize.html index 066144425..756170115 100644 --- a/docs/build/html/synchronize.html +++ b/docs/html/synchronize.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/tex.html b/docs/html/tex.html similarity index 99% rename from docs/build/html/tex.html rename to docs/html/tex.html index abee9bca0..3b1a5e8f4 100644 --- a/docs/build/html/tex.html +++ b/docs/html/tex.html @@ -21,7 +21,7 @@ - + diff --git a/docs/build/html/typeset.html b/docs/html/typeset.html similarity index 99% rename from docs/build/html/typeset.html rename to docs/html/typeset.html index 5f48e8102..d31a672ac 100644 --- a/docs/build/html/typeset.html +++ b/docs/html/typeset.html @@ -21,7 +21,7 @@ - + diff --git a/docs/source/dynamic.rst b/docs/source/dynamic.rst index ef386435d..f699ea67c 100644 --- a/docs/source/dynamic.rst +++ b/docs/source/dynamic.rst @@ -133,7 +133,7 @@ IE+MathPlayer. } } -**Source**: `mathjax_mathml.user.js <_statis/mathjax_mathml.user.js>`_ +**Source**: `mathjax_mathml.user.js <_static/mathjax_mathml.user.js>`_ ---- @@ -178,4 +178,4 @@ converting the math images to their original TeX code. document.getElementsByTagName("head")[0].appendChild(script); } -**Source**: `mathjax_wikipedia.user.js <_statis/mathjax_wikipedia.user.js>`_ +**Source**: `mathjax_wikipedia.user.js <_static/mathjax_wikipedia.user.js>`_ diff --git a/docs/source/mjtheme/layout.html b/docs/source/mjtheme/layout.html index f5dec974a..7e4ca1dd4 100644 --- a/docs/source/mjtheme/layout.html +++ b/docs/source/mjtheme/layout.html @@ -108,7 +108,7 @@ {%- for scriptfile in script_files %} {%- endfor %} - + {%- if use_opensearch %}