Use the amsmath looparrowright in a tikz-cd The 2019 Stack Overflow Developer Survey Results...
Unbreakable Formation vs. Cry of the Carnarium
Can we apply L'Hospital's rule where the derivative is not continuous?
How to manage monthly salary
Patience, young "Padovan"
Is it possible for the two major parties in the UK to form a coalition with each other instead of a much smaller party?
If Wish Duplicates Simulacrum, Are Existing Duplicates Destroyed?
Is the gradient of the self-intersections of a curve zero?
Should I write numbers in words or as symbols in this case?
What is the meaning of Triage in Cybersec world?
What is the steepest angle that a canal can be traversable without locks?
How are circuits which use complex ICs normally simulated?
What is the use of option -o in the useradd command?
Can I write a for loop that iterates over both collections and arrays?
Why isn't airport relocation done gradually?
Pristine Bit Checking
How to deal with fear of taking dependencies
Did USCIS resume its biometric service for UK visa?
What are the motivations for publishing new editions of an existing textbook, beyond new discoveries in a field?
Manuscript was "unsubmitted" because the manuscript was deposited in Arxiv Preprints
"To split hairs" vs "To be pedantic"
Why can Shazam do this?
Carnot-Caratheodory metric
Does duplicating a spell with wish count as casting that spell?
The difference between dialogue marks
Use the amsmath looparrowright in a tikz-cd
The 2019 Stack Overflow Developer Survey Results Are InAmsmath and tikz - conflict?'tikz' style arrow tips missing when using tikz-cd crossing overDrawing longer arrows in TikZamsmath: When to use `equation` environment instead of `align`?How do I latex the following diagram in the tikz-cd environment?I cannot use amsmath packageuse tikz shapes.arrows as pathUse amsmath x in textI need help restructuring some Tikz codeTikz diagram - Tag on vertical arrow
I would like to render a commutative diagram involving some topological immersions; these are referred to elsewhere using Glooparrowright B with the arrow coming from amsmath.
I've had a heck of a time attempting to search for how to do this, as all my search results produce answers to the question "how do I get an arrow from a node to itself".
The M'W'E with the arrow I'd like to replace with looparrowright labelled loop
documentclass{standalone}
usepackage{tikz-cd}
begin{document}
begin{tikzcd}
A ar[r] & B \
G ar[u, hook]
ar[ur, loop] & \
% this arrow^ does not have the loop tail
% instead produces an arrow from G to G.
end{tikzcd}
end{document}
I'm guessing something custom could be done with the decorations library but I don't know how to do that.
amsmath tikz-arrows tikz-cd
New contributor
Edgar A. Bering IV is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I would like to render a commutative diagram involving some topological immersions; these are referred to elsewhere using Glooparrowright B with the arrow coming from amsmath.
I've had a heck of a time attempting to search for how to do this, as all my search results produce answers to the question "how do I get an arrow from a node to itself".
The M'W'E with the arrow I'd like to replace with looparrowright labelled loop
documentclass{standalone}
usepackage{tikz-cd}
begin{document}
begin{tikzcd}
A ar[r] & B \
G ar[u, hook]
ar[ur, loop] & \
% this arrow^ does not have the loop tail
% instead produces an arrow from G to G.
end{tikzcd}
end{document}
I'm guessing something custom could be done with the decorations library but I don't know how to do that.
amsmath tikz-arrows tikz-cd
New contributor
Edgar A. Bering IV is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Although it may be used withamsmath, that package doesn't define any symbols.looparrowrightand friends are provided byamssymb.
– barbara beeton
9 mins ago
add a comment |
I would like to render a commutative diagram involving some topological immersions; these are referred to elsewhere using Glooparrowright B with the arrow coming from amsmath.
I've had a heck of a time attempting to search for how to do this, as all my search results produce answers to the question "how do I get an arrow from a node to itself".
The M'W'E with the arrow I'd like to replace with looparrowright labelled loop
documentclass{standalone}
usepackage{tikz-cd}
begin{document}
begin{tikzcd}
A ar[r] & B \
G ar[u, hook]
ar[ur, loop] & \
% this arrow^ does not have the loop tail
% instead produces an arrow from G to G.
end{tikzcd}
end{document}
I'm guessing something custom could be done with the decorations library but I don't know how to do that.
amsmath tikz-arrows tikz-cd
New contributor
Edgar A. Bering IV is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I would like to render a commutative diagram involving some topological immersions; these are referred to elsewhere using Glooparrowright B with the arrow coming from amsmath.
I've had a heck of a time attempting to search for how to do this, as all my search results produce answers to the question "how do I get an arrow from a node to itself".
The M'W'E with the arrow I'd like to replace with looparrowright labelled loop
documentclass{standalone}
usepackage{tikz-cd}
begin{document}
begin{tikzcd}
A ar[r] & B \
G ar[u, hook]
ar[ur, loop] & \
% this arrow^ does not have the loop tail
% instead produces an arrow from G to G.
end{tikzcd}
end{document}
I'm guessing something custom could be done with the decorations library but I don't know how to do that.
amsmath tikz-arrows tikz-cd
amsmath tikz-arrows tikz-cd
New contributor
Edgar A. Bering IV is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Edgar A. Bering IV is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Edgar A. Bering IV is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 3 hours ago
Edgar A. Bering IVEdgar A. Bering IV
133
133
New contributor
Edgar A. Bering IV is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Edgar A. Bering IV is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Edgar A. Bering IV is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Although it may be used withamsmath, that package doesn't define any symbols.looparrowrightand friends are provided byamssymb.
– barbara beeton
9 mins ago
add a comment |
Although it may be used withamsmath, that package doesn't define any symbols.looparrowrightand friends are provided byamssymb.
– barbara beeton
9 mins ago
Although it may be used with
amsmath, that package doesn't define any symbols. looparrowright and friends are provided by amssymb.– barbara beeton
9 mins ago
Although it may be used with
amsmath, that package doesn't define any symbols. looparrowright and friends are provided by amssymb.– barbara beeton
9 mins ago
add a comment |
1 Answer
1
active
oldest
votes
Welcome to TeX-SE! Getting these arrows in is discussed in the tikz-cd manual at the very end, i.e. on p. 15.
documentclass{standalone}
usepackage{amsmath,amssymb}
usepackage{tikz-cd}
tikzset{% from the manual
math to/.tip={Glyph[glyph math command=rightarrow]},
loop/.tip={Glyph[glyph math command=looparrowleft, swap]},
loop'/.tip={Glyph[glyph math command=looparrowleft]},
weird/.tip={Glyph[glyph math command=Rrightarrow, glyph length=1.5ex]},
pi/.tip={Glyph[glyph math command=pi, glyph length=1.5ex, glyph axis=0pt]},
}
begin{document}
begin{tikzcd}
A ar[r] & B \
G ar[u, hook]
ar[ur, loop-math to] & \
% this arrow^ does not have the loop tail
% instead produces an arrow from G to G.
end{tikzcd}
end{document}

Thank you! I looked right at that section, saw the pi arrows, chuckled, and shrugged, glossing right over the answer in front of me.
– Edgar A. Bering IV
2 hours ago
A follow-up. Defining themath totip is not necessary, replacingloop-math towithloop->produces arrows, and doesn't have stem-edge alignment problems at strange angles. Something the manual doesn't have (and I don't see a clear easy way to do) is how to defineloop'analogous tohook'.
– Edgar A. Bering IV
1 hour ago
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
});
}
});
Edgar A. Bering IV is a new contributor. Be nice, and check out our Code of Conduct.
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%2f484011%2fuse-the-amsmath-looparrowright-in-a-tikz-cd%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
Welcome to TeX-SE! Getting these arrows in is discussed in the tikz-cd manual at the very end, i.e. on p. 15.
documentclass{standalone}
usepackage{amsmath,amssymb}
usepackage{tikz-cd}
tikzset{% from the manual
math to/.tip={Glyph[glyph math command=rightarrow]},
loop/.tip={Glyph[glyph math command=looparrowleft, swap]},
loop'/.tip={Glyph[glyph math command=looparrowleft]},
weird/.tip={Glyph[glyph math command=Rrightarrow, glyph length=1.5ex]},
pi/.tip={Glyph[glyph math command=pi, glyph length=1.5ex, glyph axis=0pt]},
}
begin{document}
begin{tikzcd}
A ar[r] & B \
G ar[u, hook]
ar[ur, loop-math to] & \
% this arrow^ does not have the loop tail
% instead produces an arrow from G to G.
end{tikzcd}
end{document}

Thank you! I looked right at that section, saw the pi arrows, chuckled, and shrugged, glossing right over the answer in front of me.
– Edgar A. Bering IV
2 hours ago
A follow-up. Defining themath totip is not necessary, replacingloop-math towithloop->produces arrows, and doesn't have stem-edge alignment problems at strange angles. Something the manual doesn't have (and I don't see a clear easy way to do) is how to defineloop'analogous tohook'.
– Edgar A. Bering IV
1 hour ago
add a comment |
Welcome to TeX-SE! Getting these arrows in is discussed in the tikz-cd manual at the very end, i.e. on p. 15.
documentclass{standalone}
usepackage{amsmath,amssymb}
usepackage{tikz-cd}
tikzset{% from the manual
math to/.tip={Glyph[glyph math command=rightarrow]},
loop/.tip={Glyph[glyph math command=looparrowleft, swap]},
loop'/.tip={Glyph[glyph math command=looparrowleft]},
weird/.tip={Glyph[glyph math command=Rrightarrow, glyph length=1.5ex]},
pi/.tip={Glyph[glyph math command=pi, glyph length=1.5ex, glyph axis=0pt]},
}
begin{document}
begin{tikzcd}
A ar[r] & B \
G ar[u, hook]
ar[ur, loop-math to] & \
% this arrow^ does not have the loop tail
% instead produces an arrow from G to G.
end{tikzcd}
end{document}

Thank you! I looked right at that section, saw the pi arrows, chuckled, and shrugged, glossing right over the answer in front of me.
– Edgar A. Bering IV
2 hours ago
A follow-up. Defining themath totip is not necessary, replacingloop-math towithloop->produces arrows, and doesn't have stem-edge alignment problems at strange angles. Something the manual doesn't have (and I don't see a clear easy way to do) is how to defineloop'analogous tohook'.
– Edgar A. Bering IV
1 hour ago
add a comment |
Welcome to TeX-SE! Getting these arrows in is discussed in the tikz-cd manual at the very end, i.e. on p. 15.
documentclass{standalone}
usepackage{amsmath,amssymb}
usepackage{tikz-cd}
tikzset{% from the manual
math to/.tip={Glyph[glyph math command=rightarrow]},
loop/.tip={Glyph[glyph math command=looparrowleft, swap]},
loop'/.tip={Glyph[glyph math command=looparrowleft]},
weird/.tip={Glyph[glyph math command=Rrightarrow, glyph length=1.5ex]},
pi/.tip={Glyph[glyph math command=pi, glyph length=1.5ex, glyph axis=0pt]},
}
begin{document}
begin{tikzcd}
A ar[r] & B \
G ar[u, hook]
ar[ur, loop-math to] & \
% this arrow^ does not have the loop tail
% instead produces an arrow from G to G.
end{tikzcd}
end{document}

Welcome to TeX-SE! Getting these arrows in is discussed in the tikz-cd manual at the very end, i.e. on p. 15.
documentclass{standalone}
usepackage{amsmath,amssymb}
usepackage{tikz-cd}
tikzset{% from the manual
math to/.tip={Glyph[glyph math command=rightarrow]},
loop/.tip={Glyph[glyph math command=looparrowleft, swap]},
loop'/.tip={Glyph[glyph math command=looparrowleft]},
weird/.tip={Glyph[glyph math command=Rrightarrow, glyph length=1.5ex]},
pi/.tip={Glyph[glyph math command=pi, glyph length=1.5ex, glyph axis=0pt]},
}
begin{document}
begin{tikzcd}
A ar[r] & B \
G ar[u, hook]
ar[ur, loop-math to] & \
% this arrow^ does not have the loop tail
% instead produces an arrow from G to G.
end{tikzcd}
end{document}

edited 1 hour ago
answered 2 hours ago
marmotmarmot
116k5149280
116k5149280
Thank you! I looked right at that section, saw the pi arrows, chuckled, and shrugged, glossing right over the answer in front of me.
– Edgar A. Bering IV
2 hours ago
A follow-up. Defining themath totip is not necessary, replacingloop-math towithloop->produces arrows, and doesn't have stem-edge alignment problems at strange angles. Something the manual doesn't have (and I don't see a clear easy way to do) is how to defineloop'analogous tohook'.
– Edgar A. Bering IV
1 hour ago
add a comment |
Thank you! I looked right at that section, saw the pi arrows, chuckled, and shrugged, glossing right over the answer in front of me.
– Edgar A. Bering IV
2 hours ago
A follow-up. Defining themath totip is not necessary, replacingloop-math towithloop->produces arrows, and doesn't have stem-edge alignment problems at strange angles. Something the manual doesn't have (and I don't see a clear easy way to do) is how to defineloop'analogous tohook'.
– Edgar A. Bering IV
1 hour ago
Thank you! I looked right at that section, saw the pi arrows, chuckled, and shrugged, glossing right over the answer in front of me.
– Edgar A. Bering IV
2 hours ago
Thank you! I looked right at that section, saw the pi arrows, chuckled, and shrugged, glossing right over the answer in front of me.
– Edgar A. Bering IV
2 hours ago
A follow-up. Defining the
math to tip is not necessary, replacing loop-math to with loop-> produces arrows, and doesn't have stem-edge alignment problems at strange angles. Something the manual doesn't have (and I don't see a clear easy way to do) is how to define loop' analogous to hook'.– Edgar A. Bering IV
1 hour ago
A follow-up. Defining the
math to tip is not necessary, replacing loop-math to with loop-> produces arrows, and doesn't have stem-edge alignment problems at strange angles. Something the manual doesn't have (and I don't see a clear easy way to do) is how to define loop' analogous to hook'.– Edgar A. Bering IV
1 hour ago
add a comment |
Edgar A. Bering IV is a new contributor. Be nice, and check out our Code of Conduct.
Edgar A. Bering IV is a new contributor. Be nice, and check out our Code of Conduct.
Edgar A. Bering IV is a new contributor. Be nice, and check out our Code of Conduct.
Edgar A. Bering IV 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.
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%2f484011%2fuse-the-amsmath-looparrowright-in-a-tikz-cd%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
Although it may be used with
amsmath, that package doesn't define any symbols.looparrowrightand friends are provided byamssymb.– barbara beeton
9 mins ago