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

Parse mathematical constants "e" and "pi" #65

Open
AziAdFH opened this issue Aug 20, 2020 · 1 comment
Open

Parse mathematical constants "e" and "pi" #65

AziAdFH opened this issue Aug 20, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@AziAdFH
Copy link

AziAdFH commented Aug 20, 2020

When LaTeX expression contains mathematical constants "e" and "pi", it's impossible to run in Maxima: for example \lim_{x\to\pi}(e^x) converts to limit(((e^x)),x,(pi))
Perhaps it should be converted to limit(((%e^x)),x,(%pi)) (with %) or is this how it should be?

@AziAdFH AziAdFH added the enhancement New feature or request label Aug 20, 2020
@andstor
Copy link
Member

andstor commented Aug 20, 2020

Hi!

Yes, you are absolutely correct! There is already an issue for this, see #27. This is absolutely something that should be implemented. However, I don't have time for it right now. Maybe you would be interested in trying to implement this @AziAdFH ?

Anyway, there is apparently a quick-fix that can be done on the Maxima side... See discussion in #26.

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

No branches or pull requests

2 participants