From: André Pönitz Date: Mon, 9 Dec 2002 13:04:15 +0000 (+0000) Subject: re-enable drawing of mathbb X-Git-Tag: 1.6.10~17822 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7b97216ab77337f1716caa8678250f1c44bc24a2;p=features.git re-enable drawing of mathbb git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5798 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/math_support.C b/src/mathed/math_support.C index 6d83d3aa74..272fe1766c 100644 --- a/src/mathed/math_support.C +++ b/src/mathed/math_support.C @@ -537,6 +537,7 @@ fontinfo fontinfos[] = { {"mathfrak", LyXFont::EUFRAK_FAMILY, inh_series, inh_shape, LColor::math}, {"mathrm", LyXFont::ROMAN_FAMILY, inh_series, inh_shape, LColor::math}, {"mathsf", LyXFont::SANS_FAMILY, inh_series, inh_shape, LColor::math}, + {"mathbb", LyXFont::MSB_FAMILY, inh_series, inh_shape, LColor::math}, {"cmex", LyXFont::CMEX_FAMILY, inh_series, inh_shape, LColor::math}, {"cmm", LyXFont::CMM_FAMILY, inh_series, inh_shape, LColor::math}, {"cmr", LyXFont::CMR_FAMILY, inh_series, inh_shape, LColor::math},