You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It renders the formula as one line instead of the multiple lines I wanted.
I have search on the Internet, somebody solve this problem by change \\ to \\\\ . I tried this approach and it worked, but I don't think it was handled elegantly enough.
Is there another way to handle this more elegantly? Can anyone help me with this? 🆘
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I use a lot of Latex formulas in my blog. I found that Multi-line Latex formulas did not work.
I write a LaTeX code like this:
It should work like this✅:

But the actual display looks like this❌:
It renders the formula as one line instead of the multiple lines I wanted.
I have search on the Internet, somebody solve this problem by change
\\
to\\\\
. I tried this approach and it worked, but I don't think it was handled elegantly enough.Is there another way to handle this more elegantly? Can anyone help me with this? 🆘
Beta Was this translation helpful? Give feedback.
All reactions