From: Juergen Spitzmueller Date: Fri, 8 May 2015 07:51:09 +0000 (+0200) Subject: Forgot this. X-Git-Tag: 2.2.0alpha1~885 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9162a3f40e74efe2cc663e884bac651c4a677ac4;p=features.git Forgot this. --- diff --git a/src/Layout.cpp b/src/Layout.cpp index e01b21eed7..cb1f69bf8d 100644 --- a/src/Layout.cpp +++ b/src/Layout.cpp @@ -1046,6 +1046,8 @@ void writeArgument(ostream & os, string const & id, Layout::latexarg const & arg lyxWrite(os, arg.font, "Font", 2); if (arg.labelfont != inherit_font) lyxWrite(os, arg.labelfont, "LabelFont", 2); + if (!arg.pass_thru_chars.empty()) + os << "\t\tPassThruChars \"" << to_utf8(arg.pass_thru_chars) << "\"\n"; os << "\tEndArgument\n"; }