]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSpace.cpp
* src/mathed/InsetMathHull.cpp:
[lyx.git] / src / mathed / InsetMathSpace.cpp
index 7d44accf7bd2146919a953d62332611c67dd73aa..b9286087cf26599187d568adf3b50a72906f3dd5 100644 (file)
@@ -147,6 +147,7 @@ void InsetMathSpace::normalize(NormalStream & os) const
 void InsetMathSpace::write(WriteStream & os) const
 {
        if (space_ >= 0 && space_ < nSpace) {
+               MathEnsurer ensurer(os);
                os << '\\' << latex_mathspace[space_];
                os.pendingSpace(true);
        }