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
Both lines use the text default font of DejaVu Sans, but setting math_fontfamily to cm prevented replacement of minus by unicode minus.
Expected outcome
Unicode minus in both cases
Additional information
(I probably have a fix that'll come after tearing down most mathtext deprecations that expire in 3.6, namely getting rid of the math kwarg in the various font classes and instead make the minus->unicode_minus replacement earlier, during the parsing stage.)