mirror of
https://github.com/colinc86/LaTeXSwiftUI.git
synced 2026-04-03 00:09:29 -06:00
Uneven Padding/Insets for Sum, Integral, etc. #35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @swiftly-viper on 6/23/2024
Hello!
This is an awesome package that has been really helpful in my recent projects.
However, I noticed that for certain latex equations, namely those utilizing "\int" or "\sum", for example, a coloured background reveals inconsistent insets or vertical padding. This isn't a functionality issue, the package works great, it's more of a UI issue. I was wondering if there was a possible solution you could recommend. It is particularly noticeable when both text and display math are combined.
Thank you for the awesome package and your time.