From 118d48d8a70bc6440a57084cb45cdbf2795c86db Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Mon, 23 Jan 2023 18:06:02 -0500 Subject: [PATCH] Backport PR #25054: Remove note that mathtext.fontset = "custom" is unsupported. --- lib/matplotlib/mpl-data/matplotlibrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/matplotlib/mpl-data/matplotlibrc b/lib/matplotlib/mpl-data/matplotlibrc index 2380eaff2d24..bf3aab7949ff 100644 --- a/lib/matplotlib/mpl-data/matplotlibrc +++ b/lib/matplotlib/mpl-data/matplotlibrc @@ -335,8 +335,7 @@ ## The following settings allow you to select the fonts in math mode. #mathtext.fontset: dejavusans # Should be 'dejavusans' (default), # 'dejavuserif', 'cm' (Computer Modern), 'stix', - # 'stixsans' or 'custom' (unsupported, may go - # away in the future) + # 'stixsans' or 'custom' ## "mathtext.fontset: custom" is defined by the mathtext.bf, .cal, .it, ... ## settings which map a TeX font name to a fontconfig font pattern. (These ## settings are not used for other font sets.)