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
Post a Comment