Asked
Active
Viewed 231 times
0
-
Related: https://tex.stackexchange.com/a/40333/134144 – leandriis Jan 10 '20 at 11:40
1 Answers
6
With the latest version of the circledsteps package which appeared on CTAN just now you can do
\documentclass{article}
\usepackage{amsmath}
\usepackage{xcolor}
\usepackage{circledsteps}
\begin{document}
\[\begin{bmatrix}
\textcolor{magenta}{1} & 2 & -1 & 1 \\
\Circled[outer color=cyan]{3} & 2 & -1 & 1 \\
\Circled[outer color=cyan]{-2} & 2 & -1 & 1 \\
\end{bmatrix}\]
\end{document}
In order to run this code you need to update your LaTeX installation (or download the package from here).
-
Thanks for sharing about the package
circledsteps,sty, its one of a new update for me... – MadyYuvi Jan 10 '20 at 12:56 -

