A little debugging output.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32704 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-12-31 18:40:20 +00:00
parent 0b8c6246ff
commit 25edee2ead

View 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);