File: 04.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 (22 lines) | stat: -rw-r--r-- 478 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
<<< tex
S_{\text{new}} = S_{\text{old}} - \frac{ \left( 5-T \right) ^2} {2}


>>> native
[ ESub (EIdentifier "S") (EText TextNormal "new")
, ESymbol Rel "="
, ESub (EIdentifier "S") (EText TextNormal "old")
, ESymbol Bin "\8722"
, EFraction
    NormalFrac
    (ESuper
       (EDelimited
          "("
          ")"
          [ Right (ENumber "5")
          , Right (ESymbol Bin "\8722")
          , Right (EIdentifier "T")
          ])
       (ENumber "2"))
    (ENumber "2")
]