"Markus Schwaab" <[EMAIL PROTECTED]> writes:

> I want to write my handbook for my first Open-Source program with LyX
> because of its superior export features. Now I have one problem with html-exports:
>
> tables I inserted in my LyX-document, are not correctly converted by
> Latex2HTML.
> Is this a know proglem or do I have to tweak parameters ?

Lyx adds a command:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
%% Because html converters don't know tabularnewline
\providecommand{\tabularnewline}{\\}

and then uses

\tabularnewline

throughout tables.  The latex2HTML program understands this only for
the first table but then gets confused (for some reason).

I have just been just

  1. exporting lyx to (la)tex
  2. use a text editor to globally change \tabularnewline to \\
  3. run latex2html outside of lyx

I posted the problem to this list a while ago but did not post my work
around.

Dave
-- 
David G. Green                                      [EMAIL PROTECTED]
UAB Electrical and Computer Engineering             Birmingham, AL USA

Reply via email to