[l2h] l2h! 99.2b8. problems with tabular

Ross Moore Ross Moore <ross@ics.mq.edu.au>
Wed, 8 Nov 2000 16:21:45 +1100 (EST)


> hi
> 
> i want latex2html to do the following tex-file
> ----------- cut -------------
> \begin{minipage}{.9\textwidth}
> \renewcommand{\thempfootnote}{\alph{mpfootnote}}
> \begin{tabular}{|l|l|} \hline
> \textbf{Variable} & \textbf{Meaning} \\ \hline
> none      & none                   \\
> Jacobi    & -step Jacobi iteration\footnote[1]{one footnote} \\
> SSOR      & -step SSOR iteration\footnotemark[1] \\
> IC        & Incomplete Cholesky factorization\footnote[2]{another
> footnote} \\
> ILU       & Incomplete LU factorization\footnotemark[2] \\ \hline
> \end{tabular}
> \end{minipage}
> ----------- cut -------------
> 
> what i got was
> ----------- cut -------------
> <TABLE CELLPADDING=3 BORDER="1">
> <TR><TH ALIGN="LEFT"><B>Variable</B> & <B>Meaning</B></TH>
> <TD ALIGN="LEFT">&nbsp;</TD>
> </TR>
 ...
 ...
> ----------- cut ---------
> it looks like this
> 
> -------------------
> |bla & bla      | |
> |bla & bla      | |
> |bla & bla      | |
> |bla & bla      | |
> -------------------
>
> l2h ignores the & and makes the line of the table at the wrong postiton.

It worked fine for me; see:

	http://www-texdev.mpce.mq.edu.au/SCHORS/tabtest/

My version of LaTeX2HTML has some fixes; but I don't recall having worked
on the type of problem that you describe.

If someone else can reproduce what you are getting, then I'll endeavour to
update the developer's archive as soon as possible.


Hope this helps,

	Ross Moore


> i read in the mailing-archive a lot questions to this problem, but no
> solution. so, is there a fix for this bug?! and where i can get it?! or what i
> am doing wrong?!
> 
> ciao
> georg
> 
> 
> -- 
> Sent through GMX FreeMail - http://www.gmx.net
>