... | @@ -90,10 +90,10 @@ Semantically enriched MathML: |
... | @@ -90,10 +90,10 @@ Semantically enriched MathML: |
|
|
|
|
|
Alternative is this semantically enriched MathML:
|
|
Alternative is this semantically enriched MathML:
|
|
```html
|
|
```html
|
|
<msubsup semantic-type="subsup" semantic-role="latinletter" semantic-id="4" semantic-children="0,1,2">
|
|
<msubsup type="subsup" role="latinletter" id="4" children="0,1,2">
|
|
<mi semantic-type="identifier" semantic-role="latinletter" semantic-id="0" semantic-parent="4">a</mi>
|
|
<mi type="identifier" role="latinletter" id="0" parent="4">a</mi>
|
|
<mi semantic-type="identifier" semantic-role="latinletter" semantic-id="1" semantic-parent="4">b</mi>
|
|
<mi type="identifier" role="latinletter" id="1" parent="4">b</mi>
|
|
<mi semantic-type="identifier" semantic-role="latinletter" semantic-id="2" semantic-parent="4">c</mi>
|
|
<mi type="identifier" role="latinletter" id="2" parent="4">c</mi>
|
|
</msubsup>
|
|
</msubsup>
|
|
|
|
|
|
``` |
|
``` |
|
|
|
\ No newline at end of file |