]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
Remove the unused default parameter of Buffer::doExport().
[lyx.git] / src / LaTeXFeatures.h
index 5b0ff9aaf02104b0a13c6be0122f486e9e8f3e8e..a1164e6fef94257e3bd60b6ee980d18e85dd4e4a 100644 (file)
@@ -58,6 +58,8 @@ 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
@@ -129,6 +131,8 @@ public:
        void inFloat(bool const b) { in_float_ = b; }
        /// Runparams that will be used for exporting this file.
        OutputParams const & runparams() const { return runparams_; }
+       /// Resolve alternatives like "esint|amsmath|wasysym"
+       void resolveAlternatives();
        ///
        void setHTMLTitle(docstring const & t) { htmltitle_ = t; }
        ///