Closed ultrainstinct1987 closed 2 years ago
I think the main issue is that the preview uses \displaystyle\sum where as once it get input into the editor, it become \sum or \textstyle\sum
So it looks like MathQuill doesn't support \displaystyle
, see https://github.com/mathquill/mathquill/issues/589. As such, there's not much we can do in this project as QuillJS depends on MathQuill.
So it looks like MathQuill doesn't support
\displaystyle
, see mathquill/mathquill#589. As such, there's not much we can do in this project as QuillJS depends on MathQuill.
MathQuill does support display style for summation. but when it is save into QuillJS, it become textstyle
I managed to fix it by checking if latex contain \sum and replace the latex by \displaystyle\sum.
![Uploading A987AB20-7AF7-4804-96F7-B413493E51F6.jpeg…]()
Hi, I manage to figure out quite abit of stuff on this mathquill4quill.
i have the last question to ask if anyone can answer. When typing \displaystyle\sum it was displaying summation with text above and below the summation in the mini textbook.
However, when I click save, the text appear next to summation sign instead. Is there anyway which I can fixed it?