-
Notifications
You must be signed in to change notification settings - Fork 37
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
2024-11-01 release: \refstepcounter@optarg ...cref@currentlabel \@nil #360
Comments
It's the
But now \protected@edef\cref@currentlabel{%
\expandafter\cref@override@label@type%
\cref@currentlabel\@nil{#1}}% It's so messy that I don't fully understand the patching dependencies. The LaTeX |
I guess same kind of issue with: \documentclass{article}
\usepackage{listings}
\usepackage{hyperref}
\usepackage{cleveref}
\begin{document}
\begin{lstlisting}
Foo
\end{lstlisting}
\end{document} which fails to compile with:
|
@dbitouze I have a fix for this in a branch. I will handle that later today. |
I'm not sure where this bug belongs. I also can't reproduce locally because even a new install of TL is out of date. Simplified version of this example:
I realise this is probably not really
hyperref
's fault and it should be fixed incleveref
but .... In any case, apologies for reporting it here.The text was updated successfully, but these errors were encountered: