]> git.lyx.org Git - features.git/blobdiff - src/TextClass.h
New layout tags specifically for CSS information.
[features.git] / src / TextClass.h
index b3354898d553c40de46c313e53dc7df18323dde9..a25338f111dab5169848338da9a133f03e0fc662 100644 (file)
@@ -264,6 +264,8 @@ protected:
        /// same, but for HTML output
        /// this is output as is to the header
        docstring htmlpreamble_;
+       /// same, but specifically for CSS information
+       docstring htmlstyles_;
        /// the paragraph style to use for TOCs, Bibliography, etc
        mutable docstring html_toc_section_;
        /// latex packages loaded by document class.
@@ -401,6 +403,8 @@ public:
        docstring const & preamble() const { return preamble_; }
        ///
        docstring const & htmlpreamble() const { return htmlpreamble_; }
+       ///
+       docstring const & htmlstyles() const { return htmlstyles_; }
        /// the paragraph style to use for TOCs, Bibliography, etc
        /// we will attempt to calculate this if it was not given
        Layout const & htmlTOCLayout() const;