You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
We're using mjpage from the command-line to render a lot of equations on a lot of html-pages to SVG. This works great!
Just very recent we're experiencing problems with SVG in Cordova on the latest iOS. As a temporary solution we want to render the equations to PNG (instead of SVG) with the mathjax-node-svg2png package. We can't however find a way to use this functionality directly from the command-line with mjpage.
Is there a option we need to add to mjpage to create PNG-files?
Are links to these PNG-files automagically inserted in the original HTML file in place of the equations?
Kind regards,
Ronald
The text was updated successfully, but these errors were encountered:
We're using
mjpage
from the command-line to render a lot of equations on a lot of html-pages to SVG. This works great!Just very recent we're experiencing problems with SVG in Cordova on the latest iOS. As a temporary solution we want to render the equations to PNG (instead of SVG) with the
mathjax-node-svg2png
package. We can't however find a way to use this functionality directly from the command-line withmjpage
.Is there a option we need to add to
mjpage
to create PNG-files?Are links to these PNG-files automagically inserted in the original HTML file in place of the equations?
Kind regards,
Ronald
The text was updated successfully, but these errors were encountered: