X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FLaTeXFeatures.h;h=3b1cc89d646233a5c202c6d48249b6083aa50df4;hb=55a3dd7b346d29a52ba305a4558e9e380ef50f47;hp=580ff2e215c8eaa5a59f4898307d34b849aa6a82;hpb=dfdcc56cbaf77b67048cfd7e2ad877b7687f4888;p=lyx.git diff --git a/src/LaTeXFeatures.h b/src/LaTeXFeatures.h index 580ff2e215..3b1cc89d64 100644 --- a/src/LaTeXFeatures.h +++ b/src/LaTeXFeatures.h @@ -82,6 +82,10 @@ public: void addPreambleSnippet(std::string const &); /// std::string getPreambleSnippets() const; + /// + void addCSSSnippet(std::string const &); + /// + std::string getCSSSnippets() const; /// Add a feature name requirements void require(std::string const & name); /// Add a set of feature names requirements @@ -150,6 +154,8 @@ private: /// SnippetList preamble_snippets_; /// + SnippetList css_snippets_; + /// typedef std::set LanguageList; /// used languages (only those that are supported by babel) LanguageList UsedLanguages_;