Re: [racket] scribbling newbie questions

2013-02-01 Thread Jos Koot
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

Re: [racket] scribbling newbie questions

2013-01-31 Thread Matthias Felleisen
- > 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

Re: [racket] scribbling newbie questions

2013-01-31 Thread Jos Koot
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[

Re: [racket] scribbling newbie questions

2013-01-31 Thread Matthew Flatt
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{(

Re: [racket] scribbling newbie questions

2013-01-31 Thread Jos Koot
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

Re: [racket] scribbling newbie questions

2013-01-31 Thread Danny Yoo
> 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

[racket] scribbling newbie questions

2013-01-31 Thread Jos Koot
Inspired by http://www.infoq.com/presentations/Racket and now that DrRacket shows the 'Scribble HTML' button, I do my first serious attempt to scribble. With this button I can easily see what I get. I use it very frequently. Marvelous! I use scribble/man