[l2h] multline environment & equation numbering
Jose Alfredo Cañizo Rincón
ozarfreo at ugr.es
Thu Jan 20 20:20:30 CET 2005
When I translate documents that contain numbered multline environments using
latex2html, these environments seem to be ignored in generated html links, so
that references to them do not point to the right equation. I have been
searching for some time on the internet and have found no help on this. I
have seen in the file amsmath.perl that comes with latex2html that support
for this environment seems not to be completed so far.
Is there any simple way to make the numbering come out right? Am I missing
something? Is this just something to do on future versions of latex2html?
The following is a simple example of a document where the reference won't work
in my system when translated:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt]{article}
\usepackage{amsmath}
\begin{document}
Here goes a multline environment:
\begin{multline}\label{eq:1}
x + 99999999999999999 x =\\
100000000000000000 x
\end{multline}
And here an equation:
\begin{equation}
\label{eq:2}
a = \pi
\end{equation}
Referring to the first one, one gets this: (\ref{eq:1}).
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Thanks,
José A. Cañizo
More information about the latex2html
mailing list