fix default argument to #:convert-as-ps-not-pdf?
original commit: 62d2514ce275d1dda41ee237ca530f80b5357e61
This commit is contained in:
parent
1afd6c802a
commit
a272f5a5ca
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user