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

How can i convert 10{cm}^{2} with TeXParser??? #63

Open
flexboni opened this issue Jan 23, 2024 · 2 comments
Open

How can i convert 10{cm}^{2} with TeXParser??? #63

flexboni opened this issue Jan 23, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@flexboni
Copy link

Bug description

I wanna covert 10{cm}^{2} to Latex. but When i use _mathController.updateValue(TeXParser('10{cm}^{2}').parse());, UI show like this

IMG_0004

To Reproduce

Steps to reproduce the behavior:
0. Use '...'
0. Run on '....'
0. See error

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

@flexboni flexboni added the bug Something isn't working label Jan 23, 2024
Copy link
Contributor

Hi 👋🏽 Thank you for opening your first issue with simpleclub/math_keyboard ❤

You can expect triage from us soon 🙂
In the meantime, you can try to search for similar issues in our issue database.

@flexboni
Copy link
Author

Latex: x^{2}+y
TeXParser onChange: (({x}^{2})+{y})
Keyboard input onChange: {x}^{2}+{y}

I test one data.
But diffrent outputs.
TeXParser output is wired...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant