X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLayout.h;h=a458f2f6dc07619faa180273f6e3fa78c22b6924;hb=51cc8aa9f6b784f806b1d9cc97fe0749ffac29af;hp=0f5ebbf86b43a20cd6eb8d8be73c8462406c4987;hpb=20bcaec061193a3984d42040ee65d2723872ecf4;p=lyx.git diff --git a/src/Layout.h b/src/Layout.h index 0f5ebbf86b..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; @@ -285,6 +286,8 @@ public: bool free_spacing; /// bool pass_thru; + /// Individual chars to be passed verbatim + docstring pass_thru_chars; /// bool parbreak_is_newline; /// show this in toc @@ -440,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_;