答案1
随着circledsteps
软件包的最新版本刚刚在 CTAN 上出现过你可以这样做
\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}
为了运行此代码,你需要更新你的 LaTeX 安装(或从以下位置下载软件包这里)。