将简化数学符号转换为 Latex/MathML

发布于 2024-12-03 08:23:29 字数 146 浏览 2 评论 0原文

我正在尝试实现一种方法,让用户输入简化的数学符号,而不是传统的 LaTex 符号。然后将使用 MathJax 呈现表达式的结果。但我似乎找不到“简化的数学符号”或临时 ASCII 到 Latex/mathml 符号转换器。如果没有构建转换器的方法,任何人都可以推荐一个转换器吗?

I'm trying to implement a way for users to input simplified math notation, rather than the conventional LaTex notation. The result of the expression would then be rendered using MathJax. But I can't seem to find a "simplified math notation" or ad-hoc ASCII to latex/mathml notation convertor. Can anyone recommend a converter, if not a way to build the converter.

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

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

发布评论

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

评论(1

渡你暖光 2024-12-10 08:23:29

我写了一个 MathJax 的轻量级替代品,位于 http://mathscribe.com/author/jqmath.html< /a>

它包含比 LaTeX 更简单的输入语法,基本上用 Unicode 文本字符串语法表示 MathML 语义。然后 JavaScript 将此语法转换为 MathML 或简单的 HTML 和 CSS。您可以通过 javascript 控制此转换。

如果这看起来像您想要的,我可以评论将其嵌入到您的项目中的最佳方式。

I've written a lightweight alternative to MathJax, at http://mathscribe.com/author/jqmath.html

It includes an input syntax that's simpler than LaTeX, basically presentation MathML semantics with a Unicode text string syntax. This syntax is then converted by javascript to MathML or simple HTML and CSS. You can control this conversion from javascript.

If this looks like what you want, I could comment on the best way to embed it in your project.

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