]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Preamble.h
Remove wmf2eps as EMF > EPS converter
[lyx.git] / src / tex2lyx / Preamble.h
index 8461983d1aea59d8788cbe716465d228416f00bc..5dcc6718d7b4bd79efd2f0fc2bb3600feeb026b6 100644 (file)
@@ -48,6 +48,8 @@ public:
        std::string fontCJK() const { return h_font_cjk; }
        ///
        void fontCJK(std::string const & f) { h_font_cjk_set = true; h_font_cjk = f; }
+       ///
+       bool minted() const { return h_use_minted; }
        /// The document language
        std::string docLanguage() const { return h_language; }
        /// The language of text which is not explicitly marked
@@ -154,7 +156,7 @@ private:
        std::string h_font_cjk;
        std::string h_use_microtype;
        std::string h_is_mathindent;
-       std::string h_math_number_before;
+       std::string h_math_numbering_side;
        std::string h_mathindentation;
        std::string h_graphics;
        std::string h_default_output_format;
@@ -216,6 +218,7 @@ private:
        std::string h_use_default_options;
        std::string h_use_hyperref;
        bool h_use_refstyle;
+       bool h_use_minted;
 
        /*!
         * Add package \p name with options \p options to used_packages.