We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I tried out the exact same MathJax example HTML with compat.js as described in the README.md, using the latest Prince 15.1 on Ubuntu 22.04 amd64.
compat.js
This resulted in the following error and no MathJax formulas rendered:
$ prince --input=html test.html --javascript --output=test.pdf prince: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js:1: error: SyntaxError: unexpected token reserved("class")
The text was updated successfully, but these errors were encountered:
Hi, this is a known and unfortunate issue - see mathjax/MathJax-src#899 for some more discussion
Sorry, something went wrong.
Hi! Is there a fix for this issue yet? I've looked at the discussion and haven't found anything meaningful.
I think the only fix is repacking MathJax, as described in the linked thread.
No branches or pull requests
Hi, I tried out the exact same MathJax example HTML with
compat.js
as described in the README.md, using the latest Prince 15.1 on Ubuntu 22.04 amd64.This resulted in the following error and no MathJax formulas rendered:
$ prince --input=html test.html --javascript --output=test.pdf prince: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js:1: error: SyntaxError: unexpected token reserved("class")
The text was updated successfully, but these errors were encountered: