Hi Matthias,
That would be great.
Jos
-Original Message-
From: Matthias Felleisen [mailto:matth...@ccs.neu.edu]
Sent: jueves, 31 de enero de 2013 23:33
To: Jos Koot
Cc: 'Matthew Flatt'; 'Danny Yoo'; users@racket-lang.org
Subject: Re: [racket] scribbling newbie ques
-
> From: Matthew Flatt [mailto:mfl...@cs.utah.edu]
> Sent: jueves, 31 de enero de 2013 22:14
> To: Jos Koot
> Cc: users@racket-lang.org
> Subject: Re: [racket] scribbling newbie questions
>
> At Thu, 31 Jan 2013 18:40:06 +0100, "Jos Koot" wrote:
>> Q1
&g
to me.
THANKS, Jos
-Original Message-
From: Matthew Flatt [mailto:mfl...@cs.utah.edu]
Sent: jueves, 31 de enero de 2013 22:14
To: Jos Koot
Cc: users@racket-lang.org
Subject: Re: [racket] scribbling newbie questions
At Thu, 31 Jan 2013 18:40:06 +0100, "Jos Koot" wrote:
> Q1
> @racket[
At Thu, 31 Jan 2013 18:40:06 +0100, "Jos Koot" wrote:
> Q1
> @racket[(string-length ((fmt "I") #e1e10))]
> is expanded to
> (string-length ((fmt "I") 1000000))
> with 10 zeros. How can I make scribble render #e1e10 as #e1e10?
You could use `code' instead of `racket':
@code{(
t: Re: [racket] scribbling newbie questions
> Q2
> I use verbatim to escape interpretation, but this function always produces
a
> separate line. Is there something like verbatim that I can use within a
> paragraph? For example to include character @ and unbalanced parentheses
and
> br
> Q2
> I use verbatim to escape interpretation, but this function always produces a
> separate line. Is there something like verbatim that I can use within a
> paragraph? For example to include character @ and unbalanced parentheses and
> brackets in plain text.
Here's an example of how to escape
6 matches
Mail list logo