]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
Remove unused font variable which caused a warning.
[lyx.git] / src / LaTeXFeatures.h
index 2a40539e5e881bbab85129dd635de9fe2818d7da..fa1dbc33b76bf936dfd29d3ff568c72544655def 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,6 +93,8 @@ struct LaTeXFeatures {
        bool prettyref; // prettyref.sty
        ///
        bool chess;     // chess.sty
+       ///
+       bool natbib;    // natbib.sty
 
        ///
        bool lyx;
@@ -126,7 +128,7 @@ struct LaTeXFeatures {
        std::vector<bool> layout;
 
        ///
-       bool LyXParagraphIndent;
+       bool ParagraphIndent;
        ///
        bool NeedLyXFootnoteCode;
        ///