The following Scribble source:

#lang scribble/manual
@(require scribble/example teachpack/2htdp/scribblings/img-eval)
@(define guide-eval (make-img-eval)) ; from
teachpack/2htdp/scribblings/img-eval
@examples[#:eval guide-eval (make-posn (+ 1 1) (+ 2 2))]


Produces this text for the (HTML) output:



*Example:> (make-posn (+ 1 1) (+ 2 2))(posn 2 4)*

How do I get it to show (*make-posn* 2 4) instead of (posn 2 4)?

Thanks,
--- nadeem



--- nadeem

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CABB5Xb8KWWDLWHzs3bB-o-oH68Y5af2YtPPuCn4f3utP5%2BdagA%40mail.gmail.com.

Reply via email to