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

Add support for n-th roots, e.g. \sqrt[3]{2}? #34

Open
fingolfin opened this issue Sep 17, 2021 · 1 comment
Open

Add support for n-th roots, e.g. \sqrt[3]{2}? #34

fingolfin opened this issue Sep 17, 2021 · 1 comment
Labels
layout The positioning of glyphs needs improvement parser The parser needs to be fixed

Comments

@fingolfin
Copy link
Contributor

This doesn't seem to be supported right now?

julia> texparse(raw"\sqrt[3]{2}")
ERROR: TeXParseError: end of string reached with unfinished argument_gatherer
at position 10 (string index 10)
\sqrt[3]{2}
         ^
Stack before
...
@Kolaru
Copy link
Owner

Kolaru commented Sep 21, 2021

It is indeed not supported.

It is on my list, but since it requires the support for optional argument in commands, I will need to add some rules to the parser and it is always a bit tricky.

@Kolaru Kolaru added parser The parser needs to be fixed layout The positioning of glyphs needs improvement labels Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
layout The positioning of glyphs needs improvement parser The parser needs to be fixed
Projects
None yet
Development

No branches or pull requests

2 participants