Re: [racket-users] Unfinished S-Expressions in scribbled code blocks

2020-04-12 Thread Ben Greenman
> What is the proper way of typesetting (in scribble) parts of racket code > which do not form complete S-expression? The proper way is to make a #lang (in particular, a `read-syntax`) that deals with incomplete S-expressions. I don't know if anyone has done / attempted this. An improper way is

Re: [racket-users] Unfinished S-Expressions in scribbled code blocks

2020-04-12 Thread Dominik Pantůček
Nope, even with eval:alts and eval:result(s) I cannot produce the results I want. Btw, I am subscribed to the list. Cheers, Dominik On 12. 04. 20 17:22, Sage Gerard wrote: > Does scribble/examples offer what you need? > > > > Original Message > On Apr 12, 2020, 4:23 AM,

Re: [racket-users] Unfinished S-Expressions in scribbled code blocks

2020-04-12 Thread Sage Gerard
Does scribble/examples offer what you need? Original Message On Apr 12, 2020, 4:23 AM, Dominik Pantůček wrote: > Hello fellow Racketeers, > > I've started a small side project and as a part of that I want to write > some articles interspersed with code. Scribble was a natural

[racket-users] Unfinished S-Expressions in scribbled code blocks

2020-04-12 Thread Dominik Pantůček
Hello fellow Racketeers, I've started a small side project and as a part of that I want to write some articles interspersed with code. Scribble was a natural choice for that task. So I started with #lang scribble/manual as usual and after writing some text, I tried to do something like the