包含错误消息的表格

包含错误消息的表格

我正在尝试制作一个表格(以前效果很好,我只是使用了略有不同的列标题)。

\documentclass{article}
\begin{document}
\begin{tabular}{|p{1.8m}|p{1.2cm}|p{1.2cm}|p{1.2cm}|p{1.2cm}|p{1.2cm}|p{1.2cm}|}
\hline
Treatment Group & $\overline{x}$ T8 & $\sigma$ T8 & $\overline{x}$ T10 & $\sigma$ T10 & $\overline{x}$ T12 & $\sigma$ T12\\
\hline
\hline
Contol & 0.0244 & 0.00838 & 0.0306 & 0.01197 & 0.0368 & 0.02121\\
\hline
HSP27 & 0.0515 & 0.04647 & 0.04133 & 0.02856 & 0.042 & 0.02648 \\
\hline
\end{tabular}
\end{document}

错误突出显示了以“治疗组”开头的第三行,并说......

Illegal unit of measure (pt inserted).
<to be read again> 

答案1

mcm第一列中使用了|p{1.8m}

相关内容