typst-0.9: test/typ/math/multiline-05.out
--- parse tree ---
[ Comment
, SoftBreak
, Equation
True
[ MAttach
(Just
(MGroup
Nothing
Nothing
[ Text "n"
, Code
"typ/math/multiline-05.typ"
( line 2 , column 10 )
(Ident (Identifier "in"))
, Code
"typ/math/multiline-05.typ"
( line 2 , column 13 )
(Ident (Identifier "NN"))
, HardBreak
, Text "n"
, Code
"typ/math/multiline-05.typ"
( line 2 , column 20 )
(FieldAccess (Ident (Identifier "eq")) (Ident (Identifier "lt")))
, Text "5"
]))
Nothing
(Code
"typ/math/multiline-05.typ"
( line 2 , column 3 )
(Ident (Identifier "sum")))
, Text "n"
, Text "="
, MFrac
(MGroup
(Just "(")
(Just ")")
[ Text "5"
, MGroup (Just "(") (Just ")") [ Text "5" , Text "+" , Text "1" ]
])
(Text "2")
, Text "="
, Text "15"
]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
math.equation(block: true,
body: { math.attach(b: { text(body: [n]),
text(body: [∈]),
text(body: [ℕ]),
linebreak(),
text(body: [n]),
text(body: [≤]),
text(body: [5]) },
base: text(body: [∑]),
t: none),
text(body: [n]),
text(body: [=]),
math.frac(denom: text(body: [2]),
num: { text(body: [5]),
math.lr(body: ({ [(],
text(body: [5]),
text(body: [+]),
text(body: [1]),
[)] })) }),
text(body: [=]),
text(body: [15]) },
numbering: none),
parbreak() })