File: 241.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 (38 lines) | stat: -rw-r--r-- 1,018 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<<< tex
\begin{array}{l@{\qquad}l}
\text{Infection/colonization episode} & \text{Waning immunity episode}\\
b^{\prime}(t) = \mu_{0}b(t) - cy(t) & b(t) = 0 
\end{array}
>>> native
[ EArray
    [ AlignLeft , AlignLeft ]
    [ [ [ EText TextNormal "Infection/colonization episode" ]
      , [ EText TextNormal "Waning immunity episode" ]
      ]
    , [ [ ESuper (EIdentifier "b") (ESymbol Ord "\8242")
        , ESymbol Open "("
        , EIdentifier "t"
        , ESymbol Close ")"
        , ESymbol Rel "="
        , ESub (EIdentifier "\956") (ENumber "0")
        , EIdentifier "b"
        , ESymbol Open "("
        , EIdentifier "t"
        , ESymbol Close ")"
        , ESymbol Bin "\8722"
        , EIdentifier "c"
        , EIdentifier "y"
        , ESymbol Open "("
        , EIdentifier "t"
        , ESymbol Close ")"
        ]
      , [ EIdentifier "b"
        , ESymbol Open "("
        , EIdentifier "t"
        , ESymbol Close ")"
        , ESymbol Rel "="
        , ENumber "0"
        ]
      ]
    ]
]