packages feed

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

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/meta/bibliography-02.typ"
    ( line 2 , column 2 )
    (Set
       (Ident (Identifier "page"))
       [ KeyValArg (Identifier "width") (Literal (Numeric 200.0 Pt)) ])
, SoftBreak
, Code
    "typ/meta/bibliography-02.typ"
    ( line 3 , column 2 )
    (FuncCall
       (Ident (Identifier "bibliography"))
       [ NormalArg (Literal (String "/works.bib"))
       , KeyValArg
           (Identifier "title")
           (Block
              (Content
                 [ Text "Works"
                 , Space
                 , Text "to"
                 , Space
                 , Text "be"
                 , Space
                 , Text "cited"
                 ]))
       , KeyValArg
           (Identifier "style") (Literal (String "chicago-author-date"))
       ])
, SoftBreak
, Code
    "typ/meta/bibliography-02.typ"
    ( line 4 , column 2 )
    (FuncCall
       (Ident (Identifier "line"))
       [ KeyValArg (Identifier "length") (Literal (Numeric 100.0 Percent))
       ])
, SoftBreak
, Code
    "typ/meta/bibliography-02.typ"
    ( line 5 , column 2 )
    (Block
       (Content
          [ Code
              "typ/meta/bibliography-02.typ"
              ( line 5 , column 4 )
              (Set
                 (Ident (Identifier "cite"))
                 [ KeyValArg (Identifier "brackets") (Literal (Boolean False)) ])
          , SoftBreak
          , Text "As"
          , Space
          , Text "described"
          , Space
          , Text "by"
          , Space
          , Ref "netwok" (Literal Auto)
          ]))
, Text ","
, SoftBreak
, Text "the"
, Space
, Text "net"
, Text "-"
, Text "work"
, Space
, Text "is"
, Space
, Text "a"
, Space
, Text "creature"
, Space
, Text "of"
, Space
, Text "its"
, Space
, Text "own"
, Text "."
, SoftBreak
, Text "This"
, Space
, Text "is"
, Space
, Text "close"
, Space
, Text "to"
, Space
, Text "piratery!"
, Space
, Ref "arrgh" (Literal Auto)
, SoftBreak
, Text "And"
, Space
, Text "quark!"
, Space
, Ref "quark" (Literal Auto)
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [
]), 
                 bibliography(source: "/works.bib", 
                              style: "chicago-author-date", 
                              title: text(body: [Works to be cited])), 
                 text(body: [
]), 
                 line(length: 100%), 
                 text(body: [
]), 
                 text(body: [
As described by ]), 
                 ref(supplement: auto, 
                     target: <netwok>), 
                 text(body: [,
the net-work is a creature of its own.
This is close to piratery! ]), 
                 ref(supplement: auto, 
                     target: <arrgh>), 
                 text(body: [
And quark! ]), 
                 ref(supplement: auto, 
                     target: <quark>), 
                 parbreak() })