You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecate ismath parameter to draw_tex and ismath="TeX!".
This parameter is a bit confusing for backend implementers and actually
effectively ignored (because draw_tex() already means "pass the entire
string to usetex).
Calling through draw_tex() was the only way, previously, to get
`ismath="TeX!"` passed to `get_text_width_height_descent` (other than
calling it manually), but that was handled identically to
`ismath="TeX"` by some backends and just not supported by others.
Again, folding "TeX!" into "TeX" makes the required API simpler for
backend implementers.
0 commit comments