File: mtable-15.test

package info (click to toggle)
haskell-texmath 0.12.10.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 31,408 kB
  • sloc: haskell: 12,870; makefile: 29
file content (23 lines) | stat: -rw-r--r-- 954 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
<<< mml
<?xml version="1.0" encoding="UTF-8"?>

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">  <mtable frame="solid" rowalign="center">    <mtr>      <mtd>        <mphantom>          <mtext>F</mtext>
        </mphantom>
        <mspace linebreak="newline"></mspace>         <mi mathvariant="normal">HT</mi>         <mspace linebreak="newline"></mspace>        <mphantom>          <mtext>F</mtext>
        </mphantom>       </mtd>       <mtd>        <mo>=</mo>       </mtd>       <mtd>        <mi mathvariant="normal">TH</mi>       </mtd>     </mtr>   </mtable> </math>
>>> native
[ EArray
    [ AlignCenter , AlignCenter , AlignCenter ]
    [ [ [ EGrouped
            [ EPhantom (EText TextNormal "F")
            , ESpace (0 % 1)
            , EIdentifier "HT"
            , ESpace (0 % 1)
            , EPhantom (EText TextNormal "F")
            ]
        ]
      , [ ESymbol Rel "=" ]
      , [ EIdentifier "TH" ]
      ]
    ]
]