mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
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:
parent
dbf071646b
commit
be86dbbd39
@ -289,6 +289,7 @@ void InsetMathBoxed::infoize(odocstream & os) const
|
||||
void InsetMathBoxed::validate(LaTeXFeatures & features) const
|
||||
{
|
||||
features.require("amsmath");
|
||||
InsetMathNest::validate(features);
|
||||
}
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user