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.
typesetting/quad/qtest/test-sections.rkt

16 lines
344 B
Racket

#lang quadwriter
"Section 1 Page 1 on right"
'(q ((break "section")))
'(q ((page-width "5in")(page-height "5in")(page-side-start "right")) "Section 2 Page 1 on right"
(q ((break "page")))
"Section 2 Page 2 on left")
'(q ((break "section")))
'(q ((page-width "5in")(page-height "5in")(page-side-start "left")) "Section 3 Page 1 on left")