3.9 Skribilo User Manual — Enumeration
↑ Standard Markups

These functions implements three various style of enumerations.

( itemize :symbol [ :class "itemize"] [ :ident ] item... )
( enumerate :symbol [ :class "enumerate"] [ :ident ] item... )
( description :symbol [ :class "description"] [ :ident ] item... )
:ident The node identifier. html lout latex context info xml
:class The node class. html lout latex context info xml
:symbol The symbol that prefixes the items. html lout latex context info
item... The items of the enumeration.

Items are introduce by the means of the item markup:

( item :key [ :class ] [ :ident ] )
:ident The node identifier. html lout latex context info xml
:class The node class. html lout latex context info xml
:key The item key. html lout latex context info
Ex. 14: The enumeration markups

... produces:

(made with skribilo)