From: Juergen Spitzmueller Date: Sun, 2 Jun 2019 14:55:11 +0000 (+0200) Subject: Amend 9f04eeae032d X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=155a338aa9ba1c895c87a47535608d00c3b36773;p=features.git Amend 9f04eeae032d --- diff --git a/src/Layout.cpp b/src/Layout.cpp index fa6b58cc11..7d3a1f89ff 100644 --- a/src/Layout.cpp +++ b/src/Layout.cpp @@ -1172,6 +1172,8 @@ void writeArgument(ostream & os, string const & id, Layout::latexarg const & arg } if (!arg.pass_thru_chars.empty()) os << "\t\tPassThruChars \"" << to_utf8(arg.pass_thru_chars) << "\"\n"; + if (arg.free_spacing) + os << "\t\tFreeSpacing " << arg.free_spacing << "\n"; os << "\tEndArgument\n"; }