]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.C
ws changes only
[lyx.git] / src / LaTeXFeatures.C
index cf96b66de4d428db2c735047d7222d842925ff9d..bd891b5b764b2b3408df0bc77a06f6f6deac638e 100644 (file)
@@ -35,7 +35,7 @@ using lyx::support::OnlyPath;
 
 using std::endl;
 using std::find;
-
+using std::string;
 using std::list;
 using std::ostream;
 using std::ostringstream;
@@ -189,7 +189,9 @@ char const * simplefeatures[] = {
        "prettyref",
        "float",
        "wasy",
-       "dvipost"
+       "dvipost",
+       "fancybox",
+       "calc"
 };
 
 int const nb_simplefeatures = sizeof(simplefeatures) / sizeof(char const *);