mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
Forgot this.
This commit is contained in:
parent
32341edbb7
commit
9162a3f40e
@ -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";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user