\CodeBefore 在 pNiceMatrix 环境中无法识别

\CodeBefore 在 pNiceMatrix 环境中无法识别

当我尝试以下 M(n)WE(几乎逐字逐句地从nicematrix手册中复制)时:

\documentclass{article}
\usepackage[table]{xcolor}
\usepackage{nicematrix}

\begin{document}
\[
    \begin{pNiceMatrix}
        \CodeBefore
        \chessboardcolors{red!15}{blue!15}
        \Body
        1 & -1 & 1 \\
        -1 & 1 & -1 \\
        1 & -1 & 1
    \end{pNiceMatrix}
\]
\end{document}

我收到以下错误:

! Undefined control sequence.
l.8                     \CodeBefore

知道为什么会发生这种情况吗?我忘记了什么包裹吗?

答案1

根据 pascal974 的建议,我将nicematrix软件包升级到了最新版本(在此过程中,我必须从 过渡texlive 2019texlive 2022)。现在它可以正常工作了。

相关内容