Closed tuanmh closed 7 years ago
By the way, we're using node 6.10
Thanks for the report.
Should we use TeX-AMS_SVG.js configuration for transforming TeX to SVG?
No, there's no need for that.
Removing this piece seems to fix the issue for now.
I suspect this is an upstream issue (to be fixed by https://github.com/mathjax/MathJax-node/pull/317).
I'll double check later this week.
To clarify: by "removing this piece" I mean the MathJax
block in the pageConfig
; try it with
const pageConfig = {
format: ["TeX"]
};
instead and it should work.
Thank you greatly for confirming @pkra.
Confirmed as an upstream issue (unfortunately not yet resolved). See https://github.com/mathjax/MathJax-node/issues/330
This will be fixed in the next mathjax-node release.
Hi there,
Thanks again for a great library! We're currently having this problem:
The code is as simple as this:
Could you please give us a hand on this? Should we use
TeX-AMS_SVG.js
configuration for transforming TeX to SVG? Thanks again!