djade007 / latext

A flutter package to efficiently display scientific LaTeX equations using the flutter_math library, without relying on WebView or JavaScript.
European Union Public License 1.2
28 stars 12 forks source link

vertical space between equation and the text after it #17

Open greatsam4sure opened 6 months ago

greatsam4sure commented 6 months ago

Thanks for this package. It is charming. How do I reduce the vertical space between the equation and the test afterwards?

sample

All this emphasis on logic modeling is intended to ensure that we identify, map, and plan our goals as a means of achieving maximum results. When we continuously think about inputs, outputs, and outcomes, $ \begin{aligned} 15H_2S(g) + 12K_2Cr_2O_7(aq) + 28H_2SO_4(aq) \to 25K_2SO_4(aq) + 45Cr_2(SO_4)_3(aq) +14H_2O(l) +8S(s) \end{aligned} $ we are motivated and encouraged to sharpen our thought processes and actions in ways that are structured, disciplined, and relatively easy to follow and track

Result

latexSpace

Problem

I want to remove the space between the equation and the text after the equation