Possible Duplicate:
What's the best way make an “augmented” coefficient matrix?
I am trying to make a vertical line in a matrix in LaTeXiT. I have read that it should be possible using the following:
\begin{bmatrix}{cccc|c}
1 & 0 & 3 & -1 & 0 \\
0 & 1 & 1 & -1 & 0 \\
0 & 0 & 0 & 0 & 0 \\
\end{bmatrix}
But when doing so, this is my output:


@{}at the sides:@{}cccc|c@{}, so as to give a similar result tobmatrix. – egreg Nov 03 '11 at 09:33bmatrix. – SimonBS Nov 03 '11 at 09:43@{}works? I see that it has the effect of reducing the whitespace between the[and]and the matrix contents. – user001 Mar 13 '12 at 17:30@{...}you tell LaTeX to put...in place of the default intercolumn space, which is applied also at the start and end of the tabular. – egreg Mar 13 '12 at 17:37