Kolaru / Kolaru/MathTeXEngine.jl
Add support for n-th roots, e.g. `\sqrt[3]{2}`?
Open
layout
parser
- Dominant language
- Julia
- Stars
- 106
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
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
...
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.