A bit more for math delim.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32545 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-12-16 15:35:25 +00:00
parent 856a822b88
commit d4b3b61593

View File

@ -163,8 +163,8 @@ void InsetMathDelim::mathematica(MathematicaStream & os) const
void InsetMathDelim::mathmlize(MathStream & os) const
{
os << "<mo>" << left_ << "</mo>"
<< cell(0) << "<mo>" << right_ << "</mo>";
os << "<mo fence='true' stretchy='true' symmetric='true'>" << left_ << "</mo>"
<< cell(0) << "<mo fence='true' stretchy='true' symmetric='true'>" << right_ << "</mo>";
}