typst-0.9: test/typ/math/matrix-alignment-04.out
--- parse tree ---
[ Comment
, SoftBreak
, Equation
True
[ Code
"typ/math/matrix-alignment-04.typ"
( line 2 , column 3 )
(FuncCall
(Ident (Identifier "mat"))
[ ArrayArg
[ [ MGroup Nothing Nothing [ Text " a" , MAlignPoint ]
, MGroup Nothing Nothing [ Text " a a a" , MAlignPoint ]
, MGroup Nothing Nothing [ Text " a a" , MAlignPoint ]
]
, [ MGroup Nothing Nothing [ Text " a a" , MAlignPoint ]
, MGroup Nothing Nothing [ Text " a a" , MAlignPoint ]
, MGroup Nothing Nothing [ Text " a" , MAlignPoint ]
]
, [ MGroup Nothing Nothing [ Text " a a a" , MAlignPoint ]
, MGroup Nothing Nothing [ Text " a" , MAlignPoint ]
, MGroup Nothing Nothing [ Text " a a a" , MAlignPoint ]
]
]
])
]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
math.equation(block: true,
body: math.mat(rows: (({ 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]),
math.alignpoint() }))),
numbering: none),
parbreak() })