该包nicematrix
及其环境{NiceTabular}
试图解决该包的问题colortbl
。
这是 的输出{NiceTabular}
。
\documentclass{article}
\usepackage{xcolor}
\usepackage{nicematrix}
\begin{document}
\begin{NiceTabular}{|c|c|c@{}|}[colortbl-like]
\Hline
\rowcolor{gray!30}
text & text & text\\
\Hline
\end{NiceTabular}
\end{document}
您需要多次编译。