公式编辑工具
作者:小刚 日期:2009-06-10
http://www.numberempire.com/texequationeditor/equationeditor.php
以下是一个js代码的公式编辑器
代码为<script src="http://www.gmodules.com/ig/ifr?url=http://www.sitmo.com/gg/latex/latex.xml&up_eq=&up_z=100&synd=open
&w=320&
;h=500&title=Equation+Editor&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script>
这是一个包含公式的页面http://www.mathfan.com/CMS/node/17
Tags: 公式编辑器
公式显示测试&在线公式编辑器
作者:小刚 日期:2009-05-10
$\lim_{x\to\infty} f(x) = k \choose r + \frac ab \sum_{n=1}^\infty a_n + \displaystyle{ \left\{ \frac{1}{13} \sum_{n=1}^\infty b_n \right\} }.$
以上是一个公式(如果只是乱码字母那么你的浏览器没有安装MathPlayer),在IE下显示需要MathPlayer,可以再这里下载MathPlayer。而对于Firefox只要安装 math fonts就可以显示了。
测试后,上面的公式在IE中显示正常,但是在Firefox中显示不正常。不知道为什么,但是下面的单独文件在这两个浏览器下可以显示正常:
- <html>
- <head>
- <title>LaTeXMathML: Math on the web for everyone</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <script type="text/javascript" src="LaTeXMathML.js"></script>
- </head>
- <body>
- $\lim_{x\to\infty} f(x) = k \choose r + \frac ab \sum_{n=1}^\infty a_n +
- \displaystyle{ \left\{ \frac{1}{13} \sum_{n=1}^\infty b_n \right\} }.$
- <blockquote>$\displaystyle{\lim_{x\to\infty} f(x) = k \choose r + \frac ab \sum_{n=1}^\infty a_n +
- \textstyle{ \left\{ \frac{1}{13} \sum_{n=1}^\infty b_n \right\} }.}$</blockquote>
- </body>
- </html>
其中网页中还用到了一个js文件。可以下载这个文件,在我的根目录下。谁能帮我分析一下,为什么此页在Firefox下显示不正常。
下面是MathEdit Editing的介绍。MathEdit Editing可以在线编辑,如图是在Firefox下编辑:

更多内容请参考:http://wme.cs.kent.edu/mathedit/index.html#software
MathEdit Editing Examples(一个例子):http://wme.cs.kent.edu/mathedit/Example/example.html
Tags: 公式编辑器







