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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis