From 25edee2ead3daed304f5e74fa59879551b104715 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 31 Dec 2009 18:40:20 +0000 Subject: [PATCH] A little debugging output. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32704 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMath.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mathed/InsetMath.cpp b/src/mathed/InsetMath.cpp index 0a9772c676..a1cc8d8049 100644 --- a/src/mathed/InsetMath.cpp +++ b/src/mathed/InsetMath.cpp @@ -122,6 +122,7 @@ void InsetMath::mathematica(MathematicaStream & os) const void InsetMath::mathmlize(MathStream & os) const { + os << ""; os << MTag("mi"); NormalStream ns(os.os()); normalize(ns); -- 2.39.2