帶有錯誤訊息的表

帶有錯誤訊息的表

我正在嘗試製作一個表格(之前效果很好,我只是使用了略有不同的列標題)。

\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

您在第一列中使用了m代替cm|p{1.8m}

相關內容