packages feed

typst-0.9: test/typ/math/attach-08.out

--- parse tree ---
[ Comment
, SoftBreak
, Equation
    True
    [ MAttach
        (Just
           (MGroup
              Nothing
              Nothing
              [ Text "n"
              , Code
                  "typ/math/attach-08.typ"
                  ( line 2 , column 9 )
                  (FieldAccess (Ident (Identifier "r")) (Ident (Identifier "arrow")))
              , Code
                  "typ/math/attach-08.typ"
                  ( line 2 , column 11 )
                  (Ident (Identifier "oo"))
              , HardBreak
              , Text "n"
              , Text " grows"
              ]))
        Nothing
        (Code
           "typ/math/attach-08.typ"
           ( line 2 , column 3 )
           (Ident (Identifier "lim")))
    , MAttach
        (Just
           (MGroup
              Nothing
              Nothing
              [ Text "k"
              , Text "="
              , Text "0"
              , HardBreak
              , Text "k"
              , Code
                  "typ/math/attach-08.typ"
                  ( line 2 , column 40 )
                  (Ident (Identifier "in"))
              , Code
                  "typ/math/attach-08.typ"
                  ( line 2 , column 43 )
                  (Ident (Identifier "NN"))
              ]))
        (Just (Text "n"))
        (Code
           "typ/math/attach-08.typ"
           ( line 2 , column 27 )
           (Ident (Identifier "sum")))
    , Text "k"
    ]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 math.equation(block: true, 
                               body: { math.attach(b: { text(body: [n]), 
                                                        text(body: [→]), 
                                                        text(body: [∞]), 
                                                        linebreak(), 
                                                        text(body: [n]), 
                                                        text(body: [ grows]) }, 
                                                   base: math.op(limits: true, 
                                                                 text: "lim"), 
                                                   t: none), 
                                       math.attach(b: { text(body: [k]), 
                                                        text(body: [=]), 
                                                        text(body: [0]), 
                                                        linebreak(), 
                                                        text(body: [k]), 
                                                        text(body: [∈]), 
                                                        text(body: [ℕ]) }, 
                                                   base: text(body: [∑]), 
                                                   t: text(body: [n])), 
                                       text(body: [k]) }, 
                               numbering: none), 
                 parbreak() })