Revert 26348 and 26350. Wrong solution.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26353 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-09-10 14:36:38 +00:00
parent 623308f1e9
commit e16468d72e
3 changed files with 1 additions and 4 deletions

View File

@ -70,7 +70,6 @@ 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

@ -92,8 +92,6 @@ void InsetMathFont::validate(LaTeXFeatures & features) const
features.require("amsmath");
if (key_->name == "textipa")
features.require("tipa");
if (key_->name == "boldsymbol")
features.require("amsbsy");
}

View File

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