On 3/3/14, 8:29 PM, Greg Hendershott wrote:
> I get the same error with your code. It looks like there's a
> #:pretty-print arg that defaults to #t. If I set it #f it works for
> me:
> 
> #lang scribble/manual
> @(require scribble/eval)
> @(define some-eval
>    (make-base-eval #:lang 'racket
>                    #:pretty-print? #f))

Thanks; my notes successfully render as PDF with this.  Of course, the
problem now is the pretty printer is off...

David

____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to