Hi,
I have some questions. I'm using LaTeX2HTML for a user/online-doc
for an Intranet-application.
I'm getting problems when using:
\begin{enumerate}
\item foo
\item bar
\end{enumerate}
That will result in something like:
<DL COMPACT>
<DT>.
<DD>foo
<DT>.
<DD>bar
</DL>
In TeX its ok, in HTML not, it looks like:
. foo
. bar
missing the numbers.
What's wrong? Or what must I do to get HTML from L2H like:
<ol>
<li>foo</li>
<li>bar</li>
</ol>
or correct usage of dd-tags:
<dl>
<dt>1.</dt>
<dd>foo</dd>
<dt>2.</dt>
<dd>bar</dd>
</dl>
Could you help me? Thank you very much.
Best regards,
Jens Gaspar
________________________________________________________________________
Jens-Uwe Gaspar
Tellux Dr. Schaefer GmbH Tel.: +49-721-96461-40
Haid-und-Neu-Stra�e 7 Fax.: +49-721-96461-21
D-76131 Karlsruhe mailto:[EMAIL PROTECTED]
Germany http://www.tellux.de
________________________________________________________________________