kostub / iosMath

Beautiful math equation rendering on iOS and MacOS
MIT License
1.36k stars 234 forks source link

MTMathUILabel text cut #144

Open kenny-numerade opened 4 years ago

kenny-numerade commented 4 years ago

Has anyone been able to figure out why the latex of an MTMathUILabel object cuts off the screen if it is a really long math expression? It doesn't seem to dynamically adjust to the width of the screen.

hahtml commented 4 years ago

I dont think a LaTeX equation can be wrapped or adjusted easily. I prefer to embed a long LaTeX into a scrollview if needed.