mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Forgot this part.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26350 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3bb9c0d34d
commit
e3b15701a7
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user