X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLayout.h;h=53fb682a6ef279c5b5ed87f23796f591a8105b1c;hb=b0a73c0dfdbfa0541f04d7ee2578c4cd272ef7b9;hp=6c4b6c01d87c1bd82f60d1ed871d08fae28e5707;hpb=8b92a2a689c2548a263065a24c0d3aa917785cce;p=lyx.git diff --git a/src/Layout.h b/src/Layout.h index 6c4b6c01d8..53fb682a6e 100644 --- a/src/Layout.h +++ b/src/Layout.h @@ -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 LaTeXArgMap;