总是提示:Package tabularray: Table width is too small, need 5.58028pt more!
表格宽度太小,怎么加大表格宽度
\documentclass{standalone}
\usepackage{tabularray}
\usepackage{ctex}
\usepackage{graphicx}
\begin{document}
\begin{tblr}{
hlines,
vlines,
colspec={Q[c,5cm]Q[c,3cm]Q[c,3cm]},
}
表示&图示 &符号\\
法1: &c &\(\angle AOB\)\\
\end{tblr}
\end{document}
不知道为什么,
@u124578 也许你可以试试
\documentclass[border=3pt]{standalone}?@u70550 还是一样的报错
@u124578 maybe related: https://tex.stackexchange.com/a/673122/322482 and also here https://tex.stackexchange.com/questions/660570/tabularray-warning-table-width-is-too-small?rq=1