Mathjax 库 (MathView) 未在 android 中呈现某些乳胶代码(如矩阵、单位向量等),

Mathjax library (MathView) is not rendering certain latex code (like matrix, unit vectors etc) in android,

here is the image link with three questions with 1st and 3rd being matrix and equation respectively 这是我的矩阵乳胶代码:

\(\left| {\begin{array}{*{20}{c}}{3--x}&2&2\2&{4--x}&1\{--2}&{--4}&{--1--x}\end{array}} \right|\)

以及单位向量方程的乳胶代码:

\(\mathop E\limits^ \to = ({E_0}\mathop i\limits^ \wedge + 2{E_0}\mathop j\limits^ \wedge )\) 

它们在 angular 5 中工作得很好,但在 android (MathView)

中却不行

发布图片中的错误信息来自chunk。

检查是否所有 {% exec %} 个块都有相应的结束标记 {% endexec %}

我终于找到了解决方案,我所要做的就是mathView.setEngine(1)。引擎的默认值是 0,用于 KATEX1 用于 MATHJAX