]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
Fix typo.
[lyx.git] / src / LaTeXFeatures.h
index 097fe4cf8c425ed9d6abd3d78291cc85fe8f44b5..38273e4fa2f85c42b5c57a80decb9ecac7867f3b 100644 (file)
@@ -88,7 +88,8 @@ public:
        /// Print requirements to lyxerr
        void showStruct() const;
        ///
-       void addPreambleSnippet(std::string const &);
+       void addPreambleSnippet(std::string const & snippet, 
+                               bool allowdupes = false);
        ///
        std::string getPreambleSnippets() const;
        ///
@@ -128,6 +129,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);