Itemize-Enumerate-Description
Contents
      Itemize-Enumerate-Description

Subsection:
    Itemize-Enumerate-Description

HtX maps the LaTeX itemize-enumerate-description list environments to HTML unordered lists, ordered lists and definition lists, respectively.

We begin with the "itemize" environment. It's very much like what you find in LaTeX.

Similar to itemize, we have an "enumerate" environment:

  1. one
  2. two
  3. buckle
  4. my shoe

You can force lists using capital letters, etc. using an optional argument:

  1. This is item A, which is followed by:
  2. item number B.
  3. Finally, we have the third item (C).

Also try using [a] and [I].

Finally, there is "description" (or definition):

the first
number one
the second
number two, and
the third
number six

Subsection: Itemize-Enumerate-Description
Contents
      Itemize-Enumerate-Description

rms@cs.oberlin.edu