【发布时间】:2017-08-22 13:49:06
【问题描述】:
MathJax 无法将以下 mathml 转换为 SVG
<math>
<semantics>
<!-- Content MathML -->
<annotation-xml encoding="MathML-Content">
<apply><min/>
<bvar><ci>x</ci></bvar>
<condition>
<apply><notin/><ci>x</ci><ci type="set">B</ci></apply>
</condition>
<apply><power/><ci>x</ci><cn>2</cn></apply>
</apply>
</annotation-xml >
</semantics>
</math>
是否因为不正确的编码 encoding="MathML-Content" 而失败? MathJax 失败的原因可能是什么。
【问题讨论】:
-
您在多个论坛发帖时可能需要添加备注。
-
我投了反对票,因为除了“它对我有用”之外,您的问题没有提供足够的信息来为您提供答案。你甚至没有说“未能隐蔽”是什么意思。您是否收到 MathJax“数学处理错误”?您是否从 MathJax 收到控制台错误?页面过程中是否还有其他数学运算?您是在浏览器或 mathjax-node 中使用 MathJax 吗?你用的是什么配置?