plurimath 0.8.12 → 0.8.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/plurimath/asciimath/constants.rb +0 -8
- data/lib/plurimath/asciimath/parse.rb +1 -1
- data/lib/plurimath/formatter/number_formatter.rb +52 -26
- data/lib/plurimath/formatter/numbers/base.rb +20 -0
- data/lib/plurimath/formatter/numbers/fraction.rb +9 -10
- data/lib/plurimath/formatter/numbers/integer.rb +24 -5
- data/lib/plurimath/formatter/numeric_formatter.rb +10 -13
- data/lib/plurimath/formatter/supported_locales.rb +106 -0
- data/lib/plurimath/latex/constants.rb +0 -4
- data/lib/plurimath/latex/parse.rb +2 -2
- data/lib/plurimath/latex/parser.rb +1 -1
- data/lib/plurimath/math/symbols/aa.rb +2 -2
- data/lib/plurimath/math/symbols/ac.rb +3 -3
- data/lib/plurimath/math/symbols/accurrent.rb +3 -3
- data/lib/plurimath/math/symbols/acidfree.rb +3 -3
- data/lib/plurimath/math/symbols/acute.rb +3 -3
- data/lib/plurimath/math/symbols/acwcirclearrow.rb +3 -3
- data/lib/plurimath/math/symbols/acwgapcirclearrow.rb +3 -3
- data/lib/plurimath/math/symbols/acwleftarcarrow.rb +3 -3
- data/lib/plurimath/math/symbols/acwoverarcarrow.rb +3 -3
- data/lib/plurimath/math/symbols/acwunderarcarrow.rb +3 -3
- data/lib/plurimath/math/symbols/alpha.rb +2 -2
- data/lib/plurimath/math/symbols/amalg.rb +3 -3
- data/lib/plurimath/math/symbols/ampersand.rb +2 -2
- data/lib/plurimath/math/symbols/anchor.rb +3 -3
- data/lib/plurimath/math/symbols/angdnr.rb +3 -3
- data/lib/plurimath/math/symbols/angle.rb +3 -3
- data/lib/plurimath/math/symbols/angles.rb +3 -3
- data/lib/plurimath/math/symbols/angleubar.rb +3 -3
- data/lib/plurimath/math/symbols/angmsd.rb +4 -4
- data/lib/plurimath/math/symbols/angrtvb.rb +4 -4
- data/lib/plurimath/math/symbols/angsph.rb +4 -4
- data/lib/plurimath/math/symbols/angstrom.rb +3 -3
- data/lib/plurimath/math/symbols/annuity.rb +3 -3
- data/lib/plurimath/math/symbols/aplboxquestion.rb +3 -3
- data/lib/plurimath/math/symbols/aplboxupcaret.rb +3 -3
- data/lib/plurimath/math/symbols/aplcomment.rb +3 -3
- data/lib/plurimath/math/symbols/apldownarrowbox.rb +3 -3
- data/lib/plurimath/math/symbols/aplinput.rb +3 -3
- data/lib/plurimath/math/symbols/aplinv.rb +3 -3
- data/lib/plurimath/math/symbols/aplleftarrowbox.rb +3 -3
- data/lib/plurimath/math/symbols/apllog.rb +3 -3
- data/lib/plurimath/math/symbols/aplrightarrowbox.rb +3 -3
- data/lib/plurimath/math/symbols/apluparrowbox.rb +3 -3
- data/lib/plurimath/math/symbols/apprge.rb +3 -3
- data/lib/plurimath/math/symbols/apprle.rb +3 -3
- data/lib/plurimath/math/symbols/approx.rb +2 -2
- data/lib/plurimath/math/symbols/approxeq.rb +2 -2
- data/lib/plurimath/math/symbols/approxeqq.rb +3 -3
- data/lib/plurimath/math/symbols/approxident.rb +3 -3
- data/lib/plurimath/math/symbols/aquarius.rb +3 -3
- data/lib/plurimath/math/symbols/arceq.rb +3 -3
- data/lib/plurimath/math/symbols/aries.rb +3 -3
- data/lib/plurimath/math/symbols/arrowbullet.rb +3 -3
- data/lib/plurimath/math/symbols/assert.rb +3 -3
- data/lib/plurimath/math/symbols/ast.rb +2 -2
- data/lib/plurimath/math/symbols/asteq.rb +3 -3
- data/lib/plurimath/math/symbols/asteraccent.rb +3 -3
- data/lib/plurimath/math/symbols/asymp.rb +2 -2
- data/lib/plurimath/math/symbols/atsign.rb +3 -3
- data/lib/plurimath/math/symbols/awint.rb +3 -3
- data/lib/plurimath/math/symbols/backcong.rb +3 -3
- data/lib/plurimath/math/symbols/backdprime.rb +3 -3
- data/lib/plurimath/math/symbols/backepsilon.rb +3 -3
- data/lib/plurimath/math/symbols/backprime.rb +3 -3
- data/lib/plurimath/math/symbols/backsim.rb +2 -2
- data/lib/plurimath/math/symbols/backsimeq.rb +2 -2
- data/lib/plurimath/math/symbols/backslash.rb +2 -2
- data/lib/plurimath/math/symbols/backtrprime.rb +3 -3
- data/lib/plurimath/math/symbols/bagmember.rb +3 -3
- data/lib/plurimath/math/symbols/ballotx.rb +3 -3
- data/lib/plurimath/math/symbols/bar.rb +2 -2
- data/lib/plurimath/math/symbols/barcap.rb +3 -3
- data/lib/plurimath/math/symbols/barcup.rb +3 -3
- data/lib/plurimath/math/symbols/barin.rb +3 -3
- data/lib/plurimath/math/symbols/barleftarrow.rb +3 -3
- data/lib/plurimath/math/symbols/barleftarrowrightarrowba.rb +3 -3
- data/lib/plurimath/math/symbols/barleftharpoon.rb +3 -3
- data/lib/plurimath/math/symbols/barovernorthwestarrow.rb +3 -3
- data/lib/plurimath/math/symbols/barrightarrowdiamond.rb +3 -3
- data/lib/plurimath/math/symbols/barrightharpoon.rb +3 -3
- data/lib/plurimath/math/symbols/baruparrow.rb +3 -3
- data/lib/plurimath/math/symbols/barv.rb +3 -3
- data/lib/plurimath/math/symbols/barvee.rb +3 -3
- data/lib/plurimath/math/symbols/barwedge.rb +3 -3
- data/lib/plurimath/math/symbols/bbrktbrk.rb +3 -3
- data/lib/plurimath/math/symbols/bdtriplevdash.rb +3 -3
- data/lib/plurimath/math/symbols/because.rb +2 -2
- data/lib/plurimath/math/symbols/benzenr.rb +3 -3
- data/lib/plurimath/math/symbols/beth.rb +2 -2
- data/lib/plurimath/math/symbols/between.rb +2 -2
- data/lib/plurimath/math/symbols/bigblacktriangledown.rb +3 -3
- data/lib/plurimath/math/symbols/bigblacktriangleup.rb +3 -3
- data/lib/plurimath/math/symbols/bigbot.rb +3 -3
- data/lib/plurimath/math/symbols/bigcupdot.rb +3 -3
- data/lib/plurimath/math/symbols/biginterleave.rb +3 -3
- data/lib/plurimath/math/symbols/bigodot.rb +3 -3
- data/lib/plurimath/math/symbols/bigoplus.rb +3 -3
- data/lib/plurimath/math/symbols/bigotimes.rb +3 -3
- data/lib/plurimath/math/symbols/bigslopedvee.rb +3 -3
- data/lib/plurimath/math/symbols/bigslopedwedge.rb +3 -3
- data/lib/plurimath/math/symbols/bigsqcap.rb +3 -3
- data/lib/plurimath/math/symbols/bigsqcup.rb +3 -3
- data/lib/plurimath/math/symbols/bigstar.rb +3 -3
- data/lib/plurimath/math/symbols/bigtalloblong.rb +3 -3
- data/lib/plurimath/math/symbols/bigtop.rb +3 -3
- data/lib/plurimath/math/symbols/bigtriangledown.rb +3 -3
- data/lib/plurimath/math/symbols/bigtriangleleft.rb +3 -3
- data/lib/plurimath/math/symbols/bigtriangleup.rb +3 -3
- data/lib/plurimath/math/symbols/biguplus.rb +3 -3
- data/lib/plurimath/math/symbols/bigwedge.rb +2 -14
- data/lib/plurimath/math/symbols/bigwhitestar.rb +3 -3
- data/lib/plurimath/math/symbols/bij.rb +4 -4
- data/lib/plurimath/math/symbols/biohazard.rb +3 -3
- data/lib/plurimath/math/symbols/blackcircledownarrow.rb +3 -3
- data/lib/plurimath/math/symbols/blackcircledrightdot.rb +3 -3
- data/lib/plurimath/math/symbols/blackcircledtwodots.rb +3 -3
- data/lib/plurimath/math/symbols/blackcircleulquadwhite.rb +3 -3
- data/lib/plurimath/math/symbols/blackdiamonddownarrow.rb +3 -3
- data/lib/plurimath/math/symbols/blackhourglass.rb +3 -3
- data/lib/plurimath/math/symbols/blackinwhitediamond.rb +3 -3
- data/lib/plurimath/math/symbols/blackinwhitesquare.rb +3 -3
- data/lib/plurimath/math/symbols/blacklozenge.rb +3 -3
- data/lib/plurimath/math/symbols/blackpointerleft.rb +3 -3
- data/lib/plurimath/math/symbols/blackpointerright.rb +3 -3
- data/lib/plurimath/math/symbols/blacksmiley.rb +3 -3
- data/lib/plurimath/math/symbols/blacktriangle.rb +3 -3
- data/lib/plurimath/math/symbols/blacktriangledown.rb +3 -3
- data/lib/plurimath/math/symbols/blkhorzoval.rb +3 -3
- data/lib/plurimath/math/symbols/blkvertoval.rb +3 -3
- data/lib/plurimath/math/symbols/blockfull.rb +3 -3
- data/lib/plurimath/math/symbols/blockhalfshaded.rb +3 -3
- data/lib/plurimath/math/symbols/blocklefthalf.rb +3 -3
- data/lib/plurimath/math/symbols/blocklowhalf.rb +3 -3
- data/lib/plurimath/math/symbols/blockqtrshaded.rb +3 -3
- data/lib/plurimath/math/symbols/blockrighthalf.rb +3 -3
- data/lib/plurimath/math/symbols/blockthreeqtrshaded.rb +3 -3
- data/lib/plurimath/math/symbols/blockuphalf.rb +3 -3
- data/lib/plurimath/math/symbols/bnot.rb +3 -3
- data/lib/plurimath/math/symbols/bot.rb +3 -3
- data/lib/plurimath/math/symbols/botsemicircle.rb +3 -3
- data/lib/plurimath/math/symbols/bowtie.rb +4 -4
- data/lib/plurimath/math/symbols/box.rb +4 -4
- data/lib/plurimath/math/symbols/boxast.rb +3 -3
- data/lib/plurimath/math/symbols/boxbar.rb +3 -3
- data/lib/plurimath/math/symbols/boxbox.rb +3 -3
- data/lib/plurimath/math/symbols/boxbslash.rb +3 -3
- data/lib/plurimath/math/symbols/boxcircle.rb +3 -3
- data/lib/plurimath/math/symbols/boxdiag.rb +3 -3
- data/lib/plurimath/math/symbols/boxdot.rb +2 -2
- data/lib/plurimath/math/symbols/boxminus.rb +2 -2
- data/lib/plurimath/math/symbols/boxonbox.rb +3 -3
- data/lib/plurimath/math/symbols/boxplus.rb +2 -2
- data/lib/plurimath/math/symbols/boxtimes.rb +2 -2
- data/lib/plurimath/math/symbols/breve.rb +3 -3
- data/lib/plurimath/math/symbols/bsimilarleftarrow.rb +3 -3
- data/lib/plurimath/math/symbols/bsimilarrightarrow.rb +3 -3
- data/lib/plurimath/math/symbols/bsolhsub.rb +3 -3
- data/lib/plurimath/math/symbols/btimes.rb +3 -3
- data/lib/plurimath/math/symbols/bullet.rb +4 -4
- data/lib/plurimath/math/symbols/bullseye.rb +3 -3
- data/lib/plurimath/math/symbols/bumpeq.rb +2 -2
- data/lib/plurimath/math/symbols/bumpeqq.rb +3 -3
- data/lib/plurimath/math/symbols/buni.rb +3 -3
- data/lib/plurimath/math/symbols/cancer.rb +3 -3
- data/lib/plurimath/math/symbols/candra.rb +3 -3
- data/lib/plurimath/math/symbols/cap.rb +6 -2
- data/lib/plurimath/math/symbols/capbarcup.rb +3 -3
- data/lib/plurimath/math/symbols/capdot.rb +3 -3
- data/lib/plurimath/math/symbols/capovercup.rb +3 -3
- data/lib/plurimath/math/symbols/capricornus.rb +3 -3
- data/lib/plurimath/math/symbols/capwedge.rb +3 -3
- data/lib/plurimath/math/symbols/caretinsert.rb +3 -3
- data/lib/plurimath/math/symbols/carriagereturn.rb +3 -3
- data/lib/plurimath/math/symbols/cat.rb +3 -3
- data/lib/plurimath/math/symbols/cc.rb +3 -3
- data/lib/plurimath/math/symbols/ccwundercurvearrow.rb +3 -3
- data/lib/plurimath/math/symbols/cdot.rb +2 -2
- data/lib/plurimath/math/symbols/cdotp.rb +3 -3
- data/lib/plurimath/math/symbols/cdots.rb +2 -2
- data/lib/plurimath/math/symbols/cent.rb +3 -3
- data/lib/plurimath/math/symbols/check.rb +3 -3
- data/lib/plurimath/math/symbols/checkedbox.rb +3 -3
- data/lib/plurimath/math/symbols/checkmark.rb +3 -3
- data/lib/plurimath/math/symbols/chi.rb +2 -2
- data/lib/plurimath/math/symbols/cirbot.rb +3 -3
- data/lib/plurimath/math/symbols/circ.rb +2 -2
- data/lib/plurimath/math/symbols/circeq.rb +2 -2
- data/lib/plurimath/math/symbols/circle.rb +3 -3
- data/lib/plurimath/math/symbols/circlebottomhalfblack.rb +3 -3
- data/lib/plurimath/math/symbols/circledbullet.rb +3 -3
- data/lib/plurimath/math/symbols/circledgtr.rb +3 -3
- data/lib/plurimath/math/symbols/circledownarrow.rb +3 -3
- data/lib/plurimath/math/symbols/circledparallel.rb +3 -3
- data/lib/plurimath/math/symbols/circledr.rb +3 -3
- data/lib/plurimath/math/symbols/circledrightdot.rb +3 -3
- data/lib/plurimath/math/symbols/circledstar.rb +3 -3
- data/lib/plurimath/math/symbols/circledtwodots.rb +3 -3
- data/lib/plurimath/math/symbols/circledvert.rb +3 -3
- data/lib/plurimath/math/symbols/circledwhitebullet.rb +3 -3
- data/lib/plurimath/math/symbols/circlehbar.rb +3 -3
- data/lib/plurimath/math/symbols/circlellquad.rb +3 -3
- data/lib/plurimath/math/symbols/circlelrquad.rb +3 -3
- data/lib/plurimath/math/symbols/circleonleftarrow.rb +3 -3
- data/lib/plurimath/math/symbols/circleonrightarrow.rb +3 -3
- data/lib/plurimath/math/symbols/circletophalfblack.rb +3 -3
- data/lib/plurimath/math/symbols/circleulquad.rb +3 -3
- data/lib/plurimath/math/symbols/circleurquad.rb +3 -3
- data/lib/plurimath/math/symbols/circleurquadblack.rb +3 -3
- data/lib/plurimath/math/symbols/circlevertfill.rb +3 -3
- data/lib/plurimath/math/symbols/cire.rb +3 -3
- data/lib/plurimath/math/symbols/cirfnint.rb +3 -3
- data/lib/plurimath/math/symbols/cirmid.rb +3 -3
- data/lib/plurimath/math/symbols/cirscir.rb +3 -3
- data/lib/plurimath/math/symbols/clockoint.rb +3 -3
- data/lib/plurimath/math/symbols/closedvarcap.rb +3 -3
- data/lib/plurimath/math/symbols/closedvarcup.rb +3 -3
- data/lib/plurimath/math/symbols/closedvarcupsmashprod.rb +3 -3
- data/lib/plurimath/math/symbols/closure.rb +3 -3
- data/lib/plurimath/math/symbols/clubsuit.rb +2 -2
- data/lib/plurimath/math/symbols/cntclockoint.rb +3 -3
- data/lib/plurimath/math/symbols/colon.rb +4 -4
- data/lib/plurimath/math/symbols/coloneq.rb +3 -3
- data/lib/plurimath/math/symbols/comma.rb +2 -2
- data/lib/plurimath/math/symbols/commaminus.rb +3 -3
- data/lib/plurimath/math/symbols/comp.rb +3 -3
- data/lib/plurimath/math/symbols/complement.rb +2 -2
- data/lib/plurimath/math/symbols/concavediamond.rb +3 -3
- data/lib/plurimath/math/symbols/concavediamondtickleft.rb +3 -3
- data/lib/plurimath/math/symbols/concavediamondtickright.rb +3 -3
- data/lib/plurimath/math/symbols/cong.rb +2 -2
- data/lib/plurimath/math/symbols/congdot.rb +3 -3
- data/lib/plurimath/math/symbols/conictaper.rb +3 -3
- data/lib/plurimath/math/symbols/conjquant.rb +3 -3
- data/lib/plurimath/math/symbols/coprod.rb +3 -3
- data/lib/plurimath/math/symbols/csub.rb +3 -3
- data/lib/plurimath/math/symbols/csube.rb +3 -3
- data/lib/plurimath/math/symbols/csup.rb +3 -3
- data/lib/plurimath/math/symbols/csupe.rb +3 -3
- data/lib/plurimath/math/symbols/cuberoot.rb +3 -3
- data/lib/plurimath/math/symbols/cup.rb +2 -2
- data/lib/plurimath/math/symbols/cupbarcap.rb +3 -3
- data/lib/plurimath/math/symbols/cupdot.rb +3 -3
- data/lib/plurimath/math/symbols/cupleftarrow.rb +3 -3
- data/lib/plurimath/math/symbols/cupovercap.rb +3 -3
- data/lib/plurimath/math/symbols/cupvee.rb +3 -3
- data/lib/plurimath/math/symbols/curlyeqprec.rb +2 -2
- data/lib/plurimath/math/symbols/curlyeqsucc.rb +2 -2
- data/lib/plurimath/math/symbols/curlyvee.rb +2 -2
- data/lib/plurimath/math/symbols/curlywedge.rb +2 -2
- data/lib/plurimath/math/symbols/curvearrowleftplus.rb +3 -3
- data/lib/plurimath/math/symbols/curvearrowright.rb +3 -3
- data/lib/plurimath/math/symbols/curvearrowrightminus.rb +3 -3
- data/lib/plurimath/math/symbols/cwcirclearrow.rb +3 -3
- data/lib/plurimath/math/symbols/cwgapcirclearrow.rb +3 -3
- data/lib/plurimath/math/symbols/cwrightarcarrow.rb +3 -3
- data/lib/plurimath/math/symbols/cwundercurvearrow.rb +3 -3
- data/lib/plurimath/math/symbols/dag.rb +4 -4
- data/lib/plurimath/math/symbols/daleth.rb +2 -2
- data/lib/plurimath/math/symbols/danger.rb +3 -3
- data/lib/plurimath/math/symbols/darr.rb +2 -2
- data/lib/plurimath/math/symbols/dasharrow.rb +3 -3
- data/lib/plurimath/math/symbols/dasharrowright.rb +4 -4
- data/lib/plurimath/math/symbols/dashv.rb +3 -3
- data/lib/plurimath/math/symbols/dashvdash.rb +3 -3
- data/lib/plurimath/math/symbols/dbkarow.rb +3 -3
- data/lib/plurimath/math/symbols/dd.rb +3 -3
- data/lib/plurimath/math/symbols/ddag.rb +4 -4
- data/lib/plurimath/math/symbols/ddddot.rb +3 -3
- data/lib/plurimath/math/symbols/dddot.rb +3 -3
- data/lib/plurimath/math/symbols/ddotseq.rb +3 -3
- data/lib/plurimath/math/symbols/ddownarrow.rb +3 -3
- data/lib/plurimath/math/symbols/degc.rb +4 -4
- data/lib/plurimath/math/symbols/degf.rb +4 -4
- data/lib/plurimath/math/symbols/degree.rb +4 -4
- data/lib/plurimath/math/symbols/del.rb +41 -0
- data/lib/plurimath/math/symbols/delta.rb +2 -2
- data/lib/plurimath/math/symbols/deltaeq.rb +3 -3
- data/lib/plurimath/math/symbols/diameter.rb +3 -3
- data/lib/plurimath/math/symbols/diamond.rb +2 -2
- data/lib/plurimath/math/symbols/diamondblack.rb +3 -3
- data/lib/plurimath/math/symbols/diamondbotblack.rb +3 -3
- data/lib/plurimath/math/symbols/diamonddot.rb +3 -3
- data/lib/plurimath/math/symbols/diamondleftarrow.rb +3 -3
- data/lib/plurimath/math/symbols/diamondleftarrowbar.rb +3 -3
- data/lib/plurimath/math/symbols/diamondleftblack.rb +3 -3
- data/lib/plurimath/math/symbols/diamondrightblack.rb +3 -3
- data/lib/plurimath/math/symbols/diamondtopblack.rb +3 -3
- data/lib/plurimath/math/symbols/dicei.rb +3 -3
- data/lib/plurimath/math/symbols/diceii.rb +3 -3
- data/lib/plurimath/math/symbols/diceiii.rb +3 -3
- data/lib/plurimath/math/symbols/diceiv.rb +3 -3
- data/lib/plurimath/math/symbols/dicev.rb +3 -3
- data/lib/plurimath/math/symbols/dicevi.rb +3 -3
- data/lib/plurimath/math/symbols/digamma.rb +3 -3
- data/lib/plurimath/math/symbols/dingasterisk.rb +3 -3
- data/lib/plurimath/math/symbols/dint.rb +4 -16
- data/lib/plurimath/math/symbols/disin.rb +3 -3
- data/lib/plurimath/math/symbols/disjquant.rb +3 -3
- data/lib/plurimath/math/symbols/div.rb +2 -2
- data/lib/plurimath/math/symbols/divideontimes.rb +4 -4
- data/lib/plurimath/math/symbols/dot.rb +2 -2
- data/lib/plurimath/math/symbols/doteq.rb +3 -3
- data/lib/plurimath/math/symbols/dotequiv.rb +3 -3
- data/lib/plurimath/math/symbols/dotminus.rb +2 -2
- data/lib/plurimath/math/symbols/dotplus.rb +2 -2
- data/lib/plurimath/math/symbols/dots.rb +3 -3
- data/lib/plurimath/math/symbols/dotsim.rb +3 -3
- data/lib/plurimath/math/symbols/dotsminusdots.rb +3 -3
- data/lib/plurimath/math/symbols/dottedcircle.rb +3 -3
- data/lib/plurimath/math/symbols/dottedsquare.rb +3 -3
- data/lib/plurimath/math/symbols/dottimes.rb +3 -3
- data/lib/plurimath/math/symbols/doublebarvee.rb +3 -3
- data/lib/plurimath/math/symbols/doublebarwedge.rb +3 -3
- data/lib/plurimath/math/symbols/doubleplus.rb +3 -3
- data/lib/plurimath/math/symbols/downarrow.rb +2 -2
- data/lib/plurimath/math/symbols/downarrowbar.rb +3 -3
- data/lib/plurimath/math/symbols/downarrowbarred.rb +3 -3
- data/lib/plurimath/math/symbols/downarrows.rb +4 -4
- data/lib/plurimath/math/symbols/downdasharrow.rb +3 -3
- data/lib/plurimath/math/symbols/downdownharpoons.rb +3 -3
- data/lib/plurimath/math/symbols/downfishtail.rb +3 -3
- data/lib/plurimath/math/symbols/downharpoonleft.rb +3 -3
- data/lib/plurimath/math/symbols/downharpoonright.rb +3 -3
- data/lib/plurimath/math/symbols/downleftteevector.rb +3 -3
- data/lib/plurimath/math/symbols/downleftvectorbar.rb +3 -3
- data/lib/plurimath/math/symbols/downrightcurvedarrow.rb +3 -3
- data/lib/plurimath/math/symbols/downrightteevector.rb +3 -3
- data/lib/plurimath/math/symbols/downrightvectorbar.rb +3 -3
- data/lib/plurimath/math/symbols/downtriangleleftblack.rb +3 -3
- data/lib/plurimath/math/symbols/downtrianglerightblack.rb +3 -3
- data/lib/plurimath/math/symbols/downuparrows.rb +3 -3
- data/lib/plurimath/math/symbols/downupharpoons.rb +3 -3
- data/lib/plurimath/math/symbols/downwhitearrow.rb +3 -3
- data/lib/plurimath/math/symbols/dprime.rb +3 -3
- data/lib/plurimath/math/symbols/draftingarrow.rb +3 -3
- data/lib/plurimath/math/symbols/drbkarow.rb +3 -3
- data/lib/plurimath/math/symbols/droang.rb +3 -3
- data/lib/plurimath/math/symbols/dsol.rb +3 -3
- data/lib/plurimath/math/symbols/dsub.rb +3 -3
- data/lib/plurimath/math/symbols/dualmap.rb +3 -3
- data/lib/plurimath/math/symbols/duni.rb +4 -16
- data/lib/plurimath/math/symbols/earth.rb +3 -3
- data/lib/plurimath/math/symbols/ee.rb +13 -20
- data/lib/plurimath/math/symbols/egsdot.rb +3 -3
- data/lib/plurimath/math/symbols/eighthnote.rb +3 -3
- data/lib/plurimath/math/symbols/elinters.rb +3 -3
- data/lib/plurimath/math/symbols/ell.rb +2 -2
- data/lib/plurimath/math/symbols/elsdot.rb +3 -3
- data/lib/plurimath/math/symbols/emptyset.rb +4 -4
- data/lib/plurimath/math/symbols/emptysetoarr.rb +3 -3
- data/lib/plurimath/math/symbols/emptysetoarrl.rb +3 -3
- data/lib/plurimath/math/symbols/emptysetobar.rb +3 -3
- data/lib/plurimath/math/symbols/emptysetocirc.rb +3 -3
- data/lib/plurimath/math/symbols/enclosecircle.rb +3 -3
- data/lib/plurimath/math/symbols/enclosediamond.rb +3 -3
- data/lib/plurimath/math/symbols/enclosesquare.rb +3 -3
- data/lib/plurimath/math/symbols/enclosetriangle.rb +3 -3
- data/lib/plurimath/math/symbols/enleadertwodots.rb +3 -3
- data/lib/plurimath/math/symbols/epar.rb +4 -4
- data/lib/plurimath/math/symbols/eparsl.rb +3 -3
- data/lib/plurimath/math/symbols/epsilon.rb +3 -3
- data/lib/plurimath/math/symbols/eqcirc.rb +2 -2
- data/lib/plurimath/math/symbols/eqcolon.rb +3 -3
- data/lib/plurimath/math/symbols/eqdef.rb +3 -3
- data/lib/plurimath/math/symbols/eqdot.rb +3 -3
- data/lib/plurimath/math/symbols/eqeq.rb +3 -3
- data/lib/plurimath/math/symbols/eqgtr.rb +2 -2
- data/lib/plurimath/math/symbols/eqless.rb +3 -3
- data/lib/plurimath/math/symbols/eqno.rb +4 -4
- data/lib/plurimath/math/symbols/eqqcolon.rb +3 -3
- data/lib/plurimath/math/symbols/eqqgtr.rb +3 -3
- data/lib/plurimath/math/symbols/eqqless.rb +3 -3
- data/lib/plurimath/math/symbols/eqqplus.rb +3 -3
- data/lib/plurimath/math/symbols/eqqsim.rb +3 -3
- data/lib/plurimath/math/symbols/eqqslantgtr.rb +3 -3
- data/lib/plurimath/math/symbols/eqqslantless.rb +3 -3
- data/lib/plurimath/math/symbols/eqsim.rb +3 -3
- data/lib/plurimath/math/symbols/eqslantgtr.rb +3 -3
- data/lib/plurimath/math/symbols/eqslantless.rb +3 -3
- data/lib/plurimath/math/symbols/equal.rb +2 -2
- data/lib/plurimath/math/symbols/equalleftarrow.rb +3 -3
- data/lib/plurimath/math/symbols/equalrightarrow.rb +3 -3
- data/lib/plurimath/math/symbols/equiv.rb +2 -2
- data/lib/plurimath/math/symbols/equivdd.rb +3 -3
- data/lib/plurimath/math/symbols/equivvert.rb +3 -3
- data/lib/plurimath/math/symbols/equivvvert.rb +3 -3
- data/lib/plurimath/math/symbols/eqvparsl.rb +3 -3
- data/lib/plurimath/math/symbols/errbarblackcircle.rb +3 -3
- data/lib/plurimath/math/symbols/errbarblackdiamond.rb +3 -3
- data/lib/plurimath/math/symbols/errbarblacksquare.rb +3 -3
- data/lib/plurimath/math/symbols/errbarcircle.rb +3 -3
- data/lib/plurimath/math/symbols/errbardiamond.rb +3 -3
- data/lib/plurimath/math/symbols/errbarsquare.rb +3 -3
- data/lib/plurimath/math/symbols/eta.rb +2 -2
- data/lib/plurimath/math/symbols/eth.rb +3 -3
- data/lib/plurimath/math/symbols/euler.rb +3 -3
- data/lib/plurimath/math/symbols/euro.rb +3 -3
- data/lib/plurimath/math/symbols/exclam.rb +2 -2
- data/lib/plurimath/math/symbols/exi.rb +4 -4
- data/lib/plurimath/math/symbols/exists.rb +3 -3
- data/lib/plurimath/math/symbols/fallingdotseq.rb +2 -2
- data/lib/plurimath/math/symbols/fbowtie.rb +3 -3
- data/lib/plurimath/math/symbols/fdiagovnearrow.rb +3 -3
- data/lib/plurimath/math/symbols/fdiagovrdiag.rb +3 -3
- data/lib/plurimath/math/symbols/ffun.rb +3 -3
- data/lib/plurimath/math/symbols/finj.rb +3 -3
- data/lib/plurimath/math/symbols/fint.rb +3 -3
- data/lib/plurimath/math/symbols/finv.rb +3 -3
- data/lib/plurimath/math/symbols/fisheye.rb +3 -3
- data/lib/plurimath/math/symbols/flat.rb +3 -3
- data/lib/plurimath/math/symbols/fltns.rb +3 -3
- data/lib/plurimath/math/symbols/forall.rb +3 -3
- data/lib/plurimath/math/symbols/forks.rb +3 -3
- data/lib/plurimath/math/symbols/forksnot.rb +3 -3
- data/lib/plurimath/math/symbols/forkv.rb +3 -3
- data/lib/plurimath/math/symbols/fourthroot.rb +3 -3
- data/lib/plurimath/math/symbols/fourvdots.rb +3 -3
- data/lib/plurimath/math/symbols/fracslash.rb +3 -3
- data/lib/plurimath/math/symbols/fullouterjoin.rb +3 -3
- data/lib/plurimath/math/symbols/funcapply.rb +4 -4
- data/lib/plurimath/math/symbols/game.rb +3 -3
- data/lib/plurimath/math/symbols/gamma.rb +2 -2
- data/lib/plurimath/math/symbols/ge.rb +3 -3
- data/lib/plurimath/math/symbols/gemini.rb +3 -3
- data/lib/plurimath/math/symbols/geq.rb +3 -3
- data/lib/plurimath/math/symbols/geqq.rb +2 -2
- data/lib/plurimath/math/symbols/geqqslant.rb +3 -3
- data/lib/plurimath/math/symbols/geqslant.rb +3 -3
- data/lib/plurimath/math/symbols/gescc.rb +3 -3
- data/lib/plurimath/math/symbols/gesdot.rb +3 -3
- data/lib/plurimath/math/symbols/gesdoto.rb +3 -3
- data/lib/plurimath/math/symbols/gesdotol.rb +3 -3
- data/lib/plurimath/math/symbols/gesles.rb +3 -3
- data/lib/plurimath/math/symbols/gets.rb +3 -3
- data/lib/plurimath/math/symbols/gg.rb +2 -2
- data/lib/plurimath/math/symbols/ggg.rb +2 -2
- data/lib/plurimath/math/symbols/gggnest.rb +3 -3
- data/lib/plurimath/math/symbols/gimel.rb +2 -2
- data/lib/plurimath/math/symbols/gla.rb +3 -3
- data/lib/plurimath/math/symbols/gle.rb +3 -3
- data/lib/plurimath/math/symbols/gleichstark.rb +3 -3
- data/lib/plurimath/math/symbols/glj.rb +3 -3
- data/lib/plurimath/math/symbols/gnapprox.rb +3 -3
- data/lib/plurimath/math/symbols/gneq.rb +3 -3
- data/lib/plurimath/math/symbols/gneqq.rb +2 -2
- data/lib/plurimath/math/symbols/gnsim.rb +3 -3
- data/lib/plurimath/math/symbols/grad.rb +2 -2
- data/lib/plurimath/math/symbols/grave.rb +3 -3
- data/lib/plurimath/math/symbols/greater.rb +3 -3
- data/lib/plurimath/math/symbols/gsime.rb +3 -3
- data/lib/plurimath/math/symbols/gsiml.rb +3 -3
- data/lib/plurimath/math/symbols/gt.rb +3 -3
- data/lib/plurimath/math/symbols/gtcc.rb +3 -3
- data/lib/plurimath/math/symbols/gtcir.rb +3 -3
- data/lib/plurimath/math/symbols/gtlpar.rb +3 -3
- data/lib/plurimath/math/symbols/gtquest.rb +3 -3
- data/lib/plurimath/math/symbols/gtrapprox.rb +3 -3
- data/lib/plurimath/math/symbols/gtrarr.rb +3 -3
- data/lib/plurimath/math/symbols/gtrdot.rb +2 -2
- data/lib/plurimath/math/symbols/gtreqless.rb +2 -2
- data/lib/plurimath/math/symbols/gtreqqless.rb +3 -3
- data/lib/plurimath/math/symbols/gtrless.rb +3 -3
- data/lib/plurimath/math/symbols/harr.rb +2 -2
- data/lib/plurimath/math/symbols/hash.rb +3 -3
- data/lib/plurimath/math/symbols/hatapprox.rb +3 -3
- data/lib/plurimath/math/symbols/hbar.rb +4 -4
- data/lib/plurimath/math/symbols/hearsuit.rb +4 -4
- data/lib/plurimath/math/symbols/hermaphrodite.rb +3 -3
- data/lib/plurimath/math/symbols/hermitmatrix.rb +3 -3
- data/lib/plurimath/math/symbols/hexagon.rb +3 -3
- data/lib/plurimath/math/symbols/hexagonblack.rb +3 -3
- data/lib/plurimath/math/symbols/hide.rb +3 -3
- data/lib/plurimath/math/symbols/hknearrow.rb +3 -3
- data/lib/plurimath/math/symbols/hknwarrow.rb +3 -3
- data/lib/plurimath/math/symbols/hksearow.rb +3 -3
- data/lib/plurimath/math/symbols/hkswarow.rb +3 -3
- data/lib/plurimath/math/symbols/hline.rb +3 -3
- data/lib/plurimath/math/symbols/hookleftarrow.rb +2 -2
- data/lib/plurimath/math/symbols/hookrightarrow.rb +2 -2
- data/lib/plurimath/math/symbols/horizbar.rb +3 -3
- data/lib/plurimath/math/symbols/hourglass.rb +3 -3
- data/lib/plurimath/math/symbols/house.rb +3 -3
- data/lib/plurimath/math/symbols/hrectangle.rb +3 -3
- data/lib/plurimath/math/symbols/hrectangleblack.rb +3 -3
- data/lib/plurimath/math/symbols/hyphenbullet.rb +3 -3
- data/lib/plurimath/math/symbols/hzigzag.rb +3 -3
- data/lib/plurimath/math/symbols/iff.rb +3 -3
- data/lib/plurimath/math/symbols/ii.rb +3 -3
- data/lib/plurimath/math/symbols/iiiint.rb +3 -3
- data/lib/plurimath/math/symbols/iiint.rb +3 -3
- data/lib/plurimath/math/symbols/iinfin.rb +3 -3
- data/lib/plurimath/math/symbols/iint.rb +3 -3
- data/lib/plurimath/math/symbols/im.rb +2 -2
- data/lib/plurimath/math/symbols/imageof.rb +3 -3
- data/lib/plurimath/math/symbols/imath.rb +2 -2
- data/lib/plurimath/math/symbols/impliedby.rb +3 -3
- data/lib/plurimath/math/symbols/inc.rb +4 -4
- data/lib/plurimath/math/symbols/intbar.rb +3 -3
- data/lib/plurimath/math/symbols/intbottom.rb +3 -3
- data/lib/plurimath/math/symbols/intcap.rb +3 -3
- data/lib/plurimath/math/symbols/intclockwise.rb +3 -3
- data/lib/plurimath/math/symbols/intcup.rb +3 -3
- data/lib/plurimath/math/symbols/intercal.rb +2 -2
- data/lib/plurimath/math/symbols/interleave.rb +3 -3
- data/lib/plurimath/math/symbols/intextender.rb +3 -3
- data/lib/plurimath/math/symbols/intlarhk.rb +3 -3
- data/lib/plurimath/math/symbols/intprod.rb +3 -3
- data/lib/plurimath/math/symbols/intprodr.rb +3 -3
- data/lib/plurimath/math/symbols/inttop.rb +3 -3
- data/lib/plurimath/math/symbols/intx.rb +3 -3
- data/lib/plurimath/math/symbols/invdiameter.rb +3 -3
- data/lib/plurimath/math/symbols/inversebullet.rb +3 -3
- data/lib/plurimath/math/symbols/inversewhitecircle.rb +3 -3
- data/lib/plurimath/math/symbols/invlazys.rb +3 -3
- data/lib/plurimath/math/symbols/invnot.rb +3 -3
- data/lib/plurimath/math/symbols/invwhitelowerhalfcircle.rb +3 -3
- data/lib/plurimath/math/symbols/invwhiteupperhalfcircle.rb +3 -3
- data/lib/plurimath/math/symbols/iota.rb +2 -2
- data/lib/plurimath/math/symbols/isindot.rb +3 -3
- data/lib/plurimath/math/symbols/isine.rb +3 -3
- data/lib/plurimath/math/symbols/isinobar.rb +3 -3
- data/lib/plurimath/math/symbols/isins.rb +3 -3
- data/lib/plurimath/math/symbols/isinvb.rb +3 -3
- data/lib/plurimath/math/symbols/jj.rb +3 -3
- data/lib/plurimath/math/symbols/jmath.rb +2 -2
- data/lib/plurimath/math/symbols/join.rb +3 -3
- data/lib/plurimath/math/symbols/jupiter.rb +3 -3
- data/lib/plurimath/math/symbols/kappa.rb +2 -2
- data/lib/plurimath/math/symbols/kernelcontraction.rb +3 -3
- data/lib/plurimath/math/symbols/koppa.rb +3 -3
- data/lib/plurimath/math/symbols/lambda.rb +2 -2
- data/lib/plurimath/math/symbols/land.rb +3 -3
- data/lib/plurimath/math/symbols/lang.rb +2 -2
- data/lib/plurimath/math/symbols/langledot.rb +3 -3
- data/lib/plurimath/math/symbols/laplac.rb +3 -3
- data/lib/plurimath/math/symbols/larr.rb +2 -2
- data/lib/plurimath/math/symbols/lat.rb +3 -3
- data/lib/plurimath/math/symbols/late.rb +3 -3
- data/lib/plurimath/math/symbols/lbag.rb +3 -3
- data/lib/plurimath/math/symbols/lblkbrbrak.rb +3 -3
- data/lib/plurimath/math/symbols/lblot.rb +3 -3
- data/lib/plurimath/math/symbols/lbracelend.rb +3 -3
- data/lib/plurimath/math/symbols/lbracemid.rb +3 -3
- data/lib/plurimath/math/symbols/lbraceuend.rb +3 -3
- data/lib/plurimath/math/symbols/lbrackextender.rb +3 -3
- data/lib/plurimath/math/symbols/lbracklend.rb +3 -3
- data/lib/plurimath/math/symbols/lbracklltick.rb +3 -3
- data/lib/plurimath/math/symbols/lbrackubar.rb +3 -3
- data/lib/plurimath/math/symbols/lbrackuend.rb +3 -3
- data/lib/plurimath/math/symbols/lbrackultick.rb +3 -3
- data/lib/plurimath/math/symbols/lbrbrak.rb +3 -3
- data/lib/plurimath/math/symbols/lcurvyangle.rb +3 -3
- data/lib/plurimath/math/symbols/ldsh.rb +4 -4
- data/lib/plurimath/math/symbols/le.rb +3 -3
- data/lib/plurimath/math/symbols/leadsto.rb +2 -2
- data/lib/plurimath/math/symbols/leftarrow.rb +3 -3
- data/lib/plurimath/math/symbols/leftarrowapprox.rb +3 -3
- data/lib/plurimath/math/symbols/leftarrowbackapprox.rb +3 -3
- data/lib/plurimath/math/symbols/leftarrowbsimilar.rb +3 -3
- data/lib/plurimath/math/symbols/leftarrowless.rb +3 -3
- data/lib/plurimath/math/symbols/leftarrowonoplus.rb +3 -3
- data/lib/plurimath/math/symbols/leftarrowplus.rb +3 -3
- data/lib/plurimath/math/symbols/leftarrowshortrightarrow.rb +3 -3
- data/lib/plurimath/math/symbols/leftarrowsimilar.rb +3 -3
- data/lib/plurimath/math/symbols/leftarrowsubset.rb +3 -3
- data/lib/plurimath/math/symbols/leftarrowtail.rb +2 -2
- data/lib/plurimath/math/symbols/leftarrowtriangle.rb +3 -3
- data/lib/plurimath/math/symbols/leftarrowx.rb +3 -3
- data/lib/plurimath/math/symbols/leftbarharpoon.rb +3 -3
- data/lib/plurimath/math/symbols/leftbkarrow.rb +3 -3
- data/lib/plurimath/math/symbols/leftcircle.rb +3 -3
- data/lib/plurimath/math/symbols/leftcurvedarrow.rb +3 -3
- data/lib/plurimath/math/symbols/leftdasharrow.rb +4 -4
- data/lib/plurimath/math/symbols/leftdbkarrow.rb +3 -3
- data/lib/plurimath/math/symbols/leftdbltail.rb +3 -3
- data/lib/plurimath/math/symbols/leftdotarrow.rb +3 -3
- data/lib/plurimath/math/symbols/leftdowncurvedarrow.rb +3 -3
- data/lib/plurimath/math/symbols/leftdownteevector.rb +3 -3
- data/lib/plurimath/math/symbols/leftdownvectorbar.rb +3 -3
- data/lib/plurimath/math/symbols/leftharpoondown.rb +2 -2
- data/lib/plurimath/math/symbols/leftharpoonup.rb +2 -2
- data/lib/plurimath/math/symbols/leftleftarrows.rb +2 -2
- data/lib/plurimath/math/symbols/leftleftharpoons.rb +3 -3
- data/lib/plurimath/math/symbols/leftmoon.rb +3 -3
- data/lib/plurimath/math/symbols/leftouterjoin.rb +3 -3
- data/lib/plurimath/math/symbols/leftrightarrow.rb +3 -3
- data/lib/plurimath/math/symbols/leftrightarrowcircle.rb +3 -3
- data/lib/plurimath/math/symbols/leftrightarrows.rb +2 -2
- data/lib/plurimath/math/symbols/leftrightarrowtriangle.rb +3 -3
- data/lib/plurimath/math/symbols/leftrightharpoon.rb +3 -3
- data/lib/plurimath/math/symbols/leftrightharpoondown.rb +3 -3
- data/lib/plurimath/math/symbols/leftrightharpoonsdown.rb +3 -3
- data/lib/plurimath/math/symbols/leftrightharpoonsup.rb +3 -3
- data/lib/plurimath/math/symbols/leftrightharpoonup.rb +3 -3
- data/lib/plurimath/math/symbols/leftrightwavearrow.rb +4 -4
- data/lib/plurimath/math/symbols/leftsquigarrow.rb +2 -2
- data/lib/plurimath/math/symbols/lefttail.rb +3 -3
- data/lib/plurimath/math/symbols/leftteevector.rb +3 -3
- data/lib/plurimath/math/symbols/leftthreearrows.rb +3 -3
- data/lib/plurimath/math/symbols/leftthreetimes.rb +2 -2
- data/lib/plurimath/math/symbols/leftturn.rb +3 -3
- data/lib/plurimath/math/symbols/leftupdownharpoon.rb +3 -3
- data/lib/plurimath/math/symbols/leftupteevector.rb +3 -3
- data/lib/plurimath/math/symbols/leftupvectorbar.rb +3 -3
- data/lib/plurimath/math/symbols/leftvectorbar.rb +3 -3
- data/lib/plurimath/math/symbols/leftwavearrow.rb +2 -2
- data/lib/plurimath/math/symbols/leftwhitearrow.rb +3 -3
- data/lib/plurimath/math/symbols/leo.rb +3 -3
- data/lib/plurimath/math/symbols/leq.rb +3 -3
- data/lib/plurimath/math/symbols/leqq.rb +2 -2
- data/lib/plurimath/math/symbols/leqqslant.rb +3 -3
- data/lib/plurimath/math/symbols/leqslant.rb +3 -3
- data/lib/plurimath/math/symbols/lescc.rb +3 -3
- data/lib/plurimath/math/symbols/lesdot.rb +3 -3
- data/lib/plurimath/math/symbols/lesdoto.rb +3 -3
- data/lib/plurimath/math/symbols/lesdotor.rb +3 -3
- data/lib/plurimath/math/symbols/lesges.rb +3 -3
- data/lib/plurimath/math/symbols/less.rb +3 -3
- data/lib/plurimath/math/symbols/lessapprox.rb +3 -3
- data/lib/plurimath/math/symbols/lessdot.rb +2 -2
- data/lib/plurimath/math/symbols/lesseqgtr.rb +2 -2
- data/lib/plurimath/math/symbols/lesseqqgtr.rb +3 -3
- data/lib/plurimath/math/symbols/lessgtr.rb +2 -2
- data/lib/plurimath/math/symbols/lfbowtie.rb +3 -3
- data/lib/plurimath/math/symbols/lftimes.rb +3 -3
- data/lib/plurimath/math/symbols/lgblkcircle.rb +3 -3
- data/lib/plurimath/math/symbols/lgblksquare.rb +3 -3
- data/lib/plurimath/math/symbols/lge.rb +3 -3
- data/lib/plurimath/math/symbols/lgroup.rb +3 -3
- data/lib/plurimath/math/symbols/lgwhtcircle.rb +3 -3
- data/lib/plurimath/math/symbols/lgwhtsquare.rb +3 -3
- data/lib/plurimath/math/symbols/lhd.rb +3 -3
- data/lib/plurimath/math/symbols/libra.rb +3 -3
- data/lib/plurimath/math/symbols/lightning.rb +3 -3
- data/lib/plurimath/math/symbols/limg.rb +3 -3
- data/lib/plurimath/math/symbols/linefeed.rb +3 -3
- data/lib/plurimath/math/symbols/ll.rb +2 -2
- data/lib/plurimath/math/symbols/llarc.rb +3 -3
- data/lib/plurimath/math/symbols/llblacktriangle.rb +3 -3
- data/lib/plurimath/math/symbols/llcorner.rb +3 -3
- data/lib/plurimath/math/symbols/lleftarrow.rb +3 -3
- data/lib/plurimath/math/symbols/lll.rb +3 -3
- data/lib/plurimath/math/symbols/lllnest.rb +3 -3
- data/lib/plurimath/math/symbols/lltriangle.rb +3 -3
- data/lib/plurimath/math/symbols/lmoust.rb +4 -4
- data/lib/plurimath/math/symbols/lmoustache.rb +3 -3
- data/lib/plurimath/math/symbols/lnapprox.rb +3 -3
- data/lib/plurimath/math/symbols/lneq.rb +4 -4
- data/lib/plurimath/math/symbols/lnot.rb +3 -3
- data/lib/plurimath/math/symbols/lnsim.rb +2 -2
- data/lib/plurimath/math/symbols/longdashv.rb +3 -3
- data/lib/plurimath/math/symbols/longdivision.rb +3 -3
- data/lib/plurimath/math/symbols/longleftarrow.rb +2 -2
- data/lib/plurimath/math/symbols/longleftrightarrow.rb +3 -3
- data/lib/plurimath/math/symbols/longleftsquigarrow.rb +3 -3
- data/lib/plurimath/math/symbols/longmapsfrom.rb +3 -3
- data/lib/plurimath/math/symbols/longmapsto.rb +3 -3
- data/lib/plurimath/math/symbols/longrightarrow.rb +3 -3
- data/lib/plurimath/math/symbols/looparrowleft.rb +4 -4
- data/lib/plurimath/math/symbols/lor.rb +4 -4
- data/lib/plurimath/math/symbols/lowint.rb +3 -3
- data/lib/plurimath/math/symbols/lozenge.rb +3 -3
- data/lib/plurimath/math/symbols/lozengeminus.rb +3 -3
- data/lib/plurimath/math/symbols/lparen.rb +3 -3
- data/lib/plurimath/math/symbols/lparenextender.rb +3 -3
- data/lib/plurimath/math/symbols/lparengtr.rb +3 -3
- data/lib/plurimath/math/symbols/lparenlend.rb +3 -3
- data/lib/plurimath/math/symbols/lparenless.rb +3 -3
- data/lib/plurimath/math/symbols/lparenuend.rb +3 -3
- data/lib/plurimath/math/symbols/lrarc.rb +3 -3
- data/lib/plurimath/math/symbols/lrblacktriangle.rb +3 -3
- data/lib/plurimath/math/symbols/lrcorner.rb +3 -3
- data/lib/plurimath/math/symbols/lrhar.rb +4 -4
- data/lib/plurimath/math/symbols/lrtimes.rb +3 -3
- data/lib/plurimath/math/symbols/lrtriangle.rb +3 -3
- data/lib/plurimath/math/symbols/lrtriangleeq.rb +3 -3
- data/lib/plurimath/math/symbols/lsh.rb +3 -3
- data/lib/plurimath/math/symbols/lsime.rb +3 -3
- data/lib/plurimath/math/symbols/lsimg.rb +3 -3
- data/lib/plurimath/math/symbols/lsqhook.rb +3 -3
- data/lib/plurimath/math/symbols/lt.rb +3 -3
- data/lib/plurimath/math/symbols/ltcc.rb +3 -3
- data/lib/plurimath/math/symbols/ltcir.rb +3 -3
- data/lib/plurimath/math/symbols/ltimes.rb +2 -2
- data/lib/plurimath/math/symbols/ltlarr.rb +3 -3
- data/lib/plurimath/math/symbols/ltquest.rb +3 -3
- data/lib/plurimath/math/symbols/ltrivb.rb +3 -3
- data/lib/plurimath/math/symbols/lvboxline.rb +3 -3
- data/lib/plurimath/math/symbols/lvec.rb +3 -3
- data/lib/plurimath/math/symbols/lvzigzag.rb +3 -3
- data/lib/plurimath/math/symbols/maltese.rb +3 -3
- data/lib/plurimath/math/symbols/mapsdown.rb +3 -3
- data/lib/plurimath/math/symbols/mapsfrom.rb +3 -3
- data/lib/plurimath/math/symbols/mapsto.rb +2 -2
- data/lib/plurimath/math/symbols/mapstoleft.rb +4 -4
- data/lib/plurimath/math/symbols/mapsup.rb +3 -3
- data/lib/plurimath/math/symbols/mars.rb +3 -3
- data/lib/plurimath/math/symbols/mathcolon.rb +2 -2
- data/lib/plurimath/math/symbols/mathdollar.rb +2 -2
- data/lib/plurimath/math/symbols/mathslash.rb +2 -2
- data/lib/plurimath/math/symbols/mdblkdiamond.rb +3 -3
- data/lib/plurimath/math/symbols/mdblklozenge.rb +3 -3
- data/lib/plurimath/math/symbols/mdblksquare.rb +3 -3
- data/lib/plurimath/math/symbols/mdlgblksquare.rb +3 -3
- data/lib/plurimath/math/symbols/mdsmblksquare.rb +3 -3
- data/lib/plurimath/math/symbols/mdsmwhtcircle.rb +3 -3
- data/lib/plurimath/math/symbols/mdsmwhtsquare.rb +3 -3
- data/lib/plurimath/math/symbols/mdwhtdiamond.rb +3 -3
- data/lib/plurimath/math/symbols/mdwhtlozenge.rb +3 -3
- data/lib/plurimath/math/symbols/mdwhtsquare.rb +3 -3
- data/lib/plurimath/math/symbols/measangledltosw.rb +3 -3
- data/lib/plurimath/math/symbols/measangledrtose.rb +3 -3
- data/lib/plurimath/math/symbols/measangleldtosw.rb +3 -3
- data/lib/plurimath/math/symbols/measanglelutonw.rb +3 -3
- data/lib/plurimath/math/symbols/measanglerdtose.rb +3 -3
- data/lib/plurimath/math/symbols/measanglerutone.rb +3 -3
- data/lib/plurimath/math/symbols/measangleultonw.rb +3 -3
- data/lib/plurimath/math/symbols/measangleurtone.rb +3 -3
- data/lib/plurimath/math/symbols/measeq.rb +3 -3
- data/lib/plurimath/math/symbols/measuredangleleft.rb +3 -3
- data/lib/plurimath/math/symbols/medblackstar.rb +3 -3
- data/lib/plurimath/math/symbols/medbullet.rb +3 -3
- data/lib/plurimath/math/symbols/medcirc.rb +3 -3
- data/lib/plurimath/math/symbols/medsp.rb +4 -4
- data/lib/plurimath/math/symbols/medwhitestar.rb +3 -3
- data/lib/plurimath/math/symbols/mercury.rb +3 -3
- data/lib/plurimath/math/symbols/mho.rb +3 -3
- data/lib/plurimath/math/symbols/mid.rb +3 -3
- data/lib/plurimath/math/symbols/midbarvee.rb +3 -3
- data/lib/plurimath/math/symbols/midbarwedge.rb +3 -3
- data/lib/plurimath/math/symbols/midcir.rb +3 -3
- data/lib/plurimath/math/symbols/minus.rb +2 -2
- data/lib/plurimath/math/symbols/minusdot.rb +3 -3
- data/lib/plurimath/math/symbols/minusfdots.rb +3 -3
- data/lib/plurimath/math/symbols/minusrdots.rb +3 -3
- data/lib/plurimath/math/symbols/mlcp.rb +3 -3
- data/lib/plurimath/math/symbols/models.rb +3 -3
- data/lib/plurimath/math/symbols/modtwosum.rb +3 -3
- data/lib/plurimath/math/symbols/mp.rb +2 -2
- data/lib/plurimath/math/symbols/mu.rb +2 -2
- data/lib/plurimath/math/symbols/multimap.rb +2 -2
- data/lib/plurimath/math/symbols/multimapinv.rb +3 -3
- data/lib/plurimath/math/symbols/nabla.rb +3 -3
- data/lib/plurimath/math/symbols/napprox.rb +2 -2
- data/lib/plurimath/math/symbols/nasymp.rb +3 -3
- data/lib/plurimath/math/symbols/natural.rb +3 -3
- data/lib/plurimath/math/symbols/ncong.rb +2 -2
- data/lib/plurimath/math/symbols/ne.rb +3 -3
- data/lib/plurimath/math/symbols/nearrow.rb +3 -3
- data/lib/plurimath/math/symbols/neg.rb +4 -4
- data/lib/plurimath/math/symbols/neovnwarrow.rb +3 -3
- data/lib/plurimath/math/symbols/neovsearrow.rb +3 -3
- data/lib/plurimath/math/symbols/neptune.rb +3 -3
- data/lib/plurimath/math/symbols/neq.rb +3 -3
- data/lib/plurimath/math/symbols/nequiv.rb +2 -2
- data/lib/plurimath/math/symbols/neswarrow.rb +3 -3
- data/lib/plurimath/math/symbols/neuter.rb +3 -3
- data/lib/plurimath/math/symbols/nexi.rb +3 -3
- data/lib/plurimath/math/symbols/ngeq.rb +3 -3
- data/lib/plurimath/math/symbols/ngt.rb +4 -4
- data/lib/plurimath/math/symbols/ngtrless.rb +3 -3
- data/lib/plurimath/math/symbols/ngtrsim.rb +3 -3
- data/lib/plurimath/math/symbols/nhdownarrow.rb +3 -3
- data/lib/plurimath/math/symbols/nhpar.rb +3 -3
- data/lib/plurimath/math/symbols/nhuparrow.rb +3 -3
- data/lib/plurimath/math/symbols/nhvvert.rb +3 -3
- data/lib/plurimath/math/symbols/ni.rb +3 -3
- data/lib/plurimath/math/symbols/nin.rb +4 -4
- data/lib/plurimath/math/symbols/niobar.rb +3 -3
- data/lib/plurimath/math/symbols/nis.rb +3 -3
- data/lib/plurimath/math/symbols/nisd.rb +3 -3
- data/lib/plurimath/math/symbols/nleftarrow.rb +2 -2
- data/lib/plurimath/math/symbols/nleftrightarrow.rb +2 -2
- data/lib/plurimath/math/symbols/nleq.rb +3 -3
- data/lib/plurimath/math/symbols/nless.rb +2 -2
- data/lib/plurimath/math/symbols/nlessgtr.rb +3 -3
- data/lib/plurimath/math/symbols/nlesssim.rb +3 -3
- data/lib/plurimath/math/symbols/nmid.rb +2 -2
- data/lib/plurimath/math/symbols/nn.rb +3 -3
- data/lib/plurimath/math/symbols/nni.rb +3 -3
- data/lib/plurimath/math/symbols/nnn.rb +3 -19
- data/lib/plurimath/math/symbols/not.rb +3 -3
- data/lib/plurimath/math/symbols/notbackslash.rb +3 -3
- data/lib/plurimath/math/symbols/notin.rb +3 -3
- data/lib/plurimath/math/symbols/notslash.rb +3 -3
- data/lib/plurimath/math/symbols/nparallel.rb +2 -2
- data/lib/plurimath/math/symbols/npolint.rb +3 -3
- data/lib/plurimath/math/symbols/nprec.rb +2 -2
- data/lib/plurimath/math/symbols/npreceq.rb +3 -3
- data/lib/plurimath/math/symbols/nrightarrow.rb +2 -2
- data/lib/plurimath/math/symbols/nsim.rb +2 -2
- data/lib/plurimath/math/symbols/nsime.rb +3 -3
- data/lib/plurimath/math/symbols/nsqsubseteq.rb +2 -2
- data/lib/plurimath/math/symbols/nsqsuperseteq.rb +4 -4
- data/lib/plurimath/math/symbols/nsub.rb +4 -4
- data/lib/plurimath/math/symbols/nsucc.rb +2 -2
- data/lib/plurimath/math/symbols/nsucceq.rb +3 -3
- data/lib/plurimath/math/symbols/nsup.rb +4 -4
- data/lib/plurimath/math/symbols/ntriangleleft.rb +3 -3
- data/lib/plurimath/math/symbols/ntriangleright.rb +3 -3
- data/lib/plurimath/math/symbols/nu.rb +2 -2
- data/lib/plurimath/math/symbols/nunlhd.rb +3 -3
- data/lib/plurimath/math/symbols/nunrhd.rb +3 -3
- data/lib/plurimath/math/symbols/nvdash.rb +3 -3
- data/lib/plurimath/math/symbols/nvinfty.rb +3 -3
- data/lib/plurimath/math/symbols/nvleftarrow.rb +3 -3
- data/lib/plurimath/math/symbols/nvleftarrowtail.rb +3 -3
- data/lib/plurimath/math/symbols/nvleftrightarrow.rb +3 -3
- data/lib/plurimath/math/symbols/nvrightarrow.rb +3 -3
- data/lib/plurimath/math/symbols/nvtwoheadleftarrow.rb +3 -3
- data/lib/plurimath/math/symbols/nvtwoheadleftarrowtail.rb +3 -3
- data/lib/plurimath/math/symbols/nvtwoheadrightarrow.rb +3 -3
- data/lib/plurimath/math/symbols/nvtwoheadrightarrowtail.rb +3 -3
- data/lib/plurimath/math/symbols/nwarrow.rb +3 -3
- data/lib/plurimath/math/symbols/nwovnearrow.rb +3 -3
- data/lib/plurimath/math/symbols/nwsearrow.rb +3 -3
- data/lib/plurimath/math/symbols/oast.rb +4 -4
- data/lib/plurimath/math/symbols/obar.rb +3 -3
- data/lib/plurimath/math/symbols/obot.rb +3 -3
- data/lib/plurimath/math/symbols/obrace.rb +2 -2
- data/lib/plurimath/math/symbols/obrbrak.rb +3 -3
- data/lib/plurimath/math/symbols/obslash.rb +3 -3
- data/lib/plurimath/math/symbols/ocirc.rb +4 -4
- data/lib/plurimath/math/symbols/ocommatopright.rb +3 -3
- data/lib/plurimath/math/symbols/octothorpe.rb +3 -3
- data/lib/plurimath/math/symbols/odash.rb +4 -4
- data/lib/plurimath/math/symbols/odiv.rb +3 -3
- data/lib/plurimath/math/symbols/odot.rb +2 -2
- data/lib/plurimath/math/symbols/odotslashdot.rb +3 -3
- data/lib/plurimath/math/symbols/oeq.rb +4 -4
- data/lib/plurimath/math/symbols/oiiint.rb +3 -3
- data/lib/plurimath/math/symbols/oiint.rb +3 -3
- data/lib/plurimath/math/symbols/olcross.rb +3 -3
- data/lib/plurimath/math/symbols/olessthan.rb +3 -3
- data/lib/plurimath/math/symbols/omega.rb +2 -2
- data/lib/plurimath/math/symbols/ominus.rb +2 -2
- data/lib/plurimath/math/symbols/oo.rb +1 -1
- data/lib/plurimath/math/symbols/operp.rb +3 -3
- data/lib/plurimath/math/symbols/oplus.rb +2 -2
- data/lib/plurimath/math/symbols/opluslhrim.rb +3 -3
- data/lib/plurimath/math/symbols/oplusrhrim.rb +3 -3
- data/lib/plurimath/math/symbols/origof.rb +3 -3
- data/lib/plurimath/math/symbols/oslash.rb +3 -3
- data/lib/plurimath/math/symbols/otimes.rb +3 -3
- data/lib/plurimath/math/symbols/otimeshat.rb +3 -3
- data/lib/plurimath/math/symbols/otimeslhrim.rb +3 -3
- data/lib/plurimath/math/symbols/otimesrhrim.rb +3 -3
- data/lib/plurimath/math/symbols/oturnedcomma.rb +3 -3
- data/lib/plurimath/math/symbols/overbar.rb +3 -3
- data/lib/plurimath/math/symbols/overbracket.rb +3 -3
- data/lib/plurimath/math/symbols/overleftrightarrow.rb +3 -3
- data/lib/plurimath/math/symbols/overline.rb +2 -2
- data/lib/plurimath/math/symbols/ovhook.rb +3 -3
- data/lib/plurimath/math/symbols/ox.rb +2 -2
- data/lib/plurimath/math/symbols/parallelogram.rb +3 -3
- data/lib/plurimath/math/symbols/parallelogramblack.rb +3 -3
- data/lib/plurimath/math/symbols/paren/close_paren.rb +3 -3
- data/lib/plurimath/math/symbols/paren/langle.rb +3 -3
- data/lib/plurimath/math/symbols/paren/lbbrack.rb +3 -3
- data/lib/plurimath/math/symbols/paren/lbrace.rb +2 -2
- data/lib/plurimath/math/symbols/paren/lbrack.rb +2 -2
- data/lib/plurimath/math/symbols/paren/lceil.rb +3 -3
- data/lib/plurimath/math/symbols/paren/lfloor.rb +2 -2
- data/lib/plurimath/math/symbols/paren/norm.rb +2 -2
- data/lib/plurimath/math/symbols/paren/open_paren.rb +3 -3
- data/lib/plurimath/math/symbols/paren/rangle.rb +3 -3
- data/lib/plurimath/math/symbols/paren/rbbrack.rb +3 -3
- data/lib/plurimath/math/symbols/paren/rbrace.rb +3 -3
- data/lib/plurimath/math/symbols/paren/rbrack.rb +3 -3
- data/lib/plurimath/math/symbols/paren/rceil.rb +3 -3
- data/lib/plurimath/math/symbols/paren/rfloor.rb +2 -2
- data/lib/plurimath/math/symbols/paren/upcase_langle.rb +4 -4
- data/lib/plurimath/math/symbols/paren/upcase_rangle.rb +4 -4
- data/lib/plurimath/math/symbols/paren/vert.rb +2 -2
- data/lib/plurimath/math/symbols/parsim.rb +3 -3
- data/lib/plurimath/math/symbols/partial.rb +3 -3
- data/lib/plurimath/math/symbols/partialmeetcontraction.rb +3 -3
- data/lib/plurimath/math/symbols/pencil.rb +3 -3
- data/lib/plurimath/math/symbols/pentagon.rb +3 -3
- data/lib/plurimath/math/symbols/pentagonblack.rb +3 -3
- data/lib/plurimath/math/symbols/percent.rb +2 -2
- data/lib/plurimath/math/symbols/period.rb +2 -2
- data/lib/plurimath/math/symbols/perp.rb +3 -3
- data/lib/plurimath/math/symbols/perps.rb +3 -3
- data/lib/plurimath/math/symbols/pfun.rb +3 -3
- data/lib/plurimath/math/symbols/phi.rb +2 -2
- data/lib/plurimath/math/symbols/pi.rb +2 -2
- data/lib/plurimath/math/symbols/pinj.rb +3 -3
- data/lib/plurimath/math/symbols/pisces.rb +3 -3
- data/lib/plurimath/math/symbols/pitchfork.rb +2 -2
- data/lib/plurimath/math/symbols/planckconst.rb +3 -3
- data/lib/plurimath/math/symbols/plus.rb +2 -2
- data/lib/plurimath/math/symbols/plusdot.rb +3 -3
- data/lib/plurimath/math/symbols/pluseqq.rb +3 -3
- data/lib/plurimath/math/symbols/plushat.rb +3 -3
- data/lib/plurimath/math/symbols/plussim.rb +3 -3
- data/lib/plurimath/math/symbols/plussubtwo.rb +3 -3
- data/lib/plurimath/math/symbols/plustrif.rb +3 -3
- data/lib/plurimath/math/symbols/pluto.rb +3 -3
- data/lib/plurimath/math/symbols/pm.rb +2 -2
- data/lib/plurimath/math/symbols/pointint.rb +3 -3
- data/lib/plurimath/math/symbols/pointright.rb +3 -3
- data/lib/plurimath/math/symbols/postalmark.rb +3 -3
- data/lib/plurimath/math/symbols/pounds.rb +3 -3
- data/lib/plurimath/math/symbols/pppprime.rb +4 -4
- data/lib/plurimath/math/symbols/ppprime.rb +4 -4
- data/lib/plurimath/math/symbols/pprime.rb +4 -4
- data/lib/plurimath/math/symbols/prcue.rb +4 -4
- data/lib/plurimath/math/symbols/prec.rb +2 -2
- data/lib/plurimath/math/symbols/precapprox.rb +3 -3
- data/lib/plurimath/math/symbols/preceq.rb +2 -2
- data/lib/plurimath/math/symbols/preceqq.rb +3 -3
- data/lib/plurimath/math/symbols/precnapprox.rb +3 -3
- data/lib/plurimath/math/symbols/precneq.rb +3 -3
- data/lib/plurimath/math/symbols/precneqq.rb +3 -3
- data/lib/plurimath/math/symbols/precnsim.rb +2 -2
- data/lib/plurimath/math/symbols/precsim.rb +3 -3
- data/lib/plurimath/math/symbols/profline.rb +3 -3
- data/lib/plurimath/math/symbols/profsurf.rb +3 -3
- data/lib/plurimath/math/symbols/project.rb +3 -3
- data/lib/plurimath/math/symbols/prop.rb +3 -3
- data/lib/plurimath/math/symbols/propertyline.rb +3 -3
- data/lib/plurimath/math/symbols/psi.rb +2 -2
- data/lib/plurimath/math/symbols/psur.rb +3 -3
- data/lib/plurimath/math/symbols/pullback.rb +3 -3
- data/lib/plurimath/math/symbols/pushout.rb +3 -3
- data/lib/plurimath/math/symbols/qed.rb +4 -4
- data/lib/plurimath/math/symbols/qprime.rb +2 -2
- data/lib/plurimath/math/symbols/qq.rb +3 -3
- data/lib/plurimath/math/symbols/qquad.rb +3 -3
- data/lib/plurimath/math/symbols/quarternote.rb +3 -3
- data/lib/plurimath/math/symbols/questeq.rb +3 -3
- data/lib/plurimath/math/symbols/question.rb +2 -2
- data/lib/plurimath/math/symbols/radiation.rb +3 -3
- data/lib/plurimath/math/symbols/rang.rb +3 -3
- data/lib/plurimath/math/symbols/rangledot.rb +3 -3
- data/lib/plurimath/math/symbols/rangledownzigzagarrow.rb +3 -3
- data/lib/plurimath/math/symbols/ratio.rb +4 -4
- data/lib/plurimath/math/symbols/rbag.rb +3 -3
- data/lib/plurimath/math/symbols/rblkbrbrak.rb +3 -3
- data/lib/plurimath/math/symbols/rblot.rb +3 -3
- data/lib/plurimath/math/symbols/rbracelend.rb +3 -3
- data/lib/plurimath/math/symbols/rbracemid.rb +3 -3
- data/lib/plurimath/math/symbols/rbraceuend.rb +3 -3
- data/lib/plurimath/math/symbols/rbrackextender.rb +3 -3
- data/lib/plurimath/math/symbols/rbracklend.rb +3 -3
- data/lib/plurimath/math/symbols/rbracklrtick.rb +3 -3
- data/lib/plurimath/math/symbols/rbrackubar.rb +3 -3
- data/lib/plurimath/math/symbols/rbrackuend.rb +3 -3
- data/lib/plurimath/math/symbols/rbrackurtick.rb +3 -3
- data/lib/plurimath/math/symbols/rbrbrak.rb +3 -3
- data/lib/plurimath/math/symbols/rcurvyangle.rb +3 -3
- data/lib/plurimath/math/symbols/rddots.rb +4 -4
- data/lib/plurimath/math/symbols/rdiagovfdiag.rb +3 -3
- data/lib/plurimath/math/symbols/rdiagovsearrow.rb +3 -3
- data/lib/plurimath/math/symbols/rdsh.rb +4 -4
- data/lib/plurimath/math/symbols/re.rb +2 -2
- data/lib/plurimath/math/symbols/recycle.rb +3 -3
- data/lib/plurimath/math/symbols/rel.rb +4 -4
- data/lib/plurimath/math/symbols/restriction.rb +3 -3
- data/lib/plurimath/math/symbols/revangle.rb +3 -3
- data/lib/plurimath/math/symbols/revangleubar.rb +3 -3
- data/lib/plurimath/math/symbols/revemptyset.rb +3 -3
- data/lib/plurimath/math/symbols/revnmid.rb +3 -3
- data/lib/plurimath/math/symbols/rfbowtie.rb +3 -3
- data/lib/plurimath/math/symbols/rftimes.rb +3 -3
- data/lib/plurimath/math/symbols/rgroup.rb +3 -3
- data/lib/plurimath/math/symbols/rhd.rb +3 -3
- data/lib/plurimath/math/symbols/rho.rb +2 -2
- data/lib/plurimath/math/symbols/rightangle.rb +3 -3
- data/lib/plurimath/math/symbols/rightanglemdot.rb +3 -3
- data/lib/plurimath/math/symbols/rightanglesqr.rb +3 -3
- data/lib/plurimath/math/symbols/rightarrow.rb +2 -2
- data/lib/plurimath/math/symbols/rightarrowapprox.rb +3 -3
- data/lib/plurimath/math/symbols/rightarrowbackapprox.rb +3 -3
- data/lib/plurimath/math/symbols/rightarrowbar.rb +3 -3
- data/lib/plurimath/math/symbols/rightarrowbsimilar.rb +3 -3
- data/lib/plurimath/math/symbols/rightarrowdiamond.rb +3 -3
- data/lib/plurimath/math/symbols/rightarrowgtr.rb +3 -3
- data/lib/plurimath/math/symbols/rightarrowonoplus.rb +3 -3
- data/lib/plurimath/math/symbols/rightarrowplus.rb +3 -3
- data/lib/plurimath/math/symbols/rightarrowshortleftarrow.rb +3 -3
- data/lib/plurimath/math/symbols/rightarrowsimilar.rb +3 -3
- data/lib/plurimath/math/symbols/rightarrowsupset.rb +3 -3
- data/lib/plurimath/math/symbols/rightarrowtail.rb +3 -3
- data/lib/plurimath/math/symbols/rightarrowtriangle.rb +3 -3
- data/lib/plurimath/math/symbols/rightarrowx.rb +3 -3
- data/lib/plurimath/math/symbols/rightbarharpoon.rb +3 -3
- data/lib/plurimath/math/symbols/rightbkarrow.rb +3 -3
- data/lib/plurimath/math/symbols/rightcircle.rb +3 -3
- data/lib/plurimath/math/symbols/rightdbltail.rb +3 -3
- data/lib/plurimath/math/symbols/rightdotarrow.rb +3 -3
- data/lib/plurimath/math/symbols/rightdowncurvedarrow.rb +3 -3
- data/lib/plurimath/math/symbols/rightdownteevector.rb +3 -3
- data/lib/plurimath/math/symbols/rightdownvectorbar.rb +3 -3
- data/lib/plurimath/math/symbols/rightharpoonaccent.rb +3 -3
- data/lib/plurimath/math/symbols/rightharpoondown.rb +2 -2
- data/lib/plurimath/math/symbols/rightharpoonup.rb +2 -2
- data/lib/plurimath/math/symbols/rightimply.rb +3 -3
- data/lib/plurimath/math/symbols/rightleftarrow.rb +3 -3
- data/lib/plurimath/math/symbols/rightleftharpoon.rb +3 -3
- data/lib/plurimath/math/symbols/rightleftharpoonsdown.rb +3 -3
- data/lib/plurimath/math/symbols/rightleftharpoonsup.rb +3 -3
- data/lib/plurimath/math/symbols/rightmoon.rb +3 -3
- data/lib/plurimath/math/symbols/rightouterjoin.rb +3 -3
- data/lib/plurimath/math/symbols/rightpentagon.rb +3 -3
- data/lib/plurimath/math/symbols/rightpentagonblack.rb +3 -3
- data/lib/plurimath/math/symbols/rightrightarrows.rb +2 -2
- data/lib/plurimath/math/symbols/rightrightharpoons.rb +3 -3
- data/lib/plurimath/math/symbols/rightsquigarrow.rb +2 -2
- data/lib/plurimath/math/symbols/righttail.rb +3 -3
- data/lib/plurimath/math/symbols/rightteevector.rb +3 -3
- data/lib/plurimath/math/symbols/rightthreearrows.rb +3 -3
- data/lib/plurimath/math/symbols/rightthreetimes.rb +2 -2
- data/lib/plurimath/math/symbols/rightturn.rb +3 -3
- data/lib/plurimath/math/symbols/rightupdownharpoon.rb +3 -3
- data/lib/plurimath/math/symbols/rightupteevector.rb +3 -3
- data/lib/plurimath/math/symbols/rightupvectorbar.rb +3 -3
- data/lib/plurimath/math/symbols/rightvectorbar.rb +3 -3
- data/lib/plurimath/math/symbols/rightwavearrow.rb +2 -2
- data/lib/plurimath/math/symbols/rightwhitearrow.rb +3 -3
- data/lib/plurimath/math/symbols/rimg.rb +3 -3
- data/lib/plurimath/math/symbols/ring.rb +3 -3
- data/lib/plurimath/math/symbols/ringplus.rb +3 -3
- data/lib/plurimath/math/symbols/risingdotseq.rb +2 -2
- data/lib/plurimath/math/symbols/rlhar.rb +4 -4
- data/lib/plurimath/math/symbols/rmoust.rb +4 -4
- data/lib/plurimath/math/symbols/rparen.rb +3 -3
- data/lib/plurimath/math/symbols/rparenextender.rb +3 -3
- data/lib/plurimath/math/symbols/rparengtr.rb +3 -3
- data/lib/plurimath/math/symbols/rparenlend.rb +3 -3
- data/lib/plurimath/math/symbols/rparenless.rb +3 -3
- data/lib/plurimath/math/symbols/rparenuend.rb +3 -3
- data/lib/plurimath/math/symbols/rppolint.rb +3 -3
- data/lib/plurimath/math/symbols/rr.rb +3 -3
- data/lib/plurimath/math/symbols/rrightarrow.rb +3 -3
- data/lib/plurimath/math/symbols/rsh.rb +3 -3
- data/lib/plurimath/math/symbols/rsolbar.rb +3 -3
- data/lib/plurimath/math/symbols/rsqhook.rb +3 -3
- data/lib/plurimath/math/symbols/rsub.rb +3 -3
- data/lib/plurimath/math/symbols/rtimes.rb +2 -2
- data/lib/plurimath/math/symbols/rtriltri.rb +3 -3
- data/lib/plurimath/math/symbols/ruledelayed.rb +3 -3
- data/lib/plurimath/math/symbols/rvboxline.rb +3 -3
- data/lib/plurimath/math/symbols/rvert.rb +3 -3
- data/lib/plurimath/math/symbols/rvzigzag.rb +3 -3
- data/lib/plurimath/math/symbols/sadface.rb +3 -3
- data/lib/plurimath/math/symbols/sagittarius.rb +3 -3
- data/lib/plurimath/math/symbols/same.rb +3 -3
- data/lib/plurimath/math/symbols/sampi.rb +3 -3
- data/lib/plurimath/math/symbols/sanslmirrored.rb +3 -3
- data/lib/plurimath/math/symbols/sanslturned.rb +3 -3
- data/lib/plurimath/math/symbols/saturn.rb +3 -3
- data/lib/plurimath/math/symbols/scorpio.rb +3 -3
- data/lib/plurimath/math/symbols/scpolint.rb +3 -3
- data/lib/plurimath/math/symbols/scurel.rb +3 -3
- data/lib/plurimath/math/symbols/sdef.rb +3 -3
- data/lib/plurimath/math/symbols/searrow.rb +3 -3
- data/lib/plurimath/math/symbols/second.rb +3 -3
- data/lib/plurimath/math/symbols/semi.rb +3 -3
- data/lib/plurimath/math/symbols/semicolon.rb +2 -2
- data/lib/plurimath/math/symbols/seovnearrow.rb +3 -3
- data/lib/plurimath/math/symbols/setminus.rb +4 -4
- data/lib/plurimath/math/symbols/sharp.rb +3 -3
- data/lib/plurimath/math/symbols/shortdowntack.rb +3 -3
- data/lib/plurimath/math/symbols/shortlefttack.rb +3 -3
- data/lib/plurimath/math/symbols/shortrightarrowleftarrow.rb +3 -3
- data/lib/plurimath/math/symbols/shortuptack.rb +3 -3
- data/lib/plurimath/math/symbols/shuffle.rb +3 -3
- data/lib/plurimath/math/symbols/sigma.rb +2 -2
- data/lib/plurimath/math/symbols/sim.rb +2 -2
- data/lib/plurimath/math/symbols/simeq.rb +2 -2
- data/lib/plurimath/math/symbols/simge.rb +3 -3
- data/lib/plurimath/math/symbols/simgtr.rb +3 -3
- data/lib/plurimath/math/symbols/similarleftarrow.rb +3 -3
- data/lib/plurimath/math/symbols/similarrightarrow.rb +3 -3
- data/lib/plurimath/math/symbols/simle.rb +3 -3
- data/lib/plurimath/math/symbols/simless.rb +3 -3
- data/lib/plurimath/math/symbols/simminussim.rb +3 -3
- data/lib/plurimath/math/symbols/simneqq.rb +3 -3
- data/lib/plurimath/math/symbols/simplus.rb +3 -3
- data/lib/plurimath/math/symbols/simrdots.rb +3 -3
- data/lib/plurimath/math/symbols/sixteenthnote.rb +3 -3
- data/lib/plurimath/math/symbols/skull.rb +3 -3
- data/lib/plurimath/math/symbols/slash.rb +2 -2
- data/lib/plurimath/math/symbols/smallblacktriangleleft.rb +3 -3
- data/lib/plurimath/math/symbols/smallblacktriangleright.rb +3 -3
- data/lib/plurimath/math/symbols/smallin.rb +3 -3
- data/lib/plurimath/math/symbols/smallni.rb +3 -3
- data/lib/plurimath/math/symbols/smalltriangleleft.rb +3 -3
- data/lib/plurimath/math/symbols/smalltriangleright.rb +3 -3
- data/lib/plurimath/math/symbols/smashtimes.rb +3 -3
- data/lib/plurimath/math/symbols/smblkcircle.rb +3 -3
- data/lib/plurimath/math/symbols/smblkdiamond.rb +3 -3
- data/lib/plurimath/math/symbols/smblklozenge.rb +3 -3
- data/lib/plurimath/math/symbols/smblksquare.rb +3 -3
- data/lib/plurimath/math/symbols/smeparsl.rb +3 -3
- data/lib/plurimath/math/symbols/smile.rb +3 -3
- data/lib/plurimath/math/symbols/smiley.rb +3 -3
- data/lib/plurimath/math/symbols/smt.rb +3 -3
- data/lib/plurimath/math/symbols/smte.rb +3 -3
- data/lib/plurimath/math/symbols/smwhitestar.rb +3 -3
- data/lib/plurimath/math/symbols/smwhtcircle.rb +3 -3
- data/lib/plurimath/math/symbols/smwhtlozenge.rb +3 -3
- data/lib/plurimath/math/symbols/smwhtsquare.rb +3 -3
- data/lib/plurimath/math/symbols/space.rb +2 -2
- data/lib/plurimath/math/symbols/spadesuit.rb +2 -2
- data/lib/plurimath/math/symbols/spddot.rb +3 -3
- data/lib/plurimath/math/symbols/sphat.rb +3 -3
- data/lib/plurimath/math/symbols/sphericalangleup.rb +3 -3
- data/lib/plurimath/math/symbols/spot.rb +3 -3
- data/lib/plurimath/math/symbols/sptilde.rb +3 -3
- data/lib/plurimath/math/symbols/sqcap.rb +3 -3
- data/lib/plurimath/math/symbols/sqcup.rb +3 -3
- data/lib/plurimath/math/symbols/sqint.rb +3 -3
- data/lib/plurimath/math/symbols/sqlozenge.rb +3 -3
- data/lib/plurimath/math/symbols/sqrtbottom.rb +3 -3
- data/lib/plurimath/math/symbols/sqsubset.rb +2 -2
- data/lib/plurimath/math/symbols/sqsubseteq.rb +2 -2
- data/lib/plurimath/math/symbols/sqsubsetneq.rb +3 -3
- data/lib/plurimath/math/symbols/sqsupset.rb +2 -2
- data/lib/plurimath/math/symbols/sqsupseteq.rb +2 -2
- data/lib/plurimath/math/symbols/square.rb +3 -3
- data/lib/plurimath/math/symbols/squarebotblack.rb +3 -3
- data/lib/plurimath/math/symbols/squarecrossfill.rb +3 -3
- data/lib/plurimath/math/symbols/squarehfill.rb +3 -3
- data/lib/plurimath/math/symbols/squarehvfill.rb +3 -3
- data/lib/plurimath/math/symbols/squareleftblack.rb +3 -3
- data/lib/plurimath/math/symbols/squarellblack.rb +3 -3
- data/lib/plurimath/math/symbols/squarellquad.rb +3 -3
- data/lib/plurimath/math/symbols/squarelrblack.rb +3 -3
- data/lib/plurimath/math/symbols/squarelrquad.rb +3 -3
- data/lib/plurimath/math/symbols/squareneswfill.rb +3 -3
- data/lib/plurimath/math/symbols/squarenwsefill.rb +3 -3
- data/lib/plurimath/math/symbols/squarerightblack.rb +3 -3
- data/lib/plurimath/math/symbols/squaretopblack.rb +3 -3
- data/lib/plurimath/math/symbols/squareulblack.rb +3 -3
- data/lib/plurimath/math/symbols/squareulquad.rb +3 -3
- data/lib/plurimath/math/symbols/squareurblack.rb +3 -3
- data/lib/plurimath/math/symbols/squareurquad.rb +3 -3
- data/lib/plurimath/math/symbols/squarevfill.rb +3 -3
- data/lib/plurimath/math/symbols/squoval.rb +3 -3
- data/lib/plurimath/math/symbols/sslash.rb +3 -3
- data/lib/plurimath/math/symbols/star.rb +2 -2
- data/lib/plurimath/math/symbols/stareq.rb +3 -3
- data/lib/plurimath/math/symbols/steaming.rb +3 -3
- data/lib/plurimath/math/symbols/stigma.rb +3 -3
- data/lib/plurimath/math/symbols/strictfi.rb +3 -3
- data/lib/plurimath/math/symbols/strictif.rb +3 -3
- data/lib/plurimath/math/symbols/strns.rb +3 -3
- data/lib/plurimath/math/symbols/sub.rb +2 -2
- data/lib/plurimath/math/symbols/sube.rb +2 -2
- data/lib/plurimath/math/symbols/subedot.rb +3 -3
- data/lib/plurimath/math/symbols/submult.rb +3 -3
- data/lib/plurimath/math/symbols/subrarr.rb +3 -3
- data/lib/plurimath/math/symbols/subset.rb +2 -2
- data/lib/plurimath/math/symbols/subsetapprox.rb +3 -3
- data/lib/plurimath/math/symbols/subsetcirc.rb +3 -3
- data/lib/plurimath/math/symbols/subsetdot.rb +3 -3
- data/lib/plurimath/math/symbols/subseteq.rb +4 -4
- data/lib/plurimath/math/symbols/subseteqq.rb +3 -3
- data/lib/plurimath/math/symbols/subsetneq.rb +3 -3
- data/lib/plurimath/math/symbols/subsetneqq.rb +3 -3
- data/lib/plurimath/math/symbols/subsetplus.rb +3 -3
- data/lib/plurimath/math/symbols/subsim.rb +3 -3
- data/lib/plurimath/math/symbols/subsub.rb +4 -4
- data/lib/plurimath/math/symbols/succ.rb +2 -2
- data/lib/plurimath/math/symbols/succapprox.rb +3 -3
- data/lib/plurimath/math/symbols/succcurlyeq.rb +3 -3
- data/lib/plurimath/math/symbols/succeq.rb +2 -2
- data/lib/plurimath/math/symbols/succeqq.rb +3 -3
- data/lib/plurimath/math/symbols/succnapprox.rb +3 -3
- data/lib/plurimath/math/symbols/succneq.rb +3 -3
- data/lib/plurimath/math/symbols/succneqq.rb +3 -3
- data/lib/plurimath/math/symbols/succnsim.rb +2 -2
- data/lib/plurimath/math/symbols/succsim.rb +3 -3
- data/lib/plurimath/math/symbols/sumbottom.rb +3 -3
- data/lib/plurimath/math/symbols/sumint.rb +3 -3
- data/lib/plurimath/math/symbols/sumtop.rb +3 -3
- data/lib/plurimath/math/symbols/sun.rb +3 -3
- data/lib/plurimath/math/symbols/sup.rb +2 -2
- data/lib/plurimath/math/symbols/supdsub.rb +3 -3
- data/lib/plurimath/math/symbols/supe.rb +2 -2
- data/lib/plurimath/math/symbols/supedot.rb +3 -3
- data/lib/plurimath/math/symbols/suphsol.rb +3 -3
- data/lib/plurimath/math/symbols/suphsub.rb +3 -3
- data/lib/plurimath/math/symbols/suplarr.rb +3 -3
- data/lib/plurimath/math/symbols/supmult.rb +3 -3
- data/lib/plurimath/math/symbols/supset.rb +2 -2
- data/lib/plurimath/math/symbols/supsetapprox.rb +3 -3
- data/lib/plurimath/math/symbols/supsetcirc.rb +3 -3
- data/lib/plurimath/math/symbols/supsetdot.rb +3 -3
- data/lib/plurimath/math/symbols/supseteq.rb +3 -3
- data/lib/plurimath/math/symbols/supseteqq.rb +3 -3
- data/lib/plurimath/math/symbols/supsetneq.rb +2 -2
- data/lib/plurimath/math/symbols/supsetneqq.rb +3 -3
- data/lib/plurimath/math/symbols/supsetplus.rb +3 -3
- data/lib/plurimath/math/symbols/supsim.rb +3 -3
- data/lib/plurimath/math/symbols/supsub.rb +2 -2
- data/lib/plurimath/math/symbols/supsup.rb +2 -2
- data/lib/plurimath/math/symbols/swarrow.rb +3 -3
- data/lib/plurimath/math/symbols/swords.rb +3 -3
- data/lib/plurimath/math/symbols/symbol.rb +19 -6
- data/lib/plurimath/math/symbols/talloblong.rb +3 -3
- data/lib/plurimath/math/symbols/tau.rb +2 -2
- data/lib/plurimath/math/symbols/taurus.rb +3 -3
- data/lib/plurimath/math/symbols/tcmu.rb +3 -3
- data/lib/plurimath/math/symbols/tcohm.rb +3 -3
- data/lib/plurimath/math/symbols/therefore.rb +3 -3
- data/lib/plurimath/math/symbols/thermod.rb +3 -3
- data/lib/plurimath/math/symbols/theta.rb +2 -2
- data/lib/plurimath/math/symbols/third.rb +2 -2
- data/lib/plurimath/math/symbols/threedangle.rb +3 -3
- data/lib/plurimath/math/symbols/threedotcolon.rb +3 -3
- data/lib/plurimath/math/symbols/threeunderdot.rb +3 -3
- data/lib/plurimath/math/symbols/tieinfty.rb +3 -3
- data/lib/plurimath/math/symbols/times.rb +2 -2
- data/lib/plurimath/math/symbols/timesbar.rb +3 -3
- data/lib/plurimath/math/symbols/tinj.rb +4 -4
- data/lib/plurimath/math/symbols/tminus.rb +3 -3
- data/lib/plurimath/math/symbols/to.rb +2 -2
- data/lib/plurimath/math/symbols/toea.rb +3 -3
- data/lib/plurimath/math/symbols/tona.rb +3 -3
- data/lib/plurimath/math/symbols/top.rb +3 -3
- data/lib/plurimath/math/symbols/topbot.rb +3 -3
- data/lib/plurimath/math/symbols/topcir.rb +3 -3
- data/lib/plurimath/math/symbols/topfork.rb +3 -3
- data/lib/plurimath/math/symbols/topsemicircle.rb +3 -3
- data/lib/plurimath/math/symbols/tosa.rb +3 -3
- data/lib/plurimath/math/symbols/towa.rb +3 -3
- data/lib/plurimath/math/symbols/tplus.rb +3 -3
- data/lib/plurimath/math/symbols/trapezium.rb +3 -3
- data/lib/plurimath/math/symbols/triangle.rb +3 -3
- data/lib/plurimath/math/symbols/trianglecdot.rb +3 -3
- data/lib/plurimath/math/symbols/triangledown.rb +3 -3
- data/lib/plurimath/math/symbols/triangleleftblack.rb +3 -3
- data/lib/plurimath/math/symbols/triangleminus.rb +3 -3
- data/lib/plurimath/math/symbols/triangleodot.rb +3 -3
- data/lib/plurimath/math/symbols/triangleplus.rb +3 -3
- data/lib/plurimath/math/symbols/trianglerightblack.rb +3 -3
- data/lib/plurimath/math/symbols/triangles.rb +3 -3
- data/lib/plurimath/math/symbols/triangleserifs.rb +3 -3
- data/lib/plurimath/math/symbols/triangletimes.rb +3 -3
- data/lib/plurimath/math/symbols/triangleubar.rb +3 -3
- data/lib/plurimath/math/symbols/tripleplus.rb +3 -3
- data/lib/plurimath/math/symbols/trslash.rb +3 -3
- data/lib/plurimath/math/symbols/tsur.rb +4 -4
- data/lib/plurimath/math/symbols/tt.rb +2 -2
- data/lib/plurimath/math/symbols/turnangle.rb +3 -3
- data/lib/plurimath/math/symbols/turnediota.rb +3 -3
- data/lib/plurimath/math/symbols/turnednot.rb +3 -3
- data/lib/plurimath/math/symbols/twocaps.rb +3 -3
- data/lib/plurimath/math/symbols/twocups.rb +3 -3
- data/lib/plurimath/math/symbols/twoheaddownarrow.rb +3 -3
- data/lib/plurimath/math/symbols/twoheadleftarrow.rb +2 -2
- data/lib/plurimath/math/symbols/twoheadleftarrowtail.rb +3 -3
- data/lib/plurimath/math/symbols/twoheadleftdbkarrow.rb +3 -3
- data/lib/plurimath/math/symbols/twoheadmapsfrom.rb +3 -3
- data/lib/plurimath/math/symbols/twoheadmapsto.rb +3 -3
- data/lib/plurimath/math/symbols/twoheadrightarrow.rb +3 -3
- data/lib/plurimath/math/symbols/twoheadrightarrowtail.rb +3 -3
- data/lib/plurimath/math/symbols/twoheaduparrow.rb +3 -3
- data/lib/plurimath/math/symbols/twoheaduparrowcircle.rb +3 -3
- data/lib/plurimath/math/symbols/twolowline.rb +3 -3
- data/lib/plurimath/math/symbols/twonotes.rb +3 -3
- data/lib/plurimath/math/symbols/typecolon.rb +3 -3
- data/lib/plurimath/math/symbols/uarr.rb +2 -2
- data/lib/plurimath/math/symbols/ubrbrak.rb +3 -3
- data/lib/plurimath/math/symbols/ularc.rb +3 -3
- data/lib/plurimath/math/symbols/ulblacktriangle.rb +3 -3
- data/lib/plurimath/math/symbols/ulcorner.rb +3 -3
- data/lib/plurimath/math/symbols/ultriangle.rb +3 -3
- data/lib/plurimath/math/symbols/uminus.rb +3 -3
- data/lib/plurimath/math/symbols/underbar.rb +3 -3
- data/lib/plurimath/math/symbols/underbracket.rb +3 -3
- data/lib/plurimath/math/symbols/underleftarrow.rb +3 -3
- data/lib/plurimath/math/symbols/underleftharpoondown.rb +3 -3
- data/lib/plurimath/math/symbols/underline.rb +3 -3
- data/lib/plurimath/math/symbols/underparen.rb +3 -3
- data/lib/plurimath/math/symbols/underrightarrow.rb +3 -3
- data/lib/plurimath/math/symbols/underrightharpoondown.rb +3 -3
- data/lib/plurimath/math/symbols/unicodecdots.rb +2 -2
- data/lib/plurimath/math/symbols/unicodeellipsis.rb +3 -3
- data/lib/plurimath/math/symbols/unlhd.rb +3 -3
- data/lib/plurimath/math/symbols/unrhd.rb +3 -3
- data/lib/plurimath/math/symbols/upalpha.rb +3 -3
- data/lib/plurimath/math/symbols/upand.rb +3 -3
- data/lib/plurimath/math/symbols/uparrow.rb +2 -2
- data/lib/plurimath/math/symbols/uparrowbarred.rb +3 -3
- data/lib/plurimath/math/symbols/uparrowoncircle.rb +3 -3
- data/lib/plurimath/math/symbols/upbeta.rb +2 -2
- data/lib/plurimath/math/symbols/upcase_cap.rb +2 -2
- data/lib/plurimath/math/symbols/upcase_dd.rb +4 -4
- data/lib/plurimath/math/symbols/upcase_equiv.rb +3 -3
- data/lib/plurimath/math/symbols/upcase_gamma.rb +2 -2
- data/lib/plurimath/math/symbols/upcase_lambda.rb +2 -2
- data/lib/plurimath/math/symbols/upcase_mapsto.rb +3 -3
- data/lib/plurimath/math/symbols/upcase_omega.rb +2 -2
- data/lib/plurimath/math/symbols/upcase_phi.rb +2 -2
- data/lib/plurimath/math/symbols/upcase_pi.rb +2 -2
- data/lib/plurimath/math/symbols/upcase_psi.rb +2 -2
- data/lib/plurimath/math/symbols/upcase_rbrack.rb +3 -3
- data/lib/plurimath/math/symbols/upcase_rightarrow.rb +3 -3
- data/lib/plurimath/math/symbols/upcase_sigma.rb +2 -2
- data/lib/plurimath/math/symbols/upcase_theta.rb +2 -2
- data/lib/plurimath/math/symbols/upcase_wedge.rb +3 -3
- data/lib/plurimath/math/symbols/upcase_xi.rb +2 -2
- data/lib/plurimath/math/symbols/upcaseup_omega.rb +3 -3
- data/lib/plurimath/math/symbols/upchi.rb +3 -3
- data/lib/plurimath/math/symbols/updasharrow.rb +3 -3
- data/lib/plurimath/math/symbols/updownarrow.rb +2 -2
- data/lib/plurimath/math/symbols/updownarrowbar.rb +3 -3
- data/lib/plurimath/math/symbols/updownarrows.rb +3 -3
- data/lib/plurimath/math/symbols/updownharpoonleftright.rb +3 -3
- data/lib/plurimath/math/symbols/updownharpoonrightleft.rb +3 -3
- data/lib/plurimath/math/symbols/upepsilon.rb +3 -3
- data/lib/plurimath/math/symbols/upequilibrium.rb +3 -3
- data/lib/plurimath/math/symbols/upeta.rb +3 -3
- data/lib/plurimath/math/symbols/upfishtail.rb +3 -3
- data/lib/plurimath/math/symbols/upharpoonleft.rb +3 -3
- data/lib/plurimath/math/symbols/upin.rb +3 -3
- data/lib/plurimath/math/symbols/upint.rb +3 -3
- data/lib/plurimath/math/symbols/upiota.rb +3 -3
- data/lib/plurimath/math/symbols/upkappa.rb +3 -3
- data/lib/plurimath/math/symbols/upkoppa.rb +3 -3
- data/lib/plurimath/math/symbols/upmu.rb +3 -3
- data/lib/plurimath/math/symbols/upnu.rb +3 -3
- data/lib/plurimath/math/symbols/upomicron.rb +3 -3
- data/lib/plurimath/math/symbols/uprho.rb +3 -3
- data/lib/plurimath/math/symbols/uprightcurvearrow.rb +3 -3
- data/lib/plurimath/math/symbols/upsilon.rb +2 -2
- data/lib/plurimath/math/symbols/uptau.rb +3 -3
- data/lib/plurimath/math/symbols/upuparrows.rb +2 -2
- data/lib/plurimath/math/symbols/upupharpoons.rb +3 -3
- data/lib/plurimath/math/symbols/upvarsigma.rb +3 -3
- data/lib/plurimath/math/symbols/upvartheta.rb +3 -3
- data/lib/plurimath/math/symbols/upwhitearrow.rb +3 -3
- data/lib/plurimath/math/symbols/upzeta.rb +3 -3
- data/lib/plurimath/math/symbols/uranus.rb +3 -3
- data/lib/plurimath/math/symbols/urarc.rb +3 -3
- data/lib/plurimath/math/symbols/urblacktriangle.rb +3 -3
- data/lib/plurimath/math/symbols/urcorner.rb +3 -3
- data/lib/plurimath/math/symbols/urtriangle.rb +3 -3
- data/lib/plurimath/math/symbols/utilde.rb +3 -3
- data/lib/plurimath/math/symbols/uu.rb +2 -2
- data/lib/plurimath/math/symbols/uuparrow.rb +3 -3
- data/lib/plurimath/math/symbols/uuu.rb +3 -19
- data/lib/plurimath/math/symbols/varbarwedge.rb +3 -3
- data/lib/plurimath/math/symbols/varbeta.rb +3 -3
- data/lib/plurimath/math/symbols/varcarriagereturn.rb +3 -3
- data/lib/plurimath/math/symbols/varclub.rb +3 -3
- data/lib/plurimath/math/symbols/vardiamond.rb +3 -3
- data/lib/plurimath/math/symbols/vardoublebarwedge.rb +3 -3
- data/lib/plurimath/math/symbols/varheart.rb +3 -3
- data/lib/plurimath/math/symbols/varhexagon.rb +3 -3
- data/lib/plurimath/math/symbols/varhexagonblack.rb +3 -3
- data/lib/plurimath/math/symbols/varhexagonlrbonds.rb +3 -3
- data/lib/plurimath/math/symbols/varisins.rb +3 -3
- data/lib/plurimath/math/symbols/varkappa.rb +3 -3
- data/lib/plurimath/math/symbols/varlrtriangle.rb +3 -3
- data/lib/plurimath/math/symbols/varniobar.rb +3 -3
- data/lib/plurimath/math/symbols/varnis.rb +3 -3
- data/lib/plurimath/math/symbols/varnothing.rb +3 -3
- data/lib/plurimath/math/symbols/varphi.rb +2 -2
- data/lib/plurimath/math/symbols/varpi.rb +3 -3
- data/lib/plurimath/math/symbols/varprod.rb +3 -3
- data/lib/plurimath/math/symbols/varrho.rb +3 -3
- data/lib/plurimath/math/symbols/varsigma.rb +3 -3
- data/lib/plurimath/math/symbols/varspade.rb +4 -4
- data/lib/plurimath/math/symbols/varstar.rb +3 -3
- data/lib/plurimath/math/symbols/vartheta.rb +2 -2
- data/lib/plurimath/math/symbols/vartriangle.rb +3 -3
- data/lib/plurimath/math/symbols/vartriangleleft.rb +2 -2
- data/lib/plurimath/math/symbols/vartriangleright.rb +2 -2
- data/lib/plurimath/math/symbols/varvdash.rb +3 -3
- data/lib/plurimath/math/symbols/varveebar.rb +3 -3
- data/lib/plurimath/math/symbols/vbar.rb +4 -4
- data/lib/plurimath/math/symbols/vbarv.rb +3 -3
- data/lib/plurimath/math/symbols/vbraceextender.rb +3 -3
- data/lib/plurimath/math/symbols/vbrtri.rb +3 -3
- data/lib/plurimath/math/symbols/vdash.rb +2 -2
- data/lib/plurimath/math/symbols/vddash.rb +3 -3
- data/lib/plurimath/math/symbols/vec.rb +3 -3
- data/lib/plurimath/math/symbols/vectimes.rb +3 -3
- data/lib/plurimath/math/symbols/vee.rb +3 -3
- data/lib/plurimath/math/symbols/veebar.rb +3 -3
- data/lib/plurimath/math/symbols/veedot.rb +3 -3
- data/lib/plurimath/math/symbols/veedoublebar.rb +3 -3
- data/lib/plurimath/math/symbols/veeeq.rb +3 -3
- data/lib/plurimath/math/symbols/veemidvert.rb +3 -3
- data/lib/plurimath/math/symbols/veeodot.rb +3 -3
- data/lib/plurimath/math/symbols/veeonvee.rb +3 -3
- data/lib/plurimath/math/symbols/veeonwedge.rb +3 -3
- data/lib/plurimath/math/symbols/venus.rb +3 -3
- data/lib/plurimath/math/symbols/vertoverlay.rb +3 -3
- data/lib/plurimath/math/symbols/viewdata.rb +3 -3
- data/lib/plurimath/math/symbols/virgo.rb +3 -3
- data/lib/plurimath/math/symbols/vlongdash.rb +3 -3
- data/lib/plurimath/math/symbols/vrectangle.rb +3 -3
- data/lib/plurimath/math/symbols/vrectangleblack.rb +3 -3
- data/lib/plurimath/math/symbols/vv.rb +3 -3
- data/lib/plurimath/math/symbols/vvdash.rb +2 -2
- data/lib/plurimath/math/symbols/vvv.rb +2 -18
- data/lib/plurimath/math/symbols/vysmblkcircle.rb +4 -4
- data/lib/plurimath/math/symbols/vysmblksquare.rb +3 -3
- data/lib/plurimath/math/symbols/vysmwhtcircle.rb +3 -3
- data/lib/plurimath/math/symbols/vysmwhtsquare.rb +3 -3
- data/lib/plurimath/math/symbols/vzigzag.rb +3 -3
- data/lib/plurimath/math/symbols/warning.rb +3 -3
- data/lib/plurimath/math/symbols/wasytherefore.rb +3 -3
- data/lib/plurimath/math/symbols/wedge.rb +3 -3
- data/lib/plurimath/math/symbols/wedgebar.rb +3 -3
- data/lib/plurimath/math/symbols/wedgedot.rb +3 -3
- data/lib/plurimath/math/symbols/wedgedoublebar.rb +3 -3
- data/lib/plurimath/math/symbols/wedgemidvert.rb +3 -3
- data/lib/plurimath/math/symbols/wedgeodot.rb +3 -3
- data/lib/plurimath/math/symbols/wedgeonwedge.rb +3 -3
- data/lib/plurimath/math/symbols/whitearrowupfrombar.rb +3 -3
- data/lib/plurimath/math/symbols/whiteinwhitetriangle.rb +3 -3
- data/lib/plurimath/math/symbols/whitepointerleft.rb +3 -3
- data/lib/plurimath/math/symbols/whitepointerright.rb +3 -3
- data/lib/plurimath/math/symbols/whitesquaretickleft.rb +3 -3
- data/lib/plurimath/math/symbols/whitesquaretickright.rb +3 -3
- data/lib/plurimath/math/symbols/whthorzoval.rb +3 -3
- data/lib/plurimath/math/symbols/whtvertoval.rb +3 -3
- data/lib/plurimath/math/symbols/wideangledown.rb +3 -3
- data/lib/plurimath/math/symbols/wideangleup.rb +3 -3
- data/lib/plurimath/math/symbols/widebridgeabove.rb +3 -3
- data/lib/plurimath/math/symbols/wideparen.rb +3 -3
- data/lib/plurimath/math/symbols/wp.rb +2 -2
- data/lib/plurimath/math/symbols/wr.rb +2 -2
- data/lib/plurimath/math/symbols/xbox.rb +3 -3
- data/lib/plurimath/math/symbols/xi.rb +2 -2
- data/lib/plurimath/math/symbols/xsol.rb +3 -3
- data/lib/plurimath/math/symbols/xx.rb +2 -2
- data/lib/plurimath/math/symbols/yen.rb +3 -3
- data/lib/plurimath/math/symbols/yinyang.rb +3 -3
- data/lib/plurimath/math/symbols/yup.rb +3 -3
- data/lib/plurimath/math/symbols/zbar.rb +3 -3
- data/lib/plurimath/math/symbols/zeta.rb +2 -2
- data/lib/plurimath/math/symbols/zpipe.rb +3 -3
- data/lib/plurimath/math/symbols/zwnj.rb +4 -4
- data/lib/plurimath/math/symbols/zwsp.rb +4 -4
- data/lib/plurimath/math/symbols/zz.rb +3 -3
- data/lib/plurimath/number_formatter.rb +4 -3
- data/lib/plurimath/unicode_math/constants.rb +1 -1
- data/lib/plurimath/unicode_math/parse.rb +1 -0
- data/lib/plurimath/unicode_math/parsing_rules/common_rules.rb +1 -0
- data/lib/plurimath/unicode_math/parsing_rules/sub_sup.rb +2 -1
- data/lib/plurimath/unicode_math/transform.rb +1 -0
- data/lib/plurimath/version.rb +1 -1
- data/plurimath.gemspec +1 -1
- metadata +9 -8
- data/lib/plurimath/formatter/localized_number.rb +0 -13
- data/lib/plurimath/formatter/number_data_reader.rb +0 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4917de6263422b35cc5d2c04dd466d10e1c0f50f214d0c54753fcef4df826d6
|
4
|
+
data.tar.gz: 8c26d6c94f2ab39735cc1011bd155af5dc74b01d714abe7050d55eeac4edebfd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e23d92d441333bee877fe164bcfd3405311a78c8e310bfbed17eaca66bcfefaa1020201b8f89c13064c7b0c32bcaec146c0667479e4b45ddedc30e93ac97055
|
7
|
+
data.tar.gz: ecd0a5db9719cabf0bd3256776b9874aa7c25092105430eb3fe84aff79e6b18a849ab4e41265fcfcb08eee08352886536936dc92552373068edf569baf3d3548
|
@@ -102,17 +102,9 @@ module Plurimath
|
|
102
102
|
@@symbols ||= Utility.symbols_hash(:asciimath).keys.concat(parens_symbols)
|
103
103
|
end
|
104
104
|
|
105
|
-
def wrapper_symbols
|
106
|
-
symbols_array.grep(/__{/)
|
107
|
-
end
|
108
|
-
|
109
105
|
def parens_symbols
|
110
106
|
Utility.parens_hash(:asciimath).keys.delete_if { |sym| SKIP_INPUT_PARENS.include?(sym) }
|
111
107
|
end
|
112
|
-
|
113
|
-
def absent_symbols
|
114
|
-
wrapper_symbols.concat(parens_symbols)
|
115
|
-
end
|
116
108
|
end
|
117
109
|
end
|
118
110
|
end
|
@@ -5,7 +5,7 @@ module Plurimath
|
|
5
5
|
class Asciimath
|
6
6
|
class Parse < Parslet::Parser
|
7
7
|
rule(:td) { expression.as(:td) }
|
8
|
-
rule(:base) {
|
8
|
+
rule(:base) { str("__|").absent? >> str("_") }
|
9
9
|
rule(:power) { str("^") }
|
10
10
|
rule(:space) { match(/\s+/) }
|
11
11
|
rule(:comma) { (str(",") >> space?) }
|
@@ -2,44 +2,70 @@
|
|
2
2
|
|
3
3
|
module Plurimath
|
4
4
|
module Formatter
|
5
|
-
class NumberFormatter
|
6
|
-
|
7
|
-
options[:precision] ||= precision_from(number)
|
8
|
-
options[:type] ||= :decimal
|
5
|
+
class NumberFormatter
|
6
|
+
attr_reader :number, :data_reader
|
9
7
|
|
10
|
-
|
11
|
-
|
8
|
+
STRING_SYMBOLS = {
|
9
|
+
dot: ".".freeze,
|
10
|
+
f: "F".freeze,
|
11
|
+
}.freeze
|
12
12
|
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
def initialize(number, data_reader = {})
|
14
|
+
@number = number
|
15
|
+
@data_reader = data_reader
|
16
|
+
end
|
17
|
+
|
18
|
+
def format(precision: nil)
|
19
|
+
data_reader[:precision] = precision || precision_from(number)
|
20
|
+
int, frac, integer_format, fraction_format, signif_format = *partition_tokens(number)
|
21
|
+
result = integer_format.apply(int, data_reader)
|
22
|
+
result << fraction_format.apply(frac, data_reader, int) if frac
|
16
23
|
|
17
24
|
result = signif_format.apply(result, integer_format, fraction_format)
|
18
25
|
|
19
|
-
|
20
|
-
"#{prefix.to_s}#{result}#{suffix.to_s}"
|
21
|
-
)
|
26
|
+
result
|
22
27
|
end
|
23
28
|
|
24
29
|
private
|
25
30
|
|
26
|
-
def partition_tokens(
|
31
|
+
def partition_tokens(number)
|
32
|
+
int, fraction = parse_number(number, data_reader)
|
27
33
|
[
|
28
|
-
|
29
|
-
|
30
|
-
Numbers::Integer.new(
|
31
|
-
|
32
|
-
|
33
|
-
),
|
34
|
-
Numbers::Fraction.new(
|
35
|
-
tokens[1],
|
36
|
-
data_reader.symbols
|
37
|
-
),
|
38
|
-
Numbers::Significant.new(
|
39
|
-
data_reader.symbols,
|
40
|
-
)
|
34
|
+
int,
|
35
|
+
fraction,
|
36
|
+
Numbers::Integer.new(data_reader),
|
37
|
+
Numbers::Fraction.new(data_reader),
|
38
|
+
Numbers::Significant.new(data_reader),
|
41
39
|
]
|
42
40
|
end
|
41
|
+
|
42
|
+
def precision_from(number)
|
43
|
+
return 0 if number.fix == number
|
44
|
+
|
45
|
+
parts = number.to_s(STRING_SYMBOLS[:f]).split(STRING_SYMBOLS[:dot])
|
46
|
+
parts.size == 2 ? parts[1].size : 0
|
47
|
+
end
|
48
|
+
|
49
|
+
def parse_number(number, options = {})
|
50
|
+
precision = options[:precision] || precision_from(number)
|
51
|
+
|
52
|
+
num = if precision == 0
|
53
|
+
round_to(number, precision).abs.fix.to_s(STRING_SYMBOLS[:f])
|
54
|
+
else
|
55
|
+
round_to(number, precision).abs.round(precision).to_s(STRING_SYMBOLS[:f])
|
56
|
+
end
|
57
|
+
num.split(STRING_SYMBOLS[:dot])
|
58
|
+
end
|
59
|
+
|
60
|
+
def round_to(number, precision)
|
61
|
+
factor = 10 ** precision
|
62
|
+
result = if number.is_a?(BigDecimal)
|
63
|
+
((number * factor).fix / factor)
|
64
|
+
else
|
65
|
+
((number * factor).round.to_f / factor)
|
66
|
+
end
|
67
|
+
result
|
68
|
+
end
|
43
69
|
end
|
44
70
|
end
|
45
71
|
end
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Plurimath
|
4
|
+
module Formatter
|
5
|
+
module Numbers
|
6
|
+
class Base
|
7
|
+
def interpolate(string, value, orientation = :right)
|
8
|
+
value = value.to_s
|
9
|
+
length = value.length
|
10
|
+
start = orientation == :left ? 0 : -length
|
11
|
+
|
12
|
+
string = string.dup
|
13
|
+
string = string.ljust(length, '#') if string.length < length
|
14
|
+
string[start, length] = value
|
15
|
+
string.gsub('#', '')
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
20
|
+
end
|
@@ -3,20 +3,19 @@
|
|
3
3
|
module Plurimath
|
4
4
|
module Formatter
|
5
5
|
module Numbers
|
6
|
-
class Fraction <
|
7
|
-
attr_reader :
|
6
|
+
class Fraction < Base
|
7
|
+
attr_reader :decimal, :precision, :separator, :group
|
8
8
|
|
9
|
-
def initialize(
|
10
|
-
@
|
9
|
+
def initialize(symbols = {})
|
10
|
+
@precision = 3
|
11
11
|
@decimal = symbols[:decimal] || '.'
|
12
12
|
@separator = symbols[:fraction_group].to_s
|
13
13
|
@group = symbols[:fraction_group_digits]
|
14
14
|
@digit_count = symbols[:digit_count] || nil
|
15
|
-
@precision = @format.length
|
16
15
|
end
|
17
16
|
|
18
17
|
def apply(fraction, options = {}, int = "")
|
19
|
-
precision = options[:precision] ||
|
18
|
+
precision = options[:precision] || @precision
|
20
19
|
return "" unless precision > 0
|
21
20
|
|
22
21
|
number = interpolate(format(options), fraction, :left)
|
@@ -26,7 +25,7 @@ module Plurimath
|
|
26
25
|
end
|
27
26
|
|
28
27
|
def format(options)
|
29
|
-
precision = options[:precision] ||
|
28
|
+
precision = options[:precision] || @precision
|
30
29
|
precision ? '0' * precision : @format
|
31
30
|
end
|
32
31
|
|
@@ -66,13 +65,13 @@ module Plurimath
|
|
66
65
|
end
|
67
66
|
|
68
67
|
def update_digit_count(number)
|
69
|
-
return @digit_count unless
|
68
|
+
return @digit_count unless zeros_count_in(number) == @precision
|
70
69
|
|
71
70
|
@digit_count - @precision + 1
|
72
71
|
end
|
73
72
|
|
74
|
-
def
|
75
|
-
return unless number.split('').all? { |
|
73
|
+
def zeros_count_in(number)
|
74
|
+
return unless number.split('').all? { |digit| digit == "0" }
|
76
75
|
|
77
76
|
number.length
|
78
77
|
end
|
@@ -3,13 +3,32 @@
|
|
3
3
|
module Plurimath
|
4
4
|
module Formatter
|
5
5
|
module Numbers
|
6
|
-
class Integer <
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
@groups = Array(symbols[:group_digits] ||
|
6
|
+
class Integer < Base
|
7
|
+
attr_reader :format, :separator, :groups
|
8
|
+
|
9
|
+
def initialize(symbols = {})
|
10
|
+
@groups = Array(symbols[:group_digits] || 3)
|
11
11
|
@separator = symbols[:group] || ','
|
12
12
|
end
|
13
|
+
|
14
|
+
def apply(number, options = {})
|
15
|
+
format_groups(interpolate(number, number.to_i))
|
16
|
+
end
|
17
|
+
|
18
|
+
def format_groups(string)
|
19
|
+
return string if groups.empty?
|
20
|
+
|
21
|
+
tokens = []
|
22
|
+
|
23
|
+
tokens << chop_group(string, groups.first)
|
24
|
+
tokens << chop_group(string, groups.last) until string.empty?
|
25
|
+
|
26
|
+
tokens.compact.reverse.join(separator)
|
27
|
+
end
|
28
|
+
|
29
|
+
def chop_group(string, size)
|
30
|
+
string.slice!([string.size - size, 0].max, size)
|
31
|
+
end
|
13
32
|
end
|
14
33
|
end
|
15
34
|
end
|
@@ -1,10 +1,9 @@
|
|
1
|
-
|
1
|
+
require_relative "supported_locales"
|
2
|
+
require_relative "numbers/base"
|
2
3
|
require_relative "numbers/integer"
|
3
4
|
require_relative "numbers/fraction"
|
4
5
|
require_relative "numbers/significant"
|
5
6
|
require_relative "number_formatter"
|
6
|
-
require_relative "number_data_reader"
|
7
|
-
require_relative "localized_number"
|
8
7
|
|
9
8
|
module Plurimath
|
10
9
|
module Formatter
|
@@ -32,8 +31,8 @@ module Plurimath
|
|
32
31
|
private
|
33
32
|
|
34
33
|
def twitter_cldr_reader_lookup
|
35
|
-
|
36
|
-
|
34
|
+
symbols = Formatter::SupportedLocales::LOCALES[locale.to_sym]
|
35
|
+
symbols
|
37
36
|
.merge!(@localizer_symbols)
|
38
37
|
.merge!(parse_localize_number)
|
39
38
|
end
|
@@ -51,10 +50,12 @@ module Plurimath
|
|
51
50
|
end
|
52
51
|
|
53
52
|
def localize_number(num)
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
53
|
+
Formatter::NumberFormatter.new(
|
54
|
+
BigDecimal(num),
|
55
|
+
@twitter_cldr_reader,
|
56
|
+
).format(
|
57
|
+
precision: @precision
|
58
|
+
)
|
58
59
|
end
|
59
60
|
|
60
61
|
def e_format(num_str)
|
@@ -122,10 +123,6 @@ module Plurimath
|
|
122
123
|
chars.first.insert(index + 1, ".") unless chars.first[index + 2].nil?
|
123
124
|
chars[-1] = (chars[-1].to_i - index).to_s
|
124
125
|
end
|
125
|
-
|
126
|
-
def localize(value)
|
127
|
-
LocalizedNumber.new(value, @locale, type: :decimal)
|
128
|
-
end
|
129
126
|
end
|
130
127
|
end
|
131
128
|
end
|
@@ -0,0 +1,106 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Plurimath
|
4
|
+
module Formatter
|
5
|
+
class SupportedLocales
|
6
|
+
LOCALES = {
|
7
|
+
"sr-Cyrl-ME": { decimal: ",", group: "." },
|
8
|
+
"sr-Latn-ME": { decimal: ",", group: "." },
|
9
|
+
"zh-Hant": { decimal: ".", group: "," },
|
10
|
+
"en-001": { decimal: ".", group: "," },
|
11
|
+
"en-150": { decimal: ".", group: "," },
|
12
|
+
"pt-PT": { decimal: ",", group: " " },
|
13
|
+
"nl-BE": { decimal: ",", group: "." },
|
14
|
+
"it-CH": { decimal: ".", group: "’" },
|
15
|
+
"fr-BE": { decimal: ",", group: " " },
|
16
|
+
"fr-CA": { decimal: ",", group: " " },
|
17
|
+
"fr-CH": { decimal: ",", group: " " },
|
18
|
+
"de-AT": { decimal: ",", group: " " },
|
19
|
+
"de-CH": { decimal: ".", group: "’" },
|
20
|
+
"en-AU": { decimal: ".", group: "," },
|
21
|
+
"en-CA": { decimal: ".", group: "," },
|
22
|
+
"en-GB": { decimal: ".", group: "," },
|
23
|
+
"en-IE": { decimal: ".", group: "," },
|
24
|
+
"en-IN": { decimal: ".", group: "," },
|
25
|
+
"en-NZ": { decimal: ".", group: "," },
|
26
|
+
"en-SG": { decimal: ".", group: "," },
|
27
|
+
"en-US": { decimal: ".", group: "," },
|
28
|
+
"en-ZA": { decimal: ".", group: "," },
|
29
|
+
"es-419": { decimal: ".", group: "," },
|
30
|
+
"es-AR": { decimal: ",", group: "." },
|
31
|
+
"es-CO": { decimal: ",", group: "." },
|
32
|
+
"es-MX": { decimal: ".", group: "," },
|
33
|
+
"es-US": { decimal: ".", group: "," },
|
34
|
+
fil: { decimal: ".", group: "," },
|
35
|
+
af: { decimal: ",", group: " " },
|
36
|
+
ar: { decimal: "٫", group: "٬" },
|
37
|
+
az: { decimal: ",", group: "." },
|
38
|
+
be: { decimal: ",", group: " " },
|
39
|
+
bg: { decimal: ",", group: " " },
|
40
|
+
bn: { decimal: ".", group: "," },
|
41
|
+
bo: { decimal: ".", group: "," },
|
42
|
+
bs: { decimal: ",", group: "." },
|
43
|
+
ca: { decimal: ",", group: "." },
|
44
|
+
cs: { decimal: ",", group: " " },
|
45
|
+
cy: { decimal: ".", group: "," },
|
46
|
+
da: { decimal: ",", group: "." },
|
47
|
+
de: { decimal: ",", group: "." },
|
48
|
+
el: { decimal: ",", group: "." },
|
49
|
+
en: { decimal: ".", group: "," },
|
50
|
+
eo: { decimal: ",", group: " " },
|
51
|
+
es: { decimal: ",", group: "." },
|
52
|
+
et: { decimal: ",", group: " " },
|
53
|
+
eu: { decimal: ",", group: "." },
|
54
|
+
fa: { decimal: "٫", group: "٬" },
|
55
|
+
fi: { decimal: ",", group: " " },
|
56
|
+
fr: { decimal: ",", group: " " },
|
57
|
+
ga: { decimal: ".", group: "," },
|
58
|
+
gl: { decimal: ",", group: "." },
|
59
|
+
gu: { decimal: ".", group: "," },
|
60
|
+
he: { decimal: ".", group: "," },
|
61
|
+
hi: { decimal: ".", group: "," },
|
62
|
+
hr: { decimal: ",", group: "." },
|
63
|
+
hu: { decimal: ",", group: " " },
|
64
|
+
hy: { decimal: ",", group: " " },
|
65
|
+
id: { decimal: ",", group: "." },
|
66
|
+
is: { decimal: ",", group: "." },
|
67
|
+
it: { decimal: ",", group: "." },
|
68
|
+
ja: { decimal: ".", group: "," },
|
69
|
+
ka: { decimal: ",", group: " " },
|
70
|
+
kk: { decimal: ",", group: " " },
|
71
|
+
km: { decimal: ",", group: "." },
|
72
|
+
kn: { decimal: ".", group: "," },
|
73
|
+
ko: { decimal: ".", group: "," },
|
74
|
+
lo: { decimal: ",", group: "." },
|
75
|
+
lt: { decimal: ",", group: " " },
|
76
|
+
lv: { decimal: ",", group: " " },
|
77
|
+
mk: { decimal: ",", group: "." },
|
78
|
+
mr: { decimal: ".", group: "," },
|
79
|
+
ms: { decimal: ".", group: "," },
|
80
|
+
mt: { decimal: ".", group: "," },
|
81
|
+
my: { decimal: ".", group: "," },
|
82
|
+
nb: { decimal: ",", group: " " },
|
83
|
+
nl: { decimal: ",", group: "." },
|
84
|
+
pl: { decimal: ",", group: " " },
|
85
|
+
pt: { decimal: ",", group: "." },
|
86
|
+
ro: { decimal: ",", group: "." },
|
87
|
+
ru: { decimal: ",", group: " " },
|
88
|
+
sk: { decimal: ",", group: " " },
|
89
|
+
sl: { decimal: ",", group: "." },
|
90
|
+
sq: { decimal: ",", group: " " },
|
91
|
+
sr: { decimal: ",", group: "." },
|
92
|
+
sv: { decimal: ",", group: " " },
|
93
|
+
sw: { decimal: ".", group: "," },
|
94
|
+
ta: { decimal: ".", group: "," },
|
95
|
+
th: { decimal: ".", group: "," },
|
96
|
+
tr: { decimal: ",", group: "." },
|
97
|
+
uk: { decimal: ",", group: " " },
|
98
|
+
ur: { decimal: ".", group: "," },
|
99
|
+
vi: { decimal: ",", group: "." },
|
100
|
+
xh: { decimal: ".", group: " " },
|
101
|
+
zh: { decimal: ".", group: "," },
|
102
|
+
zu: { decimal: ".", group: "," },
|
103
|
+
}
|
104
|
+
end
|
105
|
+
end
|
106
|
+
end
|
@@ -4,7 +4,7 @@ require "parslet"
|
|
4
4
|
module Plurimath
|
5
5
|
class Latex
|
6
6
|
class Parse < Parslet::Parser
|
7
|
-
rule(:base) {
|
7
|
+
rule(:base) { str("_") }
|
8
8
|
rule(:power) { str("^") }
|
9
9
|
rule(:slash) { str("\\") }
|
10
10
|
rule(:under_over) { slash >> underover_classes }
|
@@ -207,7 +207,7 @@ module Plurimath
|
|
207
207
|
when :operant
|
208
208
|
(first_value.as(:operant) | (slashed_value(first_value, :symbols)))
|
209
209
|
when :symbols
|
210
|
-
|
210
|
+
slashed_value(first_value, :symbols)
|
211
211
|
when :unary
|
212
212
|
unary_rules(first_value)
|
213
213
|
when :fonts
|
@@ -3,10 +3,10 @@ module Plurimath
|
|
3
3
|
module Symbols
|
4
4
|
class Aa < Symbol
|
5
5
|
INPUT = {
|
6
|
-
unicodemath: [["forall", "∀"], parsing_wrapper(["AA"])],
|
6
|
+
unicodemath: [["forall", "∀"], parsing_wrapper(["AA"], lang: :unicode)],
|
7
7
|
asciimath: [["forall", "AA", "∀"]],
|
8
8
|
mathml: ["∀"],
|
9
|
-
latex: [["forall", "∀"], parsing_wrapper(["AA"])],
|
9
|
+
latex: [["forall", "∀"], parsing_wrapper(["AA"], lang: :latex)],
|
10
10
|
omml: ["∀"],
|
11
11
|
html: ["∀"],
|
12
12
|
}.freeze
|
@@ -3,8 +3,8 @@ module Plurimath
|
|
3
3
|
module Symbols
|
4
4
|
class Ac < Symbol
|
5
5
|
INPUT = {
|
6
|
-
unicodemath: [["∿"], parsing_wrapper(["sinewave", "AC"])],
|
7
|
-
asciimath: [["∿"], parsing_wrapper(["sinewave", "AC"])],
|
6
|
+
unicodemath: [["∿"], parsing_wrapper(["sinewave", "AC"], lang: :unicode)],
|
7
|
+
asciimath: [["∿"], parsing_wrapper(["sinewave", "AC"], lang: :asciimath)],
|
8
8
|
mathml: ["∿"],
|
9
9
|
latex: [["sinewave", "AC", "∿"]],
|
10
10
|
omml: ["∿"],
|
@@ -17,7 +17,7 @@ module Plurimath
|
|
17
17
|
end
|
18
18
|
|
19
19
|
def to_asciimath
|
20
|
-
parsing_wrapper("AC")
|
20
|
+
parsing_wrapper("AC", lang: :asciimath)
|
21
21
|
end
|
22
22
|
|
23
23
|
def to_unicodemath
|
@@ -3,8 +3,8 @@ module Plurimath
|
|
3
3
|
module Symbols
|
4
4
|
class Accurrent < Symbol
|
5
5
|
INPUT = {
|
6
|
-
unicodemath: [["⏦"], parsing_wrapper(["accurrent"])],
|
7
|
-
asciimath: [["⏦"], parsing_wrapper(["accurrent"])],
|
6
|
+
unicodemath: [["⏦"], parsing_wrapper(["accurrent"], lang: :unicode)],
|
7
|
+
asciimath: [["⏦"], parsing_wrapper(["accurrent"], lang: :asciimath)],
|
8
8
|
mathml: ["⏦"],
|
9
9
|
latex: [["accurrent", "⏦"]],
|
10
10
|
omml: ["⏦"],
|
@@ -17,7 +17,7 @@ module Plurimath
|
|
17
17
|
end
|
18
18
|
|
19
19
|
def to_asciimath
|
20
|
-
parsing_wrapper("accurrent")
|
20
|
+
parsing_wrapper("accurrent", lang: :asciimath)
|
21
21
|
end
|
22
22
|
|
23
23
|
def to_unicodemath
|
@@ -3,8 +3,8 @@ module Plurimath
|
|
3
3
|
module Symbols
|
4
4
|
class Acidfree < Symbol
|
5
5
|
INPUT = {
|
6
|
-
unicodemath: [["♾"], parsing_wrapper(["acidfree"])],
|
7
|
-
asciimath: [["♾"], parsing_wrapper(["acidfree"])],
|
6
|
+
unicodemath: [["♾"], parsing_wrapper(["acidfree"], lang: :unicode)],
|
7
|
+
asciimath: [["♾"], parsing_wrapper(["acidfree"], lang: :asciimath)],
|
8
8
|
mathml: ["♾"],
|
9
9
|
latex: [["acidfree", "♾"]],
|
10
10
|
omml: ["♾"],
|
@@ -17,7 +17,7 @@ module Plurimath
|
|
17
17
|
end
|
18
18
|
|
19
19
|
def to_asciimath
|
20
|
-
parsing_wrapper("acidfree")
|
20
|
+
parsing_wrapper("acidfree", lang: :asciimath)
|
21
21
|
end
|
22
22
|
|
23
23
|
def to_unicodemath
|
@@ -3,8 +3,8 @@ module Plurimath
|
|
3
3
|
module Symbols
|
4
4
|
class Acute < Symbol
|
5
5
|
INPUT = {
|
6
|
-
unicodemath: [["́"], parsing_wrapper(["acute"])],
|
7
|
-
asciimath: [["́"], parsing_wrapper(["acute"])],
|
6
|
+
unicodemath: [["́"], parsing_wrapper(["acute"], lang: :unicode)],
|
7
|
+
asciimath: [["́"], parsing_wrapper(["acute"], lang: :asciimath)],
|
8
8
|
mathml: ["́"],
|
9
9
|
latex: [["acute", "́"]],
|
10
10
|
omml: ["́"],
|
@@ -17,7 +17,7 @@ module Plurimath
|
|
17
17
|
end
|
18
18
|
|
19
19
|
def to_asciimath
|
20
|
-
parsing_wrapper("acute")
|
20
|
+
parsing_wrapper("acute", lang: :asciimath)
|
21
21
|
end
|
22
22
|
|
23
23
|
def to_unicodemath
|
@@ -3,8 +3,8 @@ module Plurimath
|
|
3
3
|
module Symbols
|
4
4
|
class Acwcirclearrow < Symbol
|
5
5
|
INPUT = {
|
6
|
-
unicodemath: [["⥀"], parsing_wrapper(["acwcirclearrow"])],
|
7
|
-
asciimath: [["⥀"], parsing_wrapper(["acwcirclearrow"])],
|
6
|
+
unicodemath: [["⥀"], parsing_wrapper(["acwcirclearrow"], lang: :unicode)],
|
7
|
+
asciimath: [["⥀"], parsing_wrapper(["acwcirclearrow"], lang: :asciimath)],
|
8
8
|
mathml: ["⥀"],
|
9
9
|
latex: [["acwcirclearrow", "⥀"]],
|
10
10
|
omml: ["⥀"],
|
@@ -17,7 +17,7 @@ module Plurimath
|
|
17
17
|
end
|
18
18
|
|
19
19
|
def to_asciimath
|
20
|
-
parsing_wrapper("acwcirclearrow")
|
20
|
+
parsing_wrapper("acwcirclearrow", lang: :asciimath)
|
21
21
|
end
|
22
22
|
|
23
23
|
def to_unicodemath
|
@@ -3,8 +3,8 @@ module Plurimath
|
|
3
3
|
module Symbols
|
4
4
|
class Acwgapcirclearrow < Symbol
|
5
5
|
INPUT = {
|
6
|
-
unicodemath: [["⟲"], parsing_wrapper(["acwgapcirclearrow"])],
|
7
|
-
asciimath: [["⟲"], parsing_wrapper(["acwgapcirclearrow"])],
|
6
|
+
unicodemath: [["⟲"], parsing_wrapper(["acwgapcirclearrow"], lang: :unicode)],
|
7
|
+
asciimath: [["⟲"], parsing_wrapper(["acwgapcirclearrow"], lang: :asciimath)],
|
8
8
|
mathml: ["⟲"],
|
9
9
|
latex: [["acwgapcirclearrow", "⟲"]],
|
10
10
|
omml: ["⟲"],
|
@@ -17,7 +17,7 @@ module Plurimath
|
|
17
17
|
end
|
18
18
|
|
19
19
|
def to_asciimath
|
20
|
-
parsing_wrapper("acwgapcirclearrow")
|
20
|
+
parsing_wrapper("acwgapcirclearrow", lang: :asciimath)
|
21
21
|
end
|
22
22
|
|
23
23
|
def to_unicodemath
|
@@ -3,8 +3,8 @@ module Plurimath
|
|
3
3
|
module Symbols
|
4
4
|
class Acwleftarcarrow < Symbol
|
5
5
|
INPUT = {
|
6
|
-
unicodemath: [["⤹"], parsing_wrapper(["acwleftarcarrow"])],
|
7
|
-
asciimath: [["⤹"], parsing_wrapper(["acwleftarcarrow"])],
|
6
|
+
unicodemath: [["⤹"], parsing_wrapper(["acwleftarcarrow"], lang: :unicode)],
|
7
|
+
asciimath: [["⤹"], parsing_wrapper(["acwleftarcarrow"], lang: :asciimath)],
|
8
8
|
mathml: ["⤹"],
|
9
9
|
latex: [["acwleftarcarrow", "⤹"]],
|
10
10
|
omml: ["⤹"],
|
@@ -17,7 +17,7 @@ module Plurimath
|
|
17
17
|
end
|
18
18
|
|
19
19
|
def to_asciimath
|
20
|
-
parsing_wrapper("acwleftarcarrow")
|
20
|
+
parsing_wrapper("acwleftarcarrow", lang: :asciimath)
|
21
21
|
end
|
22
22
|
|
23
23
|
def to_unicodemath
|
@@ -3,8 +3,8 @@ module Plurimath
|
|
3
3
|
module Symbols
|
4
4
|
class Acwoverarcarrow < Symbol
|
5
5
|
INPUT = {
|
6
|
-
unicodemath: [["⤺"], parsing_wrapper(["acwoverarcarrow"])],
|
7
|
-
asciimath: [["⤺"], parsing_wrapper(["acwoverarcarrow"])],
|
6
|
+
unicodemath: [["⤺"], parsing_wrapper(["acwoverarcarrow"], lang: :unicode)],
|
7
|
+
asciimath: [["⤺"], parsing_wrapper(["acwoverarcarrow"], lang: :asciimath)],
|
8
8
|
mathml: ["⤺"],
|
9
9
|
latex: [["acwoverarcarrow", "⤺"]],
|
10
10
|
omml: ["⤺"],
|
@@ -17,7 +17,7 @@ module Plurimath
|
|
17
17
|
end
|
18
18
|
|
19
19
|
def to_asciimath
|
20
|
-
parsing_wrapper("acwoverarcarrow")
|
20
|
+
parsing_wrapper("acwoverarcarrow", lang: :asciimath)
|
21
21
|
end
|
22
22
|
|
23
23
|
def to_unicodemath
|
@@ -3,8 +3,8 @@ module Plurimath
|
|
3
3
|
module Symbols
|
4
4
|
class Acwunderarcarrow < Symbol
|
5
5
|
INPUT = {
|
6
|
-
unicodemath: [["⤻"], parsing_wrapper(["acwunderarcarrow"])],
|
7
|
-
asciimath: [["⤻"], parsing_wrapper(["acwunderarcarrow"])],
|
6
|
+
unicodemath: [["⤻"], parsing_wrapper(["acwunderarcarrow"], lang: :unicode)],
|
7
|
+
asciimath: [["⤻"], parsing_wrapper(["acwunderarcarrow"], lang: :asciimath)],
|
8
8
|
mathml: ["⤻"],
|
9
9
|
latex: [["acwunderarcarrow", "⤻"]],
|
10
10
|
omml: ["⤻"],
|
@@ -17,7 +17,7 @@ module Plurimath
|
|
17
17
|
end
|
18
18
|
|
19
19
|
def to_asciimath
|
20
|
-
parsing_wrapper("acwunderarcarrow")
|
20
|
+
parsing_wrapper("acwunderarcarrow", lang: :asciimath)
|
21
21
|
end
|
22
22
|
|
23
23
|
def to_unicodemath
|