The LaTeX2HTML Translator | Drakos/Moore |
To: Support for FoilTeX |
\htmlitemmark
command, which provides an alternative
means of choosing the item-mark, and allows the image to be changed
for different items in the list.
The mark is determined
by the \htmlitemmark{
<item-mark>}
command.
This command accepts either a mnemonic name for the <item-mark>,
from a list of icons established at installation, or the URL of a mark
not in the installation list.
The command \htmlitemmark must be used inside the
htmllist environment in order to be effective,
and it may be used more than once to change the mark within the list.
The item-marks supplied with LATEX2HTML are
BlueBall, RedBall, OrangeBall, GreenBall,
PinkBall, PurpleBall, WhiteBall and YellowBall.
The htmllist environment is identical to
the description environment in the printed version.
An example of its usage is:
\begin{htmllist}[WhiteBall] \item[Item 1:] This will have a white ball. \item[Item 2:] This will also have a white ball. \htmlitemmark{RedBall}% \item[Item 3:] This will have a red ball. \end{htmllist}
One can also obtain LATEX2e style-files floatfig.sty and
wrapfig.sty, which provide support for the floatingfigure
and wrapfigure environments, respectively. These environments
allow text to wrap around a figure in the printed version,
but are treated exactly as an ordinary figures in the electronic version.
They are described in The LATEX Companion.
To: Support for FoilTeX |
Ross Moore 1991-03-26 | Processed by LaTeX2HTML-FU |