]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Remove unneeded std::.
[lyx.git] / src / BufferParams.h
index 87b8713c2aa88ca09b37788005ef99b7864acb92..2973687d2d21a940f01c78d67b016fb20f9bb478 100644 (file)
@@ -361,6 +361,12 @@ public:
        PDFOptions & pdfoptions();
        PDFOptions const & pdfoptions() const;
 
+       /// whether to use MathML for math output, or instead images
+       bool html_use_mathml;
+       /// whether to attempt to be XHTML 1.1 compliant or instead be
+       /// a little more mellow
+       bool html_be_strict;
+
 private:
        ///
        void readPreamble(Lexer &);