mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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:
parent
fab42d011c
commit
e78347a673
@ -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
|
||||
|
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user