-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething isn't workingSomething isn't workingmathRelated to math category, with its syntax, layout, etc.Related to math category, with its syntax, layout, etc.
Description
Description
I have been writing my typst code poorly by exploiting the root function for square roots as $root(,2)$ which is not semantically correct but i think having a good default will be beneficial.
writing
code for all three
$
"with root function ->"
3 root(,2)\ \ \
"with sqrt function ->"
3 sqrt(2)\ \ \
"with root function but space"\ "char inserted before ->"
3 " " root(,2)\
$compiler version: 8dce676dcd691f75696719e0480cd619829846a9
Reproduction URL
No response
Operating system
Web app
Typst version
- I am using the latest version of Typst
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingmathRelated to math category, with its syntax, layout, etc.Related to math category, with its syntax, layout, etc.
