Lists
Capture Lists in a <list>
element.
Each
<list>
element must contain an @id
attribute
and a @list-type
attribute. The @list-type
attribute
defines how the list will be presented in output. The allowed values are:Type of List | @list-type Value |
---|---|
Simple/Plain List | simple |
Bulleted | bullet |
Lowercase Alphabetical | alpha-lower |
Uppercase Alphabetical | alpha-upper |
Lowercase Roman Numeral | roman-lower |
Uppercase Roman Numeral | roman-upper |
Numbered | arabic |
Capture each individual item in the list in a <list-item>
element.
The <list-item>
element must contain an @id
attribute containing a unique identifier for the item and may optionally contain a
<label>
element if present in the source.
If the list is multi level then the second level <list>
element in
<list-item>
must be wrapped in a <p>
element.
Example
<list id="nonace3a0l1" list-type="arabic"> <list-item id="nonace3a0l1.1"> <label>1.</label> <p> <inline-formula> <tex-math><?CDATA $J_\mathrm{B}$?></tex-math> <mml:math> <mml:msub> <mml:mi>J</mml:mi> <mml:mrow> <mml:mi mathvariant="normal">B</mml:mi> </mml:mrow> </mml:msub> </mml:math> <inline-graphic xlink:href="nonace3a0ieqn36.gif"/> </inline-formula> is invariant under <italic>D</italic>.</p> </list-item> <list-item id="nonace3a0l1.2"> <label>2.</label> <p>At each point of <inline-formula> <tex-math><?CDATA $\mathcal{M}$?></tex-math> <mml:math> <mml:mrow> <mml:mi mathvariant="-tex-caligraphic">M</mml:mi> </mml:mrow> </mml:math> <inline-graphic xlink:href="nonace3a0ieqn37.gif"/> </inline-formula> it holds <disp-formula id="nonace3a0eqn2_21"> <label>2.21</label> <tex-math><?CDATA \begin{align} J_\mathrm{B}(D^0)\subset T\mathcal{M}+ D\, , \end{align}?></tex-math> <mml:math display="block"> <mml:mtable columnalign="right left right left right left right left right left right left" columnspacing="0.2777777777777778em 2em 0.2777777777777778em 2em 0.2777777777777778em 2em 0.2777777777777778em 2em 0.2777777777777778em 2em 0.2777777777777778em" rowspacing="3pt"> <mml:mtr> <mml:mtd> <mml:msub> <mml:mi>J</mml:mi> <mml:mrow> <mml:mi mathvariant="normal">B</mml:mi> </mml:mrow> </mml:msub> <mml:mo stretchy="false">(</mml:mo> <mml:msup> <mml:mi>D</mml:mi> <mml:mn>0</mml:mn> </mml:msup> <mml:mo stretchy="false">)</mml:mo> <mml:mo>⊂</mml:mo> <mml:mi>T</mml:mi> <mml:mrow> <mml:mi mathvariant="-tex-caligraphic">M</mml:mi> </mml:mrow> <mml:mo>+</mml:mo> <mml:mi>D</mml:mi> <mml:mo>,</mml:mo> </mml:mtd> </mml:mtr> </mml:mtable> </mml:math> <graphic xlink:href="nonace3a0eqn2_21.gif"/> </disp-formula> </p> </list-item> </list>