]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.h
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / Layout.h
index 6c4b6c01d87c1bd82f60d1ed871d08fae28e5707..53fb682a6ef279c5b5ed87f23796f591a8105b1c 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;