]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Correct Right Arrow key processing in Modules list
[lyx.git] / src / BufferParams.h
index 84a5e58eab7cb4cd75ba7894270e6e4db846255b..b42d622fb38a39eb7366e6bc64230fd954a840fc 100644 (file)
@@ -184,8 +184,6 @@ public:
 
        /// returns \c true if the buffer contains a LaTeX document
        bool isLatex() const;
-       /// returns \c true if the buffer contains a DocBook document
-       bool isDocBook() const;
        /// returns \c true if the buffer contains a Wed document
        bool isLiterate() const;
 
@@ -560,6 +558,15 @@ public:
        std::string html_latex_end;
        ///
        bool html_css_as_file;
+
+       // do not change these values. we rely upon them.
+       enum TableOutput {
+               HTMLTable = 0,
+               CALSTable = 1
+       };
+       /// what format to use for table output in DocBook. present choices are above
+       TableOutput docbook_table_output;
+
        /// allow the LaTeX backend to run external programs
        bool shell_escape;
        /// generate output usable for reverse/forward search