mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 19:14:51 +00:00
parent
2079dc1b16
commit
c1ef23e54e
@ -2498,7 +2498,7 @@ void Paragraph::latex(BufferParams const & bparams,
|
|||||||
runparams);
|
runparams);
|
||||||
runningChange = Change(Change::UNCHANGED);
|
runningChange = Change(Change::UNCHANGED);
|
||||||
|
|
||||||
os << "}] ";
|
os << (isEnvSeparator(i) ? "}]~" : "}] ");
|
||||||
column +=3;
|
column +=3;
|
||||||
}
|
}
|
||||||
// For InTitle commands, we have already opened a group
|
// For InTitle commands, we have already opened a group
|
||||||
|
@ -56,6 +56,10 @@ What's new
|
|||||||
|
|
||||||
- Fix tables in title.
|
- 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
|
* USER INTERFACE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user