You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The chemnum package exhibits a compatibility issue in TeX Live 2024 when using \refcmpd before \cmpd. While the same code compiles successfully in TeX Live 2022, it fails in TeX Live 2024 with the following error:
! File ended while scanning use of __prop_map_tokens:nw. \par <*> main.tex
This issue seems related to changes in the LaTeX3 (expl3) programming layer introduced in newer LaTeX kernel versions.
Example Code
This minimal code works fine in TeX Live 2022 (with pdflatex or xelatex) but fails in TeX Live 2024:
Here is an excerpt of the error log from TeX Live 2024:
! File ended while scanning use of \__prop_map_tokens:nw.
<inserted text>
\par
<*> main.tex
I suspect you have forgotten a `}', causing me
to read past where you wanted me to stop.
I'll try to recover; but if the error is serious,
you'd better type `E' or `X' now and fix your file.
! Emergency stop.
<*> main.tex
The text was updated successfully, but these errors were encountered:
Description
The
chemnum
package exhibits a compatibility issue in TeX Live 2024 when using\refcmpd
before\cmpd
. While the same code compiles successfully in TeX Live 2022, it fails in TeX Live 2024 with the following error:! File ended while scanning use of __prop_map_tokens:nw. \par <*> main.tex
This issue seems related to changes in the LaTeX3 (
expl3
) programming layer introduced in newer LaTeX kernel versions.Example Code
This minimal code works fine in TeX Live 2022 (with
pdflatex
orxelatex
) but fails in TeX Live 2024:Here is an excerpt of the error log from TeX Live 2024:
The text was updated successfully, but these errors were encountered: