8000 Fix bb numerals in mathtext. · certik/matplotlib@340a5ea · GitHub
[go: up one dir, main page]

Skip to content

Commit 340a5ea

Browse files
committed
Fix bb numerals in mathtext.
svn path=/branches/transforms/; revision=4524
1 parent 91f8cc0 commit 340a5ea

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

lib/matplotlib/_mathtext_data.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
r'\phi' : ('cmmi10', 42),
8989
r'\chi' : ('cmmi10', 17),
9090
r'\psi' : ('cmmi10', 31),
91-
91+
9292
r'(' : ('cmr10', 119),
9393
r'\leftparen' : ('cmr10', 119),
9494
r'\rightparen' : ('cmr10', 68),
@@ -127,7 +127,7 @@
127127
r'\Phi' : ('cmr10', 9),
128128
r'\Psi' : ('cmr10', 15),
129129
r'\Omega' : ('cmr10', 12),
130-
130+
131131
# these are mathml names, I think. I'm just using them for the
132132
# tex methods noted
133133< 10000 code class="diff-text syntax-highlighted-line">
r'\circumflexaccent' : ('cmr10', 124), # for \hat
@@ -398,7 +398,7 @@
398398
r'\}' : ('pncr8a', 125),
399399
r'\backslash' : ('pncr8a', 92),
400400
r'\ast' : ('pncr8a', 42),
401-
401+
402402
r'\circumflexaccent' : ('pncri8a', 124), # for \hat
403403
r'\combiningbreve' : ('pncri8a', 81), # for \breve
404404
r'\combininggraveaccent' : ('pncri8a', 114), # for \grave
@@ -2071,7 +2071,7 @@
20712071
'rightzigzagarrow': 8669,
20722072
'rightarrow': 8594,
20732073
'leftarrow': 8592,
2074-
'__sqrt__': 8730,
2074+
'__sqrt__': 8730,
20752075
'twoheaddownarrow': 8609,
20762076
'oint': 8750,
20772077
'bigvee': 8897,
@@ -2236,7 +2236,7 @@
22362236
'{': 123,
22372237
'}': 125,
22382238
'_': 95,
2239-
'imath': 0x131,
2239+
'imath': 0x131,
22402240
'circumflexaccent' : 770,
22412241
'combiningbreve' : 774,
22422242
'combiningoverline' : 772,
@@ -2294,6 +2294,7 @@
22942294
],
22952295
'it':
22962296
[
2297+
(0x0030, 0x0039, 'rm', 0x1d7d8), # 0-9
22972298
(0x0041, 0x0041, 'it', 0xe154), # A-B
22982299
(0x0043, 0x0043, 'it', 0x2102), # C (missing in beta STIX fonts)
22992300
(0x0044, 0x0044, 'it', 0x2145), # D
@@ -2469,5 +2470,5 @@
24692470
(0x0061, 0x007a, 'rm', 0x1d68a) # a-z
24702471
],
24712472
}
2472-
2473-
2473+
2474+

0 commit comments

Comments
 (0)
0