Kolaru / Kolaru/MathTeXEngine.jl
Height of exponents doesn't change with () vs. \left( \right)
Open
enhancement
- Dominant language
- Julia
- Stars
- 106
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
```julia
using CairoMakie
fig = Figure(
resolution = (1920, 1080),
fontsize = 50,
figure_padding = (50, 50, 50, 50));
ax1 = Axis(fig[1, 1], title = L"(\frac{A^{xy}}{B})^{1/4}")
ax2 = Axis(fig[1, 2], title = L"\left(\frac{A^{xy}}{B}\right)^{1/4}")
save("exponents.png", fig)
```

Compare to the same formula in Overleaf:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.