mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
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:
parent
0b8c6246ff
commit
25edee2ead
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user