desktop-app icon indicating copy to clipboard operation
desktop-app copied to clipboard

auto number in MathJax

Open lucienevans opened this issue 8 years ago • 2 comments

lucienevans avatar Jun 21 '16 15:06 lucienevans

Sorry, i don't know what's it for. Any screenshot?

lealife avatar Jul 22 '16 02:07 lealife

不好意思,这个pull request好像并没有解决这个问题,这个问题具体是:

我有一定的数学公式编辑需求,我在使用Mathjax的时候希望能实现公式的自动编号,即对使用\begin{equation}...\end{equation}的公式自动编号,但是Desktop版本上这样使用并不起作用: screen shot 2016-07-22 at 13 40 41 ,一开始我以为没有设置

MathJax.Hub.Config({
  TeX: { equationNumbers: { autoNumber: "AMS" } }
});

,但是经过我的测试这样设置还是会出错。PS:在博客上这样设置是可行的。

还有一点当使用在公式中使用\label{}\eqref{}时也会出错: screen shot 2016-07-22 at 13 45 17

对于这个bug我也尝试去修改,但我实在是不大懂前端。。。

lucienevans avatar Jul 22 '16 05:07 lucienevans