From 7b97216ab77337f1716caa8678250f1c44bc24a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Mon, 9 Dec 2002 13:04:15 +0000 Subject: [PATCH] re-enable drawing of mathbb git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5798 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_support.C | 1 + 1 file changed, 1 insertion(+) 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}, -- 2.39.2