Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subscript on large parenthesis not at the bottom #93

Open
garrekstemo opened this issue Nov 26, 2022 · 0 comments
Open

subscript on large parenthesis not at the bottom #93

garrekstemo opened this issue Nov 26, 2022 · 0 comments

Comments

@garrekstemo
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant