File: stackrel.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 (20 lines) | stat: -rw-r--r-- 385 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<<< native
[ ESub (EIdentifier "u") (EIdentifier "n")
, EOver False (ESymbol Rel "\8594") (EIdentifier "w")
, EIdentifier "u"
]
>>> mml
<?xml version='1.0' ?>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <msub>
      <mi>u</mi>
      <mi>n</mi>
    </msub>
    <mover>
      <mo>→</mo>
      <mi>w</mi>
    </mover>
    <mi>u</mi>
  </mrow>
</math>