Re: Double Equation Numbering in 2.3.5r1236
Wilfried Hennings <[email protected]> Thu, 03 Apr 2014 23:46:04 +0200
| Newsgroups | gmane.comp.tex.latex.latex2rtf.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, and thanks to James for the bug report.
The double equation numbering was introduced with version 2.3.5. In
v.2.3.5 I removed replacement of \begin{equation}...\end{equation} by
$$...$$ which caused problems with some equations with amsmath when
converting to bitmaps or eps. Outputting the unmodified
\begin{equation}...\end{equation} to the l2r_nnnn.tex files solved the
problem but also introduced the double numbering.
I released the new version 2.3.7 which now replaces
\begin{equation}...\end{equation} by
\begin{displaymath}...\end{displaymath}.
I hope that works for most cases.
Wilfried
At 29.03.2014 15:13 James Phillips wrote:
> Hello latex2rtf developers,
>
> Thank you for this great software; it has solved some real problems for me.
>
> I want to report a bug in the windows version 2.3.5r1236 [1]. When using
> the -M4 option, converting display equations to bitmaps, the display
> equations are numbered in the bitmap, which leads to apparent
> double-numbering in the document.
>
> A minimal example exhibiting the issue is below [2].
>
> This issue does not appear in the Linux (Debian Jessie) version 2.3.3_r1230.
>
> Please let me know if I can be of further assistance in tracking down
> what the issue is.
>
> Regards
>
> James R. Phillips
>
> [1] I realize now there is a 2.3.6 windows version available but the
> change log indicates only an address change for the FSF.
>
> [2] Minimal working example.tex exhibiting double numbering for display
> equations
>
> \documentclass[10 pt]{minimal}
> \begin{document}
> Minimal example of double numbering:
> \begin{equation}
> E=m c^2
> \end{equation}
> \end{document}
>
>
>
> ------------------------------------------------------------------------------
>
>
>
> _______________________________________________
> Latex2rtf-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/latex2rtf-developers
>
------------------------------------------------------------------------------