]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
add missing writeNormal() methods to some insets
[lyx.git] / src / LaTeXFeatures.h
index fa1dbc33b76bf936dfd29d3ff568c72544655def..be168ffef28cd6ba5f5ad573ece3e2a07217de10 100644 (file)
@@ -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;
        ///
@@ -95,7 +97,9 @@ struct LaTeXFeatures {
        bool chess;     // chess.sty
        ///
        bool natbib;    // natbib.sty
-
+       ///
+       bool floats;    // float.sty
+       
        ///
        bool lyx;
        ///