File: msSinheritance8.test

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

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mstyle fontstyle="italic" fontfamily="Helvetica">
    <mrow>
      <ms>a</ms> 
      <mo>+</mo> 
      <ms fontweight="bold">b</ms> 
      <mo>+</mo> 
      <ms fontstyle="normal">c</ms> 
      <mo>+</mo> 
      <ms fontfamily="Courier" color="#00ff00">f</ms> 
      <mo>+</mo> 
      <ms fontsize="36pt">&#x0393;</ms> 
      <mo>+</mo> 
      <ms fontweight="bold" fontstyle="normal">d</ms> 
    </mrow> 
  </mstyle> </math>
>>> native
[ EText TextNormal "\8220a\8221"
, ESymbol Bin "+"
, EText TextNormal "\8220b\8221"
, ESymbol Bin "+"
, EText TextNormal "\8220c\8221"
, ESymbol Bin "+"
, EText TextNormal "\8220f\8221"
, ESymbol Bin "+"
, EText TextNormal "\8220\915\8221"
, ESymbol Bin "+"
, EText TextNormal "\8220d\8221"
]