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
I don't really understand why PGF does what it does, but I think it might be fine to emit \color{fc} inside every \pgftext if \definecolor{fc} is already emitted in that scope. Seems like a lot of stuff to emit for a rare use case...
It looks like we use
\pgfsetfillcolor
for coloring text but this has odd behavior with text that has math components:The text is the right color, but the fraction bar is not:
If I add a color command using the
fc
color name that gets defined in the output I can work around the issue:The text was updated successfully, but these errors were encountered: