typst-0.9: test/typ/math/matrix-alignment-00.out
--- parse tree ---
[ Comment
, SoftBreak
, Equation
True
[ Code
"typ/math/matrix-alignment-00.typ"
( line 2 , column 3 )
(FuncCall
(Ident (Identifier "vec"))
[ BlockArg
[ Text " a "
, MAlignPoint
, Text " a a a "
, MAlignPoint
, Text " a a"
]
, BlockArg
[ Text " a a "
, MAlignPoint
, Text " a a "
, MAlignPoint
, Text " a"
]
, BlockArg
[ Text " a a a "
, MAlignPoint
, Text " a "
, MAlignPoint
, Text " a a a"
]
])
]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
math.equation(block: true,
body: math.vec(children: ({ text(body: [ a ]),
math.alignpoint(),
text(body: [ a a a ]),
math.alignpoint(),
text(body: [ a a]) },
{ text(body: [ a a ]),
math.alignpoint(),
text(body: [ a a ]),
math.alignpoint(),
text(body: [ a]) },
{ text(body: [ a a a ]),
math.alignpoint(),
text(body: [ a ]),
math.alignpoint(),
text(body: [ a a a]) })),
numbering: none),
parbreak() })