dimakorotkov / tinymce-mathjax

Tinymce plugin for MathJax
40 stars 19 forks source link

Bug with sigma symbol display #10

Open SoozaV opened 1 year ago

SoozaV commented 1 year ago

I have this LaTeX code: Z_{i}^{B}=\beta_{0}^{B}+\sum_{j = 1}^{7}\beta_{j}^{B}xVar_{i j}^{B}

image

as you can see the preview looks fine, the 7 andj=1 displays above and below the sigma symbol, but in the editor it looks different:

image

this can be solved using the MathML syntax with the display="block" attr, but the plugin only accepts LaTeX syntax, is there a way to solve this?

Regards.