https://bugs.documentfoundation.org/show_bug.cgi?id=122151

            Bug ID: 122151
           Summary: Only first letter of custom operator exported in
                    mathml
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Formula Editor
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: vivien.guil...@laposte.net

Description:
Custom operators defined using "oper", "uoper" and "boper" having more than one
letter shows in equation editor, but only first letter is exported in mathml.

Steps to Reproduce:

Steps to Reproduce:
1. type "uoper OP x" in formula editor
2. save document
3. examine mathml in odf document


Actual Results:
<math xmlns="http://www.w3.org/1998/Math/MathML"; display="block">
    <semantics>
        <mrow>
            <mo stretchy="false">O</mo><mi>x</mi>
        </mrow>
        <annotation encoding="StarMath 5.0">uoper OP x</annotation>
    </semantics>
</math>


Expected Results:
<math xmlns="http://www.w3.org/1998/Math/MathML"; display="block">
    <semantics>
        <mrow>
            <mo stretchy="false">OPER</mo><mi>x</mi>
        </mrow>
        <annotation encoding="StarMath 5.0">uoper OP x</annotation>
    </semantics>
</math>



Reproducible: Always


User Profile Reset: No



Additional Info:

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to