commit cb6c183225a51322a3b7ee9b4b97884f38d6e5cf
Author: Juergen Spitzmueller <[email protected]>
Date:   Sun Jun 2 16:55:11 2019 +0200

    Amend 9f04eeae032d
---
 src/Layout.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/Layout.cpp b/src/Layout.cpp
index fa6b58c..7d3a1f8 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";
 }
 

Reply via email to