如何抑制加载 cellspace 包时出现的警告“命令 \@endpbox 已更改。”?

如何抑制加载 cellspace 包时出现的警告“命令 \@endpbox 已更改。”?

这是我的 MWE(LuaLaTeX):

\documentclass[%
% draft,
twoside,
DIV=15, % division factor
BCOR=12.5mm, % binding correction
]{scrbook} % 11pt, a4paper (default)
\usepackage[
automark,
% footheight=18pt
]{scrlayer-scrpage} % KOMA-script package for headers, footers, pagestyles
\usepackage{setspace}\setdisplayskipstretch{} % For spacing
\usepackage[english]{babel}
\usepackage[babel]{microtype} % Microtypography
\usepackage{lipsum, blindtext} % For lorem ipsum dummy texts
\usepackage{mathtools, amsthm, amssymb} % Math packages
\usepackage{physics} % Physics package
\usepackage[warnings-off={mathtools-colon,mathtools-overbracket}]{unicode-math} % Math fonts
\usepackage{array} % For arrays
\usepackage[math]{cellspace} % For array spacing
\usepackage{nicematrix} % For tabulars, arrays, and matrices

\begin{document}
\onehalfspacing
\KOMAoptions{DIV=current}
\lipsum[1-7][1-94]
\end{document}

平均能量损失

编译后,我收到此警告:

Command \@endpbox has changed.
Check if current package is valid.

或者

警告

如何删除/抑制加载时出现的警告cellspace包裹?谢谢。

相关内容