转自:http://blog.sina.com.cn/s/blog_5e16f1770100fqi2.html
现在推荐 John Forkosh 的, 可以将LaTeX的数学公式转换为图像嵌入网页中, 即"real math images in html documents". 个人感觉mathTex好看点。(http://www.forkosh.com/cgi-bin/weblist.cgi?-t=weblist&-o=php&-f=sources/mimetexquickstartweb.php#preview)
用法很简单, 把LaTex公式代码放在mathtex.cgi?后面, 以图像输出。
mathTex也适合LaTex初学者练习, 就不用编译那么麻烦了.
请看下面几个例子
<img src="http://www.forkosh.dreamhost.com/mathtex.cgi?\Large f=b_o+\frac{a_1}{b_1+\frac{a_2}{b_2+\frac{a_3}{b_3+a_4}}}">
输出结果
<img src="http://www.forkosh.dreamhost.com/mathtex.cgi?\Large x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}">
输出结果
<img src="http://www.forkosh.dreamhost.com/mathtex.cgi?\large f(x)={\Large\frac1{\sigma\sqrt{2\pi}}} \int_{\small-\infty}^xe^{-\small\frac{(t-\mu)^2}{2\sigma^2}}dt">
输出结果
有兴趣的请参考使用手册
http://www.forkosh.com/mathtex.html
http://www.forkosh.com/mimetexmanual.html