]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
add missing writeNormal() methods to some insets
[lyx.git] / src / LaTeXFeatures.h
index e4b263e004cd8432f72c1c69e53b8e6e1b9a6207..be168ffef28cd6ba5f5ad573ece3e2a07217de10 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;
        ///
@@ -93,7 +95,11 @@ struct LaTeXFeatures {
        bool prettyref; // prettyref.sty
        ///
        bool chess;     // chess.sty
-
+       ///
+       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;
        ///