X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2FLayout.h;h=53fb682a6ef279c5b5ed87f23796f591a8105b1c;hb=009e7a61bbf5fb56b724a73028f18c4d80beed45;hp=4f4f1c7899c3a3e1e6ef430103f1ff16b38c0337;hpb=b124adbd3837b2e413e3f859e631e7c689a2cf1d;p=lyx.git diff --git a/src/Layout.h b/src/Layout.h index 4f4f1c7899..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; @@ -317,6 +320,9 @@ public: /** true when the verbatim stuff of this layout needs to be \cprotect'ed. */ bool needcprotect; + /** true when specific commands in this paragraph need to be + protected in an \mbox. */ + bool needmboxprotect; /// true when empty paragraphs should be kept. bool keepempty; /// Type of LaTeX object