Restore toggling behavior to math bold.

I've left mathbf in the symbols file. We should perhaps restore it as something that can be toggled.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26348 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-09-09 17:50:37 +00:00
parent fab42d011c
commit e78347a673
2 changed files with 2 additions and 1 deletions

View File

@ -70,6 +70,7 @@ mathnormal font mathmode inherit medium up math
frak font mathmode
mathbb font mathmode
mathbf font mathmode
boldsymbol font mathmode
mathcal font mathmode
mathfrak font mathmode
mathit font mathmode

View File

@ -517,7 +517,7 @@ fontinfo fontinfos[] = {
// math fonts
{"mathnormal", ROMAN_FAMILY, MEDIUM_SERIES,
ITALIC_SHAPE, Color_math},
{"mathbf", inh_family, BOLD_SERIES,
{"boldsymbol", inh_family, BOLD_SERIES,
inh_shape, Color_math},
{"mathcal", CMSY_FAMILY, inh_series,
inh_shape, Color_math},