<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - "intd" symbol and argument not exported in mathml"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=122150">122150</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>"intd" symbol and argument not exported in mathml
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Formula Editor
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>vivien.guillet@laposte.net
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
"intd a" shows "∫a" in equation preview. mathml part in odf document is empty.

Note that related operator "int" works

"int a" shows "∫a" in equation preview. generated mathml is correct ;

<mo stretchy="false">∫</mo><mi>a</mi>



Steps to Reproduce:
1. type "intd a" in formula editor
2. save document
3. examine mathml in odf document

Actual Results:
<math xmlns="<a href="http://www.w3.org/1998/Math/MathML">http://www.w3.org/1998/Math/MathML</a>" display="block">
    <semantics>
        <annotation encoding="StarMath 5.0">intd a</annotation>
    </semantics>
</math>


Expected Results:
<math xmlns="<a href="http://www.w3.org/1998/Math/MathML">http://www.w3.org/1998/Math/MathML</a>" display="block">
    <semantics>
        <mrow>
            <mo stretchy="false">∫</mo><mi>a</mi>
        </mrow>
        <annotation encoding="StarMath 5.0">int a</annotation>
    </semantics>
</math>



Reproducible: Always


User Profile Reset: No



Additional Info:</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>