Re: [racket] scribble items

2011-09-25 Thread Eli Barzilay
40 minutes ago, Mark Carter wrote: > #lang scribble/manual > > @itemlist{ @item{Foo} @item{Bar} } > > but it gives me > itemlist: contract violation, expected: item?, given: " " > [...] > > What gives? You're using {}s around the items, which means that the spaces are passed as arguments too, s

[racket] scribble items

2011-09-25 Thread Mark Carter
In scribble, I'm trying to create an unnumbered list like so: * Foo * Bar I do #lang scribble/manual @itemlist{ @item{Foo} @item{Bar} } but it gives me itemlist: contract violation, expected: item?, given: " "   contract from: /scribble/base.rkt, blaming:     C:\Users\mcarter\repos\tacc\carali\