How to draw a rectangle shaped arrow-jigsaw with bullets below












3















Like this, with multicolor shades of blue
Multicolor jigsaw arrow rectangles shades of blue



Thanks!










share|improve this question


















  • 1





    Could you show us what you have tried so-far in terms of a MWE?

    – Raaja
    Feb 14 at 11:28
















3















Like this, with multicolor shades of blue
Multicolor jigsaw arrow rectangles shades of blue



Thanks!










share|improve this question


















  • 1





    Could you show us what you have tried so-far in terms of a MWE?

    – Raaja
    Feb 14 at 11:28














3












3








3








Like this, with multicolor shades of blue
Multicolor jigsaw arrow rectangles shades of blue



Thanks!










share|improve this question














Like this, with multicolor shades of blue
Multicolor jigsaw arrow rectangles shades of blue



Thanks!







tikz-pgf draw






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 14 at 11:25









MicahMicah

513




513








  • 1





    Could you show us what you have tried so-far in terms of a MWE?

    – Raaja
    Feb 14 at 11:28














  • 1





    Could you show us what you have tried so-far in terms of a MWE?

    – Raaja
    Feb 14 at 11:28








1




1





Could you show us what you have tried so-far in terms of a MWE?

– Raaja
Feb 14 at 11:28





Could you show us what you have tried so-far in terms of a MWE?

– Raaja
Feb 14 at 11:28










3 Answers
3






active

oldest

votes


















6














I introduce the blivet{<color>}{<arrow label>}{<sub items>} macro.



documentclass{article}
usepackage{tikz,stackengine,listofitems}
setstackEOL{\}
makeatletterletgaddtomacrog@addto@macromakeatother
newcommandblivet[3]{%
setsepchar{\}%
readlist*myitems{#3}%
foreachitemxinmyitems{%
ifnumxcnt=1deftmp{}elsegaddtomacrotmp{\}fi%
gaddtomacrotmp{$bullet$~}%
expandaftergaddtomacroexpandaftertmpexpandafter{x}}%
sffamilystackengine{12pt}{%
begin{tikzpicture}
draw [fill=#1] (-2,0) -- (-1.5,.6) -- (-2,1.2) -- (1.5,1.2) -- (2,.6)
-- (1.5,0) -- (-2,0) node [midway,right=1ex, above=1.2ex] {largetextbf{strut#2}};
end{tikzpicture}%
}{%
renewcommandstackalignment{l}%
expandafterLongstackexpandafter{tmp}%
}{U}{c}{F}{F}{S}%
}
begin{document}
blivet{green!35!blue!20}{Learn}{Seminars\ Research Papers\ Training}
blivet{green!35!blue!40}{Strategize}{Design Thinking\Business Strategy\Product Roadmap}
blivet{green!35!blue!60}{Build}{Discovery\ Delivery\Transfer}
end{document}


enter image description here






share|improve this answer

































    7














    There are some packages for this stuff, but I prefer this



    documentclass[tikz]{standalone}
    usetikzlibrary{calc}
    begin{document}
    begin{tikzpicture}
    defarrownode (#1,#2) node[#3] #4{%
    begin{scope}[scale=0.75]
    coordinate (x) at (#1,#2);
    path[draw,fill=#3] ($(x)+(-2,0)$)--($(x)+(-3,1)$)--($(x)+(1,1)$)--($(x)+(2,0)$)--($(x)+(1,-1)$)--($(x)+(-3,-1)$)--cycle;
    draw ($(x)+(-.25,0)$) node {bfseriessffamily#4};
    end{scope}
    }
    arrownode (-5,0) node[blue!10] {Learn};
    foreach i/txt in {1.5/Seminars,2/Research papers,2.5/Training} {
    draw[fill=black] (-5.25,-i) circle (1pt) node [right=1.5ex] {smallsffamilytxt};
    }
    arrownode (0,0) node[blue!30] {Strategize};
    foreach i/txt in {1.5/Design Thinking,2/Business Strategy,2.5/Product Roadmap} {
    draw[fill=black] (-1.5,-i) circle (1pt) node [right=1.5ex] {smallsffamilytxt};
    }
    arrownode (5,0) node[blue!50] {Build};
    foreach i/txt in {1.5/Discovery,2/Delivery,2.5/Transfer} {
    draw[fill=black] (2.25,-i) circle (1pt) node [right=1.5ex] {smallsffamilytxt};
    }
    end{tikzpicture}
    end{document}


    enter image description here






    share|improve this answer

































      6














      Something to start with:



      documentclass{standalone}

      usepackage{tikz}
      usetikzlibrary{shapes,arrows, positioning}

      begin{document}
      %https://tex.stackexchange.com/questions/175679/text-inside-custom-tikz-draw
      tikzset{product size/.style={minimum width=4cm,
      minimum height=2cm,
      },
      product/.style={
      draw,signal,
      signal to=east,
      signal from=west,
      product size,
      fill=gray!50!black,
      draw=gray!50!white,
      text=white,font=bfseries,
      },
      }


      begin{tikzpicture}
      node[product,fill=blue!50, draw=white] (first) {Learn};
      node[product, fill=blue!75, draw = white, anchor=west] [right=1cm of first.east] (second) {Strategize};
      node[product, fill=blue, draw = white, anchor=west][right=1cm of second.east](third){Build};
      % list
      node [below=7.5mm of first,anchor=center, align=left, text width=4cm ] (versopt) {
      begin{itemize}
      item lkjh
      item kjh
      item ghl
      end{itemize}
      };
      node [below=7.5mm of second,anchor=center, align=left, text width=4cm ] (versopt) {
      begin{itemize}
      item jkh
      item hkj
      item lkh
      end{itemize}
      };
      node [below=7.5mm of third,anchor=center, align=left, text width=4cm ] (versopt) {
      begin{itemize}
      item lkjh
      item lkjh
      item lkjh
      end{itemize}
      };
      end{tikzpicture}

      end{document}


      which will give you:



      enter image description here



      Now, starting from color selection (you can use use gpick), I hope you can do much more customisation as you want. I leave that you.






      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',
        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%2f474836%2fhow-to-draw-a-rectangle-shaped-arrow-jigsaw-with-bullets-below%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









        6














        I introduce the blivet{<color>}{<arrow label>}{<sub items>} macro.



        documentclass{article}
        usepackage{tikz,stackengine,listofitems}
        setstackEOL{\}
        makeatletterletgaddtomacrog@addto@macromakeatother
        newcommandblivet[3]{%
        setsepchar{\}%
        readlist*myitems{#3}%
        foreachitemxinmyitems{%
        ifnumxcnt=1deftmp{}elsegaddtomacrotmp{\}fi%
        gaddtomacrotmp{$bullet$~}%
        expandaftergaddtomacroexpandaftertmpexpandafter{x}}%
        sffamilystackengine{12pt}{%
        begin{tikzpicture}
        draw [fill=#1] (-2,0) -- (-1.5,.6) -- (-2,1.2) -- (1.5,1.2) -- (2,.6)
        -- (1.5,0) -- (-2,0) node [midway,right=1ex, above=1.2ex] {largetextbf{strut#2}};
        end{tikzpicture}%
        }{%
        renewcommandstackalignment{l}%
        expandafterLongstackexpandafter{tmp}%
        }{U}{c}{F}{F}{S}%
        }
        begin{document}
        blivet{green!35!blue!20}{Learn}{Seminars\ Research Papers\ Training}
        blivet{green!35!blue!40}{Strategize}{Design Thinking\Business Strategy\Product Roadmap}
        blivet{green!35!blue!60}{Build}{Discovery\ Delivery\Transfer}
        end{document}


        enter image description here






        share|improve this answer






























          6














          I introduce the blivet{<color>}{<arrow label>}{<sub items>} macro.



          documentclass{article}
          usepackage{tikz,stackengine,listofitems}
          setstackEOL{\}
          makeatletterletgaddtomacrog@addto@macromakeatother
          newcommandblivet[3]{%
          setsepchar{\}%
          readlist*myitems{#3}%
          foreachitemxinmyitems{%
          ifnumxcnt=1deftmp{}elsegaddtomacrotmp{\}fi%
          gaddtomacrotmp{$bullet$~}%
          expandaftergaddtomacroexpandaftertmpexpandafter{x}}%
          sffamilystackengine{12pt}{%
          begin{tikzpicture}
          draw [fill=#1] (-2,0) -- (-1.5,.6) -- (-2,1.2) -- (1.5,1.2) -- (2,.6)
          -- (1.5,0) -- (-2,0) node [midway,right=1ex, above=1.2ex] {largetextbf{strut#2}};
          end{tikzpicture}%
          }{%
          renewcommandstackalignment{l}%
          expandafterLongstackexpandafter{tmp}%
          }{U}{c}{F}{F}{S}%
          }
          begin{document}
          blivet{green!35!blue!20}{Learn}{Seminars\ Research Papers\ Training}
          blivet{green!35!blue!40}{Strategize}{Design Thinking\Business Strategy\Product Roadmap}
          blivet{green!35!blue!60}{Build}{Discovery\ Delivery\Transfer}
          end{document}


          enter image description here






          share|improve this answer




























            6












            6








            6







            I introduce the blivet{<color>}{<arrow label>}{<sub items>} macro.



            documentclass{article}
            usepackage{tikz,stackengine,listofitems}
            setstackEOL{\}
            makeatletterletgaddtomacrog@addto@macromakeatother
            newcommandblivet[3]{%
            setsepchar{\}%
            readlist*myitems{#3}%
            foreachitemxinmyitems{%
            ifnumxcnt=1deftmp{}elsegaddtomacrotmp{\}fi%
            gaddtomacrotmp{$bullet$~}%
            expandaftergaddtomacroexpandaftertmpexpandafter{x}}%
            sffamilystackengine{12pt}{%
            begin{tikzpicture}
            draw [fill=#1] (-2,0) -- (-1.5,.6) -- (-2,1.2) -- (1.5,1.2) -- (2,.6)
            -- (1.5,0) -- (-2,0) node [midway,right=1ex, above=1.2ex] {largetextbf{strut#2}};
            end{tikzpicture}%
            }{%
            renewcommandstackalignment{l}%
            expandafterLongstackexpandafter{tmp}%
            }{U}{c}{F}{F}{S}%
            }
            begin{document}
            blivet{green!35!blue!20}{Learn}{Seminars\ Research Papers\ Training}
            blivet{green!35!blue!40}{Strategize}{Design Thinking\Business Strategy\Product Roadmap}
            blivet{green!35!blue!60}{Build}{Discovery\ Delivery\Transfer}
            end{document}


            enter image description here






            share|improve this answer















            I introduce the blivet{<color>}{<arrow label>}{<sub items>} macro.



            documentclass{article}
            usepackage{tikz,stackengine,listofitems}
            setstackEOL{\}
            makeatletterletgaddtomacrog@addto@macromakeatother
            newcommandblivet[3]{%
            setsepchar{\}%
            readlist*myitems{#3}%
            foreachitemxinmyitems{%
            ifnumxcnt=1deftmp{}elsegaddtomacrotmp{\}fi%
            gaddtomacrotmp{$bullet$~}%
            expandaftergaddtomacroexpandaftertmpexpandafter{x}}%
            sffamilystackengine{12pt}{%
            begin{tikzpicture}
            draw [fill=#1] (-2,0) -- (-1.5,.6) -- (-2,1.2) -- (1.5,1.2) -- (2,.6)
            -- (1.5,0) -- (-2,0) node [midway,right=1ex, above=1.2ex] {largetextbf{strut#2}};
            end{tikzpicture}%
            }{%
            renewcommandstackalignment{l}%
            expandafterLongstackexpandafter{tmp}%
            }{U}{c}{F}{F}{S}%
            }
            begin{document}
            blivet{green!35!blue!20}{Learn}{Seminars\ Research Papers\ Training}
            blivet{green!35!blue!40}{Strategize}{Design Thinking\Business Strategy\Product Roadmap}
            blivet{green!35!blue!60}{Build}{Discovery\ Delivery\Transfer}
            end{document}


            enter image description here







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Feb 14 at 12:25

























            answered Feb 14 at 12:12









            Steven B. SegletesSteven B. Segletes

            163k9206419




            163k9206419























                7














                There are some packages for this stuff, but I prefer this



                documentclass[tikz]{standalone}
                usetikzlibrary{calc}
                begin{document}
                begin{tikzpicture}
                defarrownode (#1,#2) node[#3] #4{%
                begin{scope}[scale=0.75]
                coordinate (x) at (#1,#2);
                path[draw,fill=#3] ($(x)+(-2,0)$)--($(x)+(-3,1)$)--($(x)+(1,1)$)--($(x)+(2,0)$)--($(x)+(1,-1)$)--($(x)+(-3,-1)$)--cycle;
                draw ($(x)+(-.25,0)$) node {bfseriessffamily#4};
                end{scope}
                }
                arrownode (-5,0) node[blue!10] {Learn};
                foreach i/txt in {1.5/Seminars,2/Research papers,2.5/Training} {
                draw[fill=black] (-5.25,-i) circle (1pt) node [right=1.5ex] {smallsffamilytxt};
                }
                arrownode (0,0) node[blue!30] {Strategize};
                foreach i/txt in {1.5/Design Thinking,2/Business Strategy,2.5/Product Roadmap} {
                draw[fill=black] (-1.5,-i) circle (1pt) node [right=1.5ex] {smallsffamilytxt};
                }
                arrownode (5,0) node[blue!50] {Build};
                foreach i/txt in {1.5/Discovery,2/Delivery,2.5/Transfer} {
                draw[fill=black] (2.25,-i) circle (1pt) node [right=1.5ex] {smallsffamilytxt};
                }
                end{tikzpicture}
                end{document}


                enter image description here






                share|improve this answer






























                  7














                  There are some packages for this stuff, but I prefer this



                  documentclass[tikz]{standalone}
                  usetikzlibrary{calc}
                  begin{document}
                  begin{tikzpicture}
                  defarrownode (#1,#2) node[#3] #4{%
                  begin{scope}[scale=0.75]
                  coordinate (x) at (#1,#2);
                  path[draw,fill=#3] ($(x)+(-2,0)$)--($(x)+(-3,1)$)--($(x)+(1,1)$)--($(x)+(2,0)$)--($(x)+(1,-1)$)--($(x)+(-3,-1)$)--cycle;
                  draw ($(x)+(-.25,0)$) node {bfseriessffamily#4};
                  end{scope}
                  }
                  arrownode (-5,0) node[blue!10] {Learn};
                  foreach i/txt in {1.5/Seminars,2/Research papers,2.5/Training} {
                  draw[fill=black] (-5.25,-i) circle (1pt) node [right=1.5ex] {smallsffamilytxt};
                  }
                  arrownode (0,0) node[blue!30] {Strategize};
                  foreach i/txt in {1.5/Design Thinking,2/Business Strategy,2.5/Product Roadmap} {
                  draw[fill=black] (-1.5,-i) circle (1pt) node [right=1.5ex] {smallsffamilytxt};
                  }
                  arrownode (5,0) node[blue!50] {Build};
                  foreach i/txt in {1.5/Discovery,2/Delivery,2.5/Transfer} {
                  draw[fill=black] (2.25,-i) circle (1pt) node [right=1.5ex] {smallsffamilytxt};
                  }
                  end{tikzpicture}
                  end{document}


                  enter image description here






                  share|improve this answer




























                    7












                    7








                    7







                    There are some packages for this stuff, but I prefer this



                    documentclass[tikz]{standalone}
                    usetikzlibrary{calc}
                    begin{document}
                    begin{tikzpicture}
                    defarrownode (#1,#2) node[#3] #4{%
                    begin{scope}[scale=0.75]
                    coordinate (x) at (#1,#2);
                    path[draw,fill=#3] ($(x)+(-2,0)$)--($(x)+(-3,1)$)--($(x)+(1,1)$)--($(x)+(2,0)$)--($(x)+(1,-1)$)--($(x)+(-3,-1)$)--cycle;
                    draw ($(x)+(-.25,0)$) node {bfseriessffamily#4};
                    end{scope}
                    }
                    arrownode (-5,0) node[blue!10] {Learn};
                    foreach i/txt in {1.5/Seminars,2/Research papers,2.5/Training} {
                    draw[fill=black] (-5.25,-i) circle (1pt) node [right=1.5ex] {smallsffamilytxt};
                    }
                    arrownode (0,0) node[blue!30] {Strategize};
                    foreach i/txt in {1.5/Design Thinking,2/Business Strategy,2.5/Product Roadmap} {
                    draw[fill=black] (-1.5,-i) circle (1pt) node [right=1.5ex] {smallsffamilytxt};
                    }
                    arrownode (5,0) node[blue!50] {Build};
                    foreach i/txt in {1.5/Discovery,2/Delivery,2.5/Transfer} {
                    draw[fill=black] (2.25,-i) circle (1pt) node [right=1.5ex] {smallsffamilytxt};
                    }
                    end{tikzpicture}
                    end{document}


                    enter image description here






                    share|improve this answer















                    There are some packages for this stuff, but I prefer this



                    documentclass[tikz]{standalone}
                    usetikzlibrary{calc}
                    begin{document}
                    begin{tikzpicture}
                    defarrownode (#1,#2) node[#3] #4{%
                    begin{scope}[scale=0.75]
                    coordinate (x) at (#1,#2);
                    path[draw,fill=#3] ($(x)+(-2,0)$)--($(x)+(-3,1)$)--($(x)+(1,1)$)--($(x)+(2,0)$)--($(x)+(1,-1)$)--($(x)+(-3,-1)$)--cycle;
                    draw ($(x)+(-.25,0)$) node {bfseriessffamily#4};
                    end{scope}
                    }
                    arrownode (-5,0) node[blue!10] {Learn};
                    foreach i/txt in {1.5/Seminars,2/Research papers,2.5/Training} {
                    draw[fill=black] (-5.25,-i) circle (1pt) node [right=1.5ex] {smallsffamilytxt};
                    }
                    arrownode (0,0) node[blue!30] {Strategize};
                    foreach i/txt in {1.5/Design Thinking,2/Business Strategy,2.5/Product Roadmap} {
                    draw[fill=black] (-1.5,-i) circle (1pt) node [right=1.5ex] {smallsffamilytxt};
                    }
                    arrownode (5,0) node[blue!50] {Build};
                    foreach i/txt in {1.5/Discovery,2/Delivery,2.5/Transfer} {
                    draw[fill=black] (2.25,-i) circle (1pt) node [right=1.5ex] {smallsffamilytxt};
                    }
                    end{tikzpicture}
                    end{document}


                    enter image description here







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Mar 20 at 16:28

























                    answered Feb 14 at 11:54









                    JouleVJouleV

                    14.1k22664




                    14.1k22664























                        6














                        Something to start with:



                        documentclass{standalone}

                        usepackage{tikz}
                        usetikzlibrary{shapes,arrows, positioning}

                        begin{document}
                        %https://tex.stackexchange.com/questions/175679/text-inside-custom-tikz-draw
                        tikzset{product size/.style={minimum width=4cm,
                        minimum height=2cm,
                        },
                        product/.style={
                        draw,signal,
                        signal to=east,
                        signal from=west,
                        product size,
                        fill=gray!50!black,
                        draw=gray!50!white,
                        text=white,font=bfseries,
                        },
                        }


                        begin{tikzpicture}
                        node[product,fill=blue!50, draw=white] (first) {Learn};
                        node[product, fill=blue!75, draw = white, anchor=west] [right=1cm of first.east] (second) {Strategize};
                        node[product, fill=blue, draw = white, anchor=west][right=1cm of second.east](third){Build};
                        % list
                        node [below=7.5mm of first,anchor=center, align=left, text width=4cm ] (versopt) {
                        begin{itemize}
                        item lkjh
                        item kjh
                        item ghl
                        end{itemize}
                        };
                        node [below=7.5mm of second,anchor=center, align=left, text width=4cm ] (versopt) {
                        begin{itemize}
                        item jkh
                        item hkj
                        item lkh
                        end{itemize}
                        };
                        node [below=7.5mm of third,anchor=center, align=left, text width=4cm ] (versopt) {
                        begin{itemize}
                        item lkjh
                        item lkjh
                        item lkjh
                        end{itemize}
                        };
                        end{tikzpicture}

                        end{document}


                        which will give you:



                        enter image description here



                        Now, starting from color selection (you can use use gpick), I hope you can do much more customisation as you want. I leave that you.






                        share|improve this answer




























                          6














                          Something to start with:



                          documentclass{standalone}

                          usepackage{tikz}
                          usetikzlibrary{shapes,arrows, positioning}

                          begin{document}
                          %https://tex.stackexchange.com/questions/175679/text-inside-custom-tikz-draw
                          tikzset{product size/.style={minimum width=4cm,
                          minimum height=2cm,
                          },
                          product/.style={
                          draw,signal,
                          signal to=east,
                          signal from=west,
                          product size,
                          fill=gray!50!black,
                          draw=gray!50!white,
                          text=white,font=bfseries,
                          },
                          }


                          begin{tikzpicture}
                          node[product,fill=blue!50, draw=white] (first) {Learn};
                          node[product, fill=blue!75, draw = white, anchor=west] [right=1cm of first.east] (second) {Strategize};
                          node[product, fill=blue, draw = white, anchor=west][right=1cm of second.east](third){Build};
                          % list
                          node [below=7.5mm of first,anchor=center, align=left, text width=4cm ] (versopt) {
                          begin{itemize}
                          item lkjh
                          item kjh
                          item ghl
                          end{itemize}
                          };
                          node [below=7.5mm of second,anchor=center, align=left, text width=4cm ] (versopt) {
                          begin{itemize}
                          item jkh
                          item hkj
                          item lkh
                          end{itemize}
                          };
                          node [below=7.5mm of third,anchor=center, align=left, text width=4cm ] (versopt) {
                          begin{itemize}
                          item lkjh
                          item lkjh
                          item lkjh
                          end{itemize}
                          };
                          end{tikzpicture}

                          end{document}


                          which will give you:



                          enter image description here



                          Now, starting from color selection (you can use use gpick), I hope you can do much more customisation as you want. I leave that you.






                          share|improve this answer


























                            6












                            6








                            6







                            Something to start with:



                            documentclass{standalone}

                            usepackage{tikz}
                            usetikzlibrary{shapes,arrows, positioning}

                            begin{document}
                            %https://tex.stackexchange.com/questions/175679/text-inside-custom-tikz-draw
                            tikzset{product size/.style={minimum width=4cm,
                            minimum height=2cm,
                            },
                            product/.style={
                            draw,signal,
                            signal to=east,
                            signal from=west,
                            product size,
                            fill=gray!50!black,
                            draw=gray!50!white,
                            text=white,font=bfseries,
                            },
                            }


                            begin{tikzpicture}
                            node[product,fill=blue!50, draw=white] (first) {Learn};
                            node[product, fill=blue!75, draw = white, anchor=west] [right=1cm of first.east] (second) {Strategize};
                            node[product, fill=blue, draw = white, anchor=west][right=1cm of second.east](third){Build};
                            % list
                            node [below=7.5mm of first,anchor=center, align=left, text width=4cm ] (versopt) {
                            begin{itemize}
                            item lkjh
                            item kjh
                            item ghl
                            end{itemize}
                            };
                            node [below=7.5mm of second,anchor=center, align=left, text width=4cm ] (versopt) {
                            begin{itemize}
                            item jkh
                            item hkj
                            item lkh
                            end{itemize}
                            };
                            node [below=7.5mm of third,anchor=center, align=left, text width=4cm ] (versopt) {
                            begin{itemize}
                            item lkjh
                            item lkjh
                            item lkjh
                            end{itemize}
                            };
                            end{tikzpicture}

                            end{document}


                            which will give you:



                            enter image description here



                            Now, starting from color selection (you can use use gpick), I hope you can do much more customisation as you want. I leave that you.






                            share|improve this answer













                            Something to start with:



                            documentclass{standalone}

                            usepackage{tikz}
                            usetikzlibrary{shapes,arrows, positioning}

                            begin{document}
                            %https://tex.stackexchange.com/questions/175679/text-inside-custom-tikz-draw
                            tikzset{product size/.style={minimum width=4cm,
                            minimum height=2cm,
                            },
                            product/.style={
                            draw,signal,
                            signal to=east,
                            signal from=west,
                            product size,
                            fill=gray!50!black,
                            draw=gray!50!white,
                            text=white,font=bfseries,
                            },
                            }


                            begin{tikzpicture}
                            node[product,fill=blue!50, draw=white] (first) {Learn};
                            node[product, fill=blue!75, draw = white, anchor=west] [right=1cm of first.east] (second) {Strategize};
                            node[product, fill=blue, draw = white, anchor=west][right=1cm of second.east](third){Build};
                            % list
                            node [below=7.5mm of first,anchor=center, align=left, text width=4cm ] (versopt) {
                            begin{itemize}
                            item lkjh
                            item kjh
                            item ghl
                            end{itemize}
                            };
                            node [below=7.5mm of second,anchor=center, align=left, text width=4cm ] (versopt) {
                            begin{itemize}
                            item jkh
                            item hkj
                            item lkh
                            end{itemize}
                            };
                            node [below=7.5mm of third,anchor=center, align=left, text width=4cm ] (versopt) {
                            begin{itemize}
                            item lkjh
                            item lkjh
                            item lkjh
                            end{itemize}
                            };
                            end{tikzpicture}

                            end{document}


                            which will give you:



                            enter image description here



                            Now, starting from color selection (you can use use gpick), I hope you can do much more customisation as you want. I leave that you.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Feb 14 at 11:52









                            RaajaRaaja

                            5,32321644




                            5,32321644






























                                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%2f474836%2fhow-to-draw-a-rectangle-shaped-arrow-jigsaw-with-bullets-below%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

                                Human spaceflight

                                Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

                                File:DeusFollowingSea.jpg