简体   繁体   English

数学WYSIWYG html编辑器

[英]Mathematic WYSIWYG html editor

I'm looking for a mathematical WYSIWYG HTML editor. 我正在寻找一个数学WYSIWYG HTML编辑器。 So it has to be capable of producing well formed mathematical expressions like in this example: 因此,它必须能够生成结构良好的数学表达式,如下例所示:

http://www.blau-test.be/files/example.jpg ( the font really doesn't mather, considering it can be styled using css ) http://www.blau-test.be/files/example.jpg (字体确实没有用,考虑到它可以使用css设置样式)

Pricing doesn't matter, but it can be free 2 offcourse. 定价无关紧要,但可以免费2次。 If it is , the creator can expect a large donation ;) 如果是,创作者可以期待大量捐赠;)

It should be capable of producing the most common math expressions available , if not all! 它应该能够产生最常见的数学表达式,如果不是全部的话! It don't expect it to work properly on IE6 but IE7 and IE8 would be nice! 它不希望它在IE6上正常工作,但IE7和IE8会很好!

Mathematicians swear by TeX as being the most effective way to describe complex formulae to the degree that the'll often use TeX notation when communicating via plain text. 数学家发誓TeX是描述复杂公式的最有效方式,以便在通过纯文本进行交流时经常使用TeX表示法。

There are a number of different editors for different circumstances , but I've personally never seen a more concise, accurate, and on-the-fly modifiable means of getting idea to typography. 对于不同的情况 ,有许多不同的编辑器 ,但我个人从未见过更简洁,准确,动态可修改的方法来获取排版。

对于非常好的WYSIWYG,只需从github派生MathQuill

Take a look at mathoverflow.net . 看看mathoverflow.net They handle math markup very well. 他们很好地处理数学标记。 They use MathJax. 他们使用MathJax。

MathOverflow LaTeX support is MathJax, a method of including mathematics in web pages using javascript. MathOverflow LaTeX支持是MathJax,一种使用javascript在网页中包含数学的方法。

If pricing really doesn't matter have a look at Mathematica . 如果定价真的没关系,请看看Mathematica It can export mathematical expressions in MathML which most browsers can present, either natively or with a plug-in. 它可以导出大多数浏览器可以呈现的MathML中的数学表达式,无论是本机还是插件。

I felt someone should mention Design Science's product, MathFlow . 我觉得有人应该提到Design Science的产品MathFlow I have no experience with the product, but the company has long been a supporter of MathML and related standards, and the products certainly merit some attention for a serious project. 我对该产品没有任何经验,但该公司长期以来一直是MathML及相关标准的支持者,这些产品当然值得一些关注一个严肃的项目。

On MathJax: The OP asked for WYSIWYG, and I'd argue that being able to quickly write out a math expression in ascii, latex or mathml and have it directly interpreted by a one-line script included on a page, provides as much or more immediate accessibility and feedback than a GUI interface. 关于MathJax:OP要求WYSIWYG,我认为能够快速写出ascii,latex或mathml中的数学表达式,并通过页面上包含的单行脚本直接解释,提供尽可能多的或者比GUI界面更直接的可访问性和反馈。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM