+ Update to work with new latex2html versions

This commit is contained in:
michael 2000-07-12 07:56:57 +00:00
parent b84675bb21
commit 96fac301a5
2 changed files with 1003 additions and 205 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,8 +12,7 @@
%
% Example:
%
% \begin{htmllist}
% \htmlitemmark{WhiteBall}
% \begin{htmllist}[WhiteBall]
% \item[Item 1:] This will have a white ball
% \item[Item 2:] This will also have a white ball
% \htmlitemmark{RedBall}
@ -27,7 +26,11 @@
% Modifications:
\newenvironment{htmllist}{%
\newenvironment{htmllist}[1][]{%
\begin{description}}{%
\end{description}}
\newenvironment{htmllist*}[1][]{%
\begin{description}}{%
\end{description}}