File: mtable-08.test

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

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">  <mtable frame="solid" columnalign="center">    <mtr>      <mtd>        <mrow>          <mphantom>            <mtext>fail</mtext>
          </mphantom>
          <mi mathvariant="normal">H</mi>
          <mphantom>
            <mtext>fail</mtext>
          </mphantom>
        </mrow>
      </mtd>
    </mtr>     <mtr>      <mtd>        <mi mathvariant="normal">T</mi>
      </mtd>
    </mtr>     <mtr>      <mtd>        <mi mathvariant="normal">U</mi>
      </mtd>
    </mtr>   </mtable>   <mo>=</mo>   <mtable frame="solid" columnalign="center">    <mtr>      <mtd>        <mi mathvariant="normal">H</mi>
      </mtd>
    </mtr>     <mtr>      <mtd>        <mi mathvariant="normal">T</mi>
      </mtd>
    </mtr>     <mtr>      <mtd>        <mrow>          <mphantom>            <mtext>fail</mtext>
          </mphantom>
          <mi mathvariant="normal">U</mi>
          <mphantom>
            <mtext>fail</mtext>
          </mphantom>
        </mrow>
      </mtd>
    </mtr>   </mtable> </math>
>>> native
[ EArray
    [ AlignCenter ]
    [ [ [ EGrouped
            [ EPhantom (EText TextNormal "fail")
            , EIdentifier "H"
            , EPhantom (EText TextNormal "fail")
            ]
        ]
      ]
    , [ [ EIdentifier "T" ] ]
    , [ [ EIdentifier "U" ] ]
    ]
, ESymbol Rel "="
, EArray
    [ AlignCenter ]
    [ [ [ EIdentifier "H" ] ]
    , [ [ EIdentifier "T" ] ]
    , [ [ EGrouped
            [ EPhantom (EText TextNormal "fail")
            , EIdentifier "U"
            , EPhantom (EText TextNormal "fail")
            ]
        ]
      ]
    ]
]