<!–Converted with LaTeX2HTML 2022 (Released January 1, 2022) –> <HTML lang="en"> <HEAD> <TITLE>Contents of Lists</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> <META NAME="viewport" CONTENT="width=device-width, initial-scale=1.0"> <META NAME="Generator" CONTENT="LaTeX2HTML v2022">
<LINK REL="STYLESHEET" HREF="iso-doc.css">
<LINK REL="next" HREF="node10_mn.html"> <LINK REL="previous" HREF="node8_mn.html"> <LINK REL="up" HREF="iso-doc_mn.html"> <LINK REL="next" HREF="node10_mn.html"> </HEAD>
<BODY bgcolor="#ffffff" text="#000000" link="#9944EE" vlink="#0000ff" alink="#00ff00">
<H1><A ID="SECTION00090000000000000000"> Lists</A> </H1> General There are three types of list provided by the <TT>iso</TT> style: itemized, enumerated and description. They are described in <A HREF="node9_ct.html#lists.types"><IMG ALT="[*]" SRC="crossref.png"></A>.
<P> Lists may be nested up to four deep. If you exceed this limit, you have probably designed your standard badly.
<P> List types <A ID="lists.types"></A>Itemized Itemized lists are used when there is no need to identify the separate elements of the list. They are written as follows: <PRE>
<UL> <LI>The first item. </LI> <LI>The next item. Entries may continue over several lines if necessary. </LI> </UL>
<P> Enumerated Enumerated lists are used when it is necessary to identify the separate list elements. They are written as follows: <PRE>
<OL> <LI>The first enumerated item. </LI> <LI>Another enumerated item. </LI> </OL>
<P> Description Description lists are used when each element of the list has a label. They are written as follows: <PRE>
<P>
<HR>
</BODY> </HTML>