G. Roderick Singleton wrote:
> Please post all the settings in Tools >Options > Load/Save > Microsoft
> Office.

I believe it's the default: all checkboxes are checked. Why? BTW, I had to
select MathML as an export format -- my previous information was slightly
misleading: Formula Editor saves in its own format (.odf), when you get
into that (it is just a zip-file after all), you will find that its
content.xml is exactly the same (using diff) as what's exported as MathML
from Formula Editor. Moreover, DOCTYPE of both files is

<!DOCTYPE math:math PUBLIC "-//OpenOffice.org//DTD Modified W3C MathML
        1.01//EN" "math.dtd">

So there might be some slight modifications, but at least OOo people think
that it is enough same to pretend it is MathML (in export).

Best,

Matej

-- 
Matej Cepl, http://www.ceplovi.cz/matej/blog/
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
 
All parts should go together without forcing. You must remember
that the parts you are reassembling were disassembled by you.
Therefore, if you can't get them together again, there must be a
reason. By all means, do not use a hammer.
    -- IBM maintenance manual, 1925
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE math:math PUBLIC "-//OpenOffice.org//DTD Modified W3C MathML 
1.01//EN" "math.dtd">
<math:math xmlns:math="http://www.w3.org/1998/Math/MathML";>
 <math:semantics>
  <math:mrow>
   <math:msub>
    <math:mi>x</math:mi>
    <math:mrow>
     <math:mo math:stretchy="false"></math:mo>
     <math:mn>1,2</math:mn>
     <math:mo math:stretchy="false"></math:mo>
    </math:mrow>
   </math:msub>
   <math:mo math:stretchy="false">=</math:mo>
   <math:mfrac>
    <math:mrow>
     <math:mrow>
      <math:mo math:stretchy="false">−</math:mo>
      <math:mi>b</math:mi>
     </math:mrow>
     <math:mo math:stretchy="false">±</math:mo>
     <math:msqrt>
      <math:mrow>
       <math:msup>
        <math:mi>b</math:mi>
        <math:mn>2</math:mn>
       </math:msup>
       <math:mo math:stretchy="false">−</math:mo>
       <math:mn>4ac</math:mn>
      </math:mrow>
     </math:msqrt>
    </math:mrow>
    <math:mn>2a</math:mn>
   </math:mfrac>
  </math:mrow>
  <math:annotation math:encoding="StarMath 5.0">x_(1,2)={-b +- sqrt{b^2-4ac} }  
over 2a </math:annotation>
 </math:semantics>
</math:math>

Attachment: quadr-form.odf
Description: Zip archive

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to