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

_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html

Reply via email to