File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -602,6 +602,7 @@ def gen_candidates():
602
602
_deprecated_remain_as_none = {
603
603
'animation.avconv_path' : ('3.3' ,),
604
604
'animation.avconv_args' : ('3.3' ,),
605
+ 'mathtext.fallback_to_cm' : ('3.3' ,),
605
606
}
606
607
607
608
Original file line number Diff line number Diff line change @@ -154,13 +154,10 @@ mathtext.bf : serif:bold
154
154
mathtext.sf : sans\-serif
155
155
mathtext.fontset : cm # Should be 'cm' (Computer Modern), 'stix',
156
156
# 'stixsans' or 'custom'
157
- #mathtext.fallback_to_cm: None # When True, use symbols from the Computer Modern
158
- # fonts when a symbol can not be found in one of
159
- # the custom math fonts. Deprecated.
160
- #mathtext.fallback: cm # Select fallback font from ['cm' (Computer Modern), 'stix'
161
- # 'stixsans'] when a symbol can not be found in one of the
162
- # custom math fonts. Select 'None' to not perform fallback
163
- # and replace the missing character by a dummy.
157
+ mathtext.fallback: cm # Select fallback font from ['cm' (Computer Modern), 'stix'
158
+ # 'stixsans'] when a symbol can not be found in one of the
159
+ # custom math fonts. Select 'None' to not perform fallback
160
+ # and replace the missing character by a dummy.
164
161
165
162
mathtext.default : it # The default font to use for math.
166
163
# Can be any of the LaTeX font names, including
Original file line number Diff line number Diff line change 329
329
#mathtext.rm: sans
330
330
#mathtext.sf: sans
331
331
#mathtext.tt: monospace
332
- #mathtext.fallback_to_cm: True # When True, use symbols from the Computer Modern
333
- # fonts when a symbol can not be found in one of
334
- # the custom math fonts. Deprecated.
335
332
#mathtext.fallback: cm # Select fallback font from ['cm' (Computer Modern), 'stix'
336
333
# 'stixsans'] when a symbol can not be found in one of the
337
334
# custom math fonts. Select 'None' to not perform fallback
You can’t perform that action at this time.
0 commit comments