Cleveref: Multiple cross-references of custom theorems
up vote
0
down vote
favorite
I have run into some trouble with Cleveref. I have defined a new theorem environment, I have labelled two instances of this new theorem, and I would like to cross-reference both of them using the relevant feature of cleveref. Here is a MWE.
documentclass{book}
usepackage{amsthm}
usepackage{cleveref}
newtheorem{mytheorem}{Mytheorem}
begin{document}
begin{mytheorem}
label{a}
something
end{mytheorem}
begin{mytheorem}
label{b}
something else
end{mytheorem}
Recall Cref{a,b}
end{document}
This produces "Recall ?? 1 ?? 2" with a warning "Cref reference format for label type `mytheorem' undefined on input line 22."
Oddly, everything seems to work just fine if I replace
newtheorem{mytheorem}{Mytheorem}
with
newtheorem{theorem}{Theorem}
or some other "standard" theorem name (like Lemma etc.)
cleveref
New contributor
add a comment |
up vote
0
down vote
favorite
I have run into some trouble with Cleveref. I have defined a new theorem environment, I have labelled two instances of this new theorem, and I would like to cross-reference both of them using the relevant feature of cleveref. Here is a MWE.
documentclass{book}
usepackage{amsthm}
usepackage{cleveref}
newtheorem{mytheorem}{Mytheorem}
begin{document}
begin{mytheorem}
label{a}
something
end{mytheorem}
begin{mytheorem}
label{b}
something else
end{mytheorem}
Recall Cref{a,b}
end{document}
This produces "Recall ?? 1 ?? 2" with a warning "Cref reference format for label type `mytheorem' undefined on input line 22."
Oddly, everything seems to work just fine if I replace
newtheorem{mytheorem}{Mytheorem}
with
newtheorem{theorem}{Theorem}
or some other "standard" theorem name (like Lemma etc.)
cleveref
New contributor
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have run into some trouble with Cleveref. I have defined a new theorem environment, I have labelled two instances of this new theorem, and I would like to cross-reference both of them using the relevant feature of cleveref. Here is a MWE.
documentclass{book}
usepackage{amsthm}
usepackage{cleveref}
newtheorem{mytheorem}{Mytheorem}
begin{document}
begin{mytheorem}
label{a}
something
end{mytheorem}
begin{mytheorem}
label{b}
something else
end{mytheorem}
Recall Cref{a,b}
end{document}
This produces "Recall ?? 1 ?? 2" with a warning "Cref reference format for label type `mytheorem' undefined on input line 22."
Oddly, everything seems to work just fine if I replace
newtheorem{mytheorem}{Mytheorem}
with
newtheorem{theorem}{Theorem}
or some other "standard" theorem name (like Lemma etc.)
cleveref
New contributor
I have run into some trouble with Cleveref. I have defined a new theorem environment, I have labelled two instances of this new theorem, and I would like to cross-reference both of them using the relevant feature of cleveref. Here is a MWE.
documentclass{book}
usepackage{amsthm}
usepackage{cleveref}
newtheorem{mytheorem}{Mytheorem}
begin{document}
begin{mytheorem}
label{a}
something
end{mytheorem}
begin{mytheorem}
label{b}
something else
end{mytheorem}
Recall Cref{a,b}
end{document}
This produces "Recall ?? 1 ?? 2" with a warning "Cref reference format for label type `mytheorem' undefined on input line 22."
Oddly, everything seems to work just fine if I replace
newtheorem{mytheorem}{Mytheorem}
with
newtheorem{theorem}{Theorem}
or some other "standard" theorem name (like Lemma etc.)
cleveref
cleveref
New contributor
New contributor
New contributor
asked 3 hours ago
sharltx
31
31
New contributor
New contributor
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
sharltx is a new contributor. Be nice, and check out our Code of Conduct.
sharltx is a new contributor. Be nice, and check out our Code of Conduct.
sharltx is a new contributor. Be nice, and check out our Code of Conduct.
sharltx is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f462502%2fcleveref-multiple-cross-references-of-custom-theorems%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown