| From: Mark Carter (mcturra2000 at yahoo.co.uk) Date: Sun Sep 25 06:31:00 EDT 2011 |
|
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: <collects>/scribble/base.rkt, blaming:
C:\Users\mcarter\repos\tacc\carali\carali.scrbl
contract:
(->*
()
(#:style (or/c style? string? symbol? #f))
#:rest
(listof item?)
itemization?)
at: <collects>/scribble/base.rkt:250.2
What gives?
| Posted on the users mailing list. |
|