Possible Duplicate:
Highlight elements in the matrix
i have a matrix:
\begin{equation}
\begin{bmatrix}
1 & 5 & 4 & 2 & 1 \\
1 & 5 & 4 & 2 & 1 \\
1 & 5 & 4 & 2 & 1 \\
\end{bmatrix}
\label{e:crop1}
\end{equation}
and i would like to draw a box around a few of the values to highlight a selection & label it, how would i go about this?
I've looked at nodes but havent got a clue. thanks
\fbox{4}instead of just4. – yo' Dec 20 '12 at 14:59