参考内容:How can I center a too wide table?
使用 adjustbox 环境bai,代码:
% 导言区du
\usepackage{adjustbox}
%%%
% 正文
\begin{adjustbox}{center}
% 你的表格(zhitabular 或类似环境,不要dao包括 table 环境)
\end{adjustbox}
\begin{adjustbox}{tabular=lll,center}
a & b & c \\
a & b & c \\
a & b & c \\
\end{adjustbox}

4062

被折叠的 条评论
为什么被折叠?



