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
Support for `^` is inspired from the support for `_` as implemented
in underscore.sty, but much simpler because 1) we don't care about
hyphenation, 2) we don't care about substituting a real underscore by
a rule box when the current font lacks an underscore (there's no real
way out if the font has no caret, anyways), and 3) we don't care about
the active character ending up in tex `\commands` because the character
is only made active in the context of matplotlib-provided strings, not
globally.
0 commit comments