tbook: User Element View [DTD Element View]
[Home] [Elements] [Entities] [Prev] [Next]

Element enumerate

Synopsis

Content Model

(item*)

Attributes

NameTypeDefault Value
style CDATA None
class CDATA None
xml:lang NMTOKEN None
id ID None

Parameter Entities

The following parameter entities contain enumerate: block, list, sectbegin

Description

A numbered list of <item>s.

Parents

article, chapter, index, item, letter, p, paragraph, proof, references, section, subparagraph, subsection, subsubsection, theorem

Children

item

Example

<p>The three laws of Captain Ed Murphy:</p>

<enumerate>
  <item>Nothing is as easy as it looks.</item>
  <item>Everything takes longer than you think.</item>
  <item>If anything can go wrong, it will.</item>
</enumerate>

This yields:

The three laws of Captain Ed Murphy:

  1. Nothing is as easy as it looks.
  2. Everything takes longer than you think.
  3. If anything can go wrong, it will.


HTML Presentation of tbook by DTDParse (version 2.0beta6).