MathJax 不会渲染“小于号”

发布于 2024-09-30 22:03:47 字数 752 浏览 4 评论 0原文

我正在尝试使用 MathJax 显示小于号来呈现 MathML 输入...目前在 Firefox 上工作,但将扩展到其他浏览器。我尝试以不同的变体显示该标志:

  • <
  • &lt;
  • &#x003C;

但出现以下错误:

Error parsing MathML: not well-formed Line Number 18, Column 13: <mo><</mo> ------------------------------------------------------^

I正在使用以下 MathML 代码:

<math mode="display" xmlns="http://www.w3.org/1998/Math/MathML">
 <mpadded height="+.7lex">
  <mrow>
   <mo>&#x003C;</mo>
  </mrow>
 </mpadded>
</math>

知道为什么会发生这种情况吗?我读到这可能是 MathJax 的一个错误,但我也尝试使用其他标签来执行此操作,但没有成功。我也很确定我正在使用最新版本的 MathJax。

谢谢, 赫里斯托

I'm trying to display the less-than sign using MathJax to render MathML input... currently working on Firefox but will be expanding to other browsers. I have tried displaying the sign in different variations:

  • <
  • <
  • <

But I get the following error:

Error parsing MathML: not well-formed Line Number 18, Column 13: <mo><</mo> ------------------------------------------------------^

I'm using the following MathML code:

<math mode="display" xmlns="http://www.w3.org/1998/Math/MathML">
 <mpadded height="+.7lex">
  <mrow>
   <mo><</mo>
  </mrow>
 </mpadded>
</math>

Any idea why this might be happening? I've read that this might be a bug with MathJax, but I also tried doing this using other tags but no luck. I'm also pretty sure I'm using the latest version of MathJax.

Thanks,
Hristo

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

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

发布评论

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

评论(2

冰魂雪魄 2024-10-07 22:03:47

这是 MathJax 中的一个错误,已在 SVN 版本 580 中修复,该版本尚未包含在打包版本中。您可能想要获取 MathJax 的最新 SVN 副本,而不是 ZIP 文件之一。该修复将包含在 MathJax 的下一版本中

This was a bug in MathJax that was fixed in the SVN version 580, which hasn't been included in a packaged version yet. You may want to get a current SVN copy of MathJax rather than one of the ZIP files. The fix will be included in the next release of MathJax

扬花落满肩 2024-10-07 22:03:47

我正在使用 MathJax 的较旧测试版本,但确实在我的网站上找到了一个有效的示例。它使用代码<

您是否需要使用数学运算符 (mo) 标记而不是文本 (mtext) 标记?

I am using the older, beta version of MathJax, but did find a working example on my site. It uses the code <mo><</mo>.

Could it be that you need to use the math operator (mo) tag instead of the text (mtext) tag?

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