Dashed hook right arrow
up vote
3
down vote
favorite
I'd like to use a dashed hook right arrow instead of a classic one in my LaTeX document, but I don't know how to create one. MWE:
documentclass[a4paper]{article}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{fullpage}
usepackage{amsmath}
usepackage{amssymb}
usepackage{amsthm}
usepackage{mathtools}
usepackage{tikz-cd}
begin{document}
[
begin{tikzcd}[row sep=huge, column sep=large]
Z arrow{r}{Phi} arrow[twoheadrightarrow]{d} & R \
Z_n arrow[hookrightarrow]{ru}[swap]{bar{Phi}}
end{tikzcd}
]
end{document}
diagrams arrows tikz-arrows tikz-cd
add a comment |
up vote
3
down vote
favorite
I'd like to use a dashed hook right arrow instead of a classic one in my LaTeX document, but I don't know how to create one. MWE:
documentclass[a4paper]{article}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{fullpage}
usepackage{amsmath}
usepackage{amssymb}
usepackage{amsthm}
usepackage{mathtools}
usepackage{tikz-cd}
begin{document}
[
begin{tikzcd}[row sep=huge, column sep=large]
Z arrow{r}{Phi} arrow[twoheadrightarrow]{d} & R \
Z_n arrow[hookrightarrow]{ru}[swap]{bar{Phi}}
end{tikzcd}
]
end{document}
diagrams arrows tikz-arrows tikz-cd
1
arrow[hookrightarrow,dashed]{ru}[swap]{bar{Phi}}?
– marmot
Dec 5 at 15:39
Easier:arrow[ru,hookrightarrow,dashed,swap,"bar{Phi}"](no need to remember the order of arguments.
– egreg
Dec 5 at 16:49
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I'd like to use a dashed hook right arrow instead of a classic one in my LaTeX document, but I don't know how to create one. MWE:
documentclass[a4paper]{article}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{fullpage}
usepackage{amsmath}
usepackage{amssymb}
usepackage{amsthm}
usepackage{mathtools}
usepackage{tikz-cd}
begin{document}
[
begin{tikzcd}[row sep=huge, column sep=large]
Z arrow{r}{Phi} arrow[twoheadrightarrow]{d} & R \
Z_n arrow[hookrightarrow]{ru}[swap]{bar{Phi}}
end{tikzcd}
]
end{document}
diagrams arrows tikz-arrows tikz-cd
I'd like to use a dashed hook right arrow instead of a classic one in my LaTeX document, but I don't know how to create one. MWE:
documentclass[a4paper]{article}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{fullpage}
usepackage{amsmath}
usepackage{amssymb}
usepackage{amsthm}
usepackage{mathtools}
usepackage{tikz-cd}
begin{document}
[
begin{tikzcd}[row sep=huge, column sep=large]
Z arrow{r}{Phi} arrow[twoheadrightarrow]{d} & R \
Z_n arrow[hookrightarrow]{ru}[swap]{bar{Phi}}
end{tikzcd}
]
end{document}
diagrams arrows tikz-arrows tikz-cd
diagrams arrows tikz-arrows tikz-cd
asked Dec 5 at 15:35
Lele99_DD
644
644
1
arrow[hookrightarrow,dashed]{ru}[swap]{bar{Phi}}?
– marmot
Dec 5 at 15:39
Easier:arrow[ru,hookrightarrow,dashed,swap,"bar{Phi}"](no need to remember the order of arguments.
– egreg
Dec 5 at 16:49
add a comment |
1
arrow[hookrightarrow,dashed]{ru}[swap]{bar{Phi}}?
– marmot
Dec 5 at 15:39
Easier:arrow[ru,hookrightarrow,dashed,swap,"bar{Phi}"](no need to remember the order of arguments.
– egreg
Dec 5 at 16:49
1
1
arrow[hookrightarrow,dashed]{ru}[swap]{bar{Phi}}?– marmot
Dec 5 at 15:39
arrow[hookrightarrow,dashed]{ru}[swap]{bar{Phi}}?– marmot
Dec 5 at 15:39
Easier:
arrow[ru,hookrightarrow,dashed,swap,"bar{Phi}"] (no need to remember the order of arguments.– egreg
Dec 5 at 16:49
Easier:
arrow[ru,hookrightarrow,dashed,swap,"bar{Phi}"] (no need to remember the order of arguments.– egreg
Dec 5 at 16:49
add a comment |
1 Answer
1
active
oldest
votes
up vote
4
down vote
accepted
Add the keyword dashed. There's a simpler syntax available, which doesn't require to remember the argument positions.
Note that hook is sufficient. Similarly, two heads is simpler than twoheadrightarrow.
documentclass[a4paper]{article}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage{amsthm}
usepackage{mathtools}
usepackage{tikz-cd}
newcommand{Z}{mathbb{Z}}
begin{document}
[
begin{tikzcd}[row sep=huge, column sep=large]
Z arrow[r,"Phi"] arrow[d,two heads] & R \
Z_n arrow[ru,hook,dashed,swap,"bar{Phi}"]
end{tikzcd}
]
end{document}

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
Add the keyword dashed. There's a simpler syntax available, which doesn't require to remember the argument positions.
Note that hook is sufficient. Similarly, two heads is simpler than twoheadrightarrow.
documentclass[a4paper]{article}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage{amsthm}
usepackage{mathtools}
usepackage{tikz-cd}
newcommand{Z}{mathbb{Z}}
begin{document}
[
begin{tikzcd}[row sep=huge, column sep=large]
Z arrow[r,"Phi"] arrow[d,two heads] & R \
Z_n arrow[ru,hook,dashed,swap,"bar{Phi}"]
end{tikzcd}
]
end{document}

add a comment |
up vote
4
down vote
accepted
Add the keyword dashed. There's a simpler syntax available, which doesn't require to remember the argument positions.
Note that hook is sufficient. Similarly, two heads is simpler than twoheadrightarrow.
documentclass[a4paper]{article}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage{amsthm}
usepackage{mathtools}
usepackage{tikz-cd}
newcommand{Z}{mathbb{Z}}
begin{document}
[
begin{tikzcd}[row sep=huge, column sep=large]
Z arrow[r,"Phi"] arrow[d,two heads] & R \
Z_n arrow[ru,hook,dashed,swap,"bar{Phi}"]
end{tikzcd}
]
end{document}

add a comment |
up vote
4
down vote
accepted
up vote
4
down vote
accepted
Add the keyword dashed. There's a simpler syntax available, which doesn't require to remember the argument positions.
Note that hook is sufficient. Similarly, two heads is simpler than twoheadrightarrow.
documentclass[a4paper]{article}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage{amsthm}
usepackage{mathtools}
usepackage{tikz-cd}
newcommand{Z}{mathbb{Z}}
begin{document}
[
begin{tikzcd}[row sep=huge, column sep=large]
Z arrow[r,"Phi"] arrow[d,two heads] & R \
Z_n arrow[ru,hook,dashed,swap,"bar{Phi}"]
end{tikzcd}
]
end{document}

Add the keyword dashed. There's a simpler syntax available, which doesn't require to remember the argument positions.
Note that hook is sufficient. Similarly, two heads is simpler than twoheadrightarrow.
documentclass[a4paper]{article}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage{amsthm}
usepackage{mathtools}
usepackage{tikz-cd}
newcommand{Z}{mathbb{Z}}
begin{document}
[
begin{tikzcd}[row sep=huge, column sep=large]
Z arrow[r,"Phi"] arrow[d,two heads] & R \
Z_n arrow[ru,hook,dashed,swap,"bar{Phi}"]
end{tikzcd}
]
end{document}

answered Dec 5 at 16:54
egreg
704k8618763155
704k8618763155
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f463336%2fdashed-hook-right-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
1
arrow[hookrightarrow,dashed]{ru}[swap]{bar{Phi}}?– marmot
Dec 5 at 15:39
Easier:
arrow[ru,hookrightarrow,dashed,swap,"bar{Phi}"](no need to remember the order of arguments.– egreg
Dec 5 at 16:49