[l2h] Cannot mix labeled and unlabeled items

Julius Smith jos at w3k.org
Sat Oct 11 13:00:40 CEST 2003


The following example (in l2h 2002-2-1 (1.70)) produces '$$' in place of a 
bullet for the second item:

\documentclass{article}
\begin{document}
\begin{itemize}
\item[custom1] item 1
\item item 2
\end{itemize}
\end{document}

The problem seems to be mixing custom-labeled items with regular 
items.  For example, the following two examples work fine:

\documentclass{article}
\begin{document}
\begin{itemize}
\item[custom1] item 1
\item[custom2] item 2
\end{itemize}
\end{document}

\documentclass{article}
\begin{document}
\begin{itemize}
\item item 1
\item item 2
\end{itemize}
\end{document}

Julius



More information about the latex2html mailing list