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/tagdemo.rkt

10 lines
313 B
Racket

#lang br
(require quadwriter/core quadwriter/param quad/quad)
(draw-debug? #true)
(verbose-quad-printing? #f)
(render-pdf '(q ((page-width "300") (page-height "300")
(page-margin-left "60")
(page-margin-top "40")
(line-align "right")) "Hello world") "foo.pdf")