Quivers by latex
If somebody can help me to draw this to quivers.
(1) A double infinity,
(2) look at the image, it is also infinite
Thanks
tikz-pgf
New contributor
add a comment |
If somebody can help me to draw this to quivers.
(1) A double infinity,
(2) look at the image, it is also infinite
Thanks
tikz-pgf
New contributor
add a comment |
If somebody can help me to draw this to quivers.
(1) A double infinity,
(2) look at the image, it is also infinite
Thanks
tikz-pgf
New contributor
If somebody can help me to draw this to quivers.
(1) A double infinity,
(2) look at the image, it is also infinite
Thanks
tikz-pgf
tikz-pgf
New contributor
New contributor
New contributor
asked 9 hours ago
Diego HavezDiego Havez
342
342
New contributor
New contributor
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
The purpose of the site is to help you if you got stuck, not to convert screen shots to LaTeX code. There are many possibilities to draw this. Here is one.
documentclass{article}
usepackage{tikz-cd}
begin{document}
[begin{tikzcd}
bullet & & & bullet & & & bullet & & \
& bulletarrow[ul]arrow[dl] & arrow[l]bulletarrow[ur] & &
arrow[ul]arrow[dl]bullet & arrow[l]bullet arrow[ur]&
& arrow[ul]arrow[dl]bullet & arrow[l]cdots\
bullet & & & arrow[ul]bullet & & & arrow[ul]bullet & & \
end{tikzcd}]
end{document}
2
@DiegoHavez I don't understand your comment (and need to leave now). Two times infinity is still infinity, so a double infinity is the same as a single infinity.
– marmot
9 hours ago
add a comment |
Here is a simple code with pstricks
:
documentclass{article}
usepackage{amsmath, amssymb}
usepackage{pst-node}
usepackage{auto-pst-pdf}
begin{document}
[ psset{arrows=->, arrowinset=0.12 , linewidth=0.6pt, colsep=1cm, rowsep=0.5cm, nodesep=2.5pt}
begin{psmatrix}
dotnode{R3} & & & dotnode{R2} & & & dotnode{R1} \
& dotnode{F} & dotnode{E} & & dotnode{D} & dotnode{C} & & dotnode{B} & rnode{A}{boldsymbol{dotsdots}}\
%%%
dotnode{S3} & & & dotnode{S2} & & & dotnode{S1}
%% arrows
foreach s/t in {A/B,C/D,E/F}{ncline{s}{t}}
foreach s/i in {B/1,D/2,F/3}{ncline{s}{Ri}ncline{s}{Si}}
foreach s/i in {C/1,E/2}{ncline{s}{Ri}ncline{Si}{s}}
end{psmatrix}
]
end{document}
add a comment |
A solution with xy
documentclass[border = 10pt]{standalone}
usepackage[all]{xy}
begin{document}
xymatrix{
{bullet} & & & {bullet} & & & {bullet} \
& {bullet}ar[ul] ar[dl] & {bullet}ar[l] ar[ur] & & {bullet} ar[ul] ar[dl] & {bullet} ar[l] ar[ur]
& & {bullet} ar[ul] ar[dl] & {cdots} ar[l] \
{bullet} & & & {bullet} ar[ul] & & & {bullet} ar[ul]
}
end{document}
2
Just to save typing: braces around bullet is not necessary.
– Sigur
7 hours ago
@Sigur Thanks for your input, it definitely does .... just an old habit :)
– caverac
6 mins 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
});
}
});
Diego Havez 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%2f469630%2fquivers-by-latex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
The purpose of the site is to help you if you got stuck, not to convert screen shots to LaTeX code. There are many possibilities to draw this. Here is one.
documentclass{article}
usepackage{tikz-cd}
begin{document}
[begin{tikzcd}
bullet & & & bullet & & & bullet & & \
& bulletarrow[ul]arrow[dl] & arrow[l]bulletarrow[ur] & &
arrow[ul]arrow[dl]bullet & arrow[l]bullet arrow[ur]&
& arrow[ul]arrow[dl]bullet & arrow[l]cdots\
bullet & & & arrow[ul]bullet & & & arrow[ul]bullet & & \
end{tikzcd}]
end{document}
2
@DiegoHavez I don't understand your comment (and need to leave now). Two times infinity is still infinity, so a double infinity is the same as a single infinity.
– marmot
9 hours ago
add a comment |
The purpose of the site is to help you if you got stuck, not to convert screen shots to LaTeX code. There are many possibilities to draw this. Here is one.
documentclass{article}
usepackage{tikz-cd}
begin{document}
[begin{tikzcd}
bullet & & & bullet & & & bullet & & \
& bulletarrow[ul]arrow[dl] & arrow[l]bulletarrow[ur] & &
arrow[ul]arrow[dl]bullet & arrow[l]bullet arrow[ur]&
& arrow[ul]arrow[dl]bullet & arrow[l]cdots\
bullet & & & arrow[ul]bullet & & & arrow[ul]bullet & & \
end{tikzcd}]
end{document}
2
@DiegoHavez I don't understand your comment (and need to leave now). Two times infinity is still infinity, so a double infinity is the same as a single infinity.
– marmot
9 hours ago
add a comment |
The purpose of the site is to help you if you got stuck, not to convert screen shots to LaTeX code. There are many possibilities to draw this. Here is one.
documentclass{article}
usepackage{tikz-cd}
begin{document}
[begin{tikzcd}
bullet & & & bullet & & & bullet & & \
& bulletarrow[ul]arrow[dl] & arrow[l]bulletarrow[ur] & &
arrow[ul]arrow[dl]bullet & arrow[l]bullet arrow[ur]&
& arrow[ul]arrow[dl]bullet & arrow[l]cdots\
bullet & & & arrow[ul]bullet & & & arrow[ul]bullet & & \
end{tikzcd}]
end{document}
The purpose of the site is to help you if you got stuck, not to convert screen shots to LaTeX code. There are many possibilities to draw this. Here is one.
documentclass{article}
usepackage{tikz-cd}
begin{document}
[begin{tikzcd}
bullet & & & bullet & & & bullet & & \
& bulletarrow[ul]arrow[dl] & arrow[l]bulletarrow[ur] & &
arrow[ul]arrow[dl]bullet & arrow[l]bullet arrow[ur]&
& arrow[ul]arrow[dl]bullet & arrow[l]cdots\
bullet & & & arrow[ul]bullet & & & arrow[ul]bullet & & \
end{tikzcd}]
end{document}
answered 9 hours ago
marmotmarmot
90.4k4104195
90.4k4104195
2
@DiegoHavez I don't understand your comment (and need to leave now). Two times infinity is still infinity, so a double infinity is the same as a single infinity.
– marmot
9 hours ago
add a comment |
2
@DiegoHavez I don't understand your comment (and need to leave now). Two times infinity is still infinity, so a double infinity is the same as a single infinity.
– marmot
9 hours ago
2
2
@DiegoHavez I don't understand your comment (and need to leave now). Two times infinity is still infinity, so a double infinity is the same as a single infinity.
– marmot
9 hours ago
@DiegoHavez I don't understand your comment (and need to leave now). Two times infinity is still infinity, so a double infinity is the same as a single infinity.
– marmot
9 hours ago
add a comment |
Here is a simple code with pstricks
:
documentclass{article}
usepackage{amsmath, amssymb}
usepackage{pst-node}
usepackage{auto-pst-pdf}
begin{document}
[ psset{arrows=->, arrowinset=0.12 , linewidth=0.6pt, colsep=1cm, rowsep=0.5cm, nodesep=2.5pt}
begin{psmatrix}
dotnode{R3} & & & dotnode{R2} & & & dotnode{R1} \
& dotnode{F} & dotnode{E} & & dotnode{D} & dotnode{C} & & dotnode{B} & rnode{A}{boldsymbol{dotsdots}}\
%%%
dotnode{S3} & & & dotnode{S2} & & & dotnode{S1}
%% arrows
foreach s/t in {A/B,C/D,E/F}{ncline{s}{t}}
foreach s/i in {B/1,D/2,F/3}{ncline{s}{Ri}ncline{s}{Si}}
foreach s/i in {C/1,E/2}{ncline{s}{Ri}ncline{Si}{s}}
end{psmatrix}
]
end{document}
add a comment |
Here is a simple code with pstricks
:
documentclass{article}
usepackage{amsmath, amssymb}
usepackage{pst-node}
usepackage{auto-pst-pdf}
begin{document}
[ psset{arrows=->, arrowinset=0.12 , linewidth=0.6pt, colsep=1cm, rowsep=0.5cm, nodesep=2.5pt}
begin{psmatrix}
dotnode{R3} & & & dotnode{R2} & & & dotnode{R1} \
& dotnode{F} & dotnode{E} & & dotnode{D} & dotnode{C} & & dotnode{B} & rnode{A}{boldsymbol{dotsdots}}\
%%%
dotnode{S3} & & & dotnode{S2} & & & dotnode{S1}
%% arrows
foreach s/t in {A/B,C/D,E/F}{ncline{s}{t}}
foreach s/i in {B/1,D/2,F/3}{ncline{s}{Ri}ncline{s}{Si}}
foreach s/i in {C/1,E/2}{ncline{s}{Ri}ncline{Si}{s}}
end{psmatrix}
]
end{document}
add a comment |
Here is a simple code with pstricks
:
documentclass{article}
usepackage{amsmath, amssymb}
usepackage{pst-node}
usepackage{auto-pst-pdf}
begin{document}
[ psset{arrows=->, arrowinset=0.12 , linewidth=0.6pt, colsep=1cm, rowsep=0.5cm, nodesep=2.5pt}
begin{psmatrix}
dotnode{R3} & & & dotnode{R2} & & & dotnode{R1} \
& dotnode{F} & dotnode{E} & & dotnode{D} & dotnode{C} & & dotnode{B} & rnode{A}{boldsymbol{dotsdots}}\
%%%
dotnode{S3} & & & dotnode{S2} & & & dotnode{S1}
%% arrows
foreach s/t in {A/B,C/D,E/F}{ncline{s}{t}}
foreach s/i in {B/1,D/2,F/3}{ncline{s}{Ri}ncline{s}{Si}}
foreach s/i in {C/1,E/2}{ncline{s}{Ri}ncline{Si}{s}}
end{psmatrix}
]
end{document}
Here is a simple code with pstricks
:
documentclass{article}
usepackage{amsmath, amssymb}
usepackage{pst-node}
usepackage{auto-pst-pdf}
begin{document}
[ psset{arrows=->, arrowinset=0.12 , linewidth=0.6pt, colsep=1cm, rowsep=0.5cm, nodesep=2.5pt}
begin{psmatrix}
dotnode{R3} & & & dotnode{R2} & & & dotnode{R1} \
& dotnode{F} & dotnode{E} & & dotnode{D} & dotnode{C} & & dotnode{B} & rnode{A}{boldsymbol{dotsdots}}\
%%%
dotnode{S3} & & & dotnode{S2} & & & dotnode{S1}
%% arrows
foreach s/t in {A/B,C/D,E/F}{ncline{s}{t}}
foreach s/i in {B/1,D/2,F/3}{ncline{s}{Ri}ncline{s}{Si}}
foreach s/i in {C/1,E/2}{ncline{s}{Ri}ncline{Si}{s}}
end{psmatrix}
]
end{document}
answered 8 hours ago
BernardBernard
167k769194
167k769194
add a comment |
add a comment |
A solution with xy
documentclass[border = 10pt]{standalone}
usepackage[all]{xy}
begin{document}
xymatrix{
{bullet} & & & {bullet} & & & {bullet} \
& {bullet}ar[ul] ar[dl] & {bullet}ar[l] ar[ur] & & {bullet} ar[ul] ar[dl] & {bullet} ar[l] ar[ur]
& & {bullet} ar[ul] ar[dl] & {cdots} ar[l] \
{bullet} & & & {bullet} ar[ul] & & & {bullet} ar[ul]
}
end{document}
2
Just to save typing: braces around bullet is not necessary.
– Sigur
7 hours ago
@Sigur Thanks for your input, it definitely does .... just an old habit :)
– caverac
6 mins ago
add a comment |
A solution with xy
documentclass[border = 10pt]{standalone}
usepackage[all]{xy}
begin{document}
xymatrix{
{bullet} & & & {bullet} & & & {bullet} \
& {bullet}ar[ul] ar[dl] & {bullet}ar[l] ar[ur] & & {bullet} ar[ul] ar[dl] & {bullet} ar[l] ar[ur]
& & {bullet} ar[ul] ar[dl] & {cdots} ar[l] \
{bullet} & & & {bullet} ar[ul] & & & {bullet} ar[ul]
}
end{document}
2
Just to save typing: braces around bullet is not necessary.
– Sigur
7 hours ago
@Sigur Thanks for your input, it definitely does .... just an old habit :)
– caverac
6 mins ago
add a comment |
A solution with xy
documentclass[border = 10pt]{standalone}
usepackage[all]{xy}
begin{document}
xymatrix{
{bullet} & & & {bullet} & & & {bullet} \
& {bullet}ar[ul] ar[dl] & {bullet}ar[l] ar[ur] & & {bullet} ar[ul] ar[dl] & {bullet} ar[l] ar[ur]
& & {bullet} ar[ul] ar[dl] & {cdots} ar[l] \
{bullet} & & & {bullet} ar[ul] & & & {bullet} ar[ul]
}
end{document}
A solution with xy
documentclass[border = 10pt]{standalone}
usepackage[all]{xy}
begin{document}
xymatrix{
{bullet} & & & {bullet} & & & {bullet} \
& {bullet}ar[ul] ar[dl] & {bullet}ar[l] ar[ur] & & {bullet} ar[ul] ar[dl] & {bullet} ar[l] ar[ur]
& & {bullet} ar[ul] ar[dl] & {cdots} ar[l] \
{bullet} & & & {bullet} ar[ul] & & & {bullet} ar[ul]
}
end{document}
answered 8 hours ago
caveraccaverac
6,3321727
6,3321727
2
Just to save typing: braces around bullet is not necessary.
– Sigur
7 hours ago
@Sigur Thanks for your input, it definitely does .... just an old habit :)
– caverac
6 mins ago
add a comment |
2
Just to save typing: braces around bullet is not necessary.
– Sigur
7 hours ago
@Sigur Thanks for your input, it definitely does .... just an old habit :)
– caverac
6 mins ago
2
2
Just to save typing: braces around bullet is not necessary.
– Sigur
7 hours ago
Just to save typing: braces around bullet is not necessary.
– Sigur
7 hours ago
@Sigur Thanks for your input, it definitely does .... just an old habit :)
– caverac
6 mins ago
@Sigur Thanks for your input, it definitely does .... just an old habit :)
– caverac
6 mins ago
add a comment |
Diego Havez is a new contributor. Be nice, and check out our Code of Conduct.
Diego Havez is a new contributor. Be nice, and check out our Code of Conduct.
Diego Havez is a new contributor. Be nice, and check out our Code of Conduct.
Diego Havez 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%2f469630%2fquivers-by-latex%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