mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-18 04:07:23 +00:00
Added mrow to InsetMathCases::mathmlize
Co-authored-by: Lorenzo Bertini <lorenzobertini97@gmail.com>
This commit is contained in:
parent
51f4fc7f67
commit
4d4888aba8
@ -142,10 +142,12 @@ void InsetMathCases::maple(MapleStream & os) const
|
||||
|
||||
void InsetMathCases::mathmlize(MathMLStream & ms) const
|
||||
{
|
||||
ms << MTagInline("mo", "form='prefix' fence='true' stretchy='true' symmetric='true'")
|
||||
ms << MTag("mrow")
|
||||
<< MTagInline("mo", "form='prefix' fence='true' stretchy='true' symmetric='true'")
|
||||
<< "{"
|
||||
<< ETagInline("mo");
|
||||
InsetMathGrid::mathmlize(ms);
|
||||
ms << ETag("mrow");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user