| Subsection: |
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:
You can force lists using capital letters, etc. using an optional argument:
Also try using [a] and [I].
Finally, there is "description" (or definition):
|
rms@cs.oberlin.edu