]> git.lyx.org Git - features.git/commitdiff
some mathit bit was missing.
authorAndré Pönitz <poenitz@gmx.net>
Tue, 30 Sep 2003 10:56:22 +0000 (10:56 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Tue, 30 Sep 2003 10:56:22 +0000 (10:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7840 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_support.C

index fea92dd6c3daedabbf5a44528f6a29321927fe68..9f127cce3e7cbe020826383c917781bf6b264b36 100644 (file)
@@ -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,