Kolaru / Kolaru/MathTeXEngine.jl

Height of exponents doesn't change with () vs. \left( \right)

Open
#105 1 comment 0 reactions 0 assignees View on GitHub
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)
```
![exponents](https://github.com/Kolaru/MathTeXEngine.jl/assets/58102495/230ebb07-82dc-4aac-9620-80a7e6cabeb3)

Compare to the same formula in Overleaf:

good

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.