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/quadwriter/core.rkt

17 lines
334 B
Racket

#lang debug racket/base
(require "layout.rkt"
"render.rkt"
"param.rkt")
(provide render-pdf
para-break
line-break
page-break
column-break
hr-break
q:para-break
q:line-break
q:page-break
q:hr-break
(all-from-out "param.rkt"))