颜色设置
转载LATEX表格 之交替背景色王大银子的博客-CSDN博客\rowcolor
\usepackage[table]{xcolor}
\begin{table}[htbp]
\centering
\begin{tabular }{l >{\ columncolor {Yellow }}ll}
\rowcolor{Red}操作系统 & 发行版 & 编辑器 \\
Windows & MikTeX & TexMakerX \\
\rowcolor{Green}Unix/Linux & \ cellcolor {Lavender}teTeX
& Kile \\
Mac OS & MacTeX & TeXShop \\
\rowcolor{Blue}通用 & TeX Live & TeXworks \\
\end{tabular}
Latex中\toprule、\midrule、\bottomrule报错
Latex中写表格时需要用\toprule、\midrule、\bottomrule给表格画横线时报错,需要导入宏包:
\usepackage{booktabs}