X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLayout.h;h=a458f2f6dc07619faa180273f6e3fa78c22b6924;hb=51cc8aa9f6b784f806b1d9cc97fe0749ffac29af;hp=d0abcec6abb2d7966062e8be2c9b9d3e8ba19056;hpb=39ac113ba1e066f9e50a9e58c604f7c86170e5ba;p=lyx.git diff --git a/src/Layout.h b/src/Layout.h index d0abcec6ab..a458f2f6dc 100644 --- a/src/Layout.h +++ b/src/Layout.h @@ -104,6 +104,7 @@ public: FontInfo font; FontInfo labelfont; bool autoinsert; + docstring pass_thru_chars; }; /// typedef std::map LaTeXArgMap; @@ -280,9 +281,13 @@ public: /// bool nextnoindent; /// + ToggleIndentation toggle_indent; + /// bool free_spacing; /// bool pass_thru; + /// Individual chars to be passed verbatim + docstring pass_thru_chars; /// bool parbreak_is_newline; /// show this in toc @@ -438,7 +443,7 @@ private: mutable std::string defaultcssclass_; /// This is the `category' for this layout. The following are /// recommended basic categories: FrontMatter, BackMatter, MainText, - /// Section, Starred, List, Theorem. + /// Sectioning, Starred, List, Reasoning. docstring category_; /// Macro definitions needed for this layout docstring preamble_;