mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
parent
5b405426f1
commit
0bda6950e4
@ -546,13 +546,11 @@ void InsetMathFrac::mathmlize(MathMLStream & ms) const
|
||||
if (nargs() == 2) {
|
||||
ms << MTag("mrow");
|
||||
ms << cell(0);
|
||||
SetMode textmode(ms, true);
|
||||
ms << MTagInline("mstyle mathvariant='normal'");
|
||||
ms << cell(1);
|
||||
ms << ETagInline("mstyle");
|
||||
ms << ETag("mrow");
|
||||
} else {
|
||||
SetMode textmode(ms, true);
|
||||
ms << MTag("mstyle mathvariant='normal'");
|
||||
ms << cell(0);
|
||||
ms << ETag("mstyle");
|
||||
|
Loading…
Reference in New Issue
Block a user