commit 7114de5175e0d34275b39bb998dd65186d1d219f
Author: Enrico Forestieri <[email protected]>
Date: Fri Feb 19 02:19:06 2021 +0100
Fix bug #12148
---
src/Paragraph.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp
index 22dcdb6..b7616ad 100644
--- a/src/Paragraph.cpp
+++ b/src/Paragraph.cpp
@@ -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
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs