Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: More Integral Symbols #772

Open
CoryGH opened this issue Aug 24, 2017 · 3 comments
Open

Feature Request: More Integral Symbols #772

CoryGH opened this issue Aug 24, 2017 · 3 comments

Comments

@CoryGH
Copy link

CoryGH commented Aug 24, 2017

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:

  • \iint

  • \iiint

  • \varointclockwise

  • \ointctrclockwise

  • \oiint

  • \oiiint

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

  • \intclockwise

  • \intctrclockwise

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
Copy link
Author

CoryGH commented Aug 24, 2017

I created a pull request encompassing this change.

@pansitwattana
Copy link

Nice, waiting this to be merged

@ivangarcia2
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants