Fix bug #6297: Use of Fraktur font in boxed equation does not automatically include amssymb.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31819 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-11-01 22:16:49 +00:00
parent 28cb2a46b9
commit d3c786eed6

View File

@ -289,6 +289,7 @@ void InsetMathBoxed::infoize(odocstream & os) const
void InsetMathBoxed::validate(LaTeXFeatures & features) const
{
features.require("amsmath");
InsetMathNest::validate(features);
}