mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Amend 9f04eeae03
This commit is contained in:
parent
9f04eeae03
commit
cb6c183225
@ -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";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user