File: mtextAtoken3.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 (18 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<<< mml
<?xml version="1.0" encoding="UTF-8"?>

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mtext color="#f05">Theorem 1:</mtext> 
    <mtext fontweight="bold">Now is</mtext> 
    <mtext fontstyle="italic">the time</mtext> 
    <mtext fontfamily="Helvetica">for</mtext> 
    <mtext fontsize="10pt">MathML</mtext> 
  </mrow> </math>
>>> native
[ EText TextNormal "Theorem 1:"
, EText TextNormal "Now is"
, EText TextNormal "the time"
, EText TextNormal "for"
, EText TextNormal "MathML"
]