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
when I use Your great package (v6.2a 2022/03/11) together with hyerref (v7.00x 2023/04/22), both in the actual TeX Live 2023 distrib,, I get the warning
"I failed to patch \hyper@refstepcounter. Please contact the package author."
With other versions, e.g. TeX Live 2020 (ch... v.5.11, hy... v7.00d) this error don't occur.
Here ist the MWE:
`
\documentclass{article}
\usepackage{chemmacros}
%\chemsetup{modules=reactions}% for TL2020
\usepackage{hyperref}
\begin{document}
\begin{reaction}
A + B <<=> AB
\end{reaction}
\end{document}
`
The text was updated successfully, but these errors were encountered:
I get the same warning. If you don't use chemmacros own counter (\chemsetup[reactions]{own-counter=false}) you get rid of the warning. Is there a way to fix this?
Hej,
when I use Your great package (v6.2a 2022/03/11) together with hyerref (v7.00x 2023/04/22), both in the actual TeX Live 2023 distrib,, I get the warning
"I failed to patch \hyper@refstepcounter. Please contact the package author."
With other versions, e.g. TeX Live 2020 (ch... v.5.11, hy... v7.00d) this error don't occur.
Here ist the MWE:
`
\documentclass{article}
\usepackage{chemmacros}
%\chemsetup{modules=reactions}% for TL2020
\usepackage{hyperref}
\begin{document}
\begin{reaction}
A + B <<=> AB
\end{reaction}
\end{document}
`
The text was updated successfully, but these errors were encountered: