mathquill / mathquill

Easily type math in your webapp
http://mathquill.com
Mozilla Public License 2.0
2.64k stars 700 forks source link

Feature Request: More Integral Symbols #772

Open CoryGH opened 7 years ago

CoryGH commented 7 years ago

Is it possible to include the other latex symbols for integrals which don't currently exist (and possibly add two not in the latex spec?) The requested additions can be seen here and would comprise:

Plus two not defined in the latex spec but fitting the nomenclature:

Suggested addition:

LatexCmds.iint = bind(VanillaSymbol, '\\iint ', '∬');
LatexCmds.iiint = bind(VanillaSymbol, '\\iiint ', '∭');
LatexCmds.intclockwise = bind(VanillaSymbol, '\\intclockwise ', '∱');
LatexCmds.intctrclockwise = bind(VanillaSymbol, '\\intctrclockwise ', '⨑');
LatexCmds.varointclockwise = bind(VanillaSymbol, '\\varointclockwise ', '∲');
LatexCmds.ointctrclockwise = bind(VanillaSymbol, '\\ointctrclockwise ', '∳');
LatexCmds.oiint = bind(VanillaSymbol, '\\oiint ', '∯');
LatexCmds.oiiint = bind(VanillaSymbol, '\\oiiint ', '∰');
CoryGH commented 7 years ago

I created a pull request encompassing this change.

pansitwattana commented 7 years ago

Nice, waiting this to be merged

ivangarcia2 commented 4 years ago

What happened with this pull request? Why is not merged?