]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
better latin3&4 support
[lyx.git] / src / LaTeXFeatures.h
index c74bb092155cdde29222402c6f8b9f64a0f74129..7926fa206d62a84e21e305f0f4aaa4dd78754156 100644 (file)
@@ -93,7 +93,11 @@ struct LaTeXFeatures {
        bool prettyref; // prettyref.sty
        ///
        bool chess;     // chess.sty
-
+       ///
+       bool natbib;    // natbib.sty
+       ///
+       bool floats;    // float.sty
+       
        ///
        bool lyx;
        ///
@@ -126,7 +130,7 @@ struct LaTeXFeatures {
        std::vector<bool> layout;
 
        ///
-       bool LyXParagraphIndent;
+       bool ParagraphIndent;
        ///
        bool NeedLyXFootnoteCode;
        ///