Chemfig and tikz: shaded arrowPath following color gradient in TikZHow to line up the arrow and structure in...
If the Captain's screens are out, does he switch seats with the co-pilot?
My story is written in English, but is set in my home country. What language should I use for the dialogue?
Is there an elementary proof that there are infinitely many primes that are *not* completely split in an abelian extension?
Good for you! in Russian
How to create a hard link to an inode (ext4)?
How much attack damage does the AC boost from a shield prevent on average?
Replacing Windows 7 security updates with anti-virus?
Low budget alien movie about the Earth being cooked
How did the power source of Mar-Vell's aircraft end up with her?
Why does Deadpool say "You're welcome, Canada," after shooting Ryan Reynolds in the end credits?
PTIJ: Why can't I eat anything?
Reverse string, can I make it faster?
Is "history" a male-biased word ("his+story")?
Virginia employer terminated employee and wants signing bonus returned
Unreachable code, but reachable with exception
The bar has been raised
Can anyone help me with this trigonometric identity please? I need to prove that its true
Force user to remove USB token
Accountant/ lawyer will not return my call
Do items de-spawn in Diablo?
PTIJ: How can I halachically kill a vampire?
Why doesn't this Google Translate ad use the word "Translation" instead of "Translate"?
Should I tell my boss the work he did was worthless
What is the likely impact of grounding an entire aircraft series?
Chemfig and tikz: shaded arrow
Path following color gradient in TikZHow to line up the arrow and structure in chemfigShaded triangle arrow with textchemfig: reaction above arrowMatch chemfig arrow with mhchem arrow stylechemfig: L-shaped arrowPosition label of curved arrow in chemfig?Arrow between two chemfig structuresExternalize tikz-forest with shaded arrowchemfig: arrow marginChemfig: reaction mechanism problem: arrow position
How can I make these arrow shades, for example to blue from white?
documentclass{article}
usepackage{chemfig}
usepackage[version=3]{mhchem}
begin{document}
begin{figure}[!htb]
centering
scalebox{2}{
schemestart
chemfig{@{O1-2}textcolor{gray}{O}=@{C1-2}textbf{C}=@{O2-2}textcolor{gray}{O}}
schemestop
chemmove{
draw[blue][shorten <=3pt, shorten >=3pt](O1-2).. controls +(north:1cm) and +(120:1cm).. (C1-2);
draw[blue][shorten <=3pt, shorten >=3pt](O2-2).. controls +(north:1cm) and +(60:1cm).. (C1-2);
}
}
end{figure}
end{document}

tikz-arrows chemfig
add a comment |
How can I make these arrow shades, for example to blue from white?
documentclass{article}
usepackage{chemfig}
usepackage[version=3]{mhchem}
begin{document}
begin{figure}[!htb]
centering
scalebox{2}{
schemestart
chemfig{@{O1-2}textcolor{gray}{O}=@{C1-2}textbf{C}=@{O2-2}textcolor{gray}{O}}
schemestop
chemmove{
draw[blue][shorten <=3pt, shorten >=3pt](O1-2).. controls +(north:1cm) and +(120:1cm).. (C1-2);
draw[blue][shorten <=3pt, shorten >=3pt](O2-2).. controls +(north:1cm) and +(60:1cm).. (C1-2);
}
}
end{figure}
end{document}

tikz-arrows chemfig
Here are some ways to accomplish that.
– marmot
Apr 19 '18 at 20:09
add a comment |
How can I make these arrow shades, for example to blue from white?
documentclass{article}
usepackage{chemfig}
usepackage[version=3]{mhchem}
begin{document}
begin{figure}[!htb]
centering
scalebox{2}{
schemestart
chemfig{@{O1-2}textcolor{gray}{O}=@{C1-2}textbf{C}=@{O2-2}textcolor{gray}{O}}
schemestop
chemmove{
draw[blue][shorten <=3pt, shorten >=3pt](O1-2).. controls +(north:1cm) and +(120:1cm).. (C1-2);
draw[blue][shorten <=3pt, shorten >=3pt](O2-2).. controls +(north:1cm) and +(60:1cm).. (C1-2);
}
}
end{figure}
end{document}

tikz-arrows chemfig
How can I make these arrow shades, for example to blue from white?
documentclass{article}
usepackage{chemfig}
usepackage[version=3]{mhchem}
begin{document}
begin{figure}[!htb]
centering
scalebox{2}{
schemestart
chemfig{@{O1-2}textcolor{gray}{O}=@{C1-2}textbf{C}=@{O2-2}textcolor{gray}{O}}
schemestop
chemmove{
draw[blue][shorten <=3pt, shorten >=3pt](O1-2).. controls +(north:1cm) and +(120:1cm).. (C1-2);
draw[blue][shorten <=3pt, shorten >=3pt](O2-2).. controls +(north:1cm) and +(60:1cm).. (C1-2);
}
}
end{figure}
end{document}

tikz-arrows chemfig
tikz-arrows chemfig
asked Apr 19 '18 at 20:07
user3204810user3204810
31117
31117
Here are some ways to accomplish that.
– marmot
Apr 19 '18 at 20:09
add a comment |
Here are some ways to accomplish that.
– marmot
Apr 19 '18 at 20:09
Here are some ways to accomplish that.
– marmot
Apr 19 '18 at 20:09
Here are some ways to accomplish that.
– marmot
Apr 19 '18 at 20:09
add a comment |
1 Answer
1
active
oldest
votes
Arrows shades to blue from white using tikz-cd.

documentclass[a4paper,12pt]{article}
usepackage{tikz-cd,amsmath}
usetikzlibrary{fadings}
begin{document}
begin{tikzcd}[column sep=1cm]
mathrm{O} arrow[r, equal, no head] arrow[r, bend left=49, blue, path fading=west] & mathbf{C} arrow[r, no head, equal] & mathrm{O} arrow[l, bend right=49, blue, path fading=east]
end{tikzcd}
end{document}
add a comment |
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%2f427479%2fchemfig-and-tikz-shaded-arrow%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Arrows shades to blue from white using tikz-cd.

documentclass[a4paper,12pt]{article}
usepackage{tikz-cd,amsmath}
usetikzlibrary{fadings}
begin{document}
begin{tikzcd}[column sep=1cm]
mathrm{O} arrow[r, equal, no head] arrow[r, bend left=49, blue, path fading=west] & mathbf{C} arrow[r, no head, equal] & mathrm{O} arrow[l, bend right=49, blue, path fading=east]
end{tikzcd}
end{document}
add a comment |
Arrows shades to blue from white using tikz-cd.

documentclass[a4paper,12pt]{article}
usepackage{tikz-cd,amsmath}
usetikzlibrary{fadings}
begin{document}
begin{tikzcd}[column sep=1cm]
mathrm{O} arrow[r, equal, no head] arrow[r, bend left=49, blue, path fading=west] & mathbf{C} arrow[r, no head, equal] & mathrm{O} arrow[l, bend right=49, blue, path fading=east]
end{tikzcd}
end{document}
add a comment |
Arrows shades to blue from white using tikz-cd.

documentclass[a4paper,12pt]{article}
usepackage{tikz-cd,amsmath}
usetikzlibrary{fadings}
begin{document}
begin{tikzcd}[column sep=1cm]
mathrm{O} arrow[r, equal, no head] arrow[r, bend left=49, blue, path fading=west] & mathbf{C} arrow[r, no head, equal] & mathrm{O} arrow[l, bend right=49, blue, path fading=east]
end{tikzcd}
end{document}
Arrows shades to blue from white using tikz-cd.

documentclass[a4paper,12pt]{article}
usepackage{tikz-cd,amsmath}
usetikzlibrary{fadings}
begin{document}
begin{tikzcd}[column sep=1cm]
mathrm{O} arrow[r, equal, no head] arrow[r, bend left=49, blue, path fading=west] & mathbf{C} arrow[r, no head, equal] & mathrm{O} arrow[l, bend right=49, blue, path fading=east]
end{tikzcd}
end{document}
answered 12 mins ago
SebastianoSebastiano
10.8k42163
10.8k42163
add a comment |
add a comment |
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%2f427479%2fchemfig-and-tikz-shaded-arrow%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
Here are some ways to accomplish that.
– marmot
Apr 19 '18 at 20:09