I sent the first bug below a while back, but there haven't been any
comments about it. The second bug is new, but looks like it should be
easy to fix (?). Process the following file with 

  latex2html -show_section_numbers

using version 98.2beta8.

Once again, much thanks to the developers for a great program!

-Mike

 \documentclass{report}

 \begin{document}

I ran this with L2H v98.2beta8 -show_section_numbers.

Bug #1:

Even numbered lines below are misaligned if they start with a
percent sign:

 \begin{verbatim}
    % Line 1
    % Line 2
    % Line 3
    % Line 4
    % Line 5
    % Line 6
    Line 1
    Line 2
    Line 3
    Line 4
    Line 5
    Line 6
 \end{verbatim}

Bug #2:

Also, note in the following table of contents that the appendix
subsections are numbered A1.1 instead of A.1.1 (there's a period
missing):

\chapter{First Chapter}
  \section{waa}
   \subsection{waawaa}

\appendix
\chapter{An Appendix}
  \section{waa}
   \subsection{waawaa}

 \end{document}



+----------------------------------------------------------------------+
| Dr. Michael L. Hall             <[EMAIL PROTECTED]>, 505-665-4312        |
| Los Alamos National Laboratory  Research: radiation transport,       |
| P.O. Box 1663, MS-D409          fluid dynamics, numerical modeling,  |
| Los Alamos, NM 87545            magnetohydrodynamics                 |
+----------------------------------------------------------------------+

Reply via email to