]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
prepare Qt 5.6 builds
[lyx.git] / src / LaTeXFeatures.h
index be00847f7e80f60b2c5b6755281a588b20d7dea0..0d417bd9d2a02d9c233b546b25ec78f80fa2dcf9 100644 (file)
@@ -55,6 +55,8 @@ public:
                      OutputParams const &);
        /// The color packages
        std::string const getColorOptions() const;
+       /// The requested package options
+       std::string const getPackageOptions() const;
        /// The packages needed by the document
        std::string const getPackages() const;
        /// The macros definitions needed by the document
@@ -126,6 +128,8 @@ public:
        ///
        std::set<std::string> getEncodingSet(std::string const & doc_encoding) const;
        ///
+       void getFontEncodings(std::vector<std::string> & encodings) const;
+       ///
        void useLayout(docstring const & lyt);
        ///
        void useInsetLayout(InsetLayout const & lay);