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

Normalize tex strings in math editor: more curly brackets #197

Open
charlesroddie opened this issue Jun 11, 2021 · 0 comments
Open

Normalize tex strings in math editor: more curly brackets #197

charlesroddie opened this issue Jun 11, 2021 · 0 comments
Labels
Good first issue Status/1. Ready This issue has been confirmed and is ready to be worked on. Type/Enhancement

Comments

@charlesroddie
Copy link
Collaborator

x^{2} instead of x^2, \log_{2}(x) instead of \log_2(x).
Makes output more consistent and easier to parse with no special cases for single characters. E.g. x^{12} must be written like that.
Also consistent with MathQuill.

@charlesroddie charlesroddie added Type/Enhancement Status/0. New This issue is new and is awaiting confirmation from the maintainers. labels Jun 11, 2021
@Happypig375 Happypig375 added Status/1. Ready This issue has been confirmed and is ready to be worked on. Good first issue and removed Status/0. New This issue is new and is awaiting confirmation from the maintainers. labels Jun 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good first issue Status/1. Ready This issue has been confirmed and is ready to be worked on. Type/Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants