Package: latex2html
Version: 2002-2-1-9
Severity: important
When I invoke the program:
$ latex2html -info"" -numbered_footnotes foo.tex
it gives an html code with _all_ tables of the
document with double captions.
I have attached a sample latex code and corresponding
html output.
Sven Mueller suggests it looks as if someone wanted to replace the code
that is spit out for the table header but accidently inserted his new
code without deleting the old code first.
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages latex2html depends on:
ii gs 8.01-5 Transitional package
ii gs-gpl [gs] 8.01-5 The GPL Ghostscript PostScript int
ii netpbm 2:10.0-8 Graphics conversion tools
ii perl 5.8.4-8 Larry Wall's Practical Extraction
ii tetex-bin 2.0.2-26 The teTeX binary files
ii tetex-extra 2.0.2c-7 Additional library files of teTeX
-- no debconf information
--
On this laptop no Windows system survives and LINUX POWER reigns UNLIMITED.
Successfully Microsoft free since December 2002.
<P>
<BR><P></P>
<DIV ALIGN="CENTER"><A NAME="1198"></A>
<TABLE>
<CAPTION><STRONG>Table 1.2.1:</STRONG>
Le piattaforme di Debian</CAPTION>
<TR><TD>
<P>
<P>
<A NAME="1198"></A>
<TABLE CELLPADDING=3 BORDER="1">
<CAPTION><STRONG>Table 1.2.1:</STRONG>
Le piattaforme di Debian</CAPTION>
<TR><TH ALIGN="CENTER"><SPAN CLASS="textbf">Piattaforma</SPAN></TH>
<TH ALIGN="LEFT"><SPAN CLASS="textbf">Note</SPAN></TH>
</TR>
<TR><TD ALIGN="CENTER">ia64</TD>
<TD ALIGN="LEFT">Computer con processore Intel Itanium a 64 bit</TD>
</TR>
<TR><TD ALIGN="CENTER">alpha</TD>
<TD ALIGN="LEFT">Workstation DEC Alpha e compatibili</TD>
</TR>
<TR><TD ALIGN="CENTER">arm</TD>
<TD ALIGN="LEFT">PDA (Sharp Zaurus), Acorn Archimedes</TD>
</TR>
<TR><TD ALIGN="CENTER">hppa</TD>
<TD ALIGN="LEFT">Vecchie workstation (PA-RISC) di HP</TD>
</TR>
<TR><TD ALIGN="CENTER">s390</TD>
<TD ALIGN="LEFT">Computer mainframe di IBM mod. S/390</TD>
</TR>
<TR><TD ALIGN="CENTER">x86</TD>
<TD ALIGN="LEFT">AMD/Intel sui comuni computer e portatili</TD>
</TR>
<TR><TD ALIGN="CENTER">m68k</TD>
<TD ALIGN="LEFT">Apple Classic Macintosh, Amiga 500, Atari ST</TD>
</TR>
<TR><TD ALIGN="CENTER">mips</TD>
<TD ALIGN="LEFT">Workstation di Silicon Graphics</TD>
</TR>
<TR><TD ALIGN="CENTER">powerpc</TD>
<TD ALIGN="LEFT">Moderni Apple (Power Macintosh)</TD>
</TR>
<TR><TD ALIGN="CENTER">sparc</TD>
<TD ALIGN="LEFT">Workstation di Sun Microsystems</TD>
</TR>
</TABLE></TD></TR>
</TABLE>
</DIV><P></P>
<BR>
%
\begin{table}[t]
\caption{Le piattaforme di Debian\label{cap:Le-architetture}}
\begin{longtable}{|c||l|}
\hline
\textbf{Piattaforma}&
\textbf{Note}\tabularnewline
\hline
\hline
ia64&
Computer con processore Intel Itanium a 64 bit\tabularnewline
\hline
\hline
alpha&
Workstation DEC Alpha e compatibili\tabularnewline
\hline
\hline
arm&
PDA (Sharp Zaurus), Acorn Archimedes\tabularnewline
\hline
\hline
hppa&
Vecchie workstation (PA-RISC) di HP\tabularnewline
\hline
\hline
s390&
Computer mainframe di IBM mod. S/390\tabularnewline
\hline
\hline
x86&
AMD/Intel sui comuni computer e portatili\tabularnewline
\hline
\hline
m68k&
Apple Classic Macintosh, Amiga 500, Atari ST\tabularnewline
\hline
\hline
mips&
Workstation di Silicon Graphics\tabularnewline
\hline
\hline
powerpc&
Moderni Apple (Power Macintosh)\tabularnewline
\hline
\hline
sparc&
Workstation di Sun Microsystems\tabularnewline
\hline
\end{longtable}
\end{table}