MathJax
MathJax copied to clipboard
Detection of completion of rendering by mathjax
I am using version 4 beta and mml-chtml.js. I wanted to do something after mathjax finished rendering, is there an event or method?
If you are using MathJax.typesetPromise(), then the promise that this returns will be resolved when the typesetting is complete. If you are using MathJax.typeset(), then the typesetting is complete when the function returns.
If you mean that you want to know when the initial typesetting is complete, then you should see the documentation on Performing actions after typesetting.