]> 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 fa1dbc33b76bf936dfd29d3ff568c72544655def..3f8005eef612b5e3bb41b7bf57e4c24fbf473730 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;
        ///
@@ -92,10 +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;
        ///