Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Labels
Milestone
Description
Athttp://matplotlib.org/devdocs/users/mathtext.html#fonts:
The alignment of the last row is probably trivial to fix but this seems done on purpose in the source:
====================================== ========================================= Command Result ====================================== ========================================= ``\mathbb{blackboard}`` :math-stix:`\mathbb{blackboard}` ``\mathrm{\mathbb{blackboard}}`` :math-stix:`\mathrm{\mathbb{blackboard}}` ``\mathfrak{Fraktur}`` :math-stix:`\mathfrak{Fraktur}` ``\mathsf{sansserif}`` :math-stix:`\mathsf{sansserif}` ``\mathrm{\mathsf{sansserif}}`` :math-stix:`\mathrm{\mathsf{sansserif}}` ====================================== =========================================.. htmlonly:: ====================================== ========================================= ``\mathcircled{circled}`` :math-stix:`\mathcircled{circled}` ====================================== =========================================
Or am I overthinking it?