New answers tagged cleveref
2
votes
Accepted
Numbering an equation when using \pause and showonlyrefs
Well, from the discussion in the comments to your last couple of questions (Jump by \zcref is not correct with \pause, https://tex.stackexchange.com/a/732719/105447), I think you should have realized ...
0
votes
The current status of "cleveref"
I am writing a fix that can correctly deal with (and add more) resetby-information.
For example, enumii is reseted by enumi, and so on.
With the following code, cleveref knows that thmenumii is ...
1
vote
Cleveref cref problem with counters: use 'theorem' for all other labels in new ACM template
As of 2024, I still had this problem -- I didn't want to annotate all \labels with the counter information or patch the acmart class file as proposed by existing answers.
The solution that worked for ...
0
votes
Cleveref with counters with same name
On my LaTeX install on Debian, @GonzaloMedina's code does not work and produces the wrong labels.
Theorem 0.1. test
Lemma 0.2. test
As shown in theorem 0.1 and theorem 0.2
This must be specific to my ...
4
votes
Accepted
cleveref treats all ntheorem environments as lemmas
cleveref patches lots of internals but hasn't been updated sind 2018 and so didn't follow development in the LaTeX kernel.
You can reinstate the behaviour by declaring the alias explicitly with LaTeX ...
1
vote
Nameinlink and \crefmultiformat avoid hyperlinks in figure names
Don't reinvent the wheel. Instead, just add spanish to the list of options passed to cleveref. I.e., change \usepackage[nameinlink]{cleveref} to \usepackage[nameinlink,spanish]{cleveref}.
Upon making ...
0
votes
Cleveref does not use custom equation tags anymore
Using \tag in an equation is actually wrong: With hyperref the links will be faults. If you use the starred version everything works fine:
\documentclass{article}
\usepackage{amsmath}
\usepackage{...
Top 50 recent answers are included
Related Tags
cleveref × 989cross-referencing × 494
hyperref × 196
theorems × 50
amsthm × 43
equations × 42
enumitem × 35
varioref × 35
labels × 33
numbering × 32
tcolorbox × 32
amsmath × 29
subfloats × 29
babel × 25
appendices × 23
subcaption × 23
captions × 22
thmtools × 22
floats × 21
sectioning × 21
macros × 20
counters × 19
memoir × 18
listings × 16
environments × 14