From: André Pönitz Date: Tue, 30 Sep 2003 10:56:22 +0000 (+0000) Subject: some mathit bit was missing. X-Git-Tag: 1.6.10~16023 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e5d63b47d27fbe4a1ad259252c7e8a3a72ab7e41;p=features.git some mathit bit was missing. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7840 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/math_support.C b/src/mathed/math_support.C index fea92dd6c3..9f127cce3e 100644 --- a/src/mathed/math_support.C +++ b/src/mathed/math_support.C @@ -549,6 +549,8 @@ fontinfo fontinfos[] = { inh_shape, LColor::math}, {"mathtt", LyXFont::TYPEWRITER_FAMILY, inh_series, inh_shape, LColor::math}, + {"mathit", inh_family, inh_series, + LyXFont::ITALIC_SHAPE, LColor::math}, {"cmex", LyXFont::CMEX_FAMILY, inh_series, inh_shape, LColor::none}, {"cmm", LyXFont::CMM_FAMILY, inh_series,