[l2h] Re: Bug#355487: table displayed incorrect
Ross Moore
ross at ics.mq.edu.au
Tue Apr 18 05:45:40 CEST 2006
Hi Roland,
On 17/04/2006, at 12:22 AM, Roland Stigge wrote:
> Hi,
>
> a Debian user reported the following:
>
>> if i convert the following code with latex2html, the output of the
>> table
>> does not look like expected (compared to output of pdflatex). the
>> generated html table has severe syntax errors.
It sure does, because
1. colortbl package is not supported; hence
2. \columncolor command is not known .
but also,
3. you'll need to remove the % parts in the usage
of \makeusecase :
>> \makeusecase
>> {home} %1
>> {Startseite} %2
>> {beliebiger User} %3
>> {Die Applikation xyz ist korrekt am Server installiert.} %4
>> {Im Browser wird die xyz Startseite angezeigt.} %5
>> {Die Startseite wird korrekt angezeigt} %6
>> {\begin{enumerate}
>> \item Starten eines Browsers (z.B. firefox)
>> \item Eingabe der korrekten url
>> \item Das php script index.php wird aufgerufen.
>> \item Die Begr"u"sungsseite wird angezeigt und es sind die
>> links:
>> home, search, export, help, about sichtbar.
>> \end {enumerate}} %7
\makeusecase
{home}
{Startseite}
{beliebiger User}
{Die Applikation xyz ist korrekt am Server installiert.}
{Im Browser wird die xyz Startseite angezeigt.}
{Die Startseite wird korrekt angezeigt}
{\begin{enumerate}
\item Starten eines Browsers (z.B. firefox)
\item Eingabe der korrekten url
\item Das php script index.php wird aufgerufen.
\item Die Begr"u"sungsseite wird angezeigt und es sind die
links:
home, search, export, help, about sichtbar.
\end {enumerate}}
Now the table should process OK, but without the desired colour-scheme.
>>
>> \end{document}
>
>
> Thanks for considering...
Hope this helps,
Ross Moore
>
> bye,
> Roland
> _______________________________________________
> latex2html mailing list
> latex2html at tug.org
> http://tug.org/mailman/listinfo/latex2html
More information about the latex2html
mailing list