X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLayout.h;h=a458f2f6dc07619faa180273f6e3fa78c22b6924;hb=51cc8aa9f6b784f806b1d9cc97fe0749ffac29af;hp=2da831e93e40f5a7479c612e68917dacf8c82ab0;hpb=f9f05c364b420ed9a6ecff223cf9e20a6b2ec4aa;p=lyx.git diff --git a/src/Layout.h b/src/Layout.h index 2da831e93e..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