(cherry picked from commit 7114de5175)
This commit is contained in:
Enrico Forestieri 2021-02-19 02:19:06 +01:00
parent 2079dc1b16
commit c1ef23e54e
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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