Commutative diagrams and arrows

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
2
down vote

favorite












I'm trying to make a commutative diagram with tikzcd.
Here's what I get:



enter image description here



I want the hook from B to A to be upside down and the /simeq symbol over the arrow from C to D.



Sample code:



documentclass[a4paper]article
usepackageamsmath
usepackagetikzcd
begindocument
[
begintikzcd
A & B arrow[l, hookrightarrow] \
D arrow[u, hookrightarrow] & C arrow[l, "simeq"]
arrow[u, hookrightarrow]
endtikzcd
]
enddocument









share|improve this question









New contributor




Lele99_DD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.























    up vote
    2
    down vote

    favorite












    I'm trying to make a commutative diagram with tikzcd.
    Here's what I get:



    enter image description here



    I want the hook from B to A to be upside down and the /simeq symbol over the arrow from C to D.



    Sample code:



    documentclass[a4paper]article
    usepackageamsmath
    usepackagetikzcd
    begindocument
    [
    begintikzcd
    A & B arrow[l, hookrightarrow] \
    D arrow[u, hookrightarrow] & C arrow[l, "simeq"]
    arrow[u, hookrightarrow]
    endtikzcd
    ]
    enddocument









    share|improve this question









    New contributor




    Lele99_DD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      I'm trying to make a commutative diagram with tikzcd.
      Here's what I get:



      enter image description here



      I want the hook from B to A to be upside down and the /simeq symbol over the arrow from C to D.



      Sample code:



      documentclass[a4paper]article
      usepackageamsmath
      usepackagetikzcd
      begindocument
      [
      begintikzcd
      A & B arrow[l, hookrightarrow] \
      D arrow[u, hookrightarrow] & C arrow[l, "simeq"]
      arrow[u, hookrightarrow]
      endtikzcd
      ]
      enddocument









      share|improve this question









      New contributor




      Lele99_DD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I'm trying to make a commutative diagram with tikzcd.
      Here's what I get:



      enter image description here



      I want the hook from B to A to be upside down and the /simeq symbol over the arrow from C to D.



      Sample code:



      documentclass[a4paper]article
      usepackageamsmath
      usepackagetikzcd
      begindocument
      [
      begintikzcd
      A & B arrow[l, hookrightarrow] \
      D arrow[u, hookrightarrow] & C arrow[l, "simeq"]
      arrow[u, hookrightarrow]
      endtikzcd
      ]
      enddocument






      tikz-arrows tikz-cd commutative-diagrams






      share|improve this question









      New contributor




      Lele99_DD 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




      Lele99_DD 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 13 mins ago









      Sebastiano

      7,78741654




      7,78741654






      New contributor




      Lele99_DD 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









      Lele99_DD

      304




      304




      New contributor




      Lele99_DD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Lele99_DD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Lele99_DD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          4
          down vote



          accepted










          Here you are:



          documentclass[a4paper]article
          usepackageamsmath
          usepackagetikz-cd

          begindocument

          [
          begintikzcd
          A arrow[r, hookleftarrow] & B\
          D arrow[u, hookrightarrow] & C arrow[l, "simeq", swap]
          arrow[u, hookrightarrow]
          endtikzcd
          ]

          enddocument


          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',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );






            Lele99_DD 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%2f454607%2fcommutative-diagrams-and-arrows%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            4
            down vote



            accepted










            Here you are:



            documentclass[a4paper]article
            usepackageamsmath
            usepackagetikz-cd

            begindocument

            [
            begintikzcd
            A arrow[r, hookleftarrow] & B\
            D arrow[u, hookrightarrow] & C arrow[l, "simeq", swap]
            arrow[u, hookrightarrow]
            endtikzcd
            ]

            enddocument


            enter image description here






            share|improve this answer
























              up vote
              4
              down vote



              accepted










              Here you are:



              documentclass[a4paper]article
              usepackageamsmath
              usepackagetikz-cd

              begindocument

              [
              begintikzcd
              A arrow[r, hookleftarrow] & B\
              D arrow[u, hookrightarrow] & C arrow[l, "simeq", swap]
              arrow[u, hookrightarrow]
              endtikzcd
              ]

              enddocument


              enter image description here






              share|improve this answer






















                up vote
                4
                down vote



                accepted







                up vote
                4
                down vote



                accepted






                Here you are:



                documentclass[a4paper]article
                usepackageamsmath
                usepackagetikz-cd

                begindocument

                [
                begintikzcd
                A arrow[r, hookleftarrow] & B\
                D arrow[u, hookrightarrow] & C arrow[l, "simeq", swap]
                arrow[u, hookrightarrow]
                endtikzcd
                ]

                enddocument


                enter image description here






                share|improve this answer












                Here you are:



                documentclass[a4paper]article
                usepackageamsmath
                usepackagetikz-cd

                begindocument

                [
                begintikzcd
                A arrow[r, hookleftarrow] & B\
                D arrow[u, hookrightarrow] & C arrow[l, "simeq", swap]
                arrow[u, hookrightarrow]
                endtikzcd
                ]

                enddocument


                enter image description here







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 2 hours ago









                Bernard

                158k764191




                158k764191




















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









                     

                    draft saved


                    draft discarded


















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












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











                    Lele99_DD 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%2f454607%2fcommutative-diagrams-and-arrows%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Comments

                    Popular posts from this blog

                    What does second last employer means? [closed]

                    List of Gilmore Girls characters

                    Confectionery