fix default argument to #:convert-as-ps-not-pdf?

original commit: 62d2514ce275d1dda41ee237ca530f80b5357e61
This commit is contained in:
Robby Findler 2014-06-27 07:53:58 -05:00
parent 1afd6c802a
commit a272f5a5ca

View File

@ -43,7 +43,7 @@
(define-runtime-path skull-tex "scribble-skull.tex")
(define skull-style (make-style #f (list (tex-addition skull-tex))))
(define (render-mixin % #:convert-as-ps-not-pdf? [convert-as-ps-not-pdf? #t])
(define (render-mixin % #:convert-as-ps-not-pdf? [convert-as-ps-not-pdf? #f])
(class %
(inherit-field prefix-file style-file style-extra-files)