[l2h] lines between rows in table, how to remove them?
Nasser M. Abbasi
nma at 12000.org
Fri Mar 25 12:57:23 CET 2011
On 3/25/2011 4:12 AM, Shigeharu TAKENO wrote:
> One simple solution of your problem using latex2html is to
> make image:
>
> Ex. 3:
> \usepackage{html}
> ...
> \begin{makeimage}
> \begin{tabular}{|c|c|}\hline
> a& b \\ % NO \hline here
> c& d \\ \hline
> \end{tabular}
> \end{makeimage}
>
> This will give the same results as the output by pdflatex.
>
Wow !
I had no idea one can do such a thing.
Yes, this solved the problem. Now my HTML tables look like
they are in the pdf file :)
May be I can use this trick now whenever l2h output does not
match pdflatex exactly.
I never knew about this latex env. called makeimage, but
it seems like a really useful one.
thanks again for your help.
--Nasser
More information about the latex2html
mailing list