[l2h] lines between rows in table, how to remove them?

Nasser M. Abbasi nma at 12000.org
Thu Mar 24 21:23:58 CET 2011


I noticed that the HTML page generated for a latex table contains
lines between rows of the table, even though I do not tell it in
Latex to put a line there.

Here is a simple example

-----------------
\documentclass{article}
\usepackage{html}
\begin{document}

\begin{tabular}{|c|c|}\hline
   a & b \\    % NO \hline here
   c & d \\ \hline
\end{tabular}

\end{document}
---------------------

The above, after pdflatex will have a table, with NO line
between the first and the second row.

But

latex2html foo.tex

and looking at HTML foo.htm, I see a line generated between the rows.

I was wondering if there is something I can do to change this
behavior by l2h. I wanted the table to look like it is in
latex if possible.

thanks
--Nasser


More information about the latex2html mailing list