]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_hullinset.C
updates to latexfeatures stuff; allow empty \document_path
[lyx.git] / src / mathed / math_hullinset.C
index e2683fcf29100c77a7bd314cdc4b089b36a37d9b..0e0db0d0d01ab24022ccb0f9d007e242723fcefd 100644 (file)
@@ -261,7 +261,7 @@ bool MathHullInset::numberedType() const
 void MathHullInset::validate(LaTeXFeatures & features) const
 {
        if (ams())
-               features.require("amsstyle");
+               features.require("amsmath");
 
 
        // Validation is necessary only if not using AMS math.