使用答案时,nicematrix
我已看到破折号超出矩阵:您可以看到第一个例子。如果我将破折号\,
前后放在矩阵中(第二个例子)。\right[
\left[
原因是什么?手册中是否有我没读过的解决方案?
\documentclass[a4paper,12pt]{article}
\usepackage{amssymb}
\usepackage{nicematrix}
\usepackage{arydshln}
\begin{document}
\textit{First example}:
\[\left[\begin{NiceArray}{c:c:c}
A & B & C \\
\hdashline
D & E & F \\
\hdashline
G & H & O
\end{NiceArray}\right]
\]
\textit{Second example}:
\[\left[\,\begin{NiceArray}{c:c:c}
A & B & C \\
\hdashline
D & E & F \\
\hdashline
G & H & O
\end{NiceArray}\,\right]
\]
\end{document}
附录:重要的软件包作者指南中的评论F·潘蒂尼2020 年 7 月 15 日:在此版本 5.0 中nicematrix
,必须在环境的前言部分使用字母l
、c
和 r ,而不再使用字母L
、 C 和R
。为了与以前的版本兼容,存在一个选项 define- L-C-R
,必须在加载时使用nicematrix
。