! LaTeX 错误:数组 arg 中的非法字符。
\begin{center}
\begin{tabular}{ | m{'1cm'} | m{'1cm'}| m{'1cm'} | }
\hline
cell1 dummy text dummy text dummy text& cell2 & cell3 \\
\hline
cell1 dummy text dummy text dummy text & cell5 & cell6 \\
\hline
cell7 & cell8 & cell9 \\
\hline
\end{tabular}
\end{center}
我遇到了错误。有什么提示吗?谢谢
答案1
'
从列类型的参数中删除(单引号)字符m
:
\begin{tabular}{ | m{1cm} | m{1cm}| m{1cm} | }
附录:假设您正在加载包或加载array
包的包(例如) 。包定义列类型。tabularx
array
array
m