aboutsummaryrefslogtreecommitdiffstats
path: root/examples/mathml/docs/example.mml
blob: 0f04968c2bda06e5717252b490720ff387dee54a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="ISO-8859-1"?>
    <math xmlns="http://www.w3.org/1998/Math/MathML" mode="display">
      <mrow>
        <mo stretchy="false">{</mo>
        <munder>
          <mrow>
            <mover>
              <mrow>
                <mpadded width="0"/>
                <!--mpadded width="0">(</mpadded-->
                <!-- \mathstrut -ugly hack a la TeX -->
                <mi>a</mi>
                <mo>,</mo>
                <mo>...</mo>
                <mo>,</mo>
                <mi>a</mi>
              </mrow>
              <mover>
                <mo>&#x0FE37;</mo>
                <mrow>
                  <mi>k</mi>
                  <mtext>&#x000A0;</mtext>
                  <mi>a</mi>
                  <mtext>'s</mtext>
                </mrow>
              </mover>
            </mover>
            <mo>,</mo>
            <mover>
              <mrow>
                <mpadded/>
                <!--mpadded width="0">(</mpadded-->
                <!-- \mathstrut -ugly hack a la TeX -->
                <mi>b</mi>
                <mo>,</mo>
                <mo>...</mo>
                <mo>,</mo>
                <mi>b</mi>
              </mrow>
              <mover>
                <mo>&#x0FE37;</mo>
                <mrow>
                  <mi>&#x02113;</mi>
                  <mtext>&#x000A0;</mtext>
                  <mi>b</mi>
                  <mtext>'s</mtext>
                </mrow>
              </mover>
            </mover>
          </mrow>
          <munder>
            <mo>&#x0FE38;</mo>
            <mrow>
              <mi>k</mi>
              <mo>+</mo>
              <mi>&#x02113;</mi>
              <mtext>&#x000A0;elements</mtext>
            </mrow>
          </munder>
        </munder>
        <mo stretchy="false">}</mo>
      </mrow>
    </math>