]> 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 92d3694cd47b68bc200709c0b5a2d1eee885f763..1a03ae34065b3cd69585ebd3b48aecfa0ed06bd8 100644 (file)
@@ -96,7 +96,7 @@ public:
        /// 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);
+       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;
@@ -148,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;
@@ -193,6 +194,7 @@ private:
        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;