使用KaTex渲染数学

时间:2019-04-07 01:58:21

标签: javascript node.js electron katex

我下载了最新的katex构建版本here。我正在尝试将其集成到我的电子项目中。作为初学者,我在实现自己想要的东西方面遇到了困难。

以下代码在"c = \\pm\\sqrt{a^2 + b^2}"中以类div呈现字符串theorem(一行代码)。

const theorem = document.querySelector('.theorem');

katex.render("c = \\pm\\sqrt{a^2 + b^2}", theorem, {
   throwOnError: false
});

我如何呈现以下内容

\begin{Bmatrix}

   a & b \\

   c & d

\end{Bmatrix}

1 个答案:

答案 0 :(得分:1)

org.hibernate.AssertionFailure: null id in cat.uab.ulearning.db.model.Quiz entry (don't flush the Session after an exception occurs)