Alain Matthes | 3 Jan 16:55
Picon
Gravatar

Re: Right bracket on matrix


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
------------------------------------------------------------------------------

Gmane