]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Correct Right Arrow key processing in Modules list
[lyx.git] / src / BufferParams.h
index 4e176c945e7dddd0b031c2f9c971f0218dcec37c..b42d622fb38a39eb7366e6bc64230fd954a840fc 100644 (file)
@@ -558,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