在我的 tex 文件中,在表格中,我\rowcolor
使用
\begin{table*}
\begin{tabular}{l l llllll}
...
\rowcolor[HTML]{e6f5f0} model & arch & 23 & 32 ...
...
\end{tabular}
\end{table*}
这个tex文件在Windows 10下用pdflatex编译没有错误,但在Ubuntu16下却不行,出现以下错误:
Missing number, treated as zero. \rowcolor[HTML]{e6f5f0} model & ...
这里可能存在什么问题?我该如何修复?
答案1
e6f5f0
该错误已通过替换得到修复E6F5F0
。
请参阅这里更多细节