Skip to content

Tag Archives: split

How to Split Equations in LaTeX

This happens to me all the time: I have a really long equation and need to split it over several lines. My crappy solution to this problem so far has been to use eqnarray. It’s clumsy and the alignment doesn’t work out properly.
So here’s the solution! Use the ams packages, and the [...]