遇到表格内容太长,需要换行。 宏包: \usepackage{makecell} 使用方法 \begin{center} \tabcaption{表格} \label{tab:2} \renewcommand\tabcolsep{7pt}%调整表格长度 \begin{tabular} {cccccccccc}\toprule 参数&参数&\makecell{最大\\数值} \\ $a$&$b$&$c$\\\midrule 1&1&2\\ \bottomrule \end{tabular}\end{center}