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

2012-02-08 Thread Nasser M. Abbasi
On 2/9/2012 12:47 AM, Shigeharu TAKENO wrote: shige 02/09 2012 "Nasser M. Abbasi" wrote: 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: May th

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

2012-02-08 Thread Shigeharu TAKENO
shige 02/09 2012 "Nasser M. Abbasi" wrote: > 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: May the following message help you ? http://tug.

Re: [l2h] best way to handle \htmladdnormallink with underscore names ?

2012-02-08 Thread Ross Moore
Hi Nasser, On 09/02/2012, at 11:30 AM, Nasser M. Abbasi wrote: > On 2/8/2012 1:09 PM, Ross Moore wrote: >> Hello Nasser, >> >> On 09/02/2012, at 12:14 AM, Nasser M. Abbasi wrote: >> >>> this is on linux and using l2h : 2008 (1.71) >>> >>> when I write >>> >>> \htmladdnormallink{a_b_c_d_e.m}{a

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

2012-02-08 Thread Sunil C. Cherukuri
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, Nass

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

2012-02-08 Thread Nasser M. Abbasi
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 m

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

2012-02-08 Thread Nasser M. Abbasi
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.te

Re: [l2h] best way to handle \htmladdnormallink with underscore names ?

2012-02-08 Thread Nasser M. Abbasi
On 2/8/2012 1:09 PM, Ross Moore wrote: Hello Nasser, On 09/02/2012, at 12:14 AM, Nasser M. Abbasi wrote: this is on linux and using l2h : 2008 (1.71) when I write \htmladdnormallink{a_b_c_d_e.m}{a_b_c_d_e.m} I get error about missing $ becuase it think it is math. And so it is, in the LaTe

[l2h] best way to handle \htmladdnormallink with underscore names ?

2012-02-08 Thread Nasser M. Abbasi
this is on linux and using l2h : 2008 (1.71) when I write \htmladdnormallink{a_b_c_d_e.m}{a_b_c_d_e.m} I get error about missing $ becuase it think it is math. So I end up writing \htmladdnormallink{a\_b\_c\_d\_e.m}{a_b_c_d_e.m} is there a way to avoid having to do this all the time? I have