How to draw an arrow diagram?I want a really small overbraceHow to draw a poset Hasse Diagram using...
Is the month field really deprecated?
Python: Add Submenu
Theorems that impeded progress
Shell script not opening as desktop application
Disadvantages of online checking accounts?
How can the DM most effectively choose 1 out of an odd number of players to be targeted by an attack or effect?
How to report a triplet of septets in NMR tabulation?
What would happen to a modern skyscraper if it rains micro blackholes?
When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?
Do any Labour MPs support no-deal?
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
How to make payment on the internet without leaving a money trail?
Pronouncing Dictionary.com's W.O.D "vade mecum" in English
What is the command to reset a PC without deleting any files
Underlining section titles
Is there a familial term for apples and pears?
Why is "Reports" in sentence down without "The"
How is it possible for user to changed after storage was encrypted? (on OS X, Android)
Why linear maps act like matrix multiplication?
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
Prevent a directory in /tmp from being deleted
Why is an old chain unsafe?
Japan - Plan around max visa duration
Can I make popcorn with any corn?
How to draw an arrow diagram?
I want a really small overbraceHow to draw a poset Hasse Diagram using TikZ?Inclusion arrow in TikZHow could I create this type of diagram in LaTeX?Skew an Arrow in a Tikz DiagramHow to Draw This Free Body Diagram on TikZ or PGFPlotsHow to draw vertical spiral using TiKZ?Tikz: Better way to draw this simple diagramHow to draw a tree-like timeline diagram?Network diagram with flow on LatexHow to draw this simple feedback box diagram with tikz
I would like to draw a diagram like this. Is this possible to do with TikZ? I read the tutorial, but didn't see anything specifically for this. I am also not sure how to describe what I want to draw either.
tikz-pgf diagrams
New contributor
add a comment |
I would like to draw a diagram like this. Is this possible to do with TikZ? I read the tutorial, but didn't see anything specifically for this. I am also not sure how to describe what I want to draw either.
tikz-pgf diagrams
New contributor
5
Welcome to TeX.SE, please show us what you have tried so far. Because, this is not ajust-do-it-for-me
site.
– Raaja
8 hours ago
@Raaja I am sorry if my question came across as a "just do it for me" type of question. I was trying to phrase it as a "point me in a direction to get started".
– Evan Kim
5 hours ago
@Raaja Don't be mad at me, please. I interpret your message as frustration. My best regards.
– Sebastiano
5 hours ago
add a comment |
I would like to draw a diagram like this. Is this possible to do with TikZ? I read the tutorial, but didn't see anything specifically for this. I am also not sure how to describe what I want to draw either.
tikz-pgf diagrams
New contributor
I would like to draw a diagram like this. Is this possible to do with TikZ? I read the tutorial, but didn't see anything specifically for this. I am also not sure how to describe what I want to draw either.
tikz-pgf diagrams
tikz-pgf diagrams
New contributor
New contributor
edited 4 hours ago
JouleV
11.4k22561
11.4k22561
New contributor
asked 8 hours ago
Evan KimEvan Kim
1012
1012
New contributor
New contributor
5
Welcome to TeX.SE, please show us what you have tried so far. Because, this is not ajust-do-it-for-me
site.
– Raaja
8 hours ago
@Raaja I am sorry if my question came across as a "just do it for me" type of question. I was trying to phrase it as a "point me in a direction to get started".
– Evan Kim
5 hours ago
@Raaja Don't be mad at me, please. I interpret your message as frustration. My best regards.
– Sebastiano
5 hours ago
add a comment |
5
Welcome to TeX.SE, please show us what you have tried so far. Because, this is not ajust-do-it-for-me
site.
– Raaja
8 hours ago
@Raaja I am sorry if my question came across as a "just do it for me" type of question. I was trying to phrase it as a "point me in a direction to get started".
– Evan Kim
5 hours ago
@Raaja Don't be mad at me, please. I interpret your message as frustration. My best regards.
– Sebastiano
5 hours ago
5
5
Welcome to TeX.SE, please show us what you have tried so far. Because, this is not a
just-do-it-for-me
site.– Raaja
8 hours ago
Welcome to TeX.SE, please show us what you have tried so far. Because, this is not a
just-do-it-for-me
site.– Raaja
8 hours ago
@Raaja I am sorry if my question came across as a "just do it for me" type of question. I was trying to phrase it as a "point me in a direction to get started".
– Evan Kim
5 hours ago
@Raaja I am sorry if my question came across as a "just do it for me" type of question. I was trying to phrase it as a "point me in a direction to get started".
– Evan Kim
5 hours ago
@Raaja Don't be mad at me, please. I interpret your message as frustration. My best regards.
– Sebastiano
5 hours ago
@Raaja Don't be mad at me, please. I interpret your message as frustration. My best regards.
– Sebastiano
5 hours ago
add a comment |
2 Answers
2
active
oldest
votes
Do you really need TikZ for that?
documentclass{article}
usepackage{mathtools}
makeatletter% From https://tex.stackexchange.com/a/419690/156344
defsmalloverbrace#1{mathop{vbox{m@thialign{##crcrnoalign{kern3p@}%
tinydownbracefillcrcrnoalign{kern3p@nointerlineskip}%
$hfildisplaystyle{#1}hfil$crcr}}}limits}
makeatother
begin{document}
[smalloverbrace{1}^{mathclap{text{identity}}},underbrace{(12),(13),(23),}_{mathclap{text{three transpositions}}}overbrace{(123),(132)}^{mathclap{text{two 3-cycles}}}]
end{document}
huh. Apparently not, thank you!
– Evan Kim
5 hours ago
2
@EvanKim You are welcome!
– JouleV
5 hours ago
add a comment |
Edit 3: I replaced everything because there were a few commas missing or deleting from the code and brackets.
As already written by the very good @JouleV user, there is no need to use graphics to create simple graphics that can be traced back to commutative diagrams, or to simple tricks of symbolic mathematical notation. I'm showing you another possibility that certainly won't be the best.
documentclass{article}
usepackage{amsmath}
usepackage{tikz-cd}
begin{document}
begin{tikzcd}[row sep=.4cm, column sep=.2cm]
& 1, & underbrace{{(12), (13), (23)}}{}, & underbrace{{(123), (132)}}{} arrow[rd, no head] & \
text{identity} arrow[ru] & & text{three traspositions}
arrow[u, no head] & &text{two 3--cycles}
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
});
}
});
Evan Kim 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%2f483658%2fhow-to-draw-an-arrow-diagram%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Do you really need TikZ for that?
documentclass{article}
usepackage{mathtools}
makeatletter% From https://tex.stackexchange.com/a/419690/156344
defsmalloverbrace#1{mathop{vbox{m@thialign{##crcrnoalign{kern3p@}%
tinydownbracefillcrcrnoalign{kern3p@nointerlineskip}%
$hfildisplaystyle{#1}hfil$crcr}}}limits}
makeatother
begin{document}
[smalloverbrace{1}^{mathclap{text{identity}}},underbrace{(12),(13),(23),}_{mathclap{text{three transpositions}}}overbrace{(123),(132)}^{mathclap{text{two 3-cycles}}}]
end{document}
huh. Apparently not, thank you!
– Evan Kim
5 hours ago
2
@EvanKim You are welcome!
– JouleV
5 hours ago
add a comment |
Do you really need TikZ for that?
documentclass{article}
usepackage{mathtools}
makeatletter% From https://tex.stackexchange.com/a/419690/156344
defsmalloverbrace#1{mathop{vbox{m@thialign{##crcrnoalign{kern3p@}%
tinydownbracefillcrcrnoalign{kern3p@nointerlineskip}%
$hfildisplaystyle{#1}hfil$crcr}}}limits}
makeatother
begin{document}
[smalloverbrace{1}^{mathclap{text{identity}}},underbrace{(12),(13),(23),}_{mathclap{text{three transpositions}}}overbrace{(123),(132)}^{mathclap{text{two 3-cycles}}}]
end{document}
huh. Apparently not, thank you!
– Evan Kim
5 hours ago
2
@EvanKim You are welcome!
– JouleV
5 hours ago
add a comment |
Do you really need TikZ for that?
documentclass{article}
usepackage{mathtools}
makeatletter% From https://tex.stackexchange.com/a/419690/156344
defsmalloverbrace#1{mathop{vbox{m@thialign{##crcrnoalign{kern3p@}%
tinydownbracefillcrcrnoalign{kern3p@nointerlineskip}%
$hfildisplaystyle{#1}hfil$crcr}}}limits}
makeatother
begin{document}
[smalloverbrace{1}^{mathclap{text{identity}}},underbrace{(12),(13),(23),}_{mathclap{text{three transpositions}}}overbrace{(123),(132)}^{mathclap{text{two 3-cycles}}}]
end{document}
Do you really need TikZ for that?
documentclass{article}
usepackage{mathtools}
makeatletter% From https://tex.stackexchange.com/a/419690/156344
defsmalloverbrace#1{mathop{vbox{m@thialign{##crcrnoalign{kern3p@}%
tinydownbracefillcrcrnoalign{kern3p@nointerlineskip}%
$hfildisplaystyle{#1}hfil$crcr}}}limits}
makeatother
begin{document}
[smalloverbrace{1}^{mathclap{text{identity}}},underbrace{(12),(13),(23),}_{mathclap{text{three transpositions}}}overbrace{(123),(132)}^{mathclap{text{two 3-cycles}}}]
end{document}
answered 6 hours ago
JouleVJouleV
11.4k22561
11.4k22561
huh. Apparently not, thank you!
– Evan Kim
5 hours ago
2
@EvanKim You are welcome!
– JouleV
5 hours ago
add a comment |
huh. Apparently not, thank you!
– Evan Kim
5 hours ago
2
@EvanKim You are welcome!
– JouleV
5 hours ago
huh. Apparently not, thank you!
– Evan Kim
5 hours ago
huh. Apparently not, thank you!
– Evan Kim
5 hours ago
2
2
@EvanKim You are welcome!
– JouleV
5 hours ago
@EvanKim You are welcome!
– JouleV
5 hours ago
add a comment |
Edit 3: I replaced everything because there were a few commas missing or deleting from the code and brackets.
As already written by the very good @JouleV user, there is no need to use graphics to create simple graphics that can be traced back to commutative diagrams, or to simple tricks of symbolic mathematical notation. I'm showing you another possibility that certainly won't be the best.
documentclass{article}
usepackage{amsmath}
usepackage{tikz-cd}
begin{document}
begin{tikzcd}[row sep=.4cm, column sep=.2cm]
& 1, & underbrace{{(12), (13), (23)}}{}, & underbrace{{(123), (132)}}{} arrow[rd, no head] & \
text{identity} arrow[ru] & & text{three traspositions}
arrow[u, no head] & &text{two 3--cycles}
end{tikzcd}
end{document}
add a comment |
Edit 3: I replaced everything because there were a few commas missing or deleting from the code and brackets.
As already written by the very good @JouleV user, there is no need to use graphics to create simple graphics that can be traced back to commutative diagrams, or to simple tricks of symbolic mathematical notation. I'm showing you another possibility that certainly won't be the best.
documentclass{article}
usepackage{amsmath}
usepackage{tikz-cd}
begin{document}
begin{tikzcd}[row sep=.4cm, column sep=.2cm]
& 1, & underbrace{{(12), (13), (23)}}{}, & underbrace{{(123), (132)}}{} arrow[rd, no head] & \
text{identity} arrow[ru] & & text{three traspositions}
arrow[u, no head] & &text{two 3--cycles}
end{tikzcd}
end{document}
add a comment |
Edit 3: I replaced everything because there were a few commas missing or deleting from the code and brackets.
As already written by the very good @JouleV user, there is no need to use graphics to create simple graphics that can be traced back to commutative diagrams, or to simple tricks of symbolic mathematical notation. I'm showing you another possibility that certainly won't be the best.
documentclass{article}
usepackage{amsmath}
usepackage{tikz-cd}
begin{document}
begin{tikzcd}[row sep=.4cm, column sep=.2cm]
& 1, & underbrace{{(12), (13), (23)}}{}, & underbrace{{(123), (132)}}{} arrow[rd, no head] & \
text{identity} arrow[ru] & & text{three traspositions}
arrow[u, no head] & &text{two 3--cycles}
end{tikzcd}
end{document}
Edit 3: I replaced everything because there were a few commas missing or deleting from the code and brackets.
As already written by the very good @JouleV user, there is no need to use graphics to create simple graphics that can be traced back to commutative diagrams, or to simple tricks of symbolic mathematical notation. I'm showing you another possibility that certainly won't be the best.
documentclass{article}
usepackage{amsmath}
usepackage{tikz-cd}
begin{document}
begin{tikzcd}[row sep=.4cm, column sep=.2cm]
& 1, & underbrace{{(12), (13), (23)}}{}, & underbrace{{(123), (132)}}{} arrow[rd, no head] & \
text{identity} arrow[ru] & & text{three traspositions}
arrow[u, no head] & &text{two 3--cycles}
end{tikzcd}
end{document}
edited 4 hours ago
answered 5 hours ago
SebastianoSebastiano
11.2k42166
11.2k42166
add a comment |
add a comment |
Evan Kim is a new contributor. Be nice, and check out our Code of Conduct.
Evan Kim is a new contributor. Be nice, and check out our Code of Conduct.
Evan Kim is a new contributor. Be nice, and check out our Code of Conduct.
Evan Kim 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%2f483658%2fhow-to-draw-an-arrow-diagram%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
5
Welcome to TeX.SE, please show us what you have tried so far. Because, this is not a
just-do-it-for-me
site.– Raaja
8 hours ago
@Raaja I am sorry if my question came across as a "just do it for me" type of question. I was trying to phrase it as a "point me in a direction to get started".
– Evan Kim
5 hours ago
@Raaja Don't be mad at me, please. I interpret your message as frustration. My best regards.
– Sebastiano
5 hours ago