]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.h
GuiSearch did not work with num. keypad enter
[lyx.git] / src / Layout.h
index cb8f537cbb8f37ebd9288ff011e1c31afe9d9cd5..4eb8412723b9263d75427e4b71afcef11b4801d0 100644 (file)
@@ -115,6 +115,7 @@ public:
                docstring docbooktag;
                docstring docbooktagtype;
                docstring docbookattr;
+               bool docbookargumentbeforemaintag = false;
        };
        ///
        typedef std::map<std::string, latexarg> LaTeXArgMap;
@@ -250,6 +251,8 @@ public:
        ///
        std::string const & docbookforceabstracttag() const;
        ///
+       bool docbooknofontinside() const { return docbooknofontinside_; }
+       ///
        bool isParagraph() const { return latextype == LATEX_PARAGRAPH; }
        ///
        bool isCommand() const { return latextype == LATEX_COMMAND; }
@@ -572,6 +575,8 @@ private:
        /// in LyX must be considered as the abstract if this is true); this text must be output with the specific tag
        /// held by this attribute
        mutable std::string docbookforceabstracttag_;
+       /// Whether font tags are allowed inside this tag.
+       bool docbooknofontinside_ = false;
        /// Should we generate the default CSS for this layout, even if HTMLStyle
        /// has been given? Default is false.
        /// Note that the default CSS is output first, then the user CSS, so it is