You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
768 B
Racket
23 lines
768 B
Racket
#lang quadwriter
|
|
|
|
'(q "Left aligned")
|
|
'(q ((break "para")))
|
|
|
|
'(q ((font-size "20")(font-tracking "5")) "we have the same tracking you see")
|
|
'(q ((break "para")))
|
|
'(q ((font-size "20")(font-tracking "25%")) "we have the same tracking you see")
|
|
'(q ((break "para")))
|
|
'(q ((font-size "20")(font-tracking "0.25em")) "we have the same tracking you see")
|
|
|
|
'(q ((break "para")))
|
|
|
|
'(q "Justified")
|
|
'(q ((break "para")))
|
|
|
|
|
|
'(q ((font-size "20")(font-tracking "5")(line-align "justify")) "we have the same tracking you see")
|
|
'(q ((break "para")))
|
|
'(q ((font-size "20")(font-tracking "25%")(line-align "justify")) "we have the same tracking you see")
|
|
'(q ((break "para")))
|
|
'(q ((font-size "20")(font-tracking "0.25em")(line-align "justify")) "we have the same tracking you see")
|