오류 메시지가 있는 테이블

오류 메시지가 있는 테이블

나는 테이블을 만들려고 노력 중입니다(이전에는 완벽하게 작동했지만 약간 다른 열 제목만 사용하고 있습니다).

\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}

관련 정보