Dots and lines (knot theorem) Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30UTC (7:30pm US/Eastern)Please help in my latex workHelp with these graphics in tikzCan you help how to write this?Draw isosceles triangle with angles and stuff in TikZhow to draw automata with 4 statesHow to draw graph with TiKz?drawing figures using tikz packageHow to make this Figure in tikz?How to draw intervals in latex using tikz or otherwise?draw milk carton in tikzpicture
Dyck paths with extra diagonals from valleys (Laser construction)
Do wooden building fires get hotter than 600°C?
Why does 14 CFR have skipped subparts in my ASA 2019 FAR/AIM book?
Why is it faster to reheat something than it is to cook it?
Why can't I install Tomboy in Ubuntu Mate 19.04?
How often does castling occur in grandmaster games?
What is the difference between a "ranged attack" and a "ranged weapon attack"?
What does 丫 mean? 丫是什么意思?
How much damage would a cupful of neutron star matter do to the Earth?
What initially awakened the Balrog?
What are the discoveries that have been possible with the rejection of positivism?
What order were files/directories output in dir?
How did Fremen produce and carry enough thumpers to use Sandworms as de facto Ubers?
Is there public access to the Meteor Crater in Arizona?
How do living politicians protect their readily obtainable signatures from misuse?
How many morphisms from 1 to 1+1 can there be?
How can I set the aperture on my DSLR when it's attached to a telescope instead of a lens?
Random body shuffle every night—can we still function?
How to report t statistic from R
How to compare two different files line by line in unix?
Draw 4 of the same figure in the same tikzpicture
Where is the Data Import Wizard Error Log
Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?
A letter with no particular backstory
Dots and lines (knot theorem)
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30UTC (7:30pm US/Eastern)Please help in my latex workHelp with these graphics in tikzCan you help how to write this?Draw isosceles triangle with angles and stuff in TikZhow to draw automata with 4 statesHow to draw graph with TiKz?drawing figures using tikz packageHow to make this Figure in tikz?How to draw intervals in latex using tikz or otherwise?draw milk carton in tikzpicture
How to draw this in TeXstudio? help me please.

diagrams
New contributor
Levan Davitadze 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 |
How to draw this in TeXstudio? help me please.

diagrams
New contributor
Levan Davitadze is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
4
Welcome. Should the shadow be drawn as well?
– Johannes_B
2 hours ago
no ser. only dots and lines
– Levan Davitadze
1 hour ago
1
please fix your title so that it is useful for future users of the site searching for similar problems.
– David Carlisle
17 mins ago
is it okey now ?
– Levan Davitadze
7 mins ago
add a comment |
How to draw this in TeXstudio? help me please.

diagrams
New contributor
Levan Davitadze is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
How to draw this in TeXstudio? help me please.

diagrams
diagrams
New contributor
Levan Davitadze is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Levan Davitadze is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 8 mins ago
Levan Davitadze
New contributor
Levan Davitadze 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
Levan DavitadzeLevan Davitadze
11
11
New contributor
Levan Davitadze is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Levan Davitadze is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Levan Davitadze is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
4
Welcome. Should the shadow be drawn as well?
– Johannes_B
2 hours ago
no ser. only dots and lines
– Levan Davitadze
1 hour ago
1
please fix your title so that it is useful for future users of the site searching for similar problems.
– David Carlisle
17 mins ago
is it okey now ?
– Levan Davitadze
7 mins ago
add a comment |
4
Welcome. Should the shadow be drawn as well?
– Johannes_B
2 hours ago
no ser. only dots and lines
– Levan Davitadze
1 hour ago
1
please fix your title so that it is useful for future users of the site searching for similar problems.
– David Carlisle
17 mins ago
is it okey now ?
– Levan Davitadze
7 mins ago
4
4
Welcome. Should the shadow be drawn as well?
– Johannes_B
2 hours ago
Welcome. Should the shadow be drawn as well?
– Johannes_B
2 hours ago
no ser. only dots and lines
– Levan Davitadze
1 hour ago
no ser. only dots and lines
– Levan Davitadze
1 hour ago
1
1
please fix your title so that it is useful for future users of the site searching for similar problems.
– David Carlisle
17 mins ago
please fix your title so that it is useful for future users of the site searching for similar problems.
– David Carlisle
17 mins ago
is it okey now ?
– Levan Davitadze
7 mins ago
is it okey now ?
– Levan Davitadze
7 mins ago
add a comment |
3 Answers
3
active
oldest
votes
A straightforward implementation using tikz:
documentclass[tikz,border=4pt]standalone
begindocument
begintikzpicture[line width=.7pt, outer sep=0pt]
foreach x in 0,1
foreach y in 0,...,3
draw (3*x,2*y) node (xy)[circle,fill,inner sep=1.5pt];
draw (00) -- (10) (01)--(11) (03) -- (12);
node at (1.5,5) [circle,fill=white,inner sep=2pt];
draw (02) -- (13);
endtikzpicture
enddocument

add a comment |
Another short code, with pstricks:
documentclass[svgnames, border=6pt]standalone
usepackagepstricks-add, multido, etoolbox%,
usepackageauto-pst-pdf
begindocument
pssetlinewidth=1.2pt, linecolor=SteelBlue,
beginpspicture[showgrid, gridlabelcolor=white](0,0)(3,6)
multidoi=0+24dotnodes(0,i)Ai(3,i)Biifnumlessmultidocount3nclineAiBi
nclineA6B4ncline[border=3pt]A4B6
endpspicture
enddocument

add a comment |
An even simpler code.
documentclass[tikz,border=3.14mm]standalone
begindocument
begintikzpicture[bullet/.style=circle,fill,inner sep=1pt]
foreach Y [count=X]in 2,1,3,4
draw[double=black,double distance=1pt,draw=white,very thick]
(-1,-Y) node[bullet] (LY) -- (1,-X) node[bullet] (RX);
endtikzpicture
enddocument

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
);
);
Levan Davitadze 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%2f485664%2fdots-and-lines-knot-theorem%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
A straightforward implementation using tikz:
documentclass[tikz,border=4pt]standalone
begindocument
begintikzpicture[line width=.7pt, outer sep=0pt]
foreach x in 0,1
foreach y in 0,...,3
draw (3*x,2*y) node (xy)[circle,fill,inner sep=1.5pt];
draw (00) -- (10) (01)--(11) (03) -- (12);
node at (1.5,5) [circle,fill=white,inner sep=2pt];
draw (02) -- (13);
endtikzpicture
enddocument

add a comment |
A straightforward implementation using tikz:
documentclass[tikz,border=4pt]standalone
begindocument
begintikzpicture[line width=.7pt, outer sep=0pt]
foreach x in 0,1
foreach y in 0,...,3
draw (3*x,2*y) node (xy)[circle,fill,inner sep=1.5pt];
draw (00) -- (10) (01)--(11) (03) -- (12);
node at (1.5,5) [circle,fill=white,inner sep=2pt];
draw (02) -- (13);
endtikzpicture
enddocument

add a comment |
A straightforward implementation using tikz:
documentclass[tikz,border=4pt]standalone
begindocument
begintikzpicture[line width=.7pt, outer sep=0pt]
foreach x in 0,1
foreach y in 0,...,3
draw (3*x,2*y) node (xy)[circle,fill,inner sep=1.5pt];
draw (00) -- (10) (01)--(11) (03) -- (12);
node at (1.5,5) [circle,fill=white,inner sep=2pt];
draw (02) -- (13);
endtikzpicture
enddocument

A straightforward implementation using tikz:
documentclass[tikz,border=4pt]standalone
begindocument
begintikzpicture[line width=.7pt, outer sep=0pt]
foreach x in 0,1
foreach y in 0,...,3
draw (3*x,2*y) node (xy)[circle,fill,inner sep=1.5pt];
draw (00) -- (10) (01)--(11) (03) -- (12);
node at (1.5,5) [circle,fill=white,inner sep=2pt];
draw (02) -- (13);
endtikzpicture
enddocument

edited 1 hour ago
answered 1 hour ago
AboAmmarAboAmmar
34.6k32985
34.6k32985
add a comment |
add a comment |
Another short code, with pstricks:
documentclass[svgnames, border=6pt]standalone
usepackagepstricks-add, multido, etoolbox%,
usepackageauto-pst-pdf
begindocument
pssetlinewidth=1.2pt, linecolor=SteelBlue,
beginpspicture[showgrid, gridlabelcolor=white](0,0)(3,6)
multidoi=0+24dotnodes(0,i)Ai(3,i)Biifnumlessmultidocount3nclineAiBi
nclineA6B4ncline[border=3pt]A4B6
endpspicture
enddocument

add a comment |
Another short code, with pstricks:
documentclass[svgnames, border=6pt]standalone
usepackagepstricks-add, multido, etoolbox%,
usepackageauto-pst-pdf
begindocument
pssetlinewidth=1.2pt, linecolor=SteelBlue,
beginpspicture[showgrid, gridlabelcolor=white](0,0)(3,6)
multidoi=0+24dotnodes(0,i)Ai(3,i)Biifnumlessmultidocount3nclineAiBi
nclineA6B4ncline[border=3pt]A4B6
endpspicture
enddocument

add a comment |
Another short code, with pstricks:
documentclass[svgnames, border=6pt]standalone
usepackagepstricks-add, multido, etoolbox%,
usepackageauto-pst-pdf
begindocument
pssetlinewidth=1.2pt, linecolor=SteelBlue,
beginpspicture[showgrid, gridlabelcolor=white](0,0)(3,6)
multidoi=0+24dotnodes(0,i)Ai(3,i)Biifnumlessmultidocount3nclineAiBi
nclineA6B4ncline[border=3pt]A4B6
endpspicture
enddocument

Another short code, with pstricks:
documentclass[svgnames, border=6pt]standalone
usepackagepstricks-add, multido, etoolbox%,
usepackageauto-pst-pdf
begindocument
pssetlinewidth=1.2pt, linecolor=SteelBlue,
beginpspicture[showgrid, gridlabelcolor=white](0,0)(3,6)
multidoi=0+24dotnodes(0,i)Ai(3,i)Biifnumlessmultidocount3nclineAiBi
nclineA6B4ncline[border=3pt]A4B6
endpspicture
enddocument

answered 56 mins ago
BernardBernard
176k778210
176k778210
add a comment |
add a comment |
An even simpler code.
documentclass[tikz,border=3.14mm]standalone
begindocument
begintikzpicture[bullet/.style=circle,fill,inner sep=1pt]
foreach Y [count=X]in 2,1,3,4
draw[double=black,double distance=1pt,draw=white,very thick]
(-1,-Y) node[bullet] (LY) -- (1,-X) node[bullet] (RX);
endtikzpicture
enddocument

add a comment |
An even simpler code.
documentclass[tikz,border=3.14mm]standalone
begindocument
begintikzpicture[bullet/.style=circle,fill,inner sep=1pt]
foreach Y [count=X]in 2,1,3,4
draw[double=black,double distance=1pt,draw=white,very thick]
(-1,-Y) node[bullet] (LY) -- (1,-X) node[bullet] (RX);
endtikzpicture
enddocument

add a comment |
An even simpler code.
documentclass[tikz,border=3.14mm]standalone
begindocument
begintikzpicture[bullet/.style=circle,fill,inner sep=1pt]
foreach Y [count=X]in 2,1,3,4
draw[double=black,double distance=1pt,draw=white,very thick]
(-1,-Y) node[bullet] (LY) -- (1,-X) node[bullet] (RX);
endtikzpicture
enddocument

An even simpler code.
documentclass[tikz,border=3.14mm]standalone
begindocument
begintikzpicture[bullet/.style=circle,fill,inner sep=1pt]
foreach Y [count=X]in 2,1,3,4
draw[double=black,double distance=1pt,draw=white,very thick]
(-1,-Y) node[bullet] (LY) -- (1,-X) node[bullet] (RX);
endtikzpicture
enddocument

answered 46 mins ago
community wiki
marmot
add a comment |
add a comment |
Levan Davitadze is a new contributor. Be nice, and check out our Code of Conduct.
Levan Davitadze is a new contributor. Be nice, and check out our Code of Conduct.
Levan Davitadze is a new contributor. Be nice, and check out our Code of Conduct.
Levan Davitadze 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%2f485664%2fdots-and-lines-knot-theorem%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
4
Welcome. Should the shadow be drawn as well?
– Johannes_B
2 hours ago
no ser. only dots and lines
– Levan Davitadze
1 hour ago
1
please fix your title so that it is useful for future users of the site searching for similar problems.
– David Carlisle
17 mins ago
is it okey now ?
– Levan Davitadze
7 mins ago