packages feed

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

--- parse tree ---
[ Comment
, SoftBreak
, Equation
    True
    [ Text "x"
    , MAlignPoint
    , Text "="
    , Text "x"
    , Text "+"
    , Text "y"
    , HardBreak
    , MAlignPoint
    , Text "="
    , Text "x"
    , Text "+"
    , Text "2"
    , Text "z"
    , HardBreak
    , MAlignPoint
    , Text "="
    , Code
        "typ/math/multiline-00.typ"
        ( line 4 , column 8 )
        (Ident (Identifier "sum"))
    , Text "x"
    , Code
        "typ/math/multiline-00.typ"
        ( line 4 , column 14 )
        (Ident (Identifier "dot"))
    , Text "2"
    , Text "z"
    ]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 math.equation(block: true, 
                               body: { text(body: [x]), 
                                       math.alignpoint(), 
                                       text(body: [=]), 
                                       text(body: [x]), 
                                       text(body: [+]), 
                                       text(body: [y]), 
                                       linebreak(), 
                                       math.alignpoint(), 
                                       text(body: [=]), 
                                       text(body: [x]), 
                                       text(body: [+]), 
                                       text(body: [2]), 
                                       text(body: [z]), 
                                       linebreak(), 
                                       math.alignpoint(), 
                                       text(body: [=]), 
                                       text(body: [∑]), 
                                       text(body: [x]), 
                                       text(body: [⋅]), 
                                       text(body: [2]), 
                                       text(body: [z]) }, 
                               numbering: none), 
                 parbreak() })