It's inefficient to call typeset on a resize, since that would cause all the input jax to be constructed again, when that hasn't changed. Note that this is not modifying math, just relaying out the equations on resize.
As far as I could see from the docs, Rerender is the "best" way to do that. More importantly, if I use Typeset instead of Rerender, I find that the equations with numbers are not re-aligned.
|