latex - Convert Mathjax ouptut in a readable format for jqmath -


on project, use ck editor mathjax plugin in order insert formulas.

in part of project, use jqmath. cause it's faster , more integrated in wkhtmltopdf (i use formulas in docs produced wkhtmltopdf, , issues exist mathjax, especialy on bar).

my problem: syntax different between mathjax , jqmath. of course, jqmath doesn't care formulas syntaxed under mathjax...

so question is: exist way convert maths strings mathjax jqmath syntax?

cheers

both mathjax , jqmath use mathml internally , both understand input format (jqmath added mathml input support while back, see copy-me.html in distribution). can generate mathml mathjax , feed jqmath.


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -