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

fromLaTeX() gives incorrect tree when multiply by 1 occurs #12

Open
Manthan224 opened this issue Apr 3, 2018 · 1 comment
Open

fromLaTeX() gives incorrect tree when multiply by 1 occurs #12

Manthan224 opened this issue Apr 3, 2018 · 1 comment

Comments

@Manthan224
Copy link

fromLaTex("1 \cdot 2") returns 2

There is also a small problem with \cdot tag.
fromLaTex("3\cdot2") returns 3 (need to add blank spaces around \cdot to parse correctly)

@dqnykamp
Copy link
Member

Testing this with the version 2.0.0 builds, and I get 12 with fromLatex("1 \cdot 2"). I also get 32 with fromLatex("3\cdot2"). It appears this has been fixed.

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

2 participants