3 Jan 16:55
Re: Right bracket on matrix
Alain Matthes <alain.matthes <at> mac.com>
2009-01-03 15:55:02 GMT
2009-01-03 15:55:02 GMT
Le 3 janv. 09 à 16:26, Gad Abraham a écrit :
> Hi,
>
> I'm trying to add a right bracket to a matrix but it doesn't work:
>
Hi,
\documentclass{minimal}
\usepackage{tikz}
\usetikzlibrary{matrix}
\begin{document}
\begin{tikzpicture}
\matrix [matrix of math nodes,right delimiter=\rbrack,left delimiter=
\lbrack ]
{
a_8 & a_1 & a_6 \\
a_3 & a_5 & a_7 \\
a_4 & a_9 & a_2 \\
};
\end{tikzpicture}
\end{document}
Best Regards
Alain
------------------------------------------------------------------------------
RSS Feed