help with nomenclature groups and ifthenelse
Method Does Not Exist error message
What method can I use to design a dungeon difficult enough that the PCs can't make it through without killing them?
Forgetting the musical notes while performing in concert
What's the in-universe reasoning behind sorcerers needing material components?
Why would the Red Woman birth a shadow if she worshipped the Lord of the Light?
What exploit Are these user agents trying to use?
Why didn't Boeing produce its own regional jet?
Why is this clock signal connected to a capacitor to gnd?
Venezuelan girlfriend wants to travel the USA to be with me. What is the process?
What is the idiomatic way to say "clothing fits"?
Why was the shrinking from 8″ made only to 5.25″ and not smaller (4″ or less)?
Is there a hemisphere-neutral way of specifying a season?
Why does this cyclic subgroup have only 4 subgroups?
How to tell a function to use the default argument values?
What are some good books on Machine Learning and AI like Krugman, Wells and Graddy's "Essentials of Economics"
Is it acceptable for a professor to tell male students to not think that they are smarter than female students?
If human space travel is limited by the G force vulnerability, is there a way to counter G forces?
Unlock My Phone! February 2018
Could the museum Saturn V's be refitted for one more flight?
Do UK voters know if their MP will be the Speaker of the House?
Mathematica command that allows it to read my intentions
Why didn't Miles's spider sense work before?
What does “the session was packed” mean in this context?
ssTTsSTtRrriinInnnnNNNIiinngg
help with nomenclature groups and ifthenelse
I am grouping my nomenclature symbols. The syntax I've used is this:
renewcommand{nomgroup}[1]{%
ifthenelse{equal{#1}{C}}{item[textbf{Variables}]}{%
ifthenelse{equal{#1}{V}}{item[textbf{sets}]}{}}
}
If I set prefixes to C and V, the grouping works well. However, it does not work when I try to use numeric prefixes such as 5 and 6, i.e.
renewcommand{nomgroup}[1]{%
ifthenelse{equal{#1}{6}}{item[textbf{Variables}]}{%
ifthenelse{equal{#1}{5}}{item[textbf{sets}]}{}}
}
I am not sure why this is the case. I cannot use letters because I many symbols, in both capitals case letters and lower case letters.
How do I overcome this issue?
nomenclature ifthenelse
add a comment |
I am grouping my nomenclature symbols. The syntax I've used is this:
renewcommand{nomgroup}[1]{%
ifthenelse{equal{#1}{C}}{item[textbf{Variables}]}{%
ifthenelse{equal{#1}{V}}{item[textbf{sets}]}{}}
}
If I set prefixes to C and V, the grouping works well. However, it does not work when I try to use numeric prefixes such as 5 and 6, i.e.
renewcommand{nomgroup}[1]{%
ifthenelse{equal{#1}{6}}{item[textbf{Variables}]}{%
ifthenelse{equal{#1}{5}}{item[textbf{sets}]}{}}
}
I am not sure why this is the case. I cannot use letters because I many symbols, in both capitals case letters and lower case letters.
How do I overcome this issue?
nomenclature ifthenelse
add a comment |
I am grouping my nomenclature symbols. The syntax I've used is this:
renewcommand{nomgroup}[1]{%
ifthenelse{equal{#1}{C}}{item[textbf{Variables}]}{%
ifthenelse{equal{#1}{V}}{item[textbf{sets}]}{}}
}
If I set prefixes to C and V, the grouping works well. However, it does not work when I try to use numeric prefixes such as 5 and 6, i.e.
renewcommand{nomgroup}[1]{%
ifthenelse{equal{#1}{6}}{item[textbf{Variables}]}{%
ifthenelse{equal{#1}{5}}{item[textbf{sets}]}{}}
}
I am not sure why this is the case. I cannot use letters because I many symbols, in both capitals case letters and lower case letters.
How do I overcome this issue?
nomenclature ifthenelse
I am grouping my nomenclature symbols. The syntax I've used is this:
renewcommand{nomgroup}[1]{%
ifthenelse{equal{#1}{C}}{item[textbf{Variables}]}{%
ifthenelse{equal{#1}{V}}{item[textbf{sets}]}{}}
}
If I set prefixes to C and V, the grouping works well. However, it does not work when I try to use numeric prefixes such as 5 and 6, i.e.
renewcommand{nomgroup}[1]{%
ifthenelse{equal{#1}{6}}{item[textbf{Variables}]}{%
ifthenelse{equal{#1}{5}}{item[textbf{sets}]}{}}
}
I am not sure why this is the case. I cannot use letters because I many symbols, in both capitals case letters and lower case letters.
How do I overcome this issue?
nomenclature ifthenelse
nomenclature ifthenelse
asked 1 min ago
slew123slew123
11818
11818
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%2f483072%2fhelp-with-nomenclature-groups-and-ifthenelse%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%2f483072%2fhelp-with-nomenclature-groups-and-ifthenelse%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