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

see r31819.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31831 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-11-02 17:36:53 +00:00
parent dbf071646b
commit be86dbbd39
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -157,6 +157,8 @@ What's new
- Do not eat blanks at the beginning of inserted text in change tracking
mode's PDF output (bug 6282).
- Include packages for commands used within a \boxed (bug 6297).
* USER INTERFACE