Skip to content
New issue

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

Remove mathjax-node-page and upgrade to Mathjax v3 #84

Open
ashwinvis opened this issue Jun 16, 2021 · 3 comments · May be fixed by #104
Open

Remove mathjax-node-page and upgrade to Mathjax v3 #84

ashwinvis opened this issue Jun 16, 2021 · 3 comments · May be fixed by #104
Assignees
Milestone

Comments

@ashwinvis
Copy link
Collaborator

Problem summary

Some of the dependencies are deprecated, in particular mathjax-node-page. Installling would display the following deprecation:

npm WARN deprecated [email protected]: This package has been archived. MathJax v3 provides equivalent functionality.

Expected

No deprecation warnings

@dev-onejun
Copy link
Contributor

Thank you for maintaining this repo. I am one of those who use this well.

Since it seems that you have already worked on upgrading mathjax version 3 related to use mathjax-full,
I want to suggest to use https://github.com/pkra/mathjax-img while upgrading mathjax v3.

@ashwinvis
Copy link
Collaborator Author

@dev-onejun one should be able to implement it themselves using

https://docs.mathjax.org/en/latest/input/tex/extensions/newcommand.html

Wouldn't that be a more generic solution?

@dev-onejun
Copy link
Contributor

@dev-onejun one should be able to implement it themselves using

https://docs.mathjax.org/en/latest/input/tex/extensions/newcommand.html

Wouldn't that be a more generic solution?

I do not fully understand MathJax and its related packages, but it seems that using newcommand could be more generic solution rather than using mathjax-img.

Do you plan to define img tags as a default while supporting mathjax v3?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants