We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I wanna covert 10{cm}^{2} to Latex. but When i use _mathController.updateValue(TeXParser('10{cm}^{2}').parse());, UI show like this
_mathController.updateValue(TeXParser('10{cm}^{2}').parse());
Steps to reproduce the behavior: 0. Use '...' 0. Run on '....' 0. See error
A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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...
No branches or pull requests
Bug description
I wanna covert 10{cm}^{2} to Latex. but When i use
_mathController.updateValue(TeXParser('10{cm}^{2}').parse());
, UI show like thisTo 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.
The text was updated successfully, but these errors were encountered: