]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.h
Color broken citations, xrefs, and includes
[lyx.git] / src / Layout.h
index 6c4b6c01d87c1bd82f60d1ed871d08fae28e5707..c8f7c95ad08ad70dc0d64cc98747b953d4b5e9d3 100644 (file)
@@ -106,9 +106,12 @@ public:
                FontInfo labelfont;
                bool autoinsert;
                bool insertcotext;
+               bool insertonnewline;
                ArgPassThru passthru;
                docstring pass_thru_chars;
                bool is_toc_caption;
+               bool free_spacing;
+               std::string newlinecmd;
        };
        ///
        typedef std::map<std::string, latexarg> LaTeXArgMap;
@@ -150,7 +153,7 @@ public:
        /// this layout for language \p lang
        docstring const babelpreamble() const { return babelpreamble_; }
        ///
-       std::set<std::string> const & requires() const { return requires_; }
+       std::set<std::string> const & required() const { return requires_; }
        ///
        std::set<docstring> const & autonests() const { return autonests_; }
        ///