[racket] Scribble code

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Mon Mar 14 08:59:05 EDT 2011

Use either `racketblock' or `codeblock' for this.  The documentation
for typesetting code in Scribble is here:
http://docs.racket-lang.org/scribble/scribble_manual_code.html

On Mon, Mar 14, 2011 at 8:54 AM, Mark Carter <mcturra2000 at yahoo.co.uk> wrote:
> I have some code that I would like to put in scribble. So far, I have:
>
> Example use of stats:
> @code{"(require carali/money)
>
> (stats 'barc '(
> 41.00     43.20     40.60     50.20     55.66     52.74     64.87     66.25
> 21.63     22.70
>
>        ))
>        "}
>
> When I run scribble, it complains "unbound identifier in module in: code" What
> do I need to do to fix it?
>
>
>
>
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>



-- 
sam th
samth at ccs.neu.edu



Posted on the users mailing list.