]> git.lyx.org Git - features.git/blobdiff - src/LaTeXFeatures.h
skak support, John's ERT fixes, loclae blunder fix
[features.git] / src / LaTeXFeatures.h
index e4b263e004cd8432f72c1c69e53b8e6e1b9a6207..3f8005eef612b5e3bb41b7bf57e4c24fbf473730 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.
 *
 * ====================================================== */
 
@@ -41,6 +41,8 @@ struct LaTeXFeatures {
        string const getMacros() const;
        /// The definitions needed by the document's textclass
        string const getTClassPreamble() const;
+       /// The sgml definitions needed by the document (dobook/linuxdoc)
+       string const getLyXSGMLEntities() const;
        ///
        string const getIncludedFiles(string const & fname) const;
        ///
@@ -92,8 +94,12 @@ struct LaTeXFeatures {
        ///
        bool prettyref; // prettyref.sty
        ///
-       bool chess;     // chess.sty
-
+       bool chess;     // skak.sty (new chess support)
+       ///
+       bool natbib;    // natbib.sty
+       ///
+       bool floats;    // float.sty
+       
        ///
        bool lyx;
        ///
@@ -126,7 +132,7 @@ struct LaTeXFeatures {
        std::vector<bool> layout;
 
        ///
-       bool LyXParagraphIndent;
+       bool ParagraphIndent;
        ///
        bool NeedLyXFootnoteCode;
        ///