summaryrefslogtreecommitdiffstats
path: root/starmath/qa/extras/data/mspace.mml
blob: 1906510940ea32c74cfb1baee26214be272087d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8" ?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>a</mi>
    <mspace />
    <mi>b</mi>
    <mspace width="2em" />
    <mi>c</mi>
    <mspace width="5.5em" />
    <mi>d</mi>
  </mrow>
</math>