[l2h] Problems with footnotes

Peter-Klaus Schilling Peter-Klaus Schilling <pks@mail.desy.de>
Thu, 2 Sep 1999 15:32:02 +0200 (METDST)


Some problems with LaTeX2html Version 99.1 release (March 30, 1999) with
input files, which run fine under LaTeX:

Problem 1.
=========
The following small file: 

\documentclass{article}
\begin{document}
A\footnote{Footnote on A and B}, B\footnotemark[\value{footnote}].
\end{document}

causes an endless(?) loop:

[...] Translating ... 0/1:top of wnt_test: for wnt_test.html

 *** translating preamble ***
...
 *** preamble done ***
;..............................................................................................................................................................................................................................................................
................................................................
LaTeX2HTML shutting down.
after ^C.

Problem 2.
=========
The following input file:
 
\documentclass{article}
\usepackage{longtable}
\begin{document}
\begin{longtable}{|l|r|}
\caption*{Caption}\\
\hline
\endhead
\hline
\endfoot
A&B\\
C&D\\
\end{longtable}
\end{document}

goes into an endless(?) loop:

[...]
 *** translating preamble ***
...
 *** preamble done ***
;.,..

*** no brace for \caption , before:

*** using "" as the argument instead; is this correct?  ***

..

*** no brace for \caption , before:
<<>><<>>
*** using "<" as the argument instead; is this correct?  ***

..

*** no brace for \caption , before:
<<>><<<>><>><<>>
*** using "<" as the argument instead; is this correct?  ***
[...]

..
LaTeX2HTML shutting down.
after ^C.

Problem 3.
=========
The input file 

\documentclass{article}
\usepackage{longtable}
\begin{document}
\begin{longtable}{|l|r|}
\hline
Head&ing\\
\endhead
\hline
\endfoot
A&B\\
C&D\\
\end{longtable}
\end{document}

causes the message:

[...]
Unknown commands: endhead endfoot
Done.

only, if line 5 (Head&ing\\) is present.

???

Regards,
Peter

P.S.: Always used "latex2html wnt_test.tex".

 --------------------------------------------------
 e-mail:  peter-klaus.schilling@desy.de
 address: Peter K. Schilling
          DESY Dpt. IT
          Notkestr. 85 - D-22607 Hamburg - Germany
 phone:   +49 40 89983638  fax:     +49 40 89943638
 --------------------------------------------------