[racket] Trouble using make-base-eval

From: David Van Horn (dvanhorn at cs.umd.edu)
Date: Mon Mar 3 21:20:05 EST 2014

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


Posted on the users mailing list.