packages feed

typst-0.9: test/typ/meta/bibliography-04.out

--- parse tree ---
[ Code
    "typ/meta/bibliography-04.typ"
    ( line 1 , column 2 )
    (Set
       (Ident (Identifier "page"))
       [ KeyValArg (Identifier "width") (Literal (Numeric 200.0 Pt)) ])
, SoftBreak
, Code
    "typ/meta/bibliography-04.typ"
    ( line 2 , column 2 )
    (Set
       (Ident (Identifier "heading"))
       [ KeyValArg (Identifier "numbering") (Literal (String "1.")) ])
, SoftBreak
, Code
    "typ/meta/bibliography-04.typ"
    ( line 3 , column 2 )
    (Show
       (Just (Ident (Identifier "bibliography")))
       (Set
          (Ident (Identifier "heading"))
          [ KeyValArg (Identifier "numbering") (Literal (String "1.")) ]))
, ParBreak
, Heading 1 [ Text "Multiple" , Space , Text "Bibs" ]
, SoftBreak
, Text "Now"
, Space
, Text "we"
, Space
, Text "have"
, Space
, Text "multiple"
, Space
, Text "bibliographies"
, Space
, Text "containing"
, Space
, Code
    "typ/meta/bibliography-04.typ"
    ( line 6 , column 49 )
    (FuncCall
       (Ident (Identifier "cite")) [ NormalArg (Label "glacier-melt") ])
, Code
    "typ/meta/bibliography-04.typ"
    ( line 6 , column 70 )
    (FuncCall
       (Ident (Identifier "cite")) [ NormalArg (Label "keshav2007read") ])
, SoftBreak
, Code
    "typ/meta/bibliography-04.typ"
    ( line 7 , column 2 )
    (FuncCall
       (Ident (Identifier "bibliography"))
       [ NormalArg
           (Array
              [ Reg (Literal (String "/works.bib"))
              , Reg (Literal (String "/works_too.bib"))
              ])
       ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [
]), 
                 parbreak(), 
                 heading(body: text(body: [Multiple Bibs]), 
                         level: 1, 
                         numbering: "1."), 
                 text(body: [Now we have multiple bibliographies containing ]), 
                 cite(key: <glacier-melt>), 
                 cite(key: <keshav2007read>), 
                 text(body: [
]), 
                 bibliography(source: ("/works.bib", 
                                       "/works_too.bib")), 
                 parbreak() })