X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxlayout.h;h=1700811cf8ad62a83c641f6f08f1bfdc313f19f0;hb=c1e009f2d3baa65a05345224ae14f1fe521b8199;hp=079b79a85374fda99ad08ad6d449557fd9db3492;hpb=a50233d64b28f6c32bf90b41a699192ee119dbaa;p=lyx.git diff --git a/src/lyxlayout.h b/src/lyxlayout.h index 079b79a853..1700811cf8 100644 --- a/src/lyxlayout.h +++ b/src/lyxlayout.h @@ -136,10 +136,14 @@ public: bool free_spacing; /// bool pass_thru; + /// + bool is_environment; /// for new environment insets string latexheader; /// for new environment insets string latexfooter; + /// for new environment insets + string latexparagraph; /** true when the fragile commands in the paragraph need to be \protect'ed. */