diff --git a/src/mathed/math_cursor.C b/src/mathed/math_cursor.C index 2698c5bed3..fe08e2802a 100644 --- a/src/mathed/math_cursor.C +++ b/src/mathed/math_cursor.C @@ -1393,7 +1393,7 @@ bool MathCursor::interpret(char c) if (c == '\\') insert(c, LM_TC_TEX); - else + else if (c != ' ') insert(c, lastcode_); return true;