在日志中显示数学公式的方法

作者在 2009-09-29 13:18:03 发布以下内容
  只要你懂一点LaTex(详见blog),要实现网页上显示数学公式是很简单的事情。因为很多网站提供了按tex语法生成数学公式图片的功能。下面便是一些例子和网站。网址?后面的(青色部分)就是相应数学公式的tex语句,整个网址就是图片地址。

  透明蓝字图片
http://www.imathas.com/cgi-bin/mimetex.cgi?\blue\large\displaystyle f(x)=\int_{-\infty}^xe^{-t^2}dt或http://www.imathas.com/cgi-bin/mathtex.cgi?\blue\large\displaystyle%20f(x)=\int_{-\infty}^xe^{-t^2}dt

  白底红字图片
http://www.bytea.net/cgi-bin/mimetex.cgi?\red\opaque%20c=\sqrt{a^2+b^2}

  黑底白字图片

http://www.forkosh.dreamhost.com/mimetex.cgi?\reverse\opaque\LARGE e^x=\sum_{n=0}^\infty\frac{x^n}{n!}

  白底黑字图片
http://www.sitmo.com/gg/latex/latex2png.2.php?z=200&eq=\mathop{\lim}\limits_{n\to\infty}(1%2B\frac{1}{n})^n

  生成公式图片的小工具

http://www.sitmo.com/latex(最后一个由此生成)

http://maru.bonyari.jp/texclip/texclip.php

http://www.codecogs.com/components/equationeditor/equationeditor.php(功能最全)

另附UTF-8编码转换工具

http://tool.chinaz.com/Tools/UTF-8.aspx

如果是自己做网页,还可以

<html><body><p>Dividing $x^2+1$ by $y^2$ gives \[\frac{x^2+1}{y^2}\]</p>
<p>The british pound is worth 1.5 US\$</p><script type="text/javascript" src="http://latex.codecogs.com/latex.js"></script></body></html>

<html><body>Here is my first formula<pre lang="latex">\frac{1+sin(x)^2}{x}</pre><code lang="latex">\frac{1+sin(x)^2}{x}</code>
<script type="text/javascript" src="http://latex.codecogs.com/render.js"></script></body></html>

默认分类 | 阅读 1058 次
文章评论,共1条
ping燕s
2009-10-13 23:32
1
好啊&nbsp;&nbsp;&nbsp;你知道怎么创网站吗~~~~
游客请输入验证码
浏览1058次
文章分类
文章归档