有没有 javascript LaTeX 方程渲染器?

发布于 2024-09-10 16:00:39 字数 1539 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

匿名的好友 2024-09-17 16:00:39

MathJax 是 jsMath 的演变和替代品,由同一位主要开发人员 Davide Cervone 开发,但得到了企业的支持。它不是建立在 jsMath 之上,而是本质上是对其的重新设计。它遵循与 jsMath 几乎相同的原则,但增加了对 MathML 的支持,并更好地利用现代浏览器、网络字体和 JavaScript 技术。虽然 Davide 将回答有关 jsMath 的问题,但未来可能不会再有任何开发,强烈鼓励其用户转向 MathJax。我的公司 Design Science 是其支持者之一。

MathJax is an evolution of and replacement for jsMath by the same main developer, Davide Cervone, but with corporate backing. It is not built on top of jsMath but is essentially a re-engineering of it. It follows pretty much the same principles as jsMath but adds support for MathML and takes better advantage of modern browsers, webfonts, and JavaScript technology. While Davide will answer questions about jsMath, no future development will likely occur on it and its users are strongly encouraged to move to MathJax. My company, Design Science, is one of its backers.

被你宠の有点坏 2024-09-17 16:00:39

jsMath 呈现 TeX 论坛。 mathoverflow.net 和数学软件 sage 的 Web 界面也使用它。我假设他们知道自己在做什么;)

从主页:

jsMath 包提供了一种在 HTML 页面中包含数学的方法,该方法可以在 Windows、Macintosh OS X、Linux 和其他风格的 UNIX 下跨多个浏览器工作。它克服了使用图像来表示数学的传统方法的许多缺点:jsMath 使用本机字体,因此当您更改浏览器中文本的大小时,它们会调整大小,它们会以全屏打印打印机的分辨率,您无需等待下载数十张图像即可查看网页中的数学内容。对于网页作者来说也有优势,因为不需要预处理网页来生成任何图像,并且数学以 TeX 形式输入,因此可以轻松创建和维护您的网页网页。

jsMath renders TeX forumlas. It is also used by mathoverflow.net and the web interface of the mathematics software sage. I assume they know what they are doing ;)

From the homepage:

The jsMath package provides a method of including mathematics in HTML pages that works across multiple browsers under Windows, Macintosh OS X, Linux and other flavors of unix. It overcomes a number of the shortcomings of the traditional method of using images to represent mathematics: jsMath uses native fonts, so they resize when you change the size of the text in your browser, they print at the full resolution of your printer, and you don't have to wait for dozens of images to be downloaded in order to see the mathematics in a web page. There are also advantages for web-page authors, as there is no need to preprocess your web pages to generate any images, and the mathematics is entered in TeX form, so it is easy to create and maintain your web pages.

随梦而飞# 2024-09-17 16:00:39

Katex

可汗学院刚刚发布了开源Katex。速度非常快。 IMO 这是目前最好的选择。

快速:KaTeX 同步渲染其数学,不需要重排页面。

打印质量:KaTeX 的布局基于 Donald Knuth 的 TeX,这是数学排版的黄金标准。

自包含:KaTeX 没有依赖项,可以轻松与您的网站资源捆绑在一起。

服务器端渲染:无论浏览器或环境如何,KaTeX 都会生成相同的输出,因此您可以使用 Node.js 预渲染表达式并将其作为纯 HTML 发送。

Katex

Khan academy just released its open source Katex. It's very fast. IMO it is the best option right now.

Fast: KaTeX renders its math synchronously and doesn’t need to reflow the page.

Print quality: KaTeX’s layout is based on Donald Knuth’s TeX, the gold standard for math typesetting.

Self contained: KaTeX has no dependencies and can easily be bundled with your website resources.

Server side rendering: KaTeX produces the same output regardless of browser or environment, so you can pre-render expressions using Node.js and send them as plain HTML.

花桑 2024-09-17 16:00:39

mathjaxjsmath.

更新:截至 2015 年 5 月 2 日,我推荐 Khan Academy 的 KaTeX

There's mathjax and jsmath.

Update: As of 2-May-2015, I'd recommend Khan Academy's KaTeX.

悍妇囚夫 2024-09-17 16:00:39

Mathquill 是一个开源项目,纯粹使用 javascript 来解析 Latex 并渲染数学方程。你可以在这里查看:
链接

Mathquill is an open source project that purely use javascript to parse latex and render math equation. You can check it out here:
links

转角预定愛 2024-09-17 16:00:39

现有软件的速度差异很大。我发现的其他软件:

The existing softwares have very different speeds. Other softwares I found:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文