为什么我收到此消息
在第 26 行检测到 \hbox 过满(宽了 8.62pt)
以下情况如何?
\documentclass{article}
\usepackage{siunitx,ragged2e,booktabs,lipsum}
\sisetup{
load-configurations = abbreviations,
inter-unit-product = \ensuremath{{\hspace{-0.5ex}}\cdot{\hspace{-0.5ex}}},
sticky-per,
per-mode = symbol,
bracket-unit-denominator,
forbid-literal-units,
}
\DeclareSIUnit{\radpers}{\radian\s\tothe{-1}}
\begin{document}
\tabcolsep0pt
\begin{tabular}{
>{\RaggedRight}m{0.4\linewidth}
>{\RaggedRight}m{0.1\linewidth}
S[
table-number-alignment=right,
]<{\hspace{2ex}}
s[
inter-unit-product = \ensuremath{{\hspace{-0.5ex}}\cdot{\hspace{-0.5ex}}},
table-unit-alignment = left,
]
}
\toprule
text & text & 5 & \N\m\per\radpers\\
\bottomrule
\end{tabular}
\end{document}