Drawing a diagram in LaTeX











up vote
2
down vote

favorite
1












enter image description here



How can I draw this diagram in LaTeX?










share|improve this question















migrated from writing.stackexchange.com 6 hours ago


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











  • 1




    Hi Mohsen! I think you were looking for TeX - LaTeX. Our SE is for questions about writing - novels, etc. Your question doesn't appear to be about writing. I'm flagging your question for a moderator to migrate.
    – Galastel
    8 hours ago






  • 1




    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
    6 hours ago










  • 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
    1 hour ago















up vote
2
down vote

favorite
1












enter image description here



How can I draw this diagram in LaTeX?










share|improve this question















migrated from writing.stackexchange.com 6 hours ago


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











  • 1




    Hi Mohsen! I think you were looking for TeX - LaTeX. Our SE is for questions about writing - novels, etc. Your question doesn't appear to be about writing. I'm flagging your question for a moderator to migrate.
    – Galastel
    8 hours ago






  • 1




    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
    6 hours ago










  • 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
    1 hour ago













up vote
2
down vote

favorite
1









up vote
2
down vote

favorite
1






1





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 6 hours ago









Troy

10.4k62265




10.4k62265










asked 8 hours ago









mohsen shekari

141




141




migrated from writing.stackexchange.com 6 hours ago


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 6 hours ago


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










  • 1




    Hi Mohsen! I think you were looking for TeX - LaTeX. Our SE is for questions about writing - novels, etc. Your question doesn't appear to be about writing. I'm flagging your question for a moderator to migrate.
    – Galastel
    8 hours ago






  • 1




    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
    6 hours ago










  • 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
    1 hour ago














  • 1




    Hi Mohsen! I think you were looking for TeX - LaTeX. Our SE is for questions about writing - novels, etc. Your question doesn't appear to be about writing. I'm flagging your question for a moderator to migrate.
    – Galastel
    8 hours ago






  • 1




    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
    6 hours ago










  • 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
    1 hour ago








1




1




Hi Mohsen! I think you were looking for TeX - LaTeX. Our SE is for questions about writing - novels, etc. Your question doesn't appear to be about writing. I'm flagging your question for a moderator to migrate.
– Galastel
8 hours ago




Hi Mohsen! I think you were looking for TeX - LaTeX. Our SE is for questions about writing - novels, etc. Your question doesn't appear to be about writing. I'm flagging your question for a moderator to migrate.
– Galastel
8 hours ago




1




1




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
6 hours ago




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
6 hours ago












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




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










3 Answers
3






active

oldest

votes

















up vote
8
down vote













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



documentclass{article}
usepackage{tikz}
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





















  • You should add align=center as a general node style. Otherwise, your solution won't work with multiline nodes.
    – CarLaTeX
    1 hour ago


















up vote
3
down vote













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
    5 hours ago








  • 1




    @Sebastiano Thank you
    – CarLaTeX
    3 hours ago


















up vote
1
down vote













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





















    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',
    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








    up vote
    8
    down vote













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



    documentclass{article}
    usepackage{tikz}
    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





















    • You should add align=center as a general node style. Otherwise, your solution won't work with multiline nodes.
      – CarLaTeX
      1 hour ago















    up vote
    8
    down vote













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



    documentclass{article}
    usepackage{tikz}
    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





















    • You should add align=center as a general node style. Otherwise, your solution won't work with multiline nodes.
      – CarLaTeX
      1 hour ago













    up vote
    8
    down vote










    up vote
    8
    down vote









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



    documentclass{article}
    usepackage{tikz}
    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}
    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










    answered 6 hours ago









    JouleV

    1,742424




    1,742424












    • You should add align=center as a general node style. Otherwise, your solution won't work with multiline nodes.
      – CarLaTeX
      1 hour ago


















    • You should add align=center as a general node style. Otherwise, your solution won't work with multiline nodes.
      – CarLaTeX
      1 hour ago
















    You should add align=center as a general node style. Otherwise, your solution won't work with multiline nodes.
    – CarLaTeX
    1 hour ago




    You should add align=center as a general node style. Otherwise, your solution won't work with multiline nodes.
    – CarLaTeX
    1 hour ago










    up vote
    3
    down vote













    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
      5 hours ago








    • 1




      @Sebastiano Thank you
      – CarLaTeX
      3 hours ago















    up vote
    3
    down vote













    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
      5 hours ago








    • 1




      @Sebastiano Thank you
      – CarLaTeX
      3 hours ago













    up vote
    3
    down vote










    up vote
    3
    down vote









    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 5 hours ago









    CarLaTeX

    28.5k446122




    28.5k446122












    • I hadn't thought of that, too :-( Very good. I hope to enter my code. It's a little different.
      – Sebastiano
      5 hours ago








    • 1




      @Sebastiano Thank you
      – CarLaTeX
      3 hours ago


















    • I hadn't thought of that, too :-( Very good. I hope to enter my code. It's a little different.
      – Sebastiano
      5 hours ago








    • 1




      @Sebastiano Thank you
      – CarLaTeX
      3 hours ago
















    I hadn't thought of that, too :-( Very good. I hope to enter my code. It's a little different.
    – Sebastiano
    5 hours ago






    I hadn't thought of that, too :-( Very good. I hope to enter my code. It's a little different.
    – Sebastiano
    5 hours ago






    1




    1




    @Sebastiano Thank you
    – CarLaTeX
    3 hours ago




    @Sebastiano Thank you
    – CarLaTeX
    3 hours ago










    up vote
    1
    down vote













    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

























      up vote
      1
      down vote













      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























        up vote
        1
        down vote










        up vote
        1
        down vote









        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 5 hours ago









        Sebastiano

        8,53341756




        8,53341756






























            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

            Morgemoulin

            Scott Moir

            Souastre