Closed hilshs closed 3 weeks ago
I have updated amsmath.sty to the 2024/10/30 version.
Now I get an error if I don't write anything after \dots in the gather environment.
\RequirePackage{latexbug} \documentclass[a4paper]{article} \usepackage{amsmath} \begin{document} \begin{gather} \dots \end{gather} \end{document}
Here is the error message.
$ pdflatex amsmath_bug.tex This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./amsmath_bug.tex LaTeX2e <2024-11-01> L3 programming layer <2024-10-09> (c:/texlive/2024/texmf-dist/tex/latex/latexbug/latexbug.sty) (c:/texlive/2024/texmf-dist/tex/latex/base/article.cls Document Class: article 2024/06/29 v1.4n Standard LaTeX document class (c:/texlive/2024/texmf-dist/tex/latex/base/size10.clo)) (c:/texlive/2024/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (c:/texlive/2024/texmf-dist/tex/latex/amsmath/amstext.sty (c:/texlive/2024/texmf-dist/tex/latex/amsmath/amsgen.sty)) (c:/texlive/2024/texmf-dist/tex/latex/amsmath/amsbsy.sty) (c:/texlive/2024/texmf-dist/tex/latex/amsmath/amsopn.sty)) (c:/texlive/2024/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./amsmath_bug.aux) ! Missing \endcsname inserted.
yes sorry this is a duplicate of #1448 a fix will be posted as soon as possible but meanwhile if you use \relax after the \dots to hide the end of the cell, it should work as intended.
\relax
\dots
Brief outline of the bug
I have updated amsmath.sty to the 2024/10/30 version.
Now I get an error if I don't write anything after \dots in the gather environment.
Minimal example showing the bug
Here is the error message.
$ pdflatex amsmath_bug.tex This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./amsmath_bug.tex LaTeX2e <2024-11-01> L3 programming layer <2024-10-09> (c:/texlive/2024/texmf-dist/tex/latex/latexbug/latexbug.sty) (c:/texlive/2024/texmf-dist/tex/latex/base/article.cls Document Class: article 2024/06/29 v1.4n Standard LaTeX document class (c:/texlive/2024/texmf-dist/tex/latex/base/size10.clo)) (c:/texlive/2024/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (c:/texlive/2024/texmf-dist/tex/latex/amsmath/amstext.sty (c:/texlive/2024/texmf-dist/tex/latex/amsmath/amsgen.sty)) (c:/texlive/2024/texmf-dist/tex/latex/amsmath/amsbsy.sty) (c:/texlive/2024/texmf-dist/tex/latex/amsmath/amsopn.sty)) (c:/texlive/2024/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./amsmath_bug.aux) ! Missing \endcsname inserted.