packages feed

typst-0.9: test/typ/math/matrix-alignment-03.out

--- parse tree ---
[ Comment
, SoftBreak
, Equation
    True
    [ Code
        "typ/math/matrix-alignment-03.typ"
        ( line 2 , column 3 )
        (FuncCall
           (Ident (Identifier "mat"))
           [ ArrayArg
               [ [ MGroup Nothing Nothing [ MAlignPoint , Text "a" ]
                 , MGroup Nothing Nothing [ MAlignPoint , Text "a a a" ]
                 , MGroup Nothing Nothing [ MAlignPoint , Text "a a" ]
                 ]
               , [ MGroup Nothing Nothing [ MAlignPoint , Text "a a" ]
                 , MGroup Nothing Nothing [ MAlignPoint , Text "a a" ]
                 , MGroup Nothing Nothing [ MAlignPoint , Text "a" ]
                 ]
               , [ MGroup Nothing Nothing [ MAlignPoint , Text "a a a" ]
                 , MGroup Nothing Nothing [ MAlignPoint , Text "a" ]
                 , MGroup Nothing Nothing [ MAlignPoint , Text "a a a" ]
                 ]
               ]
           ])
    ]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 math.equation(block: true, 
                               body: math.mat(rows: (({ math.alignpoint(), 
                                                        text(body: [a]) }, 
                                                      { math.alignpoint(), 
                                                        text(body: [a a a]) }, 
                                                      { math.alignpoint(), 
                                                        text(body: [a a]) }), 
                                                     ({ math.alignpoint(), 
                                                        text(body: [a a]) }, 
                                                      { math.alignpoint(), 
                                                        text(body: [a a]) }, 
                                                      { math.alignpoint(), 
                                                        text(body: [a]) }), 
                                                     ({ math.alignpoint(), 
                                                        text(body: [a a a]) }, 
                                                      { math.alignpoint(), 
                                                        text(body: [a]) }, 
                                                      { math.alignpoint(), 
                                                        text(body: [a a a]) }))), 
                               numbering: none), 
                 parbreak() })