Help beginner please. easy stuff Announcing the arrival of Valued Associate #679: Cesar...

Why do early math courses focus on the cross sections of a cone and not on other 3D objects?

How to run automated tests after each commit?

Misunderstanding of Sylow theory

Dyck paths with extra diagonals from valleys (Laser construction)

C's equality operator on converted pointers

How does Belgium enforce obligatory attendance in elections?

How does the math work when buying airline miles?

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

What does Turing mean by this statement?

What is the home of the drow in Flanaess?

Why is it faster to reheat something than it is to cook it?

How do I find out the mythology and history of my Fortress?

What to do with repeated rejections for phd position

How to pronounce 伝統色

How does a spellshard spellbook work?

How much damage would a cupful of neutron star matter do to the Earth?

How fail-safe is nr as stop bytes?

Why does it sometimes sound good to play a grace note as a lead in to a note in a melody?

How would a mousetrap for use in space work?

Project Euler #1 in C++

What is Adi Shankara referring to when he says "He has Vajra marks on his feet"?

preposition before coffee

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

Google .dev domain strangely redirects to https



Help beginner please. easy stuff



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Please help me input the following formula correctlyHow to use lll properlyMetrology tolerance and fitswriting fractions inside a matrixHow to tex this symbol?Please help in my latex workI can't make what I type to pdfPlease use mathaccent for accents in math modeCan you help how to write this?Missing { inserted. Error.Please Help me with this equation












0















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.
















  • 2





    Welcome. Should the shadow be drawn as well?

    – Johannes_B
    27 mins ago











  • no ser. only dots and lines

    – Levan Davitadze
    24 mins ago
















0















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.
















  • 2





    Welcome. Should the shadow be drawn as well?

    – Johannes_B
    27 mins ago











  • no ser. only dots and lines

    – Levan Davitadze
    24 mins ago














0












0








0








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







math-mode draw






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 25 mins ago









AboAmmar

34.6k32985




34.6k32985






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 33 mins ago









Levan DavitadzeLevan Davitadze

1




1




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.








  • 2





    Welcome. Should the shadow be drawn as well?

    – Johannes_B
    27 mins ago











  • no ser. only dots and lines

    – Levan Davitadze
    24 mins ago














  • 2





    Welcome. Should the shadow be drawn as well?

    – Johannes_B
    27 mins ago











  • no ser. only dots and lines

    – Levan Davitadze
    24 mins ago








2




2





Welcome. Should the shadow be drawn as well?

– Johannes_B
27 mins ago





Welcome. Should the shadow be drawn as well?

– Johannes_B
27 mins ago













no ser. only dots and lines

– Levan Davitadze
24 mins ago





no ser. only dots and lines

– Levan Davitadze
24 mins ago










1 Answer
1






active

oldest

votes


















0














A straightforward implementation using tikz:



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

begin{document}

begin{tikzpicture}[line width=.7pt, outer sep=0pt]
foreach x in {0,3}
foreach y in {0,2,4,6}
draw (x,y) node (xy)[circle,fill,inner sep=1.5pt]{};
draw (00) -- (30) (02)--(32) (06) -- (34);
node at (1.5,5) [circle,fill=white,inner sep=2pt]{};
draw (04) -- (36);
end{tikzpicture}

end{document}


enter image description here





share
























    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%2fhelp-beginner-please-easy-stuff%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    A straightforward implementation using tikz:



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

    begin{document}

    begin{tikzpicture}[line width=.7pt, outer sep=0pt]
    foreach x in {0,3}
    foreach y in {0,2,4,6}
    draw (x,y) node (xy)[circle,fill,inner sep=1.5pt]{};
    draw (00) -- (30) (02)--(32) (06) -- (34);
    node at (1.5,5) [circle,fill=white,inner sep=2pt]{};
    draw (04) -- (36);
    end{tikzpicture}

    end{document}


    enter image description here





    share




























      0














      A straightforward implementation using tikz:



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

      begin{document}

      begin{tikzpicture}[line width=.7pt, outer sep=0pt]
      foreach x in {0,3}
      foreach y in {0,2,4,6}
      draw (x,y) node (xy)[circle,fill,inner sep=1.5pt]{};
      draw (00) -- (30) (02)--(32) (06) -- (34);
      node at (1.5,5) [circle,fill=white,inner sep=2pt]{};
      draw (04) -- (36);
      end{tikzpicture}

      end{document}


      enter image description here





      share


























        0












        0








        0







        A straightforward implementation using tikz:



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

        begin{document}

        begin{tikzpicture}[line width=.7pt, outer sep=0pt]
        foreach x in {0,3}
        foreach y in {0,2,4,6}
        draw (x,y) node (xy)[circle,fill,inner sep=1.5pt]{};
        draw (00) -- (30) (02)--(32) (06) -- (34);
        node at (1.5,5) [circle,fill=white,inner sep=2pt]{};
        draw (04) -- (36);
        end{tikzpicture}

        end{document}


        enter image description here





        share













        A straightforward implementation using tikz:



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

        begin{document}

        begin{tikzpicture}[line width=.7pt, outer sep=0pt]
        foreach x in {0,3}
        foreach y in {0,2,4,6}
        draw (x,y) node (xy)[circle,fill,inner sep=1.5pt]{};
        draw (00) -- (30) (02)--(32) (06) -- (34);
        node at (1.5,5) [circle,fill=white,inner sep=2pt]{};
        draw (04) -- (36);
        end{tikzpicture}

        end{document}


        enter image description here






        share











        share


        share










        answered 9 mins ago









        AboAmmarAboAmmar

        34.6k32985




        34.6k32985






















            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%2fhelp-beginner-please-easy-stuff%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

            Installing LyX: “No textclass is found.”LyX installation error- text class not found- 'Reconfigure' or...

            (1602) Indiana Índice Designación y nombre Características orbitales Véase...

            Universidad Autónoma de Occidente Índice Historia Campus Facultades Programas Académicos Medios de...