]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExFunc.cpp
Paint \dot & \ddot more like a dot
[lyx.git] / src / mathed / InsetMathExFunc.cpp
index 35e2f62bcbab25a67421f1a99b6ba0c0423492c2..e4e1f10c2e2b8daa099bcb490185c58828f1a798 100644 (file)
@@ -129,6 +129,12 @@ void InsetMathExFunc::mathmlize(MathStream & os) const
 }
 
 
+void InsetMathExFunc::htmlize(HtmlStream & os) const
+{
+       os << name_ << cell(0);
+}
+
+
 void InsetMathExFunc::octave(OctaveStream & os) const
 {
        os << name_ << '(' << cell(0) << ')';