]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Re-organization of Additional Features manual by John Hudson.
[lyx.git] / src / BufferParams.h
index caae01dfec15535e847429326491d15cfbc5e7df..7314b421b2bc1d9340cbf9944738d4a645497fd7 100644 (file)
@@ -42,7 +42,6 @@ class Font;
 class HSpace;
 class IndicesList;
 class Language;
-class LatexFeatures;
 class LayoutFile;
 class LayoutFileIndex;
 class Lexer;
@@ -279,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;