node.js - MathJax with Node partials -



node.js - MathJax with Node partials -

i'm using node , express mathjax create comment scheme tex. problem is, tex rendered when page first loads, or when refresh page, not load when rendering partial. advice?

thanks.

see mathjax documentation on dynamic pages, suggest use

mathjax.hub.queue(["typeset",mathjax.hub]);

after adding math page.

also, check out mathjax-node project, implements apis interacting mathjax through node.js programs.

node.js express latex ejs mathjax

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -