I’m using LO 5.1.0.3 on Windows 10.
In LibreOffice Math 5.1, there’s an “Import MathML from Clipboard” command. When I have MathML on the clipboard and choose this command, nothing happens. I’m getting the MathML from MathType, and knowing MathType sometimes includes extra empty lines (whitespace), I pasted the MathML into Notepad++ to see what it looked like. There were no lines of whitespace between open and close math tags, but there was an empty line after </math>
.
Here’s the block of MathML I was using as an example:
<math xmlns='http://www.w3.org/1998/Math/MathML'>
<mrow>
<mi>x</mi><mo>+</mo><mi>y</mi></mrow>
</math>
If I remove that trailing linefeed, and just copy from the open <math>
tag to the close </math>
tag, the “Import MathML” command works as advertised. This seems to me to be a bug. Any reason I shouldn’t file it as such?