I am trying to obtain a column vector with left aligned elements.
Code: Select all
\left\{\begin{array}{l}
x_{abc}\\
y_d
\end{array}\right\}
\begin{Bmatrix}
x_{abc}\\
y_d
\end{Bmatrix}
- get rid of the white space in the
{array}
solution or - left align the
Bmatrix
solution.
Thanks!