From e5d63b47d27fbe4a1ad259252c7e8a3a72ab7e41 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Tue, 30 Sep 2003 10:56:22 +0000 Subject: [PATCH] some mathit bit was missing. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7840 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_support.C | 2 ++ 1 file changed, 2 insertions(+) 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, -- 2.39.2