Kolaru / Kolaru/MathTeXEngine.jl
subscript on large parenthesis not at the bottom
Open
- Dominant language
- Julia
- Stars
- 106
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
If you have a fraction surrounded by parentheses, sometimes you want to put a subscript on the right parenthesis. In MathTexEngine, the subscript appears vertically centered instead of at the bottom.
I'm trying this in Makie.jl:
```
using GLMakie
f = Figure()
display(f)
Label(f[1, 1], L"\left( \frac{dy}{dx} \right)_0")
```
MathTexEngine in GLMakie

LaTeXiT application for macOS
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.