Questions tagged [cleveref]
{cleveref} is a package that enhances LaTeX's {cross-referencing} features, allowing the format of references to be determined automatically according to the type of reference.
1,054 questions
0
votes
0
answers
31
views
Using acronyms in longtable causes a warning
When using acronym commands inside a longtable alongside cleveref , I get the warning Label(s) may have changed. Rerun to get cross-references right., however clearing the cache / rerunning the ...
7
votes
4
answers
447
views
French spacing conflicts with cleveref
In this example I must choose between \cref{sec:bar} and French spacing (o/w disabled using \NoAutoSpace; I presume because sec:bar is read sec\thinspacing:bar. Is there a solution?
\documentclass{...
0
votes
0
answers
53
views
TeX Live 2025 shows \ac / \cref warnings but TeX Live 2024 doesn't
Combining the acronym package with tableofcontents and other lists can cause unexpected behaviour if acronyms are used in headings (and captions etc). The compiler sees the list as the first time the ...
3
votes
1
answer
53
views
cleveref cannot deal with figures under tufte classes and amsmath
In a document where I reference a figure using cleveref, incorrect name and counter are used, namely the name used is section and the counter is the surrounding section's counter. This happens when I ...
2
votes
1
answer
42
views
How to make cleveref and xr-hyper package work together?
I am trying to reference assets placed in a supplementary .tex file using the hyper-xr package and cleveref. However, I seem to keep getting ?? in the output.
The main.tex contents are given below:
\...
1
vote
0
answers
119
views
How to format the zref-clever's separator?
This question is from this link. Since cleveref was last updated in 2018, I am trying to do the same with zref-clever:
\documentclass{beamer}
\usepackage{hyperref}
% \usepackage{cleveref}
% \...
0
votes
1
answer
78
views
How use keytheorems with zref-clever
The following, with some irrelevant changes, is from https://tex.stackexchange.com/a/752203/13492:
\documentclass{article}
\usepackage{amsmath,amsthm}
\usepackage[svgnames]{xcolor}
\usepackage[...
5
votes
2
answers
508
views
Fix cleveref in TeXLive 2025
Like others I have run into cleveref problems and found only this solution by Ulrike Fischer to be helpful. Consulting the cleveref documentation I found that I need to do something like the following:...
1
vote
0
answers
22
views
Cleveref + LLNCS: appendices are not properly referenced [duplicate]
I'm using the LLNCS LaTeX template with an appendix and I'm trying to use cleveref for automatic reference names. Here is example code:
\documentclass{llncs}
\usepackage{hyperref}
\usepackage{cleveref}...
1
vote
1
answer
85
views
Question on the combination of newfloat, subcaption and cleveref
I have a specific question about the combination of the subcaption, newfloat, and cleveref packages.
My goal:
In references produced by \cref, only the subletter should be italic (e.g., “1a”), while ...
0
votes
0
answers
43
views
Proper cleveref range display with manual \tag{} equations
This is a follow-up post to this post. The proposed anwser by @Mico works fine in most cases, but i found a specific case, where it falls apart. Assuming i am now using a user-proposed \tag{} call in ...
0
votes
0
answers
28
views
cleveref assigns wrong environment type [duplicate]
I have a tex file:
\documentclass{amsart}
\usepackage{mathtools,hyperref}
\hypersetup{
colorlinks=true,
}
\usepackage[noabbrev,capitalize,nameinlink]{cleveref}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\...
6
votes
1
answer
168
views
Conflict between cleveref, aliascnt, and amsmath
This is a follow up to this question.
cleveref got broken after LaTeX got updated, apparently this also happened with an amsmath update (see here). Hence the fix proposed in my question above does not ...
5
votes
1
answer
269
views
Aliasing counters with cleveref no longer works after I updated my TeX distribution
I recently updated my local texlive installation with (sudo) tlmgr update --self --all and suddenly cleveref no longer works with custom label types.
Here's an MWE:
\documentclass{article}
\...
2
votes
0
answers
81
views
ntheorem, cleveref, and using the equation counter for theorems [duplicate]
Why does the following not work as expected? The theorem reference should be to “theorem 2”, not “eq. (2)”, despite the fact that the equation counter is being used for theorems. I’m fairly sure that ...