在CNDS博客中插入Latex公式

时间:2021-11-26 18:04:23

方法:在“源代码”编辑模式下,在文中适当位置插入Latex公式的html代码:

<img src="http://latex.codecogs.com/gif.latex?在这里填写你的latex代码" />
例如,插入以下Latex代码
b((u, p), (v, q)) = \int_{\Omega} \nabla u \cdot \nabla v + p \, q \, {\rm d} 
后可以在博客网页中显示以下公式:

在CNDS博客中插入Latex公式

另外,由于Latex公式并不好读,可以在Mathtype或者在线公式编辑器生成:

1 http://www.funnyai.com/Math/LatexEditor.htm

2 http://www.numberempire.com/texequationeditor/equationeditor.php


参考资料

[1] http://blog.csdn.net/linraise/article/details/11712937