Overriding noun used by cleverref The 2019 Stack Overflow Developer Survey Results Are In ...
First use of “packing” as in carrying a gun
What was the last x86 CPU that did not have the x87 floating-point unit built in?
Why can't devices on different VLANs, but on the same subnet, communicate?
Finding the path in a graph from A to B then back to A with a minimum of shared edges
Did the new image of black hole confirm the general theory of relativity?
Can the DM override racial traits?
Problems with Ubuntu mount /tmp
Can withdrawing asylum be illegal?
Didn't get enough time to take a Coding Test - what to do now?
Why can't wing-mounted spoilers be used to steepen approaches?
Difference between "generating set" and free product?
Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?
Typeface like Times New Roman but with "tied" percent sign
Keeping a retro style to sci-fi spaceships?
Can undead you have reanimated wait inside a portable hole?
Can smartphones with the same camera sensor have different image quality?
Simulation of a banking system with an Account class in C++
does high air pressure throw off wheel balance?
Do working physicists consider Newtonian mechanics to be "falsified"?
Do warforged have souls?
Would an alien lifeform be able to achieve space travel if lacking in vision?
Searching for a differential characteristic (differential cryptanalysis)
How to test the equality of two Pearson correlation coefficients computed from the same sample?
Can the prologue be the backstory of your main character?
Overriding noun used by cleverref
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How can I set RefTex default reference format?Special cref display for externaldocumenthow to correctly customize section and equation using cleverefcleveref and aliascnt: referring to subequations and inequalities in a smart wayUsing Cref of cleveref package in enviroments created with shortcutscleveref command auto-completion in TeXShopOverriding cleveref in image captions to reflect protectsubrefMaking a cleveref String Lowercasebabel causing cref mistakes to labels when compiled with htlatexHow to use cleveref without modifying journal's document class?
I have a certain set of equations in my document which I would prefer cleverref to reference using a different noun. That is, for some equations I would like cleverref to reference those equations as usual, e.g., Equation 1. However, for a specific set of equations I would like cleverref to reference them as Rule 1.
MWE
documentclass{article}
usepackage{amsmath}
usepackage{cleveref}
begin{document}
begin{equation}tag{I-EQ}
label{eq:1}
a + b
end{equation}
begin{equation}
label{eq:2}
c + d
end{equation}
Reference Cref{eq:1}.
Reference Cref{eq:2}.
end{document}
In the above example, I would like eq:1
to be referenced as 'Rule (I-EQ)', while eq:2
continues to be referenced as 'Equation 1'.
cleveref
add a comment |
I have a certain set of equations in my document which I would prefer cleverref to reference using a different noun. That is, for some equations I would like cleverref to reference those equations as usual, e.g., Equation 1. However, for a specific set of equations I would like cleverref to reference them as Rule 1.
MWE
documentclass{article}
usepackage{amsmath}
usepackage{cleveref}
begin{document}
begin{equation}tag{I-EQ}
label{eq:1}
a + b
end{equation}
begin{equation}
label{eq:2}
c + d
end{equation}
Reference Cref{eq:1}.
Reference Cref{eq:2}.
end{document}
In the above example, I would like eq:1
to be referenced as 'Rule (I-EQ)', while eq:2
continues to be referenced as 'Equation 1'.
cleveref
add a comment |
I have a certain set of equations in my document which I would prefer cleverref to reference using a different noun. That is, for some equations I would like cleverref to reference those equations as usual, e.g., Equation 1. However, for a specific set of equations I would like cleverref to reference them as Rule 1.
MWE
documentclass{article}
usepackage{amsmath}
usepackage{cleveref}
begin{document}
begin{equation}tag{I-EQ}
label{eq:1}
a + b
end{equation}
begin{equation}
label{eq:2}
c + d
end{equation}
Reference Cref{eq:1}.
Reference Cref{eq:2}.
end{document}
In the above example, I would like eq:1
to be referenced as 'Rule (I-EQ)', while eq:2
continues to be referenced as 'Equation 1'.
cleveref
I have a certain set of equations in my document which I would prefer cleverref to reference using a different noun. That is, for some equations I would like cleverref to reference those equations as usual, e.g., Equation 1. However, for a specific set of equations I would like cleverref to reference them as Rule 1.
MWE
documentclass{article}
usepackage{amsmath}
usepackage{cleveref}
begin{document}
begin{equation}tag{I-EQ}
label{eq:1}
a + b
end{equation}
begin{equation}
label{eq:2}
c + d
end{equation}
Reference Cref{eq:1}.
Reference Cref{eq:2}.
end{document}
In the above example, I would like eq:1
to be referenced as 'Rule (I-EQ)', while eq:2
continues to be referenced as 'Equation 1'.
cleveref
cleveref
asked 43 mins ago
David PoxonDavid Poxon
1906
1906
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2f484734%2foverriding-noun-used-by-cleverref%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
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%2f484734%2foverriding-noun-used-by-cleverref%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