Tutorial de como copiar a codificação MathML:
https://www.youtube.com/watch?v=MDdJ6odoYIYNo nosso caso, tínhamos fórmulas dentro das tabelas e o word gerou imagens no lugar das fórmulas.
Então substituímos, no Oxygen, o caminho das fórmulas pela codificação MathML copiada de acordo com o tutorial indicado acima.
Voltamos no arquivo original Word para fazer a cópia das fórmulas em linguagem MatchML e depois, no Oxygen, precisamos observar a identificação de números, palavras e símbolos (em especial a vírgula dentro da linguagem).
Como estava antes (indicando as imagens dentro do pacote XML):Tela Text <thead>
<tr>
<th align="center" rowspan="2">Curso</th>
<th align="center" colspan="2">Estatística </th>
</tr>
<tr>
<th align="center">Escolaridade dos pais</th>
<th align="center">Renda familiar</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">Biologia</td>
<td align="justify">
<
inline-graphic xlink:href="2176-6681-rbeped-104-e5612-i006.png"/>
<
inline-graphic xlink:href="2176-6681-rbeped-104-e5612-i008.png"/>, <italic>V</italic> de Cramer = 0,062</td>
<td align="justify">
<
inline-graphic xlink:href="2176-6681-rbeped-104-e5612-i009.png"/>
<
inline-graphic xlink:href="2176-6681-rbeped-104-e5612-i010.png"/><italic>V</italic> de Cramer = 0,902</td>
</tr>
-> Tela Author anexada como "Tabela SEM codificação"Como ficou (com todos os dados da fórmula codificados em MathML):Tela Text<thead>
<tr>
<th align="center" rowspan="2">Curso</th>
<th align="center" colspan="2">Estatística </th>
</tr>
<tr>
<th align="center">Escolaridade dos pais</th>
<th align="center">Renda familiar</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">Biologia</td>
<td align="justify">
<
mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML">
<mml:msubsup>
<mml:mrow>
<mml:mi mathvariant="normal">Χ</mml:mi>
</mml:mrow>
<mml:mrow>
<mml:mn>20</mml:mn>
</mml:mrow>
<mml:mrow>
<mml:mn>2</mml:mn>
</mml:mrow>
</mml:msubsup>
<mml:mo>=</mml:mo>
<mml:mn>225,714</mml:mn>
<mml:mo>,</mml:mo>
</mml:math><mml:math
xmlns:mml="http://www.w3.org/1998/Math/MathML">
<mml:mi>p</mml:mi>
<mml:mi> </mml:mi>
<mml:mi mathvariant="normal">valor</mml:mi>
<mml:mo><</mml:mo>
<mml:mn>0,05</mml:mn>
<mml:mo>,</mml:mo>
</mml:math>
<italic>V</italic> de Cramer = 0,062</td>
<td align="justify">
<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML">
<mml:msubsup>
<mml:mrow>
<mml:mi mathvariant="normal">Χ</mml:mi>
</mml:mrow>
<mml:mrow>
<mml:mn>8</mml:mn>
</mml:mrow>
<mml:mrow>
<mml:mn>2</mml:mn>
</mml:mrow>
</mml:msubsup>
<mml:mo>=</mml:mo>
<mml:mn>23965,93</mml:mn>
<mml:mo>,</mml:mo>
</mml:math>
<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML">
<mml:mi>p</mml:mi>
<mml:mi> </mml:mi>
<mml:mi mathvariant="normal">valor</mml:mi>
<mml:mo><</mml:mo>
<mml:mn>0,05</mml:mn>
<mml:mo>,</mml:mo>
</mml:math><italic>V</italic> de Cramer = 0,902</td>
</tr>