https://bugs.freedesktop.org/show_bug.cgi?id=66086

          Priority: medium
            Bug ID: 66086
          Assignee: [email protected]
           Summary: Commands wideslash, widebslash and overstrike are not
                    correctly exported to MathML
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: All
            Status: UNCONFIRMED
           Version: 4.2.0.0.alpha0+ Master
         Component: Libreoffice
           Product: LibreOffice

Test case:

{x wideslash y} newline
{x widebslash y} newline
overstrike {sometext}

The result is

  <mtable>
   <mtr>
    <mtd>
     <mrow>
      <mrow/>
     </mrow>
    </mtd>
   </mtr>
   <mtr>
    <mtd>
     <mrow>
      <mrow/>
     </mrow>
    </mtd>
   </mtr>
   <mtr>
    <mtd>
     <mrow>
      <mrow>
       <mi mathvariant="italic">sometext</mi>
      </mrow>
     </mrow>
    </mtd>
   </mtr>
  </mtable>

Proposal:

- wideslash can be exported as <mfrac bevelled="true">
- There is not any <mfrac> equivalent for widebslash, so perhaps just use an
<mo>\</mo>.
- overstrike {sometext} can be exported as <menclose
notation="horizontalstrike">.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to