将等式或公式添加到LaTeX中的图形标题
我在LaTeX中有一个带有标题的图形,我需要添加一个公式(
equation*
或displaymath
环境)。例如:
documentclass[12pt]{article}
begin{document}
begin{figure}[tbph]
begin{center}
%...
end{center}
caption{As you can see
begin{displaymath}4 ne 5end{displaymath}
}
label{fig:somefig}
end{figure}
end{document}
这使得pdflatex生气,虽然它会产生PDF。
! Argument of @caption has an extra }.
<inserted text>
par
l.9 }
将方程式添加到数字标题的正确方法是什么?
注意:请不要建议只使用$ ... $
数学环境;
显示的等式是玩具示例;我真实的等式更复杂。
也可以看看:
在LaTeX中为方程添加标题(与此问题相反)
没有找到相关结果
已邀请:
2 个回复
室邢
之后的方括号不是可选的,但是将它们关闭不会导致看起来与添加
和
之前的错误有任何不同。
席陋临拈
解决方案,因为分数? 如果是这样,您可以使用
而不是
。 我会尝试
,即使用
命令。