DL

DL x -- encloses the list x as a hypertext DL itemized list.

The argument x should be a list, each member of which should be a list of length two.

Here is an example. The expression

     DL {
          {"first heading","first item's text"},
          {"second heading","second item's text"},
          {"third heading","third item's text"}}
produces
first headingfirst item's text
second headingsecond item's text
third headingthird item's text

See also hypertext.


topindexpreviousupnext