]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Preamble.h
Capitalize labels of floats, etc. Fixes #11993.
[lyx.git] / src / tex2lyx / Preamble.h
index de20b5ede852612c5c32472d66bdc1439b57f59a..5287f53d8a7d8b5330a868d2e5e9fabdf12e4bf3 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;
@@ -190,6 +192,7 @@ 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_index[99];
        std::string h_index_command;
        std::string h_inputencoding;
@@ -202,6 +205,7 @@ private:
        std::string h_notefontcolor;
        std::string h_options;
        std::string h_output_changes;
+       std::string h_change_bars;
        std::string h_output_sync;
        std::string h_output_sync_macro;
        std::string h_papercolumns;