Hard to tell if this package is still under development and if so, where
its home is.  www.latex2html.org appears unmaintained, but there don't
seem to be pointers anywhere to any other home anywhere.

Anyway, I am using the align environment from the amsmath package.
There is a \intertext command used within an align or align* environment
to insert text without disrupting the alignment of equations in the
environment.  It should be possible to insert multiple \intertext
commands, and LaTeX typesets them correctly, but LaTeX2HTML only
respects the first one.  Subsequent ones are ignored and the contents
typeset as if they they were just math symbols.  So, for example

        \begin{align}
        a &= b
        \intertext{and}
        c &= d
        \intertext{but}
        e &< f
        \end{align}

displays sort of as

                a = b
        and
                c = d b u t e < f


-- 
Matthew Saltzman
Clemson University Math Sciences
mjs AT clemson DOT edu

_______________________________________________
latex2html mailing list
latex2html@tug.org
http://tug.org/mailman/listinfo/latex2html

Reply via email to