]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
Allow the warning to be disabled.
[lyx.git] / src / LaTeXFeatures.h
index 999c1fb460ff50544178f86453efc462f88868f8..a31ea3a2e5e2ab2f8f6323f0dd21090f5dcb614d 100644 (file)
@@ -58,10 +58,12 @@ public:
        std::string const getBabelPostsettings() const;
        /// Do we need to pass the languages to babel directly? 
        bool needBabelLangOptions() const;
+       /// Load AMS packages when appropriate
+       std::string const loadAMSPackages() const;
        /// The definitions needed by the document's textclass
        docstring const getTClassPreamble() const;
        /// The language dependent definitions needed by the document's textclass
-       docstring const getTClassI18nPreamble(bool use_babel) const;
+       docstring const getTClassI18nPreamble(bool use_babel, bool use_polyglossia) const;
        ///
        docstring const getTClassHTMLStyles() const;
        ///