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 _______________________________________________ latex2html mailing list [email protected] http://tug.org/mailman/listinfo/latex2html
