[Libreoffice-bugs] [Bug 128610] "Import MathML from Clipboard", and from file, is broken
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Jun 13 17:33:13 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=128610
--- Comment #12 from Julien Nabet <serval2412 at yahoo.fr> ---
It works if I put:
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<semantics>
<mrow>
<msub>
<mi>f</mi>
<mi>c</mi>
</msub>
<mo stretchy="false">=</mo>
<mfrac>
<mn>1</mn>
<msub>
<mi>K</mi>
<mi>m</mi>
</msub>
</mfrac>
</mrow>
</semantics>
</math>
I got this formula:
{f_c = 1 over K_m}
+ this on console:
warn:starmath:80560:80560:starmath/source/mathmlimport.cxx:771: unknown
attribute stretchy=false
but it doesn't work if I use the same block with xml declaration.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200613/16a7f940/attachment.htm>
More information about the Libreoffice-bugs
mailing list