Davide P. Cervone
Davide P. Cervone
PS, this is essentially the same issue you have had at least three times before, where you don't seem to understand the MathML rules for stretchy characters. I encourage you...
As mentioned by @maxgubler, this is a duplicate of #3129. See that issue for a work-around. It is resolved in v4 (now out in beta).
Note that the original issue #3129 includes a v3 configuration that fixes the issue, so GitHub (and anyone else) could use that if they are not prepared to move to...
If you are using `MathJax.typesetPromise()`, then the promise that this returns will be resolved when the typesetting is complete. If you are using `MathJax.typeset()`, then the typesetting is complete when...
Because you are using the SVG output, this includes the path data for the MathJax TeX fonts, and that is a lot of data. Your size of 1.8MB is about...
> Can you give or point to some guidance on how to load `input/tex-base` rather than `input/tex`? Sorry, my mistake; I've been writing the documentation for using Components, so had...
This is a duplicate of #3104. It is an interesting proposal, but see my comment in the linked issue. > offer a pluggable Typst input parser plugin An input jax...
Did you ``` shell npm run compile ``` first? If so, then what error message are you getting, or what is going wrong when you try to make the components?...
I'm curious about why you are rebuilding the MathJax files; are you modifying the MathJax source code? If not, then `mathjax-full` comes with everything already compiled and the components made,...
I have made the changes that we talked about in our meeting today. This now tries to load localization files from any component that registers with the `Local` object, and...