Użytkownik Ross Moore napisał:

I found that late2thml has problems with mirror in eqnarray environment.
 It can be due to the fact, that eqnarray and matrix has the same row
separator - &. The first & is treated as & from eqnarray and the rest of
matrix is treated as another part of eqnaray. From this point all the
equation are renumbered and displayed in unproper place and order.


Are you using \usepackage{amsmath} ?

no,


Please provide example coding which does not work for you.

The example latex file is very simple:


\documentclass[12pt]{article}

\usepackage[polish]{babel}
\usepackage{t1enc}
\usepackage[latin2]{inputenc}
\usepackage[dvips]{graphicx}

\begin{document}
\selectlanguage{polish}

\begin{eqnarray}
\sigma_x=\left( \matrix{0&1\cr 1&0}\right),
\sigma_y=\left(\matrix{0&-i\cr i&0}\right),
\sigma_z=\left(\matrix{1&0\cr 0&-1}\right).
\end{eqnarray}

\end{document}

latex2html treats it strangely, first it knows there is only one formula, and on the other hands it tries to split the eqnarray into several (here 3 ??) formulae.

If you ad some more formulae to this document you will see what will happen. Everything gets mixed.

and the version of latex2html:

$ latex2html --version
 [english]This is jLaTeX2HTML Version 2002 (1.62) JA patch-1.4
by Kenshi Muto, Debian Project.

Original LaTeX2HTML Version 2002 (1.62)
by Nikos Drakos, Computer Based Learning Unit, University of Leeds.


Mirek


Mirek

_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html

Reply via email to