commit eda3219662f2c7a7f75f32630c2a68e354801c68
Author: Jean-Marc Lasgouttes <[email protected]>
Date: Wed Sep 9 10:35:35 2020 +0200
Remove unneeded space for \nolimits
---
src/mathed/InsetMath.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/mathed/InsetMath.cpp b/src/mathed/InsetMath.cpp
index bddd82f..1adeec1 100644
--- a/src/mathed/InsetMath.cpp
+++ b/src/mathed/InsetMath.cpp
@@ -75,7 +75,7 @@ void InsetMath::writeLimits(WriteStream & os) const
os << "\\limits";
os.pendingSpace(true);
} else if (limits() == NO_LIMITS) {
- os << "\\nolimits ";
+ os << "\\nolimits";
os.pendingSpace(true);
}
}
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs