Line breaks not supported
Lu-TheCoder opened this issue · 4 comments
Lu-TheCoder commented
Greetings
I'm working on a math app and SwiftMath has been very useful in my project and I Love it..
However, whenever I stumble upon an edge case where I'm dealing with long equations that simply can't fit into one line,
I can't seem to find a solution to create either manual line breaks or automatic line breaks within Latex in case of the text being longer than the screens width.
Will there ever be support for this feature in future?
mgriebling commented
Lu-TheCoder commented
Lu-TheCoder commented
mgriebling commented
Math mode is always on. There's nothing to enable.
When in quotes, backslashes \
must be escaped so the "\\
" should be "\\\\
".
That's why all the commands appear to have double backslashes (in reality they're all being "escaped").