调整 LaTeX 表格标题和内容间距
调整 LaTeX 表格标题和内容间距在 LaTeX 中,您可以使用 //abovecaptionskip 命令来调整表格标题和表格内容之间的间距。**步骤:**1. 在 //caption 命令之前添加以下代码:latex//setlength{//abovecaptionskip}{10pt}2. 根据需要调整 10pt 的值来改变间距大小。**示例:**latex//begin{table}[H]//renewcommand//arraystretch{1.25}//centering % Label your table accordingly//setlength{//abovecaptionskip}{10pt}//caption{//label{tab3} Testing the robustness of MIMO: the frequency (standard deviation) of violating the original ranking results of the model in the new sample (the lower the better)}//begin{tabular}{ccccc}//toprule[0.35mm]//textbf{Models} & //textbf{BTCV(//%)} & //textbf{AMOS 2022(//%)} //////midrule[0.15mm]U-Net & 12.85($//pm$3.99) & 2.8($//pm$1.67)////V-Net & 18.2($//pm$2.61) & 10.45($//pm$2.31) ////nnU-Net & 17.3($//pm$3.57) & 9.85($//pm$2.72) ////Attention u-net & 19.7($//pm$5.03) & 8.7($//pm$2.75) ////Transunet & 17.85($//pm$2.81) & 11.2($//pm$3.17) ////Swin-unet & 13.75($//pm$2.92) & 8.05($//pm$2.5) ////Unetr & 18.6($//pm$3.62) & 9.2($//pm$2.01) ////Swin unetr & 17.55($//pm$4.88) & 8.55($//pm$3.05) //////bottomrule[0.35mm]//end{tabular}//end{tabl
原文地址: https://www.cveoy.top/t/topic/fAEy 著作权归作者所有。请勿转载和采集!