]> 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 5287f53d8a7d8b5330a868d2e5e9fabdf12e4bf3..1a03ae34065b3cd69585ebd3b48aecfa0ed06bd8 100644 (file)
@@ -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;