arrow length and text placing to left in tikzcd












2















I am trying this:



documentclass[10pt]{article}

usepackage{amsmath,amssymb,tikz-cd}

begin{document}

begin{equation*}
begin{tikzcd}[row sep=huge]

A arrow[r, "aaa"] arrow[d, "xxxx"] & B arrow[d, "yyyy"] \

C & D arrow[l, "bbbbbbbbbbbbbbbbb"] \

end{tikzcd}

end{equation*}

end{document}


and I would like to fix 2 things:



1) The arrow over the "bbbbbbbbbbbbbbbbbbbb" label should be longer, so the pic does not look so cramped.
2) I would like the "xxxx" label to be on the left of the down arrow.



Thank you.










share|improve this question





























    2















    I am trying this:



    documentclass[10pt]{article}

    usepackage{amsmath,amssymb,tikz-cd}

    begin{document}

    begin{equation*}
    begin{tikzcd}[row sep=huge]

    A arrow[r, "aaa"] arrow[d, "xxxx"] & B arrow[d, "yyyy"] \

    C & D arrow[l, "bbbbbbbbbbbbbbbbb"] \

    end{tikzcd}

    end{equation*}

    end{document}


    and I would like to fix 2 things:



    1) The arrow over the "bbbbbbbbbbbbbbbbbbbb" label should be longer, so the pic does not look so cramped.
    2) I would like the "xxxx" label to be on the left of the down arrow.



    Thank you.










    share|improve this question



























      2












      2








      2








      I am trying this:



      documentclass[10pt]{article}

      usepackage{amsmath,amssymb,tikz-cd}

      begin{document}

      begin{equation*}
      begin{tikzcd}[row sep=huge]

      A arrow[r, "aaa"] arrow[d, "xxxx"] & B arrow[d, "yyyy"] \

      C & D arrow[l, "bbbbbbbbbbbbbbbbb"] \

      end{tikzcd}

      end{equation*}

      end{document}


      and I would like to fix 2 things:



      1) The arrow over the "bbbbbbbbbbbbbbbbbbbb" label should be longer, so the pic does not look so cramped.
      2) I would like the "xxxx" label to be on the left of the down arrow.



      Thank you.










      share|improve this question
















      I am trying this:



      documentclass[10pt]{article}

      usepackage{amsmath,amssymb,tikz-cd}

      begin{document}

      begin{equation*}
      begin{tikzcd}[row sep=huge]

      A arrow[r, "aaa"] arrow[d, "xxxx"] & B arrow[d, "yyyy"] \

      C & D arrow[l, "bbbbbbbbbbbbbbbbb"] \

      end{tikzcd}

      end{equation*}

      end{document}


      and I would like to fix 2 things:



      1) The arrow over the "bbbbbbbbbbbbbbbbbbbb" label should be longer, so the pic does not look so cramped.
      2) I would like the "xxxx" label to be on the left of the down arrow.



      Thank you.







      arrows tikz-cd






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 10 mins ago









      marmot

      94k4109208




      94k4109208










      asked 11 mins ago









      district9district9

      512




      512






















          2 Answers
          2






          active

          oldest

          votes


















          0














          Like this?



          documentclass[10pt]{article}

          usepackage{amsmath,amssymb,tikz-cd}

          begin{document}

          begin{equation*}
          begin{tikzcd}[row sep=huge,column sep=width("bbbbbbbbbbbbbbbbb")]
          A arrow[r, "aaa"] arrow[d, "xxxx" swap] & B arrow[d, "yyyy"] \
          C & D arrow[l, "bbbbbbbbbbbbbbbbb"] \
          end{tikzcd}
          end{equation*}

          end{document}


          enter image description here





          share
























          • The arrow length over the "bbbbbbb" is perfect, thank you. But I want the "xxx" label to be at the same height as the "yyyyy" label, but to the left of the A to C downarrow.

            – district9
            4 mins ago











          • @district9 Yes, in the updated version it is there. (I misread your question first.)

            – marmot
            3 mins ago



















          0














          If you put a [length] after &, for example &[7em], you can enlarge the column as you wish.



          Option swap to change the position of the label.



          documentclass[10pt]{article}

          usepackage{amsmath,amssymb,tikz-cd}

          begin{document}

          begin{equation*}
          begin{tikzcd}[row sep=huge]
          A arrow[r, "aaa"] arrow[d, "xxxx", swap] &[7em] B arrow[d, "yyyy"] \
          C & D arrow[l, "bbbbbbbbbbbbbbbbb"] \
          end{tikzcd}
          end{equation*}

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


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f471711%2farrow-length-and-text-placing-to-left-in-tikzcd%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Like this?



            documentclass[10pt]{article}

            usepackage{amsmath,amssymb,tikz-cd}

            begin{document}

            begin{equation*}
            begin{tikzcd}[row sep=huge,column sep=width("bbbbbbbbbbbbbbbbb")]
            A arrow[r, "aaa"] arrow[d, "xxxx" swap] & B arrow[d, "yyyy"] \
            C & D arrow[l, "bbbbbbbbbbbbbbbbb"] \
            end{tikzcd}
            end{equation*}

            end{document}


            enter image description here





            share
























            • The arrow length over the "bbbbbbb" is perfect, thank you. But I want the "xxx" label to be at the same height as the "yyyyy" label, but to the left of the A to C downarrow.

              – district9
              4 mins ago











            • @district9 Yes, in the updated version it is there. (I misread your question first.)

              – marmot
              3 mins ago
















            0














            Like this?



            documentclass[10pt]{article}

            usepackage{amsmath,amssymb,tikz-cd}

            begin{document}

            begin{equation*}
            begin{tikzcd}[row sep=huge,column sep=width("bbbbbbbbbbbbbbbbb")]
            A arrow[r, "aaa"] arrow[d, "xxxx" swap] & B arrow[d, "yyyy"] \
            C & D arrow[l, "bbbbbbbbbbbbbbbbb"] \
            end{tikzcd}
            end{equation*}

            end{document}


            enter image description here





            share
























            • The arrow length over the "bbbbbbb" is perfect, thank you. But I want the "xxx" label to be at the same height as the "yyyyy" label, but to the left of the A to C downarrow.

              – district9
              4 mins ago











            • @district9 Yes, in the updated version it is there. (I misread your question first.)

              – marmot
              3 mins ago














            0












            0








            0







            Like this?



            documentclass[10pt]{article}

            usepackage{amsmath,amssymb,tikz-cd}

            begin{document}

            begin{equation*}
            begin{tikzcd}[row sep=huge,column sep=width("bbbbbbbbbbbbbbbbb")]
            A arrow[r, "aaa"] arrow[d, "xxxx" swap] & B arrow[d, "yyyy"] \
            C & D arrow[l, "bbbbbbbbbbbbbbbbb"] \
            end{tikzcd}
            end{equation*}

            end{document}


            enter image description here





            share













            Like this?



            documentclass[10pt]{article}

            usepackage{amsmath,amssymb,tikz-cd}

            begin{document}

            begin{equation*}
            begin{tikzcd}[row sep=huge,column sep=width("bbbbbbbbbbbbbbbbb")]
            A arrow[r, "aaa"] arrow[d, "xxxx" swap] & B arrow[d, "yyyy"] \
            C & D arrow[l, "bbbbbbbbbbbbbbbbb"] \
            end{tikzcd}
            end{equation*}

            end{document}


            enter image description here






            share











            share


            share










            answered 7 mins ago









            marmotmarmot

            94k4109208




            94k4109208













            • The arrow length over the "bbbbbbb" is perfect, thank you. But I want the "xxx" label to be at the same height as the "yyyyy" label, but to the left of the A to C downarrow.

              – district9
              4 mins ago











            • @district9 Yes, in the updated version it is there. (I misread your question first.)

              – marmot
              3 mins ago



















            • The arrow length over the "bbbbbbb" is perfect, thank you. But I want the "xxx" label to be at the same height as the "yyyyy" label, but to the left of the A to C downarrow.

              – district9
              4 mins ago











            • @district9 Yes, in the updated version it is there. (I misread your question first.)

              – marmot
              3 mins ago

















            The arrow length over the "bbbbbbb" is perfect, thank you. But I want the "xxx" label to be at the same height as the "yyyyy" label, but to the left of the A to C downarrow.

            – district9
            4 mins ago





            The arrow length over the "bbbbbbb" is perfect, thank you. But I want the "xxx" label to be at the same height as the "yyyyy" label, but to the left of the A to C downarrow.

            – district9
            4 mins ago













            @district9 Yes, in the updated version it is there. (I misread your question first.)

            – marmot
            3 mins ago





            @district9 Yes, in the updated version it is there. (I misread your question first.)

            – marmot
            3 mins ago











            0














            If you put a [length] after &, for example &[7em], you can enlarge the column as you wish.



            Option swap to change the position of the label.



            documentclass[10pt]{article}

            usepackage{amsmath,amssymb,tikz-cd}

            begin{document}

            begin{equation*}
            begin{tikzcd}[row sep=huge]
            A arrow[r, "aaa"] arrow[d, "xxxx", swap] &[7em] B arrow[d, "yyyy"] \
            C & D arrow[l, "bbbbbbbbbbbbbbbbb"] \
            end{tikzcd}
            end{equation*}

            end{document}


            enter image description here





            share




























              0














              If you put a [length] after &, for example &[7em], you can enlarge the column as you wish.



              Option swap to change the position of the label.



              documentclass[10pt]{article}

              usepackage{amsmath,amssymb,tikz-cd}

              begin{document}

              begin{equation*}
              begin{tikzcd}[row sep=huge]
              A arrow[r, "aaa"] arrow[d, "xxxx", swap] &[7em] B arrow[d, "yyyy"] \
              C & D arrow[l, "bbbbbbbbbbbbbbbbb"] \
              end{tikzcd}
              end{equation*}

              end{document}


              enter image description here





              share


























                0












                0








                0







                If you put a [length] after &, for example &[7em], you can enlarge the column as you wish.



                Option swap to change the position of the label.



                documentclass[10pt]{article}

                usepackage{amsmath,amssymb,tikz-cd}

                begin{document}

                begin{equation*}
                begin{tikzcd}[row sep=huge]
                A arrow[r, "aaa"] arrow[d, "xxxx", swap] &[7em] B arrow[d, "yyyy"] \
                C & D arrow[l, "bbbbbbbbbbbbbbbbb"] \
                end{tikzcd}
                end{equation*}

                end{document}


                enter image description here





                share













                If you put a [length] after &, for example &[7em], you can enlarge the column as you wish.



                Option swap to change the position of the label.



                documentclass[10pt]{article}

                usepackage{amsmath,amssymb,tikz-cd}

                begin{document}

                begin{equation*}
                begin{tikzcd}[row sep=huge]
                A arrow[r, "aaa"] arrow[d, "xxxx", swap] &[7em] B arrow[d, "yyyy"] \
                C & D arrow[l, "bbbbbbbbbbbbbbbbb"] \
                end{tikzcd}
                end{equation*}

                end{document}


                enter image description here






                share











                share


                share










                answered 38 secs ago









                CarLaTeXCarLaTeX

                30.5k448127




                30.5k448127






























                    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.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f471711%2farrow-length-and-text-placing-to-left-in-tikzcd%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

                    Contact image not getting when fetch all contact list from iPhone by CNContact

                    Insert data from modal to MySQL (multiple modal on website)

                    count number of partitions of a set with n elements into k subsets