We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f53402 + d43a9a7 commit be5506bCopy full SHA for be5506b
examples/pylab_examples/stix_fonts_demo.py
@@ -8,10 +8,10 @@
8
import numpy as np
9
10
stests = [
11
- r'$\mathcircled{123} \mathrm{\mathcircled{123}} \
12
- \mathbf{\mathcircled{123}}$',
13
- r'$\mathsf{Sans \Omega} \mathrm{\mathsf{Sans \Omega}} \
14
- \mathbf{\mathsf{Sans \Omega}}$',
+ r'$\mathcircled{123} \mathrm{\mathcircled{123}}'
+ r' \mathbf{\mathcircled{123}}$',
+ r'$\mathsf{Sans \Omega} \mathrm{\mathsf{Sans \Omega}}'
+ r' \mathbf{\mathsf{Sans \Omega}}$',
15
r'$\mathtt{Monospace}$',
16
r'$\mathcal{CALLIGRAPHIC}$',
17
r'$\mathbb{Blackboard \pi}$',
0 commit comments