]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathStackrel.cpp
MathML for Stackrel.
[lyx.git] / src / mathed / InsetMathStackrel.cpp
index 0a934f21d29424d293bf75e72f80e87f38ffbdca..84e2d95191c47da70c73369312afddd78b47d25d 100644 (file)
@@ -69,4 +69,9 @@ void InsetMathStackrel::normalize(NormalStream & os) const
 }
 
 
+void InsetMathStackrel::mathmlize(MathStream & ms) const
+{
+       ms << "<mover accent='false'>" << cell(1) << cell(0) << "</mover>";
+}
+
 } // namespace lyx