<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Math formula looses custom font settings on save as Flat XML"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=63642#c18">Comment # 18</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Math formula looses custom font settings on save as Flat XML"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=63642">bug 63642</a>
              from <span class="vcard"><a class="email" href="mailto:rb.henschel@t-online.de" title="Regina Henschel <rb.henschel@t-online.de>"> <span class="fn">Regina Henschel</span></a>
</span></b>
        <pre>(In reply to Mike Kaganski from <a href="show_bug.cgi?id=63642#c17">comment #17</a>)
<span class="quote">> (In reply to Regina Henschel from <a href="show_bug.cgi?id=63642#c16">comment #16</a>)
> > Looked once again: C would not help.

> Sorry: I don't see why? C is the way Spreadsheet embedding into text
> document works; there are <office:meta>; <office:settings>;
> <office:scripts>; ... etc, and finally, <office:body> with the spreadsheet
> itself, all inside <office:document>. Why can't it be reused for Math - and
> be better for consistency?</span >

In case of a spreadsheet you have the nesting <office:document> <office:body>
<office:spreadsheet>. But <office:body> has nothing similar for Math, there
exists not <office:math>. You need a <draw:object> as parent of a <math:math>
element and a <draw:frame> as parent of the <draw:object>. But a <draw:frame>
element needs a parent too, which would be a <office:text>, a <draw:page> or a
<table:shapes> e.g. All together this means, that you embed a document, which
in turn has a math-object embedded. So it is the same problem as now, only one
level down.

If you would really write such structure, you would not be able to distinguish
it from e.g. a Draw-document embedded in a Writer-document where the
Draw-document contains a Math-formula.

I too was allured by then having an additional <office:settings> element.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>