Tag: 公式编辑器预览模式: 普通 | 列表

公式编辑工具

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&amp;up_eq=&amp;up_z=100&amp;synd=open
&amp;w=320&amp
;h=500&amp;title=Equation+Editor&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"></script>

这是一个包含公式的页面http://www.mathfan.com/CMS/node/17

 

Tags: 公式编辑器

分类:计算机 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 17

公式显示测试&在线公式编辑器

$\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中显示不正常。不知道为什么,但是下面的单独文件在这两个浏览器下可以显示正常:

XML/HTML代码
  1. <html>  
  2. <head>  
  3. <title>LaTeXMathML: Math on the web for everyone</title>  
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">  
  5. <script type="text/javascript" src="LaTeXMathML.js"></script>  
  6. </head>  
  7. <body>  
  8. $\lim_{x\to\infty} f(x) = k \choose r + \frac ab \sum_{n=1}^\infty a_n +   
  9. \displaystyle{ \left\{ \frac{1}{13} \sum_{n=1}^\infty b_n \right\} }.$    
  10.   
  11. <blockquote>$\displaystyle{\lim_{x\to\infty} f(x) = k \choose r + \frac ab \sum_{n=1}^\infty a_n +   
  12. \textstyle{ \left\{ \frac{1}{13} \sum_{n=1}^\infty b_n \right\} }.}$</blockquote>    
  13. </body>  
  14. </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: 公式编辑器

分类:计算机 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 83