]> git.lyx.org Git - features.git/commitdiff
A little debugging output.
authorRichard Heck <rgheck@comcast.net>
Thu, 31 Dec 2009 18:40:20 +0000 (18:40 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 31 Dec 2009 18:40:20 +0000 (18:40 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32704 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMath.cpp

index 0a9772c6769c3e7c1a243b6170aba64c49a13644..a1cc8d8049e940914e2d1510ab5050f228c97e6d 100644 (file)
@@ -122,6 +122,7 @@ void InsetMath::mathematica(MathematicaStream & os) const
 
 void InsetMath::mathmlize(MathStream & os) const
 {
+       os << "<!-- " << from_utf8(insetName(lyxCode())) << " -->";
        os << MTag("mi");
        NormalStream ns(os.os());
        normalize(ns);