4.3.7 dl : denition list.

Denition lists are meant to type a set of terms together with their explanation. It's usage is identical to the one in HTML, with the exception that it cannot occur inside ordinary text: surrounding text should always be enclosed in paragraph tags.

Example:

 
meOne
First element of the enumeration type.
 
meTwo
Second element of the enumeration type.
 
meThree
Thir element of the enumeration type.
 

Will be typeset as

meOne
First element of the enumeration type.
meTwo
Second element of the enumeration type.
meThree
Third element of the enumeration type.

See also: dt (115), dd (111), ol (133), ul (159)