Code: Select all
\begin{align}
& a &&= x \\
& b + c &&= x + y
\end{align}
The following code looks nicer once compiled, but the left members aren't aligned :
Code: Select all
\begin{align}
a &= x \\
b + c &= x + y
Code: Select all
\begin{align}
& a &&= x \\
& b + c &&= x + y
\end{align}
Code: Select all
\begin{align}
a &= x \\
b + c &= x + y
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\begin{alignat}{2}
...
Code: Select all
\begin{alignat}{2}
& T_{j\,=\,2}^{m\,=\,0} &&= blablabla, \\ \nonumber \\
& T_{j\,=\,2}^{m\,=\,\pm 1} &&= blablabla, \\ \nonumber \\
& T_{j\,=\,2}^{m\,=\,\pm 2} &&= blablabla,
\end{alignat}
NEW: TikZ book now 40% off at Amazon.com for a short time.