viktorstrate / react-mathquill

React component wrapper for Mathquill
https://www.npmjs.com/package/react-mathquill
MIT License
53 stars 38 forks source link

Problem with some symbols rendering #43

Open yu-globant opened 2 years ago

yu-globant commented 2 years ago

Hello Team, first of all I have to thank you for this library is very useful

I discovered that some symbols renders differently from mathquill library itself like \cong for example

image

Here is the current mathquill render of the symbol

image

Maybe it is related to some fonts filtered in the building phase

image

viktorstrate commented 2 years ago

Yes, it might be fine to remove that path. I initially added it because the fonts have a large file size. And on macOS the font is already installed, and I didn't test it further.

It should not really be the role of this project to patch/improve/change Mathquill itself, only to provide a React wrapper.