instructure / mathman

A simple lambda function that converts LaTeX formulae to MathML and SVG.
11 stars 10 forks source link

Canvas iOS App Math Rendering (typeset.js) #7

Open shawnwiggins opened 3 years ago

shawnwiggins commented 3 years ago

In the MathJax documentation, I saw that there is an issue with using typeset() with content using require. I'm I correct in seeing this usage in the typeset.js file?

We are seeing that Math content is not loading correctly in Canvas iOS Teacher and Student versions (and maybe other versions). The loading works sometimes, but not all the time. The MathJax issue noted in their documentation is attached with the conversation of issues with using MathJax with dynamic pages.

Here is an image of the issue:

Thanks for reading!

armstrongnate commented 3 years ago

Hey @shawnwiggins. Thanks for reporting this issue. On first glance, I don't think it's an issue with this library and its use of typeset.js. I think this is an issue with how the mobile apps typeset the math. I've created a ticket internally to investigate this issue further. I'll post back here with any updates.