如何在博客园插入数学公式
Posted douzujun
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在博客园插入数学公式相关的知识,希望对你有一定的参考价值。
在博客园设置--->页首html添加代码
<script src="http://latex.codecogs.com/latex.js" type="text/javascript"></script>
举例输入:
$y = heta^{T}x + heta^{T}x^{2}$
$sum_{i=1}^{n=m}{ heta^{T}X^{(i)}}$
显示为:
$y = heta^{T}x + heta^{T}x^{2}$
$sum_{i=1}^{n=m}{ heta^{T}X^{(i)}}$
以上是关于如何在博客园插入数学公式的主要内容,如果未能解决你的问题,请参考以下文章