some mathit bit was missing.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7840 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2003-09-30 10:56:22 +00:00
parent 4dbd6214a9
commit e5d63b47d2

View 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,