]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
better latin3&4 support
[lyx.git] / src / LaTeXFeatures.h
index 2a40539e5e881bbab85129dd635de9fe2818d7da..7926fa206d62a84e21e305f0f4aaa4dd78754156 100644 (file)
@@ -5,7 +5,7 @@
 *           LyX, The Document Processor
 *        
 *           Copyright 1995 Matthias Ettrich
-*           Copyright 1995-2000 the LyX Team.
+*           Copyright 1995-2001 the LyX Team.
 *
 * ====================================================== */
 
@@ -44,7 +44,7 @@ struct LaTeXFeatures {
        ///
        string const getIncludedFiles(string const & fname) const;
        ///
-       void getFloatDefinitions(ostream & os) const;
+       void getFloatDefinitions(std::ostream & os) const;
 
        ///
        void showStruct() const;
@@ -72,7 +72,7 @@ struct LaTeXFeatures {
        ///
        bool longtable; // longtable.sty
        ///
-       bool algorithm; // algorithm.sty
+       //bool algorithm; // algorithm.sty
        ///
        bool rotating;  // rotating.sty
        ///
@@ -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;
        ///