]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Workaround for #6865: smarter FontList::setMisspelled implementation
[lyx.git] / src / BufferParams.h
index 1e8174d12c33f02d9adc1cf48095b807e3f0d40c..e19e8178414f7a9f6d07b0f7907ca1754c991185 100644 (file)
@@ -79,7 +79,7 @@ public:
        void validate(LaTeXFeatures &) const;
 
        /** \returns true if the babel package is used (interogates
-        *  the BufferParams and a LyXRC variable).
+        *  the BufferParams, a LyXRC variable, and the document class).
         *  This returned value can then be passed to the insets...
         */
        bool writeLaTeX(odocstream &, LaTeXFeatures &, TexRow &,
@@ -393,6 +393,16 @@ public:
        /// whether to attempt to be XHTML 1.1 compliant or instead be
        /// a little more mellow
        bool html_be_strict;
+       ///
+       double html_math_img_scale;
+       ///
+       std::string html_latex_start;
+       ///
+       std::string html_latex_end;
+       /// generate output usable for reverse/forward search
+       bool output_sync;
+       /// custom LaTeX macro from user instead our own
+       std::string output_sync_macro;
 
 private:
        ///