packages feed

typst-0.9: test/typ/math/multiline-01.out

--- parse tree ---
[ Comment
, SoftBreak
, Equation
    True
    [ Text "x"
    , Text "+"
    , Text "1"
    , MAlignPoint
    , Text "="
    , MAttach Nothing (Just (Text "2")) (Text "a")
    , Text "+"
    , MAttach Nothing (Just (Text "2")) (Text "b")
    , HardBreak
    , Text "y"
    , MAlignPoint
    , Text "="
    , Text "a"
    , Text "+"
    , MAttach Nothing (Just (Text "2")) (Text "b")
    , HardBreak
    , Text "z"
    , MAlignPoint
    , Text "="
    , Code
        "typ/math/multiline-01.typ"
        ( line 4 , column 12 )
        (Ident (Identifier "alpha"))
    , Code
        "typ/math/multiline-01.typ"
        ( line 4 , column 18 )
        (Ident (Identifier "dot"))
    , Code
        "typ/math/multiline-01.typ"
        ( line 4 , column 22 )
        (Ident (Identifier "beta"))
    ]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 math.equation(block: true, 
                               body: { text(body: [x]), 
                                       text(body: [+]), 
                                       text(body: [1]), 
                                       math.alignpoint(), 
                                       text(body: [=]), 
                                       math.attach(b: none, 
                                                   base: text(body: [a]), 
                                                   t: text(body: [2])), 
                                       text(body: [+]), 
                                       math.attach(b: none, 
                                                   base: text(body: [b]), 
                                                   t: text(body: [2])), 
                                       linebreak(), 
                                       text(body: [y]), 
                                       math.alignpoint(), 
                                       text(body: [=]), 
                                       text(body: [a]), 
                                       text(body: [+]), 
                                       math.attach(b: none, 
                                                   base: text(body: [b]), 
                                                   t: text(body: [2])), 
                                       linebreak(), 
                                       text(body: [z]), 
                                       math.alignpoint(), 
                                       text(body: [=]), 
                                       text(body: [α]), 
                                       text(body: [⋅]), 
                                       text(body: [β]) }, 
                               numbering: none), 
                 parbreak() })