Latex表格问题及解决方案汇总【持续更新】

这篇博客总结了使用 LaTeX 编写论文时如何解决表格过宽的问题,介绍了通过 esizebox 命令自适应调整表格宽度的方法,并分享了两个在线 LaTeX 表格生成网址。此外,还提供了一个美观的表格模板,包括使用 booktabs 包来增强表格视觉效果的示例。
摘要由CSDN通过智能技术生成

参考资料

  1. Latex解决表格过宽问题,自适应调整宽度

本篇博客为自己在用latex写论文碰到的表格相关问题汇总,旨在于便于翻阅查找。

1. Latex解决表格过宽问题,自适应调整宽度

\resizebox{\linewidth}{!}{  #此处!表示根据根据宽高比进行自适应缩放
\begin{tabular}...
....
....
\end{tabular}
} # 注意加的位置在\begin{tabular}和\end{tabular}前后

2. Latex在线表格生成网址

3. 一个看起来比较舒服的表格模板

\usepackage{booktabs} %引用package
\begin{table}[h]
    \newcommand{\tabincell}[2]{\begin{tabular}{@{}#1@{}}#2\end{tabular}}
    \centering
    \caption{ mission expend time steps}
    \resizebox{\linewidth}{!}{
    \begin{tabular}{cccc}
    \toprule
         & \tabincell{c}{\textbf{Policy with}\\ \textbf{ shields}} & \tabincell{c}{\textbf{Policy without} \\\textbf{ shields}} &  \tabincell{c}{\textbf{policy with dynamic} \\\textbf{ obstacle avoidance} } \\
    \midrule
    \midrule
     \tabincell{c}{\textbf{No time delay} \\\textbf{and} \\\textbf{no disturbance}} & $95.93\%$ &  &  \\
     \midrule
     
     \tabincell{c}{\textbf{Only} \\\textbf{time delay}}    &  $91.06\%$&  &  \\
     
      \midrule
      
     \tabincell{c}{\textbf{Only} \\\textbf{disturbance}}    &  &  &  \\
     
     \midrule
     \tabincell{c}{\textbf{time delay} \\\textbf{and} \\\textbf{disturbance}}    & $90.24\%$ &  &  \\
    \bottomrule
    \end{tabular}}
    \label{tab:safety_test4}
\end{table}

效果如下:
在这里插入图片描述

其中 \toprule是画最上面那条线,中间的横线用的是\midrule,最底下的横线用\bottomrule

如果表格线要改粗细,调pt前面的值即可,如调整上面那根线的粗细:

\toprule[1pt]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

CHH3213

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值