packages feed

typst-0.9: test/typ/text/tracking-spacing-01.out

--- parse tree ---
[ Comment
, SoftBreak
, Text "I"
, Quote '\''
, Text "m"
, Space
, Text "in"
, Code
    "typ/text/tracking-spacing-01.typ"
    ( line 2 , column 8 )
    (FuncCall
       (Ident (Identifier "text"))
       [ KeyValArg
           (Identifier "tracking")
           (Plus (Literal (Numeric 0.15 Em)) (Literal (Numeric 1.5 Pt)))
       , BlockArg [ Space , Text "spaace" ]
       ])
, Text "!"
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
I’m in]), 
                 text(body: text(body: [ spaace]), 
                      tracking: 0.15em + 1.5pt), 
                 text(body: [!]), 
                 parbreak() })