mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
* src/LaTeXFeatures.C
(char const * simplefeatures[]): add tipa * src/mathed/math_fontinset.C (void MathFontInset::validate): textipa requires tipa git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13677 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e2ddbdca5c
commit
786a8e1ab8
@ -243,6 +243,7 @@ char const * simplefeatures[] = {
|
||||
"fancybox",
|
||||
"calc",
|
||||
"nicefrac",
|
||||
"tipa",
|
||||
};
|
||||
|
||||
int const nb_simplefeatures = sizeof(simplefeatures) / sizeof(char const *);
|
||||
|
@ -87,6 +87,8 @@ void MathFontInset::validate(LaTeXFeatures & features) const
|
||||
features.require("amssymb");
|
||||
if (key_->name == "text")
|
||||
features.require("amsmath");
|
||||
if (key_->name == "textipa")
|
||||
features.require("tipa");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user