Java/Javascript 中的 MediaWiki 渲染器支持数学符号和公式
我需要 Javascript 或 Java 的渲染器/解析器来支持数学符号和公式的 MediaWiki 语法。
I need a renderer/parser in Javascript or Java for MediaWiki syntax which supports mathematical symbols and formulas.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MediaWiki 使用 AMS-LateX 作为其公式:
http://en.wikipedia.org/wiki/Help:公式
Java 中有很多数学 LaTeX 渲染器,例如。 http://jmathtex.sourceforge.net/,JavaScript 有例如。 http://www.math.union.edu/~dpvc/jsMath/以及 http://www.mathjax.org/ 。
MediaWiki uses AMS-LateX for its formulas:
http://en.wikipedia.org/wiki/Help:Formula
There are plenty of renderers for mathematical LaTeX available in Java, eg. http://jmathtex.sourceforge.net/, and JavaScript has eg. http://www.math.union.edu/~dpvc/jsMath/ and http://www.mathjax.org/ as well.