How to draw a rectangle shaped arrow-jigsaw with bullets below
Like this, with multicolor shades of blue
Thanks!
tikz-pgf draw
add a comment |
Like this, with multicolor shades of blue
Thanks!
tikz-pgf draw
1
Could you show us what you have tried so-far in terms of a MWE?
– Raaja
Feb 14 at 11:28
add a comment |
Like this, with multicolor shades of blue
Thanks!
tikz-pgf draw
Like this, with multicolor shades of blue
Thanks!
tikz-pgf draw
tikz-pgf draw
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
add a comment |
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
add a comment |
3 Answers
3
active
oldest
votes
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}
add a comment |
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}
add a comment |
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:
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.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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}
add a comment |
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}
add a comment |
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}
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}
edited Feb 14 at 12:25
answered Feb 14 at 12:12
Steven B. SegletesSteven B. Segletes
163k9206419
163k9206419
add a comment |
add a comment |
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}
add a comment |
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}
add a comment |
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}
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}
edited Mar 20 at 16:28
answered Feb 14 at 11:54
JouleVJouleV
14.1k22664
14.1k22664
add a comment |
add a comment |
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:
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.
add a comment |
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:
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.
add a comment |
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:
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.
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:
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.
answered Feb 14 at 11:52
RaajaRaaja
5,32321644
5,32321644
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
1
Could you show us what you have tried so-far in terms of a MWE?
– Raaja
Feb 14 at 11:28