]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
Restore the version number position on the splash screen
[lyx.git] / src / LaTeXFeatures.h
index f18cdd480013c02be9b3173252b65c3b0f1f1870..9de20f3c8a3458a1edb3ea394b07878780295795 100644 (file)
@@ -73,8 +73,13 @@ public:
        static void getAvailable();
        /// Is the (required) package available?
        static bool isAvailable(std::string const & name);
-       /// Is the package required?
+       /// Has the package been required?
        bool isRequired(std::string const & name) const;
+       /* Is it necessary to load the package? This is true is
+          isRequired is true and the feature is not provided by the
+          textclass.
+       */
+       bool mustProvide(std::string const & name) const;
        ///
        void useFloat(std::string const & name);
        ///