Kolaru / Kolaru/MathTeXEngine.jl

subscript on large parenthesis not at the bottom

Open
#93 0 comments 0 reactions 0 assignees View on GitHub
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
Screenshot 2022-11-26 at 13 17 23

LaTeXiT application for macOS
Screenshot 2022-11-26 at 13 17 45

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.