mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
856a822b88
commit
d4b3b61593
@ -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>";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user