https://bugs.documentfoundation.org/show_bug.cgi?id=128610
--- Comment #15 from Xisco FaulĂ <xiscofa...@libreoffice.org> --- (In reply to Julien Nabet from comment #12) > 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. Not working for me. you are using "Import MathML from Clipboard", right ? -- You are receiving this mail because: You are the assignee for the bug.