X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTextClass.h;h=a25338f111dab5169848338da9a133f03e0fc662;hb=157319b3f65419fa604d29f0741180f0247e8f15;hp=b3354898d553c40de46c313e53dc7df18323dde9;hpb=b0601b540ebd8fea81445c564638b9b51261f532;p=features.git diff --git a/src/TextClass.h b/src/TextClass.h index b3354898d5..a25338f111 100644 --- a/src/TextClass.h +++ b/src/TextClass.h @@ -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;