]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFont.cpp
Another warning.
[lyx.git] / src / mathed / InsetMathFont.cpp
index 93a266553759d0b4530d893993e7028dacf761d0..6b3f2e0f2f51f0559e53fcd997a663d0a3ef04d5 100644 (file)
@@ -100,6 +100,8 @@ void InsetMathFont::validate(LaTeXFeatures & features) const
                if (key_->name == "text" || key_->name == "textnormal"
                                || (key_->name.length() == 6 && key_->name.substr(0, 4) == "text"))
                        features.require("amstext");
+               if (key_->name == "mathscr")
+                       features.require("mathrsfs"); 
                if (key_->name == "textipa")
                        features.require("tipa");
                if (key_->name == "ce" || key_->name == "cf")