packages feed

typst-0.9: test/typ/compiler/show-bare-00.out

--- parse tree ---
[ Code
    "typ/compiler/show-bare-00.typ"
    ( line 1 , column 2 )
    (Set
       (Ident (Identifier "page"))
       [ KeyValArg (Identifier "height") (Literal (Numeric 130.0 Pt)) ])
, SoftBreak
, Code
    "typ/compiler/show-bare-00.typ"
    ( line 2 , column 2 )
    (Set
       (Ident (Identifier "text"))
       [ NormalArg (Literal (Numeric 0.7 Em)) ])
, ParBreak
, Code
    "typ/compiler/show-bare-00.typ"
    ( line 4 , column 2 )
    (FuncCall
       (Ident (Identifier "align"))
       [ NormalArg (Ident (Identifier "center"))
       , BlockArg
           [ SoftBreak
           , Code
               "typ/compiler/show-bare-00.typ"
               ( line 5 , column 4 )
               (FuncCall
                  (Ident (Identifier "text"))
                  [ NormalArg (Literal (Numeric 1.3 Em))
                  , BlockArg
                      [ Strong
                          [ Text "Essay" , Space , Text "on" , Space , Text "typography" ]
                      ]
                  ])
           , Space
           , HardBreak
           , Text "T"
           , Text "."
           , Space
           , Text "Ypst"
           , ParBreak
           ]
       ])
, ParBreak
, Code
    "typ/compiler/show-bare-00.typ"
    ( line 9 , column 2 )
    (Show
       Nothing
       (FuncCall
          (FieldAccess
             (Ident (Identifier "with")) (Ident (Identifier "columns")))
          [ NormalArg (Literal (Int 2)) ]))
, SoftBreak
, Text "Great"
, Space
, Text "typography"
, Space
, Text "is"
, Space
, Text "at"
, Space
, Text "the"
, Space
, Text "essence"
, Space
, Text "of"
, Space
, Text "great"
, Space
, Text "storytelling"
, Text "."
, Space
, Text "It"
, Space
, Text "is"
, Space
, Text "the"
, Space
, Text "medium"
, Space
, Text "that"
, SoftBreak
, Text "transports"
, Space
, Text "meaning"
, Space
, Text "from"
, Space
, Text "parchment"
, Space
, Text "to"
, Space
, Text "reader,"
, Space
, Text "the"
, Space
, Text "wave"
, Space
, Text "that"
, Space
, Text "sparks"
, Space
, Text "a"
, Space
, Text "flame"
, SoftBreak
, Text "in"
, Space
, Text "booklovers"
, Space
, Text "and"
, Space
, Text "the"
, Space
, Text "great"
, Space
, Text "fulfiller"
, Space
, Text "of"
, Space
, Text "human"
, Space
, Text "need"
, Text "."
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 parbreak(), 
                 align(alignment: center, 
                       body: { text(body: [
], 
                                    size: 0.7em), 
                               text(body: strong(body: text(body: [Essay on typography], 
                                                            size: 0.7em)), 
                                    size: 1.3em), 
                               text(body: [ ], 
                                    size: 0.7em), 
                               linebreak(), 
                               text(body: [T. Ypst], 
                                    size: 0.7em), 
                               parbreak() }), 
                 parbreak(), 
                 columns(body: { text(body: [
Great typography is at the essence of great storytelling. It is the medium that
transports meaning from parchment to reader, the wave that sparks a flame
in booklovers and the great fulfiller of human need.], 
                                      size: 0.7em), 
                                 parbreak() }, 
                         count: 2) })