Thanks for all the explanation, Ross... that makes things a lot
clearer.

I've implemented his question mark fix (in lieu of my asterisk fix),
and the remaining comments use that version of L2H.

Ross Moore writes:
> > There still seems to be an extra vertical space (carriage return) in
> > the output after a single line verbatim environment (as in Bug 1a),
> > but that doesn't bother me a whole lot. I imagine that Ross might be
> > able to fix that too.
>  
> That is probably a browser thing, concerning how it displays:
> 
>   ...some text...</PRE>
> 
> and 
> 
>    ...some text ...
>    </PRE>
> 
> 
> Are these the same ?
> Or do we get an extra line of vertical space ?
> 
> Should LaTeX2HTML produce the former, or the (more readable in the
> HTML file) latter? 

It turns out it's not a browser thing. This file:

-----Begin File-------
\documentclass{report}
\begin{document}

\begin{verbatim}
   % Line 1
\end{verbatim}

\end{document}
-----End File-------

Produces HTML which includes this construction: 

<PRE>
    % Line 1
 
</PRE>

which has an extra line inside the <PRE> environment.

Ross Moore writes:
> > BTW, is it time to freeze L2H V98.2 and let new updates modify a
> > V99.1 ? Or maybe we should just call the latest version 99.1 ?
>  
> I support this idea.
> With the next set of patches that I, or anyone else makes,
> we should change the name to V99.1 (beta) . 

Great...


-Mike

============================================================================
Michael L. Hall -- <mailto:[EMAIL PROTECTED]> -- <http://www.lanl.gov/home/Hall>  
============================================================================
The Feynman Problem Solving Algorithm:
  1) Write down the problem
  2) Think very hard
  3) Write down the answer

                   Murray Gell-Mann

Reply via email to