This is something that I've been pondering for a little while now. I know that if you have multiple equations you can align them to, per say the equal sign by using the \begin{align} environment.
I'm working with some very long formulas and it looks messy even when I do align them to the equal signs. Is there any way to align them so all the LHS's are aligned and also having the equal signs aligned? It's kind of hard to explain what I want but I hope you get the idea.
I tried doing something like
Code: Select all
\begin{align}
&LHS1 &&= RHS1 \\
&LHS2 &&= RHS2
\end{align}
I don't know if this may just be poor typesetting as well though, since I realize ideally all equations are supposed to be centered, but I have like five equations in a row where some of them take the entire width of the page and others only take half of it. I feel it would look better if they were centered both on the left side and on the equal sign (Although this would mean a large amount of spaces before the equal signs, feel free to contribute input on whether or not you think this would look better or worse).