Italic letters in iupac module of chemmacros don't work in acronym definition using glossariesConflict...
How do you funnel food off a cutting board?
Why would the Pakistan airspace closure cancel flights not headed to Pakistan itself?
How would an AI self awareness kill switch work?
what does しにみえてる mean?
CREATE ASSEMBLY System.DirectoryServices.AccountManagement.dll without enabling TRUSTWORTHY
How to avoid being sexist when trying to employ someone to function in a very sexist environment?
Can making a creature unable to attack after it has been assigned as an attacker remove it from combat?
Equation with several exponents
Can we use the stored gravitational potential energy of a building to produce power?
Traveling through the asteriod belt?
In Linux what happens if 1000 files in a directory are moved to another location while another 300 files were added to the source directory?
Why do no American passenger airlines still operate dedicated cargo flights?
Math Saturation Symbol
Can I become debt free or should I file bankruptcy ? How to manage my debt and finances?
How should I handle players who ignore the session zero agreement?
Why is working on the same position for more than 15 years not a red flag?
What is 6÷2×(1+2) =?
Roman Numerals equation 1
How can I get my players to come to the game session after agreeing to a date?
Why Prushim were the ones who "separated"?
A starship is travelling at 0.9c and collides with a small rock. Will it leave a clean hole through, or will more happen?
Why publish a research paper when a blog post or a lecture slide can have more citation count than a journal paper?
Why is the copy constructor called twice in this code snippet?
Does SQL Server 2017, including older versions, support 8k disk sector sizes?
Italic letters in iupac module of chemmacros don't work in acronym definition using glossaries
Conflict between glossaries and siunitx (possibly via hyperref) when defining colorErrors when using glossaries packageKoma-script and glossaries packageglossaries gls prints too wideIgnoring once used glossaries items with full glossaries at each chapterGlossary per chapter (not by section)chemmacros: Using mbox{} within iupac{} leads to @x in running titleAcronym display using glossaries packagePlurals in acronyms when using the glossaries packageHow to create glossary entries for custom notation with arguments?
I am trying to make an acronym list for my dissertation, and I am using the iupac
module of the chemmacros
package to do so. I use the single letter commands to type the italics because it is easier than setting the italics for each of the letters. I believe the definitions on the package are actually just textit{}
codes for each defined letter. However, these do not work when defining an acronym! (but it does work when using textit{}
). I guess I can just typeset each one with the textit{}
command, but I am curious as to why this is the case.
This works:
documentclass{report}
usepackage{chemmacros}
usepackage{glossaries}
newacronym{DMF}{DMF}{iupac{textit{N},textit{N}-dimethylformamide}}
begin{document}
Dissolve in gls{DMF}. Evaporate gls{DMF} off.
end{document}
But this doesn't:
documentclass{report}
usepackage{chemmacros}
usepackage{glossaries}
newacronym{DMF}{DMF}{iupac{N,N-dimethylformamide}}
begin{document}
Dissolve in gls{DMF}. Evaporate gls{DMF} off.
end{document}
(I tried using nitrogen
instead of N
and it doesn't work either)
glossaries chemmacros
add a comment |
I am trying to make an acronym list for my dissertation, and I am using the iupac
module of the chemmacros
package to do so. I use the single letter commands to type the italics because it is easier than setting the italics for each of the letters. I believe the definitions on the package are actually just textit{}
codes for each defined letter. However, these do not work when defining an acronym! (but it does work when using textit{}
). I guess I can just typeset each one with the textit{}
command, but I am curious as to why this is the case.
This works:
documentclass{report}
usepackage{chemmacros}
usepackage{glossaries}
newacronym{DMF}{DMF}{iupac{textit{N},textit{N}-dimethylformamide}}
begin{document}
Dissolve in gls{DMF}. Evaporate gls{DMF} off.
end{document}
But this doesn't:
documentclass{report}
usepackage{chemmacros}
usepackage{glossaries}
newacronym{DMF}{DMF}{iupac{N,N-dimethylformamide}}
begin{document}
Dissolve in gls{DMF}. Evaporate gls{DMF} off.
end{document}
(I tried using nitrogen
instead of N
and it doesn't work either)
glossaries chemmacros
add a comment |
I am trying to make an acronym list for my dissertation, and I am using the iupac
module of the chemmacros
package to do so. I use the single letter commands to type the italics because it is easier than setting the italics for each of the letters. I believe the definitions on the package are actually just textit{}
codes for each defined letter. However, these do not work when defining an acronym! (but it does work when using textit{}
). I guess I can just typeset each one with the textit{}
command, but I am curious as to why this is the case.
This works:
documentclass{report}
usepackage{chemmacros}
usepackage{glossaries}
newacronym{DMF}{DMF}{iupac{textit{N},textit{N}-dimethylformamide}}
begin{document}
Dissolve in gls{DMF}. Evaporate gls{DMF} off.
end{document}
But this doesn't:
documentclass{report}
usepackage{chemmacros}
usepackage{glossaries}
newacronym{DMF}{DMF}{iupac{N,N-dimethylformamide}}
begin{document}
Dissolve in gls{DMF}. Evaporate gls{DMF} off.
end{document}
(I tried using nitrogen
instead of N
and it doesn't work either)
glossaries chemmacros
I am trying to make an acronym list for my dissertation, and I am using the iupac
module of the chemmacros
package to do so. I use the single letter commands to type the italics because it is easier than setting the italics for each of the letters. I believe the definitions on the package are actually just textit{}
codes for each defined letter. However, these do not work when defining an acronym! (but it does work when using textit{}
). I guess I can just typeset each one with the textit{}
command, but I am curious as to why this is the case.
This works:
documentclass{report}
usepackage{chemmacros}
usepackage{glossaries}
newacronym{DMF}{DMF}{iupac{textit{N},textit{N}-dimethylformamide}}
begin{document}
Dissolve in gls{DMF}. Evaporate gls{DMF} off.
end{document}
But this doesn't:
documentclass{report}
usepackage{chemmacros}
usepackage{glossaries}
newacronym{DMF}{DMF}{iupac{N,N-dimethylformamide}}
begin{document}
Dissolve in gls{DMF}. Evaporate gls{DMF} off.
end{document}
(I tried using nitrogen
instead of N
and it doesn't work either)
glossaries chemmacros
glossaries chemmacros
asked 9 mins ago
ralk912ralk912
1818
1818
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%2f477240%2fitalic-letters-in-iupac-module-of-chemmacros-dont-work-in-acronym-definition-us%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%2f477240%2fitalic-letters-in-iupac-module-of-chemmacros-dont-work-in-acronym-definition-us%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