]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLayout.h
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetLayout.h
index 0fcbad20d0ac645eac01deff28820dcb3ef0a430..3fdc17f8cecfb5f5036a77789b821d8cd061db86 100644 (file)
@@ -84,6 +84,8 @@ public:
        docstring preamble() const { return preamble_; }
        ///
        docstring counter() const { return counter_; }
+       ///
+       docstring refprefix() const { return refprefix_; }
        /// The tag enclosing all the material in this inset. Default is "span".
        std::string const & htmltag() const;
        /// Additional attributes for inclusion with the start tag. Default (if
@@ -176,6 +178,8 @@ private:
        ///
        docstring preamble_;
        ///
+       docstring refprefix_;
+       ///
        mutable std::string htmltag_;
        ///
        mutable std::string htmlattr_;