plurimath 0.8.3 → 0.8.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/AsciiMath-Supported-Data.adoc +1 -1925
- data/Latex-Supported-Data.adoc +46 -1864
- data/MathML-Supported-Data.adoc +0 -167
- data/README.adoc +27 -0
- data/UnicodeMath-Supported-Data.adoc +0 -819
- data/lib/plurimath/asciimath/constants.rb +24 -252
- data/lib/plurimath/asciimath/parse.rb +17 -7
- data/lib/plurimath/asciimath/transform.rb +57 -67
- data/lib/plurimath/formatter/localized_number.rb +13 -0
- data/lib/plurimath/formatter/number_data_reader.rb +11 -0
- data/lib/plurimath/formatter/number_formatter.rb +26 -100
- data/lib/plurimath/formatter/{twitter_cldr_rb → numbers}/fraction.rb +10 -9
- data/lib/plurimath/formatter/{twitter_cldr_rb → numbers}/integer.rb +3 -3
- data/lib/plurimath/formatter/numeric_formatter.rb +120 -0
- data/lib/plurimath/html/transform.rb +24 -24
- data/lib/plurimath/latex/constants.rb +43 -3616
- data/lib/plurimath/latex/parse.rb +8 -8
- data/lib/plurimath/latex/transform.rb +41 -49
- data/lib/plurimath/math/core.rb +49 -11
- data/lib/plurimath/math/formula.rb +18 -14
- data/lib/plurimath/math/function/bar.rb +1 -1
- data/lib/plurimath/math/function/binary_function.rb +1 -7
- data/lib/plurimath/math/function/ceil.rb +2 -2
- data/lib/plurimath/math/function/ddot.rb +1 -1
- data/lib/plurimath/math/function/dot.rb +2 -2
- data/lib/plurimath/math/function/fenced.rb +38 -22
- data/lib/plurimath/math/function/frac.rb +1 -1
- data/lib/plurimath/math/function/hat.rb +2 -2
- data/lib/plurimath/math/function/linebreak.rb +1 -1
- data/lib/plurimath/math/function/nary.rb +0 -7
- data/lib/plurimath/math/function/obrace.rb +2 -2
- data/lib/plurimath/math/function/overset.rb +15 -10
- data/lib/plurimath/math/function/power.rb +3 -8
- data/lib/plurimath/math/function/table/array.rb +9 -8
- data/lib/plurimath/math/function/table/bmatrix.rb +1 -1
- data/lib/plurimath/math/function/table/eqarray.rb +1 -1
- data/lib/plurimath/math/function/table/matrix.rb +3 -2
- data/lib/plurimath/math/function/table/vmatrix.rb +1 -1
- data/lib/plurimath/math/function/table.rb +33 -41
- data/lib/plurimath/math/function/ternary_function.rb +0 -6
- data/lib/plurimath/math/function/tilde.rb +2 -2
- data/lib/plurimath/math/function/tr.rb +7 -3
- data/lib/plurimath/math/function/ubrace.rb +2 -2
- data/lib/plurimath/math/function/ul.rb +2 -2
- data/lib/plurimath/math/function/underset.rb +17 -17
- data/lib/plurimath/math/function/vec.rb +2 -2
- data/lib/plurimath/math/symbols/aa.rb +41 -0
- data/lib/plurimath/math/symbols/ac.rb +41 -0
- data/lib/plurimath/math/symbols/accurrent.rb +41 -0
- data/lib/plurimath/math/symbols/acidfree.rb +41 -0
- data/lib/plurimath/math/symbols/acute.rb +41 -0
- data/lib/plurimath/math/symbols/acwcirclearrow.rb +41 -0
- data/lib/plurimath/math/symbols/acwgapcirclearrow.rb +41 -0
- data/lib/plurimath/math/symbols/acwleftarcarrow.rb +41 -0
- data/lib/plurimath/math/symbols/acwoverarcarrow.rb +41 -0
- data/lib/plurimath/math/symbols/acwunderarcarrow.rb +41 -0
- data/lib/plurimath/math/symbols/aleph.rb +41 -0
- data/lib/plurimath/math/symbols/alpha.rb +41 -0
- data/lib/plurimath/math/symbols/amalg.rb +41 -0
- data/lib/plurimath/math/symbols/ampersand.rb +41 -0
- data/lib/plurimath/math/symbols/anchor.rb +41 -0
- data/lib/plurimath/math/symbols/angdnr.rb +41 -0
- data/lib/plurimath/math/symbols/angle.rb +41 -0
- data/lib/plurimath/math/symbols/angles.rb +41 -0
- data/lib/plurimath/math/symbols/angleubar.rb +41 -0
- data/lib/plurimath/math/symbols/angmsd.rb +41 -0
- data/lib/plurimath/math/symbols/angrtvb.rb +41 -0
- data/lib/plurimath/math/symbols/angsph.rb +41 -0
- data/lib/plurimath/math/symbols/angstrom.rb +41 -0
- data/lib/plurimath/math/symbols/annuity.rb +41 -0
- data/lib/plurimath/math/symbols/aplboxquestion.rb +41 -0
- data/lib/plurimath/math/symbols/aplboxupcaret.rb +41 -0
- data/lib/plurimath/math/symbols/aplcomment.rb +41 -0
- data/lib/plurimath/math/symbols/apldownarrowbox.rb +41 -0
- data/lib/plurimath/math/symbols/aplinput.rb +41 -0
- data/lib/plurimath/math/symbols/aplinv.rb +41 -0
- data/lib/plurimath/math/symbols/aplleftarrowbox.rb +41 -0
- data/lib/plurimath/math/symbols/apllog.rb +41 -0
- data/lib/plurimath/math/symbols/aplrightarrowbox.rb +41 -0
- data/lib/plurimath/math/symbols/apluparrowbox.rb +41 -0
- data/lib/plurimath/math/symbols/apprge.rb +41 -0
- data/lib/plurimath/math/symbols/apprle.rb +41 -0
- data/lib/plurimath/math/symbols/approx.rb +41 -0
- data/lib/plurimath/math/symbols/approxeq.rb +41 -0
- data/lib/plurimath/math/symbols/approxeqq.rb +41 -0
- data/lib/plurimath/math/symbols/approxident.rb +41 -0
- data/lib/plurimath/math/symbols/aquarius.rb +41 -0
- data/lib/plurimath/math/symbols/arceq.rb +41 -0
- data/lib/plurimath/math/symbols/aries.rb +41 -0
- data/lib/plurimath/math/symbols/arrowbullet.rb +41 -0
- data/lib/plurimath/math/symbols/assert.rb +41 -0
- data/lib/plurimath/math/symbols/ast.rb +41 -0
- data/lib/plurimath/math/symbols/asteq.rb +41 -0
- data/lib/plurimath/math/symbols/asteraccent.rb +41 -0
- data/lib/plurimath/math/symbols/asymp.rb +41 -0
- data/lib/plurimath/math/symbols/atsign.rb +41 -0
- data/lib/plurimath/math/symbols/awint.rb +41 -0
- data/lib/plurimath/math/symbols/backcong.rb +41 -0
- data/lib/plurimath/math/symbols/backdprime.rb +41 -0
- data/lib/plurimath/math/symbols/backepsilon.rb +41 -0
- data/lib/plurimath/math/symbols/backprime.rb +41 -0
- data/lib/plurimath/math/symbols/backsim.rb +41 -0
- data/lib/plurimath/math/symbols/backsimeq.rb +41 -0
- data/lib/plurimath/math/symbols/backslash.rb +41 -0
- data/lib/plurimath/math/symbols/backtrprime.rb +41 -0
- data/lib/plurimath/math/symbols/bagmember.rb +41 -0
- data/lib/plurimath/math/symbols/ballotx.rb +41 -0
- data/lib/plurimath/math/symbols/bar.rb +41 -0
- data/lib/plurimath/math/symbols/barcap.rb +41 -0
- data/lib/plurimath/math/symbols/barcup.rb +41 -0
- data/lib/plurimath/math/symbols/barin.rb +41 -0
- data/lib/plurimath/math/symbols/barleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/barleftarrowrightarrowba.rb +41 -0
- data/lib/plurimath/math/symbols/barleftharpoon.rb +41 -0
- data/lib/plurimath/math/symbols/barovernorthwestarrow.rb +41 -0
- data/lib/plurimath/math/symbols/barrightarrowdiamond.rb +41 -0
- data/lib/plurimath/math/symbols/barrightharpoon.rb +41 -0
- data/lib/plurimath/math/symbols/baruparrow.rb +41 -0
- data/lib/plurimath/math/symbols/barv.rb +41 -0
- data/lib/plurimath/math/symbols/barvee.rb +41 -0
- data/lib/plurimath/math/symbols/barwedge.rb +41 -0
- data/lib/plurimath/math/symbols/bbrktbrk.rb +41 -0
- data/lib/plurimath/math/symbols/bdtriplevdash.rb +41 -0
- data/lib/plurimath/math/symbols/because.rb +41 -0
- data/lib/plurimath/math/symbols/benzenr.rb +41 -0
- data/lib/plurimath/math/symbols/beth.rb +41 -0
- data/lib/plurimath/math/symbols/between.rb +41 -0
- data/lib/plurimath/math/symbols/bigblacktriangledown.rb +41 -0
- data/lib/plurimath/math/symbols/bigblacktriangleup.rb +41 -0
- data/lib/plurimath/math/symbols/bigbot.rb +41 -0
- data/lib/plurimath/math/symbols/bigcupdot.rb +41 -0
- data/lib/plurimath/math/symbols/biginterleave.rb +41 -0
- data/lib/plurimath/math/symbols/bigodot.rb +41 -0
- data/lib/plurimath/math/symbols/bigoplus.rb +41 -0
- data/lib/plurimath/math/symbols/bigotimes.rb +41 -0
- data/lib/plurimath/math/symbols/bigslopedvee.rb +41 -0
- data/lib/plurimath/math/symbols/bigslopedwedge.rb +41 -0
- data/lib/plurimath/math/symbols/bigsqcap.rb +41 -0
- data/lib/plurimath/math/symbols/bigsqcup.rb +41 -0
- data/lib/plurimath/math/symbols/bigstar.rb +41 -0
- data/lib/plurimath/math/symbols/bigtalloblong.rb +41 -0
- data/lib/plurimath/math/symbols/bigtop.rb +41 -0
- data/lib/plurimath/math/symbols/bigtriangledown.rb +41 -0
- data/lib/plurimath/math/symbols/bigtriangleleft.rb +41 -0
- data/lib/plurimath/math/symbols/bigtriangleup.rb +41 -0
- data/lib/plurimath/math/symbols/biguplus.rb +41 -0
- data/lib/plurimath/math/symbols/bigwedge.rb +41 -0
- data/lib/plurimath/math/symbols/bigwhitestar.rb +41 -0
- data/lib/plurimath/math/symbols/bij.rb +41 -0
- data/lib/plurimath/math/symbols/biohazard.rb +41 -0
- data/lib/plurimath/math/symbols/blackcircledownarrow.rb +41 -0
- data/lib/plurimath/math/symbols/blackcircledrightdot.rb +41 -0
- data/lib/plurimath/math/symbols/blackcircledtwodots.rb +41 -0
- data/lib/plurimath/math/symbols/blackcircleulquadwhite.rb +41 -0
- data/lib/plurimath/math/symbols/blackdiamonddownarrow.rb +41 -0
- data/lib/plurimath/math/symbols/blackhourglass.rb +41 -0
- data/lib/plurimath/math/symbols/blackinwhitediamond.rb +41 -0
- data/lib/plurimath/math/symbols/blackinwhitesquare.rb +41 -0
- data/lib/plurimath/math/symbols/blacklozenge.rb +41 -0
- data/lib/plurimath/math/symbols/blackpointerleft.rb +41 -0
- data/lib/plurimath/math/symbols/blackpointerright.rb +41 -0
- data/lib/plurimath/math/symbols/blacksmiley.rb +41 -0
- data/lib/plurimath/math/symbols/blacktriangle.rb +41 -0
- data/lib/plurimath/math/symbols/blacktriangledown.rb +41 -0
- data/lib/plurimath/math/symbols/blkhorzoval.rb +41 -0
- data/lib/plurimath/math/symbols/blkvertoval.rb +41 -0
- data/lib/plurimath/math/symbols/blockfull.rb +41 -0
- data/lib/plurimath/math/symbols/blockhalfshaded.rb +41 -0
- data/lib/plurimath/math/symbols/blocklefthalf.rb +41 -0
- data/lib/plurimath/math/symbols/blocklowhalf.rb +41 -0
- data/lib/plurimath/math/symbols/blockqtrshaded.rb +41 -0
- data/lib/plurimath/math/symbols/blockrighthalf.rb +41 -0
- data/lib/plurimath/math/symbols/blockthreeqtrshaded.rb +41 -0
- data/lib/plurimath/math/symbols/blockuphalf.rb +41 -0
- data/lib/plurimath/math/symbols/bnot.rb +41 -0
- data/lib/plurimath/math/symbols/bot.rb +41 -0
- data/lib/plurimath/math/symbols/botsemicircle.rb +41 -0
- data/lib/plurimath/math/symbols/bowtie.rb +41 -0
- data/lib/plurimath/math/symbols/box.rb +41 -0
- data/lib/plurimath/math/symbols/boxast.rb +41 -0
- data/lib/plurimath/math/symbols/boxbar.rb +41 -0
- data/lib/plurimath/math/symbols/boxbox.rb +41 -0
- data/lib/plurimath/math/symbols/boxbslash.rb +41 -0
- data/lib/plurimath/math/symbols/boxcircle.rb +41 -0
- data/lib/plurimath/math/symbols/boxdiag.rb +41 -0
- data/lib/plurimath/math/symbols/boxdot.rb +41 -0
- data/lib/plurimath/math/symbols/boxminus.rb +41 -0
- data/lib/plurimath/math/symbols/boxonbox.rb +41 -0
- data/lib/plurimath/math/symbols/boxplus.rb +41 -0
- data/lib/plurimath/math/symbols/boxtimes.rb +41 -0
- data/lib/plurimath/math/symbols/breve.rb +41 -0
- data/lib/plurimath/math/symbols/bsimilarleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/bsimilarrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/bsolhsub.rb +41 -0
- data/lib/plurimath/math/symbols/btimes.rb +41 -0
- data/lib/plurimath/math/symbols/bullet.rb +41 -0
- data/lib/plurimath/math/symbols/bullseye.rb +41 -0
- data/lib/plurimath/math/symbols/bumpeq.rb +41 -0
- data/lib/plurimath/math/symbols/bumpeqq.rb +41 -0
- data/lib/plurimath/math/symbols/buni.rb +41 -0
- data/lib/plurimath/math/symbols/cancer.rb +41 -0
- data/lib/plurimath/math/symbols/candra.rb +41 -0
- data/lib/plurimath/math/symbols/cap.rb +45 -0
- data/lib/plurimath/math/symbols/capbarcup.rb +41 -0
- data/lib/plurimath/math/symbols/capdot.rb +41 -0
- data/lib/plurimath/math/symbols/capovercup.rb +41 -0
- data/lib/plurimath/math/symbols/capricornus.rb +41 -0
- data/lib/plurimath/math/symbols/capwedge.rb +41 -0
- data/lib/plurimath/math/symbols/caretinsert.rb +41 -0
- data/lib/plurimath/math/symbols/carriagereturn.rb +41 -0
- data/lib/plurimath/math/symbols/cat.rb +41 -0
- data/lib/plurimath/math/symbols/cc.rb +41 -0
- data/lib/plurimath/math/symbols/ccwundercurvearrow.rb +41 -0
- data/lib/plurimath/math/symbols/cdot.rb +41 -0
- data/lib/plurimath/math/symbols/cdotp.rb +41 -0
- data/lib/plurimath/math/symbols/cdots.rb +41 -0
- data/lib/plurimath/math/symbols/cent.rb +41 -0
- data/lib/plurimath/math/symbols/check.rb +41 -0
- data/lib/plurimath/math/symbols/checkedbox.rb +41 -0
- data/lib/plurimath/math/symbols/checkmark.rb +41 -0
- data/lib/plurimath/math/symbols/chi.rb +41 -0
- data/lib/plurimath/math/symbols/cirbot.rb +41 -0
- data/lib/plurimath/math/symbols/circ.rb +41 -0
- data/lib/plurimath/math/symbols/circeq.rb +41 -0
- data/lib/plurimath/math/symbols/circle.rb +41 -0
- data/lib/plurimath/math/symbols/circlebottomhalfblack.rb +41 -0
- data/lib/plurimath/math/symbols/circledbullet.rb +41 -0
- data/lib/plurimath/math/symbols/circledgtr.rb +41 -0
- data/lib/plurimath/math/symbols/circledownarrow.rb +41 -0
- data/lib/plurimath/math/symbols/circledparallel.rb +41 -0
- data/lib/plurimath/math/symbols/circledr.rb +41 -0
- data/lib/plurimath/math/symbols/circledrightdot.rb +41 -0
- data/lib/plurimath/math/symbols/circledstar.rb +41 -0
- data/lib/plurimath/math/symbols/circledtwodots.rb +41 -0
- data/lib/plurimath/math/symbols/circledvert.rb +41 -0
- data/lib/plurimath/math/symbols/circledwhitebullet.rb +41 -0
- data/lib/plurimath/math/symbols/circlehbar.rb +41 -0
- data/lib/plurimath/math/symbols/circlellquad.rb +41 -0
- data/lib/plurimath/math/symbols/circlelrquad.rb +41 -0
- data/lib/plurimath/math/symbols/circleonleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/circleonrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/circletophalfblack.rb +41 -0
- data/lib/plurimath/math/symbols/circleulquad.rb +41 -0
- data/lib/plurimath/math/symbols/circleurquad.rb +41 -0
- data/lib/plurimath/math/symbols/circleurquadblack.rb +41 -0
- data/lib/plurimath/math/symbols/circlevertfill.rb +41 -0
- data/lib/plurimath/math/symbols/cire.rb +41 -0
- data/lib/plurimath/math/symbols/cirfnint.rb +41 -0
- data/lib/plurimath/math/symbols/cirmid.rb +41 -0
- data/lib/plurimath/math/symbols/cirscir.rb +41 -0
- data/lib/plurimath/math/symbols/clockoint.rb +45 -0
- data/lib/plurimath/math/symbols/closedvarcap.rb +41 -0
- data/lib/plurimath/math/symbols/closedvarcup.rb +41 -0
- data/lib/plurimath/math/symbols/closedvarcupsmashprod.rb +41 -0
- data/lib/plurimath/math/symbols/closure.rb +41 -0
- data/lib/plurimath/math/symbols/clubsuit.rb +41 -0
- data/lib/plurimath/math/symbols/cntclockoint.rb +45 -0
- data/lib/plurimath/math/symbols/colon.rb +41 -0
- data/lib/plurimath/math/symbols/coloneq.rb +41 -0
- data/lib/plurimath/math/symbols/comma.rb +41 -0
- data/lib/plurimath/math/symbols/commaminus.rb +41 -0
- data/lib/plurimath/math/symbols/comp.rb +41 -0
- data/lib/plurimath/math/symbols/complement.rb +41 -0
- data/lib/plurimath/math/symbols/concavediamond.rb +41 -0
- data/lib/plurimath/math/symbols/concavediamondtickleft.rb +41 -0
- data/lib/plurimath/math/symbols/concavediamondtickright.rb +41 -0
- data/lib/plurimath/math/symbols/cong.rb +41 -0
- data/lib/plurimath/math/symbols/congdot.rb +41 -0
- data/lib/plurimath/math/symbols/conictaper.rb +41 -0
- data/lib/plurimath/math/symbols/conjquant.rb +41 -0
- data/lib/plurimath/math/symbols/coprod.rb +45 -0
- data/lib/plurimath/math/symbols/csub.rb +41 -0
- data/lib/plurimath/math/symbols/csube.rb +41 -0
- data/lib/plurimath/math/symbols/csup.rb +41 -0
- data/lib/plurimath/math/symbols/csupe.rb +41 -0
- data/lib/plurimath/math/symbols/cuberoot.rb +41 -0
- data/lib/plurimath/math/symbols/cup.rb +41 -0
- data/lib/plurimath/math/symbols/cupbarcap.rb +41 -0
- data/lib/plurimath/math/symbols/cupdot.rb +41 -0
- data/lib/plurimath/math/symbols/cupleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/cupovercap.rb +41 -0
- data/lib/plurimath/math/symbols/cupvee.rb +41 -0
- data/lib/plurimath/math/symbols/curlyeqprec.rb +41 -0
- data/lib/plurimath/math/symbols/curlyeqsucc.rb +41 -0
- data/lib/plurimath/math/symbols/curlyvee.rb +41 -0
- data/lib/plurimath/math/symbols/curlywedge.rb +41 -0
- data/lib/plurimath/math/symbols/curvearrowleftplus.rb +41 -0
- data/lib/plurimath/math/symbols/curvearrowright.rb +41 -0
- data/lib/plurimath/math/symbols/curvearrowrightminus.rb +41 -0
- data/lib/plurimath/math/symbols/cwcirclearrow.rb +41 -0
- data/lib/plurimath/math/symbols/cwgapcirclearrow.rb +41 -0
- data/lib/plurimath/math/symbols/cwrightarcarrow.rb +41 -0
- data/lib/plurimath/math/symbols/cwundercurvearrow.rb +41 -0
- data/lib/plurimath/math/symbols/dag.rb +41 -0
- data/lib/plurimath/math/symbols/daleth.rb +41 -0
- data/lib/plurimath/math/symbols/danger.rb +41 -0
- data/lib/plurimath/math/symbols/darr.rb +41 -0
- data/lib/plurimath/math/symbols/dasharrow.rb +41 -0
- data/lib/plurimath/math/symbols/dasharrowright.rb +41 -0
- data/lib/plurimath/math/symbols/dashv.rb +41 -0
- data/lib/plurimath/math/symbols/dashvdash.rb +41 -0
- data/lib/plurimath/math/symbols/dbkarow.rb +41 -0
- data/lib/plurimath/math/symbols/dd.rb +41 -0
- data/lib/plurimath/math/symbols/ddag.rb +41 -0
- data/lib/plurimath/math/symbols/ddddot.rb +41 -0
- data/lib/plurimath/math/symbols/dddot.rb +41 -0
- data/lib/plurimath/math/symbols/ddot.rb +41 -0
- data/lib/plurimath/math/symbols/ddots.rb +41 -0
- data/lib/plurimath/math/symbols/ddotseq.rb +41 -0
- data/lib/plurimath/math/symbols/ddownarrow.rb +41 -0
- data/lib/plurimath/math/symbols/degc.rb +41 -0
- data/lib/plurimath/math/symbols/degf.rb +41 -0
- data/lib/plurimath/math/symbols/degree.rb +41 -0
- data/lib/plurimath/math/symbols/del.rb +41 -0
- data/lib/plurimath/math/symbols/delta.rb +41 -0
- data/lib/plurimath/math/symbols/deltaeq.rb +41 -0
- data/lib/plurimath/math/symbols/diameter.rb +41 -0
- data/lib/plurimath/math/symbols/diamond.rb +41 -0
- data/lib/plurimath/math/symbols/diamondblack.rb +41 -0
- data/lib/plurimath/math/symbols/diamondbotblack.rb +41 -0
- data/lib/plurimath/math/symbols/diamonddot.rb +41 -0
- data/lib/plurimath/math/symbols/diamondleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/diamondleftarrowbar.rb +41 -0
- data/lib/plurimath/math/symbols/diamondleftblack.rb +41 -0
- data/lib/plurimath/math/symbols/diamondrightblack.rb +41 -0
- data/lib/plurimath/math/symbols/diamondtopblack.rb +41 -0
- data/lib/plurimath/math/symbols/dicei.rb +41 -0
- data/lib/plurimath/math/symbols/diceii.rb +41 -0
- data/lib/plurimath/math/symbols/diceiii.rb +41 -0
- data/lib/plurimath/math/symbols/diceiv.rb +41 -0
- data/lib/plurimath/math/symbols/dicev.rb +41 -0
- data/lib/plurimath/math/symbols/dicevi.rb +41 -0
- data/lib/plurimath/math/symbols/digamma.rb +41 -0
- data/lib/plurimath/math/symbols/dingasterisk.rb +41 -0
- data/lib/plurimath/math/symbols/dint.rb +41 -0
- data/lib/plurimath/math/symbols/disin.rb +41 -0
- data/lib/plurimath/math/symbols/disjquant.rb +41 -0
- data/lib/plurimath/math/symbols/div.rb +41 -0
- data/lib/plurimath/math/symbols/divideontimes.rb +41 -0
- data/lib/plurimath/math/symbols/dot.rb +41 -0
- data/lib/plurimath/math/symbols/doteq.rb +41 -0
- data/lib/plurimath/math/symbols/dotequiv.rb +41 -0
- data/lib/plurimath/math/symbols/dotminus.rb +41 -0
- data/lib/plurimath/math/symbols/dotplus.rb +41 -0
- data/lib/plurimath/math/symbols/dots.rb +41 -0
- data/lib/plurimath/math/symbols/dotsim.rb +41 -0
- data/lib/plurimath/math/symbols/dotsminusdots.rb +41 -0
- data/lib/plurimath/math/symbols/dottedcircle.rb +41 -0
- data/lib/plurimath/math/symbols/dottedsquare.rb +41 -0
- data/lib/plurimath/math/symbols/dottimes.rb +41 -0
- data/lib/plurimath/math/symbols/doublebarvee.rb +41 -0
- data/lib/plurimath/math/symbols/doublebarwedge.rb +41 -0
- data/lib/plurimath/math/symbols/doubleplus.rb +41 -0
- data/lib/plurimath/math/symbols/downarrow.rb +41 -0
- data/lib/plurimath/math/symbols/downarrowbar.rb +41 -0
- data/lib/plurimath/math/symbols/downarrowbarred.rb +41 -0
- data/lib/plurimath/math/symbols/downarrows.rb +41 -0
- data/lib/plurimath/math/symbols/downdasharrow.rb +41 -0
- data/lib/plurimath/math/symbols/downdownharpoons.rb +41 -0
- data/lib/plurimath/math/symbols/downfishtail.rb +41 -0
- data/lib/plurimath/math/symbols/downharpoonleft.rb +41 -0
- data/lib/plurimath/math/symbols/downharpoonright.rb +41 -0
- data/lib/plurimath/math/symbols/downleftteevector.rb +41 -0
- data/lib/plurimath/math/symbols/downleftvectorbar.rb +41 -0
- data/lib/plurimath/math/symbols/downrightcurvedarrow.rb +41 -0
- data/lib/plurimath/math/symbols/downrightteevector.rb +41 -0
- data/lib/plurimath/math/symbols/downrightvectorbar.rb +41 -0
- data/lib/plurimath/math/symbols/downtriangleleftblack.rb +41 -0
- data/lib/plurimath/math/symbols/downtrianglerightblack.rb +41 -0
- data/lib/plurimath/math/symbols/downuparrows.rb +41 -0
- data/lib/plurimath/math/symbols/downupharpoons.rb +41 -0
- data/lib/plurimath/math/symbols/downwhitearrow.rb +41 -0
- data/lib/plurimath/math/symbols/dprime.rb +41 -0
- data/lib/plurimath/math/symbols/draftingarrow.rb +41 -0
- data/lib/plurimath/math/symbols/drbkarow.rb +41 -0
- data/lib/plurimath/math/symbols/droang.rb +41 -0
- data/lib/plurimath/math/symbols/dsol.rb +41 -0
- data/lib/plurimath/math/symbols/dsub.rb +41 -0
- data/lib/plurimath/math/symbols/dualmap.rb +41 -0
- data/lib/plurimath/math/symbols/duni.rb +41 -0
- data/lib/plurimath/math/symbols/earth.rb +41 -0
- data/lib/plurimath/math/symbols/ee.rb +41 -0
- data/lib/plurimath/math/symbols/egsdot.rb +41 -0
- data/lib/plurimath/math/symbols/eighthnote.rb +41 -0
- data/lib/plurimath/math/symbols/elinters.rb +41 -0
- data/lib/plurimath/math/symbols/ell.rb +41 -0
- data/lib/plurimath/math/symbols/elsdot.rb +41 -0
- data/lib/plurimath/math/symbols/emptyset.rb +41 -0
- data/lib/plurimath/math/symbols/emptysetoarr.rb +41 -0
- data/lib/plurimath/math/symbols/emptysetoarrl.rb +41 -0
- data/lib/plurimath/math/symbols/emptysetobar.rb +41 -0
- data/lib/plurimath/math/symbols/emptysetocirc.rb +41 -0
- data/lib/plurimath/math/symbols/enclosecircle.rb +41 -0
- data/lib/plurimath/math/symbols/enclosediamond.rb +41 -0
- data/lib/plurimath/math/symbols/enclosesquare.rb +41 -0
- data/lib/plurimath/math/symbols/enclosetriangle.rb +41 -0
- data/lib/plurimath/math/symbols/enleadertwodots.rb +41 -0
- data/lib/plurimath/math/symbols/epar.rb +41 -0
- data/lib/plurimath/math/symbols/eparsl.rb +41 -0
- data/lib/plurimath/math/symbols/epsilon.rb +41 -0
- data/lib/plurimath/math/symbols/eqcirc.rb +41 -0
- data/lib/plurimath/math/symbols/eqcolon.rb +41 -0
- data/lib/plurimath/math/symbols/eqdef.rb +41 -0
- data/lib/plurimath/math/symbols/eqdot.rb +41 -0
- data/lib/plurimath/math/symbols/eqeq.rb +41 -0
- data/lib/plurimath/math/symbols/eqgtr.rb +41 -0
- data/lib/plurimath/math/symbols/eqless.rb +41 -0
- data/lib/plurimath/math/symbols/eqno.rb +41 -0
- data/lib/plurimath/math/symbols/eqqcolon.rb +41 -0
- data/lib/plurimath/math/symbols/eqqgtr.rb +41 -0
- data/lib/plurimath/math/symbols/eqqless.rb +41 -0
- data/lib/plurimath/math/symbols/eqqplus.rb +41 -0
- data/lib/plurimath/math/symbols/eqqsim.rb +41 -0
- data/lib/plurimath/math/symbols/eqqslantgtr.rb +41 -0
- data/lib/plurimath/math/symbols/eqqslantless.rb +41 -0
- data/lib/plurimath/math/symbols/eqsim.rb +41 -0
- data/lib/plurimath/math/symbols/eqslantgtr.rb +41 -0
- data/lib/plurimath/math/symbols/eqslantless.rb +41 -0
- data/lib/plurimath/math/symbols/equal.rb +41 -0
- data/lib/plurimath/math/symbols/equalleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/equalrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/equiv.rb +41 -0
- data/lib/plurimath/math/symbols/equivdd.rb +41 -0
- data/lib/plurimath/math/symbols/equivvert.rb +41 -0
- data/lib/plurimath/math/symbols/equivvvert.rb +41 -0
- data/lib/plurimath/math/symbols/eqvparsl.rb +41 -0
- data/lib/plurimath/math/symbols/errbarblackcircle.rb +41 -0
- data/lib/plurimath/math/symbols/errbarblackdiamond.rb +41 -0
- data/lib/plurimath/math/symbols/errbarblacksquare.rb +41 -0
- data/lib/plurimath/math/symbols/errbarcircle.rb +41 -0
- data/lib/plurimath/math/symbols/errbardiamond.rb +41 -0
- data/lib/plurimath/math/symbols/errbarsquare.rb +41 -0
- data/lib/plurimath/math/symbols/eta.rb +41 -0
- data/lib/plurimath/math/symbols/eth.rb +41 -0
- data/lib/plurimath/math/symbols/euler.rb +41 -0
- data/lib/plurimath/math/symbols/euro.rb +41 -0
- data/lib/plurimath/math/symbols/exclam.rb +41 -0
- data/lib/plurimath/math/symbols/exi.rb +41 -0
- data/lib/plurimath/math/symbols/exists.rb +41 -0
- data/lib/plurimath/math/symbols/fallingdotseq.rb +41 -0
- data/lib/plurimath/math/symbols/fbowtie.rb +41 -0
- data/lib/plurimath/math/symbols/fdiagovnearrow.rb +41 -0
- data/lib/plurimath/math/symbols/fdiagovrdiag.rb +41 -0
- data/lib/plurimath/math/symbols/ffun.rb +41 -0
- data/lib/plurimath/math/symbols/finj.rb +41 -0
- data/lib/plurimath/math/symbols/fint.rb +41 -0
- data/lib/plurimath/math/symbols/finv.rb +41 -0
- data/lib/plurimath/math/symbols/fisheye.rb +41 -0
- data/lib/plurimath/math/symbols/flat.rb +41 -0
- data/lib/plurimath/math/symbols/fltns.rb +41 -0
- data/lib/plurimath/math/symbols/forall.rb +41 -0
- data/lib/plurimath/math/symbols/forks.rb +41 -0
- data/lib/plurimath/math/symbols/forksnot.rb +41 -0
- data/lib/plurimath/math/symbols/forkv.rb +41 -0
- data/lib/plurimath/math/symbols/fourthroot.rb +41 -0
- data/lib/plurimath/math/symbols/fourvdots.rb +41 -0
- data/lib/plurimath/math/symbols/fracslash.rb +41 -0
- data/lib/plurimath/math/symbols/frown.rb +41 -0
- data/lib/plurimath/math/symbols/fullouterjoin.rb +41 -0
- data/lib/plurimath/math/symbols/funcapply.rb +41 -0
- data/lib/plurimath/math/symbols/game.rb +41 -0
- data/lib/plurimath/math/symbols/gamma.rb +41 -0
- data/lib/plurimath/math/symbols/ge.rb +41 -0
- data/lib/plurimath/math/symbols/gemini.rb +41 -0
- data/lib/plurimath/math/symbols/geq.rb +41 -0
- data/lib/plurimath/math/symbols/geqq.rb +41 -0
- data/lib/plurimath/math/symbols/geqqslant.rb +41 -0
- data/lib/plurimath/math/symbols/geqslant.rb +41 -0
- data/lib/plurimath/math/symbols/gescc.rb +41 -0
- data/lib/plurimath/math/symbols/gesdot.rb +41 -0
- data/lib/plurimath/math/symbols/gesdoto.rb +41 -0
- data/lib/plurimath/math/symbols/gesdotol.rb +41 -0
- data/lib/plurimath/math/symbols/gesles.rb +41 -0
- data/lib/plurimath/math/symbols/gets.rb +41 -0
- data/lib/plurimath/math/symbols/gg.rb +41 -0
- data/lib/plurimath/math/symbols/ggg.rb +41 -0
- data/lib/plurimath/math/symbols/gggnest.rb +41 -0
- data/lib/plurimath/math/symbols/gimel.rb +41 -0
- data/lib/plurimath/math/symbols/gla.rb +41 -0
- data/lib/plurimath/math/symbols/gle.rb +41 -0
- data/lib/plurimath/math/symbols/gleichstark.rb +41 -0
- data/lib/plurimath/math/symbols/glj.rb +41 -0
- data/lib/plurimath/math/symbols/gnapprox.rb +41 -0
- data/lib/plurimath/math/symbols/gneq.rb +41 -0
- data/lib/plurimath/math/symbols/gneqq.rb +41 -0
- data/lib/plurimath/math/symbols/gnsim.rb +41 -0
- data/lib/plurimath/math/symbols/grad.rb +41 -0
- data/lib/plurimath/math/symbols/grave.rb +41 -0
- data/lib/plurimath/math/symbols/greater.rb +41 -0
- data/lib/plurimath/math/symbols/gsime.rb +41 -0
- data/lib/plurimath/math/symbols/gsiml.rb +41 -0
- data/lib/plurimath/math/symbols/gt.rb +41 -0
- data/lib/plurimath/math/symbols/gtcc.rb +41 -0
- data/lib/plurimath/math/symbols/gtcir.rb +41 -0
- data/lib/plurimath/math/symbols/gtlpar.rb +41 -0
- data/lib/plurimath/math/symbols/gtquest.rb +41 -0
- data/lib/plurimath/math/symbols/gtrapprox.rb +41 -0
- data/lib/plurimath/math/symbols/gtrarr.rb +41 -0
- data/lib/plurimath/math/symbols/gtrdot.rb +41 -0
- data/lib/plurimath/math/symbols/gtreqless.rb +41 -0
- data/lib/plurimath/math/symbols/gtreqqless.rb +41 -0
- data/lib/plurimath/math/symbols/gtrless.rb +41 -0
- data/lib/plurimath/math/symbols/harr.rb +41 -0
- data/lib/plurimath/math/symbols/hash.rb +41 -0
- data/lib/plurimath/math/symbols/hat.rb +41 -0
- data/lib/plurimath/math/symbols/hatapprox.rb +41 -0
- data/lib/plurimath/math/symbols/hbar.rb +41 -0
- data/lib/plurimath/math/symbols/hearsuit.rb +41 -0
- data/lib/plurimath/math/symbols/hermaphrodite.rb +41 -0
- data/lib/plurimath/math/symbols/hermitmatrix.rb +41 -0
- data/lib/plurimath/math/symbols/hexagon.rb +41 -0
- data/lib/plurimath/math/symbols/hexagonblack.rb +41 -0
- data/lib/plurimath/math/symbols/hide.rb +41 -0
- data/lib/plurimath/math/symbols/hknearrow.rb +41 -0
- data/lib/plurimath/math/symbols/hknwarrow.rb +41 -0
- data/lib/plurimath/math/symbols/hksearow.rb +41 -0
- data/lib/plurimath/math/symbols/hkswarow.rb +41 -0
- data/lib/plurimath/math/symbols/hline.rb +41 -0
- data/lib/plurimath/math/symbols/hookleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/hookrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/horizbar.rb +41 -0
- data/lib/plurimath/math/symbols/hourglass.rb +41 -0
- data/lib/plurimath/math/symbols/house.rb +41 -0
- data/lib/plurimath/math/symbols/hrectangle.rb +41 -0
- data/lib/plurimath/math/symbols/hrectangleblack.rb +41 -0
- data/lib/plurimath/math/symbols/hyphenbullet.rb +41 -0
- data/lib/plurimath/math/symbols/hzigzag.rb +41 -0
- data/lib/plurimath/math/symbols/if.rb +41 -0
- data/lib/plurimath/math/symbols/iff.rb +41 -0
- data/lib/plurimath/math/symbols/ii.rb +41 -0
- data/lib/plurimath/math/symbols/iiiint.rb +41 -0
- data/lib/plurimath/math/symbols/iiint.rb +45 -0
- data/lib/plurimath/math/symbols/iinfin.rb +41 -0
- data/lib/plurimath/math/symbols/iint.rb +45 -0
- data/lib/plurimath/math/symbols/im.rb +41 -0
- data/lib/plurimath/math/symbols/imageof.rb +41 -0
- data/lib/plurimath/math/symbols/imath.rb +41 -0
- data/lib/plurimath/math/symbols/impliedby.rb +41 -0
- data/lib/plurimath/math/symbols/in.rb +41 -0
- data/lib/plurimath/math/symbols/inc.rb +41 -0
- data/lib/plurimath/math/symbols/int.rb +41 -0
- data/lib/plurimath/math/symbols/intbar.rb +41 -0
- data/lib/plurimath/math/symbols/intbottom.rb +41 -0
- data/lib/plurimath/math/symbols/intcap.rb +41 -0
- data/lib/plurimath/math/symbols/intclockwise.rb +45 -0
- data/lib/plurimath/math/symbols/intcup.rb +41 -0
- data/lib/plurimath/math/symbols/intercal.rb +41 -0
- data/lib/plurimath/math/symbols/interleave.rb +41 -0
- data/lib/plurimath/math/symbols/intextender.rb +41 -0
- data/lib/plurimath/math/symbols/intlarhk.rb +41 -0
- data/lib/plurimath/math/symbols/intprod.rb +41 -0
- data/lib/plurimath/math/symbols/intprodr.rb +41 -0
- data/lib/plurimath/math/symbols/inttop.rb +41 -0
- data/lib/plurimath/math/symbols/intx.rb +41 -0
- data/lib/plurimath/math/symbols/invdiameter.rb +41 -0
- data/lib/plurimath/math/symbols/inversebullet.rb +41 -0
- data/lib/plurimath/math/symbols/inversewhitecircle.rb +41 -0
- data/lib/plurimath/math/symbols/invlazys.rb +41 -0
- data/lib/plurimath/math/symbols/invnot.rb +41 -0
- data/lib/plurimath/math/symbols/invwhitelowerhalfcircle.rb +41 -0
- data/lib/plurimath/math/symbols/invwhiteupperhalfcircle.rb +41 -0
- data/lib/plurimath/math/symbols/iota.rb +41 -0
- data/lib/plurimath/math/symbols/isindot.rb +41 -0
- data/lib/plurimath/math/symbols/isine.rb +41 -0
- data/lib/plurimath/math/symbols/isinobar.rb +41 -0
- data/lib/plurimath/math/symbols/isins.rb +41 -0
- data/lib/plurimath/math/symbols/isinvb.rb +41 -0
- data/lib/plurimath/math/symbols/jj.rb +41 -0
- data/lib/plurimath/math/symbols/jmath.rb +41 -0
- data/lib/plurimath/math/symbols/join.rb +41 -0
- data/lib/plurimath/math/symbols/jupiter.rb +41 -0
- data/lib/plurimath/math/symbols/kappa.rb +41 -0
- data/lib/plurimath/math/symbols/kernelcontraction.rb +41 -0
- data/lib/plurimath/math/symbols/koppa.rb +41 -0
- data/lib/plurimath/math/symbols/lambda.rb +41 -0
- data/lib/plurimath/math/symbols/land.rb +41 -0
- data/lib/plurimath/math/symbols/lang.rb +41 -0
- data/lib/plurimath/math/symbols/langledot.rb +41 -0
- data/lib/plurimath/math/symbols/laplac.rb +41 -0
- data/lib/plurimath/math/symbols/larr.rb +41 -0
- data/lib/plurimath/math/symbols/lat.rb +41 -0
- data/lib/plurimath/math/symbols/late.rb +41 -0
- data/lib/plurimath/math/symbols/lbag.rb +41 -0
- data/lib/plurimath/math/symbols/lblkbrbrak.rb +41 -0
- data/lib/plurimath/math/symbols/lblot.rb +41 -0
- data/lib/plurimath/math/symbols/lbracelend.rb +41 -0
- data/lib/plurimath/math/symbols/lbracemid.rb +41 -0
- data/lib/plurimath/math/symbols/lbraceuend.rb +41 -0
- data/lib/plurimath/math/symbols/lbrackextender.rb +41 -0
- data/lib/plurimath/math/symbols/lbracklend.rb +41 -0
- data/lib/plurimath/math/symbols/lbracklltick.rb +41 -0
- data/lib/plurimath/math/symbols/lbrackubar.rb +41 -0
- data/lib/plurimath/math/symbols/lbrackuend.rb +41 -0
- data/lib/plurimath/math/symbols/lbrackultick.rb +41 -0
- data/lib/plurimath/math/symbols/lbrbrak.rb +41 -0
- data/lib/plurimath/math/symbols/lcurvyangle.rb +41 -0
- data/lib/plurimath/math/symbols/ldsh.rb +41 -0
- data/lib/plurimath/math/symbols/le.rb +41 -0
- data/lib/plurimath/math/symbols/leadsto.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowapprox.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowbackapprox.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowbsimilar.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowless.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowonoplus.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowplus.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowshortrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowsimilar.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowsubset.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowtail.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowtriangle.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowx.rb +41 -0
- data/lib/plurimath/math/symbols/leftbarharpoon.rb +41 -0
- data/lib/plurimath/math/symbols/leftbkarrow.rb +41 -0
- data/lib/plurimath/math/symbols/leftcircle.rb +41 -0
- data/lib/plurimath/math/symbols/leftcurvedarrow.rb +41 -0
- data/lib/plurimath/math/symbols/leftdasharrow.rb +41 -0
- data/lib/plurimath/math/symbols/leftdbkarrow.rb +41 -0
- data/lib/plurimath/math/symbols/leftdbltail.rb +41 -0
- data/lib/plurimath/math/symbols/leftdotarrow.rb +41 -0
- data/lib/plurimath/math/symbols/leftdowncurvedarrow.rb +41 -0
- data/lib/plurimath/math/symbols/leftdownteevector.rb +41 -0
- data/lib/plurimath/math/symbols/leftdownvectorbar.rb +41 -0
- data/lib/plurimath/math/symbols/leftharpoondown.rb +41 -0
- data/lib/plurimath/math/symbols/leftharpoonup.rb +41 -0
- data/lib/plurimath/math/symbols/leftleftarrows.rb +41 -0
- data/lib/plurimath/math/symbols/leftleftharpoons.rb +41 -0
- data/lib/plurimath/math/symbols/leftmoon.rb +41 -0
- data/lib/plurimath/math/symbols/leftouterjoin.rb +41 -0
- data/lib/plurimath/math/symbols/leftrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/leftrightarrowcircle.rb +41 -0
- data/lib/plurimath/math/symbols/leftrightarrows.rb +41 -0
- data/lib/plurimath/math/symbols/leftrightarrowtriangle.rb +41 -0
- data/lib/plurimath/math/symbols/leftrightharpoon.rb +41 -0
- data/lib/plurimath/math/symbols/leftrightharpoondown.rb +41 -0
- data/lib/plurimath/math/symbols/leftrightharpoonsdown.rb +41 -0
- data/lib/plurimath/math/symbols/leftrightharpoonsup.rb +41 -0
- data/lib/plurimath/math/symbols/leftrightharpoonup.rb +41 -0
- data/lib/plurimath/math/symbols/leftrightwavearrow.rb +41 -0
- data/lib/plurimath/math/symbols/leftsquigarrow.rb +41 -0
- data/lib/plurimath/math/symbols/lefttail.rb +41 -0
- data/lib/plurimath/math/symbols/leftteevector.rb +41 -0
- data/lib/plurimath/math/symbols/leftthreearrows.rb +41 -0
- data/lib/plurimath/math/symbols/leftthreetimes.rb +41 -0
- data/lib/plurimath/math/symbols/leftturn.rb +41 -0
- data/lib/plurimath/math/symbols/leftupdownharpoon.rb +41 -0
- data/lib/plurimath/math/symbols/leftupteevector.rb +41 -0
- data/lib/plurimath/math/symbols/leftupvectorbar.rb +41 -0
- data/lib/plurimath/math/symbols/leftvectorbar.rb +41 -0
- data/lib/plurimath/math/symbols/leftwavearrow.rb +41 -0
- data/lib/plurimath/math/symbols/leftwhitearrow.rb +41 -0
- data/lib/plurimath/math/symbols/leo.rb +41 -0
- data/lib/plurimath/math/symbols/leq.rb +41 -0
- data/lib/plurimath/math/symbols/leqq.rb +41 -0
- data/lib/plurimath/math/symbols/leqqslant.rb +41 -0
- data/lib/plurimath/math/symbols/leqslant.rb +41 -0
- data/lib/plurimath/math/symbols/lescc.rb +41 -0
- data/lib/plurimath/math/symbols/lesdot.rb +41 -0
- data/lib/plurimath/math/symbols/lesdoto.rb +41 -0
- data/lib/plurimath/math/symbols/lesdotor.rb +41 -0
- data/lib/plurimath/math/symbols/lesges.rb +41 -0
- data/lib/plurimath/math/symbols/less.rb +41 -0
- data/lib/plurimath/math/symbols/lessapprox.rb +41 -0
- data/lib/plurimath/math/symbols/lessdot.rb +41 -0
- data/lib/plurimath/math/symbols/lesseqgtr.rb +41 -0
- data/lib/plurimath/math/symbols/lesseqqgtr.rb +41 -0
- data/lib/plurimath/math/symbols/lessgtr.rb +41 -0
- data/lib/plurimath/math/symbols/lfbowtie.rb +41 -0
- data/lib/plurimath/math/symbols/lftimes.rb +41 -0
- data/lib/plurimath/math/symbols/lgblkcircle.rb +41 -0
- data/lib/plurimath/math/symbols/lgblksquare.rb +41 -0
- data/lib/plurimath/math/symbols/lge.rb +41 -0
- data/lib/plurimath/math/symbols/lgroup.rb +41 -0
- data/lib/plurimath/math/symbols/lgwhtcircle.rb +41 -0
- data/lib/plurimath/math/symbols/lgwhtsquare.rb +41 -0
- data/lib/plurimath/math/symbols/lhd.rb +41 -0
- data/lib/plurimath/math/symbols/libra.rb +41 -0
- data/lib/plurimath/math/symbols/lightning.rb +41 -0
- data/lib/plurimath/math/symbols/limg.rb +41 -0
- data/lib/plurimath/math/symbols/linefeed.rb +41 -0
- data/lib/plurimath/math/symbols/ll.rb +41 -0
- data/lib/plurimath/math/symbols/llarc.rb +41 -0
- data/lib/plurimath/math/symbols/llblacktriangle.rb +41 -0
- data/lib/plurimath/math/symbols/llcorner.rb +41 -0
- data/lib/plurimath/math/symbols/lleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/lll.rb +41 -0
- data/lib/plurimath/math/symbols/lllnest.rb +41 -0
- data/lib/plurimath/math/symbols/lltriangle.rb +41 -0
- data/lib/plurimath/math/symbols/lmoust.rb +41 -0
- data/lib/plurimath/math/symbols/lmoustache.rb +41 -0
- data/lib/plurimath/math/symbols/lnapprox.rb +41 -0
- data/lib/plurimath/math/symbols/lneq.rb +41 -0
- data/lib/plurimath/math/symbols/lnot.rb +40 -0
- data/lib/plurimath/math/symbols/lnsim.rb +41 -0
- data/lib/plurimath/math/symbols/longdashv.rb +41 -0
- data/lib/plurimath/math/symbols/longdivision.rb +41 -0
- data/lib/plurimath/math/symbols/longleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/longleftrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/longleftsquigarrow.rb +41 -0
- data/lib/plurimath/math/symbols/longmapsfrom.rb +41 -0
- data/lib/plurimath/math/symbols/longmapsto.rb +41 -0
- data/lib/plurimath/math/symbols/longrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/looparrowleft.rb +41 -0
- data/lib/plurimath/math/symbols/lor.rb +41 -0
- data/lib/plurimath/math/symbols/lowint.rb +41 -0
- data/lib/plurimath/math/symbols/lozenge.rb +41 -0
- data/lib/plurimath/math/symbols/lozengeminus.rb +41 -0
- data/lib/plurimath/math/symbols/lparen.rb +41 -0
- data/lib/plurimath/math/symbols/lparenextender.rb +41 -0
- data/lib/plurimath/math/symbols/lparengtr.rb +41 -0
- data/lib/plurimath/math/symbols/lparenlend.rb +41 -0
- data/lib/plurimath/math/symbols/lparenless.rb +41 -0
- data/lib/plurimath/math/symbols/lparenuend.rb +41 -0
- data/lib/plurimath/math/symbols/lrarc.rb +41 -0
- data/lib/plurimath/math/symbols/lrblacktriangle.rb +41 -0
- data/lib/plurimath/math/symbols/lrcorner.rb +41 -0
- data/lib/plurimath/math/symbols/lrhar.rb +41 -0
- data/lib/plurimath/math/symbols/lrtimes.rb +41 -0
- data/lib/plurimath/math/symbols/lrtriangle.rb +41 -0
- data/lib/plurimath/math/symbols/lrtriangleeq.rb +41 -0
- data/lib/plurimath/math/symbols/lsh.rb +41 -0
- data/lib/plurimath/math/symbols/lsime.rb +41 -0
- data/lib/plurimath/math/symbols/lsimg.rb +41 -0
- data/lib/plurimath/math/symbols/lsqhook.rb +41 -0
- data/lib/plurimath/math/symbols/lt.rb +41 -0
- data/lib/plurimath/math/symbols/ltcc.rb +41 -0
- data/lib/plurimath/math/symbols/ltcir.rb +41 -0
- data/lib/plurimath/math/symbols/ltimes.rb +41 -0
- data/lib/plurimath/math/symbols/ltlarr.rb +41 -0
- data/lib/plurimath/math/symbols/ltquest.rb +41 -0
- data/lib/plurimath/math/symbols/ltrivb.rb +41 -0
- data/lib/plurimath/math/symbols/lvboxline.rb +41 -0
- data/lib/plurimath/math/symbols/lvec.rb +41 -0
- data/lib/plurimath/math/symbols/lvzigzag.rb +41 -0
- data/lib/plurimath/math/symbols/maltese.rb +41 -0
- data/lib/plurimath/math/symbols/mapsdown.rb +41 -0
- data/lib/plurimath/math/symbols/mapsfrom.rb +41 -0
- data/lib/plurimath/math/symbols/mapsto.rb +41 -0
- data/lib/plurimath/math/symbols/mapstoleft.rb +41 -0
- data/lib/plurimath/math/symbols/mapsup.rb +41 -0
- data/lib/plurimath/math/symbols/mars.rb +41 -0
- data/lib/plurimath/math/symbols/mathcolon.rb +41 -0
- data/lib/plurimath/math/symbols/mathdollar.rb +41 -0
- data/lib/plurimath/math/symbols/mathslash.rb +41 -0
- data/lib/plurimath/math/symbols/mdblkdiamond.rb +41 -0
- data/lib/plurimath/math/symbols/mdblklozenge.rb +41 -0
- data/lib/plurimath/math/symbols/mdblksquare.rb +41 -0
- data/lib/plurimath/math/symbols/mdlgblksquare.rb +41 -0
- data/lib/plurimath/math/symbols/mdsmblksquare.rb +41 -0
- data/lib/plurimath/math/symbols/mdsmwhtcircle.rb +41 -0
- data/lib/plurimath/math/symbols/mdsmwhtsquare.rb +41 -0
- data/lib/plurimath/math/symbols/mdwhtdiamond.rb +41 -0
- data/lib/plurimath/math/symbols/mdwhtlozenge.rb +41 -0
- data/lib/plurimath/math/symbols/mdwhtsquare.rb +41 -0
- data/lib/plurimath/math/symbols/measangledltosw.rb +41 -0
- data/lib/plurimath/math/symbols/measangledrtose.rb +41 -0
- data/lib/plurimath/math/symbols/measangleldtosw.rb +41 -0
- data/lib/plurimath/math/symbols/measanglelutonw.rb +41 -0
- data/lib/plurimath/math/symbols/measanglerdtose.rb +41 -0
- data/lib/plurimath/math/symbols/measanglerutone.rb +41 -0
- data/lib/plurimath/math/symbols/measangleultonw.rb +41 -0
- data/lib/plurimath/math/symbols/measangleurtone.rb +41 -0
- data/lib/plurimath/math/symbols/measeq.rb +41 -0
- data/lib/plurimath/math/symbols/measuredangleleft.rb +41 -0
- data/lib/plurimath/math/symbols/medblackstar.rb +41 -0
- data/lib/plurimath/math/symbols/medbullet.rb +41 -0
- data/lib/plurimath/math/symbols/medcirc.rb +41 -0
- data/lib/plurimath/math/symbols/medsp.rb +41 -0
- data/lib/plurimath/math/symbols/medwhitestar.rb +41 -0
- data/lib/plurimath/math/symbols/mercury.rb +41 -0
- data/lib/plurimath/math/symbols/mho.rb +41 -0
- data/lib/plurimath/math/symbols/mid.rb +41 -0
- data/lib/plurimath/math/symbols/midbarvee.rb +41 -0
- data/lib/plurimath/math/symbols/midbarwedge.rb +41 -0
- data/lib/plurimath/math/symbols/midcir.rb +41 -0
- data/lib/plurimath/math/symbols/minus.rb +41 -0
- data/lib/plurimath/math/symbols/minusdot.rb +41 -0
- data/lib/plurimath/math/symbols/minusfdots.rb +41 -0
- data/lib/plurimath/math/symbols/minusrdots.rb +41 -0
- data/lib/plurimath/math/symbols/mlcp.rb +41 -0
- data/lib/plurimath/math/symbols/models.rb +41 -0
- data/lib/plurimath/math/symbols/modtwosum.rb +41 -0
- data/lib/plurimath/math/symbols/mp.rb +41 -0
- data/lib/plurimath/math/symbols/mu.rb +41 -0
- data/lib/plurimath/math/symbols/multimap.rb +41 -0
- data/lib/plurimath/math/symbols/multimapinv.rb +41 -0
- data/lib/plurimath/math/symbols/nabla.rb +41 -0
- data/lib/plurimath/math/symbols/napprox.rb +41 -0
- data/lib/plurimath/math/symbols/nasymp.rb +41 -0
- data/lib/plurimath/math/symbols/natural.rb +41 -0
- data/lib/plurimath/math/symbols/ncong.rb +41 -0
- data/lib/plurimath/math/symbols/ne.rb +41 -0
- data/lib/plurimath/math/symbols/nearrow.rb +41 -0
- data/lib/plurimath/math/symbols/neg.rb +41 -0
- data/lib/plurimath/math/symbols/neovnwarrow.rb +41 -0
- data/lib/plurimath/math/symbols/neovsearrow.rb +41 -0
- data/lib/plurimath/math/symbols/neptune.rb +41 -0
- data/lib/plurimath/math/symbols/neq.rb +41 -0
- data/lib/plurimath/math/symbols/nequiv.rb +41 -0
- data/lib/plurimath/math/symbols/neswarrow.rb +41 -0
- data/lib/plurimath/math/symbols/neuter.rb +41 -0
- data/lib/plurimath/math/symbols/nexi.rb +41 -0
- data/lib/plurimath/math/symbols/ngeq.rb +41 -0
- data/lib/plurimath/math/symbols/ngt.rb +41 -0
- data/lib/plurimath/math/symbols/ngtrless.rb +41 -0
- data/lib/plurimath/math/symbols/ngtrsim.rb +41 -0
- data/lib/plurimath/math/symbols/nhdownarrow.rb +41 -0
- data/lib/plurimath/math/symbols/nhpar.rb +41 -0
- data/lib/plurimath/math/symbols/nhuparrow.rb +41 -0
- data/lib/plurimath/math/symbols/nhvvert.rb +41 -0
- data/lib/plurimath/math/symbols/ni.rb +41 -0
- data/lib/plurimath/math/symbols/nin.rb +41 -0
- data/lib/plurimath/math/symbols/niobar.rb +41 -0
- data/lib/plurimath/math/symbols/nis.rb +41 -0
- data/lib/plurimath/math/symbols/nisd.rb +41 -0
- data/lib/plurimath/math/symbols/nleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/nleftrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/nleq.rb +41 -0
- data/lib/plurimath/math/symbols/nless.rb +41 -0
- data/lib/plurimath/math/symbols/nlessgtr.rb +41 -0
- data/lib/plurimath/math/symbols/nlesssim.rb +41 -0
- data/lib/plurimath/math/symbols/nmid.rb +41 -0
- data/lib/plurimath/math/symbols/nn.rb +41 -0
- data/lib/plurimath/math/symbols/nni.rb +41 -0
- data/lib/plurimath/math/symbols/nnn.rb +41 -0
- data/lib/plurimath/math/symbols/not.rb +41 -0
- data/lib/plurimath/math/symbols/notbackslash.rb +41 -0
- data/lib/plurimath/math/symbols/notin.rb +41 -0
- data/lib/plurimath/math/symbols/notslash.rb +41 -0
- data/lib/plurimath/math/symbols/nparallel.rb +41 -0
- data/lib/plurimath/math/symbols/npolint.rb +41 -0
- data/lib/plurimath/math/symbols/nprec.rb +41 -0
- data/lib/plurimath/math/symbols/npreceq.rb +41 -0
- data/lib/plurimath/math/symbols/nrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/nsim.rb +41 -0
- data/lib/plurimath/math/symbols/nsime.rb +41 -0
- data/lib/plurimath/math/symbols/nsqsubseteq.rb +41 -0
- data/lib/plurimath/math/symbols/nsqsuperseteq.rb +41 -0
- data/lib/plurimath/math/symbols/nsub.rb +41 -0
- data/lib/plurimath/math/symbols/nsucc.rb +41 -0
- data/lib/plurimath/math/symbols/nsucceq.rb +41 -0
- data/lib/plurimath/math/symbols/nsup.rb +41 -0
- data/lib/plurimath/math/symbols/ntriangleleft.rb +41 -0
- data/lib/plurimath/math/symbols/ntriangleright.rb +41 -0
- data/lib/plurimath/math/symbols/nu.rb +41 -0
- data/lib/plurimath/math/symbols/nunlhd.rb +41 -0
- data/lib/plurimath/math/symbols/nunrhd.rb +41 -0
- data/lib/plurimath/math/symbols/nvdash.rb +41 -0
- data/lib/plurimath/math/symbols/nvinfty.rb +41 -0
- data/lib/plurimath/math/symbols/nvleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/nvleftarrowtail.rb +41 -0
- data/lib/plurimath/math/symbols/nvleftrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/nvrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/nvtwoheadleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/nvtwoheadleftarrowtail.rb +41 -0
- data/lib/plurimath/math/symbols/nvtwoheadrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/nvtwoheadrightarrowtail.rb +41 -0
- data/lib/plurimath/math/symbols/nwarrow.rb +41 -0
- data/lib/plurimath/math/symbols/nwovnearrow.rb +41 -0
- data/lib/plurimath/math/symbols/nwsearrow.rb +41 -0
- data/lib/plurimath/math/symbols/oast.rb +41 -0
- data/lib/plurimath/math/symbols/obar.rb +41 -0
- data/lib/plurimath/math/symbols/obot.rb +41 -0
- data/lib/plurimath/math/symbols/obrace.rb +41 -0
- data/lib/plurimath/math/symbols/obrbrak.rb +41 -0
- data/lib/plurimath/math/symbols/obslash.rb +41 -0
- data/lib/plurimath/math/symbols/ocirc.rb +41 -0
- data/lib/plurimath/math/symbols/ocommatopright.rb +41 -0
- data/lib/plurimath/math/symbols/octothorpe.rb +41 -0
- data/lib/plurimath/math/symbols/odash.rb +41 -0
- data/lib/plurimath/math/symbols/odiv.rb +41 -0
- data/lib/plurimath/math/symbols/odot.rb +41 -0
- data/lib/plurimath/math/symbols/odotslashdot.rb +41 -0
- data/lib/plurimath/math/symbols/oeq.rb +41 -0
- data/lib/plurimath/math/symbols/oiiint.rb +45 -0
- data/lib/plurimath/math/symbols/oiint.rb +45 -0
- data/lib/plurimath/math/symbols/oint.rb +41 -0
- data/lib/plurimath/math/symbols/olcross.rb +41 -0
- data/lib/plurimath/math/symbols/olessthan.rb +41 -0
- data/lib/plurimath/math/symbols/omega.rb +41 -0
- data/lib/plurimath/math/symbols/ominus.rb +41 -0
- data/lib/plurimath/math/symbols/oo.rb +41 -0
- data/lib/plurimath/math/symbols/operp.rb +41 -0
- data/lib/plurimath/math/symbols/oplus.rb +41 -0
- data/lib/plurimath/math/symbols/opluslhrim.rb +41 -0
- data/lib/plurimath/math/symbols/oplusrhrim.rb +41 -0
- data/lib/plurimath/math/symbols/origof.rb +41 -0
- data/lib/plurimath/math/symbols/oslash.rb +41 -0
- data/lib/plurimath/math/symbols/otimes.rb +41 -0
- data/lib/plurimath/math/symbols/otimeshat.rb +41 -0
- data/lib/plurimath/math/symbols/otimeslhrim.rb +41 -0
- data/lib/plurimath/math/symbols/otimesrhrim.rb +41 -0
- data/lib/plurimath/math/symbols/oturnedcomma.rb +41 -0
- data/lib/plurimath/math/symbols/overbar.rb +41 -0
- data/lib/plurimath/math/symbols/overbracket.rb +41 -0
- data/lib/plurimath/math/symbols/overleftrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/overline.rb +41 -0
- data/lib/plurimath/math/symbols/ovhook.rb +41 -0
- data/lib/plurimath/math/symbols/ox.rb +41 -0
- data/lib/plurimath/math/symbols/parallelogram.rb +41 -0
- data/lib/plurimath/math/symbols/parallelogramblack.rb +41 -0
- data/lib/plurimath/math/symbols/paren/close_paren.rb +59 -0
- data/lib/plurimath/math/symbols/paren/langle.rb +59 -0
- data/lib/plurimath/math/symbols/paren/lbbrack.rb +61 -0
- data/lib/plurimath/math/symbols/paren/lbrace.rb +61 -0
- data/lib/plurimath/math/symbols/paren/lbrack.rb +61 -0
- data/lib/plurimath/math/symbols/paren/lceil.rb +61 -0
- data/lib/plurimath/math/symbols/paren/lcurly.rb +63 -0
- data/lib/plurimath/math/symbols/paren/lfloor.rb +61 -0
- data/lib/plurimath/math/symbols/paren/lround.rb +63 -0
- data/lib/plurimath/math/symbols/paren/lsquare.rb +63 -0
- data/lib/plurimath/math/symbols/paren/norm.rb +73 -0
- data/lib/plurimath/math/symbols/paren/open_paren.rb +59 -0
- data/lib/plurimath/math/symbols/paren/rangle.rb +59 -0
- data/lib/plurimath/math/symbols/paren/rbbrack.rb +61 -0
- data/lib/plurimath/math/symbols/paren/rbrace.rb +61 -0
- data/lib/plurimath/math/symbols/paren/rbrack.rb +61 -0
- data/lib/plurimath/math/symbols/paren/rceil.rb +61 -0
- data/lib/plurimath/math/symbols/paren/rcurly.rb +59 -0
- data/lib/plurimath/math/symbols/paren/rfloor.rb +61 -0
- data/lib/plurimath/math/symbols/paren/rround.rb +59 -0
- data/lib/plurimath/math/symbols/paren/rsquare.rb +59 -0
- data/lib/plurimath/math/symbols/paren/upcase_langle.rb +61 -0
- data/lib/plurimath/math/symbols/paren/upcase_rangle.rb +61 -0
- data/lib/plurimath/math/symbols/paren/vert.rb +73 -0
- data/lib/plurimath/math/symbols/paren.rb +13 -0
- data/lib/plurimath/math/symbols/parsim.rb +41 -0
- data/lib/plurimath/math/symbols/partial.rb +41 -0
- data/lib/plurimath/math/symbols/partialmeetcontraction.rb +41 -0
- data/lib/plurimath/math/symbols/pencil.rb +41 -0
- data/lib/plurimath/math/symbols/pentagon.rb +41 -0
- data/lib/plurimath/math/symbols/pentagonblack.rb +41 -0
- data/lib/plurimath/math/symbols/percent.rb +41 -0
- data/lib/plurimath/math/symbols/period.rb +41 -0
- data/lib/plurimath/math/symbols/perp.rb +41 -0
- data/lib/plurimath/math/symbols/perps.rb +41 -0
- data/lib/plurimath/math/symbols/pfun.rb +41 -0
- data/lib/plurimath/math/symbols/phi.rb +41 -0
- data/lib/plurimath/math/symbols/pi.rb +41 -0
- data/lib/plurimath/math/symbols/pinj.rb +41 -0
- data/lib/plurimath/math/symbols/pisces.rb +41 -0
- data/lib/plurimath/math/symbols/pitchfork.rb +41 -0
- data/lib/plurimath/math/symbols/planckconst.rb +41 -0
- data/lib/plurimath/math/symbols/plus.rb +41 -0
- data/lib/plurimath/math/symbols/plusdot.rb +41 -0
- data/lib/plurimath/math/symbols/pluseqq.rb +41 -0
- data/lib/plurimath/math/symbols/plushat.rb +41 -0
- data/lib/plurimath/math/symbols/plussim.rb +41 -0
- data/lib/plurimath/math/symbols/plussubtwo.rb +41 -0
- data/lib/plurimath/math/symbols/plustrif.rb +41 -0
- data/lib/plurimath/math/symbols/pluto.rb +41 -0
- data/lib/plurimath/math/symbols/pm.rb +41 -0
- data/lib/plurimath/math/symbols/pointint.rb +41 -0
- data/lib/plurimath/math/symbols/pointright.rb +41 -0
- data/lib/plurimath/math/symbols/postalmark.rb +41 -0
- data/lib/plurimath/math/symbols/pounds.rb +41 -0
- data/lib/plurimath/math/symbols/pppprime.rb +41 -0
- data/lib/plurimath/math/symbols/ppprime.rb +41 -0
- data/lib/plurimath/math/symbols/pprime.rb +41 -0
- data/lib/plurimath/math/symbols/prcue.rb +41 -0
- data/lib/plurimath/math/symbols/prec.rb +41 -0
- data/lib/plurimath/math/symbols/precapprox.rb +41 -0
- data/lib/plurimath/math/symbols/preceq.rb +41 -0
- data/lib/plurimath/math/symbols/preceqq.rb +41 -0
- data/lib/plurimath/math/symbols/precnapprox.rb +41 -0
- data/lib/plurimath/math/symbols/precneq.rb +41 -0
- data/lib/plurimath/math/symbols/precneqq.rb +41 -0
- data/lib/plurimath/math/symbols/precnsim.rb +41 -0
- data/lib/plurimath/math/symbols/precsim.rb +41 -0
- data/lib/plurimath/math/symbols/prime.rb +41 -0
- data/lib/plurimath/math/symbols/prod.rb +41 -0
- data/lib/plurimath/math/symbols/profline.rb +41 -0
- data/lib/plurimath/math/symbols/profsurf.rb +41 -0
- data/lib/plurimath/math/symbols/project.rb +41 -0
- data/lib/plurimath/math/symbols/prop.rb +41 -0
- data/lib/plurimath/math/symbols/propertyline.rb +41 -0
- data/lib/plurimath/math/symbols/psi.rb +41 -0
- data/lib/plurimath/math/symbols/psur.rb +41 -0
- data/lib/plurimath/math/symbols/pullback.rb +41 -0
- data/lib/plurimath/math/symbols/pushout.rb +41 -0
- data/lib/plurimath/math/symbols/qed.rb +41 -0
- data/lib/plurimath/math/symbols/qprime.rb +41 -0
- data/lib/plurimath/math/symbols/qq.rb +41 -0
- data/lib/plurimath/math/symbols/qquad.rb +41 -0
- data/lib/plurimath/math/symbols/quad.rb +41 -0
- data/lib/plurimath/math/symbols/quarternote.rb +41 -0
- data/lib/plurimath/math/symbols/questeq.rb +41 -0
- data/lib/plurimath/math/symbols/question.rb +41 -0
- data/lib/plurimath/math/symbols/radiation.rb +41 -0
- data/lib/plurimath/math/symbols/rang.rb +41 -0
- data/lib/plurimath/math/symbols/rangledot.rb +41 -0
- data/lib/plurimath/math/symbols/rangledownzigzagarrow.rb +41 -0
- data/lib/plurimath/math/symbols/ratio.rb +41 -0
- data/lib/plurimath/math/symbols/rbag.rb +41 -0
- data/lib/plurimath/math/symbols/rblkbrbrak.rb +41 -0
- data/lib/plurimath/math/symbols/rblot.rb +41 -0
- data/lib/plurimath/math/symbols/rbracelend.rb +41 -0
- data/lib/plurimath/math/symbols/rbracemid.rb +41 -0
- data/lib/plurimath/math/symbols/rbraceuend.rb +41 -0
- data/lib/plurimath/math/symbols/rbrackextender.rb +41 -0
- data/lib/plurimath/math/symbols/rbracklend.rb +41 -0
- data/lib/plurimath/math/symbols/rbracklrtick.rb +41 -0
- data/lib/plurimath/math/symbols/rbrackubar.rb +41 -0
- data/lib/plurimath/math/symbols/rbrackuend.rb +41 -0
- data/lib/plurimath/math/symbols/rbrackurtick.rb +41 -0
- data/lib/plurimath/math/symbols/rbrbrak.rb +41 -0
- data/lib/plurimath/math/symbols/rcurvyangle.rb +41 -0
- data/lib/plurimath/math/symbols/rddots.rb +41 -0
- data/lib/plurimath/math/symbols/rdiagovfdiag.rb +41 -0
- data/lib/plurimath/math/symbols/rdiagovsearrow.rb +41 -0
- data/lib/plurimath/math/symbols/rdsh.rb +41 -0
- data/lib/plurimath/math/symbols/re.rb +41 -0
- data/lib/plurimath/math/symbols/recycle.rb +41 -0
- data/lib/plurimath/math/symbols/rel.rb +41 -0
- data/lib/plurimath/math/symbols/restriction.rb +41 -0
- data/lib/plurimath/math/symbols/revangle.rb +41 -0
- data/lib/plurimath/math/symbols/revangleubar.rb +41 -0
- data/lib/plurimath/math/symbols/revemptyset.rb +41 -0
- data/lib/plurimath/math/symbols/revnmid.rb +41 -0
- data/lib/plurimath/math/symbols/rfbowtie.rb +41 -0
- data/lib/plurimath/math/symbols/rftimes.rb +41 -0
- data/lib/plurimath/math/symbols/rgroup.rb +41 -0
- data/lib/plurimath/math/symbols/rhd.rb +41 -0
- data/lib/plurimath/math/symbols/rho.rb +41 -0
- data/lib/plurimath/math/symbols/rightangle.rb +41 -0
- data/lib/plurimath/math/symbols/rightanglemdot.rb +41 -0
- data/lib/plurimath/math/symbols/rightanglesqr.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowapprox.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowbackapprox.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowbar.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowbsimilar.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowdiamond.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowgtr.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowonoplus.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowplus.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowshortleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowsimilar.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowsupset.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowtail.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowtriangle.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowx.rb +41 -0
- data/lib/plurimath/math/symbols/rightbarharpoon.rb +41 -0
- data/lib/plurimath/math/symbols/rightbkarrow.rb +41 -0
- data/lib/plurimath/math/symbols/rightcircle.rb +41 -0
- data/lib/plurimath/math/symbols/rightdbltail.rb +41 -0
- data/lib/plurimath/math/symbols/rightdotarrow.rb +41 -0
- data/lib/plurimath/math/symbols/rightdowncurvedarrow.rb +41 -0
- data/lib/plurimath/math/symbols/rightdownteevector.rb +41 -0
- data/lib/plurimath/math/symbols/rightdownvectorbar.rb +41 -0
- data/lib/plurimath/math/symbols/rightharpoonaccent.rb +41 -0
- data/lib/plurimath/math/symbols/rightharpoondown.rb +41 -0
- data/lib/plurimath/math/symbols/rightharpoonup.rb +41 -0
- data/lib/plurimath/math/symbols/rightimply.rb +41 -0
- data/lib/plurimath/math/symbols/rightleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/rightleftharpoon.rb +41 -0
- data/lib/plurimath/math/symbols/rightleftharpoonsdown.rb +41 -0
- data/lib/plurimath/math/symbols/rightleftharpoonsup.rb +41 -0
- data/lib/plurimath/math/symbols/rightmoon.rb +41 -0
- data/lib/plurimath/math/symbols/rightouterjoin.rb +41 -0
- data/lib/plurimath/math/symbols/rightpentagon.rb +41 -0
- data/lib/plurimath/math/symbols/rightpentagonblack.rb +41 -0
- data/lib/plurimath/math/symbols/rightrightarrows.rb +41 -0
- data/lib/plurimath/math/symbols/rightrightharpoons.rb +41 -0
- data/lib/plurimath/math/symbols/rightsquigarrow.rb +41 -0
- data/lib/plurimath/math/symbols/righttail.rb +41 -0
- data/lib/plurimath/math/symbols/rightteevector.rb +41 -0
- data/lib/plurimath/math/symbols/rightthreearrows.rb +41 -0
- data/lib/plurimath/math/symbols/rightthreetimes.rb +41 -0
- data/lib/plurimath/math/symbols/rightturn.rb +41 -0
- data/lib/plurimath/math/symbols/rightupdownharpoon.rb +41 -0
- data/lib/plurimath/math/symbols/rightupteevector.rb +41 -0
- data/lib/plurimath/math/symbols/rightupvectorbar.rb +41 -0
- data/lib/plurimath/math/symbols/rightvectorbar.rb +41 -0
- data/lib/plurimath/math/symbols/rightwavearrow.rb +41 -0
- data/lib/plurimath/math/symbols/rightwhitearrow.rb +41 -0
- data/lib/plurimath/math/symbols/rimg.rb +41 -0
- data/lib/plurimath/math/symbols/ring.rb +41 -0
- data/lib/plurimath/math/symbols/ringplus.rb +41 -0
- data/lib/plurimath/math/symbols/risingdotseq.rb +41 -0
- data/lib/plurimath/math/symbols/rlhar.rb +41 -0
- data/lib/plurimath/math/symbols/rmoust.rb +41 -0
- data/lib/plurimath/math/symbols/rparen.rb +41 -0
- data/lib/plurimath/math/symbols/rparenextender.rb +41 -0
- data/lib/plurimath/math/symbols/rparengtr.rb +41 -0
- data/lib/plurimath/math/symbols/rparenlend.rb +41 -0
- data/lib/plurimath/math/symbols/rparenless.rb +41 -0
- data/lib/plurimath/math/symbols/rparenuend.rb +41 -0
- data/lib/plurimath/math/symbols/rppolint.rb +41 -0
- data/lib/plurimath/math/symbols/rr.rb +41 -0
- data/lib/plurimath/math/symbols/rrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/rsh.rb +41 -0
- data/lib/plurimath/math/symbols/rsolbar.rb +41 -0
- data/lib/plurimath/math/symbols/rsqhook.rb +41 -0
- data/lib/plurimath/math/symbols/rsub.rb +41 -0
- data/lib/plurimath/math/symbols/rtimes.rb +41 -0
- data/lib/plurimath/math/symbols/rtriltri.rb +41 -0
- data/lib/plurimath/math/symbols/ruledelayed.rb +41 -0
- data/lib/plurimath/math/symbols/rvboxline.rb +41 -0
- data/lib/plurimath/math/symbols/rvert.rb +41 -0
- data/lib/plurimath/math/symbols/rvzigzag.rb +41 -0
- data/lib/plurimath/math/symbols/sadface.rb +41 -0
- data/lib/plurimath/math/symbols/sagittarius.rb +41 -0
- data/lib/plurimath/math/symbols/same.rb +41 -0
- data/lib/plurimath/math/symbols/sampi.rb +41 -0
- data/lib/plurimath/math/symbols/sanslmirrored.rb +41 -0
- data/lib/plurimath/math/symbols/sanslturned.rb +41 -0
- data/lib/plurimath/math/symbols/saturn.rb +41 -0
- data/lib/plurimath/math/symbols/scorpio.rb +41 -0
- data/lib/plurimath/math/symbols/scpolint.rb +41 -0
- data/lib/plurimath/math/symbols/scurel.rb +41 -0
- data/lib/plurimath/math/symbols/sdef.rb +41 -0
- data/lib/plurimath/math/symbols/searrow.rb +41 -0
- data/lib/plurimath/math/symbols/second.rb +41 -0
- data/lib/plurimath/math/symbols/semi.rb +41 -0
- data/lib/plurimath/math/symbols/semicolon.rb +41 -0
- data/lib/plurimath/math/symbols/seovnearrow.rb +41 -0
- data/lib/plurimath/math/symbols/setminus.rb +41 -0
- data/lib/plurimath/math/symbols/sharp.rb +41 -0
- data/lib/plurimath/math/symbols/shortdowntack.rb +41 -0
- data/lib/plurimath/math/symbols/shortlefttack.rb +41 -0
- data/lib/plurimath/math/symbols/shortrightarrowleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/shortuptack.rb +41 -0
- data/lib/plurimath/math/symbols/shuffle.rb +41 -0
- data/lib/plurimath/math/symbols/sigma.rb +41 -0
- data/lib/plurimath/math/symbols/sim.rb +41 -0
- data/lib/plurimath/math/symbols/simeq.rb +41 -0
- data/lib/plurimath/math/symbols/simge.rb +41 -0
- data/lib/plurimath/math/symbols/simgtr.rb +41 -0
- data/lib/plurimath/math/symbols/similarleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/similarrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/simle.rb +41 -0
- data/lib/plurimath/math/symbols/simless.rb +41 -0
- data/lib/plurimath/math/symbols/simminussim.rb +41 -0
- data/lib/plurimath/math/symbols/simneqq.rb +41 -0
- data/lib/plurimath/math/symbols/simplus.rb +41 -0
- data/lib/plurimath/math/symbols/simrdots.rb +41 -0
- data/lib/plurimath/math/symbols/sixteenthnote.rb +41 -0
- data/lib/plurimath/math/symbols/skull.rb +41 -0
- data/lib/plurimath/math/symbols/slash.rb +41 -0
- data/lib/plurimath/math/symbols/smallblacktriangleleft.rb +41 -0
- data/lib/plurimath/math/symbols/smallblacktriangleright.rb +41 -0
- data/lib/plurimath/math/symbols/smallin.rb +41 -0
- data/lib/plurimath/math/symbols/smallni.rb +41 -0
- data/lib/plurimath/math/symbols/smalltriangleleft.rb +41 -0
- data/lib/plurimath/math/symbols/smalltriangleright.rb +41 -0
- data/lib/plurimath/math/symbols/smashtimes.rb +41 -0
- data/lib/plurimath/math/symbols/smblkcircle.rb +41 -0
- data/lib/plurimath/math/symbols/smblkdiamond.rb +41 -0
- data/lib/plurimath/math/symbols/smblklozenge.rb +41 -0
- data/lib/plurimath/math/symbols/smblksquare.rb +41 -0
- data/lib/plurimath/math/symbols/smeparsl.rb +41 -0
- data/lib/plurimath/math/symbols/smile.rb +41 -0
- data/lib/plurimath/math/symbols/smiley.rb +41 -0
- data/lib/plurimath/math/symbols/smt.rb +41 -0
- data/lib/plurimath/math/symbols/smte.rb +41 -0
- data/lib/plurimath/math/symbols/smwhitestar.rb +41 -0
- data/lib/plurimath/math/symbols/smwhtcircle.rb +41 -0
- data/lib/plurimath/math/symbols/smwhtlozenge.rb +41 -0
- data/lib/plurimath/math/symbols/smwhtsquare.rb +41 -0
- data/lib/plurimath/math/symbols/space.rb +41 -0
- data/lib/plurimath/math/symbols/spadesuit.rb +41 -0
- data/lib/plurimath/math/symbols/spddot.rb +41 -0
- data/lib/plurimath/math/symbols/sphat.rb +41 -0
- data/lib/plurimath/math/symbols/sphericalangleup.rb +41 -0
- data/lib/plurimath/math/symbols/spot.rb +41 -0
- data/lib/plurimath/math/symbols/sprime.rb +41 -0
- data/lib/plurimath/math/symbols/sptilde.rb +41 -0
- data/lib/plurimath/math/symbols/sqcap.rb +41 -0
- data/lib/plurimath/math/symbols/sqcup.rb +41 -0
- data/lib/plurimath/math/symbols/sqint.rb +41 -0
- data/lib/plurimath/math/symbols/sqlozenge.rb +41 -0
- data/lib/plurimath/math/symbols/sqrtbottom.rb +41 -0
- data/lib/plurimath/math/symbols/sqsubset.rb +41 -0
- data/lib/plurimath/math/symbols/sqsubseteq.rb +41 -0
- data/lib/plurimath/math/symbols/sqsubsetneq.rb +41 -0
- data/lib/plurimath/math/symbols/sqsupset.rb +41 -0
- data/lib/plurimath/math/symbols/sqsupseteq.rb +41 -0
- data/lib/plurimath/math/symbols/square.rb +41 -0
- data/lib/plurimath/math/symbols/squarebotblack.rb +41 -0
- data/lib/plurimath/math/symbols/squarecrossfill.rb +41 -0
- data/lib/plurimath/math/symbols/squarehfill.rb +41 -0
- data/lib/plurimath/math/symbols/squarehvfill.rb +41 -0
- data/lib/plurimath/math/symbols/squareleftblack.rb +41 -0
- data/lib/plurimath/math/symbols/squarellblack.rb +41 -0
- data/lib/plurimath/math/symbols/squarellquad.rb +41 -0
- data/lib/plurimath/math/symbols/squarelrblack.rb +41 -0
- data/lib/plurimath/math/symbols/squarelrquad.rb +41 -0
- data/lib/plurimath/math/symbols/squareneswfill.rb +41 -0
- data/lib/plurimath/math/symbols/squarenwsefill.rb +41 -0
- data/lib/plurimath/math/symbols/squarerightblack.rb +41 -0
- data/lib/plurimath/math/symbols/squaretopblack.rb +41 -0
- data/lib/plurimath/math/symbols/squareulblack.rb +41 -0
- data/lib/plurimath/math/symbols/squareulquad.rb +41 -0
- data/lib/plurimath/math/symbols/squareurblack.rb +41 -0
- data/lib/plurimath/math/symbols/squareurquad.rb +41 -0
- data/lib/plurimath/math/symbols/squarevfill.rb +41 -0
- data/lib/plurimath/math/symbols/squoval.rb +41 -0
- data/lib/plurimath/math/symbols/sslash.rb +41 -0
- data/lib/plurimath/math/symbols/star.rb +41 -0
- data/lib/plurimath/math/symbols/stareq.rb +41 -0
- data/lib/plurimath/math/symbols/steaming.rb +41 -0
- data/lib/plurimath/math/symbols/stigma.rb +41 -0
- data/lib/plurimath/math/symbols/strictfi.rb +41 -0
- data/lib/plurimath/math/symbols/strictif.rb +41 -0
- data/lib/plurimath/math/symbols/strns.rb +41 -0
- data/lib/plurimath/math/symbols/sub.rb +41 -0
- data/lib/plurimath/math/symbols/sube.rb +41 -0
- data/lib/plurimath/math/symbols/subedot.rb +41 -0
- data/lib/plurimath/math/symbols/submult.rb +41 -0
- data/lib/plurimath/math/symbols/subrarr.rb +41 -0
- data/lib/plurimath/math/symbols/subset.rb +41 -0
- data/lib/plurimath/math/symbols/subsetapprox.rb +41 -0
- data/lib/plurimath/math/symbols/subsetcirc.rb +41 -0
- data/lib/plurimath/math/symbols/subsetdot.rb +41 -0
- data/lib/plurimath/math/symbols/subseteq.rb +41 -0
- data/lib/plurimath/math/symbols/subseteqq.rb +41 -0
- data/lib/plurimath/math/symbols/subsetneq.rb +41 -0
- data/lib/plurimath/math/symbols/subsetneqq.rb +41 -0
- data/lib/plurimath/math/symbols/subsetplus.rb +41 -0
- data/lib/plurimath/math/symbols/subsim.rb +41 -0
- data/lib/plurimath/math/symbols/subsub.rb +41 -0
- data/lib/plurimath/math/symbols/succ.rb +41 -0
- data/lib/plurimath/math/symbols/succapprox.rb +41 -0
- data/lib/plurimath/math/symbols/succcurlyeq.rb +41 -0
- data/lib/plurimath/math/symbols/succeq.rb +41 -0
- data/lib/plurimath/math/symbols/succeqq.rb +41 -0
- data/lib/plurimath/math/symbols/succnapprox.rb +41 -0
- data/lib/plurimath/math/symbols/succneq.rb +41 -0
- data/lib/plurimath/math/symbols/succneqq.rb +41 -0
- data/lib/plurimath/math/symbols/succnsim.rb +41 -0
- data/lib/plurimath/math/symbols/succsim.rb +41 -0
- data/lib/plurimath/math/symbols/sum.rb +41 -0
- data/lib/plurimath/math/symbols/sumbottom.rb +41 -0
- data/lib/plurimath/math/symbols/sumint.rb +41 -0
- data/lib/plurimath/math/symbols/sumtop.rb +41 -0
- data/lib/plurimath/math/symbols/sun.rb +41 -0
- data/lib/plurimath/math/symbols/sup.rb +41 -0
- data/lib/plurimath/math/symbols/supdsub.rb +41 -0
- data/lib/plurimath/math/symbols/supe.rb +41 -0
- data/lib/plurimath/math/symbols/supedot.rb +41 -0
- data/lib/plurimath/math/symbols/suphsol.rb +41 -0
- data/lib/plurimath/math/symbols/suphsub.rb +41 -0
- data/lib/plurimath/math/symbols/suplarr.rb +41 -0
- data/lib/plurimath/math/symbols/supmult.rb +41 -0
- data/lib/plurimath/math/symbols/supset.rb +41 -0
- data/lib/plurimath/math/symbols/supsetapprox.rb +41 -0
- data/lib/plurimath/math/symbols/supsetcirc.rb +41 -0
- data/lib/plurimath/math/symbols/supsetdot.rb +41 -0
- data/lib/plurimath/math/symbols/supseteq.rb +41 -0
- data/lib/plurimath/math/symbols/supseteqq.rb +41 -0
- data/lib/plurimath/math/symbols/supsetneq.rb +41 -0
- data/lib/plurimath/math/symbols/supsetneqq.rb +41 -0
- data/lib/plurimath/math/symbols/supsetplus.rb +41 -0
- data/lib/plurimath/math/symbols/supsim.rb +41 -0
- data/lib/plurimath/math/symbols/supsub.rb +41 -0
- data/lib/plurimath/math/symbols/supsup.rb +41 -0
- data/lib/plurimath/math/symbols/swarrow.rb +41 -0
- data/lib/plurimath/math/symbols/swords.rb +41 -0
- data/lib/plurimath/math/symbols/symbol.rb +218 -0
- data/lib/plurimath/math/symbols/talloblong.rb +41 -0
- data/lib/plurimath/math/symbols/tau.rb +41 -0
- data/lib/plurimath/math/symbols/taurus.rb +41 -0
- data/lib/plurimath/math/symbols/tcmu.rb +41 -0
- data/lib/plurimath/math/symbols/tcohm.rb +41 -0
- data/lib/plurimath/math/symbols/therefore.rb +41 -0
- data/lib/plurimath/math/symbols/thermod.rb +41 -0
- data/lib/plurimath/math/symbols/theta.rb +41 -0
- data/lib/plurimath/math/symbols/third.rb +41 -0
- data/lib/plurimath/math/symbols/threedangle.rb +41 -0
- data/lib/plurimath/math/symbols/threedotcolon.rb +41 -0
- data/lib/plurimath/math/symbols/threeunderdot.rb +41 -0
- data/lib/plurimath/math/symbols/tieinfty.rb +41 -0
- data/lib/plurimath/math/symbols/tilde.rb +41 -0
- data/lib/plurimath/math/symbols/times.rb +41 -0
- data/lib/plurimath/math/symbols/timesbar.rb +41 -0
- data/lib/plurimath/math/symbols/tinj.rb +41 -0
- data/lib/plurimath/math/symbols/tminus.rb +41 -0
- data/lib/plurimath/math/symbols/to.rb +41 -0
- data/lib/plurimath/math/symbols/toea.rb +41 -0
- data/lib/plurimath/math/symbols/tona.rb +41 -0
- data/lib/plurimath/math/symbols/top.rb +41 -0
- data/lib/plurimath/math/symbols/topbot.rb +41 -0
- data/lib/plurimath/math/symbols/topcir.rb +41 -0
- data/lib/plurimath/math/symbols/topfork.rb +41 -0
- data/lib/plurimath/math/symbols/topsemicircle.rb +41 -0
- data/lib/plurimath/math/symbols/tosa.rb +41 -0
- data/lib/plurimath/math/symbols/towa.rb +41 -0
- data/lib/plurimath/math/symbols/tplus.rb +41 -0
- data/lib/plurimath/math/symbols/trapezium.rb +41 -0
- data/lib/plurimath/math/symbols/triangle.rb +41 -0
- data/lib/plurimath/math/symbols/trianglecdot.rb +41 -0
- data/lib/plurimath/math/symbols/triangledown.rb +41 -0
- data/lib/plurimath/math/symbols/triangleleftblack.rb +41 -0
- data/lib/plurimath/math/symbols/triangleminus.rb +41 -0
- data/lib/plurimath/math/symbols/triangleodot.rb +41 -0
- data/lib/plurimath/math/symbols/triangleplus.rb +41 -0
- data/lib/plurimath/math/symbols/trianglerightblack.rb +41 -0
- data/lib/plurimath/math/symbols/triangles.rb +41 -0
- data/lib/plurimath/math/symbols/triangleserifs.rb +41 -0
- data/lib/plurimath/math/symbols/triangletimes.rb +41 -0
- data/lib/plurimath/math/symbols/triangleubar.rb +41 -0
- data/lib/plurimath/math/symbols/tripleplus.rb +41 -0
- data/lib/plurimath/math/symbols/trslash.rb +41 -0
- data/lib/plurimath/math/symbols/tsur.rb +41 -0
- data/lib/plurimath/math/symbols/tt.rb +41 -0
- data/lib/plurimath/math/symbols/turnangle.rb +41 -0
- data/lib/plurimath/math/symbols/turnediota.rb +41 -0
- data/lib/plurimath/math/symbols/turnednot.rb +41 -0
- data/lib/plurimath/math/symbols/twocaps.rb +41 -0
- data/lib/plurimath/math/symbols/twocups.rb +41 -0
- data/lib/plurimath/math/symbols/twoheaddownarrow.rb +41 -0
- data/lib/plurimath/math/symbols/twoheadleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/twoheadleftarrowtail.rb +41 -0
- data/lib/plurimath/math/symbols/twoheadleftdbkarrow.rb +41 -0
- data/lib/plurimath/math/symbols/twoheadmapsfrom.rb +41 -0
- data/lib/plurimath/math/symbols/twoheadmapsto.rb +41 -0
- data/lib/plurimath/math/symbols/twoheadrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/twoheadrightarrowtail.rb +41 -0
- data/lib/plurimath/math/symbols/twoheaduparrow.rb +41 -0
- data/lib/plurimath/math/symbols/twoheaduparrowcircle.rb +41 -0
- data/lib/plurimath/math/symbols/twolowline.rb +41 -0
- data/lib/plurimath/math/symbols/twonotes.rb +41 -0
- data/lib/plurimath/math/symbols/typecolon.rb +41 -0
- data/lib/plurimath/math/symbols/uarr.rb +41 -0
- data/lib/plurimath/math/symbols/ubrace.rb +41 -0
- data/lib/plurimath/math/symbols/ubrbrak.rb +41 -0
- data/lib/plurimath/math/symbols/ul.rb +41 -0
- data/lib/plurimath/math/symbols/ularc.rb +41 -0
- data/lib/plurimath/math/symbols/ulblacktriangle.rb +41 -0
- data/lib/plurimath/math/symbols/ulcorner.rb +41 -0
- data/lib/plurimath/math/symbols/ultriangle.rb +41 -0
- data/lib/plurimath/math/symbols/uminus.rb +41 -0
- data/lib/plurimath/math/symbols/underbar.rb +41 -0
- data/lib/plurimath/math/symbols/underbracket.rb +41 -0
- data/lib/plurimath/math/symbols/underleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/underleftharpoondown.rb +41 -0
- data/lib/plurimath/math/symbols/underline.rb +41 -0
- data/lib/plurimath/math/symbols/underparen.rb +41 -0
- data/lib/plurimath/math/symbols/underrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/underrightharpoondown.rb +41 -0
- data/lib/plurimath/math/symbols/unicodecdots.rb +41 -0
- data/lib/plurimath/math/symbols/unicodeellipsis.rb +41 -0
- data/lib/plurimath/math/symbols/unlhd.rb +41 -0
- data/lib/plurimath/math/symbols/unrhd.rb +41 -0
- data/lib/plurimath/math/symbols/upalpha.rb +41 -0
- data/lib/plurimath/math/symbols/upand.rb +41 -0
- data/lib/plurimath/math/symbols/uparrow.rb +41 -0
- data/lib/plurimath/math/symbols/uparrowbarred.rb +41 -0
- data/lib/plurimath/math/symbols/uparrowoncircle.rb +41 -0
- data/lib/plurimath/math/symbols/upbeta.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_cap.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_delta.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_equiv.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_gamma.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_lambda.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_mapsto.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_omega.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_phi.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_pi.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_psi.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_rbrack.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_rightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_sigma.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_theta.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_wedge.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_xi.rb +41 -0
- data/lib/plurimath/math/symbols/upcaseup_omega.rb +41 -0
- data/lib/plurimath/math/symbols/upchi.rb +41 -0
- data/lib/plurimath/math/symbols/updasharrow.rb +41 -0
- data/lib/plurimath/math/symbols/updownarrow.rb +41 -0
- data/lib/plurimath/math/symbols/updownarrowbar.rb +41 -0
- data/lib/plurimath/math/symbols/updownarrows.rb +41 -0
- data/lib/plurimath/math/symbols/updownharpoonleftright.rb +41 -0
- data/lib/plurimath/math/symbols/updownharpoonrightleft.rb +41 -0
- data/lib/plurimath/math/symbols/upepsilon.rb +41 -0
- data/lib/plurimath/math/symbols/upequilibrium.rb +41 -0
- data/lib/plurimath/math/symbols/upeta.rb +41 -0
- data/lib/plurimath/math/symbols/upfishtail.rb +41 -0
- data/lib/plurimath/math/symbols/upharpoonleft.rb +41 -0
- data/lib/plurimath/math/symbols/upin.rb +41 -0
- data/lib/plurimath/math/symbols/upint.rb +41 -0
- data/lib/plurimath/math/symbols/upiota.rb +41 -0
- data/lib/plurimath/math/symbols/upkappa.rb +41 -0
- data/lib/plurimath/math/symbols/upkoppa.rb +41 -0
- data/lib/plurimath/math/symbols/upmu.rb +41 -0
- data/lib/plurimath/math/symbols/upnu.rb +41 -0
- data/lib/plurimath/math/symbols/upomicron.rb +41 -0
- data/lib/plurimath/math/symbols/uprho.rb +41 -0
- data/lib/plurimath/math/symbols/uprightcurvearrow.rb +41 -0
- data/lib/plurimath/math/symbols/upsilon.rb +41 -0
- data/lib/plurimath/math/symbols/uptau.rb +41 -0
- data/lib/plurimath/math/symbols/upuparrows.rb +41 -0
- data/lib/plurimath/math/symbols/upupharpoons.rb +41 -0
- data/lib/plurimath/math/symbols/upvarsigma.rb +41 -0
- data/lib/plurimath/math/symbols/upvartheta.rb +41 -0
- data/lib/plurimath/math/symbols/upwhitearrow.rb +41 -0
- data/lib/plurimath/math/symbols/upzeta.rb +41 -0
- data/lib/plurimath/math/symbols/uranus.rb +41 -0
- data/lib/plurimath/math/symbols/urarc.rb +41 -0
- data/lib/plurimath/math/symbols/urblacktriangle.rb +41 -0
- data/lib/plurimath/math/symbols/urcorner.rb +41 -0
- data/lib/plurimath/math/symbols/urtriangle.rb +41 -0
- data/lib/plurimath/math/symbols/utilde.rb +41 -0
- data/lib/plurimath/math/symbols/uu.rb +45 -0
- data/lib/plurimath/math/symbols/uuparrow.rb +41 -0
- data/lib/plurimath/math/symbols/uuu.rb +41 -0
- data/lib/plurimath/math/symbols/varbarwedge.rb +41 -0
- data/lib/plurimath/math/symbols/varbeta.rb +41 -0
- data/lib/plurimath/math/symbols/varcarriagereturn.rb +41 -0
- data/lib/plurimath/math/symbols/varclub.rb +41 -0
- data/lib/plurimath/math/symbols/vardiamond.rb +41 -0
- data/lib/plurimath/math/symbols/vardoublebarwedge.rb +41 -0
- data/lib/plurimath/math/symbols/varepsilon.rb +41 -0
- data/lib/plurimath/math/symbols/varheart.rb +41 -0
- data/lib/plurimath/math/symbols/varhexagon.rb +41 -0
- data/lib/plurimath/math/symbols/varhexagonblack.rb +41 -0
- data/lib/plurimath/math/symbols/varhexagonlrbonds.rb +41 -0
- data/lib/plurimath/math/symbols/varisins.rb +41 -0
- data/lib/plurimath/math/symbols/varkappa.rb +41 -0
- data/lib/plurimath/math/symbols/varlrtriangle.rb +41 -0
- data/lib/plurimath/math/symbols/varniobar.rb +41 -0
- data/lib/plurimath/math/symbols/varnis.rb +41 -0
- data/lib/plurimath/math/symbols/varnothing.rb +41 -0
- data/lib/plurimath/math/symbols/varphi.rb +41 -0
- data/lib/plurimath/math/symbols/varpi.rb +41 -0
- data/lib/plurimath/math/symbols/varprod.rb +41 -0
- data/lib/plurimath/math/symbols/varrho.rb +41 -0
- data/lib/plurimath/math/symbols/varsigma.rb +41 -0
- data/lib/plurimath/math/symbols/varspade.rb +41 -0
- data/lib/plurimath/math/symbols/varstar.rb +41 -0
- data/lib/plurimath/math/symbols/vartheta.rb +41 -0
- data/lib/plurimath/math/symbols/vartriangle.rb +41 -0
- data/lib/plurimath/math/symbols/vartriangleleft.rb +41 -0
- data/lib/plurimath/math/symbols/vartriangleright.rb +41 -0
- data/lib/plurimath/math/symbols/varvdash.rb +41 -0
- data/lib/plurimath/math/symbols/varveebar.rb +41 -0
- data/lib/plurimath/math/symbols/vbar.rb +41 -0
- data/lib/plurimath/math/symbols/vbarv.rb +41 -0
- data/lib/plurimath/math/symbols/vbraceextender.rb +41 -0
- data/lib/plurimath/math/symbols/vbrtri.rb +41 -0
- data/lib/plurimath/math/symbols/vdash.rb +41 -0
- data/lib/plurimath/math/symbols/vddash.rb +41 -0
- data/lib/plurimath/math/symbols/vdots.rb +41 -0
- data/lib/plurimath/math/symbols/vec.rb +41 -0
- data/lib/plurimath/math/symbols/vectimes.rb +41 -0
- data/lib/plurimath/math/symbols/vee.rb +41 -0
- data/lib/plurimath/math/symbols/veebar.rb +41 -0
- data/lib/plurimath/math/symbols/veedot.rb +41 -0
- data/lib/plurimath/math/symbols/veedoublebar.rb +41 -0
- data/lib/plurimath/math/symbols/veeeq.rb +41 -0
- data/lib/plurimath/math/symbols/veemidvert.rb +41 -0
- data/lib/plurimath/math/symbols/veeodot.rb +41 -0
- data/lib/plurimath/math/symbols/veeonvee.rb +41 -0
- data/lib/plurimath/math/symbols/veeonwedge.rb +41 -0
- data/lib/plurimath/math/symbols/venus.rb +41 -0
- data/lib/plurimath/math/symbols/vertoverlay.rb +41 -0
- data/lib/plurimath/math/symbols/viewdata.rb +41 -0
- data/lib/plurimath/math/symbols/virgo.rb +41 -0
- data/lib/plurimath/math/symbols/vlongdash.rb +41 -0
- data/lib/plurimath/math/symbols/vrectangle.rb +41 -0
- data/lib/plurimath/math/symbols/vrectangleblack.rb +41 -0
- data/lib/plurimath/math/symbols/vv.rb +41 -0
- data/lib/plurimath/math/symbols/vvdash.rb +41 -0
- data/lib/plurimath/math/symbols/vvv.rb +41 -0
- data/lib/plurimath/math/symbols/vysmblkcircle.rb +41 -0
- data/lib/plurimath/math/symbols/vysmblksquare.rb +41 -0
- data/lib/plurimath/math/symbols/vysmwhtcircle.rb +41 -0
- data/lib/plurimath/math/symbols/vysmwhtsquare.rb +41 -0
- data/lib/plurimath/math/symbols/vzigzag.rb +41 -0
- data/lib/plurimath/math/symbols/warning.rb +41 -0
- data/lib/plurimath/math/symbols/wasytherefore.rb +41 -0
- data/lib/plurimath/math/symbols/wedge.rb +41 -0
- data/lib/plurimath/math/symbols/wedgebar.rb +41 -0
- data/lib/plurimath/math/symbols/wedgedot.rb +41 -0
- data/lib/plurimath/math/symbols/wedgedoublebar.rb +41 -0
- data/lib/plurimath/math/symbols/wedgemidvert.rb +41 -0
- data/lib/plurimath/math/symbols/wedgeodot.rb +41 -0
- data/lib/plurimath/math/symbols/wedgeonwedge.rb +41 -0
- data/lib/plurimath/math/symbols/whitearrowupfrombar.rb +41 -0
- data/lib/plurimath/math/symbols/whiteinwhitetriangle.rb +41 -0
- data/lib/plurimath/math/symbols/whitepointerleft.rb +41 -0
- data/lib/plurimath/math/symbols/whitepointerright.rb +41 -0
- data/lib/plurimath/math/symbols/whitesquaretickleft.rb +41 -0
- data/lib/plurimath/math/symbols/whitesquaretickright.rb +41 -0
- data/lib/plurimath/math/symbols/whthorzoval.rb +41 -0
- data/lib/plurimath/math/symbols/whtvertoval.rb +41 -0
- data/lib/plurimath/math/symbols/wideangledown.rb +41 -0
- data/lib/plurimath/math/symbols/wideangleup.rb +41 -0
- data/lib/plurimath/math/symbols/widebridgeabove.rb +41 -0
- data/lib/plurimath/math/symbols/wideparen.rb +41 -0
- data/lib/plurimath/math/symbols/wp.rb +41 -0
- data/lib/plurimath/math/symbols/wr.rb +41 -0
- data/lib/plurimath/math/symbols/xbox.rb +41 -0
- data/lib/plurimath/math/symbols/xi.rb +41 -0
- data/lib/plurimath/math/symbols/xsol.rb +41 -0
- data/lib/plurimath/math/symbols/xx.rb +41 -0
- data/lib/plurimath/math/symbols/yen.rb +41 -0
- data/lib/plurimath/math/symbols/yinyang.rb +41 -0
- data/lib/plurimath/math/symbols/yup.rb +41 -0
- data/lib/plurimath/math/symbols/zbar.rb +41 -0
- data/lib/plurimath/math/symbols/zeta.rb +41 -0
- data/lib/plurimath/math/symbols/zpipe.rb +41 -0
- data/lib/plurimath/math/symbols/zwnj.rb +41 -0
- data/lib/plurimath/math/symbols/zwsp.rb +41 -0
- data/lib/plurimath/math/symbols/zz.rb +41 -0
- data/lib/plurimath/math/symbols.rb +14 -0
- data/lib/plurimath/math.rb +1 -2
- data/lib/plurimath/mathml/constants.rb +1 -1
- data/lib/plurimath/mathml/parser.rb +1 -1
- data/lib/plurimath/mathml/transform.rb +12 -10
- data/lib/plurimath/number_formatter.rb +2 -2
- data/lib/plurimath/omml/parser.rb +1 -1
- data/lib/plurimath/omml/transform.rb +16 -18
- data/lib/plurimath/setup/oga.rb +1 -1
- data/lib/plurimath/setup/ox.rb +1 -1
- data/lib/plurimath/unicode_math/constants.rb +8 -1
- data/lib/plurimath/unicode_math/parsing_rules/common_rules.rb +1 -0
- data/lib/plurimath/unicode_math/parsing_rules/constants_rules.rb +1 -0
- data/lib/plurimath/unicode_math/parsing_rules/masked.rb +1 -1
- data/lib/plurimath/unicode_math/parsing_rules/sub_sup.rb +1 -1
- data/lib/plurimath/unicode_math/transform.rb +315 -320
- data/lib/plurimath/utility.rb +215 -80
- data/lib/plurimath/version.rb +1 -1
- data/lib/plurimath/xml_engine/oga/document.rb +10 -0
- data/lib/plurimath/xml_engine/oga/dumper.rb +96 -0
- data/lib/plurimath/xml_engine/oga/element.rb +8 -0
- data/lib/plurimath/xml_engine/oga/node.rb +133 -0
- data/lib/plurimath/xml_engine/oga/wrapper.rb +21 -0
- data/lib/plurimath/xml_engine/oga.rb +12 -218
- data/lib/plurimath/xml_engine/ox/element.rb +127 -0
- data/lib/plurimath/xml_engine/ox.rb +11 -6
- data/lib/plurimath/xml_engine.rb +1 -1
- data/supported_parens_list.adoc +441 -0
- data/supported_symbols_list.adoc +24493 -0
- data/tasks/symbols_documentation_list.rake +54 -0
- metadata +1477 -7
- data/lib/plurimath/formatter/twitter_cldr_rb/number_formatter.rb +0 -23
- data/lib/plurimath/math/symbol.rb +0 -193
- data/lib/plurimath/math/unicode.rb +0 -11
data/Latex-Supported-Data.adoc
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
== LaTeX
|
1
|
+
== LaTeX Support
|
2
2
|
|
3
3
|
=== Parenthesis
|
4
4
|
|
@@ -13,1868 +13,50 @@
|
|
13
13
|
=== Functions and others
|
14
14
|
|
15
15
|
|===
|
16
|
-
| Functions | Numeric Values | Matrices | Font Styles
|
17
|
-
| `stackrel` | `zero` | `multline` | `displaystyle`
|
18
|
-
| `substack` | `one` | `Vmatrix` | `mathsfbfit`
|
19
|
-
| `overline` | `two` | `vmatrix` | `mbfitsans`
|
20
|
-
| `liminf` | `three` | `pmatrix` | `mathbold`
|
21
|
-
| `limsup` | `four` | `Bmatrix` | `mathsfit`
|
22
|
-
| `arctan` | `five` | `bmatrix` | `mathsfbf`
|
23
|
-
| `arcsin` | `six` | `matrix` | `mathbfit`
|
24
|
-
| `arccos` | `seven` | `split` | `mathfrak`
|
25
|
-
| `color` | `eight` | `align` | `mathcal`
|
26
|
-
| `binom` | `nine` | `array` | `mbfsans`
|
27
|
-
| `tilde` | | | `mathds`
|
28
|
-
| `prod` | | | `mathbf`
|
29
|
-
| `pmod` | | | `mathbb`
|
30
|
-
| `bmod` | | | `mathtt`
|
31
|
-
| `frac` | | | `mathrm`
|
32
|
-
| `cosh` | | | `mathsf`
|
33
|
-
| `tanh` | | | `mathit`
|
34
|
-
| `coth` | | | `textrm`
|
35
|
-
| `sinh` | | | `mfrak`
|
36
|
-
| `log` | | | `mbfit`
|
37
|
-
| `inf` | | | `msans`
|
38
|
-
| `sum` | | | `mscr`
|
39
|
-
| `lim` | | | `mit`
|
40
|
-
| `bar` | | | `mbf`
|
41
|
-
| `ker` | | | `mtt`
|
42
|
-
| `sup` | | | `Bbb`
|
43
|
-
| `hom` | | | `rm`
|
44
|
-
| `sin` | | | `bf`
|
45
|
-
| `sec` | | |
|
46
|
-
| `min` | | |
|
47
|
-
| `max` | | |
|
48
|
-
| `gcd` | | |
|
49
|
-
| `exp` | | |
|
50
|
-
| `dim` | | |
|
51
|
-
| `det` | | |
|
52
|
-
| `deg` | | |
|
53
|
-
| `csc` | | |
|
54
|
-
| `cot` | | |
|
55
|
-
| `cos` | | |
|
56
|
-
| `tan` | | |
|
57
|
-
| `vec` | | |
|
58
|
-
| `hat` | | |
|
59
|
-
| `ln` | | |
|
60
|
-
| `lg` | | |
|
16
|
+
| Functions | Numeric Values | Matrices | Font Styles
|
17
|
+
| `stackrel` | `zero` | `multline` | `displaystyle`
|
18
|
+
| `substack` | `one` | `Vmatrix` | `mathsfbfit`
|
19
|
+
| `overline` | `two` | `vmatrix` | `mbfitsans`
|
20
|
+
| `liminf` | `three` | `pmatrix` | `mathbold`
|
21
|
+
| `limsup` | `four` | `Bmatrix` | `mathsfit`
|
22
|
+
| `arctan` | `five` | `bmatrix` | `mathsfbf`
|
23
|
+
| `arcsin` | `six` | `matrix` | `mathbfit`
|
24
|
+
| `arccos` | `seven` | `split` | `mathfrak`
|
25
|
+
| `color` | `eight` | `align` | `mathcal`
|
26
|
+
| `binom` | `nine` | `array` | `mbfsans`
|
27
|
+
| `tilde` | | | `mathds`
|
28
|
+
| `prod` | | | `mathbf`
|
29
|
+
| `pmod` | | | `mathbb`
|
30
|
+
| `bmod` | | | `mathtt`
|
31
|
+
| `frac` | | | `mathrm`
|
32
|
+
| `cosh` | | | `mathsf`
|
33
|
+
| `tanh` | | | `mathit`
|
34
|
+
| `coth` | | | `textrm`
|
35
|
+
| `sinh` | | | `mfrak`
|
36
|
+
| `log` | | | `mbfit`
|
37
|
+
| `inf` | | | `msans`
|
38
|
+
| `sum` | | | `mscr`
|
39
|
+
| `lim` | | | `mit`
|
40
|
+
| `bar` | | | `mbf`
|
41
|
+
| `ker` | | | `mtt`
|
42
|
+
| `sup` | | | `Bbb`
|
43
|
+
| `hom` | | | `rm`
|
44
|
+
| `sin` | | | `bf`
|
45
|
+
| `sec` | | |
|
46
|
+
| `min` | | |
|
47
|
+
| `max` | | |
|
48
|
+
| `gcd` | | |
|
49
|
+
| `exp` | | |
|
50
|
+
| `dim` | | |
|
51
|
+
| `det` | | |
|
52
|
+
| `deg` | | |
|
53
|
+
| `csc` | | |
|
54
|
+
| `cot` | | |
|
55
|
+
| `cos` | | |
|
56
|
+
| `tan` | | |
|
57
|
+
| `vec` | | |
|
58
|
+
| `hat` | | |
|
59
|
+
| `ln` | | |
|
60
|
+
| `lg` | | |
|
61
61
|
|
62
62
|
|===
|
63
|
-
|
64
|
-
=== Symbols
|
65
|
-
|
66
|
-
* `barleftarrowrightarrowba`
|
67
|
-
* `rightarrowshortleftarrow`
|
68
|
-
* `leftarrowshortrightarrow`
|
69
|
-
* `shortrightarrowleftarrow`
|
70
|
-
* `leftrightharpoondowndown`
|
71
|
-
* `smallblacktriangleright`
|
72
|
-
* `invwhiteupperhalfcircle`
|
73
|
-
* `invwhitelowerhalfcircle`
|
74
|
-
* `concavediamondtickright`
|
75
|
-
* `nvtwoheadrightarrowtail`
|
76
|
-
* `nVtwoheadrightarrowtail`
|
77
|
-
* `updownharpoonrightright`
|
78
|
-
* `updownharpoonsleftright`
|
79
|
-
* `downupharpoonsleftright`
|
80
|
-
* `leftrightarrowtriangle`
|
81
|
-
* `smallblacktriangleleft`
|
82
|
-
* `blackcircleulquadwhite`
|
83
|
-
* `concavediamondtickleft`
|
84
|
-
* `leftrightharpoonupdown`
|
85
|
-
* `leftrightharpoondownup`
|
86
|
-
* `updownharpoonrightleft`
|
87
|
-
* `updownharpoonleftright`
|
88
|
-
* `downtrianglerightblack`
|
89
|
-
* `partialmeetcontraction`
|
90
|
-
* `nvtwoheadleftarrowtail`
|
91
|
-
* `nVtwoheadleftarrowtail`
|
92
|
-
* `underrightharpoondown`
|
93
|
-
* `barovernorthwestarrow`
|
94
|
-
* `rangledownzigzagarrow`
|
95
|
-
* `circlebottomhalfblack`
|
96
|
-
* `twoheadrightarrowtail`
|
97
|
-
* `updownharpoonleftleft`
|
98
|
-
* `downharpoonsleftright`
|
99
|
-
* `leftrightharpoonsdown`
|
100
|
-
* `rightleftharpoonsdown`
|
101
|
-
* `downtriangleleftblack`
|
102
|
-
* `blackdiamonddownarrow`
|
103
|
-
* `closedvarcupsmashprod`
|
104
|
-
* `underleftharpoondown`
|
105
|
-
* `CapitalDifferentialD`
|
106
|
-
* `bigblacktriangledown`
|
107
|
-
* `circlerighthalfblack`
|
108
|
-
* `blackrighthalfcircle`
|
109
|
-
* `blackcircledrightdot`
|
110
|
-
* `whiteinwhitetriangle`
|
111
|
-
* `whitesquaretickright`
|
112
|
-
* `barrightarrowdiamond`
|
113
|
-
* `downrightcurvedarrow`
|
114
|
-
* `rightdowncurvedarrow`
|
115
|
-
* `curvearrowrightminus`
|
116
|
-
* `leftrightarrowcircle`
|
117
|
-
* `twoheaduparrowcircle`
|
118
|
-
* `leftrightharpoonupup`
|
119
|
-
* `leftrightharpoondown`
|
120
|
-
* `dashrightharpoondown`
|
121
|
-
* `blackcircledownarrow`
|
122
|
-
* `NestedGreaterGreater`
|
123
|
-
* `twoheadleftarrowtail`
|
124
|
-
* `rightarrowbackapprox`
|
125
|
-
* `leftrightsquigarrow`
|
126
|
-
* `whitearrowupfrombar`
|
127
|
-
* `blockthreeqtrshaded`
|
128
|
-
* `blackinwhitediamond`
|
129
|
-
* `circlelefthalfblack`
|
130
|
-
* `blacklefthalfcircle`
|
131
|
-
* `blackcircledtwodots`
|
132
|
-
* `whitesquaretickleft`
|
133
|
-
* `longrightsquigarrow`
|
134
|
-
* `nvtwoheadrightarrow`
|
135
|
-
* `nVtwoheadrightarrow`
|
136
|
-
* `diamondleftarrowbar`
|
137
|
-
* `leftdowncurvedarrow`
|
138
|
-
* `downharpoonrightbar`
|
139
|
-
* `rightharpoondownbar`
|
140
|
-
* `bardownharpoonright`
|
141
|
-
* `barrightharpoondown`
|
142
|
-
* `upharpoonsleftright`
|
143
|
-
* `rightharpoonsupdown`
|
144
|
-
* `leftrightharpoonsup`
|
145
|
-
* `rightleftharpoonsup`
|
146
|
-
* `dashleftharpoondown`
|
147
|
-
* `twoheadleftdbkarrow`
|
148
|
-
* `leftarrowbackapprox`
|
149
|
-
* `rightharpoonaccent`
|
150
|
-
* `overleftrightarrow`
|
151
|
-
* `acwopencirclearrow`
|
152
|
-
* `upharpoonrightdown`
|
153
|
-
* `circleonrightarrow`
|
154
|
-
* `rightarrowtriangle`
|
155
|
-
* `PrecedesSlantEqual`
|
156
|
-
* `SucceedsSlantEqual`
|
157
|
-
* `measuredrightangle`
|
158
|
-
* `blackinwhitesquare`
|
159
|
-
* `parallelogramblack`
|
160
|
-
* `bigblacktriangleup`
|
161
|
-
* `blacktriangleright`
|
162
|
-
* `smalltriangleright`
|
163
|
-
* `circletophalfblack`
|
164
|
-
* `inversewhitecircle`
|
165
|
-
* `trianglerightblack`
|
166
|
-
* `longleftrightarrow`
|
167
|
-
* `Longleftrightarrow`
|
168
|
-
* `curvearrowleftplus`
|
169
|
-
* `ccwundercurvearrow`
|
170
|
-
* `leftrightharpoonup`
|
171
|
-
* `rightupdownharpoon`
|
172
|
-
* `RightDownVectorBar`
|
173
|
-
* `barleftharpoondown`
|
174
|
-
* `DownRightVectorBar`
|
175
|
-
* `downharpoonleftbar`
|
176
|
-
* `RightDownTeeVector`
|
177
|
-
* `leftharpoondownbar`
|
178
|
-
* `DownRightTeeVector`
|
179
|
-
* `bardownharpoonleft`
|
180
|
-
* `leftharpoonsupdown`
|
181
|
-
* `rightrightharpoons`
|
182
|
-
* `rightharpoonupdash`
|
183
|
-
* `circledwhitebullet`
|
184
|
-
* `errbarblackdiamond`
|
185
|
-
* `longleftsquigarrow`
|
186
|
-
* `nvtwoheadleftarrow`
|
187
|
-
* `nVtwoheadleftarrow`
|
188
|
-
* `bsimilarrightarrow`
|
189
|
-
* `rightarrowbsimilar`
|
190
|
-
* `rightpentagonblack`
|
191
|
-
* `leftharpoonaccent`
|
192
|
-
* `twoheadrightarrow`
|
193
|
-
* `cwopencirclearrow`
|
194
|
-
* `upharpoonleftdown`
|
195
|
-
* `leftrightharpoons`
|
196
|
-
* `rightleftharpoons`
|
197
|
-
* `leftarrowtriangle`
|
198
|
-
* `kernelcontraction`
|
199
|
-
* `vardoublebarwedge`
|
200
|
-
* `varhexagonlrbonds`
|
201
|
-
* `varcarriagereturn`
|
202
|
-
* `blackpointerright`
|
203
|
-
* `whitepointerright`
|
204
|
-
* `blacktriangledown`
|
205
|
-
* `smalltriangledown`
|
206
|
-
* `blacktriangleleft`
|
207
|
-
* `smalltriangleleft`
|
208
|
-
* `circleurquadblack`
|
209
|
-
* `triangleleftblack`
|
210
|
-
* `acwgapcirclearrow`
|
211
|
-
* `rightarrowonoplus`
|
212
|
-
* `rightarrowdiamond`
|
213
|
-
* `uprightcurvearrow`
|
214
|
-
* `cwundercurvearrow`
|
215
|
-
* `leftupdownharpoon`
|
216
|
-
* `rightharpoonupbar`
|
217
|
-
* `barupharpoonright`
|
218
|
-
* `DownLeftVectorBar`
|
219
|
-
* `LeftDownVectorBar`
|
220
|
-
* `barrightharpoonup`
|
221
|
-
* `upharpoonrightbar`
|
222
|
-
* `DownLeftTeeVector`
|
223
|
-
* `LeftDownTeeVector`
|
224
|
-
* `leftharpoonupdash`
|
225
|
-
* `similarrightarrow`
|
226
|
-
* `rightarrowsimilar`
|
227
|
-
* `measuredangleleft`
|
228
|
-
* `errbarblacksquare`
|
229
|
-
* `errbarblackcircle`
|
230
|
-
* `diamondrightblack`
|
231
|
-
* `circleonleftarrow`
|
232
|
-
* `bsimilarleftarrow`
|
233
|
-
* `leftarrowbsimilar`
|
234
|
-
* `twoheadleftarrow`
|
235
|
-
* `twoheaddownarrow`
|
236
|
-
* `circlearrowright`
|
237
|
-
* `rightharpoondown`
|
238
|
-
* `downharpoonright`
|
239
|
-
* `uparrowdownarrow`
|
240
|
-
* `rightrightarrows`
|
241
|
-
* `downarrowuparrow`
|
242
|
-
* `rightthreearrows`
|
243
|
-
* `nvleftrightarrow`
|
244
|
-
* `nVleftrightarrow`
|
245
|
-
* `varointclockwise`
|
246
|
-
* `ointctrclockwise`
|
247
|
-
* `vartriangleright`
|
248
|
-
* `multimapdotbothA`
|
249
|
-
* `multimapdotbothB`
|
250
|
-
* `NotRightTriangle`
|
251
|
-
* `ntrianglerighteq`
|
252
|
-
* `APLrightarrowbox`
|
253
|
-
* `blackpointerleft`
|
254
|
-
* `whitepointerleft`
|
255
|
-
* `squarerightblack`
|
256
|
-
* `cwgapcirclearrow`
|
257
|
-
* `nvLeftrightarrow`
|
258
|
-
* `nvrightarrowtail`
|
259
|
-
* `nVrightarrowtail`
|
260
|
-
* `diamondleftarrow`
|
261
|
-
* `rightcurvedarrow`
|
262
|
-
* `acwunderarcarrow`
|
263
|
-
* `leftrightharpoon`
|
264
|
-
* `rightleftharpoon`
|
265
|
-
* `barleftharpoonup`
|
266
|
-
* `RightUpVectorBar`
|
267
|
-
* `barupharpoonleft`
|
268
|
-
* `leftharpoonupbar`
|
269
|
-
* `RightUpTeeVector`
|
270
|
-
* `upharpoonleftbar`
|
271
|
-
* `leftleftharpoons`
|
272
|
-
* `downdownharpoons`
|
273
|
-
* `uprevequilibrium`
|
274
|
-
* `leftarrowsimilar`
|
275
|
-
* `rightarrowapprox`
|
276
|
-
* `sphericalangleup`
|
277
|
-
* `RightTriangleBar`
|
278
|
-
* `diamondleftblack`
|
279
|
-
* `leftarrowonoplus`
|
280
|
-
* `rightarrowsupset`
|
281
|
-
* `similarleftarrow`
|
282
|
-
* `enleadertwodots`
|
283
|
-
* `unicodeellipsis`
|
284
|
-
* `enclosetriangle`
|
285
|
-
* `widebridgeabove`
|
286
|
-
* `underrightarrow`
|
287
|
-
* `nleftrightarrow`
|
288
|
-
* `downzigzagarrow`
|
289
|
-
* `curvearrowright`
|
290
|
-
* `circlearrowleft`
|
291
|
-
* `leftharpoondown`
|
292
|
-
* `upharpoonleftup`
|
293
|
-
* `downharpoonleft`
|
294
|
-
* `rightleftarrows`
|
295
|
-
* `leftrightarrows`
|
296
|
-
* `nLeftrightarrow`
|
297
|
-
* `rightsquigarrow`
|
298
|
-
* `rightwhitearrow`
|
299
|
-
* `NotGreaterTilde`
|
300
|
-
* `vartriangleleft`
|
301
|
-
* `trianglerighteq`
|
302
|
-
* `rightthreetimes`
|
303
|
-
* `NotLeftTriangle`
|
304
|
-
* `ntrianglelefteq`
|
305
|
-
* `APLnotbackslash`
|
306
|
-
* `APLleftarrowbox`
|
307
|
-
* `APLdownarrowbox`
|
308
|
-
* `blockhalfshaded`
|
309
|
-
* `squarecrossfill`
|
310
|
-
* `hrectangleblack`
|
311
|
-
* `vrectangleblack`
|
312
|
-
* `blacktriangleup`
|
313
|
-
* `smalltriangleup`
|
314
|
-
* `bigtriangledown`
|
315
|
-
* `lrblacktriangle`
|
316
|
-
* `llblacktriangle`
|
317
|
-
* `ulblacktriangle`
|
318
|
-
* `urblacktriangle`
|
319
|
-
* `squareleftblack`
|
320
|
-
* `circledrightdot`
|
321
|
-
* `downarrowbarred`
|
322
|
-
* `cwrightarcarrow`
|
323
|
-
* `acwleftarcarrow`
|
324
|
-
* `acwoverarcarrow`
|
325
|
-
* `LeftUpVectorBar`
|
326
|
-
* `LeftUpTeeVector`
|
327
|
-
* `rightbarharpoon`
|
328
|
-
* `barrightharpoon`
|
329
|
-
* `equalrightarrow`
|
330
|
-
* `leftarrowsubset`
|
331
|
-
* `measanglerutone`
|
332
|
-
* `measanglelutonw`
|
333
|
-
* `measanglerdtose`
|
334
|
-
* `measangleldtosw`
|
335
|
-
* `measangleurtone`
|
336
|
-
* `measangleultonw`
|
337
|
-
* `measangledrtose`
|
338
|
-
* `measangledltosw`
|
339
|
-
* `circledparallel`
|
340
|
-
* `uparrowoncircle`
|
341
|
-
* `LeftTriangleBar`
|
342
|
-
* `circledownarrow`
|
343
|
-
* `bigtriangleleft`
|
344
|
-
* `diamondtopblack`
|
345
|
-
* `diamondbotblack`
|
346
|
-
* `varhexagonblack`
|
347
|
-
* `leftthreearrows`
|
348
|
-
* `twoheadmapsfrom`
|
349
|
-
* `nvleftarrowtail`
|
350
|
-
* `nVleftarrowtail`
|
351
|
-
* `leftcurvedarrow`
|
352
|
-
* `leftarrowapprox`
|
353
|
-
* `enclosediamond`
|
354
|
-
* `underleftarrow`
|
355
|
-
* `leftrightarrow`
|
356
|
-
* `rightwavearrow`
|
357
|
-
* `twoheaduparrow`
|
358
|
-
* `rightarrowtail`
|
359
|
-
* `updownarrowbar`
|
360
|
-
* `hookrightarrow`
|
361
|
-
* `looparrowright`
|
362
|
-
* `carriagereturn`
|
363
|
-
* `curvearrowleft`
|
364
|
-
* `upharpoonright`
|
365
|
-
* `rightharpoonup`
|
366
|
-
* `rightleftarrow`
|
367
|
-
* `leftleftarrows`
|
368
|
-
* `downdownarrows`
|
369
|
-
* `revequilibrium`
|
370
|
-
* `Leftrightarrow`
|
371
|
-
* `leftsquigarrow`
|
372
|
-
* `dashrightarrow`
|
373
|
-
* `rightdasharrow`
|
374
|
-
* `leftwhitearrow`
|
375
|
-
* `downwhitearrow`
|
376
|
-
* `sphericalangle`
|
377
|
-
* `NotGreaterLess`
|
378
|
-
* `trianglelefteq`
|
379
|
-
* `leftthreetimes`
|
380
|
-
* `ntriangleright`
|
381
|
-
* `APLboxquestion`
|
382
|
-
* `lparenextender`
|
383
|
-
* `rparenextender`
|
384
|
-
* `lbrackextender`
|
385
|
-
* `rbrackextender`
|
386
|
-
* `vbraceextender`
|
387
|
-
* `harrowextender`
|
388
|
-
* `blockrighthalf`
|
389
|
-
* `blockqtrshaded`
|
390
|
-
* `squarenwsefill`
|
391
|
-
* `squareneswfill`
|
392
|
-
* `mdlgblkdiamond`
|
393
|
-
* `mdlgwhtdiamond`
|
394
|
-
* `mdlgwhtlozenge`
|
395
|
-
* `circlevertfill`
|
396
|
-
* `vardiamondsuit`
|
397
|
-
* `circledtwodots`
|
398
|
-
* `rightouterjoin`
|
399
|
-
* `concavediamond`
|
400
|
-
* `longrightarrow`
|
401
|
-
* `Longrightarrow`
|
402
|
-
* `longmappedfrom`
|
403
|
-
* `Longmappedfrom`
|
404
|
-
* `fdiagovnearrow`
|
405
|
-
* `rdiagovsearrow`
|
406
|
-
* `acwcirclearrow`
|
407
|
-
* `rightarrowplus`
|
408
|
-
* `RightVectorBar`
|
409
|
-
* `RightTeeVector`
|
410
|
-
* `leftbarharpoon`
|
411
|
-
* `barleftharpoon`
|
412
|
-
* `updownharpoons`
|
413
|
-
* `downupharpoons`
|
414
|
-
* `rightanglemdot`
|
415
|
-
* `triangleserifs`
|
416
|
-
* `blackhourglass`
|
417
|
-
* `mdlgblklozenge`
|
418
|
-
* `bigslopedwedge`
|
419
|
-
* `doublebarwedge`
|
420
|
-
* `wedgedoublebar`
|
421
|
-
* `NestedLessLess`
|
422
|
-
* `squaretopblack`
|
423
|
-
* `squarebotblack`
|
424
|
-
* `equalleftarrow`
|
425
|
-
* `ocommatopright`
|
426
|
-
* `overleftarrow`
|
427
|
-
* `enclosecircle`
|
428
|
-
* `enclosesquare`
|
429
|
-
* `threeunderdot`
|
430
|
-
* `sansLmirrored`
|
431
|
-
* `DifferentialD`
|
432
|
-
* `leftwavearrow`
|
433
|
-
* `leftarrowtail`
|
434
|
-
* `hookleftarrow`
|
435
|
-
* `looparrowleft`
|
436
|
-
* `leftharpoonup`
|
437
|
-
* `upharpoonleft`
|
438
|
-
* `dashleftarrow`
|
439
|
-
* `leftdasharrow`
|
440
|
-
* `downdasharrow`
|
441
|
-
* `RightArrowBar`
|
442
|
-
* `rightarrowbar`
|
443
|
-
* `smallsetminus`
|
444
|
-
* `vysmwhtcircle`
|
445
|
-
* `vysmblkcircle`
|
446
|
-
* `measuredangle`
|
447
|
-
* `wasytherefore`
|
448
|
-
* `dotsminusdots`
|
449
|
-
* `fallingdotseq`
|
450
|
-
* `PrecedesTilde`
|
451
|
-
* `SucceedsTilde`
|
452
|
-
* `varlrtriangle`
|
453
|
-
* `divideontimes`
|
454
|
-
* `equalparallel`
|
455
|
-
* `ntriangleleft`
|
456
|
-
* `APLuparrowbox`
|
457
|
-
* `APLboxupcaret`
|
458
|
-
* `bdtriplevdash`
|
459
|
-
* `blocklefthalf`
|
460
|
-
* `mdlgblksquare`
|
461
|
-
* `mdlgwhtsquare`
|
462
|
-
* `parallelogram`
|
463
|
-
* `bigtriangleup`
|
464
|
-
* `blacktriangle`
|
465
|
-
* `triangleright`
|
466
|
-
* `mdlgwhtcircle`
|
467
|
-
* `mdlgblkcircle`
|
468
|
-
* `inversebullet`
|
469
|
-
* `topsemicircle`
|
470
|
-
* `botsemicircle`
|
471
|
-
* `squareulblack`
|
472
|
-
* `squarelrblack`
|
473
|
-
* `mdsmwhtsquare`
|
474
|
-
* `mdsmblksquare`
|
475
|
-
* `sixteenthnote`
|
476
|
-
* `Hermaphrodite`
|
477
|
-
* `mdsmwhtcircle`
|
478
|
-
* `draftingarrow`
|
479
|
-
* `leftouterjoin`
|
480
|
-
* `fullouterjoin`
|
481
|
-
* `longleftarrow`
|
482
|
-
* `Longleftarrow`
|
483
|
-
* `twoheadmapsto`
|
484
|
-
* `uparrowbarred`
|
485
|
-
* `rightdotarrow`
|
486
|
-
* `cwcirclearrow`
|
487
|
-
* `leftarrowplus`
|
488
|
-
* `LeftVectorBar`
|
489
|
-
* `LeftTeeVector`
|
490
|
-
* `upequilibrium`
|
491
|
-
* `leftarrowless`
|
492
|
-
* `rightfishtail`
|
493
|
-
* `mdsmblkcircle`
|
494
|
-
* `llparenthesis`
|
495
|
-
* `rrparenthesis`
|
496
|
-
* `rightanglesqr`
|
497
|
-
* `wideangledown`
|
498
|
-
* `emptysetocirc`
|
499
|
-
* `emptysetoarrl`
|
500
|
-
* `circledbslash`
|
501
|
-
* `circledbullet`
|
502
|
-
* `errbardiamond`
|
503
|
-
* `triangleminus`
|
504
|
-
* `triangletimes`
|
505
|
-
* `shortlefttack`
|
506
|
-
* `shortdowntack`
|
507
|
-
* `threedotcolon`
|
508
|
-
* `biginterleave`
|
509
|
-
* `bigtalloblong`
|
510
|
-
* `squareurblack`
|
511
|
-
* `squarellblack`
|
512
|
-
* `vysmblksquare`
|
513
|
-
* `vysmwhtsquare`
|
514
|
-
* `pentagonblack`
|
515
|
-
* `rightarrowgtr`
|
516
|
-
* `rightpentagon`
|
517
|
-
* `upbackepsilon`
|
518
|
-
* `hyphenbullet`
|
519
|
-
* `PropertyLine`
|
520
|
-
* `updownarrows`
|
521
|
-
* `LeftArrowBar`
|
522
|
-
* `barleftarrow`
|
523
|
-
* `upwhitearrow`
|
524
|
-
* `downuparrows`
|
525
|
-
* `nvrightarrow`
|
526
|
-
* `nVrightarrow`
|
527
|
-
* `intclockwise`
|
528
|
-
* `cntclockoint`
|
529
|
-
* `risingdotseq`
|
530
|
-
* `NotLessTilde`
|
531
|
-
* `varsubsetneq`
|
532
|
-
* `cupleftarrow`
|
533
|
-
* `circledequal`
|
534
|
-
* `hermitmatrix`
|
535
|
-
* `smwhtdiamond`
|
536
|
-
* `npreccurlyeq`
|
537
|
-
* `nsucccurlyeq`
|
538
|
-
* `unicodecdots`
|
539
|
-
* `notbackslash`
|
540
|
-
* `underbracket`
|
541
|
-
* `blocklowhalf`
|
542
|
-
* `squarehvfill`
|
543
|
-
* `triangledown`
|
544
|
-
* `triangleleft`
|
545
|
-
* `Diamondblack`
|
546
|
-
* `dottedcircle`
|
547
|
-
* `trianglecdot`
|
548
|
-
* `squareulquad`
|
549
|
-
* `squarellquad`
|
550
|
-
* `squarelrquad`
|
551
|
-
* `squareurquad`
|
552
|
-
* `circleulquad`
|
553
|
-
* `circlellquad`
|
554
|
-
* `circlelrquad`
|
555
|
-
* `circleurquad`
|
556
|
-
* `bigwhitestar`
|
557
|
-
* `invsmileface`
|
558
|
-
* `varspadesuit`
|
559
|
-
* `varheartsuit`
|
560
|
-
* `dingasterisk`
|
561
|
-
* `longdivision`
|
562
|
-
* `lozengeminus`
|
563
|
-
* `longmapsfrom`
|
564
|
-
* `Longmapsfrom`
|
565
|
-
* `nvRightarrow`
|
566
|
-
* `rightbkarrow`
|
567
|
-
* `leftdbkarrow`
|
568
|
-
* `DownArrowBar`
|
569
|
-
* `downarrowbar`
|
570
|
-
* `rightdbltail`
|
571
|
-
* `rdiagovfdiag`
|
572
|
-
* `fdiagovrdiag`
|
573
|
-
* `upupharpoons`
|
574
|
-
* `leftfishtail`
|
575
|
-
* `downfishtail`
|
576
|
-
* `lbrackultick`
|
577
|
-
* `rbracklrtick`
|
578
|
-
* `lbracklltick`
|
579
|
-
* `rbrackurtick`
|
580
|
-
* `revangleubar`
|
581
|
-
* `emptysetobar`
|
582
|
-
* `emptysetoarr`
|
583
|
-
* `odotslashdot`
|
584
|
-
* `ogreaterthan`
|
585
|
-
* `triangleodot`
|
586
|
-
* `triangleubar`
|
587
|
-
* `multimapboth`
|
588
|
-
* `lrtriangleeq`
|
589
|
-
* `blacklozenge`
|
590
|
-
* `errbarsquare`
|
591
|
-
* `errbarcircle`
|
592
|
-
* `triangleplus`
|
593
|
-
* `closedvarcup`
|
594
|
-
* `closedvarcap`
|
595
|
-
* `wedgeonwedge`
|
596
|
-
* `bigslopedvee`
|
597
|
-
* `wedgemidvert`
|
598
|
-
* `doublebarvee`
|
599
|
-
* `veedoublebar`
|
600
|
-
* `eqqslantless`
|
601
|
-
* `subsetapprox`
|
602
|
-
* `supsetapprox`
|
603
|
-
* `dottedsquare`
|
604
|
-
* `hexagonblack`
|
605
|
-
* `mdblkdiamond`
|
606
|
-
* `mdwhtdiamond`
|
607
|
-
* `mdblklozenge`
|
608
|
-
* `mdwhtlozenge`
|
609
|
-
* `smblkdiamond`
|
610
|
-
* `smblklozenge`
|
611
|
-
* `smwhtlozenge`
|
612
|
-
* `leftdotarrow`
|
613
|
-
* `medwhitestar`
|
614
|
-
* `medblackstar`
|
615
|
-
* `oturnedcomma`
|
616
|
-
* `upvarepsilon`
|
617
|
-
* `mathsterling`
|
618
|
-
* `smblkcircle`
|
619
|
-
* `backtrprime`
|
620
|
-
* `caretinsert`
|
621
|
-
* `vertoverlay`
|
622
|
-
* `asteraccent`
|
623
|
-
* `Planckconst`
|
624
|
-
* `sansLturned`
|
625
|
-
* `ExponetialE`
|
626
|
-
* `updownarrow`
|
627
|
-
* `nrightarrow`
|
628
|
-
* `restriction`
|
629
|
-
* `equilibrium`
|
630
|
-
* `nRightarrow`
|
631
|
-
* `Updownarrow`
|
632
|
-
* `Rrightarrow`
|
633
|
-
* `nHdownarrow`
|
634
|
-
* `updasharrow`
|
635
|
-
* `nvleftarrow`
|
636
|
-
* `nVleftarrow`
|
637
|
-
* `approxident`
|
638
|
-
* `corresponds`
|
639
|
-
* `GreaterLess`
|
640
|
-
* `preccurlyeq`
|
641
|
-
* `succcurlyeq`
|
642
|
-
* `circledcirc`
|
643
|
-
* `circleddash`
|
644
|
-
* `curlyeqprec`
|
645
|
-
* `curlyeqsucc`
|
646
|
-
* `nsqsubseteq`
|
647
|
-
* `nsqsupseteq`
|
648
|
-
* `sqsubsetneq`
|
649
|
-
* `sqsupsetneq`
|
650
|
-
* `varisinobar`
|
651
|
-
* `varbarwedge`
|
652
|
-
* `wasylozenge`
|
653
|
-
* `APLnotslash`
|
654
|
-
* `invdiameter`
|
655
|
-
* `intextender`
|
656
|
-
* `overbracket`
|
657
|
-
* `blockuphalf`
|
658
|
-
* `squarehfill`
|
659
|
-
* `squarevfill`
|
660
|
-
* `smblksquare`
|
661
|
-
* `smwhtsquare`
|
662
|
-
* `vartriangle`
|
663
|
-
* `RIGHTcircle`
|
664
|
-
* `RIGHTCIRCLE`
|
665
|
-
* `smwhtcircle`
|
666
|
-
* `lgwhtcircle`
|
667
|
-
* `mdwhtsquare`
|
668
|
-
* `blacksquare`
|
669
|
-
* `mdblksquare`
|
670
|
-
* `blacksmiley`
|
671
|
-
* `sagittarius`
|
672
|
-
* `capricornus`
|
673
|
-
* `diamondsuit`
|
674
|
-
* `varclubsuit`
|
675
|
-
* `quarternote`
|
676
|
-
* `mdwhtcircle`
|
677
|
-
* `mdblkcircle`
|
678
|
-
* `ballotcheck`
|
679
|
-
* `circledstar`
|
680
|
-
* `arrowbullet`
|
681
|
-
* `threedangle`
|
682
|
-
* `diamondcdot`
|
683
|
-
* `multimapinv`
|
684
|
-
* `nvLeftarrow`
|
685
|
-
* `leftbkarrow`
|
686
|
-
* `leftdbltail`
|
687
|
-
* `seovnearrow`
|
688
|
-
* `neovsearrow`
|
689
|
-
* `neovnwarrow`
|
690
|
-
* `nwovnearrow`
|
691
|
-
* `rightarrowx`
|
692
|
-
* `wideangleup`
|
693
|
-
* `revemptyset`
|
694
|
-
* `circledvert`
|
695
|
-
* `circledless`
|
696
|
-
* `gleichstark`
|
697
|
-
* `ruledelayed`
|
698
|
-
* `lcurvyangle`
|
699
|
-
* `rcurvyangle`
|
700
|
-
* `otimeslhrim`
|
701
|
-
* `otimesrhrim`
|
702
|
-
* `midbarwedge`
|
703
|
-
* `simminussim`
|
704
|
-
* `eqslantless`
|
705
|
-
* `eqqslantgtr`
|
706
|
-
* `precnapprox`
|
707
|
-
* `succnapprox`
|
708
|
-
* `shortuptack`
|
709
|
-
* `lgblksquare`
|
710
|
-
* `lgwhtsquare`
|
711
|
-
* `lgblkcircle`
|
712
|
-
* `blkhorzoval`
|
713
|
-
* `whthorzoval`
|
714
|
-
* `blkvertoval`
|
715
|
-
* `whtvertoval`
|
716
|
-
* `RRightarrow`
|
717
|
-
* `smwhitestar`
|
718
|
-
* `backepsilon`
|
719
|
-
* `varepsilon`
|
720
|
-
* `wideutilde`
|
721
|
-
* `upvartheta`
|
722
|
-
* `upoldKoppa`
|
723
|
-
* `upoldkoppa`
|
724
|
-
* `upvarkappa`
|
725
|
-
* `upvarTheta`
|
726
|
-
* `upvarsigma`
|
727
|
-
* `octothorpe`
|
728
|
-
* `mathdollar`
|
729
|
-
* `twolowline`
|
730
|
-
* `backdprime`
|
731
|
-
* `Eulerconst`
|
732
|
-
* `turnediota`
|
733
|
-
* `rightarrow`
|
734
|
-
* `nleftarrow`
|
735
|
-
* `mappedfrom`
|
736
|
-
* `upuparrows`
|
737
|
-
* `nLeftarrow`
|
738
|
-
* `Rightarrow`
|
739
|
-
* `Lleftarrow`
|
740
|
-
* `complement`
|
741
|
-
* `varnothing`
|
742
|
-
* `fourthroot`
|
743
|
-
* `rightangle`
|
744
|
-
* `Proportion`
|
745
|
-
* `sqsubseteq`
|
746
|
-
* `sqsupseteq`
|
747
|
-
* `circledast`
|
748
|
-
* `curlywedge`
|
749
|
-
* `conictaper`
|
750
|
-
* `APLcomment`
|
751
|
-
* `lparenuend`
|
752
|
-
* `lparenlend`
|
753
|
-
* `rparenuend`
|
754
|
-
* `rparenlend`
|
755
|
-
* `lbrackuend`
|
756
|
-
* `lbracklend`
|
757
|
-
* `rbrackuend`
|
758
|
-
* `rbracklend`
|
759
|
-
* `lbraceuend`
|
760
|
-
* `lbracelend`
|
761
|
-
* `rbraceuend`
|
762
|
-
* `rbracelend`
|
763
|
-
* `lmoustache`
|
764
|
-
* `rmoustache`
|
765
|
-
* `sqrtbottom`
|
766
|
-
* `underparen`
|
767
|
-
* `underbrace`
|
768
|
-
* `hrectangle`
|
769
|
-
* `vrectangle`
|
770
|
-
* `LEFTcircle`
|
771
|
-
* `LEFTCIRCLE`
|
772
|
-
* `ultriangle`
|
773
|
-
* `urtriangle`
|
774
|
-
* `lltriangle`
|
775
|
-
* `lrtriangle`
|
776
|
-
* `CheckedBox`
|
777
|
-
* `pointright`
|
778
|
-
* `vardiamond`
|
779
|
-
* `eighthnote`
|
780
|
-
* `subsetcirc`
|
781
|
-
* `supsetcirc`
|
782
|
-
* `Diamonddot`
|
783
|
-
* `DDownarrow`
|
784
|
-
* `longmapsto`
|
785
|
-
* `Longmapsto`
|
786
|
-
* `Mappedfrom`
|
787
|
-
* `Ddownarrow`
|
788
|
-
* `UpArrowBar`
|
789
|
-
* `baruparrow`
|
790
|
-
* `rightimply`
|
791
|
-
* `upfishtail`
|
792
|
-
* `lbrackubar`
|
793
|
-
* `rbrackubar`
|
794
|
-
* `lparenless`
|
795
|
-
* `Rparenless`
|
796
|
-
* `lblkbrbrak`
|
797
|
-
* `rblkbrbrak`
|
798
|
-
* `circlehbar`
|
799
|
-
* `circledgtr`
|
800
|
-
* `doubleplus`
|
801
|
-
* `tripleplus`
|
802
|
-
* `plussubtwo`
|
803
|
-
* `commaminus`
|
804
|
-
* `minusfdots`
|
805
|
-
* `minusrdots`
|
806
|
-
* `opluslhrim`
|
807
|
-
* `oplusrhrim`
|
808
|
-
* `smashtimes`
|
809
|
-
* `cupovercap`
|
810
|
-
* `capovercup`
|
811
|
-
* `veeonwedge`
|
812
|
-
* `veemidvert`
|
813
|
-
* `equivVvert`
|
814
|
-
* `lessapprox`
|
815
|
-
* `lesseqqgtr`
|
816
|
-
* `gtreqqless`
|
817
|
-
* `eqslantgtr`
|
818
|
-
* `rightslice`
|
819
|
-
* `precapprox`
|
820
|
-
* `succapprox`
|
821
|
-
* `subsetplus`
|
822
|
-
* `supsetplus`
|
823
|
-
* `subsetneqq`
|
824
|
-
* `supsetneqq`
|
825
|
-
* `interleave`
|
826
|
-
* `talloblong`
|
827
|
-
* `varhexagon`
|
828
|
-
* `leftarrowx`
|
829
|
-
* `LLeftarrow`
|
830
|
-
* `postalmark`
|
831
|
-
* `underline`
|
832
|
-
* `upEpsilon`
|
833
|
-
* `upOmicron`
|
834
|
-
* `upUpsilon`
|
835
|
-
* `upepsilon`
|
836
|
-
* `upomicron`
|
837
|
-
* `upupsilon`
|
838
|
-
* `upvarbeta`
|
839
|
-
* `upDigamma`
|
840
|
-
* `updigamma`
|
841
|
-
* `ampersand`
|
842
|
-
* `mathslash`
|
843
|
-
* `mathcolon`
|
844
|
-
* `semicolon`
|
845
|
-
* `backslash`
|
846
|
-
* `backprime`
|
847
|
-
* `tieconcat`
|
848
|
-
* `fracslash`
|
849
|
-
* `Angstroem`
|
850
|
-
* `leftarrow`
|
851
|
-
* `downarrow`
|
852
|
-
* `lightning`
|
853
|
-
* `rightturn`
|
854
|
-
* `Leftarrow`
|
855
|
-
* `Downarrow`
|
856
|
-
* `nHuparrow`
|
857
|
-
* `dasharrow`
|
858
|
-
* `partialup`
|
859
|
-
* `increment`
|
860
|
-
* `nparallel`
|
861
|
-
* `clockoint`
|
862
|
-
* `therefore`
|
863
|
-
* `mathratio`
|
864
|
-
* `dashcolon`
|
865
|
-
* `triangleq`
|
866
|
-
* `nleqslant`
|
867
|
-
* `ngeqslant`
|
868
|
-
* `nsubseteq`
|
869
|
-
* `nsupseteq`
|
870
|
-
* `subsetneq`
|
871
|
-
* `supsetneq`
|
872
|
-
* `backsimeq`
|
873
|
-
* `pitchfork`
|
874
|
-
* `lesseqgtr`
|
875
|
-
* `gtreqless`
|
876
|
-
* `varniobar`
|
877
|
-
* `bagmember`
|
878
|
-
* `sqlozenge`
|
879
|
-
* `turnednot`
|
880
|
-
* `intbottom`
|
881
|
-
* `lbracemid`
|
882
|
-
* `rbracemid`
|
883
|
-
* `sumbottom`
|
884
|
-
* `lvboxline`
|
885
|
-
* `rvboxline`
|
886
|
-
* `overparen`
|
887
|
-
* `wideparen`
|
888
|
-
* `overbrace`
|
889
|
-
* `trapezium`
|
890
|
-
* `accurrent`
|
891
|
-
* `blockfull`
|
892
|
-
* `radiation`
|
893
|
-
* `biohazard`
|
894
|
-
* `smileface`
|
895
|
-
* `rightmoon`
|
896
|
-
* `spadesuit`
|
897
|
-
* `heartsuit`
|
898
|
-
* `medbullet`
|
899
|
-
* `checkmark`
|
900
|
-
* `DashVDash`
|
901
|
-
* `dashVdash`
|
902
|
-
* `vlongdash`
|
903
|
-
* `longdashv`
|
904
|
-
* `llbracket`
|
905
|
-
* `rrbracket`
|
906
|
-
* `impliedby`
|
907
|
-
* `righttail`
|
908
|
-
* `nwsearrow`
|
909
|
-
* `neswarrow`
|
910
|
-
* `hknwarrow`
|
911
|
-
* `hknearrow`
|
912
|
-
* `typecolon`
|
913
|
-
* `langledot`
|
914
|
-
* `rangledot`
|
915
|
-
* `rparengtr`
|
916
|
-
* `Lparengtr`
|
917
|
-
* `fourvdots`
|
918
|
-
* `turnangle`
|
919
|
-
* `angleubar`
|
920
|
-
* `olessthan`
|
921
|
-
* `boxbslash`
|
922
|
-
* `boxcircle`
|
923
|
-
* `triangles`
|
924
|
-
* `hourglass`
|
925
|
-
* `bigotimes`
|
926
|
-
* `bigcupdot`
|
927
|
-
* `conjquant`
|
928
|
-
* `disjquant`
|
929
|
-
* `modtwosum`
|
930
|
-
* `otimeshat`
|
931
|
-
* `cupbarcap`
|
932
|
-
* `capbarcup`
|
933
|
-
* `wedgeodot`
|
934
|
-
* `midbarvee`
|
935
|
-
* `varveebar`
|
936
|
-
* `equivVert`
|
937
|
-
* `hatapprox`
|
938
|
-
* `approxeqq`
|
939
|
-
* `gtrapprox`
|
940
|
-
* `leftslice`
|
941
|
-
* `subsetdot`
|
942
|
-
* `supsetdot`
|
943
|
-
* `subseteqq`
|
944
|
-
* `supseteqq`
|
945
|
-
* `leqqslant`
|
946
|
-
* `geqqslant`
|
947
|
-
* `emptyset`
|
948
|
-
* `horizbar`
|
949
|
-
* `Question`
|
950
|
-
* `medspace`
|
951
|
-
* `Angstrom`
|
952
|
-
* `ComplexI`
|
953
|
-
* `ComplexJ`
|
954
|
-
* `mapsfrom`
|
955
|
-
* `MapsDown`
|
956
|
-
* `mapsdown`
|
957
|
-
* `linefeed`
|
958
|
-
* `leftturn`
|
959
|
-
* `divslash`
|
960
|
-
* `cuberoot`
|
961
|
-
* `parallel`
|
962
|
-
* `dotminus`
|
963
|
-
* `invlazys`
|
964
|
-
* `sinewave`
|
965
|
-
* `approxeq`
|
966
|
-
* `backcong`
|
967
|
-
* `dotequal`
|
968
|
-
* `doteqdot`
|
969
|
-
* `coloneqq`
|
970
|
-
* `eqqcolon`
|
971
|
-
* `notasymp`
|
972
|
-
* `nlesssim`
|
973
|
-
* `nlessgtr`
|
974
|
-
* `ngtrless`
|
975
|
-
* `subseteq`
|
976
|
-
* `supseteq`
|
977
|
-
* `sqsubset`
|
978
|
-
* `sqsupset`
|
979
|
-
* `boxminus`
|
980
|
-
* `boxtimes`
|
981
|
-
* `multimap`
|
982
|
-
* `intercal`
|
983
|
-
* `barwedge`
|
984
|
-
* `bigwedge`
|
985
|
-
* `curlyvee`
|
986
|
-
* `precnsim`
|
987
|
-
* `succnsim`
|
988
|
-
* `varisins`
|
989
|
-
* `isinobar`
|
990
|
-
* `diameter`
|
991
|
-
* `profline`
|
992
|
-
* `profsurf`
|
993
|
-
* `viewdata`
|
994
|
-
* `ulcorner`
|
995
|
-
* `urcorner`
|
996
|
-
* `llcorner`
|
997
|
-
* `lrcorner`
|
998
|
-
* `notslash`
|
999
|
-
* `APLinput`
|
1000
|
-
* `bbrktbrk`
|
1001
|
-
* `elinters`
|
1002
|
-
* `triangle`
|
1003
|
-
* `bullseye`
|
1004
|
-
* `astrosun`
|
1005
|
-
* `steaming`
|
1006
|
-
* `leftmoon`
|
1007
|
-
* `varEarth`
|
1008
|
-
* `aquarius`
|
1009
|
-
* `clubsuit`
|
1010
|
-
* `varspade`
|
1011
|
-
* `varheart`
|
1012
|
-
* `twonotes`
|
1013
|
-
* `acidfree`
|
1014
|
-
* `bsolhsub`
|
1015
|
-
* `wedgedot`
|
1016
|
-
* `pullback`
|
1017
|
-
* `UUparrow`
|
1018
|
-
* `Mapsfrom`
|
1019
|
-
* `Uuparrow`
|
1020
|
-
* `drbkarow`
|
1021
|
-
* `lefttail`
|
1022
|
-
* `hksearow`
|
1023
|
-
* `hkswarow`
|
1024
|
-
* `strictfi`
|
1025
|
-
* `strictif`
|
1026
|
-
* `revangle`
|
1027
|
-
* `boxslash`
|
1028
|
-
* `boxonbox`
|
1029
|
-
* `rtriltri`
|
1030
|
-
* `lfbowtie`
|
1031
|
-
* `rfbowtie`
|
1032
|
-
* `lvzigzag`
|
1033
|
-
* `rvzigzag`
|
1034
|
-
* `Lvzigzag`
|
1035
|
-
* `Rvzigzag`
|
1036
|
-
* `tieinfty`
|
1037
|
-
* `smeparsl`
|
1038
|
-
* `eqvparsl`
|
1039
|
-
* `setminus`
|
1040
|
-
* `bigoplus`
|
1041
|
-
* `biguplus`
|
1042
|
-
* `bigsqcap`
|
1043
|
-
* `bigsqcup`
|
1044
|
-
* `bigtimes`
|
1045
|
-
* `cirfnint`
|
1046
|
-
* `rppolint`
|
1047
|
-
* `scpolint`
|
1048
|
-
* `pointint`
|
1049
|
-
* `intlarhk`
|
1050
|
-
* `zproject`
|
1051
|
-
* `ringplus`
|
1052
|
-
* `plustrif`
|
1053
|
-
* `minusdot`
|
1054
|
-
* `vectimes`
|
1055
|
-
* `dottimes`
|
1056
|
-
* `timesbar`
|
1057
|
-
* `intprodr`
|
1058
|
-
* `capwedge`
|
1059
|
-
* `veeonvee`
|
1060
|
-
* `wedgebar`
|
1061
|
-
* `dotequiv`
|
1062
|
-
* `simrdots`
|
1063
|
-
* `Coloneqq`
|
1064
|
-
* `leqslant`
|
1065
|
-
* `geqslant`
|
1066
|
-
* `lesdotor`
|
1067
|
-
* `gesdotol`
|
1068
|
-
* `lnapprox`
|
1069
|
-
* `gnapprox`
|
1070
|
-
* `precneqq`
|
1071
|
-
* `succneqq`
|
1072
|
-
* `forksnot`
|
1073
|
-
* `varVdash`
|
1074
|
-
* `pentagon`
|
1075
|
-
* `mathring`
|
1076
|
-
* `underbar`
|
1077
|
-
* `upLambda`
|
1078
|
-
* `uplambda`
|
1079
|
-
* `varsigma`
|
1080
|
-
* `upvarphi`
|
1081
|
-
* `vartheta`
|
1082
|
-
* `upStigma`
|
1083
|
-
* `upstigma`
|
1084
|
-
* `varkappa`
|
1085
|
-
* `upvarrho`
|
1086
|
-
* `question`
|
1087
|
-
* `mathcent`
|
1088
|
-
* `sterling`
|
1089
|
-
* `circledR`
|
1090
|
-
* `ddagger`
|
1091
|
-
* `trprime`
|
1092
|
-
* `closure`
|
1093
|
-
* `annuity`
|
1094
|
-
* `uparrow`
|
1095
|
-
* `nwarrow`
|
1096
|
-
* `nearrow`
|
1097
|
-
* `searrow`
|
1098
|
-
* `swarrow`
|
1099
|
-
* `Uparrow`
|
1100
|
-
* `Nwarrow`
|
1101
|
-
* `Nearrow`
|
1102
|
-
* `Searrow`
|
1103
|
-
* `Swarrow`
|
1104
|
-
* `partial`
|
1105
|
-
* `nexists`
|
1106
|
-
* `smallin`
|
1107
|
-
* `smallni`
|
1108
|
-
* `dotplus`
|
1109
|
-
* `dbloint`
|
1110
|
-
* `because`
|
1111
|
-
* `eqcolon`
|
1112
|
-
* `backsim`
|
1113
|
-
* `simneqq`
|
1114
|
-
* `napprox`
|
1115
|
-
* `coloneq`
|
1116
|
-
* `varsdef`
|
1117
|
-
* `questeq`
|
1118
|
-
* `between`
|
1119
|
-
* `lesssim`
|
1120
|
-
* `ngtrsim`
|
1121
|
-
* `lessgtr`
|
1122
|
-
* `gtrless`
|
1123
|
-
* `precsim`
|
1124
|
-
* `succsim`
|
1125
|
-
* `nsubset`
|
1126
|
-
* `nsupset`
|
1127
|
-
* `boxplus`
|
1128
|
-
* `imageof`
|
1129
|
-
* `diamond`
|
1130
|
-
* `lrtimes`
|
1131
|
-
* `lessdot`
|
1132
|
-
* `npreceq`
|
1133
|
-
* `nsucceq`
|
1134
|
-
* `isindot`
|
1135
|
-
* `hexagon`
|
1136
|
-
* `obrbrak`
|
1137
|
-
* `ubrbrak`
|
1138
|
-
* `benzenr`
|
1139
|
-
* `squoval`
|
1140
|
-
* `Diamond`
|
1141
|
-
* `fisheye`
|
1142
|
-
* `lozenge`
|
1143
|
-
* `bigstar`
|
1144
|
-
* `yinyang`
|
1145
|
-
* `frownie`
|
1146
|
-
* `sadface`
|
1147
|
-
* `mercury`
|
1148
|
-
* `Mercury`
|
1149
|
-
* `jupiter`
|
1150
|
-
* `Jupiter`
|
1151
|
-
* `neptune`
|
1152
|
-
* `Neptune`
|
1153
|
-
* `scorpio`
|
1154
|
-
* `Scorpio`
|
1155
|
-
* `varclub`
|
1156
|
-
* `natural`
|
1157
|
-
* `recycle`
|
1158
|
-
* `diceiii`
|
1159
|
-
* `warning`
|
1160
|
-
* `medcirc`
|
1161
|
-
* `ballotx`
|
1162
|
-
* `maltese`
|
1163
|
-
* `varstar`
|
1164
|
-
* `lbrbrak`
|
1165
|
-
* `rbrbrak`
|
1166
|
-
* `suphsol`
|
1167
|
-
* `pushout`
|
1168
|
-
* `Lbrbrak`
|
1169
|
-
* `Rbrbrak`
|
1170
|
-
* `implies`
|
1171
|
-
* `dbkarow`
|
1172
|
-
* `leadsto`
|
1173
|
-
* `subrarr`
|
1174
|
-
* `suplarr`
|
1175
|
-
* `llangle`
|
1176
|
-
* `rrangle`
|
1177
|
-
* `vzigzag`
|
1178
|
-
* `obslash`
|
1179
|
-
* `olcross`
|
1180
|
-
* `cirscir`
|
1181
|
-
* `boxdiag`
|
1182
|
-
* `fbowtie`
|
1183
|
-
* `lftimes`
|
1184
|
-
* `rftimes`
|
1185
|
-
* `nvinfty`
|
1186
|
-
* `dualmap`
|
1187
|
-
* `shuffle`
|
1188
|
-
* `thermod`
|
1189
|
-
* `rsolbar`
|
1190
|
-
* `bigodot`
|
1191
|
-
* `varprod`
|
1192
|
-
* `npolint`
|
1193
|
-
* `project`
|
1194
|
-
* `plushat`
|
1195
|
-
* `simplus`
|
1196
|
-
* `plusdot`
|
1197
|
-
* `plussim`
|
1198
|
-
* `intprod`
|
1199
|
-
* `twocups`
|
1200
|
-
* `twocaps`
|
1201
|
-
* `veeodot`
|
1202
|
-
* `congdot`
|
1203
|
-
* `eqqplus`
|
1204
|
-
* `pluseqq`
|
1205
|
-
* `Coloneq`
|
1206
|
-
* `ddotseq`
|
1207
|
-
* `equivDD`
|
1208
|
-
* `ltquest`
|
1209
|
-
* `gtquest`
|
1210
|
-
* `lesdoto`
|
1211
|
-
* `gesdoto`
|
1212
|
-
* `eqqless`
|
1213
|
-
* `simless`
|
1214
|
-
* `bumpeqq`
|
1215
|
-
* `precneq`
|
1216
|
-
* `succneq`
|
1217
|
-
* `preceqq`
|
1218
|
-
* `succeqq`
|
1219
|
-
* `llcurly`
|
1220
|
-
* `ggcurly`
|
1221
|
-
* `submult`
|
1222
|
-
* `supmult`
|
1223
|
-
* `subedot`
|
1224
|
-
* `supedot`
|
1225
|
-
* `lsqhook`
|
1226
|
-
* `rsqhook`
|
1227
|
-
* `suphsub`
|
1228
|
-
* `supdsub`
|
1229
|
-
* `topfork`
|
1230
|
-
* `revnmid`
|
1231
|
-
* `nhVvert`
|
1232
|
-
* `lllnest`
|
1233
|
-
* `gggnest`
|
1234
|
-
* `trslash`
|
1235
|
-
* `hzigzag`
|
1236
|
-
* `overbar`
|
1237
|
-
* `upAlpha`
|
1238
|
-
* `upGamma`
|
1239
|
-
* `upDelta`
|
1240
|
-
* `upTheta`
|
1241
|
-
* `upKappa`
|
1242
|
-
* `upSigma`
|
1243
|
-
* `Upsilon`
|
1244
|
-
* `upOmega`
|
1245
|
-
* `upalpha`
|
1246
|
-
* `upgamma`
|
1247
|
-
* `updelta`
|
1248
|
-
* `uptheta`
|
1249
|
-
* `upkappa`
|
1250
|
-
* `upsigma`
|
1251
|
-
* `upsilon`
|
1252
|
-
* `upomega`
|
1253
|
-
* `varbeta`
|
1254
|
-
* `upvarpi`
|
1255
|
-
* `Digamma`
|
1256
|
-
* `digamma`
|
1257
|
-
* `upKoppa`
|
1258
|
-
* `upkoppa`
|
1259
|
-
* `upSampi`
|
1260
|
-
* `upsampi`
|
1261
|
-
* `epsilon`
|
1262
|
-
* `percent`
|
1263
|
-
* `greater`
|
1264
|
-
* `sptilde`
|
1265
|
-
* `matheth`
|
1266
|
-
* `dagger`
|
1267
|
-
* `bullet`
|
1268
|
-
* `second`
|
1269
|
-
* `dprime`
|
1270
|
-
* `Exclam`
|
1271
|
-
* `fourth`
|
1272
|
-
* `qprime`
|
1273
|
-
* `ddddot`
|
1274
|
-
* `hslash`
|
1275
|
-
* `daleth`
|
1276
|
-
* `invamp`
|
1277
|
-
* `MapsUp`
|
1278
|
-
* `mapsup`
|
1279
|
-
* `mapsto`
|
1280
|
-
* `forall`
|
1281
|
-
* `exists`
|
1282
|
-
* `coprod`
|
1283
|
-
* `propto`
|
1284
|
-
* `oiiint`
|
1285
|
-
* `nsimeq`
|
1286
|
-
* `approx`
|
1287
|
-
* `Bumpeq`
|
1288
|
-
* `bumpeq`
|
1289
|
-
* `eqcirc`
|
1290
|
-
* `circeq`
|
1291
|
-
* `wedgeq`
|
1292
|
-
* `stareq`
|
1293
|
-
* `measeq`
|
1294
|
-
* `nequiv`
|
1295
|
-
* `nasymp`
|
1296
|
-
* `apprle`
|
1297
|
-
* `gtrsim`
|
1298
|
-
* `apprge`
|
1299
|
-
* `subset`
|
1300
|
-
* `supset`
|
1301
|
-
* `cupdot`
|
1302
|
-
* `ominus`
|
1303
|
-
* `otimes`
|
1304
|
-
* `oslash`
|
1305
|
-
* `boxdot`
|
1306
|
-
* `assert`
|
1307
|
-
* `models`
|
1308
|
-
* `Vvdash`
|
1309
|
-
* `nvdash`
|
1310
|
-
* `nvDash`
|
1311
|
-
* `nVdash`
|
1312
|
-
* `nVDash`
|
1313
|
-
* `prurel`
|
1314
|
-
* `scurel`
|
1315
|
-
* `origof`
|
1316
|
-
* `veebar`
|
1317
|
-
* `barvee`
|
1318
|
-
* `bigvee`
|
1319
|
-
* `bigcap`
|
1320
|
-
* `bigcup`
|
1321
|
-
* `bowtie`
|
1322
|
-
* `ltimes`
|
1323
|
-
* `rtimes`
|
1324
|
-
* `Subset`
|
1325
|
-
* `Supset`
|
1326
|
-
* `gtrdot`
|
1327
|
-
* `eqless`
|
1328
|
-
* `nunlhd`
|
1329
|
-
* `nunrhd`
|
1330
|
-
* `iddots`
|
1331
|
-
* `isinvb`
|
1332
|
-
* `varnis`
|
1333
|
-
* `niobar`
|
1334
|
-
* `lfloor`
|
1335
|
-
* `rfloor`
|
1336
|
-
* `invneg`
|
1337
|
-
* `invnot`
|
1338
|
-
* `inttop`
|
1339
|
-
* `topbot`
|
1340
|
-
* `APLinv`
|
1341
|
-
* `APLlog`
|
1342
|
-
* `sumtop`
|
1343
|
-
* `Circle`
|
1344
|
-
* `CIRCLE`
|
1345
|
-
* `boxbar`
|
1346
|
-
* `square`
|
1347
|
-
* `Square`
|
1348
|
-
* `danger`
|
1349
|
-
* `smiley`
|
1350
|
-
* `female`
|
1351
|
-
* `saturn`
|
1352
|
-
* `Saturn`
|
1353
|
-
* `uranus`
|
1354
|
-
* `Uranus`
|
1355
|
-
* `taurus`
|
1356
|
-
* `Taurus`
|
1357
|
-
* `gemini`
|
1358
|
-
* `Gemini`
|
1359
|
-
* `cancer`
|
1360
|
-
* `pisces`
|
1361
|
-
* `diceii`
|
1362
|
-
* `diceiv`
|
1363
|
-
* `dicevi`
|
1364
|
-
* `anchor`
|
1365
|
-
* `swords`
|
1366
|
-
* `neuter`
|
1367
|
-
* `pencil`
|
1368
|
-
* `veedot`
|
1369
|
-
* `bigbot`
|
1370
|
-
* `bigtop`
|
1371
|
-
* `cirbot`
|
1372
|
-
* `lBrack`
|
1373
|
-
* `Lbrack`
|
1374
|
-
* `rBrack`
|
1375
|
-
* `Rbrack`
|
1376
|
-
* `langle`
|
1377
|
-
* `rangle`
|
1378
|
-
* `lAngle`
|
1379
|
-
* `rAngle`
|
1380
|
-
* `lgroup`
|
1381
|
-
* `rgroup`
|
1382
|
-
* `Mapsto`
|
1383
|
-
* `ltlarr`
|
1384
|
-
* `gtrarr`
|
1385
|
-
* `lBrace`
|
1386
|
-
* `rBrace`
|
1387
|
-
* `Lparen`
|
1388
|
-
* `lParen`
|
1389
|
-
* `Rparen`
|
1390
|
-
* `rParen`
|
1391
|
-
* `angles`
|
1392
|
-
* `angdnr`
|
1393
|
-
* `gtlpar`
|
1394
|
-
* `boxast`
|
1395
|
-
* `boxbox`
|
1396
|
-
* `ltrivb`
|
1397
|
-
* `vbrtri`
|
1398
|
-
* `iinfin`
|
1399
|
-
* `laplac`
|
1400
|
-
* `eparsl`
|
1401
|
-
* `tminus`
|
1402
|
-
* `sumint`
|
1403
|
-
* `iiiint`
|
1404
|
-
* `intbar`
|
1405
|
-
* `intBar`
|
1406
|
-
* `sqrint`
|
1407
|
-
* `intcap`
|
1408
|
-
* `intcup`
|
1409
|
-
* `lowint`
|
1410
|
-
* `btimes`
|
1411
|
-
* `Otimes`
|
1412
|
-
* `capdot`
|
1413
|
-
* `uminus`
|
1414
|
-
* `barcup`
|
1415
|
-
* `barcap`
|
1416
|
-
* `cupvee`
|
1417
|
-
* `dotsim`
|
1418
|
-
* `eqqsim`
|
1419
|
-
* `eqeqeq`
|
1420
|
-
* `lesdot`
|
1421
|
-
* `gesdot`
|
1422
|
-
* `lesges`
|
1423
|
-
* `gesles`
|
1424
|
-
* `elsdot`
|
1425
|
-
* `egsdot`
|
1426
|
-
* `eqqgtr`
|
1427
|
-
* `simgtr`
|
1428
|
-
* `preceq`
|
1429
|
-
* `succeq`
|
1430
|
-
* `subsim`
|
1431
|
-
* `supsim`
|
1432
|
-
* `subsup`
|
1433
|
-
* `supsub`
|
1434
|
-
* `subsub`
|
1435
|
-
* `supsup`
|
1436
|
-
* `vDdash`
|
1437
|
-
* `cirmid`
|
1438
|
-
* `midcir`
|
1439
|
-
* `topcir`
|
1440
|
-
* `parsim`
|
1441
|
-
* `sslash`
|
1442
|
-
* `ovhook`
|
1443
|
-
* `candra`
|
1444
|
-
* `droang`
|
1445
|
-
* `utilde`
|
1446
|
-
* `upBeta`
|
1447
|
-
* `upZeta`
|
1448
|
-
* `upIota`
|
1449
|
-
* `Lambda`
|
1450
|
-
* `upbeta`
|
1451
|
-
* `upzeta`
|
1452
|
-
* `upiota`
|
1453
|
-
* `lambda`
|
1454
|
-
* `varphi`
|
1455
|
-
* `Stigma`
|
1456
|
-
* `stigma`
|
1457
|
-
* `varrho`
|
1458
|
-
* `exclam`
|
1459
|
-
* `lparen`
|
1460
|
-
* `rparen`
|
1461
|
-
* `period`
|
1462
|
-
* `atsign`
|
1463
|
-
* `lbrack`
|
1464
|
-
* `rbrack`
|
1465
|
-
* `lbrace`
|
1466
|
-
* `rbrace`
|
1467
|
-
* `pounds`
|
1468
|
-
* `spddot`
|
1469
|
-
* `qquad`
|
1470
|
-
* `ldots`
|
1471
|
-
* `prime`
|
1472
|
-
* `third`
|
1473
|
-
* `dddot`
|
1474
|
-
* `DDDot`
|
1475
|
-
* `Euler`
|
1476
|
-
* `tcohm`
|
1477
|
-
* `aleph`
|
1478
|
-
* `gimel`
|
1479
|
-
* `upand`
|
1480
|
-
* `nabla`
|
1481
|
-
* `notin`
|
1482
|
-
* `notni`
|
1483
|
-
* `minus`
|
1484
|
-
* `slash`
|
1485
|
-
* `infty`
|
1486
|
-
* `angle`
|
1487
|
-
* `wedge`
|
1488
|
-
* `iiint`
|
1489
|
-
* `oiint`
|
1490
|
-
* `Colon`
|
1491
|
-
* `eqsim`
|
1492
|
-
* `simeq`
|
1493
|
-
* `nsime`
|
1494
|
-
* `ncong`
|
1495
|
-
* `asymp`
|
1496
|
-
* `doteq`
|
1497
|
-
* `Doteq`
|
1498
|
-
* `arceq`
|
1499
|
-
* `veeeq`
|
1500
|
-
* `eqdef`
|
1501
|
-
* `equiv`
|
1502
|
-
* `Equiv`
|
1503
|
-
* `lneqq`
|
1504
|
-
* `gneqq`
|
1505
|
-
* `nless`
|
1506
|
-
* `nprec`
|
1507
|
-
* `nsucc`
|
1508
|
-
* `uplus`
|
1509
|
-
* `sqcap`
|
1510
|
-
* `sqcup`
|
1511
|
-
* `oplus`
|
1512
|
-
* `vdash`
|
1513
|
-
* `dashv`
|
1514
|
-
* `vDash`
|
1515
|
-
* `Vdash`
|
1516
|
-
* `VDash`
|
1517
|
-
* `unlhd`
|
1518
|
-
* `unrhd`
|
1519
|
-
* `eqgtr`
|
1520
|
-
* `lnsim`
|
1521
|
-
* `gnsim`
|
1522
|
-
* `vdots`
|
1523
|
-
* `cdots`
|
1524
|
-
* `adots`
|
1525
|
-
* `ddots`
|
1526
|
-
* `disin`
|
1527
|
-
* `isins`
|
1528
|
-
* `barin`
|
1529
|
-
* `isinE`
|
1530
|
-
* `house`
|
1531
|
-
* `lceil`
|
1532
|
-
* `rceil`
|
1533
|
-
* `frown`
|
1534
|
-
* `smile`
|
1535
|
-
* `strns`
|
1536
|
-
* `fltns`
|
1537
|
-
* `ularc`
|
1538
|
-
* `urarc`
|
1539
|
-
* `lrarc`
|
1540
|
-
* `llarc`
|
1541
|
-
* `skull`
|
1542
|
-
* `Venus`
|
1543
|
-
* `earth`
|
1544
|
-
* `pluto`
|
1545
|
-
* `Pluto`
|
1546
|
-
* `aries`
|
1547
|
-
* `Aries`
|
1548
|
-
* `virgo`
|
1549
|
-
* `libra`
|
1550
|
-
* `Libra`
|
1551
|
-
* `sharp`
|
1552
|
-
* `dicei`
|
1553
|
-
* `dicev`
|
1554
|
-
* `psurj`
|
1555
|
-
* `Vvert`
|
1556
|
-
* `lblot`
|
1557
|
-
* `rblot`
|
1558
|
-
* `operp`
|
1559
|
-
* `zhide`
|
1560
|
-
* `xbsol`
|
1561
|
-
* `tplus`
|
1562
|
-
* `awint`
|
1563
|
-
* `sqint`
|
1564
|
-
* `upint`
|
1565
|
-
* `zpipe`
|
1566
|
-
* `amalg`
|
1567
|
-
* `Sqcap`
|
1568
|
-
* `Sqcup`
|
1569
|
-
* `Wedge`
|
1570
|
-
* `ndres`
|
1571
|
-
* `nrres`
|
1572
|
-
* `eqdot`
|
1573
|
-
* `asteq`
|
1574
|
-
* `Equal`
|
1575
|
-
* `ltcir`
|
1576
|
-
* `gtcir`
|
1577
|
-
* `lsime`
|
1578
|
-
* `gsime`
|
1579
|
-
* `lsimg`
|
1580
|
-
* `gsiml`
|
1581
|
-
* `simlE`
|
1582
|
-
* `simgE`
|
1583
|
-
* `lescc`
|
1584
|
-
* `gescc`
|
1585
|
-
* `csube`
|
1586
|
-
* `csupe`
|
1587
|
-
* `forkv`
|
1588
|
-
* `forks`
|
1589
|
-
* `perps`
|
1590
|
-
* `dashV`
|
1591
|
-
* `Dashv`
|
1592
|
-
* `DashV`
|
1593
|
-
* `vBarv`
|
1594
|
-
* `nhpar`
|
1595
|
-
* `hline`
|
1596
|
-
* `imath`
|
1597
|
-
* `jmath`
|
1598
|
-
* `grave`
|
1599
|
-
* `acute`
|
1600
|
-
* `breve`
|
1601
|
-
* `ocirc`
|
1602
|
-
* `check`
|
1603
|
-
* `Gamma`
|
1604
|
-
* `Delta`
|
1605
|
-
* `upEta`
|
1606
|
-
* `Theta`
|
1607
|
-
* `upRho`
|
1608
|
-
* `Sigma`
|
1609
|
-
* `upTau`
|
1610
|
-
* `upPhi`
|
1611
|
-
* `upChi`
|
1612
|
-
* `upPsi`
|
1613
|
-
* `Omega`
|
1614
|
-
* `alpha`
|
1615
|
-
* `gamma`
|
1616
|
-
* `delta`
|
1617
|
-
* `upeta`
|
1618
|
-
* `theta`
|
1619
|
-
* `kappa`
|
1620
|
-
* `uprho`
|
1621
|
-
* `sigma`
|
1622
|
-
* `uptau`
|
1623
|
-
* `upchi`
|
1624
|
-
* `uppsi`
|
1625
|
-
* `omega`
|
1626
|
-
* `upphi`
|
1627
|
-
* `varpi`
|
1628
|
-
* `Qoppa`
|
1629
|
-
* `Koppa`
|
1630
|
-
* `qoppa`
|
1631
|
-
* `koppa`
|
1632
|
-
* `Sampi`
|
1633
|
-
* `sampi`
|
1634
|
-
* `comma`
|
1635
|
-
* `colon`
|
1636
|
-
* `equal`
|
1637
|
-
* `sphat`
|
1638
|
-
* `Micro`
|
1639
|
-
* `cdotp`
|
1640
|
-
* `times`
|
1641
|
-
* `lVert`
|
1642
|
-
* `rVert`
|
1643
|
-
* `quad`
|
1644
|
-
* `Vert`
|
1645
|
-
* `euro`
|
1646
|
-
* `lvec`
|
1647
|
-
* `LVec`
|
1648
|
-
* `Finv`
|
1649
|
-
* `beth`
|
1650
|
-
* `Game`
|
1651
|
-
* `gets`
|
1652
|
-
* `tsur`
|
1653
|
-
* `tinj`
|
1654
|
-
* `dlsh`
|
1655
|
-
* `Ldsh`
|
1656
|
-
* `drsh`
|
1657
|
-
* `Rdsh`
|
1658
|
-
* `pfun`
|
1659
|
-
* `ffun`
|
1660
|
-
* `nexi`
|
1661
|
-
* `owns`
|
1662
|
-
* `circ`
|
1663
|
-
* `nmid`
|
1664
|
-
* `land`
|
1665
|
-
* `iint`
|
1666
|
-
* `oint`
|
1667
|
-
* `nsim`
|
1668
|
-
* `cong`
|
1669
|
-
* `sdef`
|
1670
|
-
* `leqq`
|
1671
|
-
* `geqq`
|
1672
|
-
* `ngtr`
|
1673
|
-
* `nleq`
|
1674
|
-
* `ngeq`
|
1675
|
-
* `prec`
|
1676
|
-
* `succ`
|
1677
|
-
* `buni`
|
1678
|
-
* `odot`
|
1679
|
-
* `dint`
|
1680
|
-
* `duni`
|
1681
|
-
* `cdot`
|
1682
|
-
* `star`
|
1683
|
-
* `hash`
|
1684
|
-
* `nisd`
|
1685
|
-
* `obar`
|
1686
|
-
* `rres`
|
1687
|
-
* `dres`
|
1688
|
-
* `XBox`
|
1689
|
-
* `male`
|
1690
|
-
* `Mars`
|
1691
|
-
* `flat`
|
1692
|
-
* `perp`
|
1693
|
-
* `Lbag`
|
1694
|
-
* `lbag`
|
1695
|
-
* `Rbag`
|
1696
|
-
* `rbag`
|
1697
|
-
* `upin`
|
1698
|
-
* `lang`
|
1699
|
-
* `rang`
|
1700
|
-
* `psur`
|
1701
|
-
* `pinj`
|
1702
|
-
* `finj`
|
1703
|
-
* `tona`
|
1704
|
-
* `toea`
|
1705
|
-
* `tosa`
|
1706
|
-
* `towa`
|
1707
|
-
* `VERT`
|
1708
|
-
* `spot`
|
1709
|
-
* `limg`
|
1710
|
-
* `rimg`
|
1711
|
-
* `obot`
|
1712
|
-
* `cirE`
|
1713
|
-
* `dsol`
|
1714
|
-
* `xsol`
|
1715
|
-
* `hide`
|
1716
|
-
* `fint`
|
1717
|
-
* `intx`
|
1718
|
-
* `Join`
|
1719
|
-
* `zcmp`
|
1720
|
-
* `semi`
|
1721
|
-
* `odiv`
|
1722
|
-
* `fcmp`
|
1723
|
-
* `comp`
|
1724
|
-
* `dsub`
|
1725
|
-
* `rsub`
|
1726
|
-
* `eqeq`
|
1727
|
-
* `Same`
|
1728
|
-
* `lneq`
|
1729
|
-
* `gneq`
|
1730
|
-
* `ltcc`
|
1731
|
-
* `gtcc`
|
1732
|
-
* `smte`
|
1733
|
-
* `late`
|
1734
|
-
* `Prec`
|
1735
|
-
* `Succ`
|
1736
|
-
* `csub`
|
1737
|
-
* `csup`
|
1738
|
-
* `mlcp`
|
1739
|
-
* `Barv`
|
1740
|
-
* `vBar`
|
1741
|
-
* `barV`
|
1742
|
-
* `Vbar`
|
1743
|
-
* `Perp`
|
1744
|
-
* `bNot`
|
1745
|
-
* `Zbar`
|
1746
|
-
* `ddot`
|
1747
|
-
* `DDot`
|
1748
|
-
* `ring`
|
1749
|
-
* `upMu`
|
1750
|
-
* `upNu`
|
1751
|
-
* `upXi`
|
1752
|
-
* `upPi`
|
1753
|
-
* `beta`
|
1754
|
-
* `zeta`
|
1755
|
-
* `iota`
|
1756
|
-
* `upmu`
|
1757
|
-
* `upnu`
|
1758
|
-
* `upxi`
|
1759
|
-
* `uppi`
|
1760
|
-
* `plus`
|
1761
|
-
* `less`
|
1762
|
-
* `vert`
|
1763
|
-
* `cent`
|
1764
|
-
* `lnot`
|
1765
|
-
* `tcmu`
|
1766
|
-
* `cat`
|
1767
|
-
* `Vec`
|
1768
|
-
* `ell`
|
1769
|
-
* `mho`
|
1770
|
-
* `Mho`
|
1771
|
-
* `Yup`
|
1772
|
-
* `rel`
|
1773
|
-
* `Lsh`
|
1774
|
-
* `Rsh`
|
1775
|
-
* `exi`
|
1776
|
-
* `nin`
|
1777
|
-
* `nni`
|
1778
|
-
* `QED`
|
1779
|
-
* `ast`
|
1780
|
-
* `mid`
|
1781
|
-
* `vee`
|
1782
|
-
* `lor`
|
1783
|
-
* `cap`
|
1784
|
-
* `cup`
|
1785
|
-
* `int`
|
1786
|
-
* `sim`
|
1787
|
-
* `neq`
|
1788
|
-
* `leq`
|
1789
|
-
* `geq`
|
1790
|
-
* `top`
|
1791
|
-
* `bot`
|
1792
|
-
* `Cap`
|
1793
|
-
* `Cup`
|
1794
|
-
* `lll`
|
1795
|
-
* `ggg`
|
1796
|
-
* `nis`
|
1797
|
-
* `RHD`
|
1798
|
-
* `rhd`
|
1799
|
-
* `LHD`
|
1800
|
-
* `lhd`
|
1801
|
-
* `Sun`
|
1802
|
-
* `sun`
|
1803
|
-
* `leo`
|
1804
|
-
* `Leo`
|
1805
|
-
* `iff`
|
1806
|
-
* `bij`
|
1807
|
-
* `Vee`
|
1808
|
-
* `lgE`
|
1809
|
-
* `glE`
|
1810
|
-
* `glj`
|
1811
|
-
* `gla`
|
1812
|
-
* `smt`
|
1813
|
-
* `lat`
|
1814
|
-
* `Top`
|
1815
|
-
* `Bot`
|
1816
|
-
* `Not`
|
1817
|
-
* `dot`
|
1818
|
-
* `Dot`
|
1819
|
-
* `not`
|
1820
|
-
* `Phi`
|
1821
|
-
* `Psi`
|
1822
|
-
* `eta`
|
1823
|
-
* `rho`
|
1824
|
-
* `tau`
|
1825
|
-
* `chi`
|
1826
|
-
* `psi`
|
1827
|
-
* `phi`
|
1828
|
-
* `yen`
|
1829
|
-
* `neg`
|
1830
|
-
* `eth`
|
1831
|
-
* `div`
|
1832
|
-
* `Xi`
|
1833
|
-
* `Im`
|
1834
|
-
* `wp`
|
1835
|
-
* `Re`
|
1836
|
-
* `DD`
|
1837
|
-
* `dd`
|
1838
|
-
* `ee`
|
1839
|
-
* `ii`
|
1840
|
-
* `jj`
|
1841
|
-
* `to`
|
1842
|
-
* `in`
|
1843
|
-
* `ni`
|
1844
|
-
* `mp`
|
1845
|
-
* `AC`
|
1846
|
-
* `wr`
|
1847
|
-
* `ne`
|
1848
|
-
* `le`
|
1849
|
-
* `ge`
|
1850
|
-
* `ll`
|
1851
|
-
* `gg`
|
1852
|
-
* `Lt`
|
1853
|
-
* `Gt`
|
1854
|
-
* `Pi`
|
1855
|
-
* `mu`
|
1856
|
-
* `nu`
|
1857
|
-
* `xi`
|
1858
|
-
* `pi`
|
1859
|
-
* `pm`
|
1860
|
-
* `-`
|
1861
|
-
* `'`
|
1862
|
-
* `!`
|
1863
|
-
* `#`
|
1864
|
-
* `$`
|
1865
|
-
* `%`
|
1866
|
-
* `&`
|
1867
|
-
* `*`
|
1868
|
-
* `+`
|
1869
|
-
* `,`
|
1870
|
-
* `.`
|
1871
|
-
* `/`
|
1872
|
-
* `:`
|
1873
|
-
* `;`
|
1874
|
-
* `<`
|
1875
|
-
* `=`
|
1876
|
-
* `>`
|
1877
|
-
* `?`
|
1878
|
-
* `@`
|
1879
|
-
* `|`
|
1880
|
-
* `_`
|