首页 > 其他 > 详细

如何在博客园插入数学公式

时间:2019-02-08 14:18:47      阅读:372      评论:0      收藏:0      [点我收藏+]

在博客园设置--->页首html添加代码

<script src="http://latex.codecogs.com/latex.js" type="text/javascript"></script>

举例输入:

$y = \theta^{T}x + \theta^{T}x^{2}$
$\sum_{i=1}^{n=m}{\theta^{T}X^{(i)}}$

显示为:

$y = \theta^{T}x + \theta^{T}x^{2}$

$\sum_{i=1}^{n=m}{\theta^{T}X^{(i)}}$

 

 

 

如何在博客园插入数学公式

原文:https://www.cnblogs.com/douzujun/p/10356136.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!