X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeXFeatures.h;h=2cc90cdbacfb3384f9905f0286cbb3a51c6d7851;hb=fba1c434e5166d0bd44fc7b981a141ab94553d5d;hp=8ec5e68cce022b0715dba9efb48f3b2889ee575c;hpb=714113655ad434f9a73d0101038568d59311af72;p=lyx.git diff --git a/src/LaTeXFeatures.h b/src/LaTeXFeatures.h index 8ec5e68cce..2cc90cdbac 100644 --- a/src/LaTeXFeatures.h +++ b/src/LaTeXFeatures.h @@ -14,7 +14,7 @@ #define LATEXFEATURES_H #include "OutputParams.h" -#include "support/docstring.h" +#include "support/strfwd.h" #include #include @@ -93,7 +93,8 @@ public: void addPreambleSnippet(docstring const & snippet, bool allowdupes = false); /// TexString getPreambleSnippets() const; - /// + /// Adds CSS information for HTML export. + /// Note that addPreambleSnippet is for LaTeX-type export void addCSSSnippet(std::string const &); /// docstring getCSSSnippets() const; @@ -141,7 +142,7 @@ public: void getFontEncodings(std::vector & encodings, bool const onlylangs = false) const; /// - void useLayout(docstring const & lyt); + void useLayout(docstring const & layoutname); /// void useInsetLayout(InsetLayout const & lay); ///