当前位置:   article > 正文

Latex设置表格大小_latex表格宽度

latex表格宽度

一:设置表格整体大小:

 \resizebox{width}{height}命令来控制表格的整体高度和宽度

\resizebox{0.45\textwidth}{!}{表格内容}将表格缩小到页面宽度的45%,高度自适应。

  1. \begin{table}[h]
  2. \centering
  3. \resizebox{0.45\textwidth}{1.0in}{\begin{tabular}{|c|c|c|}
  4. \hline
  5. \diagbox{llf\\smz}{lxq\\xcn}& yqq & grd\\ %添加斜线表头
  6. \hline
  7. aa & 1.1 & 1.2 \\
  8. \hline
  9. bb & 1.3 & 1.8 \\
  10. \hline
  11. \end{tabular}}
  12. \caption{hsss}
  13. \end{table}

 二:设置表格每个单元格宽高

\renewcommand{\arraystretch}{1.2} :将单元格高拉伸到1.2倍。

\begin{tabular}{<column spec>}命令中的<column spec>参数可以控制单元格的宽度:

  1. \begin{table}
  2. \centering
  3. \begin{tabular}{|p{2cm}|p{3cm}|p{4cm}|}
  4. \hline
  5. A & B & C \\
  6. \hline
  7. 1 & 2 & 3 \\
  8. \hline
  9. 4 & 5 & 6 \\
  10. \hline
  11. \end{tabular}
  12. \caption{Example table.}
  13. \end{table}

参考资料:

LaTeX如何控制表格整体高度和宽度_latex缩小表格_UCAS_V的博客-CSDN博客

LaTeX 控制表格的每行高度和单元格宽度_latex表格高度_UCAS_V的博客-CSDN博客

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/106707
推荐阅读
相关标签
  

闽ICP备14008679号