I'm posting here because I couldn't find a solution to my problem on the internet. Actually, I'm working on a project and I want to make a beautiful report. But When I use the \begin{equation} module, the block is centered and every pair of braces are unaligned:
\begin{equation}
\left\{\begin{aligned}
T_{Y} &= aaaaaaa\\
MF_{z}&= bbbbbbbbbbbbbbbbb
\end{aligned}\right.
\end{equation}
\begin{equation}
\left\{\begin{aligned}
T_{Y} &= aaaaaaaaaaaaaaaaaaaaaaaaaaaa\\
MF_{z}&= bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb\\
\end{aligned}\right.
\end{equation}
\begin{equation}
\left\{\begin{aligned}
T_{Y} &= aaaaaaaaaaaaaa\\
MF_{z}&= bbbbbbbbbbbbbbbbb\\
\end{aligned}\right.
\end{equation}
I have tried eqnarray module but the equation are closer, smaller and it is not as good as equation module. Maybe it would be much better if braces are left flushed? Can someone help me?
Thank you very much :).


fleqnoption for several documentclasses that places displayed equations flush left + a margin specified by\mathindent. Otherwise have a look at the math alignment blocks from theamsmathpackage. – Andrew Swann Mar 13 '17 at 08:45