[plt-scheme] scribble, itemize within itemize

From: Geoffrey S. Knauth (geoff at knauth.org)
Date: Mon Feb 11 20:36:15 EST 2008

Thanks, I knew it had to be something so simple!

On Feb 11, 2008, at 20:14, Matthew Flatt wrote:
> At Mon, 11 Feb 2008 20:02:54 -0500, "Geoffrey S. Knauth" wrote:
>> Is it possible to do @itemize within another @itemize?
>
> Yes, if you put it in an item:
>
> @itemize{
>    @item{apple blah blah blah}
>    @item{orange blah blah blah}
>    @item{banana blah blah blah}
>    @item{mango blah blah blah}
>    @item{@itemize{
>           @item{mango-pudding blah blah blah}
>           @item{mango-juice blah blah blah}
>           @item{mango-ice-cream blah blah blah}}}
> }



Posted on the users mailing list.