Latex table 错误 “Use of \@array doesn't match its definition. ...\centering}p{1.2cm}<{\centering}p{1.2cm}}”
时间:2020-06-18 22:52:40
收藏:0
阅读:328

如上图所示LaTeX中的表格源码,报错如下:

错误原因:

这种格式的使用,需要使用array包
解决方法:
加上
\usepackage{array}
就可以了。
原文:https://www.cnblogs.com/pupilLZT/p/13160547.html
评论(0)