-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Steps that will reproduce the problem?
- ``chklref filename`
What is the expected result?
No warnings.
What happens instead?
Unused label found.
Possible workaround:
?
Any additional information:
filename content:
\documentclass{article}
\usepackage{cleveref}
\begin{document}
\begin{enumerate}
\item\label{test} Foo
\end{enumerate}
See: \Cref{test}
\end{document}
Metadata
Metadata
Assignees
Labels
No labels