]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Fix bug #8782: We need to query the cell, not just the inset.
[lyx.git] / src / BufferParams.h
index f62911c2626b4ad5ca889556bf1872a619283131..7314b421b2bc1d9340cbf9944738d4a645497fd7 100644 (file)
@@ -278,6 +278,8 @@ public:
        int fontsTypewriterScale() const { return fonts_typewriter_scale[useNonTeXFonts]; }
        /// the font used by the CJK command
        std::string fonts_cjk;
+       /// use LaTeX microtype package
+       bool use_microtype;
        ///
        Spacing & spacing();
        Spacing const & spacing() const;