Hi All,

I am attempting to write the following with itemlist:

Some text
  1. Foo
  2. Bar
  Since yada yada, we have:
  3. Qux

Here is what I tried:

@nested[#:style 'inset
  @itemlist[#:style 'ordered
    (list
     @item{Foo}
     @item{Bar})]
  @para{Since yada yada, we have:}
  @itemlist[#:style 'ordered
    (list
     @item{Qux})]]


The result is:
  1. Foo
  2. Bar
   Since yada yada, we have:
  1. Qux

Is there a way to get the itemlist counter count from a an index other than 0?
Or is there another a good way of interjecting a comment in between items?

--
Jens Axel Søgaard

____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to