...
This example shows a regular numbered list:
| Code Block | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
<list id="L1" list-type="order">
<list-item>
<p>
Fat new smallness few supposing suspicion two.
</p>
</list-item>
<list-item>
<p>
Course sir people worthy horses add entire suffer.
</p>
</list-item>
<list-item>
<p>
How one dull get busy dare far.
</p>
</list-item>
<list-item>
<p>
At principle perfectly by sweetness do.
</p>
</list-item>
</list> |
The table below shows the various values of theĀ @list-type attribute that are applied by eXtyles NLM, depending on the labels used in the list in Word.
| List labels | @list-type |
|---|---|
| No labels | "simple" |
| Bullets, dashes | "bullet" |
| 1, 2, 3 | "order" |
| a, b, c | "alpha-lower" |
| A, B, C | "alpha-upper" |
| i, ii, iii | "roman-lower" |
| I, II, III | "roman-upper" |
Nested Lists
In eXtyles NLM, a group of contiguous list paragraphs will be exported as a single XML list. Nested lists should be styled carefully to ensure that the nesting is reflected in the paragraph styles used. See the following example of a nested list:
...