Hi, I've got a LyX document which I convert to LaTeX and
then convert to HTML using latex2html. The result is
fine except for that the tables are cropped to just the
top row!
Actually it's slightly more complicated: the last cell of
each row contains what it should *plus* what should be in
the first cell of the second row.
So what in LyX is:
---------------
| | | | |
| a | b | c | d |
| | | | |
---------------
| | | | |
| e | f | g | h |
| | | | |
---------------
| | | | |
| i | j | k | l |
| | | | |
---------------
comes out as:
---------------
| | | | |
| a | b | c | d |
| | | | e |
---------------
As an example of the output, please take a look at:
http://dione.no-ip.org/~alexis/computing/ahdg/ahdg/node16.html
and the input was:
http://dione.no-ip.org/~alexis/computing/ahdg/ahdg.lyx
(section 1.2.3).
Postscript and PDF versions do not display this problem
(change .lyx extension in above URL) to see. But, some
time ago, I had a problem with LyX's footnote environments
not being correctly rendered by latex2html when they were
in PS and PDF, so I am wondering if there is a similar
'problem-refraction' going on here.
Any advice appreciated! Thanks!
Alexis