typst-0.9: test/typ/meta/footnote-04.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/meta/footnote-04.typ"
( line 2 , column 2 )
(Show
(Just (Ident (Identifier "footnote")))
(Set
(Ident (Identifier "text"))
[ NormalArg (Ident (Identifier "red")) ]))
, SoftBreak
, Code
"typ/meta/footnote-04.typ"
( line 3 , column 2 )
(Show
(Just
(FieldAccess
(Ident (Identifier "entry")) (Ident (Identifier "footnote"))))
(Set
(Ident (Identifier "text"))
[ NormalArg (Literal (Numeric 8.0 Pt))
, KeyValArg (Identifier "style") (Literal (String "italic"))
]))
, SoftBreak
, Code
"typ/meta/footnote-04.typ"
( line 4 , column 2 )
(Set
(FieldAccess
(Ident (Identifier "entry")) (Ident (Identifier "footnote")))
[ KeyValArg (Identifier "indent") (Literal (Numeric 0.0 Pt))
, KeyValArg (Identifier "gap") (Literal (Numeric 0.6 Em))
, KeyValArg (Identifier "clearance") (Literal (Numeric 0.3 Em))
, KeyValArg
(Identifier "separator")
(FuncCall (Ident (Identifier "repeat")) [ BlockArg [ Text "." ] ])
])
, ParBreak
, Text "Beautiful"
, Space
, Text "footnotes"
, Text "."
, Space
, Code
"typ/meta/footnote-04.typ"
( line 11 , column 23 )
(FuncCall
(Ident (Identifier "footnote"))
[ BlockArg
[ Text "Wonderful,"
, Space
, Text "aren"
, Quote '\''
, Text "t"
, Space
, Text "they?"
]
])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
]),
text(body: [
]),
parbreak(),
text(body: [Beautiful footnotes. ]),
footnote(body: text(body: [Wonderful, aren’t they?])),
parbreak() })