mathematical 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ext/mathematical/extconf.rb +14 -0
- data/ext/mathematical/itex2MML.h +63 -0
- data/ext/mathematical/lasemrender.c +257 -0
- data/ext/mathematical/lex.yy.c +6548 -0
- data/ext/mathematical/lsm.c +31 -0
- data/ext/mathematical/lsm.h +39 -0
- data/ext/mathematical/lsmattributes.c +279 -0
- data/ext/mathematical/lsmattributes.h +75 -0
- data/ext/mathematical/lsmcairo.c +598 -0
- data/ext/mathematical/lsmcairo.h +51 -0
- data/ext/mathematical/lsmdebug.c +183 -0
- data/ext/mathematical/lsmdebug.h +73 -0
- data/ext/mathematical/lsmdom.h +43 -0
- data/ext/mathematical/lsmdomcharacterdata.c +114 -0
- data/ext/mathematical/lsmdomcharacterdata.h +59 -0
- data/ext/mathematical/lsmdomdocument.c +255 -0
- data/ext/mathematical/lsmdomdocument.h +75 -0
- data/ext/mathematical/lsmdomdocumentfragment.c +81 -0
- data/ext/mathematical/lsmdomdocumentfragment.h +55 -0
- data/ext/mathematical/lsmdomelement.c +148 -0
- data/ext/mathematical/lsmdomelement.h +62 -0
- data/ext/mathematical/lsmdomentities.c +2166 -0
- data/ext/mathematical/lsmdomentities.h +35 -0
- data/ext/mathematical/lsmdomenumtypes.c +99 -0
- data/ext/mathematical/lsmdomenumtypes.h +26 -0
- data/ext/mathematical/lsmdomimplementation.c +82 -0
- data/ext/mathematical/lsmdomimplementation.h +41 -0
- data/ext/mathematical/lsmdomnamednodemap.c +118 -0
- data/ext/mathematical/lsmdomnamednodemap.h +64 -0
- data/ext/mathematical/lsmdomnode.c +737 -0
- data/ext/mathematical/lsmdomnode.h +122 -0
- data/ext/mathematical/lsmdomnodelist.c +70 -0
- data/ext/mathematical/lsmdomnodelist.h +58 -0
- data/ext/mathematical/lsmdomparser.c +461 -0
- data/ext/mathematical/lsmdomparser.h +54 -0
- data/ext/mathematical/lsmdomtext.c +82 -0
- data/ext/mathematical/lsmdomtext.h +55 -0
- data/ext/mathematical/lsmdomtypes.h +44 -0
- data/ext/mathematical/lsmdomview.c +422 -0
- data/ext/mathematical/lsmdomview.h +94 -0
- data/ext/mathematical/lsmitex.c +76 -0
- data/ext/mathematical/lsmitex.h +36 -0
- data/ext/mathematical/lsmmathml.h +66 -0
- data/ext/mathematical/lsmmathmlactionelement.c +93 -0
- data/ext/mathematical/lsmmathmlactionelement.h +57 -0
- data/ext/mathematical/lsmmathmlaligngroupelement.c +102 -0
- data/ext/mathematical/lsmmathmlaligngroupelement.h +56 -0
- data/ext/mathematical/lsmmathmlalignmarkelement.c +102 -0
- data/ext/mathematical/lsmmathmlalignmarkelement.h +56 -0
- data/ext/mathematical/lsmmathmlattributes.c +197 -0
- data/ext/mathematical/lsmmathmlattributes.h +126 -0
- data/ext/mathematical/lsmmathmldocument.c +304 -0
- data/ext/mathematical/lsmmathmldocument.h +61 -0
- data/ext/mathematical/lsmmathmlelement.c +491 -0
- data/ext/mathematical/lsmmathmlelement.h +107 -0
- data/ext/mathematical/lsmmathmlenums.c +429 -0
- data/ext/mathematical/lsmmathmlenums.h +182 -0
- data/ext/mathematical/lsmmathmlenumtypes.c +666 -0
- data/ext/mathematical/lsmmathmlenumtypes.h +90 -0
- data/ext/mathematical/lsmmathmlerrorelement.c +58 -0
- data/ext/mathematical/lsmmathmlerrorelement.h +56 -0
- data/ext/mathematical/lsmmathmlfencedelement.c +178 -0
- data/ext/mathematical/lsmmathmlfencedelement.h +65 -0
- data/ext/mathematical/lsmmathmlfractionelement.c +253 -0
- data/ext/mathematical/lsmmathmlfractionelement.h +62 -0
- data/ext/mathematical/lsmmathmlglyphtableams.c +597 -0
- data/ext/mathematical/lsmmathmlglyphtableams.h +45 -0
- data/ext/mathematical/lsmmathmlitexelement.c +187 -0
- data/ext/mathematical/lsmmathmlitexelement.h +60 -0
- data/ext/mathematical/lsmmathmllayoututils.c +191 -0
- data/ext/mathematical/lsmmathmllayoututils.h +58 -0
- data/ext/mathematical/lsmmathmlmathelement.c +204 -0
- data/ext/mathematical/lsmmathmlmathelement.h +81 -0
- data/ext/mathematical/lsmmathmloperatordictionary.c +3332 -0
- data/ext/mathematical/lsmmathmloperatordictionary.h +54 -0
- data/ext/mathematical/lsmmathmloperatorelement.c +307 -0
- data/ext/mathematical/lsmmathmloperatorelement.h +73 -0
- data/ext/mathematical/lsmmathmlpaddedelement.c +58 -0
- data/ext/mathematical/lsmmathmlpaddedelement.h +56 -0
- data/ext/mathematical/lsmmathmlphantomelement.c +71 -0
- data/ext/mathematical/lsmmathmlphantomelement.h +56 -0
- data/ext/mathematical/lsmmathmlpresentationcontainer.c +43 -0
- data/ext/mathematical/lsmmathmlpresentationcontainer.h +54 -0
- data/ext/mathematical/lsmmathmlpresentationtoken.c +303 -0
- data/ext/mathematical/lsmmathmlpresentationtoken.h +83 -0
- data/ext/mathematical/lsmmathmlradicalelement.c +266 -0
- data/ext/mathematical/lsmmathmlradicalelement.h +71 -0
- data/ext/mathematical/lsmmathmlrowelement.c +58 -0
- data/ext/mathematical/lsmmathmlrowelement.h +56 -0
- data/ext/mathematical/lsmmathmlscriptelement.c +282 -0
- data/ext/mathematical/lsmmathmlscriptelement.h +78 -0
- data/ext/mathematical/lsmmathmlsemanticselement.c +84 -0
- data/ext/mathematical/lsmmathmlsemanticselement.h +56 -0
- data/ext/mathematical/lsmmathmlspaceelement.c +142 -0
- data/ext/mathematical/lsmmathmlspaceelement.h +60 -0
- data/ext/mathematical/lsmmathmlstringelement.c +123 -0
- data/ext/mathematical/lsmmathmlstringelement.h +58 -0
- data/ext/mathematical/lsmmathmlstyle.c +130 -0
- data/ext/mathematical/lsmmathmlstyle.h +81 -0
- data/ext/mathematical/lsmmathmlstyleelement.c +307 -0
- data/ext/mathematical/lsmmathmlstyleelement.h +87 -0
- data/ext/mathematical/lsmmathmltablecellelement.c +122 -0
- data/ext/mathematical/lsmmathmltablecellelement.h +62 -0
- data/ext/mathematical/lsmmathmltableelement.c +545 -0
- data/ext/mathematical/lsmmathmltableelement.h +78 -0
- data/ext/mathematical/lsmmathmltablerowelement.c +120 -0
- data/ext/mathematical/lsmmathmltablerowelement.h +64 -0
- data/ext/mathematical/lsmmathmltraits.c +819 -0
- data/ext/mathematical/lsmmathmltraits.h +119 -0
- data/ext/mathematical/lsmmathmltypes.h +66 -0
- data/ext/mathematical/lsmmathmlunderoverelement.c +485 -0
- data/ext/mathematical/lsmmathmlunderoverelement.h +82 -0
- data/ext/mathematical/lsmmathmlutils.c +170 -0
- data/ext/mathematical/lsmmathmlutils.h +50 -0
- data/ext/mathematical/lsmmathmlview.c +1048 -0
- data/ext/mathematical/lsmmathmlview.h +164 -0
- data/ext/mathematical/lsmproperties.c +418 -0
- data/ext/mathematical/lsmproperties.h +85 -0
- data/ext/mathematical/lsmstr.c +231 -0
- data/ext/mathematical/lsmstr.h +114 -0
- data/ext/mathematical/lsmsvg.h +67 -0
- data/ext/mathematical/lsmsvgaelement.c +73 -0
- data/ext/mathematical/lsmsvgaelement.h +55 -0
- data/ext/mathematical/lsmsvgattributes.h +118 -0
- data/ext/mathematical/lsmsvgcircleelement.c +153 -0
- data/ext/mathematical/lsmsvgcircleelement.h +59 -0
- data/ext/mathematical/lsmsvgclippathelement.c +134 -0
- data/ext/mathematical/lsmsvgclippathelement.h +59 -0
- data/ext/mathematical/lsmsvgcolors.c +212 -0
- data/ext/mathematical/lsmsvgcolors.h +39 -0
- data/ext/mathematical/lsmsvgdefselement.c +74 -0
- data/ext/mathematical/lsmsvgdefselement.h +55 -0
- data/ext/mathematical/lsmsvgdocument.c +288 -0
- data/ext/mathematical/lsmsvgdocument.h +64 -0
- data/ext/mathematical/lsmsvgelement.c +373 -0
- data/ext/mathematical/lsmsvgelement.h +81 -0
- data/ext/mathematical/lsmsvgellipseelement.c +158 -0
- data/ext/mathematical/lsmsvgellipseelement.h +60 -0
- data/ext/mathematical/lsmsvgenums.c +544 -0
- data/ext/mathematical/lsmsvgenums.h +357 -0
- data/ext/mathematical/lsmsvgenumtypes.c +1083 -0
- data/ext/mathematical/lsmsvgenumtypes.h +111 -0
- data/ext/mathematical/lsmsvgfilterblend.c +105 -0
- data/ext/mathematical/lsmsvgfilterblend.h +58 -0
- data/ext/mathematical/lsmsvgfiltercomposite.c +109 -0
- data/ext/mathematical/lsmsvgfiltercomposite.h +58 -0
- data/ext/mathematical/lsmsvgfilterelement.c +266 -0
- data/ext/mathematical/lsmsvgfilterelement.h +66 -0
- data/ext/mathematical/lsmsvgfilterflood.c +86 -0
- data/ext/mathematical/lsmsvgfilterflood.h +55 -0
- data/ext/mathematical/lsmsvgfiltergaussianblur.c +114 -0
- data/ext/mathematical/lsmsvgfiltergaussianblur.h +57 -0
- data/ext/mathematical/lsmsvgfiltermerge.c +98 -0
- data/ext/mathematical/lsmsvgfiltermerge.h +55 -0
- data/ext/mathematical/lsmsvgfiltermergenode.c +87 -0
- data/ext/mathematical/lsmsvgfiltermergenode.h +57 -0
- data/ext/mathematical/lsmsvgfilteroffset.c +112 -0
- data/ext/mathematical/lsmsvgfilteroffset.h +58 -0
- data/ext/mathematical/lsmsvgfilterprimitive.c +168 -0
- data/ext/mathematical/lsmsvgfilterprimitive.h +66 -0
- data/ext/mathematical/lsmsvgfilterspecularlighting.c +127 -0
- data/ext/mathematical/lsmsvgfilterspecularlighting.h +60 -0
- data/ext/mathematical/lsmsvgfiltersurface.c +455 -0
- data/ext/mathematical/lsmsvgfiltersurface.h +66 -0
- data/ext/mathematical/lsmsvgfiltertile.c +102 -0
- data/ext/mathematical/lsmsvgfiltertile.h +57 -0
- data/ext/mathematical/lsmsvggelement.c +73 -0
- data/ext/mathematical/lsmsvggelement.h +55 -0
- data/ext/mathematical/lsmsvggradientelement.c +151 -0
- data/ext/mathematical/lsmsvggradientelement.h +68 -0
- data/ext/mathematical/lsmsvgimageelement.c +261 -0
- data/ext/mathematical/lsmsvgimageelement.h +67 -0
- data/ext/mathematical/lsmsvglength.c +152 -0
- data/ext/mathematical/lsmsvglength.h +65 -0
- data/ext/mathematical/lsmsvglineargradientelement.c +271 -0
- data/ext/mathematical/lsmsvglineargradientelement.h +60 -0
- data/ext/mathematical/lsmsvglineelement.c +153 -0
- data/ext/mathematical/lsmsvglineelement.h +60 -0
- data/ext/mathematical/lsmsvgmarkerelement.c +266 -0
- data/ext/mathematical/lsmsvgmarkerelement.h +74 -0
- data/ext/mathematical/lsmsvgmaskelement.c +232 -0
- data/ext/mathematical/lsmsvgmaskelement.h +64 -0
- data/ext/mathematical/lsmsvgmatrix.c +205 -0
- data/ext/mathematical/lsmsvgmatrix.h +59 -0
- data/ext/mathematical/lsmsvgpathelement.c +115 -0
- data/ext/mathematical/lsmsvgpathelement.h +59 -0
- data/ext/mathematical/lsmsvgpatternelement.c +398 -0
- data/ext/mathematical/lsmsvgpatternelement.h +69 -0
- data/ext/mathematical/lsmsvgpolygonelement.c +106 -0
- data/ext/mathematical/lsmsvgpolygonelement.h +57 -0
- data/ext/mathematical/lsmsvgpolylineelement.c +106 -0
- data/ext/mathematical/lsmsvgpolylineelement.h +57 -0
- data/ext/mathematical/lsmsvgradialgradientelement.c +323 -0
- data/ext/mathematical/lsmsvgradialgradientelement.h +61 -0
- data/ext/mathematical/lsmsvgrectelement.c +184 -0
- data/ext/mathematical/lsmsvgrectelement.h +62 -0
- data/ext/mathematical/lsmsvgstopelement.c +106 -0
- data/ext/mathematical/lsmsvgstopelement.h +57 -0
- data/ext/mathematical/lsmsvgstyle.c +560 -0
- data/ext/mathematical/lsmsvgstyle.h +217 -0
- data/ext/mathematical/lsmsvgsvgelement.c +260 -0
- data/ext/mathematical/lsmsvgsvgelement.h +71 -0
- data/ext/mathematical/lsmsvgswitchelement.c +103 -0
- data/ext/mathematical/lsmsvgswitchelement.h +55 -0
- data/ext/mathematical/lsmsvgsymbolelement.c +74 -0
- data/ext/mathematical/lsmsvgsymbolelement.h +55 -0
- data/ext/mathematical/lsmsvgtextelement.c +203 -0
- data/ext/mathematical/lsmsvgtextelement.h +60 -0
- data/ext/mathematical/lsmsvgtraits.c +1232 -0
- data/ext/mathematical/lsmsvgtraits.h +104 -0
- data/ext/mathematical/lsmsvgtransformable.c +106 -0
- data/ext/mathematical/lsmsvgtransformable.h +54 -0
- data/ext/mathematical/lsmsvgtspanelement.c +174 -0
- data/ext/mathematical/lsmsvgtspanelement.h +60 -0
- data/ext/mathematical/lsmsvgtypes.h +77 -0
- data/ext/mathematical/lsmsvguseelement.c +237 -0
- data/ext/mathematical/lsmsvguseelement.h +69 -0
- data/ext/mathematical/lsmsvgview.c +2583 -0
- data/ext/mathematical/lsmsvgview.h +179 -0
- data/ext/mathematical/lsmtraits.c +119 -0
- data/ext/mathematical/lsmtraits.h +49 -0
- data/ext/mathematical/lsmtypes.h +36 -0
- data/ext/mathematical/lsmutils.c +54 -0
- data/ext/mathematical/lsmutils.h +56 -0
- data/ext/mathematical/mathematical.c +145 -0
- data/ext/mathematical/y.tab.c +6179 -0
- data/ext/mathematical/y.tab.h +389 -0
- data/lib/mathematical/version.rb +1 -1
- data/mathematical.gemspec +8 -6
- data/test/mathematical/basic_test.rb +9 -0
- data/test/mathematical/fixtures/after/brackets_display.html +1 -0
- data/test/mathematical/fixtures/after/compliance_accents.html +17 -0
- data/test/mathematical/fixtures/after/compliance_arrows.html +71 -0
- data/test/mathematical/fixtures/after/compliance_colors.html +4 -0
- data/test/mathematical/fixtures/after/compliance_greek_letters.html +42 -0
- data/test/mathematical/fixtures/after/compliance_large_math.html +19 -0
- data/test/mathematical/fixtures/after/compliance_log_symbols.html +34 -0
- data/test/mathematical/fixtures/after/compliance_operators.html +262 -0
- data/test/mathematical/fixtures/after/dollar_sign_inline.html +1 -0
- data/test/mathematical/fixtures/after/equation_display.html +1 -0
- data/test/mathematical/fixtures/after/multiple_dollar_inline.html +1 -0
- data/test/mathematical/fixtures/after/parens_inline.html +1 -0
- data/test/mathematical/fixtures/before/brackets_display.text +1 -0
- data/test/mathematical/fixtures/before/compliance_accents.text +17 -0
- data/test/mathematical/fixtures/before/compliance_arrows.text +71 -0
- data/test/mathematical/fixtures/before/compliance_colors.text +4 -0
- data/test/mathematical/fixtures/before/compliance_greek_letters.text +42 -0
- data/test/mathematical/fixtures/before/compliance_large_math.text +19 -0
- data/test/mathematical/fixtures/before/compliance_log_symbols.text +34 -0
- data/test/mathematical/fixtures/before/compliance_operators.text +262 -0
- data/test/mathematical/fixtures/before/dollar_sign_inline.text +1 -0
- data/test/mathematical/fixtures/before/equation_display.text +1 -0
- data/test/mathematical/fixtures/before/multiple_dollar_inline.text +1 -0
- data/test/mathematical/fixtures/before/parens_inline.text +1 -0
- data/test/mathematical/fixtures/performance/big_file.text +1767 -0
- data/test/mathematical/fixtures_test.rb +45 -0
- data/test/mathematical/maliciousness_test.rb +45 -0
- data/test/mathematical/performance_test.rb +15 -0
- data/test/test_helper.rb +5 -0
- metadata +301 -14
- data/lib/mathematical.bundle +0 -0
- data/lib/mathematical/mathematical.bundle +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
When <img class="inline-math" data-math-type="inline-math" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzQuMjQ0ODA1cHQiIGhlaWdodD0iNi4zNDU3MDNwdCIgdmlld0JveD0iMCAwIDM0LjI0NDgwNSA2LjM0NTcwMyIgdmVyc2lvbj0iMS4xIj4KPGRlZnM+CjxnPgo8c3ltYm9sIG92ZXJmbG93PSJ2aXNpYmxlIiBpZD0iZ2x5cGgwLTAiPgo8cGF0aCBzdHlsZT0ic3Ryb2tlOm5vbmU7IiBkPSIiLz4KPC9zeW1ib2w+CjxzeW1ib2wgb3ZlcmZsb3c9InZpc2libGUiIGlkPSJnbHlwaDAtMSI+CjxwYXRoIHN0eWxlPSJzdHJva2U6bm9uZTsiIGQ9Ik0gNC4xNzk2ODggLTQuODUxNTYyIEMgNC4wNTA3ODEgLTQuOTg0Mzc1IDMuODkwNjI1IC01LjA1MDc4MSAzLjcxMDkzOCAtNS4wNTA3ODEgQyAzLjA3NDIxOSAtNS4wNTA3ODEgMi40ODA0NjkgLTQuNTYyNSAxLjkzMzU5NCAtMy41ODU5MzggQyAxLjQ1MzEyNSAtMi43MjY1NjIgMS4yMTA5MzggLTEuOTg0Mzc1IDEuMjEwOTM4IC0xLjM2NzE4OCBDIDEuMjEwOTM4IC0xLjA1NDY4OCAxLjI4MTI1IC0wLjgyNDIxOSAxLjQxNDA2MiAtMC42ODM1OTQgQyAxLjU1MDc4MSAtMC41MzkwNjIgMS43MTg3NSAtMC40Njg3NSAxLjkxNDA2MiAtMC40Njg3NSBDIDIuNTAzOTA2IC0wLjQ2ODc1IDMuMDc0MjE5IC0wLjk0NTMxMiAzLjYyMTA5NCAtMS44OTA2MjUgQyA0LjEyMTA5NCAtMi43NTM5MDYgNC4zNzEwOTQgLTMuNTM1MTU2IDQuMzcxMDk0IC00LjIzMDQ2OSBDIDQuMzcxMDk0IC00LjUxMTcxOSA0LjMwNDY4OCAtNC43MTg3NSA0LjE3OTY4OCAtNC44NTE1NjIgWiBNIDQuMzUxNTYyIC01LjA3NDIxOSBDIDQuNDQxNDA2IC00Ljk4ODI4MSA0LjUxNTYyNSAtNC44NzUgNC41NjI1IC00LjczNDM3NSBMIDQuNTkzNzUgLTQuNjUyMzQ0IEwgNC43MjI2NTYgLTUuMDk3NjU2IEMgNC43MzgyODEgLTUuMTQ4NDM4IDQuNzUgLTUuMTgzNTk0IDQuNzY1NjI1IC01LjE5OTIxOSBDIDQuNzc3MzQ0IC01LjIxODc1IDQuODA0Njg4IC01LjIyNjU2MiA0Ljg0Mzc1IC01LjIzNDM3NSBMIDUuNTA3ODEyIC01LjMwODU5NCBDIDUuNTQyOTY5IC01LjMwODU5NCA1LjU2MjUgLTUuMzAwNzgxIDUuNTcwMzEyIC01LjI4OTA2MiBDIDUuNTc0MjE5IC01LjI3MzQzOCA1LjU3NDIxOSAtNS4yNSA1LjU2NjQwNiAtNS4yMTQ4NDQgQyA1LjU1MDc4MSAtNS4xNjQwNjIgNS41MzkwNjIgLTUuMTI1IDUuNTMxMjUgLTUuMDkzNzUgQyA1LjUyMzQzOCAtNS4wNjY0MDYgNS41MTE3MTkgLTUuMDIzNDM4IDUuNDk2MDk0IC00Ljk2ODc1IEwgNC45NTcwMzEgLTIuODcxMDk0IEMgNC44Mzk4NDQgLTIuNDE0MDYyIDQuNzQyMTg4IC0yLjAxOTUzMSA0LjY1NjI1IC0xLjY4NzUgQyA0LjUxMTcxOSAtMS4wODU5MzggNC40NDE0MDYgLTAuNzQyMTg4IDQuNDQxNDA2IC0wLjY1NjI1IEMgNC40NDE0MDYgLTAuNjAxNTYyIDQuNDU3MDMxIC0wLjU2MjUgNC40ODQzNzUgLTAuNTM1MTU2IEMgNC41MTU2MjUgLTAuNTExNzE5IDQuNTUwNzgxIC0wLjUgNC41OTM3NSAtMC41IEMgNC42Mjg5MDYgLTAuNSA0LjY2Nzk2OSAtMC41MDc4MTIgNC43MDcwMzEgLTAuNTMxMjUgQyA0Ljc1IC0wLjU1NDY4OCA0Ljc5Njg3NSAtMC41OTM3NSA0Ljg1OTM3NSAtMC42NDA2MjUgTCA0Ljk1NzAzMSAtMC43MTg3NSBDIDQuOTg4MjgxIC0wLjc0NjA5NCA1LjAyMzQzOCAtMC43ODEyNSA1LjA2MjUgLTAuODE2NDA2IEMgNS4xMDE1NjIgLTAuODU1NDY5IDUuMTQ4NDM4IC0wLjg5ODQzOCA1LjIwMzEyNSAtMC45NTMxMjUgTCA1LjU2NjQwNiAtMS4zMjgxMjUgTCA1LjcwNzAzMSAtMS4yMDcwMzEgQyA1LjMwMDc4MSAtMC42ODc1IDQuOTc2NTYyIC0wLjMzNTkzOCA0LjcyNjU2MiAtMC4xNDg0MzggQyA0LjQ4MDQ2OSAwLjAzNTE1NjIgNC4yNSAwLjEyODkwNiA0LjAyMzQzOCAwLjEyODkwNiBDIDMuODc4OTA2IDAuMTI4OTA2IDMuNzY5NTMxIDAuMDc4MTI1IDMuNjg3NSAtMC4wMjM0Mzc1IEMgMy42MDkzNzUgLTAuMTI1IDMuNTcwMzEyIC0wLjI1IDMuNTcwMzEyIC0wLjQwNjI1IEMgMy41NzAzMTIgLTAuNTQ2ODc1IDMuNTkzNzUgLTAuNzQ2MDk0IDMuNjQ4NDM4IC0xLjAxMTcxOSBDIDMuNjk5MjE5IC0xLjI3MzQzOCAzLjc1IC0xLjQ5NjA5NCAzLjgwNDY4OCAtMS42NzU3ODEgQyAzLjczNDM3NSAtMS41NTg1OTQgMy42MTMyODEgLTEuMzg2NzE5IDMuNDQ5MjE5IC0xLjE2NDA2MiBDIDMuMjgxMjUgLTAuOTM3NSAzLjA3ODEyNSAtMC43MTg3NSAyLjgzNTkzOCAtMC41MDc4MTIgQyAyLjU1MDc4MSAtMC4yNTM5MDYgMi4yNzczNDQgLTAuMDc4MTI1IDIuMDE1NjI1IDAuMDMxMjUgQyAxLjgxMjUgMC4xMDE1NjIgMS42MTcxODggMC4xMzI4MTIgMS40Mjk2ODggMC4xMzI4MTIgQyAxLjExMzI4MSAwLjEzMjgxMiAwLjgyODEyNSAwLjAwMzkwNjI1IDAuNTcwMzEyIC0wLjI1MzkwNiBDIDAuMzEyNSAtMC41MTU2MjUgMC4xNzk2ODggLTAuODgyODEyIDAuMTc5Njg4IC0xLjM1OTM3NSBDIDAuMTc5Njg4IC0yLjE3OTY4OCAwLjU0Njg3NSAtMy4wMzUxNTYgMS4yODEyNSAtMy45MjU3ODEgQyAyLjAzOTA2MiAtNC44NTE1NjIgMi44MjgxMjUgLTUuMzEyNSAzLjY0MDYyNSAtNS4zMTI1IEMgMy45NDkyMTkgLTUuMzEyNSA0LjE4NzUgLTUuMjM0Mzc1IDQuMzUxNTYyIC01LjA3NDIxOSBaICIvPgo8L3N5bWJvbD4KPHN5bWJvbCBvdmVyZmxvdz0idmlzaWJsZSIgaWQ9ImdseXBoMS0wIj4KPHBhdGggc3R5bGU9InN0cm9rZTpub25lOyIgZD0iIi8+Cjwvc3ltYm9sPgo8c3ltYm9sIG92ZXJmbG93PSJ2aXNpYmxlIiBpZD0iZ2x5cGgxLTEiPgo8cGF0aCBzdHlsZT0ic3Ryb2tlOm5vbmU7IiBkPSJNIDAuMjY1NjI1IC0zLjgzMjAzMSBMIDAuMjY1NjI1IC00LjY1MjM0NCBMIDMuNzYxNzE5IC00LjY1MjM0NCBMIDQuNjI1IC02LjIwMzEyNSBMIDUuNTE1NjI1IC02LjIwMzEyNSBMIDQuNjMyODEyIC00LjY1MjM0NCBMIDYuMzE2NDA2IC00LjY1MjM0NCBMIDYuMzE2NDA2IC0zLjgzMjAzMSBMIDQuMTg3NSAtMy44MzIwMzEgTCAzLjI4OTA2MiAtMi4yMzQzNzUgTCA2LjMxNjQwNiAtMi4yMzQzNzUgTCA2LjMxNjQwNiAtMS40MTQwNjIgTCAyLjgyODEyNSAtMS40MTQwNjIgTCAxLjk1NzAzMSAwLjE0MDYyNSBMIDEuMDY2NDA2IDAuMTQwNjI1IEwgMS45Mzc1IC0xLjQxNDA2MiBMIDAuMjY1NjI1IC0xLjQxNDA2MiBMIDAuMjY1NjI1IC0yLjIzNDM3NSBMIDIuNDAyMzQ0IC0yLjIzNDM3NSBMIDMuMjg5MDYyIC0zLjgzMjAzMSBaICIvPgo8L3N5bWJvbD4KPC9nPgo8L2RlZnM+CjxnIGlkPSJzdXJmYWNlODk4NSI+CjxnIHN0eWxlPSJmaWxsOnJnYigwJSwwJSwwJSk7ZmlsbC1vcGFjaXR5OjE7Ij4KICA8dXNlIHhsaW5rOmhyZWY9IiNnbHlwaDAtMSIgeD0iNy4xNTIzNDQiIHk9IjYuMjAzMTI1Ii8+CjwvZz4KPGcgc3R5bGU9ImZpbGw6cmdiKDAlLDAlLDAlKTtmaWxsLW9wYWNpdHk6MTsiPgogIDx1c2UgeGxpbms6aHJlZj0iI2dseXBoMS0xIiB4PSIxNy4yNjE3MTkiIHk9IjYuMjAzMTI1Ii8+CjwvZz4KPC9nPgo8L3N2Zz4K"/>, there are two solutions...
|
@@ -0,0 +1 @@
|
|
1
|
+
...and they are \[x = {-b \pm \sqrt{b^2-4ac} \over 2a}.\]
|
@@ -0,0 +1,17 @@
|
|
1
|
+
\bar: $\bar{x}$ <br>
|
2
|
+
\overline ( = \closure = \widebar): $\overline{x} ( = \closure{x} = \widebar{x})$ <br>
|
3
|
+
\underline: $\underline{x}$ <br>
|
4
|
+
\vec: $\vec{x}$ <br>
|
5
|
+
\widevec: $\widevec{x}$ <br>
|
6
|
+
\dot: $\dot{x}$ <br>
|
7
|
+
\ddot: $\ddot{x}$ <br>
|
8
|
+
\dddot: $\dddot{x}$ <br>
|
9
|
+
\ddddot: $\ddddot{x}$ <br>
|
10
|
+
\tilde: $\tilde{x}$ <br>
|
11
|
+
\widetilde: $\widetilde{x}$ <br>
|
12
|
+
\check: $\check{x}$ <br>
|
13
|
+
\widecheck: $\widecheck{x}$ <br>
|
14
|
+
\hat: $\hat{x}$ <br>
|
15
|
+
\widehat: $\widehat{x}$ <br>
|
16
|
+
\slash: $Fruits \slash Vegetables$ <br>
|
17
|
+
\boxed: \[ \boxed{F = m \cdot \ddot{x} + k \cdot x = 0} \]
|
@@ -0,0 +1,71 @@
|
|
1
|
+
\rightarrow ( = \to): $\rightarrow ( = \to)$ <br>
|
2
|
+
\longrightarrow: $\longrightarrow$ <br>
|
3
|
+
\Rightarrow ( = \implies): $\Rightarrow ( = \implies)$ <br>
|
4
|
+
\hookrightarrow ( = \embedsin): $\hookrightarrow ( = \embedsin)$ <br>
|
5
|
+
\mapsto ( = \map): $\mapsto ( = \map)$ <br>
|
6
|
+
\leftarrow: $\leftarrow$ <br>
|
7
|
+
\longleftarrow: $\longleftarrow$ <br>
|
8
|
+
\Leftarrow ( = \impliedby): $\Leftarrow ( = \impliedby)$ <br>
|
9
|
+
\hookleftarrow: $\hookleftarrow$ <br>
|
10
|
+
\leftrightarrow: $\leftrightarrow$ <br>
|
11
|
+
\Leftrightarrow: $\Leftrightarrow$ <br>
|
12
|
+
\Longleftrightarrow ( = \iff): $\Longleftrightarrow ( = \iff)$ <br>
|
13
|
+
\nearrow ( = \nearr): $\nearrow ( = \nearr)$ <br>
|
14
|
+
\nwarrow ( = \nwarr): $\nwarrow ( = \nwarr)$ <br>
|
15
|
+
\searrow ( = \searr): $\searrow ( = \searr)$ <br>
|
16
|
+
\swarrow ( = \swarr): $\swarrow ( = \swarr)$ <br>
|
17
|
+
\neArrow ( = \neArr): $\neArrow ( = \neArr)$ <br>
|
18
|
+
\nwArrow ( = \nwArr): $\nwArrow ( = \nwArr)$ <br>
|
19
|
+
\seArrow ( = \seArr): $\seArrow ( = \seArr)$ <br>
|
20
|
+
\swArrow ( = \swArr): $\swArrow ( = \swArr)$ <br>
|
21
|
+
\darr: $\darr$ <br>
|
22
|
+
\Downarrow: $\Downarrow$ <br>
|
23
|
+
\uparr: $\uparr$ <br>
|
24
|
+
\Uparrow: $\Uparrow$ <br>
|
25
|
+
\downuparrow ( = \duparr = \updarr): $\downuparrow ( = \duparr = \updarr)$ <br>
|
26
|
+
\Updownarrow: $\Updownarrow$ <br>
|
27
|
+
\leftsquigarrow: $\leftsquigarrow$ <br>
|
28
|
+
\rightsquigarrow: $\rightsquigarrow$ <br>
|
29
|
+
\leftrightsquigarrow: $\leftrightsquigarrow$ <br>
|
30
|
+
\upuparrows: $\upuparrows$ <br>
|
31
|
+
\rightleftarrows: $\rightleftarrows$ <br>
|
32
|
+
\rightrightarrows: $\rightrightarrows$ <br>
|
33
|
+
\dashleftarrow: $\dashleftarrow$ <br>
|
34
|
+
\dashrightarrow: $\dashrightarrow$ <br>
|
35
|
+
\curvearrowleft: $\curvearrowleft$ <br>
|
36
|
+
\curvearrowbotright: $\curvearrowbotright$ <br>
|
37
|
+
\downdownarrows: $\downdownarrows$ <br>
|
38
|
+
\leftleftarrows: $\leftleftarrows$ <br>
|
39
|
+
\leftrightarrows: $\leftrightarrows$ <br>
|
40
|
+
\righttoleftarrow: $\righttoleftarrow$ <br>
|
41
|
+
\lefttorightarrow: $\lefttorightarrow$ <br>
|
42
|
+
\circlearrowleft: $\circlearrowleft$ <br>
|
43
|
+
\circlearrowright: $\circlearrowright$ <br>
|
44
|
+
\curvearrowright: $\curvearrowright$ <br>
|
45
|
+
\leftarrowtail: $\leftarrowtail$ <br>
|
46
|
+
\rightarrowtail: $\rightarrowtail$ <br>
|
47
|
+
\leftrightsquigarrow: $\leftrightsquigarrow$ <br>
|
48
|
+
\Lleftarrow: $\Lleftarrow$ <br>
|
49
|
+
\Rrightarrow: $\Rrightarrow$ <br>
|
50
|
+
\looparrowleft: $\looparrowleft$ <br>
|
51
|
+
\looparrowright: $\looparrowright$ <br>
|
52
|
+
\Lsh: $\Lsh$ <br>
|
53
|
+
\Rsh: $\Rsh$ <br>
|
54
|
+
\twoheadleftarrow: $\twoheadleftarrow$ <br>
|
55
|
+
\twoheadrightarrow: $\twoheadrightarrow$ <br>
|
56
|
+
\nLeftarrow: $\nLeftarrow$ <br>
|
57
|
+
\nleftarrow: $\nleftarrow$ <br>
|
58
|
+
\nLeftrightarrow: $\nLeftrightarrow$ <br>
|
59
|
+
\nleftrightarrow: $\nleftrightarrow$ <br>
|
60
|
+
\nRightarrow: $\nRightarrow$ <br>
|
61
|
+
\nrightarrow: $\nrightarrow$ <br>
|
62
|
+
\leftharpoonup: $\leftharpoonup$ <br>
|
63
|
+
\leftharpoondown: $\leftharpoondown$ <br>
|
64
|
+
\rightharpoonup: $\rightharpoonup$ <br>
|
65
|
+
\rightharpoondown: $\rightharpoondown$ <br>
|
66
|
+
\downharpoonleft: $\downharpoonleft$ <br>
|
67
|
+
\downharpoonright: $\downharpoonright$ <br>
|
68
|
+
\leftrightharpoons: $\leftrightharpoons$ <br>
|
69
|
+
\rightleftharpoons: $\rightleftharpoons$ <br>
|
70
|
+
\upharpoonleft: $\upharpoonleft$ <br>
|
71
|
+
\upharpoonright: $\upharpoonright$
|
@@ -0,0 +1,42 @@
|
|
1
|
+
\Gamma: $\Gamma$ <br>
|
2
|
+
\Delta: $\Delta$ <br>
|
3
|
+
\Lambda: $\Lambda$ <br>
|
4
|
+
\Phi: $\Phi$ <br>
|
5
|
+
\Pi: $\Pi$ <br>
|
6
|
+
\Psi: $\Psi$ <br>
|
7
|
+
\Sigma: $\Sigma$ <br>
|
8
|
+
\Theta: $\Theta$ <br>
|
9
|
+
\Upsilon: $\Upsilon$ <br>
|
10
|
+
\Xi: $\Xi$ <br>
|
11
|
+
\Omega: $\Omega$ <br>
|
12
|
+
\alpha: $\alpha$ <br>
|
13
|
+
\beta: $\beta$ <br>
|
14
|
+
\gamma: $\gamma$ <br>
|
15
|
+
\delta: $\delta$ <br>
|
16
|
+
\epsilon: $\epsilon$ <br>
|
17
|
+
\zeta: $\zeta$ <br>
|
18
|
+
\eta: $\eta$ <br>
|
19
|
+
\theta: $\theta$ <br>
|
20
|
+
\iota: $\iota$ <br>
|
21
|
+
\kappa: $\kappa$ <br>
|
22
|
+
\lambda: $\lambda$ <br>
|
23
|
+
\mu: $\mu$ <br>
|
24
|
+
\nu: $\nu$ <br>
|
25
|
+
\xi: $\xi$ <br>
|
26
|
+
\pi: $\pi$ <br>
|
27
|
+
\rho: $\rho$ <br>
|
28
|
+
\sigma: $\sigma$ <br>
|
29
|
+
\tau: $\tau$ <br>
|
30
|
+
\upsilon: $\upsilon$ <br>
|
31
|
+
\phi: $\phi$ <br>
|
32
|
+
\chi: $\chi$ <br>
|
33
|
+
\psi: $\psi$ <br>
|
34
|
+
\omega: $\omega$ <br>
|
35
|
+
\varkappa: $\varkappa$ <br>
|
36
|
+
\varphi: $\varphi$ <br>
|
37
|
+
\varpi: $\varpi$ <br>
|
38
|
+
\varrho: $\varrho$ <br>
|
39
|
+
\varsigma: $\varsigma$ <br>
|
40
|
+
\vartheta: $\vartheta$ <br>
|
41
|
+
\varepsilon: $\varepsilon$ <br>
|
42
|
+
\digamma: $\digamma$ <br>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
\bigcup ( = \Union): $\bigcup ( = \Union)$ <br>
|
2
|
+
\bigcap ( = \Intersection): $\bigcap ( = \Intersection)$ <br>
|
3
|
+
\bigodot: $\bigodot$ <br>
|
4
|
+
\bigoplus ( = \Oplus): $\bigoplus ( = \Oplus)$ <br>
|
5
|
+
\bigotimes ( = \Otimes): $\bigotimes ( = \Otimes)$ <br>
|
6
|
+
\bigsqcup: $\bigsqcup$ <br>
|
7
|
+
\bigsqcap: $\bigsqcap$ <br>
|
8
|
+
\biginterleave: $\biginterleave$ <br>
|
9
|
+
\biguplus: $\biguplus$ <br>
|
10
|
+
\bigwedge ( = \Wedge): $\bigwedge ( = \Wedge)$ <br>
|
11
|
+
\bigvee ( = \Vee): $\bigvee ( = \Vee)$ <br>
|
12
|
+
\coprod ( = \coproduct): $\coprod ( = \coproduct)$ <br>
|
13
|
+
\prod ( = \product): $\prod ( = \product)$ <br>
|
14
|
+
\sum: $\sum$ <br>
|
15
|
+
\int ( = \integral): $\int ( = \integral)$ <br>
|
16
|
+
\iint ( = \doubleintegral): $\iint ( = \doubleintegral)$ <br>
|
17
|
+
\iiint ( = \tripleintegral): $\iiint ( = \tripleintegral)$ <br>
|
18
|
+
\iiiint ( = \quadrupleintegral): $\iiiint ( = \quadrupleintegral)$ <br>
|
19
|
+
\oint ( = \conint = \contourintegral): $\oint ( = \conint = \contourintegral)$
|
@@ -0,0 +1,34 @@
|
|
1
|
+
\arccos: $y = \arccos x$ <br>
|
2
|
+
\arcsin: $y = \arcsin x$ <br>
|
3
|
+
\arctan: $y = \arctan x$ <br>
|
4
|
+
\arg: $\arg$ <br>
|
5
|
+
\cos: $y = \cos x$ <br>
|
6
|
+
\cosh: $y = \cosh x$ <br>
|
7
|
+
\cot: $y = \cot x$ <br>
|
8
|
+
\coth: $y = \coth x$ <br>
|
9
|
+
\csc: $\csc x$ <br>
|
10
|
+
\deg: $\deg \pi$ <br>
|
11
|
+
\det: $\det(A)$ <br>
|
12
|
+
\dim: $\dim M$ <br>
|
13
|
+
\exp: $y=\exp(\lambda t)$ <br>
|
14
|
+
\gcd: $gcd(a/m, b/m)$ <br>
|
15
|
+
\inf: $\inf(p)$ <br>
|
16
|
+
\hom: $\hom(A,B)$ <br>
|
17
|
+
\ker: $\ker(h)\subseteq A^2$ <br>
|
18
|
+
\lg: $2^{\lg{n}}$ <br>
|
19
|
+
\lim: $\lim_{x\to\pi/6}$ <br>
|
20
|
+
\liminf: $\liminf_n (x_n + y_n)$ <br>
|
21
|
+
\limsup: $\limsup_{n\to\infty}(a_n+b_n)$ <br>
|
22
|
+
\ln: $\ds y=3^x\ln x$ <br>
|
23
|
+
\log: $\log_b(x)$ <br>
|
24
|
+
\max: $\max\limits_{1\leq j\leq n}$ <br>
|
25
|
+
\min: $\min\limits_{1\leq j\leq n}$ <br>
|
26
|
+
\mod*: $\mod n$ <br>
|
27
|
+
\pmod*: $\pmod{n}$ <br>
|
28
|
+
\Pr: $\Pr(m = n \mid m + n = 3)$ <br>
|
29
|
+
\sec: $y = \sec x$ <br>
|
30
|
+
\sin: $y = \sin x$ <br>
|
31
|
+
\sinh: $y = \sinh x$ <br>
|
32
|
+
\sup: $M \sup M_1 \sup \dots \sup M_l = 0$ </br>
|
33
|
+
\tan: $y =\tan x$ <br>
|
34
|
+
\tanh: $y =\tanh x$ <br>
|
@@ -0,0 +1,262 @@
|
|
1
|
+
\amalg: $\amalg$ <br>
|
2
|
+
\angle: $\angle$ <br>
|
3
|
+
\measuredangle: $\measuredangle$ <br>
|
4
|
+
\sphericalangle: $\sphericalangle$ <br>
|
5
|
+
\approx: $\approx$ <br>
|
6
|
+
\approxeq: $\approxeq$ <br>
|
7
|
+
\thickapprox: $\thickapprox$ <br>
|
8
|
+
\ast: $\ast$ <br>
|
9
|
+
\asymp: $\asymp$ <br>
|
10
|
+
\backslash: $\backslash$ <br>
|
11
|
+
\because: $\because$ <br>
|
12
|
+
\between: $\between$ <br>
|
13
|
+
\bottom (= \bot): $\bottom (= \bot)$ <br>
|
14
|
+
\boxminus ( = \minusb): $\boxminus ( = \minusb)$ <br>
|
15
|
+
\boxplus ( = \plusb): $\boxplus ( = \plusb)$ <br>
|
16
|
+
\boxtimes ( = \timesb): $\boxtimes ( = \timesb)$ <br>
|
17
|
+
\boxdot: $\boxdot$ <br>
|
18
|
+
\bowtie: $\bowtie$ <br>
|
19
|
+
\bullet: $\bullet$ <br>
|
20
|
+
\cap ( = \intersection): $\cap ( = \intersection)$ <br>
|
21
|
+
\cup ( = \union): $\cup ( = \union)$ <br>
|
22
|
+
\Cap: $\Cap$ <br>
|
23
|
+
\Cup: $\Cup$ <br>
|
24
|
+
\cdot: $\cdot$ <br>
|
25
|
+
\circledast: $\circledast$ <br>
|
26
|
+
\circledcirc: $\circledcirc$ <br>
|
27
|
+
\clubsuit: $\clubsuit$ <br>
|
28
|
+
\curlyvee: $\curlyvee$ <br>
|
29
|
+
\curlywedge: $\curlywedge$ <br>
|
30
|
+
\diamondsuit: $\diamondsuit$ <br>
|
31
|
+
\divideontimes: $\divideontimes$ <br>
|
32
|
+
\dotplus: $\dotplus$ <br>
|
33
|
+
\heartsuit: $\heartsuit$ <br>
|
34
|
+
\spadesuit: $\spadesuit$ <br>
|
35
|
+
\circ: $\circ$ <br>
|
36
|
+
\bigcirc: $\bigcirc$ <br>
|
37
|
+
\cong: $\cong$ <br>
|
38
|
+
\ncong: $\ncong$ <br>
|
39
|
+
\dagger: $\dagger$ <br>
|
40
|
+
\ddagger: $\ddagger$ <br>
|
41
|
+
\dashv: $\dashv$ <br>
|
42
|
+
\Vdash: $\Vdash$ <br>
|
43
|
+
\vDash: $\vDash$ <br>
|
44
|
+
\nvDash: $\nvDash$ <br>
|
45
|
+
\VDash: $\VDash$ <br>
|
46
|
+
\nVDash: $\nVDash$ <br>
|
47
|
+
\vdash: $\vdash$ <br>
|
48
|
+
\nvdash: $\nvdash$ <br>
|
49
|
+
\Vvdash: $\Vvdash$ <br>
|
50
|
+
\Diamond: $\Diamond$ <br>
|
51
|
+
\diamond: $\diamond$ <br>
|
52
|
+
\div: $\div$ <br>
|
53
|
+
\equiv: $\equiv$ <br>
|
54
|
+
\nequiv: $\nequiv$ <br>
|
55
|
+
\eqcirc: $\eqcirc$ <br>
|
56
|
+
\neq ( = \ne): $\neq ( = \ne)$ <br>
|
57
|
+
\Bumpeq: $\Bumpeq$ <br>
|
58
|
+
\bumpeq: $\bumpeq$ <br>
|
59
|
+
\circeq: $\circeq$ <br>
|
60
|
+
\doteq: $\doteq$ <br>
|
61
|
+
\doteqdot: $\doteqdot$ <br>
|
62
|
+
\fallingdotseq: $\fallingdotseq$ <br>
|
63
|
+
\risingdotseq: $\risingdotseq$ <br>
|
64
|
+
\exists: $\exists$ <br>
|
65
|
+
\nexists: $\nexists$ <br>
|
66
|
+
\flat: $\flat$ <br>
|
67
|
+
\forall: $\forall$ <br>
|
68
|
+
\frown: $\frown$ <br>
|
69
|
+
\smallfrown: $\smallfrown$ <br>
|
70
|
+
\gt: $\gt$ <br>
|
71
|
+
\ngtr: $\ngtr$ <br>
|
72
|
+
\gg: $\gg$ <br>
|
73
|
+
\ggg: $\ggg$ <br>
|
74
|
+
\geq ( = \ge): $\geq ( = \ge)$ <br>
|
75
|
+
\ngeq: $\ngeq$ <br>
|
76
|
+
\geqq: $\geqq$ <br>
|
77
|
+
\ngeqq: $\ngeqq$ <br>
|
78
|
+
\geqslant: $\geqslant$ <br>
|
79
|
+
\ngeqslant: $\ngeqslant$ <br>
|
80
|
+
\eqslantgtr: $\eqslantgtr$ <br>
|
81
|
+
\gneq: $\gneq$ <br>
|
82
|
+
\gneqq: $\gneqq$ <br>
|
83
|
+
\gnapprox: $\gnapprox$ <br>
|
84
|
+
\gnsim: $\gnsim$ <br>
|
85
|
+
\gtrapprox: $\gtrapprox$ <br>
|
86
|
+
\gtrsim: $\gtrsim$ <br>
|
87
|
+
\gtrdot: $\gtrdot$ <br>
|
88
|
+
\gtreqless: $\gtreqless$ <br>
|
89
|
+
\gtreqqless: $\gtreqqless$ <br>
|
90
|
+
\gtrless: $\gtrless$ <br>
|
91
|
+
\gvertneqq: $\gvertneqq$ <br>
|
92
|
+
\in: $\in$ <br>
|
93
|
+
\notin: $\notin$ <br>
|
94
|
+
\ni: $\ni$ <br>
|
95
|
+
\notni: $\notni$ <br>
|
96
|
+
\intercal: $\intercal$ <br>
|
97
|
+
\invamp ( = \parr): $\invamp ( = \parr)$ <br>
|
98
|
+
\lhd: $\lhd$ <br>
|
99
|
+
\unlhd: $\unlhd$ <br>
|
100
|
+
\leftthreetimes: $\leftthreetimes$ <br>
|
101
|
+
\rightthreetimes: $\rightthreetimes$ <br>
|
102
|
+
\lt: $\lt$ <br>
|
103
|
+
\nless: $\nless$ <br>
|
104
|
+
\ll: $\ll$ <br>
|
105
|
+
\lll: $\lll$ <br>
|
106
|
+
\leq ( = \le): $\leq ( = \le)$ <br>
|
107
|
+
\nleq: $\nleq$ <br>
|
108
|
+
\leqq: $\leqq$ <br>
|
109
|
+
\nleqq: $\nleqq$ <br>
|
110
|
+
\leqslant: $\leqslant$ <br>
|
111
|
+
\nleqslant: $\nleqslant$ <br>
|
112
|
+
\eqslantless: $\eqslantless$ <br>
|
113
|
+
\lessapprox: $\lessapprox$ <br>
|
114
|
+
\lessdot: $\lessdot$ <br>
|
115
|
+
\lesseqgtr: $\lesseqgtr$ <br>
|
116
|
+
\lesseqqgtr: $\lesseqqgtr$ <br>
|
117
|
+
\lessgtr: $\lessgtr$ <br>
|
118
|
+
\lesssim: $\lesssim$ <br>
|
119
|
+
\lnapprox: $\lnapprox$ <br>
|
120
|
+
\lneq: $\lneq$ <br>
|
121
|
+
\lneqq: $\lneqq$ <br>
|
122
|
+
\lnsim: $\lnsim$ <br>
|
123
|
+
\ltimes: $\ltimes$ <br>
|
124
|
+
\lvertneqq: $\lvertneqq$ <br>
|
125
|
+
\lozenge: $\lozenge$ <br>
|
126
|
+
\blacklozenge: $\blacklozenge$ <br>
|
127
|
+
\mid ( = \shortmid): $\mid ( = \shortmid)$ <br>
|
128
|
+
\nmid: $\nmid$ <br>
|
129
|
+
\nshortmid: $\nshortmid$ <br>
|
130
|
+
\models: $\models$ <br>
|
131
|
+
\multimap: $\multimap$ <br>
|
132
|
+
\nabla ( = \Del): $\nabla ( = \Del)$ <br>
|
133
|
+
\natural: $\natural$ <br>
|
134
|
+
\not ( = \neg): $\not ( = \neg)$ <br>
|
135
|
+
\odot: $\odot$ <br>
|
136
|
+
\odash ( = \circleddash): $\odash ( = \circleddash)$ <br>
|
137
|
+
\otimes: $\otimes$ <br>
|
138
|
+
\oplus: $\oplus$ <br>
|
139
|
+
\ominus: $\ominus$ <br>
|
140
|
+
\oslash: $\oslash$ <br>
|
141
|
+
\parallel: $\parallel$ <br>
|
142
|
+
\nparallel: $\nparallel$ <br>
|
143
|
+
\shortparallel: $\shortparallel$ <br>
|
144
|
+
\nshortparallel: $\nshortparallel$ <br>
|
145
|
+
\partial: $\partial$ <br>
|
146
|
+
\Perp ( = \Vbar): $\Perp ( = \Vbar)$ <br>
|
147
|
+
\perp: $\perp$ <br>
|
148
|
+
\pitchfork: $\pitchfork$ <br>
|
149
|
+
\pm: $\pm$ <br>
|
150
|
+
\mp: $\mp$ <br>
|
151
|
+
\prec: $\prec$ <br>
|
152
|
+
\nprec: $\nprec$ <br>
|
153
|
+
\precapprox: $\precapprox$ <br>
|
154
|
+
\precnapprox: $\precnapprox$ <br>
|
155
|
+
\preceq: $\preceq$ <br>
|
156
|
+
\npreceq: $\npreceq$ <br>
|
157
|
+
\preccurlyeq: $\preccurlyeq$ <br>
|
158
|
+
\curlyeqprec: $\curlyeqprec$ <br>
|
159
|
+
\precsim: $\precsim$ <br>
|
160
|
+
\precnsim: $\precnsim$ <br>
|
161
|
+
\prime: $\prime$ <br>
|
162
|
+
\backprime: $\backprime$ <br>
|
163
|
+
\propto: $\propto$ <br>
|
164
|
+
\varpropto: $\varpropto$ <br>
|
165
|
+
\rhd: $\rhd$ <br>
|
166
|
+
\unrhd: $\unrhd$ <br>
|
167
|
+
\rtimes: $\rtimes$ <br>
|
168
|
+
\setminus: $\setminus$ <br>
|
169
|
+
\smallsetminus: $\smallsetminus$ <br>
|
170
|
+
\sharp: $\sharp$ <br>
|
171
|
+
\sim: $\sim$ <br>
|
172
|
+
\nsim: $\nsim$ <br>
|
173
|
+
\backsim: $\backsim$ <br>
|
174
|
+
\simeq: $\simeq$ <br>
|
175
|
+
\backsimeq: $\backsimeq$ <br>
|
176
|
+
\thicksim: $\thicksim$ <br>
|
177
|
+
\smile: $\smile$ <br>
|
178
|
+
\smallsmile: $\smallsmile$ <br>
|
179
|
+
\sslash: $\sslash$ <br>
|
180
|
+
\subset: $\subset$ <br>
|
181
|
+
\nsubset: $\nsubset$ <br>
|
182
|
+
\subseteq: $\subseteq$ <br>
|
183
|
+
\nsubseteq: $\nsubseteq$ <br>
|
184
|
+
\subseteqq: $\subseteqq$ <br>
|
185
|
+
\nsubseteqq: $\nsubseteqq$ <br>
|
186
|
+
\subsetneq: $\subsetneq$ <br>
|
187
|
+
\subsetneqq: $\subsetneqq$ <br>
|
188
|
+
\varsubsetneq: $\varsubsetneq$ <br>
|
189
|
+
\varsubsetneqq: $\varsubsetneqq$ <br>
|
190
|
+
\Subset: $\Subset$ <br>
|
191
|
+
\succ: $\succ$ <br>
|
192
|
+
\nsucc: $\nsucc$ <br>
|
193
|
+
\succeq: $\succeq$ <br>
|
194
|
+
\nsucceq: $\nsucceq$ <br>
|
195
|
+
\succapprox: $\succapprox$ <br>
|
196
|
+
\succnapprox: $\succnapprox$ <br>
|
197
|
+
\succcurlyeq: $\succcurlyeq$ <br>
|
198
|
+
\curlyeqsucc: $\curlyeqsucc$ <br>
|
199
|
+
\succsim: $\succsim$ <br>
|
200
|
+
\succnsim: $\succnsim$ <br>
|
201
|
+
\supset: $\supset$ <br>
|
202
|
+
\nsupset: $\nsupset$ <br>
|
203
|
+
\supseteq: $\supseteq$ <br>
|
204
|
+
\nsupseteq: $\nsupseteq$ <br>
|
205
|
+
\supseteqq: $\supseteqq$ <br>
|
206
|
+
\supsetneq: $\supsetneq$ <br>
|
207
|
+
\supsetneqq: $\supsetneqq$ <br>
|
208
|
+
\varsupsetneq: $\varsupsetneq$ <br>
|
209
|
+
\varsupsetneqq: $\varsupsetneqq$ <br>
|
210
|
+
\Supset: $\Supset$ <br>
|
211
|
+
\square ( = \Box): $\square ( = \Box)$ <br>
|
212
|
+
\blacksquare (= \qed): $\blacksquare (= \qed)$ <br>
|
213
|
+
\sqcup: $\sqcup$ <br>
|
214
|
+
\sqcap: $\sqcap$ <br>
|
215
|
+
\sqsubset: $\sqsubset$ <br>
|
216
|
+
\sqsubseteq: $\sqsubseteq$ <br>
|
217
|
+
\sqsupset: $\sqsupset$ <br>
|
218
|
+
\sqsupseteq: $\sqsupseteq$ <br>
|
219
|
+
\star: $\star$ <br>
|
220
|
+
\bigstar: $\bigstar$ <br>
|
221
|
+
\therefore: $\therefore$ <br>
|
222
|
+
\times: $\times$ <br>
|
223
|
+
\top: $\top$ <br>
|
224
|
+
\triangle: $\triangle$ <br>
|
225
|
+
\triangledown: $\triangledown$ <br>
|
226
|
+
\triangleleft: $\triangleleft$ <br>
|
227
|
+
\triangleright: $\triangleright$ <br>
|
228
|
+
\blacktriangle: $\blacktriangle$ <br>
|
229
|
+
\blacktriangledown: $\blacktriangledown$ <br>
|
230
|
+
\bigtriangleup: $\bigtriangleup$ <br>
|
231
|
+
\bigtriangledown: $\bigtriangledown$ <br>
|
232
|
+
\blacktriangleleft: $\blacktriangleleft$ <br>
|
233
|
+
\blacktriangleright: $\blacktriangleright$ <br>
|
234
|
+
\ntriangleleft: $\ntriangleleft$ <br>
|
235
|
+
\ntriangleright: $\ntriangleright$ <br>
|
236
|
+
\ntrianglelefteq: $\ntrianglelefteq$ <br>
|
237
|
+
\ntrianglerighteq: $\ntrianglerighteq$ <br>
|
238
|
+
\trianglelefteq: $\trianglelefteq$ <br>
|
239
|
+
\trianglerighteq: $\trianglerighteq$ <br>
|
240
|
+
\triangleq: $\triangleq$ <br>
|
241
|
+
\vartriangleleft: $\vartriangleleft$ <br>
|
242
|
+
\vartriangleright: $\vartriangleright$ <br>
|
243
|
+
\uplus: $\uplus$ <br>
|
244
|
+
\vee: $\vee$ <br>
|
245
|
+
\veebar: $\veebar$ <br>
|
246
|
+
\wedge: $\wedge$ <br>
|
247
|
+
\barwedge: $\barwedge$ <br>
|
248
|
+
\doublebarwedge: $\doublebarwedge$ <br>
|
249
|
+
\wr: $\wr$ <br>
|
250
|
+
\coloneqq: $\coloneqq$ <br>
|
251
|
+
\Coloneqq: $\Coloneqq$ <br>
|
252
|
+
\coloneq: $\coloneq$ <br>
|
253
|
+
\Coloneq: $\Coloneq$ <br>
|
254
|
+
\eqqcolon: $\eqqcolon$ <br>
|
255
|
+
\Eqqcolon: $\Eqqcolon$ <br>
|
256
|
+
\eqcolon: $\eqcolon$ <br>
|
257
|
+
\Eqcolon: $\Eqcolon$ <br>
|
258
|
+
\colonapprox: $\colonapprox$ <br>
|
259
|
+
\Colonapprox: $\Colonapprox$ <br>
|
260
|
+
\colonsim: $\colonsim$ <br>
|
261
|
+
\Colonsim: $\Colonsim$ <br>
|
262
|
+
\dblcolon: $\dblcolon$
|