Drawing a diagram in LaTeX












5














enter image description here



How can I draw this diagram in LaTeX?










share|improve this question















migrated from writing.stackexchange.com Dec 9 at 15:25


This question came from our site for the craft of professional writing, including fiction, non-fiction, technical, scholarly, and commercial writing.











  • 4




    Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting with documentclass{...} and ending with end{document}. • Note this is a Q&A site, not a please do this for me service. What do you have so far.
    – albert
    Dec 9 at 15:38










  • For the future, you should provide a MWE, I answered only because you're a new user and I think JouleV's answer, as is, doesn't work for multiline nodes.
    – CarLaTeX
    Dec 9 at 21:07










  • Joule updated his answer, now it's ok, even if it still requires some manual work.
    – CarLaTeX
    Dec 10 at 5:31
















5














enter image description here



How can I draw this diagram in LaTeX?










share|improve this question















migrated from writing.stackexchange.com Dec 9 at 15:25


This question came from our site for the craft of professional writing, including fiction, non-fiction, technical, scholarly, and commercial writing.











  • 4




    Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting with documentclass{...} and ending with end{document}. • Note this is a Q&A site, not a please do this for me service. What do you have so far.
    – albert
    Dec 9 at 15:38










  • For the future, you should provide a MWE, I answered only because you're a new user and I think JouleV's answer, as is, doesn't work for multiline nodes.
    – CarLaTeX
    Dec 9 at 21:07










  • Joule updated his answer, now it's ok, even if it still requires some manual work.
    – CarLaTeX
    Dec 10 at 5:31














5












5








5


6





enter image description here



How can I draw this diagram in LaTeX?










share|improve this question















enter image description here



How can I draw this diagram in LaTeX?







diagrams






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 9 at 15:46









Troy

10.7k62266




10.7k62266










asked Dec 9 at 13:24









mohsen shekari

313




313




migrated from writing.stackexchange.com Dec 9 at 15:25


This question came from our site for the craft of professional writing, including fiction, non-fiction, technical, scholarly, and commercial writing.






migrated from writing.stackexchange.com Dec 9 at 15:25


This question came from our site for the craft of professional writing, including fiction, non-fiction, technical, scholarly, and commercial writing.










  • 4




    Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting with documentclass{...} and ending with end{document}. • Note this is a Q&A site, not a please do this for me service. What do you have so far.
    – albert
    Dec 9 at 15:38










  • For the future, you should provide a MWE, I answered only because you're a new user and I think JouleV's answer, as is, doesn't work for multiline nodes.
    – CarLaTeX
    Dec 9 at 21:07










  • Joule updated his answer, now it's ok, even if it still requires some manual work.
    – CarLaTeX
    Dec 10 at 5:31














  • 4




    Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting with documentclass{...} and ending with end{document}. • Note this is a Q&A site, not a please do this for me service. What do you have so far.
    – albert
    Dec 9 at 15:38










  • For the future, you should provide a MWE, I answered only because you're a new user and I think JouleV's answer, as is, doesn't work for multiline nodes.
    – CarLaTeX
    Dec 9 at 21:07










  • Joule updated his answer, now it's ok, even if it still requires some manual work.
    – CarLaTeX
    Dec 10 at 5:31








4




4




Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting with documentclass{...} and ending with end{document}. • Note this is a Q&A site, not a please do this for me service. What do you have so far.
– albert
Dec 9 at 15:38




Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting with documentclass{...} and ending with end{document}. • Note this is a Q&A site, not a please do this for me service. What do you have so far.
– albert
Dec 9 at 15:38












For the future, you should provide a MWE, I answered only because you're a new user and I think JouleV's answer, as is, doesn't work for multiline nodes.
– CarLaTeX
Dec 9 at 21:07




For the future, you should provide a MWE, I answered only because you're a new user and I think JouleV's answer, as is, doesn't work for multiline nodes.
– CarLaTeX
Dec 9 at 21:07












Joule updated his answer, now it's ok, even if it still requires some manual work.
– CarLaTeX
Dec 10 at 5:31




Joule updated his answer, now it's ok, even if it still requires some manual work.
– CarLaTeX
Dec 10 at 5:31










3 Answers
3






active

oldest

votes


















4














I was using tikz-cd with smallmatrix. Obviously you can change the numbers and set a macro to replace each time the small matrix.



enter image description here



documentclass[a4paper,12pt]{article}

usepackage{tikz-cd}
usepackage{mathtools}

begin{document}

begin{tikzcd}
& begin{smallmatrix} 0 & 0 & 0 \ & 0 & end{smallmatrix} arrow[rd] & & begin{smallmatrix} 1 & 0 & 0 \ & 0 & end{smallmatrix} arrow[rd] & & \
& & begin{smallmatrix} 1 & 1 & 0 \ & 1 & end{smallmatrix} arrow[rd] arrow[ru] & & begin{smallmatrix} 0 & 0 & 0 \ & 1 & end{smallmatrix} arrow[rd] & \
& begin{smallmatrix} 0 & 0 & 0 \ & 1 & end{smallmatrix} arrow[ru] arrow[rd] & & begin{smallmatrix} 0 & 0 & 0 \ & 1 & end{smallmatrix} arrow[ru] arrow[rd] & & begin{smallmatrix} 1 & 0 & 0 \ & 1 & end{smallmatrix} \
begin{smallmatrix} 1 & 1 & 1 \ & 1 & end{smallmatrix} arrow[ru] & & begin{smallmatrix} 0 & 0 & 0 \ & 1 & end{smallmatrix} arrow[ru] & & begin{smallmatrix} 0 & 0 & 0 \ & 0 & end{smallmatrix} arrow[ru] &
end{tikzcd}

end{document}





share|improve this answer





























    10














    Welcome to TeX.SX! This is an attempt using simple TikZ.



    documentclass{article}
    usepackage{tikz}
    tikzset{every node/.style={align=center}}
    % To align all nodes as centered (Thank you, CarLaTeX, for showing me this)
    begin{document}
    begin{tikzpicture}[x=1cm,y=0.8cm]
    node at (0,0) (a) {1};
    node at (1,-1) (b) {2};
    node at (0,-2) (c) {3};
    node at (-1,-3) (d) {4};
    node at (1,-3) (e) {5};
    node at (2,-2) (f) {6};
    node at (2,0) (g) {7};
    node at (3,-1) (h) {8};
    node at (3,-3) (i) {9};
    node at (4,-2) (j) {10};
    draw [->] (a)--(b);
    draw [->] (c)--(b);
    draw [->] (d)--(c);
    draw [->] (c)--(e);
    draw [->] (e)--(f);
    draw [->] (b)--(f);
    draw [->] (b)--(g);
    draw [->] (f)--(h);
    draw [->] (g)--(h);
    draw [->] (f)--(i);
    draw [->] (i)--(j);
    draw [->] (h)--(j);
    end{tikzpicture}
    end{document}


    enter image description here



    The substitution of the numbers are for you (it is easy). (I'm sorry but it is a waste of time to me if I try to replicate your picture.)






    share|improve this answer



















    • 1




      You should add align=center as a general node style. Otherwise, your solution won't work with multiline nodes.
      – CarLaTeX
      Dec 9 at 21:09










    • @CarLaTeX Thank you very much! I didn't notice that :)
      – JouleV
      Dec 10 at 5:17










    • I already edited my answer.
      – JouleV
      Dec 10 at 5:27



















    7














    This is a job for tikz-cd:



    documentclass{article}
    usepackage{tikz-cd}
    usepackage{array}
    newcommand{mycell}[1]{begin{array}{c}
    #1
    end{array}}
    begin{document}
    [
    begin{tikzcd}
    &mycell{000 \ 1}ar[dr] & & mycell{111 \ 0}ar[dr]\
    &&mycell{111 \ 1}ar[dr]ar[ur] & & mycell{110 \ 0}ar[dr]\
    &mycell{011 \ 0}ar[dr]ar[ur] & & mycell{110 \ 1}ar[dr]ar[ur] & & mycell{100\0}\
    mycell{001 \ 0}ar[ur] & &mycell{101 \ 1}ar[ur] & & mycell{110 \ 0}ar[ur]\
    end{tikzcd}
    ]
    end{document}


    enter image description here






    share|improve this answer





















    • I hadn't thought of that, too :-( Very good. I hope to enter my code. It's a little different.
      – Sebastiano
      Dec 9 at 16:38













    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
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f463961%2fdrawing-a-diagram-in-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









    4














    I was using tikz-cd with smallmatrix. Obviously you can change the numbers and set a macro to replace each time the small matrix.



    enter image description here



    documentclass[a4paper,12pt]{article}

    usepackage{tikz-cd}
    usepackage{mathtools}

    begin{document}

    begin{tikzcd}
    & begin{smallmatrix} 0 & 0 & 0 \ & 0 & end{smallmatrix} arrow[rd] & & begin{smallmatrix} 1 & 0 & 0 \ & 0 & end{smallmatrix} arrow[rd] & & \
    & & begin{smallmatrix} 1 & 1 & 0 \ & 1 & end{smallmatrix} arrow[rd] arrow[ru] & & begin{smallmatrix} 0 & 0 & 0 \ & 1 & end{smallmatrix} arrow[rd] & \
    & begin{smallmatrix} 0 & 0 & 0 \ & 1 & end{smallmatrix} arrow[ru] arrow[rd] & & begin{smallmatrix} 0 & 0 & 0 \ & 1 & end{smallmatrix} arrow[ru] arrow[rd] & & begin{smallmatrix} 1 & 0 & 0 \ & 1 & end{smallmatrix} \
    begin{smallmatrix} 1 & 1 & 1 \ & 1 & end{smallmatrix} arrow[ru] & & begin{smallmatrix} 0 & 0 & 0 \ & 1 & end{smallmatrix} arrow[ru] & & begin{smallmatrix} 0 & 0 & 0 \ & 0 & end{smallmatrix} arrow[ru] &
    end{tikzcd}

    end{document}





    share|improve this answer


























      4














      I was using tikz-cd with smallmatrix. Obviously you can change the numbers and set a macro to replace each time the small matrix.



      enter image description here



      documentclass[a4paper,12pt]{article}

      usepackage{tikz-cd}
      usepackage{mathtools}

      begin{document}

      begin{tikzcd}
      & begin{smallmatrix} 0 & 0 & 0 \ & 0 & end{smallmatrix} arrow[rd] & & begin{smallmatrix} 1 & 0 & 0 \ & 0 & end{smallmatrix} arrow[rd] & & \
      & & begin{smallmatrix} 1 & 1 & 0 \ & 1 & end{smallmatrix} arrow[rd] arrow[ru] & & begin{smallmatrix} 0 & 0 & 0 \ & 1 & end{smallmatrix} arrow[rd] & \
      & begin{smallmatrix} 0 & 0 & 0 \ & 1 & end{smallmatrix} arrow[ru] arrow[rd] & & begin{smallmatrix} 0 & 0 & 0 \ & 1 & end{smallmatrix} arrow[ru] arrow[rd] & & begin{smallmatrix} 1 & 0 & 0 \ & 1 & end{smallmatrix} \
      begin{smallmatrix} 1 & 1 & 1 \ & 1 & end{smallmatrix} arrow[ru] & & begin{smallmatrix} 0 & 0 & 0 \ & 1 & end{smallmatrix} arrow[ru] & & begin{smallmatrix} 0 & 0 & 0 \ & 0 & end{smallmatrix} arrow[ru] &
      end{tikzcd}

      end{document}





      share|improve this answer
























        4












        4








        4






        I was using tikz-cd with smallmatrix. Obviously you can change the numbers and set a macro to replace each time the small matrix.



        enter image description here



        documentclass[a4paper,12pt]{article}

        usepackage{tikz-cd}
        usepackage{mathtools}

        begin{document}

        begin{tikzcd}
        & begin{smallmatrix} 0 & 0 & 0 \ & 0 & end{smallmatrix} arrow[rd] & & begin{smallmatrix} 1 & 0 & 0 \ & 0 & end{smallmatrix} arrow[rd] & & \
        & & begin{smallmatrix} 1 & 1 & 0 \ & 1 & end{smallmatrix} arrow[rd] arrow[ru] & & begin{smallmatrix} 0 & 0 & 0 \ & 1 & end{smallmatrix} arrow[rd] & \
        & begin{smallmatrix} 0 & 0 & 0 \ & 1 & end{smallmatrix} arrow[ru] arrow[rd] & & begin{smallmatrix} 0 & 0 & 0 \ & 1 & end{smallmatrix} arrow[ru] arrow[rd] & & begin{smallmatrix} 1 & 0 & 0 \ & 1 & end{smallmatrix} \
        begin{smallmatrix} 1 & 1 & 1 \ & 1 & end{smallmatrix} arrow[ru] & & begin{smallmatrix} 0 & 0 & 0 \ & 1 & end{smallmatrix} arrow[ru] & & begin{smallmatrix} 0 & 0 & 0 \ & 0 & end{smallmatrix} arrow[ru] &
        end{tikzcd}

        end{document}





        share|improve this answer












        I was using tikz-cd with smallmatrix. Obviously you can change the numbers and set a macro to replace each time the small matrix.



        enter image description here



        documentclass[a4paper,12pt]{article}

        usepackage{tikz-cd}
        usepackage{mathtools}

        begin{document}

        begin{tikzcd}
        & begin{smallmatrix} 0 & 0 & 0 \ & 0 & end{smallmatrix} arrow[rd] & & begin{smallmatrix} 1 & 0 & 0 \ & 0 & end{smallmatrix} arrow[rd] & & \
        & & begin{smallmatrix} 1 & 1 & 0 \ & 1 & end{smallmatrix} arrow[rd] arrow[ru] & & begin{smallmatrix} 0 & 0 & 0 \ & 1 & end{smallmatrix} arrow[rd] & \
        & begin{smallmatrix} 0 & 0 & 0 \ & 1 & end{smallmatrix} arrow[ru] arrow[rd] & & begin{smallmatrix} 0 & 0 & 0 \ & 1 & end{smallmatrix} arrow[ru] arrow[rd] & & begin{smallmatrix} 1 & 0 & 0 \ & 1 & end{smallmatrix} \
        begin{smallmatrix} 1 & 1 & 1 \ & 1 & end{smallmatrix} arrow[ru] & & begin{smallmatrix} 0 & 0 & 0 \ & 1 & end{smallmatrix} arrow[ru] & & begin{smallmatrix} 0 & 0 & 0 \ & 0 & end{smallmatrix} arrow[ru] &
        end{tikzcd}

        end{document}






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 9 at 16:42









        Sebastiano

        8,79641756




        8,79641756























            10














            Welcome to TeX.SX! This is an attempt using simple TikZ.



            documentclass{article}
            usepackage{tikz}
            tikzset{every node/.style={align=center}}
            % To align all nodes as centered (Thank you, CarLaTeX, for showing me this)
            begin{document}
            begin{tikzpicture}[x=1cm,y=0.8cm]
            node at (0,0) (a) {1};
            node at (1,-1) (b) {2};
            node at (0,-2) (c) {3};
            node at (-1,-3) (d) {4};
            node at (1,-3) (e) {5};
            node at (2,-2) (f) {6};
            node at (2,0) (g) {7};
            node at (3,-1) (h) {8};
            node at (3,-3) (i) {9};
            node at (4,-2) (j) {10};
            draw [->] (a)--(b);
            draw [->] (c)--(b);
            draw [->] (d)--(c);
            draw [->] (c)--(e);
            draw [->] (e)--(f);
            draw [->] (b)--(f);
            draw [->] (b)--(g);
            draw [->] (f)--(h);
            draw [->] (g)--(h);
            draw [->] (f)--(i);
            draw [->] (i)--(j);
            draw [->] (h)--(j);
            end{tikzpicture}
            end{document}


            enter image description here



            The substitution of the numbers are for you (it is easy). (I'm sorry but it is a waste of time to me if I try to replicate your picture.)






            share|improve this answer



















            • 1




              You should add align=center as a general node style. Otherwise, your solution won't work with multiline nodes.
              – CarLaTeX
              Dec 9 at 21:09










            • @CarLaTeX Thank you very much! I didn't notice that :)
              – JouleV
              Dec 10 at 5:17










            • I already edited my answer.
              – JouleV
              Dec 10 at 5:27
















            10














            Welcome to TeX.SX! This is an attempt using simple TikZ.



            documentclass{article}
            usepackage{tikz}
            tikzset{every node/.style={align=center}}
            % To align all nodes as centered (Thank you, CarLaTeX, for showing me this)
            begin{document}
            begin{tikzpicture}[x=1cm,y=0.8cm]
            node at (0,0) (a) {1};
            node at (1,-1) (b) {2};
            node at (0,-2) (c) {3};
            node at (-1,-3) (d) {4};
            node at (1,-3) (e) {5};
            node at (2,-2) (f) {6};
            node at (2,0) (g) {7};
            node at (3,-1) (h) {8};
            node at (3,-3) (i) {9};
            node at (4,-2) (j) {10};
            draw [->] (a)--(b);
            draw [->] (c)--(b);
            draw [->] (d)--(c);
            draw [->] (c)--(e);
            draw [->] (e)--(f);
            draw [->] (b)--(f);
            draw [->] (b)--(g);
            draw [->] (f)--(h);
            draw [->] (g)--(h);
            draw [->] (f)--(i);
            draw [->] (i)--(j);
            draw [->] (h)--(j);
            end{tikzpicture}
            end{document}


            enter image description here



            The substitution of the numbers are for you (it is easy). (I'm sorry but it is a waste of time to me if I try to replicate your picture.)






            share|improve this answer



















            • 1




              You should add align=center as a general node style. Otherwise, your solution won't work with multiline nodes.
              – CarLaTeX
              Dec 9 at 21:09










            • @CarLaTeX Thank you very much! I didn't notice that :)
              – JouleV
              Dec 10 at 5:17










            • I already edited my answer.
              – JouleV
              Dec 10 at 5:27














            10












            10








            10






            Welcome to TeX.SX! This is an attempt using simple TikZ.



            documentclass{article}
            usepackage{tikz}
            tikzset{every node/.style={align=center}}
            % To align all nodes as centered (Thank you, CarLaTeX, for showing me this)
            begin{document}
            begin{tikzpicture}[x=1cm,y=0.8cm]
            node at (0,0) (a) {1};
            node at (1,-1) (b) {2};
            node at (0,-2) (c) {3};
            node at (-1,-3) (d) {4};
            node at (1,-3) (e) {5};
            node at (2,-2) (f) {6};
            node at (2,0) (g) {7};
            node at (3,-1) (h) {8};
            node at (3,-3) (i) {9};
            node at (4,-2) (j) {10};
            draw [->] (a)--(b);
            draw [->] (c)--(b);
            draw [->] (d)--(c);
            draw [->] (c)--(e);
            draw [->] (e)--(f);
            draw [->] (b)--(f);
            draw [->] (b)--(g);
            draw [->] (f)--(h);
            draw [->] (g)--(h);
            draw [->] (f)--(i);
            draw [->] (i)--(j);
            draw [->] (h)--(j);
            end{tikzpicture}
            end{document}


            enter image description here



            The substitution of the numbers are for you (it is easy). (I'm sorry but it is a waste of time to me if I try to replicate your picture.)






            share|improve this answer














            Welcome to TeX.SX! This is an attempt using simple TikZ.



            documentclass{article}
            usepackage{tikz}
            tikzset{every node/.style={align=center}}
            % To align all nodes as centered (Thank you, CarLaTeX, for showing me this)
            begin{document}
            begin{tikzpicture}[x=1cm,y=0.8cm]
            node at (0,0) (a) {1};
            node at (1,-1) (b) {2};
            node at (0,-2) (c) {3};
            node at (-1,-3) (d) {4};
            node at (1,-3) (e) {5};
            node at (2,-2) (f) {6};
            node at (2,0) (g) {7};
            node at (3,-1) (h) {8};
            node at (3,-3) (i) {9};
            node at (4,-2) (j) {10};
            draw [->] (a)--(b);
            draw [->] (c)--(b);
            draw [->] (d)--(c);
            draw [->] (c)--(e);
            draw [->] (e)--(f);
            draw [->] (b)--(f);
            draw [->] (b)--(g);
            draw [->] (f)--(h);
            draw [->] (g)--(h);
            draw [->] (f)--(i);
            draw [->] (i)--(j);
            draw [->] (h)--(j);
            end{tikzpicture}
            end{document}


            enter image description here



            The substitution of the numbers are for you (it is easy). (I'm sorry but it is a waste of time to me if I try to replicate your picture.)







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Dec 10 at 5:18

























            answered Dec 9 at 15:41









            JouleV

            1,915425




            1,915425








            • 1




              You should add align=center as a general node style. Otherwise, your solution won't work with multiline nodes.
              – CarLaTeX
              Dec 9 at 21:09










            • @CarLaTeX Thank you very much! I didn't notice that :)
              – JouleV
              Dec 10 at 5:17










            • I already edited my answer.
              – JouleV
              Dec 10 at 5:27














            • 1




              You should add align=center as a general node style. Otherwise, your solution won't work with multiline nodes.
              – CarLaTeX
              Dec 9 at 21:09










            • @CarLaTeX Thank you very much! I didn't notice that :)
              – JouleV
              Dec 10 at 5:17










            • I already edited my answer.
              – JouleV
              Dec 10 at 5:27








            1




            1




            You should add align=center as a general node style. Otherwise, your solution won't work with multiline nodes.
            – CarLaTeX
            Dec 9 at 21:09




            You should add align=center as a general node style. Otherwise, your solution won't work with multiline nodes.
            – CarLaTeX
            Dec 9 at 21:09












            @CarLaTeX Thank you very much! I didn't notice that :)
            – JouleV
            Dec 10 at 5:17




            @CarLaTeX Thank you very much! I didn't notice that :)
            – JouleV
            Dec 10 at 5:17












            I already edited my answer.
            – JouleV
            Dec 10 at 5:27




            I already edited my answer.
            – JouleV
            Dec 10 at 5:27











            7














            This is a job for tikz-cd:



            documentclass{article}
            usepackage{tikz-cd}
            usepackage{array}
            newcommand{mycell}[1]{begin{array}{c}
            #1
            end{array}}
            begin{document}
            [
            begin{tikzcd}
            &mycell{000 \ 1}ar[dr] & & mycell{111 \ 0}ar[dr]\
            &&mycell{111 \ 1}ar[dr]ar[ur] & & mycell{110 \ 0}ar[dr]\
            &mycell{011 \ 0}ar[dr]ar[ur] & & mycell{110 \ 1}ar[dr]ar[ur] & & mycell{100\0}\
            mycell{001 \ 0}ar[ur] & &mycell{101 \ 1}ar[ur] & & mycell{110 \ 0}ar[ur]\
            end{tikzcd}
            ]
            end{document}


            enter image description here






            share|improve this answer





















            • I hadn't thought of that, too :-( Very good. I hope to enter my code. It's a little different.
              – Sebastiano
              Dec 9 at 16:38


















            7














            This is a job for tikz-cd:



            documentclass{article}
            usepackage{tikz-cd}
            usepackage{array}
            newcommand{mycell}[1]{begin{array}{c}
            #1
            end{array}}
            begin{document}
            [
            begin{tikzcd}
            &mycell{000 \ 1}ar[dr] & & mycell{111 \ 0}ar[dr]\
            &&mycell{111 \ 1}ar[dr]ar[ur] & & mycell{110 \ 0}ar[dr]\
            &mycell{011 \ 0}ar[dr]ar[ur] & & mycell{110 \ 1}ar[dr]ar[ur] & & mycell{100\0}\
            mycell{001 \ 0}ar[ur] & &mycell{101 \ 1}ar[ur] & & mycell{110 \ 0}ar[ur]\
            end{tikzcd}
            ]
            end{document}


            enter image description here






            share|improve this answer





















            • I hadn't thought of that, too :-( Very good. I hope to enter my code. It's a little different.
              – Sebastiano
              Dec 9 at 16:38
















            7












            7








            7






            This is a job for tikz-cd:



            documentclass{article}
            usepackage{tikz-cd}
            usepackage{array}
            newcommand{mycell}[1]{begin{array}{c}
            #1
            end{array}}
            begin{document}
            [
            begin{tikzcd}
            &mycell{000 \ 1}ar[dr] & & mycell{111 \ 0}ar[dr]\
            &&mycell{111 \ 1}ar[dr]ar[ur] & & mycell{110 \ 0}ar[dr]\
            &mycell{011 \ 0}ar[dr]ar[ur] & & mycell{110 \ 1}ar[dr]ar[ur] & & mycell{100\0}\
            mycell{001 \ 0}ar[ur] & &mycell{101 \ 1}ar[ur] & & mycell{110 \ 0}ar[ur]\
            end{tikzcd}
            ]
            end{document}


            enter image description here






            share|improve this answer












            This is a job for tikz-cd:



            documentclass{article}
            usepackage{tikz-cd}
            usepackage{array}
            newcommand{mycell}[1]{begin{array}{c}
            #1
            end{array}}
            begin{document}
            [
            begin{tikzcd}
            &mycell{000 \ 1}ar[dr] & & mycell{111 \ 0}ar[dr]\
            &&mycell{111 \ 1}ar[dr]ar[ur] & & mycell{110 \ 0}ar[dr]\
            &mycell{011 \ 0}ar[dr]ar[ur] & & mycell{110 \ 1}ar[dr]ar[ur] & & mycell{100\0}\
            mycell{001 \ 0}ar[ur] & &mycell{101 \ 1}ar[ur] & & mycell{110 \ 0}ar[ur]\
            end{tikzcd}
            ]
            end{document}


            enter image description here







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Dec 9 at 16:29









            CarLaTeX

            29.4k447125




            29.4k447125












            • I hadn't thought of that, too :-( Very good. I hope to enter my code. It's a little different.
              – Sebastiano
              Dec 9 at 16:38




















            • I hadn't thought of that, too :-( Very good. I hope to enter my code. It's a little different.
              – Sebastiano
              Dec 9 at 16:38


















            I hadn't thought of that, too :-( Very good. I hope to enter my code. It's a little different.
            – Sebastiano
            Dec 9 at 16:38






            I hadn't thought of that, too :-( Very good. I hope to enter my code. It's a little different.
            – Sebastiano
            Dec 9 at 16:38




















            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f463961%2fdrawing-a-diagram-in-latex%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

            Quarter-circle Tiles

            build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

            Mont Emei