当前位置:   article > 正文

latex表格示例(背景颜色、行距、线粗细、标题、表格长度)_latex表格横线宽度

latex表格横线宽度

导入库

\usepackage{colortbl}

代码

  1. \begin{table}[H]
  2. \begin{center}%表格居中
  3. \tabcolsep=1.5cm%表格横向长度
  4. \renewcommand\arraystretch{1.5}%设置表格行间距
  5. \begin{tabular}{cc}
  6. \toprule[2pt]%设置线的宽度
  7. %\specialrule{0em}{3pt}{8pt}%添加一条线,第一个0表示透明
  8. \rowcolor{CornflowerBlue}%设置表格某行的背景色
  9. {\bf Symbol} & {\bf Description} \\%可以后加[0.2cm]的行宽
  10. \midrule[1pt]
  11. $Is$ & Importance %& \quad$\backslash$
  12. \\
  13. $Pc/Nc$ &Positive/negative correlation %& \quad$\backslash$
  14. \\
  15. $Rs$ &Relevance %&\quad$\backslash$
  16. \\
  17. $Dn$ &Number of dissimilar edges %& \quad$\backslash$
  18. \\
  19. $Sn$ &Total Degree %& \quad$\backslash$
  20. \\
  21. $Us$ &urgency %& \quad$\backslash$
  22. \\
  23. $\bar{C}$ & Average completion score %& \quad$\backslash$
  24. \\
  25. $\bar{T}$ & Completion trend average score %& \quad$\backslash$
  26. \\
  27. $PT$ & Completion rate of SDG %& \quad$\backslash$
  28. \\
  29. $W/ W_F /W_E$ & Weight %& \quad$\backslash$
  30. \\
  31. \bottomrule[2pt]
  32. \end{tabular}
  33. \caption{Symbols Settings}
  34. \end{center}
  35. \end{table}

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

闽ICP备14008679号