LaTeX公式列对齐
LaTeX公式列对齐是用 alignedat 实现。
\begin{equation} \label{eq_a}
a =
\left\{
\begin{alignedat}{2}
& b, &\qquad e \\
& c, &\qquad f \\
& d, &\qquad g \\
\end{alignedat}
\right.
\end{equation}
LaTeX公式列对齐是用 alignedat 实现。
\begin{equation} \label{eq_a}
a =
\left\{
\begin{alignedat}{2}
& b, &\qquad e \\
& c, &\qquad f \\
& d, &\qquad g \\
\end{alignedat}
\right.
\end{equation}