https://bugs.documentfoundation.org/show_bug.cgi?id=129124
--- Comment #9 from Mike Kaganski <[email protected]> ---
(In reply to Valdas from comment #8)
Exactly. The MathML generated by PanDoc is wrong:
> <?xml version='1.0' ?>
> <math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
> <mrow>
> <msub>
> <mi>x</mi>
> <mn>1</mn>
> </msub>
> <mo>=</mo>
> <msub>
> <mi>l</mi>
> <mn>1</mn>
> </msub>
> <mo>sin</mo>
> <mrow>
> <mo stretchy="true" form="prefix">(</mo>
> <msub>
> <mi>θ</mi>
> <mn>1</mn>
> </msub>
> <mrow>
> <mo stretchy="true" form="prefix">(</mo>
> <mi>t</mi>
> <mo stretchy="true" form="postfix">)</mo>
> </mrow>
> <mo stretchy="true" form="postfix">)</mo>
> </mrow>
> </mrow>
> </math>
Note that "mo" in "<mo>sin</mo>", which is defining "mathematical operator"
like "+". But sin is function name, and needs to be in <mi>...</mi>.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs