7.2
13 Lists
The difference between an unordered list and an ordered list is a #:tag.
An unordered list:
@itemlist[ @item{Here is an item} @item{Here is another item} @item{aaaand yet another item}]
An ordered list:
@itemlist[#:style 'ordered @item{Here is an item} @item{Here is another item} @item{aaaand yet another item}]
Outputs:
Here is an item
Here is another item
aaaand yet another item
Here is an item
Here is another item
aaaand yet another item