MathJax icon indicating copy to clipboard operation
MathJax copied to clipboard

Detection of completion of rendering by mathjax

Open saraOrkide opened this issue 1 year ago • 1 comments

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?

saraOrkide avatar Jul 31 '24 09:07 saraOrkide

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.

dpvc avatar Jul 31 '24 18:07 dpvc