[l2h] How to generate a table using latex2html without horizontal lines between rows?

Nasser M. Abbasi nma at 12000.org
Thu Feb 9 01:56:48 CET 2012


hello;

I'd like to make a table, where I insert my own \hrule between
rows when I want to, because I'd like to group some rows together,
But l2h seems to generate horizontal  rule in the html table
between each row even thought in latex this line is missing.

Here is an example

---------- foo.tex -------
\documentclass[12pt]{article}
\usepackage{html}
\begin{document}

\begin{tabular}{|l | l|}
a&b\\
c&d\\
\end{tabular}

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

latex2html foo.tex
pdf2latex foo.tex

I see the pdf has no horizontal lines, but the html does.

What is the correct way to do this in l2h?

I am using 2008 v 1.71

thanks,
--Nasser


More information about the latex2html mailing list