znjameswu / flutter_math

Math rendering and editing in pure Flutter.
https://znjameswu.github.io/flutter_math_demo/
Apache License 2.0
123 stars 52 forks source link

Wrapping text #47

Open hfactorcode opened 3 years ago

hfactorcode commented 3 years ago

I have a latex code something like this

\text{Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy te}

\begin{array}{l} \text { Let } f(x, y)=x^{y}+y^{x} \ \text { Then, } \frac{\partial f}{\partial x}=y x^{y-1}+y^{x} \log {e} y ; \text { Similarly }, \frac{\partial f}{\partial y}=x^{y} \log {e} x+x y^{x-1} \ \therefore \quad \frac{d y}{d x}=-\frac{\partial f / \partial x}{\partial f / \partial y}=-\frac{y^{x} \log {e} y+y^{y-1}}{x^{y} \log {e} x+x y^{x-1}} \end{array}

Is there a way to break the text