Commutative diagrams and arrows
Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
I'm trying to make a commutative diagram with tikzcd
.
Here's what I get:
I want the hook from B to A to be upside down and the /simeq
symbol over the arrow from C to D.
Sample code:
documentclass[a4paper]article
usepackageamsmath
usepackagetikzcd
begindocument
[
begintikzcd
A & B arrow[l, hookrightarrow] \
D arrow[u, hookrightarrow] & C arrow[l, "simeq"]
arrow[u, hookrightarrow]
endtikzcd
]
enddocument
tikz-arrows tikz-cd commutative-diagrams
New contributor
Lele99_DD 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 |Â
up vote
2
down vote
favorite
I'm trying to make a commutative diagram with tikzcd
.
Here's what I get:
I want the hook from B to A to be upside down and the /simeq
symbol over the arrow from C to D.
Sample code:
documentclass[a4paper]article
usepackageamsmath
usepackagetikzcd
begindocument
[
begintikzcd
A & B arrow[l, hookrightarrow] \
D arrow[u, hookrightarrow] & C arrow[l, "simeq"]
arrow[u, hookrightarrow]
endtikzcd
]
enddocument
tikz-arrows tikz-cd commutative-diagrams
New contributor
Lele99_DD 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 |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I'm trying to make a commutative diagram with tikzcd
.
Here's what I get:
I want the hook from B to A to be upside down and the /simeq
symbol over the arrow from C to D.
Sample code:
documentclass[a4paper]article
usepackageamsmath
usepackagetikzcd
begindocument
[
begintikzcd
A & B arrow[l, hookrightarrow] \
D arrow[u, hookrightarrow] & C arrow[l, "simeq"]
arrow[u, hookrightarrow]
endtikzcd
]
enddocument
tikz-arrows tikz-cd commutative-diagrams
New contributor
Lele99_DD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I'm trying to make a commutative diagram with tikzcd
.
Here's what I get:
I want the hook from B to A to be upside down and the /simeq
symbol over the arrow from C to D.
Sample code:
documentclass[a4paper]article
usepackageamsmath
usepackagetikzcd
begindocument
[
begintikzcd
A & B arrow[l, hookrightarrow] \
D arrow[u, hookrightarrow] & C arrow[l, "simeq"]
arrow[u, hookrightarrow]
endtikzcd
]
enddocument
tikz-arrows tikz-cd commutative-diagrams
tikz-arrows tikz-cd commutative-diagrams
New contributor
Lele99_DD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Lele99_DD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 13 mins ago
Sebastiano
7,78741654
7,78741654
New contributor
Lele99_DD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 hours ago


Lele99_DD
304
304
New contributor
Lele99_DD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Lele99_DD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Lele99_DD 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 |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
4
down vote
accepted
Here you are:
documentclass[a4paper]article
usepackageamsmath
usepackagetikz-cd
begindocument
[
begintikzcd
A arrow[r, hookleftarrow] & B\
D arrow[u, hookrightarrow] & C arrow[l, "simeq", swap]
arrow[u, hookrightarrow]
endtikzcd
]
enddocument
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
accepted
Here you are:
documentclass[a4paper]article
usepackageamsmath
usepackagetikz-cd
begindocument
[
begintikzcd
A arrow[r, hookleftarrow] & B\
D arrow[u, hookrightarrow] & C arrow[l, "simeq", swap]
arrow[u, hookrightarrow]
endtikzcd
]
enddocument
add a comment |Â
up vote
4
down vote
accepted
Here you are:
documentclass[a4paper]article
usepackageamsmath
usepackagetikz-cd
begindocument
[
begintikzcd
A arrow[r, hookleftarrow] & B\
D arrow[u, hookrightarrow] & C arrow[l, "simeq", swap]
arrow[u, hookrightarrow]
endtikzcd
]
enddocument
add a comment |Â
up vote
4
down vote
accepted
up vote
4
down vote
accepted
Here you are:
documentclass[a4paper]article
usepackageamsmath
usepackagetikz-cd
begindocument
[
begintikzcd
A arrow[r, hookleftarrow] & B\
D arrow[u, hookrightarrow] & C arrow[l, "simeq", swap]
arrow[u, hookrightarrow]
endtikzcd
]
enddocument
Here you are:
documentclass[a4paper]article
usepackageamsmath
usepackagetikz-cd
begindocument
[
begintikzcd
A arrow[r, hookleftarrow] & B\
D arrow[u, hookrightarrow] & C arrow[l, "simeq", swap]
arrow[u, hookrightarrow]
endtikzcd
]
enddocument
answered 2 hours ago
Bernard
158k764191
158k764191
add a comment |Â
add a comment |Â
Lele99_DD is a new contributor. Be nice, and check out our Code of Conduct.
Lele99_DD is a new contributor. Be nice, and check out our Code of Conduct.
Lele99_DD is a new contributor. Be nice, and check out our Code of Conduct.
Lele99_DD 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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f454607%2fcommutative-diagrams-and-arrows%23new-answer', 'question_page');
);
Post as a guest
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
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
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