\over not implemented
Open
- Dominant language
- Haskell
- Stars
- 406
- Forks
- 86
- Avg merge
- 1h 25m
- Merged PRs (30d)
- 1
Description
It would be nice to have support for expressions such as:
```
{{1} \over {2}}
```
Here the `\over` command is used in an infix position between `{1}` and `{2}`.
Sadly a simple `s/\\over/\\frac/g` isn't a workaround due to the infix positioning.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.