packages feed

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

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/layout/columns-02.typ"
    ( line 2 , column 2 )
    (Set
       (Ident (Identifier "page"))
       [ KeyValArg (Identifier "height") (Literal (Numeric 5.0 Cm))
       , KeyValArg (Identifier "width") (Literal (Numeric 7.05 Cm))
       , KeyValArg (Identifier "columns") (Literal (Int 2))
       ])
, ParBreak
, Text "Lorem"
, Space
, Text "ipsum"
, Space
, Text "dolor"
, Space
, Text "sit"
, Space
, Text "amet"
, Space
, Text "is"
, Space
, Text "a"
, Space
, Text "common"
, Space
, Text "blind"
, Space
, Text "text"
, SoftBreak
, Text "and"
, Space
, Text "I"
, Space
, Text "again"
, Space
, Text "am"
, Space
, Text "in"
, Space
, Text "need"
, Space
, Text "of"
, Space
, Text "filling"
, Space
, Text "up"
, Space
, Text "this"
, Space
, Text "page"
, SoftBreak
, Code
    "typ/layout/columns-02.typ"
    ( line 6 , column 2 )
    (FuncCall
       (Ident (Identifier "align"))
       [ NormalArg (Ident (Identifier "bottom"))
       , NormalArg
           (FuncCall
              (Ident (Identifier "rect"))
              [ KeyValArg (Identifier "fill") (Ident (Identifier "eastern"))
              , KeyValArg (Identifier "width") (Literal (Numeric 100.0 Percent))
              , KeyValArg (Identifier "height") (Literal (Numeric 12.0 Pt))
              ])
       ])
, SoftBreak
, Code
    "typ/layout/columns-02.typ"
    ( line 7 , column 2 )
    (FuncCall (Ident (Identifier "colbreak")) [])
, ParBreak
, Text "so"
, Space
, Text "I"
, Quote '\''
, Text "m"
, Space
, Text "returning"
, Space
, Text "to"
, Space
, Text "this"
, Space
, Text "trusty"
, Space
, Text "tool"
, Space
, Text "of"
, Space
, Text "tangible"
, Space
, Text "terror"
, Text "."
, SoftBreak
, Text "Sure,"
, Space
, Text "it"
, Space
, Text "is"
, Space
, Text "not"
, Space
, Text "the"
, Space
, Text "most"
, Space
, Text "creative"
, Space
, Text "way"
, Space
, Text "of"
, Space
, Text "filling"
, Space
, Text "up"
, SoftBreak
, Text "a"
, Space
, Text "page"
, Space
, Text "for"
, Space
, Text "a"
, Space
, Text "test"
, Space
, Text "but"
, Space
, Text "it"
, Space
, Text "does"
, Space
, Text "get"
, Space
, Text "the"
, Space
, Text "job"
, Space
, Text "done"
, Text "."
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 parbreak(), 
                 text(body: [Lorem ipsum dolor sit amet is a common blind text
and I again am in need of filling up this page
]), 
                 align(alignment: bottom, 
                       body: rect(fill: rgb(13%,61%,67%,100%), 
                                  height: 12.0pt, 
                                  width: 100%)), 
                 text(body: [
]), 
                 colbreak(), 
                 parbreak(), 
                 text(body: [so I’m returning to this trusty tool of tangible terror.
Sure, it is not the most creative way of filling up
a page for a test but it does get the job done.]), 
                 parbreak() })