File: mtableBsize2.test

package info (click to toggle)
haskell-texmath 0.13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,484 kB
  • sloc: haskell: 12,948; makefile: 29
file content (56 lines) | stat: -rw-r--r-- 1,081 bytes parent folder | download | duplicates (3)
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
<<< mml
<?xml version="1.0" encoding="UTF-8"?>

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mtable equalrows="false" equalcolumns="false">
    <mtr>
      <mtd>
        <mi>H</mi> 
      </mtd> 
      <mtd>
        <mo>&#x2192;</mo> 
      </mtd> 
      <mtd>
        <mi>G</mi> 
      </mtd> 
    </mtr> 
    <mtr>
      <mtd>
        <mo>&#x2193;</mo> 
      </mtd> 
      <mtd>
        <mspace height="2em" width="3em"></mspace> 
      </mtd> 
      <mtd>
        <mo>&#x2193;</mo> 
      </mtd> 
    </mtr> 
    <mtr>
      <mtd>
        <mi>K</mi> 
      </mtd> 
      <mtd>
        <mo>&#x2192;</mo> 
      </mtd> 
      <mtd>
        <mi>L</mi> 
      </mtd> 
    </mtr> 
  </mtable> </math>
>>> native
[ EArray
    [ AlignCenter , AlignCenter , AlignCenter ]
    [ [ [ EIdentifier "H" ]
      , [ ESymbol Accent "\8594" ]
      , [ EIdentifier "G" ]
      ]
    , [ [ ESymbol Rel "\8595" ]
      , [ ESpace (3 % 1) ]
      , [ ESymbol Rel "\8595" ]
      ]
    , [ [ EIdentifier "K" ]
      , [ ESymbol Accent "\8594" ]
      , [ EIdentifier "L" ]
      ]
    ]
]