]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.h
Rename a couple routines in preparation for more.
[lyx.git] / src / TextClass.h
index 2ea9bba86c489d69162f125f4ecc6ed2c6d67065..5f0510ca285cd51edbddb767b02b51a6021a02c0 100644 (file)
@@ -254,6 +254,8 @@ protected:
        static const docstring plain_layout_;
        /// preamble text to support layout styles
        docstring preamble_;
+       /// same, but for HTML output
+       docstring htmlpreamble_;
        /// latex packages loaded by document class.
        std::set<std::string> provides_;
        /// latex packages requested by document class.
@@ -380,6 +382,8 @@ public:
        std::string const & pagestyle() const { return pagestyle_; }
        ///
        docstring const & preamble() const { return preamble_; }
+       ///
+       docstring const & htmlpreamble() const { return htmlpreamble_; }
        /// is this feature already provided by the class?
        bool provides(std::string const & p) const;
        /// features required by the class?