]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_symbolinset.C
infrastructure for requiring "amssymb".
[lyx.git] / src / mathed / math_symbolinset.C
index c861d5c94289f70744f7543a7af01f1b61eee024..f2f0f5c6a2273a88990a9af1558fd148f7c4a4ff 100644 (file)
@@ -177,3 +177,14 @@ void MathSymbolInset::write(WriteStream & os) const
 }
 
 
+void MathSymbolInset::infoize(std::ostream & os) const
+{
+       os << '\\' << name();
+}
+
+
+void MathSymbolInset::validate(LaTeXFeatures & features) const
+{
+       // if (...)
+       //      features.require("amssymb");
+}