mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
parent
2079dc1b16
commit
c1ef23e54e
@ -2498,7 +2498,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
|
||||
|
@ -56,6 +56,10 @@ What's new
|
||||
|
||||
- Fix tables in title.
|
||||
|
||||
- Fix issue causing the coalesce of an empty description list item and an
|
||||
immediately following nested itemize environment when loading documents
|
||||
created with version 2.1 or earlier (bug 12148).
|
||||
|
||||
|
||||
* USER INTERFACE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user