如上图所示LaTeX中的表格源码,报错如下:
错误原因:
这种格式的使用,需要使用array包
解决方法:
加上
\usepackage{array}
就可以了。
Latex table 错误 “Use of \@array doesn't match its definition. ...\centering}p{1.2cm}<{\centering}p{1.2cm}}”
原文:https://www.cnblogs.com/pupilLZT/p/13160547.html