From e3b15701a740b3ae6748460a47c1e6e1ecb899b9 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 9 Sep 2008 18:46:38 +0000 Subject: [PATCH] Forgot this part. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26350 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathFont.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mathed/InsetMathFont.cpp b/src/mathed/InsetMathFont.cpp index 2d73d64710..fb728fe402 100644 --- a/src/mathed/InsetMathFont.cpp +++ b/src/mathed/InsetMathFont.cpp @@ -92,6 +92,8 @@ void InsetMathFont::validate(LaTeXFeatures & features) const features.require("amsmath"); if (key_->name == "textipa") features.require("tipa"); + if (key_->name == "boldsymbol") + features.require("amsbsy"); } -- 2.39.2