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

Sunil C. Cherukuri sunil at strandls.com
Thu Feb 9 05:45:01 CET 2012


Hi Naseer,

I too face a similar problem where the PDF output is a s desired from 
the latex code, whereas, the html has all the horizontal and vertical lines.

Looking forward for a solution.

Than you and regards,

- Sunil

On 2/9/2012 6:53 AM, Nasser M. Abbasi wrote:
> On 2/8/2012 6:56 PM, Nasser M. Abbasi wrote:
>> 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
>
>
> btw, the only trick I know about is to use makeimage, but this
> means the hyperlinks I have inside the table are lost, since one
> can not click on them any more. Here is an example:
>
> --------------------------------
> \documentclass[12pt]{article}
> \usepackage{html}
> \usepackage{hyperref}
> \begin{document}
>
> \begin{makeimage}
> \begin{tabular}{|l | l| }
> a&b\\
> c&d\\
> \url{http://12000.org/my_notes/l2hwin/index.htm}&e\\
> \end{tabular}
> \end{makeimage}
>
> \end{document}
> -------------------------------
>
> and now the table does come up ok, with no horizontal
> lines, but it is an image, and the link is not clickable
> ofcourse. The whole table is rendered as image.
>
> So I am looking for a different solution.
>
> thanks,
> --Nasser
>
>
> _______________________________________________
> latex2html mailing list
> latex2html at tug.org
> http://tug.org/mailman/listinfo/latex2html

-- 
Regards, Sunil C.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/latex2html/attachments/20120209/7e172d16/attachment.html>


More information about the latex2html mailing list