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
We should continue to use fmt::Display but only for unicode-style outputs, not for anything LaTeX. We should likely consider a new trait (DisplayLaTeX, or DisplayRich, or something like this) and start using this.
We should continue to use
fmt::Displaybut only for unicode-style outputs, not for anything LaTeX. We should likely consider a new trait (DisplayLaTeX, orDisplayRich, or something like this) and start using this.