Vertical subset symbol in tikzcd

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











up vote
1
down vote

favorite
1












I am writing a simple commutative diagram and some objects of the second line are subsets of objects on the first line so instead of an upward arrow I would like to have a set inclusion symbol - which tilted 90 degrees to the left and effectively replacing the arrow. It seems easily achievable with a $cong$ symbol but I cannot find an example with the subset or supset symbols.










share|improve this question

























    up vote
    1
    down vote

    favorite
    1












    I am writing a simple commutative diagram and some objects of the second line are subsets of objects on the first line so instead of an upward arrow I would like to have a set inclusion symbol - which tilted 90 degrees to the left and effectively replacing the arrow. It seems easily achievable with a $cong$ symbol but I cannot find an example with the subset or supset symbols.










    share|improve this question























      up vote
      1
      down vote

      favorite
      1









      up vote
      1
      down vote

      favorite
      1






      1





      I am writing a simple commutative diagram and some objects of the second line are subsets of objects on the first line so instead of an upward arrow I would like to have a set inclusion symbol - which tilted 90 degrees to the left and effectively replacing the arrow. It seems easily achievable with a $cong$ symbol but I cannot find an example with the subset or supset symbols.










      share|improve this question













      I am writing a simple commutative diagram and some objects of the second line are subsets of objects on the first line so instead of an upward arrow I would like to have a set inclusion symbol - which tilted 90 degrees to the left and effectively replacing the arrow. It seems easily achievable with a $cong$ symbol but I cannot find an example with the subset or supset symbols.







      tikz-cd






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 2 hours ago









      Dalamar

      1112




      1112




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          2
          down vote













          Just for fun, an easy solution with the psmatrix environment from pstricks:



           documentclass[border=5pt, 11pt]standalone
          usepackagemathtools
          usepackagegraphicx
          usepackagepst-node, auto-pst-pdf

          newpsobjectncemptylinenclinelinestyle=none
          newcommand*ncsubset[2]ncemptyline#1#2ncput[nrot=:U]subset

          begindocument

          $ pssetnpos = 0.45
          beginpsmatrix[rowsep = 0.4, colsep =1cm]
          [name = L] L & [name = L1] L'\
          [name = K] K & [name = K1] K'
          ncsubsetKLncsubsetK1L1
          pssetarrows=->, arrowinset=0.12, linewidth=0.5pt, nodesep=2pt
          nclineKK1nclineLL1
          endpsmatrix $

          enddocument


          enter image description here






          share|improve this answer



























            up vote
            1
            down vote













            Conceptually very similar to Bernard's nice answer, but based on tikz-cd.



            documentclass[12pt]article
            usepackagetikz-cd
            begindocument
            begintikzcd[remember picture]
            A arrow[r] & B\
            C arrow[r] & D\
            endtikzcd
            begintikzpicture[overlay,remember picture]
            path (tikzcdmatrixname-1-1) to node[midway,sloped]$subset$
            (tikzcdmatrixname-2-1);
            path (tikzcdmatrixname-1-2) to node[midway,sloped]$subset$
            (tikzcdmatrixname-2-2);
            endtikzpicture
            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: 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%2f458361%2fvertical-subset-symbol-in-tikzcd%23new-answer', 'question_page');

              );

              Post as a guest






























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              2
              down vote













              Just for fun, an easy solution with the psmatrix environment from pstricks:



               documentclass[border=5pt, 11pt]standalone
              usepackagemathtools
              usepackagegraphicx
              usepackagepst-node, auto-pst-pdf

              newpsobjectncemptylinenclinelinestyle=none
              newcommand*ncsubset[2]ncemptyline#1#2ncput[nrot=:U]subset

              begindocument

              $ pssetnpos = 0.45
              beginpsmatrix[rowsep = 0.4, colsep =1cm]
              [name = L] L & [name = L1] L'\
              [name = K] K & [name = K1] K'
              ncsubsetKLncsubsetK1L1
              pssetarrows=->, arrowinset=0.12, linewidth=0.5pt, nodesep=2pt
              nclineKK1nclineLL1
              endpsmatrix $

              enddocument


              enter image description here






              share|improve this answer
























                up vote
                2
                down vote













                Just for fun, an easy solution with the psmatrix environment from pstricks:



                 documentclass[border=5pt, 11pt]standalone
                usepackagemathtools
                usepackagegraphicx
                usepackagepst-node, auto-pst-pdf

                newpsobjectncemptylinenclinelinestyle=none
                newcommand*ncsubset[2]ncemptyline#1#2ncput[nrot=:U]subset

                begindocument

                $ pssetnpos = 0.45
                beginpsmatrix[rowsep = 0.4, colsep =1cm]
                [name = L] L & [name = L1] L'\
                [name = K] K & [name = K1] K'
                ncsubsetKLncsubsetK1L1
                pssetarrows=->, arrowinset=0.12, linewidth=0.5pt, nodesep=2pt
                nclineKK1nclineLL1
                endpsmatrix $

                enddocument


                enter image description here






                share|improve this answer






















                  up vote
                  2
                  down vote










                  up vote
                  2
                  down vote









                  Just for fun, an easy solution with the psmatrix environment from pstricks:



                   documentclass[border=5pt, 11pt]standalone
                  usepackagemathtools
                  usepackagegraphicx
                  usepackagepst-node, auto-pst-pdf

                  newpsobjectncemptylinenclinelinestyle=none
                  newcommand*ncsubset[2]ncemptyline#1#2ncput[nrot=:U]subset

                  begindocument

                  $ pssetnpos = 0.45
                  beginpsmatrix[rowsep = 0.4, colsep =1cm]
                  [name = L] L & [name = L1] L'\
                  [name = K] K & [name = K1] K'
                  ncsubsetKLncsubsetK1L1
                  pssetarrows=->, arrowinset=0.12, linewidth=0.5pt, nodesep=2pt
                  nclineKK1nclineLL1
                  endpsmatrix $

                  enddocument


                  enter image description here






                  share|improve this answer












                  Just for fun, an easy solution with the psmatrix environment from pstricks:



                   documentclass[border=5pt, 11pt]standalone
                  usepackagemathtools
                  usepackagegraphicx
                  usepackagepst-node, auto-pst-pdf

                  newpsobjectncemptylinenclinelinestyle=none
                  newcommand*ncsubset[2]ncemptyline#1#2ncput[nrot=:U]subset

                  begindocument

                  $ pssetnpos = 0.45
                  beginpsmatrix[rowsep = 0.4, colsep =1cm]
                  [name = L] L & [name = L1] L'\
                  [name = K] K & [name = K1] K'
                  ncsubsetKLncsubsetK1L1
                  pssetarrows=->, arrowinset=0.12, linewidth=0.5pt, nodesep=2pt
                  nclineKK1nclineLL1
                  endpsmatrix $

                  enddocument


                  enter image description here







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 1 hour ago









                  Bernard

                  160k766192




                  160k766192




















                      up vote
                      1
                      down vote













                      Conceptually very similar to Bernard's nice answer, but based on tikz-cd.



                      documentclass[12pt]article
                      usepackagetikz-cd
                      begindocument
                      begintikzcd[remember picture]
                      A arrow[r] & B\
                      C arrow[r] & D\
                      endtikzcd
                      begintikzpicture[overlay,remember picture]
                      path (tikzcdmatrixname-1-1) to node[midway,sloped]$subset$
                      (tikzcdmatrixname-2-1);
                      path (tikzcdmatrixname-1-2) to node[midway,sloped]$subset$
                      (tikzcdmatrixname-2-2);
                      endtikzpicture
                      enddocument


                      enter image description here






                      share|improve this answer
























                        up vote
                        1
                        down vote













                        Conceptually very similar to Bernard's nice answer, but based on tikz-cd.



                        documentclass[12pt]article
                        usepackagetikz-cd
                        begindocument
                        begintikzcd[remember picture]
                        A arrow[r] & B\
                        C arrow[r] & D\
                        endtikzcd
                        begintikzpicture[overlay,remember picture]
                        path (tikzcdmatrixname-1-1) to node[midway,sloped]$subset$
                        (tikzcdmatrixname-2-1);
                        path (tikzcdmatrixname-1-2) to node[midway,sloped]$subset$
                        (tikzcdmatrixname-2-2);
                        endtikzpicture
                        enddocument


                        enter image description here






                        share|improve this answer






















                          up vote
                          1
                          down vote










                          up vote
                          1
                          down vote









                          Conceptually very similar to Bernard's nice answer, but based on tikz-cd.



                          documentclass[12pt]article
                          usepackagetikz-cd
                          begindocument
                          begintikzcd[remember picture]
                          A arrow[r] & B\
                          C arrow[r] & D\
                          endtikzcd
                          begintikzpicture[overlay,remember picture]
                          path (tikzcdmatrixname-1-1) to node[midway,sloped]$subset$
                          (tikzcdmatrixname-2-1);
                          path (tikzcdmatrixname-1-2) to node[midway,sloped]$subset$
                          (tikzcdmatrixname-2-2);
                          endtikzpicture
                          enddocument


                          enter image description here






                          share|improve this answer












                          Conceptually very similar to Bernard's nice answer, but based on tikz-cd.



                          documentclass[12pt]article
                          usepackagetikz-cd
                          begindocument
                          begintikzcd[remember picture]
                          A arrow[r] & B\
                          C arrow[r] & D\
                          endtikzcd
                          begintikzpicture[overlay,remember picture]
                          path (tikzcdmatrixname-1-1) to node[midway,sloped]$subset$
                          (tikzcdmatrixname-2-1);
                          path (tikzcdmatrixname-1-2) to node[midway,sloped]$subset$
                          (tikzcdmatrixname-2-2);
                          endtikzpicture
                          enddocument


                          enter image description here







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered 53 mins ago









                          marmot

                          71.5k476152




                          71.5k476152



























                               

                              draft saved


                              draft discarded















































                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f458361%2fvertical-subset-symbol-in-tikzcd%23new-answer', 'question_page');

                              );

                              Post as a guest













































































                              Comments

                              Popular posts from this blog

                              Long meetings (6-7 hours a day): Being “babysat” by supervisor

                              Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

                              Confectionery