mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
support for AMS's \text
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4536 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
de236c41d8
commit
ad68c67160
@ -129,6 +129,7 @@ key_type wordlist_array[] =
|
||||
{"rm", "oldfont", ""},
|
||||
{"scriptscriptstyle", "style", ""},
|
||||
{"scriptstyle", "style", ""},
|
||||
{"text", "font", "mathtext"},
|
||||
{"textbf", "font", "mathtext"},
|
||||
{"textit", "font", "mathtext"},
|
||||
{"textmd", "font", "mathtext"},
|
||||
|
@ -554,6 +554,7 @@ fontinfo fontinfos[] = {
|
||||
{"eufrak", LyXFont::EUFRAK_FAMILY, inh_series, inh_shape, LColor::math},
|
||||
{"msa", LyXFont::MSA_FAMILY, inh_series, inh_shape, LColor::math},
|
||||
{"msb", LyXFont::MSB_FAMILY, inh_series, inh_shape, LColor::math},
|
||||
{"text", inh_family, inh_series, inh_shape, LColor::black},
|
||||
{"textbf", inh_family, LyXFont::BOLD_SERIES, inh_shape, LColor::black},
|
||||
{"textit", inh_family, inh_series, LyXFont::ITALIC_SHAPE, LColor::black},
|
||||
{"textmd", inh_family, LyXFont::MEDIUM_SERIES, inh_shape, LColor::black},
|
||||
|
Loading…
Reference in New Issue
Block a user