因为要在博客中写公式,所以参考了别人两种方法,如下:

1,在博客设置中,html头中添加代码,导入mathML库如: <script type="text/javascript" src="http://common.cnblogs.com/script/ASCIIMathML.js"></script>

然后直接在博客中(不是html)书写latex语法公式,就会显示:

$35*d_5$

2,或者直接在html中添加:<img src="http://latex.codecogs.com/gif.latex?在这里填写你的latex代码" /> 
 例如:<img src="http://latex.codecogs.com/gif.latex?35*d_5+1(\oe%20)"  />

 在博客中写公式的两种方法

相关文章:

  • 2022-12-23
  • 2021-07-22
  • 2021-07-28
  • 2021-10-31
  • 2022-01-08
  • 2022-12-23
猜你喜欢
  • 2021-08-17
  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
  • 2022-12-23
  • 2021-12-19
相关资源
相似解决方案