Dots and lines (knot theorem) Announcing the arrival of Valued Associate #679: Cesar Manara ...

Crossing US/Canada Border for less than 24 hours

Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?

What to do with repeated rejections for phd position

What initially awakened the Balrog?

How can I set the aperture on my DSLR when it's attached to a telescope instead of a lens?

Misunderstanding of Sylow theory

Is it fair for a professor to grade us on the possession of past papers?

A term for a woman complaining about things/begging in a cute/childish way

Trademark violation for app?

Induction Proof for Sequences

What does this say in Elvish?

How many time has Arya actually used Needle?

Do I really need to have a message in a novel to appeal to readers?

preposition before coffee

Sentence with dass with three Verbs (One modal and two connected with zu)

Did any compiler fully use 80-bit floating point?

Flash light on something

Would it be easier to apply for a UK visa if there is a host family to sponsor for you in going there?

Why are my pictures showing a dark band on one edge?

How to pronounce 伝統色

Converted a Scalar function to a TVF function for parallel execution-Still running in Serial mode

What does 丫 mean? 丫是什么意思?

What would you call this weird metallic apparatus that allows you to lift people?

Sliceness of knots



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












-2















How to draw this in TeXstudio? help me please.



enter image description here










share|improve this question









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
    1 hour 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
    13 mins ago











  • is it okey now ?

    – Levan Davitadze
    3 mins ago
















-2















How to draw this in TeXstudio? help me please.



enter image description here










share|improve this question









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
    1 hour 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
    13 mins ago











  • is it okey now ?

    – Levan Davitadze
    3 mins ago














-2












-2








-2








How to draw this in TeXstudio? help me please.



enter image description here










share|improve this question









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.



enter image description here







diagrams






share|improve this question









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.











share|improve this question









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.









share|improve this question




share|improve this question








edited 3 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
    1 hour 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
    13 mins ago











  • is it okey now ?

    – Levan Davitadze
    3 mins ago














  • 4





    Welcome. Should the shadow be drawn as well?

    – Johannes_B
    1 hour 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
    13 mins ago











  • is it okey now ?

    – Levan Davitadze
    3 mins ago








4




4





Welcome. Should the shadow be drawn as well?

– Johannes_B
1 hour ago





Welcome. Should the shadow be drawn as well?

– Johannes_B
1 hour 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
13 mins ago





please fix your title so that it is useful for future users of the site searching for similar problems.

– David Carlisle
13 mins ago













is it okey now ?

– Levan Davitadze
3 mins ago





is it okey now ?

– Levan Davitadze
3 mins ago










3 Answers
3






active

oldest

votes


















1














A straightforward implementation using tikz:



documentclass[tikz,border=4pt]{standalone}

begin{document}

begin{tikzpicture}[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);
end{tikzpicture}

end{document}


enter image description here






share|improve this answer

































    1














    Another short code, with pstricks:



    documentclass[svgnames, border=6pt]{standalone}
    usepackage{pstricks-add, multido, etoolbox}%,
    usepackage{auto-pst-pdf}

    begin{document}

    psset{linewidth=1.2pt, linecolor=SteelBlue,}
    begin{pspicture}[showgrid, gridlabelcolor=white](0,0)(3,6)
    multido{i=0+2}{4}{dotnodes(0,i){Ai}(3,i){Bi}ifnumless{multidocount}{3}{ncline{Ai}{Bi}}{}}
    ncline{A6}{B4}ncline[border=3pt]{A4}{B6}
    end{pspicture}

    end{document}


    enter image description here






    share|improve this answer































      1














      An even simpler code.



      documentclass[tikz,border=3.14mm]{standalone}
      begin{document}
      begin{tikzpicture}[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){};}
      end{tikzpicture}
      end{document}


      enter image description here






      share|improve this answer


























        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.










        draft saved

        draft discarded


















        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









        1














        A straightforward implementation using tikz:



        documentclass[tikz,border=4pt]{standalone}

        begin{document}

        begin{tikzpicture}[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);
        end{tikzpicture}

        end{document}


        enter image description here






        share|improve this answer






























          1














          A straightforward implementation using tikz:



          documentclass[tikz,border=4pt]{standalone}

          begin{document}

          begin{tikzpicture}[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);
          end{tikzpicture}

          end{document}


          enter image description here






          share|improve this answer




























            1












            1








            1







            A straightforward implementation using tikz:



            documentclass[tikz,border=4pt]{standalone}

            begin{document}

            begin{tikzpicture}[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);
            end{tikzpicture}

            end{document}


            enter image description here






            share|improve this answer















            A straightforward implementation using tikz:



            documentclass[tikz,border=4pt]{standalone}

            begin{document}

            begin{tikzpicture}[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);
            end{tikzpicture}

            end{document}


            enter image description here







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited 1 hour ago

























            answered 1 hour ago









            AboAmmarAboAmmar

            34.6k32985




            34.6k32985























                1














                Another short code, with pstricks:



                documentclass[svgnames, border=6pt]{standalone}
                usepackage{pstricks-add, multido, etoolbox}%,
                usepackage{auto-pst-pdf}

                begin{document}

                psset{linewidth=1.2pt, linecolor=SteelBlue,}
                begin{pspicture}[showgrid, gridlabelcolor=white](0,0)(3,6)
                multido{i=0+2}{4}{dotnodes(0,i){Ai}(3,i){Bi}ifnumless{multidocount}{3}{ncline{Ai}{Bi}}{}}
                ncline{A6}{B4}ncline[border=3pt]{A4}{B6}
                end{pspicture}

                end{document}


                enter image description here






                share|improve this answer




























                  1














                  Another short code, with pstricks:



                  documentclass[svgnames, border=6pt]{standalone}
                  usepackage{pstricks-add, multido, etoolbox}%,
                  usepackage{auto-pst-pdf}

                  begin{document}

                  psset{linewidth=1.2pt, linecolor=SteelBlue,}
                  begin{pspicture}[showgrid, gridlabelcolor=white](0,0)(3,6)
                  multido{i=0+2}{4}{dotnodes(0,i){Ai}(3,i){Bi}ifnumless{multidocount}{3}{ncline{Ai}{Bi}}{}}
                  ncline{A6}{B4}ncline[border=3pt]{A4}{B6}
                  end{pspicture}

                  end{document}


                  enter image description here






                  share|improve this answer


























                    1












                    1








                    1







                    Another short code, with pstricks:



                    documentclass[svgnames, border=6pt]{standalone}
                    usepackage{pstricks-add, multido, etoolbox}%,
                    usepackage{auto-pst-pdf}

                    begin{document}

                    psset{linewidth=1.2pt, linecolor=SteelBlue,}
                    begin{pspicture}[showgrid, gridlabelcolor=white](0,0)(3,6)
                    multido{i=0+2}{4}{dotnodes(0,i){Ai}(3,i){Bi}ifnumless{multidocount}{3}{ncline{Ai}{Bi}}{}}
                    ncline{A6}{B4}ncline[border=3pt]{A4}{B6}
                    end{pspicture}

                    end{document}


                    enter image description here






                    share|improve this answer













                    Another short code, with pstricks:



                    documentclass[svgnames, border=6pt]{standalone}
                    usepackage{pstricks-add, multido, etoolbox}%,
                    usepackage{auto-pst-pdf}

                    begin{document}

                    psset{linewidth=1.2pt, linecolor=SteelBlue,}
                    begin{pspicture}[showgrid, gridlabelcolor=white](0,0)(3,6)
                    multido{i=0+2}{4}{dotnodes(0,i){Ai}(3,i){Bi}ifnumless{multidocount}{3}{ncline{Ai}{Bi}}{}}
                    ncline{A6}{B4}ncline[border=3pt]{A4}{B6}
                    end{pspicture}

                    end{document}


                    enter image description here







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered 51 mins ago









                    BernardBernard

                    176k778210




                    176k778210























                        1














                        An even simpler code.



                        documentclass[tikz,border=3.14mm]{standalone}
                        begin{document}
                        begin{tikzpicture}[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){};}
                        end{tikzpicture}
                        end{document}


                        enter image description here






                        share|improve this answer






























                          1














                          An even simpler code.



                          documentclass[tikz,border=3.14mm]{standalone}
                          begin{document}
                          begin{tikzpicture}[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){};}
                          end{tikzpicture}
                          end{document}


                          enter image description here






                          share|improve this answer




























                            1












                            1








                            1







                            An even simpler code.



                            documentclass[tikz,border=3.14mm]{standalone}
                            begin{document}
                            begin{tikzpicture}[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){};}
                            end{tikzpicture}
                            end{document}


                            enter image description here






                            share|improve this answer















                            An even simpler code.



                            documentclass[tikz,border=3.14mm]{standalone}
                            begin{document}
                            begin{tikzpicture}[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){};}
                            end{tikzpicture}
                            end{document}


                            enter image description here







                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            answered 42 mins ago


























                            community wiki





                            marmot























                                Levan Davitadze is a new contributor. Be nice, and check out our Code of Conduct.










                                draft saved

                                draft discarded


















                                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.




                                draft saved


                                draft discarded














                                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





















































                                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







                                Popular posts from this blog

                                Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

                                How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

                                Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...