]> git.lyx.org Git - features.git/commitdiff
re-enable drawing of mathbb
authorAndré Pönitz <poenitz@gmx.net>
Mon, 9 Dec 2002 13:04:15 +0000 (13:04 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 9 Dec 2002 13:04:15 +0000 (13:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5798 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_support.C

index 6d83d3aa749abb01e3730f0a38e3f3f871daf0cb..272fe1766c60bfb710e31883d44cf454702d6dd9 100644 (file)
@@ -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},