码迷,mamicode.com
首页 > 其他好文 > 详细

latex 图表标题加入矩阵

时间:2019-05-04 11:52:10      阅读:108      评论:0      收藏:0      [点我收藏+]

标签:cap   protect   his   标题   图表   prot   mat   不能   amp   

矩阵在图表标题中出现会出现错误,因为 ‘\\’ 在这里是不能够被使用的。所以就需要一个额外的命令

\protect

\caption{
This is a matrix
\left(\protect\begin{array}{cc}
  1 & 1    \protect\  2 & 2 
\protect\end{array}\right)
}

在\begin,\end,\\, 这三个符号前加入\protect,这样就可以了。

latex 图表标题加入矩阵

标签:cap   protect   his   标题   图表   prot   mat   不能   amp   

原文地址:https://www.cnblogs.com/qinghev/p/10807724.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!