这个问题在一定程度上是对如何正确缩放禁忌(非表格)?。
一般来说,我一直使用adjustbox
将宽表缩放到\textwidth
如下状态:
\begin{adjustbox}{max width=\textwidth}
\begin{tabular}{cc}
\toprule
\\
some very long text in the first column
&
some very long text in the second column
\\
\bottomrule
\end{tabular}
\end{adjustbox}
制作美观且适合页面的表格的“正确”方法是什么?我应该使用tabular
、tabular*
还是tabu
?我应该像上面一样使用scalebox
或adjustbox
,还是与其他方法结合使用?