From 9162a3f40e74efe2cc663e884bac651c4a677ac4 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Fri, 8 May 2015 09:51:09 +0200 Subject: [PATCH] Forgot this. --- src/Layout.cpp | 2 ++ 1 file changed, 2 insertions(+) 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"; } -- 2.39.2