-
-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Referencing tagged equation by cleveref
no longer works due to firstaid
patch
#1560
Comments
In your example you should use the unnumbered
With the starred version both the links and also cleveref works fine:
|
Your example works correctly, but is not a complete workaround since referencing tagged \documentclass{article}
\usepackage{amsmath,cleveref}
\begin{document}
\begin{enumerate}
\item \cref{eq:a}
\begin{equation*}\tag{$*$}\label{eq:a}
a
\end{equation*}
\end{enumerate}
\end{document} |
@u-fischer sorry to drop-in, but I got a revelation when reading and then testing your advice about not using
As I read this decades ago (in Could an update to |
@zyoshoka ok I think testing for
|
* add cleveref firstaid for issue #1560 * update hook tests
* add cleveref firstaid for issue #1560 * update hook tests
on its way to CTAN and from there in 1-2 days to the distributions |
Brief outline of the bug
After updating
firstaid
to 1.1g, referencing tagged equation bycleveref
does not work correctly.Minimal example showing the bug
Expected
It should print like
eq. (*)
on the first line.Actual
It prints
eq. (0)
on the first line.The text was updated successfully, but these errors were encountered: