racket/collects/texpict/private/texpict-sig.rkt
2010-04-27 16:50:15 -06:00

38 lines
804 B
Racket

(module texpict-sig mzscheme
(require mzlib/unit)
(provide texpict-extra^)
(define-signature texpict-extra^
(read-in-sizes ; string -> void
using-pict2e-package
draw-bezier-lines
use-old-connect
output-measure-commands
tex-series-prefix
serialize-tex-picts
current-tex-sizer
tex ; string -> pict
text-line ; string -> pict
text-line/phantom ; string string -> pict
tex-paragraph ; w string ['top|'bottom] -> pict
left-brace ; h -> pict
right-brace ; h -> pict
left-delimit ; str h -> pict
right-delimit ; str h -> pict
middle-delimit ; str h -> pict
top-brace ; w -> pict
bottom-brace ; w -> pict
pict->string
pict->commands)))