In an
{array}
environment there is a separating space between columns that is determined by the length
\arraycolsep
(default value
5pt
). This applies also to the position before the first column and after the last one (which is the same here). You can get rid of it by adding
@{}
at the corresponding positions in the
{array}
preamble to remove that gap.
Code: Select all
\left\{
\begin{array}{@{}l@{}}
x_{abc}\\
y_d
\end{array}
\right\}
For a solution with the
matrix
environment from
amsmath see the blog entry »
Matrices with alignment« by our administrator.
Best regards and
welcome to the board
Thorsten