首页 > 其他 > 详细

Latex: extra alignment tab has been changed to cr

时间:2017-12-16 16:38:53      阅读:266      评论:0      收藏:0      [点我收藏+]

参考:

Error: extra alignment tab has been changed to \cr

Latex: extra alignment tab has been changed to cr 解决方法

复现错误的latex实例:

\documentclass{article}

\begin{document}

\begin{tabular}{c|c}
one & two & three \\hline
one & two 
\end{tabular}
\end{document}

The problem is caused by the extra column you try to insert. The tabular environment expects two columns but three is inserted.

原因是插入了额外的列,或者是因为列数与声明的不一致(\begin{tabular}{c|c}).

2017.12

Latex: extra alignment tab has been changed to cr

原文:http://www.cnblogs.com/qq952693358/p/8046859.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!