packages feed

typst-0.9: test/typ/layout/columns-04.out

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/layout/columns-04.typ"
    ( line 2 , column 2 )
    (Set
       (Ident (Identifier "page"))
       [ KeyValArg (Identifier "height") (Literal (Numeric 3.25 Cm))
       , KeyValArg (Identifier "width") (Literal (Numeric 7.05 Cm))
       , KeyValArg (Identifier "columns") (Literal (Int 3))
       ])
, SoftBreak
, Code
    "typ/layout/columns-04.typ"
    ( line 3 , column 2 )
    (Set
       (Ident (Identifier "columns"))
       [ KeyValArg (Identifier "gutter") (Literal (Numeric 30.0 Pt)) ])
, ParBreak
, Code
    "typ/layout/columns-04.typ"
    ( line 5 , column 2 )
    (FuncCall
       (Ident (Identifier "rect"))
       [ KeyValArg (Identifier "width") (Literal (Numeric 100.0 Percent))
       , KeyValArg (Identifier "height") (Literal (Numeric 2.5 Cm))
       , KeyValArg (Identifier "fill") (Ident (Identifier "green"))
       ])
, Space
, Code
    "typ/layout/columns-04.typ"
    ( line 5 , column 49 )
    (FuncCall (Ident (Identifier "parbreak")) [])
, SoftBreak
, Code
    "typ/layout/columns-04.typ"
    ( line 6 , column 2 )
    (FuncCall
       (Ident (Identifier "rect"))
       [ KeyValArg (Identifier "width") (Literal (Numeric 100.0 Percent))
       , KeyValArg (Identifier "height") (Literal (Numeric 2.0 Cm))
       , KeyValArg (Identifier "fill") (Ident (Identifier "eastern"))
       ])
, Space
, Code
    "typ/layout/columns-04.typ"
    ( line 6 , column 49 )
    (FuncCall (Ident (Identifier "parbreak")) [])
, SoftBreak
, Code
    "typ/layout/columns-04.typ"
    ( line 7 , column 2 )
    (FuncCall
       (Ident (Identifier "circle"))
       [ KeyValArg (Identifier "fill") (Ident (Identifier "eastern")) ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [
]), 
                 parbreak(), 
                 rect(fill: rgb(18%,80%,25%,100%), 
                      height: 2.5cm, 
                      width: 100%), 
                 text(body: [ ]), 
                 parbreak(), 
                 text(body: [
]), 
                 rect(fill: rgb(13%,61%,67%,100%), 
                      height: 2.0cm, 
                      width: 100%), 
                 text(body: [ ]), 
                 parbreak(), 
                 text(body: [
]), 
                 circle(fill: rgb(13%,61%,67%,100%)), 
                 parbreak() })