]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.cpp
Continue working on the embedding feature. An additional parameter updateFile is...
[lyx.git] / src / LaTeXFeatures.cpp
index c4e3a642cd048b20a025eb1f7392e7939a5e41c5..8e0b42e63b97ede8311b09ed519aaa9812820fc4 100644 (file)
@@ -547,7 +547,8 @@ char const * simplefeatures[] = {
        "endnotes",
        "ifthen",
        "amsthm",
-       "listings"
+       "listings",
+       "bm"
 };
 
 int const nb_simplefeatures = sizeof(simplefeatures) / sizeof(char const *);