From 155a338aa9ba1c895c87a47535608d00c3b36773 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sun, 2 Jun 2019 16:55:11 +0200 Subject: [PATCH] Amend 9f04eeae032d --- src/Layout.cpp | 2 ++ 1 file changed, 2 insertions(+) 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"; } -- 2.39.5