]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Preamble.h
Make undo action no-ops when the buffer is read-only
[lyx.git] / src / tex2lyx / Preamble.h
index 42c6069fd24ca4609ccfcd46271ae5b7ecab52a5..1a03ae34065b3cd69585ebd3b48aecfa0ed06bd8 100644 (file)
@@ -95,6 +95,8 @@ public:
        void registerAuthor(std::string const & name, std::string const & initials);
        /// Get author named \p name (must be registered first)
        Author const & getAuthor(std::string const & name) const;
+       /// Set text class
+       void setTextClass(std::string const & tclass, TeX2LyXDocClass & tc);
        /// Get number of arguments of special table column type \c or -1
        /// if no column type \p c exists
        int getSpecialTableColumnArguments(char c) const;
@@ -146,6 +148,7 @@ private:
        int index_number;
 
        std::ostringstream h_preamble;
+       std::string h_doc_metadata;
        std::string h_backgroundcolor;
        std::string h_multibib;
        std::string h_biblio_style;
@@ -190,6 +193,8 @@ private:
        std::string h_html_be_strict;
        std::string h_html_css_as_file;
        std::string h_html_math_output;
+       std::string h_docbook_table_output;
+       std::string h_docbook_mathml_prefix;
        std::string h_index[99];
        std::string h_index_command;
        std::string h_inputencoding;