X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathExFunc.cpp;h=e4e1f10c2e2b8daa099bcb490185c58828f1a798;hb=103f7a5ea6d431e28becd02aa7e50ba5941010ff;hp=35e2f62bcbab25a67421f1a99b6ba0c0423492c2;hpb=b0b8e5f54c3d3f408fcd08d07416749cc5bd76b2;p=lyx.git diff --git a/src/mathed/InsetMathExFunc.cpp b/src/mathed/InsetMathExFunc.cpp index 35e2f62bcb..e4e1f10c2e 100644 --- a/src/mathed/InsetMathExFunc.cpp +++ b/src/mathed/InsetMathExFunc.cpp @@ -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) << ')';