编译 tabular* 环境时出现错误。
我收到的错误是:
Underfull \hbox (badness 10000) in alignment at lines 3--5
[]
Overfull \hbox (17.62482pt too wide) in paragraph at lines 3--6
[][]
我能够将其隔离到以下 MWE:
\documentclass[12pt,a4paper]{article}
\begin{document}
\begin{tabular*}{\textwidth}{l}
2\\
\end{tabular*}
\end{document}
有人可以帮忙吗?
答案1
您已指定拉伸表格,但没有提供任何拉伸方法,您需要拉伸表格,\extracolsep{\fill}
但是由于只有一列,因此实际上没有任何有用的地方可以拉伸。