]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
GuiBox.cpp: fix #6721
[lyx.git] / src / BufferParams.h
index 8ad2e064196e52f333e70e098085a7b7d1e09942..a4143a0c7e94d1b6196fb3abbc7f3f28ff7cb254 100644 (file)
@@ -293,6 +293,8 @@ public:
        bool isfontcolor;
        ///
        RGBColor notefontcolor;
+       ///
+       RGBColor boxbgcolor;
        /// \param index should lie in the range 0 <= \c index <= 3.
        Bullet & temp_bullet(size_type index);
        Bullet const & temp_bullet(size_type index) const;
@@ -391,6 +393,12 @@ 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;
 
 private:
        ///