]> git.lyx.org Git - features.git/blobdiff - src/LaTeXFeatures.h
read the ChangeLog... no huge changes .. but some might get reversed...
[features.git] / src / LaTeXFeatures.h
index 89244eb101a1bb56be0e10c46f05cb552ba176d1..5cabd5d2c14f2d9eadc8fa9e0f81369e567c5a3c 100644 (file)
@@ -48,8 +48,13 @@ struct LaTeXFeatures {
        //@{
        ///
        bool color;     // color.sty
+#ifdef USE_GRAPHICX
+       ///
+       bool graphicx; // graphicx.sty
+#else
        ///
        bool graphics;  // graphics.sty
+#endif
        ///
        bool setspace;  // setspace.sty
        ///