typst-0.9.0.1: test/typ/meta/bibliography-ordering-00.out
--- parse tree ---
[ Code
"typ/meta/bibliography-ordering-00.typ"
( line 1 , column 2 )
(Set
(Ident (Identifier "page"))
[ KeyValArg (Identifier "width") (Literal (Numeric 300.0 Pt)) ])
, ParBreak
, Ref "mcintosh_anxiety" (Literal Auto)
, Text ","
, Space
, Ref "psychology25" (Literal Auto)
, SoftBreak
, Ref "netwok" (Literal Auto)
, Text ","
, Space
, Ref "issue201" (Literal Auto)
, Text ","
, Space
, Ref "arrgh" (Literal Auto)
, Text ","
, Space
, Ref "quark" (Literal Auto)
, Text ","
, Space
, Ref "distress" (Literal Auto)
, Text ","
, SoftBreak
, Ref "glacier-melt" (Literal Auto)
, Text ","
, Space
, Ref "issue201" (Literal Auto)
, Text ","
, Space
, Ref "tolkien54" (Literal Auto)
, Text ","
, Space
, Ref "sharing" (Literal Auto)
, Text ","
, Space
, Ref "restful" (Literal Auto)
, ParBreak
, Code
"typ/meta/bibliography-ordering-00.typ"
( line 7 , column 2 )
(FuncCall
(Ident (Identifier "bibliography"))
[ NormalArg (Literal (String "/works.bib")) ])
, ParBreak
]
--- evaluated ---
document(body: { parbreak(),
ref(supplement: auto,
target: <mcintosh_anxiety>),
text(body: [, ]),
ref(supplement: auto,
target: <psychology25>),
text(body: [
]),
ref(supplement: auto,
target: <netwok>),
text(body: [, ]),
ref(supplement: auto,
target: <issue201>),
text(body: [, ]),
ref(supplement: auto,
target: <arrgh>),
text(body: [, ]),
ref(supplement: auto,
target: <quark>),
text(body: [, ]),
ref(supplement: auto,
target: <distress>),
text(body: [,
]),
ref(supplement: auto,
target: <glacier-melt>),
text(body: [, ]),
ref(supplement: auto,
target: <issue201>),
text(body: [, ]),
ref(supplement: auto,
target: <tolkien54>),
text(body: [, ]),
ref(supplement: auto,
target: <sharing>),
text(body: [, ]),
ref(supplement: auto,
target: <restful>),
parbreak(),
bibliography(sources: "/works.bib"),
parbreak() })