]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
HTML for comments and colors.
[lyx.git] / src / BufferParams.h
index 5055790ab351b790a1d36499739bbb81d7854124..c1992aac591d8551292cb340f9ddf17130d4808e 100644 (file)
@@ -375,8 +375,14 @@ public:
        PDFOptions & pdfoptions();
        PDFOptions const & pdfoptions() const;
 
-       /// whether to use MathML for math output, or instead images
-       bool html_use_mathml;
+       enum MathOutput {
+               MathML,
+               HTML,
+               Images,
+               LaTeX
+       };
+       /// what to use for math output. present choices are above
+       MathOutput html_math_output;
        /// whether to attempt to be XHTML 1.1 compliant or instead be
        /// a little more mellow
        bool html_be_strict;