我发现单元格的宽度不包括单元格边框。如何检索表格中默认单元格边框的宽度?它是一个常量还是定义为变量?我用肉眼实验得出的结果是 0.025cm (~0.7 pt)。
答案1
\documentclass{article}
\begin{document}
\the\arrayrulewidth
\the\tabcolsep
\end{document}
输出:0.4pt 和 6pt
我发现单元格的宽度不包括单元格边框。如何检索表格中默认单元格边框的宽度?它是一个常量还是定义为变量?我用肉眼实验得出的结果是 0.025cm (~0.7 pt)。
\documentclass{article}
\begin{document}
\the\arrayrulewidth
\the\tabcolsep
\end{document}
输出:0.4pt 和 6pt