mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Fix bug #12148
This commit is contained in:
parent
762b87b018
commit
7114de5175
@ -2562,7 +2562,7 @@ void Paragraph::latex(BufferParams const & bparams,
|
||||
runparams);
|
||||
runningChange = Change(Change::UNCHANGED);
|
||||
|
||||
os << "}] ";
|
||||
os << (isEnvSeparator(i) ? "}]~" : "}] ");
|
||||
column +=3;
|
||||
}
|
||||
// For InTitle commands, we have already opened a group
|
||||
|
Loading…
Reference in New Issue
Block a user