From: Richard Heck Date: Thu, 31 Dec 2009 18:40:20 +0000 (+0000) Subject: A little debugging output. X-Git-Tag: 2.0.0~4649 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=25edee2ead3daed304f5e74fa59879551b104715;p=features.git A little debugging output. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32704 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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);