通过更新命令设置表格的最大宽度

通过更新命令设置表格的最大宽度

我目前正在使用如下所示的模板:

% -------------------------------------------------------
% Things for styling tables
% -------------------------------------------------------
\usepackage{multirow,longtable,booktabs,tabu}
\usepackage[figuresleft]{rotating}
% Booktabs styling
\setlength\heavyrulewidth{1.5pt}% Thick top and bottom lines
\setlength{\defaultaddspace}{0.65ex}% Adjusted line spacing
\let\originaltoprule\toprule
\renewcommand*{\arraystretch}{1.5}
\usepackage{tabu}

所以我的问题是,通过这种设置生成的表格最终非常接近页面的右边距。

有没有办法将表格配置为匹配页面宽度,或者在上面的设置中指定硬限制?

为了产生输出,我使用和markdown作为输入和输出 PDF 。Pandocxetex

相关内容