本文介绍了编号:数学:reStructuredText 中的方程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何在重组文本中创建方程,后跟方程编号:
How can I make an equation in restructured text, that is followed by an equation number:
p = f(x) (1)
.. math::
p = f(x)
只会导致:
p = f(x)
推荐答案
.. math:: p=f(x)
:label: eq:pfx
这篇关于编号:数学:reStructuredText 中的方程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!